@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400&display=swap";*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{display:none;border-radius:10px;box-shadow:inset 0 0 5px #0000001a}::-webkit-scrollbar-thumb{background:#f90;border-radius:10px;border:2px solid #fff8e1;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#e68a00}::-webkit-scrollbar-button{display:none}html{scrollbar-width:thin;scrollbar-color:#ff9900 #fff8e1}body{overflow-x:hidden;font-family:Nunito,sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-y:auto}.header{width:100%;background-color:#fff8e1;padding:10px 0;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;z-index:1000;font-family:Nunito,sans-serif,sans-serif}.header .header-container{margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 80px}.header .logo img{height:70px;transition:.3s}.header .logo img:hover{transform:scale(1.05);filter:drop-shadow(1px 2px 5px #4a2c00)}.header .hamburger{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:1001}.header .hamburger .hamburger-line{display:block;width:25px;height:3px;background-color:#4a2c00;margin:5px 0;transition:all .3s ease-in-out}.header .hamburger .hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header .hamburger .hamburger-line.open:nth-child(2){opacity:0}.header .hamburger .hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.header .navbar ul{list-style:none;display:flex;gap:30px;margin:0;padding:0;align-items:center}.header .navbar ul li a{text-decoration:none;color:#4a2c00;font-size:1.1rem;font-weight:600;text-transform:uppercase;transition:color .3s}.header .navbar ul li a:hover{color:#f90}.header .navbar ul li a.active{color:#f90;border-bottom:2px solid #ff9900}.header .navbar ul li.language-switcher{position:relative}.header .navbar ul li.language-switcher .language-toggle{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center}.header .navbar ul li.language-switcher .language-toggle .globe-icon{font-size:1.8rem;color:#4a2c00;transition:color .3s}.header .navbar ul li.language-switcher .language-toggle .globe-icon:hover{color:#f90}.header .navbar ul li.language-switcher .language-dropdown{position:absolute;top:100%;right:0;background-color:#fff8e1;box-shadow:0 4px 10px #0000001a;border-radius:5px;overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .3s ease;z-index:1000}.header .navbar ul li.language-switcher .language-dropdown.open{max-height:200px;opacity:1}.header .navbar ul li.language-switcher .language-dropdown button{display:block;width:100%;background:none;border:none;padding:10px 20px;color:#4a2c00;font-size:1rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease,color .3s ease}.header .navbar ul li.language-switcher .language-dropdown button:hover,.header .navbar ul li.language-switcher .language-dropdown button.active{background-color:#f90;color:#fff8e1}.header .navbar.open{transform:translate(0)}@media (max-width: 768px){.header .header-container{flex-direction:row;align-items:center;padding:0 20px}.header .hamburger{display:block}.header .navbar{position:absolute;top:0;left:0;width:100%;height:100vh;background-color:#fff8e1;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:5}.header .navbar ul{flex-direction:column;gap:5vh;text-align:center;padding:20vh 20px;margin:0}.header .navbar ul li a{font-size:1.5rem;color:#4a2c00}.header .navbar ul li a.active{border-bottom:none;color:#f90}.header .navbar ul li.language-switcher .language-toggle .globe-icon{font-size:2rem}.header .navbar ul li.language-switcher .language-dropdown{position:static;background:none;box-shadow:none;max-height:0;opacity:0;transition:max-height .3s ease,opacity .3s ease}.header .navbar ul li.language-switcher .language-dropdown.open{max-height:200px;opacity:1}.header .navbar ul li.language-switcher .language-dropdown button{font-size:1.2rem;padding:10px;border:1px solid #4a2c00;border-radius:5px;margin:5px 0}.header .navbar ul li.language-switcher .language-dropdown button:hover,.header .navbar ul li.language-switcher .language-dropdown button.active{background-color:#f90;color:#fff8e1;border-color:#f90}}.footer{width:100%;background-color:#4a2c00;color:#fff8e1;padding:40px 0}.footer .footer-container{margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;padding:0 80px}.footer .footer-brand{display:flex;flex-direction:column;gap:15px}.footer .footer-brand h3{font-size:1.8rem;margin-bottom:10px}.footer .footer-brand p{font-size:1rem;opacity:.8}.footer .footer-brand img{max-width:80px}.footer .footer-links h4{font-size:1.2rem;margin-bottom:15px}.footer .footer-links ul{list-style:none;padding:0}.footer .footer-links ul li{margin-bottom:10px}.footer .footer-links ul li a{color:#fff8e1;text-decoration:none;transition:color .3s}.footer .footer-links ul li a:hover{color:#f90}.footer .footer-contact h4{font-size:1.2rem;margin-bottom:15px}.footer .footer-contact p{margin-bottom:10px;font-size:1rem}.footer .footer-bottom{text-align:center;padding-top:20px;border-top:1px solid rgba(255,248,225,.2);margin-top:20px}.footer .footer-bottom p{font-size:.9rem;opacity:.7}@media (max-width: 768px){.footer .footer-brand{justify-content:center;align-items:center}.footer .footer-container{grid-template-columns:1fr;text-align:center}}.footer a{color:inherit;text-decoration:none;transition:.5s ease-in-out}.footer a:hover{text-decoration:underline}.layout{display:flex;flex-direction:column;min-height:100vh}.layout main{flex:1;padding-top:80px}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.home{width:100%;min-height:calc(100vh - 80px);position:relative}.home .slide{outline:none;position:relative;height:calc(100vh - 80px)}.home .slide .slide-background{width:100%;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;filter:brightness(.7)}.home .slide .slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#0003}.home .slide .slide-content{text-align:center;color:#fff8e1;max-width:600px;padding:20px;display:flex;flex-direction:column;gap:20px}.home .slide .slide-content h1{font-size:3.5rem;font-weight:800;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.home .slide .slide-content .description{font-size:1.2rem;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.home .slide .slide-content .learn-more-btn{padding:12px 30px;background-color:#f90;color:#fff8e1;border:none;border-radius:25px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:background-color .3s,transform .2s,box-shadow .3s;width:fit-content;margin:0 auto;display:flex}.home .slide .slide-content .learn-more-btn i{display:flex;align-items:center;margin-left:5px;transform:scale(1.3)}.home .slide .slide-content .learn-more-btn:hover{background-color:#e68a00;transform:translateY(-2px);box-shadow:0 4px 12px #ff99004d}.home .slide .slide-content .learn-more-btn:active{transform:translateY(0);box-shadow:none}@media (max-width: 768px){.home .slick-dots{bottom:10px}.home .slick-dots li button:before{font-size:10px}}.honeyTestimonials{padding:100px 0;background:linear-gradient(180deg,#fffaf0,#ffd7001a,#fffaf0);position:relative;overflow:hidden}.honeyTestimonials:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background-image:radial-gradient(circle at 20% 30%,rgba(255,191,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(244,164,96,.1) 0%,transparent 50%);animation:floatBackground 20s ease-in-out infinite}.honeyTestimonials .honeyContainer{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.honeyTestimonials .honeyHeader{text-align:center;margin-bottom:80px;position:relative}.honeyTestimonials .honeyHeader .honeycombPattern{position:absolute;top:-30px;left:50%;transform:translate(-50%);width:100px;height:100px;opacity:.1}.honeyTestimonials .honeyHeader .honeycombPattern:before{content:"⬡";font-size:100px;color:#b8860b;position:absolute;top:0;left:0}.honeyTestimonials .honeyHeader .sectionSubtitle{font-size:1.3rem;color:#5d4e37;font-weight:400;margin-top:30px}.honeyTestimonials .testimonialsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}.honeyTestimonials .testimonialCard{background:#fff;border-radius:20px;padding:40px 30px;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.honeyTestimonials .testimonialCard:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(135deg,#d4a574,#f4a460,#b8860b)}.honeyTestimonials .testimonialCard:hover{transform:translateY(-10px);box-shadow:0 0 30px #ffd7004d,0 0 60px #ffbf001a}.honeyTestimonials .testimonialCard:hover .honeyDrip{top:5px}.honeyTestimonials .testimonialCard:hover .authorImage{transform:scale(1.05)}.honeyTestimonials .testimonialCard:hover .hexagonDecor{transform:rotate(30deg) scale(1.1)}.honeyTestimonials .testimonialCard.card1 .honeyDrip{background:linear-gradient(180deg,#d4a574 0%,transparent 100%)}.honeyTestimonials .testimonialCard.card2 .honeyDrip{background:linear-gradient(180deg,#f4a460 0%,transparent 100%)}.honeyTestimonials .testimonialCard.card3 .honeyDrip{background:linear-gradient(180deg,#ffbf00 0%,transparent 100%)}.honeyTestimonials .testimonialCard .honeyDrip{position:absolute;top:-20px;right:30px;width:30px;height:40px;border-radius:50%/60% 60% 40% 40%;transition:all .5s ease;opacity:.8}.honeyTestimonials .testimonialCard .quoteIcon{width:50px;height:50px;margin-bottom:20px}.honeyTestimonials .testimonialCard .quoteIcon svg{width:100%;height:100%;color:#d4a574;opacity:.3}.honeyTestimonials .testimonialCard .testimonialContent{margin-bottom:30px}.honeyTestimonials .testimonialCard .testimonialContent .testimonialQuote{font-size:1.2rem;line-height:1.8;color:#5d4e37;font-style:italic;position:relative}.honeyTestimonials .testimonialCard .testimonialAuthor{display:flex;align-items:center;gap:20px}.honeyTestimonials .testimonialCard .testimonialAuthor .authorImage{position:relative;width:70px;height:70px;transition:transform .3s ease}.honeyTestimonials .testimonialCard .testimonialAuthor .authorImage img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #ffd700}.honeyTestimonials .testimonialCard .testimonialAuthor .authorImage .honeyGlow{position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;background:radial-gradient(circle,rgba(255,191,0,.3) 0%,transparent 70%);border-radius:50%;z-index:-1;animation:pulse 2s ease-in-out infinite}.honeyTestimonials .testimonialCard .testimonialAuthor .authorInfo{flex:1}.honeyTestimonials .testimonialCard .testimonialAuthor .authorInfo .authorName{font-size:1.3rem;font-weight:700;color:#3d2914;margin-bottom:5px}.honeyTestimonials .testimonialCard .testimonialAuthor .authorInfo .authorTitle{font-size:1rem;color:#b8860b;font-weight:500}.honeyTestimonials .testimonialCard .hexagonDecor{position:absolute;bottom:-30px;right:-30px;width:100px;height:100px;opacity:.05;transition:all .5s ease}.honeyTestimonials .testimonialCard .hexagonDecor svg{width:100%;height:100%;color:#b8860b}.honeyTestimonials .beeDecoration{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.honeyTestimonials .beeDecoration .bee{position:absolute;font-size:2rem;opacity:.6}.honeyTestimonials .beeDecoration .bee.bee1{top:20%;left:5%;animation:beeFly1 15s linear infinite}.honeyTestimonials .beeDecoration .bee.bee2{top:60%;right:10%;animation:beeFly2 20s linear infinite}.honeyTestimonials .beeDecoration .bee.bee3{bottom:30%;left:10%;animation:beeFly3 18s linear infinite}@keyframes floatBackground{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.6}}@keyframes beeFly3{0%{transform:translate(0) translateY(0)}33%{transform:translate(150px) translateY(-80px)}66%{transform:translate(300px) translateY(30px)}to{transform:translate(0) translateY(0)}}@media (max-width: 1024px){.honeyTestimonials .testimonialsGrid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 768px){.honeyTestimonials{padding:60px 0}.honeyTestimonials .honeyHeader{margin-bottom:50px}.honeyTestimonials .honeyHeader .sectionSubtitle{font-size:1.1rem;padding:0 20px}.honeyTestimonials .testimonialsGrid{grid-template-columns:1fr;gap:25px}.honeyTestimonials .testimonialCard{padding:30px 25px}.honeyTestimonials .testimonialCard .testimonialContent .testimonialQuote{font-size:1.1rem}.honeyTestimonials .testimonialCard .testimonialAuthor .authorImage{width:60px;height:60px}.honeyTestimonials .testimonialCard .testimonialAuthor .authorInfo .authorName{font-size:1.2rem}.honeyTestimonials .testimonialCard .testimonialAuthor .authorInfo .authorTitle{font-size:.9rem}.honeyTestimonials .beeDecoration{display:none}}@media (max-width: 480px){.honeyTestimonials .honeyHeader .sectionSubtitle{font-size:1rem}.honeyTestimonials .testimonialCard{padding:25px 20px}.honeyTestimonials .testimonialCard .quoteIcon{width:40px;height:40px}.honeyTestimonials .testimonialCard .testimonialContent .testimonialQuote{font-size:1rem;line-height:1.6}.honeyTestimonials .testimonialCard .testimonialAuthor{flex-direction:column;text-align:center}.honeyTestimonials .testimonialCard .testimonialAuthor .authorInfo .authorName{font-size:1.1rem}.honeyTestimonials .testimonialCard .testimonialAuthor .authorInfo .authorTitle{font-size:.85rem}.honeyTestimonials .testimonialCard .hexagonDecor{width:70px;height:70px;bottom:-20px;right:-20px}}.honeyComponent{padding:80px 0;background:linear-gradient(180deg,#fffaf0,#ffd7001a,#fffaf0);position:relative;overflow:hidden;opacity:0;transition:opacity .8s ease-in-out}.honeyComponent.visible{opacity:1}.honeyComponent.visible .title,.honeyComponent.visible .subtitle,.honeyComponent.visible .honeyButton{animation:fadeIn .8s forwards}.honeyComponent.visible .title{animation-delay:.3s}.honeyComponent.visible .subtitle{animation-delay:.5s}.honeyComponent.visible .honeyButton{animation-delay:.7s}.honeyComponent.visible .beeIcon{animation:float 3s infinite ease-in-out}.honeyComponent.visible .beeWing{animation:flap .2s infinite ease-in-out}.honeyComponent .honeyContainer{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.honeyComponent .honeyBackground{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.honeyComponent .honeycombPattern{position:absolute;top:-10%;right:-10%;width:60%;height:60%;display:flex;flex-wrap:wrap;opacity:.2;transform:rotate(45deg)}.honeyComponent .honeycombPattern .hexagonCell{width:80px;height:138px;margin:4px;background-color:#ffd7004d;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%)}.honeyComponent .honeycombPattern .hexagonCell:nth-child(2n){background-color:#ffbf0033}.honeyComponent .honey-drop{position:absolute;width:25px;height:35px;background:linear-gradient(180deg,#ffbf00 0%,transparent 100%);border-radius:50%/60% 60% 40% 40%;opacity:0}.honeyComponent .honey-drop.drop1{top:5%;left:10%}.honeyComponent .honey-drop.drop2{top:15%;left:30%;width:20px;height:30px}.honeyComponent .honey-drop.drop3{top:8%;left:50%;width:30px;height:40px}.honeyComponent .honey-drop.drop4{top:12%;left:70%}.honeyComponent .honey-drop.drop5{top:20%;left:85%;width:22px;height:32px}.honeyComponent .honey-drop.dripping{animation:drip 4s infinite}.honeyComponent .honey-drop.dripping.drop1{animation-delay:.5s}.honeyComponent .honey-drop.dripping.drop2{animation-delay:1s}.honeyComponent .honey-drop.dripping.drop3{animation-delay:.7s}.honeyComponent .honey-drop.dripping.drop4{animation-delay:1.3s}.honeyComponent .honey-drop.dripping.drop5{animation-delay:.3s}.honeyComponent .contentContainer{text-align:center;max-width:800px;margin:0 auto;padding:40px 20px;position:relative;z-index:2}.honeyComponent .beeIcon{position:relative;width:70px;height:35px;margin:0 auto 30px}.honeyComponent .beeIcon .beeBody{width:100%;height:100%;background:linear-gradient(90deg,gold,#ffbf00,gold);border-radius:50px;position:relative}.honeyComponent .beeIcon .beeBody:before,.honeyComponent .beeIcon .beeBody:after{content:"";position:absolute;height:100%;width:30%;background-color:#3d2914;opacity:.7}.honeyComponent .beeIcon .beeBody:before{left:35%}.honeyComponent .beeIcon .beeBody:after{right:0}.honeyComponent .beeIcon .beeWing{position:absolute;width:35px;height:25px;background-color:#ffffffb3;border-radius:50%;top:-8px}.honeyComponent .beeIcon .beeWing.wingLeft{left:15px;transform-origin:bottom left}.honeyComponent .beeIcon .beeWing.wingRight{right:15px;transform-origin:bottom right}.honeyComponent .beeIcon .beeStinger{position:absolute;width:12px;height:12px;background-color:#3d2914;right:-6px;top:12px;clip-path:polygon(0 0,0 100%,100% 50%)}.honeyComponent .title{font-size:3rem;font-weight:800;color:#3d2914;margin-bottom:20px;opacity:0;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.honeyComponent .subtitle{font-size:1.5rem;font-weight:400;color:#5d4e37;margin-bottom:30px;opacity:0}.honeyComponent .honeyButton{display:inline-flex;align-items:center;justify-content:center;background:#b8860b;color:#fffaf0;border-radius:50px;padding:12px 24px;font-size:1.2rem;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;opacity:0;box-shadow:0 0 30px #ffd7004d,0 0 60px #ffbf001a}.honeyComponent .honeyButton:hover{background:#886308;transform:translateY(-3px)}.honeyComponent .honeyButton:hover .buttonText{transform:translate(-5px)}.honeyComponent .honeyButton:hover .buttonIcon{transform:translate(5px)}.honeyComponent .honeyButton .buttonText,.honeyComponent .honeyButton .buttonIcon{transition:transform .3s ease;position:relative}.honeyComponent .honeyButton .buttonIcon{margin-left:10px;display:flex;align-items:center}.honeyComponent .beeDecoration{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.honeyComponent .beeDecoration .bee{position:absolute;font-size:2rem;opacity:.6}.honeyComponent .beeDecoration .bee.bee1{top:15%;left:5%;animation:beeFly1 15s linear infinite}.honeyComponent .beeDecoration .bee.bee2{bottom:20%;right:10%;animation:beeFly2 18s linear infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes flap{0%{transform:rotateY(0)}50%{transform:rotateY(70deg)}to{transform:rotateY(0)}}@keyframes drip{0%{transform:translateY(-100%) scale(1);opacity:0}10%{opacity:.8}90%{opacity:.8;transform:translateY(500%) scale(1)}to{opacity:0;transform:translateY(500%) scale(.5)}}@keyframes beeFly1{0%{transform:translate(0) translateY(0)}25%{transform:translate(200px) translateY(-50px)}50%{transform:translate(400px) translateY(50px)}75%{transform:translate(200px) translateY(100px)}to{transform:translate(0) translateY(0)}}@keyframes beeFly2{0%{transform:translate(0) translateY(0) rotate(0)}50%{transform:translate(-300px) translateY(-100px) rotate(180deg)}to{transform:translate(0) translateY(0) rotate(360deg)}}@media (max-width: 1024px){.honeyComponent{padding:60px 0}.honeyComponent .honeycombPattern .hexagonCell{width:60px;height:104px}}@media (max-width: 768px){.honeyComponent{padding:40px 0}.honeyComponent .title{font-size:2.5rem}.honeyComponent .subtitle{font-size:1.3rem}.honeyComponent .honeyButton{padding:10px 20px;font-size:1.1rem}.honeyComponent .honeycombPattern{width:80%}.honeyComponent .honeycombPattern .hexagonCell{width:50px;height:86px}.honeyComponent .beeDecoration .bee{font-size:1.5rem}}@media (max-width: 480px){.honeyComponent{padding:30px 0}.honeyComponent .title{font-size:2rem}.honeyComponent .subtitle{font-size:1.1rem}.honeyComponent .honeyButton{padding:8px 16px;font-size:1rem}.honeyComponent .beeIcon{width:50px;height:25px}.honeyComponent .beeIcon .beeWing{width:25px;height:18px;top:-6px}.honeyComponent .beeIcon .beeStinger{width:8px;height:8px;top:8px}.honeyComponent .honeycombPattern .hexagonCell{width:40px;height:69px}.honeyComponent .beeDecoration{display:none}}.about{width:100%;background:linear-gradient(135deg,#fff8e1,#fff3e0);padding:0}.about .about-hero{position:relative;width:100%;height:500px;overflow:hidden;z-index:9}.about .about-hero img{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.about .about-hero .hero-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff8e1;z-index:8}.about .about-hero .hero-overlay h1{font-size:3.5rem;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.about .about-hero .hero-overlay p{font-size:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.about .about-section{padding:60px 20px}.about .about-container{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.about .about-content{display:flex;justify-content:space-between;align-items:center;gap:40px}.about .about-text{flex:1}.about .about-text h2{font-size:2rem;color:#f90;margin-bottom:20px;text-transform:uppercase}.about .about-text p{font-size:1.1rem;color:#8a5522;line-height:1.6;margin-bottom:20px}.about .about-text h3{font-size:1.8rem;color:#4a2c00;margin-bottom:30px;position:relative;text-align:center}.about .about-text h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:#f90;border-radius:2px}.about .about-text .benefits-list{display:grid;grid-template-columns:1fr;gap:20px;padding:0}.about .about-text .benefits-list .benefit-item{border-radius:10px;padding:20px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.about .about-text .benefits-list .benefit-item:before{content:"🐝";position:absolute;top:10px;right:10px;font-size:2rem;opacity:.1;transition:opacity .3s ease}.about .about-text .benefits-list .benefit-item strong{font-size:1.2rem;color:#4a2c00;font-weight:700;display:block;margin-bottom:10px}.about .about-text .benefits-list .benefit-item p{font-size:1rem;color:#8a5522;line-height:1.6;margin:0}.about .about-text .benefits-list .benefit-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.about .about-text .benefits-list .benefit-item:hover:before{opacity:.3}.about .about-video{flex:1;display:flex;justify-content:flex-end;height:90vh}.about .about-video img{max-width:100%;height:100%;object-fit:cover;border-radius:10px;transition:.5s}.about .about-video img:hover{filter:drop-shadow(1px 6px 12px #8a5522)}@media (max-width: 1024px){.about .about-hero{height:400px}.about .about-hero .hero-overlay h1{font-size:2.5rem}.about .about-hero .hero-overlay p{font-size:1.2rem}}@media (max-width: 768px){.about .about-hero{height:300px}.about .about-hero .hero-overlay h1{font-size:2rem}.about .about-hero .hero-overlay p{font-size:1rem}.about .about-section{padding:40px 20px}.about .about-content{flex-direction:column;text-align:center;gap:30px}.about .about-text h2{font-size:1.5rem}.about .about-text p{font-size:1rem}.about .about-text h3{font-size:1.5rem}.about .about-text h3:after{width:50px}.about .about-text .benefits-list .benefit-item{padding:15px}.about .about-text .benefits-list .benefit-item strong{font-size:1.1rem}.about .about-text .benefits-list .benefit-item p{font-size:.9rem}.about .about-text .benefits-list .benefit-item:before{font-size:1.5rem}.about .about-video{justify-content:center}.about .about-video img{max-width:80%;height:auto}}.hero-section{position:relative;width:100%;height:500px;overflow:hidden;z-index:5}.hero-section video{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.hero-section .hero-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff8e1;z-index:8}.hero-section .hero-overlay h1{font-size:3.5rem;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-section .hero-overlay p{font-size:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);margin-bottom:20px}.hero-section .back-btn{padding:10px 20px;font-size:1.2rem;background-color:transparent;color:#fff;border:1px solid #ccc;border-radius:5px;cursor:pointer;transition:background-color .3s ease;position:absolute;left:15px;top:25px}.hero-section .back-btn:hover{background-color:#ffb300}.gallery{width:100%;background:linear-gradient(135deg,#fff8e1,#fff3e0);padding:0}.gallery .gallery-section{padding:60px 0}.gallery .gallery-container{max-width:1400px;width:100%;margin:0 auto;padding:0 20px}.gallery .gallery-hero{position:relative;width:100%;height:600px;overflow:hidden}.gallery .gallery-hero img{width:100%;height:100%;object-fit:cover;filter:brightness(.6);transition:transform .5s ease}.gallery .gallery-hero .hero-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff8e1;z-index:8}.gallery .gallery-hero .hero-overlay h1{font-size:4rem;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.gallery .gallery-hero .hero-overlay p{font-size:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.gallery .gallery-cards{background-color:#fff8e1}.gallery .gallery-cards .cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.gallery .gallery-cards .gallery-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.gallery .gallery-cards .gallery-card .card-image{position:relative;width:100%;height:250px}.gallery .gallery-cards .gallery-card .card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.gallery .gallery-cards .gallery-card .card-image .like-container{position:absolute;top:15px;right:15px;display:flex;flex-direction:column;align-items:center;gap:5px}.gallery .gallery-cards .gallery-card .card-image .like-container .heart-button{background:#fffc;border:none;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 2px 5px #0003;transition:background .3s ease}.gallery .gallery-cards .gallery-card .card-image .like-container .heart-button .heart-icon{font-size:1.5rem}.gallery .gallery-cards .gallery-card .card-image .like-container .heart-button .heart-icon.filled{color:#ff4d4d}.gallery .gallery-cards .gallery-card .card-image .like-container .heart-button:hover{background:#fff}.gallery .gallery-cards .gallery-card .card-image .like-container .like-count{background:#fffc;border-radius:12px;padding:5px 10px;font-size:.9rem;color:#4a2c00;box-shadow:0 2px 5px #0003}.gallery .gallery-cards .gallery-card .card-content{padding:20px;text-align:center}.gallery .gallery-cards .gallery-card .card-content h3{font-size:1.5rem;color:#4a2c00;margin-bottom:10px}.gallery .gallery-cards .gallery-card .card-content p{font-size:1rem;color:#8a5522;line-height:1.5}.gallery .pagination{display:flex;justify-content:center;align-items:center;margin-top:30px;gap:10px}.gallery .pagination .pagination-button{background:#fff;border:1px solid #ff9900;border-radius:8px;padding:10px 15px;font-size:1rem;color:#4a2c00;cursor:pointer;transition:background .3s,color .3s}.gallery .pagination .pagination-button:hover{background:#f90;color:#fff}.gallery .pagination .pagination-button.active{background:#f90;color:#fff;font-weight:700}.gallery .modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:2000}.gallery .modal-content{position:relative;background:#fff8e1;padding:20px;border-radius:15px;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 15px #0000004d;animation:fadeIn .3s ease-in-out}.gallery .modal-content img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:10px}.gallery .modal-content .modal-caption{margin-top:15px;font-size:1.2rem;color:#4a2c00;text-align:center}.gallery .modal-content .modal-close{position:absolute;top:10px;right:10px;background:#f90;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;color:#fff8e1;cursor:pointer;transition:background-color .3s}.gallery .modal-content .modal-close:hover{background-color:#e68a00}@media (max-width: 1024px){.gallery .gallery-hero{height:500px}.gallery .gallery-hero .hero-overlay h1{font-size:3rem}.gallery .gallery-hero .hero-overlay p{font-size:1.2rem}.gallery .section-title{font-size:2.5rem}.gallery .gallery-cards .cards-container{grid-template-columns:repeat(2,1fr)}.gallery .gallery-cards .gallery-card .card-image{height:200px}.gallery .gallery-cards .gallery-card .card-image .like-container .heart-button{width:35px;height:35px}.gallery .gallery-cards .gallery-card .card-image .like-container .heart-button .heart-icon{font-size:1.3rem}.gallery .gallery-cards .gallery-card .card-image .like-container .like-count{font-size:.8rem;padding:4px 8px}.gallery .gallery-cards .gallery-card .card-content h3{font-size:1.3rem}.gallery .gallery-cards .gallery-card .card-content p{font-size:.9rem}.gallery .pagination .pagination-button{padding:8px 12px;font-size:.9rem}}@media (max-width: 768px){.gallery .gallery-hero{height:400px}.gallery .gallery-hero .hero-overlay h1{font-size:2.5rem}.gallery .gallery-hero .hero-overlay p{font-size:1rem}.gallery .section-title{font-size:2rem}.gallery .section-title:after{width:50px}.gallery .gallery-cards .cards-container{grid-template-columns:1fr;gap:20px}.gallery .gallery-cards .gallery-card .card-image{height:250px}.gallery .gallery-cards .gallery-card .card-image .like-container .heart-button{width:35px;height:35px}.gallery .gallery-cards .gallery-card .card-image .like-container .heart-button .heart-icon{font-size:1.3rem}.gallery .gallery-cards .gallery-card .card-image .like-container .like-count{font-size:.8rem;padding:4px 8px}.gallery .gallery-cards .gallery-card .card-content{padding:15px}.gallery .gallery-cards .gallery-card .card-content h3{font-size:1.2rem}.gallery .gallery-cards .gallery-card .card-content p{font-size:.85rem}.gallery .pagination .pagination-button{padding:6px 10px;font-size:.8rem}.gallery .modal-content{padding:15px}.gallery .modal-content img{max-height:60vh}.gallery .modal-content .modal-caption{font-size:1rem}.gallery .modal-content .modal-close{width:30px;height:30px;font-size:1.2rem}}.bee-loader-container{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;background-color:#fff8e8}.bee-character{position:relative;margin-bottom:30px;display:flex;align-items:center;justify-content:center;height:150px}.lordicon-container{width:150px;height:150px;position:relative;z-index:2;display:flex;justify-content:center;align-items:center}.wing{position:absolute;width:30px;height:45px;background-color:#ffffffb3;border-radius:50%/60% 60% 40% 40%;box-shadow:0 0 5px #fffc;z-index:1;transform-origin:bottom center}.wing.left-wing{left:15px;animation:flapLeft .2s infinite alternate ease-in-out}.wing.right-wing{right:15px;animation:flapRight .2s infinite alternate ease-in-out}.progress-container{width:80%;max-width:400px;height:40px;background-color:#f8e8d4;border-radius:20px;overflow:hidden;position:relative;box-shadow:inset 0 2px 5px #0000001a;border:3px solid #e09900}.progress-honey{height:100%;background:linear-gradient(to right,#e09900,#ffb700);border-radius:20px;transition:width .3s ease;position:relative;overflow:hidden}.honey-bubbles{position:absolute;top:0;left:0;width:100%;height:100%}.honey-bubbles .bubble{position:absolute;background-color:#ffffff4d;border-radius:50%;animation:float 3s infinite ease-in-out}.honey-bubbles .bubble.b1{width:15px;height:15px;top:10px;left:10%;animation-delay:0s}.honey-bubbles .bubble.b2{width:10px;height:10px;top:20px;left:30%;animation-delay:.5s}.honey-bubbles .bubble.b3{width:12px;height:12px;top:15px;left:50%;animation-delay:1s}.progress-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#000;font-weight:700;font-size:18px;text-shadow:0 0 3px rgba(255,255,255,.7)}@keyframes flapLeft{0%{transform:rotate(25deg)}to{transform:rotate(-15deg)}}@keyframes flapRight{0%{transform:rotate(-25deg)}to{transform:rotate(15deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width: 600px){.bee-character{height:120px}.lordicon-container{width:120px;height:120px}.wing{width:25px;height:38px}.progress-container{height:30px}.progress-label{font-size:14px}}@media (max-width: 400px){.bee-character{height:100px}.lordicon-container{width:100px;height:100px}.wing{width:20px;height:30px}.progress-container{height:25px}}.products{width:100%;background:linear-gradient(135deg,#fff8e1,#fff3e0);padding:0}.products .products-section{padding:60px 20px}.products .products-container{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.products .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.products .product-card{background-color:#fff8e1;border-radius:10px;box-shadow:0 4px 15px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.products .product-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.products .product-card .product-image{width:100%;height:150px;overflow:hidden}.products .product-card .product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.products .product-card .product-image img:hover{transform:scale(1.05)}.products .product-card .product-content{padding:15px;text-align:center}.products .product-card .product-content .product-name{font-size:1.2rem;color:#4a2c00;margin-bottom:8px}.products .product-card .product-content .product-description{font-size:.9rem;color:#8a5522;line-height:1.4;margin-bottom:10px}.products .product-card .product-content .product-hashtags{display:flex;justify-content:center;gap:8px;margin-bottom:15px;flex-wrap:wrap}.products .product-card .product-content .product-hashtags .hashtag{font-size:.8rem;color:#f90;font-weight:500}.products .product-card .product-content .product-footer{display:flex;flex-direction:column;align-items:center;gap:10px}.products .product-card .product-content .product-footer .product-price{font-size:1.2rem;font-weight:600;color:#4a2c00;margin-bottom:10px}.products .product-card .product-content .product-footer .product-actions{display:flex;gap:10px}.products .product-card .product-content .product-footer .product-actions .details-button{background-color:#4a2c00;color:#fff8e1;border:none;border-radius:5px;padding:8px 15px;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color .3s ease}.products .product-card .product-content .product-footer .product-actions .details-button:hover{background-color:#5a3c10}.products .product-card .product-content .product-footer .product-actions .order-button{background-color:#f90;color:#fff8e1;border:none;border-radius:5px;padding:8px 15px;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color .3s ease}.products .product-card .product-content .product-footer .product-actions .order-button:hover{background-color:#e68a00}.products .no-products{display:flex;justify-content:center;align-items:center;min-height:200px;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:400;color:#4a4a4a;border-radius:12px;padding:20px;margin:20px auto;max-width:600px;transition:all .3s ease}.products .no-products:hover{transform:translateY(-5px);box-shadow:0 6px 16px #0000001a}@media (max-width: 768px){.products .no-products{font-size:1.2rem;padding:15px;margin:15px}}@media (max-width: 1024px){.products .products-hero{height:400px}.products .products-hero .hero-overlay h1{font-size:2.5rem}.products .products-hero .hero-overlay p{font-size:1.2rem}}@media (max-width: 768px){.products .products-hero{height:300px}.products .products-hero .hero-overlay h1{font-size:2rem}.products .products-hero .hero-overlay p{font-size:1rem}.products .products-section{padding:40px 20px}.products .products-grid{grid-template-columns:1fr}.products .product-card .product-image{height:120px}.products .product-card .product-content{padding:10px}.products .product-card .product-content .product-name{font-size:1.1rem}.products .product-card .product-content .product-description{font-size:.8rem}.products .product-card .product-content .product-hashtags .hashtag{font-size:.7rem}.products .product-card .product-content .product-footer .product-price{font-size:1rem}.products .product-card .product-content .product-footer .product-actions{flex-direction:column;gap:8px}.products .product-card .product-content .product-footer .product-actions .details-button,.products .product-card .product-content .product-footer .product-actions .order-button{width:100%;padding:6px 12px;font-size:.8rem}}.product-details{width:100%;background:linear-gradient(135deg,#fff8e1,#fff3e0);padding:0}.product-details .product-details-section{padding:60px 20px}.product-details .product-details-container{width:100%;margin:0 auto;padding:0 20px}.product-details .back-button{display:inline-block;background-color:#4a2c00;color:#fff8e1;border:none;border-radius:5px;padding:8px 20px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;margin-bottom:20px;transition:background-color .3s ease}.product-details .back-button:hover{background-color:#5a3c10}.product-details .product-details-content{display:flex;flex-direction:row;background-color:#fff8e1;border-radius:10px;box-shadow:0 4px 15px #0000001a;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.product-details .product-details-content:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.product-details .product-details-content .product-details-image{flex:1;max-width:400px;height:300px;overflow:hidden;border-radius:10px}.product-details .product-details-content .product-details-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-details .product-details-content .product-details-image img:hover{transform:scale(1.05)}.product-details .product-details-content .product-details-info{flex:1;padding:0 20px}.product-details .product-details-content .product-details-info h2{font-size:1.8rem;color:#4a2c00;margin-bottom:15px}.product-details .product-details-content .product-details-info .product-details-description{font-size:1rem;color:#8a5522;line-height:1.5;margin-bottom:15px}.product-details .product-details-content .product-details-info .product-details-details{font-size:1rem;color:#6d4c41;line-height:1.5;margin-bottom:15px}.product-details .product-details-content .product-details-info .product-details-hashtags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.product-details .product-details-content .product-details-info .product-details-hashtags .hashtag{font-size:.9rem;color:#f90;font-weight:500}.product-details .product-details-content .product-details-info .product-details-footer{display:flex;justify-content:end;align-items:center;gap:10px}.product-details .product-details-content .product-details-info .product-details-footer .product-details-price{font-size:1.2rem;font-weight:600;color:#4a2c00}.product-details .product-details-content .product-details-info .product-details-footer .order-button{background-color:#f90;color:#fff8e1;border:none;border-radius:5px;padding:8px 20px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color .3s ease}.product-details .product-details-content .product-details-info .product-details-footer .order-button:hover{background-color:#e68a00}@media (max-width: 768px){.product-details .product-details-content .product-details-info{padding:0}.product-details .product-details-content .product-details-info h2{font-size:1.5rem}.product-details .product-details-content .product-details-info .product-details-description,.product-details .product-details-content .product-details-info .product-details-details{font-size:.9rem}.product-details .product-details-content .product-details-info .product-details-hashtags .hashtag{font-size:.8rem}.product-details .product-details-content .product-details-info .product-details-footer .product-details-price{font-size:1rem}.product-details .product-details-content .product-details-info .product-details-footer .order-button{padding:6px 15px;font-size:.9rem}}@media (max-width: 768px){.product-details .product-details-content{flex-direction:column}.product-details .product-details-content .product-details-image{height:200px;max-width:100%;margin-bottom:15px}}@media (max-width: 768px){.product-details .product-details-section{padding:40px 0}.product-details .product-details-container{padding:5px}}.contact{width:100%;background:linear-gradient(135deg,#fff8e1,#fff3e0);padding:0}.contact .contact-hero{position:relative;width:100%;height:500px;overflow:hidden}.contact .contact-hero img{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.contact .contact-hero .hero-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff8e1;z-index:8}.contact .contact-hero .hero-overlay h1{font-size:3.5rem;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.contact .contact-hero .hero-overlay p{font-size:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.contact .contact-section{padding:80px 20px;position:relative}.contact .contact-container{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.contact .contact-info{display:flex;align-items:center;gap:60px}.contact .contact-info .contact-logo{flex:1;text-align:center}.contact .contact-info .contact-logo .brand-logo{height:200px;margin-bottom:20px;transition:transform .3s}.contact .contact-info .contact-logo .brand-logo:hover{transform:scale(1.05);filter:drop-shadow(2px 4px 6px rgba(0,0,0,.2))}.contact .contact-info .contact-logo .brand-name{font-size:2.5rem;color:#4a2c00;letter-spacing:3px;text-shadow:1px 1px 2px rgba(0,0,0,.1);margin-bottom:10px}.contact .contact-info .contact-logo .brand-tagline{font-size:1.2rem;color:#8a5522;font-style:italic}.contact .contact-info .contact-details-wrapper{flex:2}.contact .contact-info .contact-details-wrapper .section-title{font-size:1.8rem;color:#f90;margin-bottom:25px;position:relative;display:inline-block}.contact .contact-info .contact-details-wrapper .contact-details{margin-bottom:40px}.contact .contact-info .contact-details-wrapper .contact-details .contact-row{display:flex;gap:30px;margin-bottom:30px;flex-wrap:wrap}.contact .contact-info .contact-details-wrapper .contact-details .contact-row:last-child{margin-bottom:0}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item{flex:1;display:flex;align-items:flex-start;gap:15px;font-size:1.2rem;color:#8a5522;padding:15px;border:1px solid #ff9900;border-radius:10px;transition:transform .3s ease,box-shadow .3s ease}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item:hover{transform:translateY(-3px);box-shadow:0 4px 10px #0000001a}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item .contact-icon{font-size:1.5rem;color:#f90;margin-top:5px}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item div strong{color:#4a2c00;font-weight:600;display:block;margin-bottom:5px}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item div p{margin:0;font-size:1.1rem;line-height:1.5}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item div a{color:#f90;text-decoration:none;transition:color .3s}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item div a:hover{color:#e68a00;text-decoration:underline}.contact .contact-info .contact-details-wrapper .social-links{display:flex;gap:25px}.contact .contact-info .contact-details-wrapper .social-links .wrapper{display:inline-flex;list-style:none;height:120px;padding-top:20px;justify-content:center}.contact .contact-info .contact-details-wrapper .social-links .wrapper a{color:inherit}.contact .contact-info .contact-details-wrapper .social-links .wrapper a i{display:flex}.contact .contact-info .contact-details-wrapper .social-links .wrapper .icon{position:relative;background:#f90;border-radius:50%;font-size:1.4rem;margin:10px;width:50px;height:50px;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:0 10px 10px #0000001a;cursor:pointer;transition:all .2s cubic-bezier(.68,-.55,.265,1.55)}.contact .contact-info .contact-details-wrapper .social-links .wrapper .tooltip{position:absolute;top:0;font-size:14px;background:#fff;color:#fff;padding:5px 8px;border-radius:5px;box-shadow:0 10px 10px #0000001a;opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.contact .contact-info .contact-details-wrapper .social-links .wrapper .tooltip:before{position:absolute;content:"";height:8px;width:8px;background:#fff;bottom:-3px;left:50%;transform:translate(-50%) rotate(45deg);transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.contact .contact-info .contact-details-wrapper .social-links .wrapper .icon:hover .tooltip{top:-45px;opacity:1;visibility:visible;pointer-events:auto}.contact .contact-info .contact-details-wrapper .social-links .wrapper .icon:hover span,.contact .contact-info .contact-details-wrapper .social-links .wrapper .icon:hover .tooltip{text-shadow:0px -1px 0px rgba(0,0,0,.1)}.contact .contact-info .contact-details-wrapper .social-links .wrapper .facebook:hover,.contact .contact-info .contact-details-wrapper .social-links .wrapper .facebook:hover .tooltip,.contact .contact-info .contact-details-wrapper .social-links .wrapper .facebook:hover .tooltip:before{background:#e3941d;color:#fff}.contact .contact-info .contact-details-wrapper .social-links .wrapper .whatsapp:hover,.contact .contact-info .contact-details-wrapper .social-links .wrapper .whatsapp:hover .tooltip,.contact .contact-info .contact-details-wrapper .social-links .wrapper .whatsapp:hover .tooltip:before{background:#e3941d;color:#fff}.contact .contact-info .contact-details-wrapper .social-links .wrapper .instagram:hover,.contact .contact-info .contact-details-wrapper .social-links .wrapper .instagram:hover .tooltip,.contact .contact-info .contact-details-wrapper .social-links .wrapper .instagram:hover .tooltip:before{background:#e3941d;color:#fff}@media (max-width: 1024px){.contact .contact-hero{height:400px}.contact .contact-hero .hero-overlay h1{font-size:2.5rem}.contact .contact-hero .hero-overlay p{font-size:1.2rem}.contact .contact-info{gap:40px}.contact .contact-info .contact-logo .brand-logo{height:150px}.contact .contact-info .contact-logo .brand-name{font-size:2rem}.contact .contact-info .contact-logo .brand-tagline{font-size:1rem}.contact .contact-info .contact-details-wrapper .section-title{font-size:1.5rem}.contact .contact-info .contact-details-wrapper .contact-details .contact-row{gap:20px}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item{font-size:1.1rem;padding:10px}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item .contact-icon{font-size:1.3rem}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item div p{font-size:1rem}}@media (max-width: 768px){.contact .contact-hero{height:300px}.contact .contact-hero .hero-overlay h1{font-size:2rem}.contact .contact-hero .hero-overlay p{font-size:1rem}.contact .contact-section{padding:40px 20px}.contact .contact-info{flex-direction:column;text-align:center;gap:30px}.contact .contact-info .contact-logo .brand-logo{height:120px}.contact .contact-info .contact-logo .brand-name{font-size:1.8rem}.contact .contact-info .contact-logo .brand-tagline{font-size:.9rem}.contact .contact-info .contact-details-wrapper .section-title{font-size:1.3rem}.contact .contact-info .contact-details-wrapper .contact-details .contact-row{flex-direction:column;gap:15px}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item{font-size:1rem;justify-content:center;text-align:center}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item .contact-icon{font-size:1.2rem}.contact .contact-info .contact-details-wrapper .contact-details .contact-row .contact-item div p{font-size:.9rem}.contact .contact-info .contact-details-wrapper .social-links{justify-content:center;gap:20px}.contact .contact-info .contact-details-wrapper .social-links .social-link{width:50px;height:50px;font-size:1.5rem}}.admin-container{display:flex;min-height:100vh;background:linear-gradient(135deg,#fff8e1,#fff3e0);position:relative}.sidebar{width:250px;background-color:#4a2c00;color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:space-between;position:fixed;top:0;left:0;height:100%;transition:transform .3s ease;border-top-right-radius:30px;border-bottom-right-radius:30px}.sidebar .sidebar-header{text-align:center}.sidebar .sidebar-header .user-icon{font-size:3rem;margin-bottom:10px}.sidebar .sidebar-header h3{font-size:1.5rem;text-transform:uppercase;letter-spacing:2px}.sidebar .sidebar-nav{flex-grow:1;display:flex;flex-direction:column;gap:15px;margin-top:20px}.sidebar .sidebar-nav button{background-color:#f90;color:#fff;padding:12px;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;text-transform:uppercase;transition:background-color .3s}.sidebar .sidebar-nav button:hover{background-color:#e68a00}.sidebar .logout-btn{background-color:#f44;color:#fff;padding:12px;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;text-transform:uppercase;transition:background-color .3s}.sidebar .logout-btn:hover{background-color:#c00}.main-content{flex-grow:1;margin-left:250px;padding:40px;display:flex;justify-content:center;align-items:flex-start}.main-content .default-content{font-size:2rem;color:#4a2c00;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10vh}.main-content .default-content img{filter:drop-shadow(0px 4px 6px rgba(0,0,0,.1));animation:dropShadow 1s infinite alternate}@keyframes dropShadow{0%{filter:drop-shadow(0px 4px 6px rgba(0,0,0,.1))}50%{filter:drop-shadow(15px 15px 30px rgba(0,0,0,.3))}to{filter:drop-shadow(0px 0px 20px rgba(0,0,0,.5))}}.hamburger-menu{display:none;position:fixed;top:15px;left:15px;font-size:2rem;color:#e68a00;cursor:pointer;z-index:1000}.loader{height:180px;aspect-ratio:1;padding:10px;border-radius:50%;box-sizing:border-box;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);mask:conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);filter:blur(12px)}.loader:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-conic-gradient(#0000 0,#0000 5%,#f2b705,#0000 20%,#0000 50%);animation:l2 1.5s linear infinite}@keyframes l2{to{rotate:1turn}}@media (max-width: 768px){.admin-container{flex-direction:column}.sidebar{width:250px;transform:translate(-100%);z-index:999}.sidebar.open{transform:translate(0)}.sidebar .sidebar-nav{flex-direction:column;gap:15px;margin-top:20px}.main-content{margin-left:0;padding:60px 20px 20px}.hamburger-menu{display:block}.admin-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:998}.admin-container:has(.sidebar.open):before{opacity:1;pointer-events:auto}}.gallery-admin{width:100%;max-width:1200px;background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin:0 auto}.gallery-admin h2{color:#4a2c00;margin-bottom:30px;font-size:2rem;font-family:Playfair Display,serif;text-align:center}.gallery-admin h3{color:#4a2c00;margin-bottom:15px;font-size:1.5rem;font-family:Playfair Display,serif}.gallery-admin .form-section{display:flex;flex-direction:column;gap:15px;margin-bottom:30px;padding:20px;background:#fff8e1;border-radius:8px;box-shadow:0 2px 10px #0000000d}.gallery-admin .form-section input,.gallery-admin .form-section textarea{padding:12px;border:2px solid #ffcc80;border-radius:8px;font-size:1rem;font-family:Roboto,sans-serif;transition:border-color .3s ease}.gallery-admin .form-section input:focus,.gallery-admin .form-section textarea:focus{border-color:#f90;outline:none}.gallery-admin .form-section textarea{min-height:100px;resize:vertical}.gallery-admin .form-section .image-preview{margin-top:10px;display:flex;flex-direction:column;gap:5px;align-items:start}.gallery-admin .form-section .image-preview img{width:100px;height:100px;object-fit:cover;border-radius:8px;box-shadow:0 2px 5px #0000001a}.gallery-admin .form-section .image-preview .replace-image-btn{padding:12px;border:1px solid #8a5522;border-radius:8px;cursor:pointer;font-size:1.1rem;font-family:Roboto,sans-serif;transition:background-color .3s ease}.gallery-admin .form-section .image-preview .replace-image-btn:hover{color:#8a5522;background-color:#ffcc80}.gallery-admin .form-section .form-buttons{display:flex;gap:10px}.gallery-admin .form-section .form-buttons button{padding:12px;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-family:Roboto,sans-serif;transition:background-color .3s ease}.gallery-admin .form-section .form-buttons .action-btn{background-color:#f90;color:#fff}.gallery-admin .form-section .form-buttons .action-btn:hover{background-color:#e68a00}.gallery-admin .form-section .form-buttons .cancel-btn{background-color:#f44;color:#fff}.gallery-admin .form-section .form-buttons .cancel-btn:hover{background-color:#c00}.gallery-admin .gallery-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-admin .gallery-list p{text-align:center;font-size:1.2rem;color:#4a2c00;font-family:Roboto,sans-serif;grid-column:1/-1}.gallery-admin .gallery-list .gallery-card{background:#fff8e1;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery-admin .gallery-list .gallery-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.gallery-admin .gallery-list .gallery-card img{width:100%;height:200px;object-fit:cover;border-bottom:2px solid #ffcc80}.gallery-admin .gallery-list .gallery-card .card-content{padding:15px;text-align:center}.gallery-admin .gallery-list .gallery-card .card-content h3{font-size:1.3rem;color:#4a2c00;margin-bottom:10px;font-family:Playfair Display,serif}.gallery-admin .gallery-list .gallery-card .card-content p{font-size:.95rem;color:#8a5522;line-height:1.5;font-family:Roboto,sans-serif;margin-bottom:15px}.gallery-admin .gallery-list .gallery-card .card-content .card-buttons{display:flex;gap:10px;justify-content:center}.gallery-admin .gallery-list .gallery-card .card-content .card-buttons button{padding:8px 16px;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-family:Roboto,sans-serif;transition:background-color .3s ease}.gallery-admin .gallery-list .gallery-card .card-content .card-buttons .edit-btn{background-color:#3498db;color:#fff}.gallery-admin .gallery-list .gallery-card .card-content .card-buttons .edit-btn:hover{background-color:#2980b9}.gallery-admin .gallery-list .gallery-card .card-content .card-buttons .remove-btn{background-color:#f44;color:#fff}.gallery-admin .gallery-list .gallery-card .card-content .card-buttons .remove-btn:hover{background-color:#c00}@media (max-width: 1024px){.gallery-admin .gallery-list{grid-template-columns:repeat(2,1fr)}.gallery-admin .gallery-card img{height:180px}.gallery-admin .gallery-card .card-content h3{font-size:1.2rem}.gallery-admin .gallery-card .card-content p{font-size:.9rem}}@media (max-width: 768px){.gallery-admin{padding:20px}.gallery-admin .form-section{padding:15px}.gallery-admin .form-section input,.gallery-admin .form-section textarea{padding:10px;font-size:.9rem}.gallery-admin .form-section .image-preview img{width:80px;height:80px}.gallery-admin .form-section .form-buttons button{padding:10px;font-size:1rem}.gallery-admin .gallery-list{grid-template-columns:1fr;gap:15px}.gallery-admin .gallery-list .gallery-card img{height:200px}.gallery-admin .gallery-list .gallery-card .card-content{padding:10px}.gallery-admin .gallery-list .gallery-card .card-content h3{font-size:1.1rem}.gallery-admin .gallery-list .gallery-card .card-content p{font-size:.85rem}.gallery-admin .gallery-list .gallery-card .card-content .card-buttons button{padding:6px 12px;font-size:.85rem}}.products-admin{width:100%;max-width:1200px;background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin:0 auto}.products-admin h2{color:#4a2c00;margin-bottom:30px;font-size:2rem;font-family:Playfair Display,serif;text-align:center}.products-admin h3{color:#4a2c00;margin-bottom:15px;font-size:1.5rem;font-family:Playfair Display,serif}.products-admin .form-section{display:flex;flex-direction:column;gap:15px;margin-bottom:30px;padding:20px;background:#fff8e1;border-radius:8px;box-shadow:0 2px 10px #0000000d}.products-admin .form-section input,.products-admin .form-section textarea{padding:12px;border:2px solid #ffcc80;border-radius:8px;font-size:1rem;font-family:Roboto,sans-serif;transition:border-color .3s ease}.products-admin .form-section input:focus,.products-admin .form-section textarea:focus{border-color:#f90;outline:none}.products-admin .form-section textarea{min-height:200px;resize:vertical}.products-admin .form-section .image-preview{margin-top:10px}.products-admin .form-section .image-preview img{width:100px;height:100px;object-fit:cover;border-radius:8px;box-shadow:0 2px 5px #0000001a}.products-admin .form-section .form-buttons{display:flex;gap:10px}.products-admin .form-section .form-buttons button{padding:12px;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-family:Roboto,sans-serif;transition:background-color .3s ease}.products-admin .form-section .form-buttons .action-btn{background-color:#f90;color:#fff}.products-admin .form-section .form-buttons .action-btn:hover{background-color:#e68a00}.products-admin .form-section .form-buttons .cancel-btn{background-color:#f44;color:#fff}.products-admin .form-section .form-buttons .cancel-btn:hover{background-color:#c00}.products-admin .products-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.products-admin .products-list p{text-align:center;font-size:1.2rem;color:#4a2c00;font-family:Roboto,sans-serif;grid-column:1/-1}.products-admin .products-list .product-card{background:#fff8e1;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.products-admin .products-list .product-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.products-admin .products-list .product-card img{width:100%;height:200px;object-fit:contain;border-bottom:2px solid #ffcc80}.products-admin .products-list .product-card .card-content{padding:15px;text-align:center;overflow:hidden}.products-admin .products-list .product-card .card-content h3{font-size:1.3rem;color:#4a2c00;margin-bottom:10px;font-family:Playfair Display,serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products-admin .products-list .product-card .card-content p{font-size:.95rem;color:#8a5522;line-height:1.5;font-family:Roboto,sans-serif;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.products-admin .products-list .product-card .card-content .details{font-size:.95rem;color:#6d4c41;line-height:1.5;font-family:Roboto,sans-serif;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.products-admin .products-list .product-card .card-content .price{font-weight:500;color:#f90;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products-admin .products-list .product-card .card-content .hashtags{font-style:italic;color:#6d4c41;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products-admin .products-list .product-card .card-content .card-buttons{display:flex;gap:10px;justify-content:center;margin-top:15px}.products-admin .products-list .product-card .card-content .card-buttons button{padding:8px 16px;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-family:Roboto,sans-serif;transition:background-color .3s ease}.products-admin .products-list .product-card .card-content .card-buttons .edit-btn{background-color:#3498db;color:#fff}.products-admin .products-list .product-card .card-content .card-buttons .edit-btn:hover{background-color:#2980b9}.products-admin .products-list .product-card .card-content .card-buttons .remove-btn{background-color:#f44;color:#fff}.products-admin .products-list .product-card .card-content .card-buttons .remove-btn:hover{background-color:#c00}@media (max-width: 1024px){.products-admin .products-list{grid-template-columns:repeat(2,1fr)}.products-admin .product-card img{height:180px}.products-admin .product-card .card-content h3{font-size:1.2rem}.products-admin .product-card .card-content p,.products-admin .product-card .card-content .details{font-size:.9rem}}@media (max-width: 768px){.products-admin{padding:20px}.products-admin .form-section{padding:15px}.products-admin .form-section input,.products-admin .form-section textarea{padding:10px;font-size:.9rem}.products-admin .form-section .image-preview img{width:80px;height:80px}.products-admin .form-section .form-buttons button{padding:10px;font-size:1rem}.products-admin .products-list{grid-template-columns:1fr;gap:15px}.products-admin .products-list .product-card img{height:200px}.products-admin .products-list .product-card .card-content{padding:10px}.products-admin .products-list .product-card .card-content h3{font-size:1.1rem}.products-admin .products-list .product-card .card-content p,.products-admin .products-list .product-card .card-content .details{font-size:.85rem}.products-admin .products-list .product-card .card-content .card-buttons button{padding:6px 12px;font-size:.85rem}}@media (max-width: 480px){.products-admin .form-section{padding:10px}.products-admin .form-section input,.products-admin .form-section textarea{padding:8px;font-size:.85rem}.products-admin .form-section .form-buttons{flex-direction:column}.products-admin .form-section .form-buttons button{width:100%}.products-admin .products-list .product-card img{height:150px}.products-admin .products-list .card-content h3{font-size:1rem}.products-admin .products-list .card-content p,.products-admin .products-list .card-content .details{font-size:.8rem}.products-admin .products-list .card-content .card-buttons{flex-direction:column}.products-admin .products-list .card-content .card-buttons button{width:100%}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.blogAdmin{width:100%;background:linear-gradient(135deg,#fff8e1,#fff3e0);padding:0}.blogAdmin .adminSection{padding:60px 0}.blogAdmin .adminContainer{max-width:1400px;width:100%;margin:0 auto;padding:0 20px}.blogAdmin .sectionTitle{font-size:3rem;color:#4a2c00;text-align:center;margin-bottom:40px;position:relative}.blogAdmin .sectionTitle:after{content:"";width:80px;height:4px;background:#f90;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.blogAdmin .errorMessage{color:#ff4d4d;text-align:center;margin-bottom:20px;font-size:1rem}.blogAdmin .languageTabs{display:flex;gap:10px;margin-bottom:20px}.blogAdmin .languageTabs .langTab{background:#fff8e1;border:1px solid #8a5522;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:1rem;color:#4a2c00}.blogAdmin .languageTabs .langTab.active{background:#f90;color:#fff8e1;border-color:#f90}.blogAdmin .adminForm{background:#fff;border-radius:15px;padding:30px;box-shadow:0 4px 15px #0000001a;margin-bottom:40px}.blogAdmin .adminForm .languageSection{margin-bottom:30px;padding:20px;background:#fff8e1;border-radius:10px}.blogAdmin .adminForm .formGroup{margin-bottom:20px}.blogAdmin .adminForm .formGroup label{display:block;font-size:1rem;color:#4a2c00;margin-bottom:8px}.blogAdmin .adminForm .formGroup input,.blogAdmin .adminForm .formGroup textarea{width:100%;padding:10px;border:1px solid #8a5522;border-radius:8px;font-size:1rem;color:#4a2c00;background:#fff8e1;transition:border-color .3s ease}.blogAdmin .adminForm .formGroup input:focus,.blogAdmin .adminForm .formGroup textarea:focus{border-color:#f90;outline:none}.blogAdmin .adminForm .formGroup input[type=file]{padding:5px}.blogAdmin .adminForm .formGroup textarea{resize:vertical}.blogAdmin .adminForm .submitButton,.blogAdmin .adminForm .cancelButton{background:#f90;color:#fff8e1;border:none;padding:10px 20px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s ease;margin-right:10px}.blogAdmin .adminForm .submitButton:hover,.blogAdmin .adminForm .cancelButton:hover{background:#e68a00}.blogAdmin .adminForm .cancelButton{background:#8a5522}.blogAdmin .adminForm .cancelButton:hover{background:#6b401a}.blogAdmin .postsList{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.blogAdmin .postsList .postItem{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000001a;display:flex;transition:transform .3s ease}.blogAdmin .postsList .postItem:hover{transform:translateY(-5px)}.blogAdmin .postsList .postItem .postImage{width:40%;height:200px}.blogAdmin .postsList .postItem .postImage img{width:100%;height:100%;object-fit:cover}.blogAdmin .postsList .postItem .postDetails{padding:20px;width:60%}.blogAdmin .postsList .postItem .postDetails h3{font-size:1.5rem;color:#4a2c00;margin-bottom:10px}.blogAdmin .postsList .postItem .postDetails p{font-size:1rem;color:#8a5522;line-height:1.5;margin-bottom:10px}.blogAdmin .postsList .postItem .postDetails .postActions{display:flex;gap:10px}.blogAdmin .postsList .postItem .postDetails .postActions .editButton,.blogAdmin .postsList .postItem .postDetails .postActions .deleteButton{background:#f90;color:#fff8e1;border:none;padding:8px 16px;border-radius:8px;font-size:.9rem;cursor:pointer;transition:background-color .3s ease}.blogAdmin .postsList .postItem .postDetails .postActions .editButton:hover,.blogAdmin .postsList .postItem .postDetails .postActions .deleteButton:hover{background:#e68a00}.blogAdmin .postsList .postItem .postDetails .postActions .deleteButton{background:#ff4d4d}.blogAdmin .postsList .postItem .postDetails .postActions .deleteButton:hover{background:#cc3d3d}@media (max-width: 1024px){.blogAdmin .sectionTitle{font-size:2.5rem}.blogAdmin .sectionTitle:after{width:60px}.blogAdmin .adminForm{padding:20px}.blogAdmin .postsList{grid-template-columns:1fr}.blogAdmin .postsList .postItem .postImage{height:180px}.blogAdmin .postsList .postItem .postDetails h3{font-size:1.3rem}.blogAdmin .postsList .postItem .postDetails p{font-size:.9rem}}@media (max-width: 768px){.blogAdmin .adminSection{padding:40px 0}.blogAdmin .sectionTitle{font-size:2rem}.blogAdmin .sectionTitle:after{width:50px}.blogAdmin .adminForm,.blogAdmin .adminForm .languageSection{padding:15px}.blogAdmin .adminForm .formGroup label{font-size:.9rem}.blogAdmin .adminForm .formGroup input,.blogAdmin .adminForm .formGroup textarea{font-size:.9rem;padding:8px}.blogAdmin .adminForm .submitButton,.blogAdmin .adminForm .cancelButton{padding:8px 16px;font-size:.9rem}.blogAdmin .postsList .postItem{flex-direction:column}.blogAdmin .postsList .postItem .postImage{width:100%;height:200px}.blogAdmin .postsList .postItem .postDetails{width:100%;padding:15px}.blogAdmin .postsList .postItem .postDetails h3{font-size:1.2rem}.blogAdmin .postsList .postItem .postDetails p{font-size:.85rem}.blogAdmin .postsList .postItem .postDetails .postActions .editButton,.blogAdmin .postsList .postItem .postDetails .postActions .deleteButton{padding:6px 12px;font-size:.8rem}}.ip-dashboard{padding:20px;max-width:1200px;margin:0 auto}.ip-dashboard h2{color:#333;margin-bottom:20px}.ip-dashboard .filters{display:flex;gap:10px;margin-bottom:20px}.ip-dashboard .filters .search-input{padding:8px;border:1px solid #ddd;border-radius:4px;width:200px}.ip-dashboard .filters .country-select{padding:8px;border:1px solid #ddd;border-radius:4px;width:150px}.ip-dashboard .ip-table{overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;min-height:300px}.ip-dashboard .ip-table table{width:100%;border-collapse:collapse}.ip-dashboard .ip-table table th,.ip-dashboard .ip-table table td{padding:12px;text-align:left;border-bottom:1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.ip-dashboard .ip-table table th{background:#f8f8f8;font-weight:600;color:#333}.ip-dashboard .ip-table table td{color:#555}.ip-dashboard .ip-table table .no-data{text-align:center;color:#777;font-style:italic;padding:20px}.ip-dashboard .ip-table table tr:hover{background:#f5f5f5}.ip-dashboard .ip-table table .delete-button{padding:6px 12px;border:none;background:#ff4d4f;color:#fff;cursor:pointer;border-radius:4px;transition:background .2s}.ip-dashboard .ip-table table .delete-button:hover{background:#d9363e}.ip-dashboard .loader{text-align:center;padding:20px;color:#555}.ip-dashboard .pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}.ip-dashboard .pagination button{padding:8px 16px;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:4px;transition:background .2s}.ip-dashboard .pagination button:hover:not(:disabled){background:#f5f5f5}.ip-dashboard .pagination button:disabled{cursor:not-allowed;opacity:.5}.ip-dashboard .pagination span{color:#333}@media (max-width: 768px){.ip-dashboard .filters{flex-direction:column;align-items:center}.ip-dashboard .filters .search-input,.ip-dashboard .filters .country-select{width:100%;max-width:300px}.ip-dashboard .ip-table{padding:10px;min-height:250px}.ip-dashboard .ip-table table{font-size:14px}.ip-dashboard .ip-table table th,.ip-dashboard .ip-table table td{padding:8px;max-width:150px}.ip-dashboard .ip-table table .delete-button{padding:4px 8px;font-size:12px}.ip-dashboard .ip-table table .no-data{padding:15px}.ip-dashboard .pagination{flex-direction:column;gap:8px}.ip-dashboard .pagination button{width:100%;max-width:150px}}.login-container{width:100vw;min-height:100vh;background:linear-gradient(135deg,#fff8e1,#fff3e0);display:flex;justify-content:center;align-items:center;font-family:Arial,sans-serif}.login-container form{max-width:450px;width:100%;background-color:#fff;border-radius:12px;padding:40px;box-shadow:0 6px 20px #00000026;border:2px solid #ffcc80;animation:fadeIn .5s ease-in-out}.login-container form h2{text-align:center;color:#4a2c00;font-size:2rem;margin-bottom:30px;text-transform:uppercase;letter-spacing:1.5px;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.login-container form div{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.login-container form div input{padding:12px 15px;border:2px solid #ffcc80;border-radius:8px;font-size:1rem;background-color:#fff8e1;transition:border-color .3s,box-shadow .3s,transform .2s}.login-container form div input:focus{border-color:#f90;box-shadow:0 0 8px #f906;transform:scale(1.02);outline:none}.login-container form div input::placeholder{color:#8a5522;opacity:.7}.login-container form button{padding:14px;background-color:#f90;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:background-color .3s,transform .2s,box-shadow .3s}.login-container form button:hover{background-color:#e68a00;transform:translateY(-2px);box-shadow:0 4px 12px #ff99004d}.login-container form button:active{transform:translateY(0);box-shadow:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.login-container{padding:20px}.login-container form{max-width:100%;padding:25px}.login-container h2{font-size:1.5rem}.login-container input{font-size:.9rem;padding:10px}.login-container button{font-size:1rem;padding:12px}}.bee-scroll-top{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:transparent;border:none;cursor:pointer;z-index:999;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;outline:none}.bee-scroll-top.visible{opacity:1;transform:translateY(0)}.bee-scroll-top .bee-body{position:relative;width:100%;height:100%;background-color:#ffc700;border-radius:50%/60% 60% 40% 40%;box-shadow:0 4px 8px #0003;overflow:hidden;transition:transform .2s ease}.bee-scroll-top .bee-body:hover{transform:scale(1.05)}.bee-scroll-top .bee-wing{position:absolute;width:30px;height:25px;background-color:#fffc;border-radius:50%/80% 80% 20% 20%;top:10px;z-index:2;transition:transform .15s ease}.bee-scroll-top .left-wing{left:-8px;transform-origin:right center}.bee-scroll-top .right-wing{right:-8px;transform-origin:left center}.bee-scroll-top.fluttering .left-wing{animation:flutterLeftWing .2s infinite alternate}.bee-scroll-top.fluttering .right-wing{animation:flutterRightWing .2s infinite alternate}.bee-scroll-top .bee-face{position:absolute;width:25px;height:20px;top:12px;left:50%;transform:translate(-50%);z-index:3}.bee-scroll-top .bee-eye{position:absolute;width:6px;height:8px;background-color:#333;border-radius:50%;top:2px}.bee-scroll-top .left-eye{left:2px}.bee-scroll-top .right-eye{right:2px}.bee-scroll-top .bee-stripes{position:absolute;width:100%;height:65%;bottom:0;display:flex;flex-direction:column;justify-content:space-evenly;z-index:1}.bee-scroll-top .stripe{width:100%;height:8px;background-color:#333}.bee-scroll-top .bee-stinger{position:absolute;bottom:2px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:10px solid #333}@keyframes flutterLeftWing{0%{transform:rotate(0)}to{transform:rotate(-30deg)}}@keyframes flutterRightWing{0%{transform:rotate(0)}to{transform:rotate(30deg)}}.home-details{min-height:100vh;background-color:#fffdf7}.home-details .header-banner{height:50vh;background-size:cover;background-position:center;position:relative}.home-details .header-banner .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;justify-content:center;align-items:center}.home-details .header-banner .overlay h1{color:#fff;font-size:3rem;text-align:center;max-width:80%;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-weight:700}.home-details .details-container{max-width:1200px;margin:0 auto;padding:2rem;display:flex;gap:2rem}@media (max-width: 768px){.home-details .details-container{flex-direction:column;padding:1rem}}.home-details .details-container .topics-sidebar{flex:0 0 250px}@media (max-width: 768px){.home-details .details-container .topics-sidebar{flex:1}}.home-details .details-container .topics-sidebar h3{color:#8b6914;margin-bottom:1rem;font-size:1.5rem;border-bottom:2px solid #e7c468;padding-bottom:.5rem}.home-details .details-container .topics-sidebar ul{list-style:none;padding:0}.home-details .details-container .topics-sidebar ul li{padding:1rem;margin-bottom:.5rem;cursor:pointer;border-radius:8px;transition:all .3s ease;border-left:3px solid transparent}.home-details .details-container .topics-sidebar ul li:hover{background-color:#e7c46833;border-left-color:#e7c468}.home-details .details-container .topics-sidebar ul li.active{background-color:#e7c4684d;border-left-color:#8b6914;font-weight:700}.home-details .details-container .details-content{flex:1;background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 12px #0000000d;position:relative}.home-details .details-container .details-content:before{content:"";position:absolute;top:-10px;left:30px;width:20px;height:20px;background-color:#e7c468;transform:rotate(45deg);opacity:.6}.home-details .details-container .details-content:after{content:"";position:absolute;bottom:-10px;right:30px;width:20px;height:20px;background-color:#e7c468;transform:rotate(45deg);opacity:.6}.home-details .details-container .details-content .main-text{margin-bottom:2rem;line-height:1.6;font-size:1.1rem}.home-details .details-container .details-content .main-text p{margin-bottom:1rem}.home-details .details-container .details-content .key-points{background-color:#fcf7e6;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid #e7c468}.home-details .details-container .details-content .key-points h3{color:#8b6914;margin-bottom:1rem;font-size:1.3rem}.home-details .details-container .details-content .key-points ul{padding-left:1.5rem}.home-details .details-container .details-content .key-points ul li{margin-bottom:.8rem;position:relative}.home-details .details-container .details-content .key-points ul li:before{content:"•";color:#e7c468;font-size:1.5rem;position:absolute;left:-1.2rem;top:-.4rem}.home-details .details-container .details-content .conclusion{padding:1rem 0;font-style:italic;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:2rem;color:#555}.home-details .details-container .details-content .actions{display:flex;justify-content:space-between;margin-top:2rem}.home-details .details-container .details-content .actions a{text-decoration:none;padding:.8rem 1.5rem;border-radius:25px;font-weight:700;transition:all .3s ease}.home-details .details-container .details-content .actions a.back-button{background-color:#f5f5f5;color:#333}.home-details .details-container .details-content .actions a.back-button:hover{background-color:#e0e0e0}.home-details .details-container .details-content .actions a.products-button{background-color:#e7c468;color:#333}.home-details .details-container .details-content .actions a.products-button:hover{background-color:#d9b44a}@media (max-width: 768px){.home-details .header-banner{height:30vh}.home-details .header-banner .overlay h1{font-size:2rem;max-width:90%}.home-details .details-content{padding:1.5rem}.home-details .details-content:before,.home-details .details-content:after{width:15px;height:15px}.home-details .details-content .main-text{font-size:1rem}.home-details .details-content .key-points{padding:1rem}.home-details .details-content .key-points h3{font-size:1.2rem}.home-details .details-content .key-points ul{padding-left:1rem}.home-details .details-content .actions{flex-direction:column;gap:1rem}.home-details .details-content .actions a{text-align:center;width:100%;padding:.7rem 1rem}.home-details .topics-sidebar h3{font-size:1.3rem}.home-details .topics-sidebar ul li{padding:.8rem}}@media (max-width: 480px){.home-details .header-banner{height:25vh}.home-details .header-banner .overlay h1{font-size:1.5rem}.home-details .details-content{padding:1rem}.home-details .details-content .main-text{font-size:.95rem}.home-details .details-content .key-points{padding:.8rem}.home-details .details-content .key-points h3{font-size:1.1rem}}.blogPage{width:100%;background:linear-gradient(135deg,#fff8e1,#fff3e0);padding:0}.blogPage a{text-decoration:none;color:inherit}.blogPage .blogSection{padding:60px 0}.blogPage .blogContainer{max-width:1400px;width:100%;margin:0 auto;padding:0 20px}.blogPage .blogPosts{background-color:#fff8e1;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;max-width:1400px;margin:0 auto}.blogPage .blogPosts .blogPost{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.blogPage .blogPosts .blogPost:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.blogPage .blogPosts .blogPost .postImage{position:relative;width:100%;height:250px}.blogPage .blogPosts .blogPost .postImage img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.blogPage .blogPosts .blogPost .postImage .dateContainer{position:absolute;top:15px;right:15px;background:#fffc;border-radius:12px;padding:5px 10px;font-size:.9rem;color:#4a2c00;box-shadow:0 2px 5px #0003}.blogPage .blogPosts .blogPost .postContent{padding:20px;text-align:center}.blogPage .blogPosts .blogPost .postContent h3{font-size:1.5rem;color:#4a2c00;margin-bottom:10px}.blogPage .blogPosts .blogPost .postContent p{font-size:1rem;color:#8a5522;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (min-width: 1200px){.blogPage .blogPosts{grid-template-columns:repeat(4,1fr)}}.blogPage .modalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:2000}.blogPage .modalContent{position:relative;background:#fff8e1;padding:20px;border-radius:15px;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 15px #0000004d;animation:fadeIn .3s ease-in-out}.blogPage .modalContent img{max-width:100%;max-height:50vh;object-fit:contain;border-radius:10px}.blogPage .modalContent .modalCaption{margin-top:15px;text-align:center;color:#4a2c00}.blogPage .modalContent .modalCaption h3{font-size:1.5rem;margin-bottom:10px}.blogPage .modalContent .modalCaption p{font-size:1.1rem;line-height:1.6}.blogPage .modalContent .modalCaption .modalDate{font-size:.9rem;color:#8a5522;display:block;margin-top:10px}.blogPage .modalContent .modalClose{position:absolute;top:10px;right:10px;background:#f90;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;color:#fff8e1;cursor:pointer;transition:background-color .3s}.blogPage .modalContent .modalClose:hover{background-color:#e68a00}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 1024px){.blogPage .blogPosts .blogPost .postImage{height:200px}.blogPage .blogPosts .blogPost .postImage .dateContainer{font-size:.8rem;padding:4px 8px}.blogPage .blogPosts .blogPost .postContent h3{font-size:1.3rem}.blogPage .blogPosts .blogPost .postContent p{font-size:.9rem}}@media (max-width: 768px){.blogPage .blogPosts .blogPost .postImage{height:250px}.blogPage .blogPosts .blogPost .postImage .dateContainer{font-size:.8rem;padding:4px 8px}.blogPage .blogPosts .blogPost .postContent{padding:15px}.blogPage .blogPosts .blogPost .postContent h3{font-size:1.2rem}.blogPage .blogPosts .blogPost .postContent p{font-size:.85rem}.blogPage .modalContent{padding:15px}.blogPage .modalContent img{max-height:40vh}.blogPage .modalContent .modalCaption h3{font-size:1.3rem}.blogPage .modalContent .modalCaption p{font-size:1rem}.blogPage .modalContent .modalCaption .modalDate{font-size:.8rem}.blogPage .modalContent .modalClose{width:30px;height:30px;font-size:1.2rem}}.blogDetailsPage{width:100%;background:linear-gradient(135deg,#fff8e1,#fff3e0);padding:0}.blogDetailsPage a{text-decoration:none;color:inherit}.blogDetailsPage .blogDetailsSection{padding:60px 0}.blogDetailsPage .blogDetailsContainer{width:100%;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap}.blogDetailsPage .blogDetailsPost{border-radius:15px;overflow:hidden;margin-bottom:40px;display:flex;flex-wrap:wrap}.blogDetailsPage .blogDetailsPost .blogDetailsPostHeader{width:100%;padding:20px 30px;background:#ffffff9c;border-bottom:1px solid #eee}.blogDetailsPage .blogDetailsPost .blogDetailsPostHeader h1{font-size:2.5rem;color:#4a2c00;margin:0;line-height:1.3}.blogDetailsPage .blogDetailsPost .blogDetailsPostHeader .blogDetailsDateContainer{background:#fffc;border-radius:12px;padding:5px 10px;font-size:.9rem;color:#4a2c00;box-shadow:0 2px 5px #0003;display:flex;flex-direction:column;gap:5px;max-width:150px}.blogDetailsPage .blogDetailsPost .blogDetailsPostHeader .blogDetailsDateContainer .blogDetailsViewCount{font-size:.85rem;color:#8a5522}.blogDetailsPage .blogDetailsPost .blogDetailsPostImage{width:50%;padding:30px}.blogDetailsPage .blogDetailsPost .blogDetailsPostImage img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent{width:50%;padding:30px;text-align:left}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent .blogDetailsPostMeta{margin-bottom:15px}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent .blogDetailsPostMeta .blogDetailsPostAuthor{font-size:.9rem;color:#8a5522;font-style:italic}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent p{font-size:1.1rem;color:#4a2c00;line-height:1.8;margin-bottom:20px}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent .blogDetailsPostHashtags{font-size:.9rem;color:#8a5522;margin:20px 0;line-height:1.5}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent .blogDetailsPostActions{margin-top:30px}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent .blogDetailsPostActions .blogDetailsBackButton{display:inline-block;padding:10px 20px;background:#f90;color:#fff8e1;border-radius:8px;text-decoration:none;font-size:1rem;transition:background-color .3s ease}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent .blogDetailsPostActions .blogDetailsBackButton:hover{background:#e68a00}.blogDetailsPage .blogDetailsNoPosts{text-align:center;font-size:1.5rem;color:#4a2c00;padding:40px;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;width:100%}@media (max-width: 1024px){.blogDetailsPage .blogDetailsPost .blogDetailsPostImage{width:100%;height:350px}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent{width:100%;padding:20px}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent p{font-size:1rem}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent .blogDetailsPostHashtags{font-size:.85rem}}@media (max-width: 768px){.blogDetailsPage .blogDetailsSection{padding:40px 0}.blogDetailsPage .blogDetailsContainer{padding:0 15px}.blogDetailsPage .blogDetailsPost .blogDetailsPostHeader{padding:15px 20px}.blogDetailsPage .blogDetailsPost .blogDetailsPostHeader h1{font-size:1.8rem;margin-bottom:10px}.blogDetailsPage .blogDetailsPost .blogDetailsPostHeader .blogDetailsDateContainer{font-size:.8rem;padding:4px 8px;max-width:100px}.blogDetailsPage .blogDetailsPost .blogDetailsPostHeader .blogDetailsDateContainer .blogDetailsViewCount{font-size:.75rem}.blogDetailsPage .blogDetailsPost .blogDetailsPostImage{height:250px}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent{padding:20px}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent .blogDetailsPostMeta .blogDetailsPostAuthor{font-size:.8rem}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent p{font-size:.95rem}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent .blogDetailsPostHashtags{font-size:.8rem}.blogDetailsPage .blogDetailsPost .blogDetailsPostContent .blogDetailsPostActions .blogDetailsBackButton{font-size:.9rem;padding:8px 16px}.blogDetailsPage .blogDetailsNoPosts{font-size:1.2rem;padding:30px}}
