*{box-sizing:border-box;color:#37353e;margin:0;padding:0;font-family:Georgia,Times New Roman,Times,serif}* button.p-2.rounded.bg-blue-500.text-white{visibility:hidden!important;display:none!important}.nav-bar{z-index:20;color:#37353e;justify-content:space-between;align-items:center;height:80px;margin-bottom:1.5rem;padding:0 1.5rem;display:flex;position:relative}.image{max-width:150px;max-height:150px}.image img{object-fit:contain;width:100%;height:auto}.nav-links{align-items:center;gap:200px;display:flex}.middle-links{gap:40px;font-size:1.3rem;font-weight:600;display:flex}.right-link{cursor:pointer;border:2px solid #111;border-radius:8px;padding:10px 20px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:inline-block}a{text-decoration:none;transition:color .3s}a:hover{color:#07f}.hamburger{cursor:pointer;z-index:30;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;display:none}.line{background:#111;border-radius:2px;width:100%;height:3px}.nav-overlay{opacity:0;z-index:25;background:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.nav-mobile{text-align:center;flex-direction:column;gap:30px;display:flex}.nav-item{font-size:1.5rem;font-weight:600}.nav-actions{align-items:center;gap:20px;display:flex}.cart-icon,.cart-mobile{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .3s ease-in-out;display:flex;position:relative}.cart-icon:hover,.cart-mobile:hover{background:#0000000d}.cart-badge{color:#fff;background:#ff3b30;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}@media (max-width:1000px){.nav-links{display:none}.hamburger{display:flex}.hero-section{margin-top:4rem}.nav-bar{height:80px}}.footer{color:#fff;background-color:#0b1d2d;padding:3rem 2rem 1.5rem;font-family:Arial,sans-serif}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer-about{flex:250px}.footer-about .footer-wrapper{margin-bottom:1rem}.footer-about img{object-fit:contain;width:150px;height:auto;margin-bottom:.5rem}.footer-about p{color:#d0d8e0;font-size:.95rem;line-height:1.5}.footer-links{flex:200px}.footer-links h4{color:#fff;margin-bottom:1rem;font-size:1.2rem}.footer-links ul{padding:0;list-style:none}.footer-links ul li{margin-bottom:.5rem}.footer-links ul li a{color:#d0d8e0;text-decoration:none;transition:color .3s}.footer-links ul li a:hover{color:#ff6b00}.footer-contact{flex:250px}.footer-contact h4{color:#fff;margin-bottom:1rem;font-size:1.2rem}.footer-contact p{color:#d0d8e0;margin-bottom:.5rem;font-size:.95rem}.footer-socials{gap:1rem;margin-top:.5rem;display:flex}.footer-socials a{color:#fff;background-color:#1e2f44;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:1rem;transition:all .3s;display:flex}.footer-socials a:hover{color:#fff;background-color:#ff6b00;transform:translateY(-3px)}.footer-bottom{text-align:center;color:#a0a8b0;border-top:1px solid #1e2f44;margin-top:2rem;padding-top:1rem;font-size:.85rem}@media (max-width:768px){.footer-container{text-align:center;flex-direction:column;gap:1.5rem}.footer-socials{justify-content:center}}*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,sans-serif}.contact-wrapper{width:100%}.contact-section{background-color:#007bff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:50vh;min-height:300px;display:flex;position:relative;overflow:hidden}.contact-image{object-fit:cover;object-position:center;opacity:.6;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.overlay{z-index:1;color:#fff;text-align:center;padding:20px;position:relative}.overlay h1{margin-bottom:1rem;font-size:clamp(2rem,6vw,3rem);font-weight:700}.overlay p{margin-bottom:2rem;font-size:clamp(1rem,4vw,1.25rem)}.contact-inputs{color:#37353e;background-color:#fffffff2;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:20px;width:90%;max-width:900px;margin:0 auto 50px;padding:30px;display:flex;position:relative;top:-60px;box-shadow:0 8px 25px #0003}.contact-details{text-align:center;flex-direction:column;flex:40%;justify-content:center;align-items:center;gap:15px;display:flex}.contact-details h2{color:#37353e;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600}.contact-details p{color:#37353e;font-size:1.1rem}.store-btn{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:8px;margin-top:15px;padding:12px 35px;font-size:1rem;transition:all .3s}.store-btn:hover{background-color:#333}.contact-data{flex-direction:column;flex:55%;gap:0;display:flex}.contact-data form{flex-direction:column;gap:20px;width:100%;display:flex}.contact-data input,.contact-data textarea{color:#37353e;background-color:#fff;border:1px solid #37353e;border-radius:10px;width:100%;padding:12px 15px;font-size:1rem;transition:all .3s}.contact-data input:focus,.contact-data textarea:focus{border-color:#000;outline:none;box-shadow:0 0 5px #0000004d}.contact-data .contact-btn{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:8px;align-self:flex-end;margin-top:10px;padding:12px 35px;font-size:1rem;transition:all .3s}.contact-data .contact-btn:hover{background-color:#333}.messages-section{color:#37353e;max-width:900px;margin:0 auto 50px}.messages-section h3{margin-bottom:20px}.message-card{border-bottom:1px solid #ccc;margin-bottom:15px;padding-bottom:10px}@media (max-width:900px){.contact-inputs{flex-direction:column;gap:25px;padding:20px;top:-40px}.contact-details,.contact-data{flex:100%;align-items:center}.contact-data input,.contact-data textarea{max-width:100%}.contact-data .contact-btn{align-self:center}}.testimonial-wrapper{margin-top:1rem;overflow:hidden}.testimonial-section{text-align:center;background:#f8f9fa;padding:3rem 1rem;overflow:hidden}.testimonial-heading{color:#222;margin-bottom:2rem;font-size:2rem;font-weight:700}.marquee-wrapper{width:100%;position:relative;overflow:hidden}.marquee{gap:1.5rem;width:max-content;display:flex}.testimonial-card{background:#fff;border-radius:1rem;flex-shrink:0;min-width:260px;max-width:280px;padding:1rem;transition:transform .3s;box-shadow:0 4px 12px #0000001a}.testimonial-card:hover{transform:scale(1.05)}.testimonial-card img{object-fit:cover;border-radius:50%;width:60px;height:60px;margin-bottom:1rem}.testimonial-message{color:#555;margin-bottom:.5rem;font-style:italic}.testimonial-name{color:#222;font-weight:700}.testimonial-form-box{background:#f9f9f9;border-radius:1rem;max-width:500px;margin-top:2rem;margin-left:auto;margin-right:auto;padding:2rem;box-shadow:0 4px 15px #0000001a}.form-title{text-align:center;color:#222;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.testimonial-form .form-group{flex-direction:column;margin-bottom:1.2rem;display:flex}.testimonial-form label{color:#444;margin-bottom:.5rem;font-size:.9rem}.testimonial-form input,.testimonial-form textarea{border:1px solid #ddd;border-radius:8px;outline:none;padding:.8rem;font-size:1rem;transition:border .3s}.testimonial-form input:focus,.testimonial-form textarea:focus{border:1px solid #07f}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#07f,#0059b3);border:none;border-radius:10px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:background .3s}.submit-btn:hover{background:linear-gradient(135deg,#0059b3,#003d80)}.success-message{color:#2d7a46;background:#e6ffed;border:1px solid #a3e6b1;border-radius:6px;margin-bottom:15px;padding:10px;font-weight:500;animation:.4s ease-in-out fadeIn}.error-message{color:#a12d2d;background:#ffe6e6;border:1px solid #e6a3a3;border-radius:6px;margin-bottom:15px;padding:10px;font-weight:500;animation:.4s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.page-wrapper{overflow:hidden}.hero-wrapper{overflow:hidden}.hero-section{justify-content:center;align-items:center;width:100%;height:65vh;min-height:300px;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.image-bg{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.image-bg img{object-fit:cover;object-position:center;filter:brightness(.97)contrast(1.05);width:100%;height:100%}.hero-content{text-align:center;color:#111;z-index:2;max-width:650px;padding:1rem}.hero-content h1{margin-bottom:1rem;font-size:clamp(3rem,5vw,4rem);font-weight:700}.hero-content p{color:#333;margin-bottom:2rem;font-size:clamp(.95rem,3.5vw,1.25rem)}.hero-links{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.hero-link{color:#fff;text-align:center;background:#111;border:2px solid #111;border-radius:8px;flex:auto;min-width:140px;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .3s}.hero-link.secondary{color:#111;background:#fff}.hero-link:hover{transform:translateY(-2px)}.header-cta{justify-content:space-between;align-items:center;gap:3rem;padding:4rem 2rem;display:flex}.cta-text h1{color:#07f;font-size:clamp(1.8rem,5vw,3rem);font-weight:800;line-height:1.2}.header-text{flex:1}.header-text h2{margin-bottom:1rem;font-size:clamp(1.1rem,4vw,1.6rem);font-weight:600}.header-text p{color:#444;margin-bottom:1.5rem;font-size:clamp(.95rem,3vw,1.2rem)}.plumber-btn{color:#fff;background:#111;border:2px solid #111;border-radius:8px;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:inline-block}.plumber-btn:hover{color:#111;background:#fff}@media (max-width:1000px){.hero-section{height:60vh}.hero-links{flex-direction:column;gap:12px;width:100%}.header-cta{text-align:center;flex-direction:column;padding:3rem 1.5rem}}@media (max-width:600px){.hero-section{height:auto;padding:3rem 1rem}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:.95rem}.hero-links,.hero-link{width:100%}.header-cta{gap:1.5rem;padding:2.5rem 1rem}}.service-wrapper{color:#37353e;justify-content:center;width:100%;margin-bottom:1rem;display:flex}.service-intro{text-align:center;max-width:750px;margin:0 auto 3rem}.service-intro h2{margin-bottom:1rem;font-size:clamp(2rem,6vw,2.8rem);font-weight:800}.service-intro p{color:#555;font-size:1.1rem;line-height:1.6}.service-services{grid-template-columns:repeat(3,1fr);place-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.service-card{aspect-ratio:16/9;background:#fff;border-radius:12px;flex-direction:column;width:300px;height:400px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.service-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026}.image-wrapper{width:100%;height:60%;overflow:hidden}.image-wrapper img{object-fit:cover;width:100%;height:100%;display:block}.service-content{text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:6px;height:40%;padding:.8rem 1rem;display:flex}.service-content h3{font-size:clamp(1rem,5vw,1.3rem);font-weight:700}.service-content p{color:#444;font-size:.95rem;font-weight:500;line-height:1.4}.service-content a{color:#fff;background:#111;border:2px solid #111;border-radius:6px;margin-top:auto;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.service-content a:hover{color:#111;background:#fff}@media (max-width:1000px){.service-services{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.service-services{grid-template-columns:1fr}}.why-choose-us{text-align:center;padding:80px 20px}.section-title{margin-bottom:50px;font-size:2.5rem}.reasons-container{flex-wrap:wrap;justify-content:space-around;gap:40px;display:flex}.reason-card{background:#fff;border-radius:16px;width:300px;padding:30px 20px;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 20px #00000014}.reason-card:hover{transform:translateY(-10px);box-shadow:0 12px 30px #00000026}.icon-wrapper svg{stroke:#ff6b6b;width:64px;height:64px;margin-bottom:20px}.reason-title{color:#1a1a1a;margin-bottom:10px;font-size:1.3rem}.reason-description{color:#555;font-size:1rem;line-height:1.6}.accordion-container{width:90%;max-width:800px;margin:2rem auto;font-family:Arial,sans-serif}.accordion-item{border:1px solid #ccc;border-radius:8px;margin-bottom:10px;transition:all .3s;overflow:hidden}.accordion-question{color:#fff;text-align:left;cursor:pointer;background:#0077b6;border:none;border-radius:8px 8px 0 0;outline:none;justify-content:space-between;align-items:center;width:100%;padding:18px 25px;font-size:1.15rem;font-weight:600;transition:background .3s;display:flex}.accordion-question:hover{background:#0096c7}.accordion-icon{font-size:1.2rem;line-height:1;transition:transform .3s}.accordion-icon.open{transform:rotate(180deg)}.accordion-answer{background:#f1f1f1;padding:0 25px;transition:max-height .3s;overflow:hidden}.accordion-answer p{margin:10px 0}@media (max-width:600px){.accordion-question{padding:14px 20px;font-size:1rem}.accordion-answer p{font-size:.95rem}.accordion-icon{font-size:1.1rem}}.accordion-header{text-align:center;margin-bottom:40px}.accordion-header h1{margin-bottom:15px;font-size:2.5rem;font-weight:700}.accordion-header p{color:#333;max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6}@media (max-width:600px){.accordion-header h1{font-size:2rem}.accordion-header p{font-size:1rem}}.cta-wrapper{background:#fff;width:100%;padding:0 4rem;overflow:hidden}.cta-section{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.cta-header{flex-direction:column;flex-basis:45%;justify-content:center;gap:1.5rem;display:flex}.cta-title h2{color:#222;font-size:2.5rem;font-weight:700;line-height:1.3}.cta-subtitle h3{color:#555;font-size:1.125rem;font-weight:400;line-height:1.6}.cta-button,.cta-button:link,.cta-button:visited{color:#fff;cursor:pointer;background:#0077b6;border:none;border-radius:50px;width:fit-content;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{background:#005f8e;transform:translateY(-2px)}.cta-image{flex-basis:55%;justify-content:center;display:flex}.cta-image img{object-fit:contain;width:700px;max-width:100%;height:700px}@media (max-width:1000px){.cta-section{text-align:center;flex-direction:column}.cta-header{align-items:center}.cta-button{align-self:center}.cta-image img{width:600px;height:600px}}@media (max-width:600px){.cta-title h2{font-size:2rem}.cta-subtitle h3{font-size:1rem}.cta-image img{width:500px;height:500px}}.blog-wrapper{width:100%;overflow:hidden}.blog-header{background-color:#007bff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:50vh;min-height:300px;margin-bottom:2rem;display:flex;position:sticky;overflow:hidden}.image-wrapper{overflow:hidden}.blog-image{object-fit:cover;object-position:center;opacity:.6;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.blog-overlay{z-index:1;text-align:center;color:#fff;padding:20px;position:relative}.blog-overlay h1{margin-bottom:1rem;font-size:clamp(2rem,6vw,3rem);font-weight:700}.blog-overlay p{max-width:700px;margin:0 auto;font-size:clamp(1rem,4vw,1.25rem)}.blog-grid{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.blog-grid .blog-card{aspect-ratio:16/9;background:#fff;border-radius:12px;flex-direction:column;flex:0 300px;height:400px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.blog-grid .blog-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026}.blog-grid .wrapper{width:100%;height:60%;overflow:hidden}.blog-grid .wrapper img{object-fit:cover;width:100%;height:100%;display:block}.blog-grid .blog-content{text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:6px;height:40%;padding:.8rem 1rem;display:flex}.blog-grid .blog-content h2{font-size:clamp(1rem,5vw,1.3rem);font-weight:700}.blog-grid .blog-content p{color:#444;font-size:.95rem;font-weight:500;line-height:1.4}.blog-grid .blog-content a{color:#fff;background:#111;border:2px solid #111;border-radius:6px;margin-top:auto;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.blog-grid .blog-content a:hover{color:#111;background:#fff}@media (max-width:1000px){.service-services{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.service-services{grid-template-columns:1fr}}.project-wrapper{overflow:hidden}.project-page{justify-content:center;align-items:center;gap:25px;width:100%;margin-bottom:1rem;padding:2rem 3rem;display:flex}.project-intro{flex-direction:column;flex-basis:30%;justify-content:flex-start;align-items:flex-start;gap:10px;display:flex}.project-intro h2{margin-bottom:1rem;font-size:clamp(2rem,6vw,2.8rem);font-weight:800}.project-intro p{color:#555;font-size:1.1rem;font-style:italic;line-height:1.6}.project-intro a{color:#fff;background:#111;border:2px solid #111;border-radius:8px;padding:12px 30px;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:inline-block}.project-intro a:hover{color:#111;background:#fff}.project-image{border:1px solid #111;border-radius:50%;flex-basis:40%;max-width:400px;max-height:600px;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%}.project-prof{flex-direction:column;flex-basis:30%;justify-content:space-between;align-items:center;gap:20px;display:flex}.project-prof .numbers{flex-direction:column;justify-content:center;align-items:center;gap:15px;display:flex}.project-prof .numbers p{color:#0d0d0e;border:1px solid #555;border-radius:50px;padding:15px 30px;font-size:2rem;font-style:italic;font-weight:500}.project-prof .numbers span{font-family:Courier New,Courier,monospace;font-size:2rem;font-style:italic;font-weight:800;transition:all .3s}.project-prof .numbers span:hover{transform:scale(1.1)}@media (max-width:1000px){.project-page{flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;padding:2rem 1.5rem}.project-intro,.project-image,.project-prof{text-align:center;flex-basis:100%}.project-intro a{text-align:center;width:100%}.project-image{border:none;border-radius:50px;max-width:80%;max-height:700px}.project-prof .numbers p{padding:10px 20px;font-size:1.6rem}.project-prof .numbers span{font-size:1.6rem}}.blogs-wrapper{background:#f9f9f9;justify-content:center;width:100%;padding:2rem 1rem;display:flex}.blogs-pages{flex-direction:column;gap:3rem;width:100%;max-width:1200px;display:flex}.water-wrapper{overflow:hidden}.water-wrapper h2{color:#007bff;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700}.water-wrapper p{color:#333;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.7}.water-wrapper p+p{margin-top:1rem}@media (max-width:1000px){.blogs-wrapper{padding:1.5rem 1rem}.water-wrapper{padding:1.5rem}.water-wrapper h2{font-size:clamp(1.5rem,5vw,2rem)}.water-wrapper p{font-size:clamp(.95rem,4vw,1.1rem)}}@media (max-width:600px){.blogs-wrapper{padding:1rem .5rem}.water-wrapper{padding:1rem}.water-wrapper h2{font-size:clamp(1.3rem,6vw,1.6rem)}.water-wrapper p{font-size:clamp(.9rem,5vw,1rem)}}*{box-sizing:border-box;margin:0;padding:0}.store-wrapper{width:100%;overflow:hidden}.store-section{justify-content:center;align-items:center;width:100%;height:45vh;min-height:480px;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.store-image{z-index:-1;background-color:#007bff;width:100%;height:100%;position:absolute;top:0;left:0}.store-image img{object-fit:cover;object-position:center;filter:brightness(.97)contrast(1.05);opacity:.7;width:100%;height:100%}.store-intro{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 1rem;display:flex}.store-intro h2{margin-bottom:1rem;font-size:clamp(3rem,5vw,4rem);font-weight:700}.store-intro h2 span{color:#007bff;font-size:3.5rem;font-weight:bolder}.store-intro p{color:#333;margin-bottom:2rem;font-size:clamp(.95rem,3.5vw,1.25rem)}.store-links{flex-wrap:wrap;justify-content:center;gap:24px;max-width:600px;margin:0 auto;display:flex}.store-link{color:#fff;text-align:center;background:#111;border:2px solid #111;border-radius:8px;min-width:160px;padding:12px 18px;font-weight:600;text-decoration:none;transition:all .3s}.store-link.secondary{color:#111;background:#fff}.store-link:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.store-logo{flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden}.store-logo h2{text-align:center;margin-top:3rem;padding-bottom:1.2rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700}.store-logo h2 span{color:#007bff;text-shadow:1px 1px #004a99,2px 2px #036,3px 3px #001a33,4px 4px 4px #000000b3;font-size:3.4rem;font-weight:bolder}.logo-wrapper{justify-content:center;align-items:center;max-width:900px;display:flex;overflow:hidden}.logo-wrapper .logo{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:30px;display:flex}.logo-wrapper .logo img{object-fit:contain;border-radius:40px;width:120px;height:auto}.product-store{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.store-title{text-align:center;color:#111;margin-bottom:2.5rem;font-size:2.4rem;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.product-card{background:#fff;border-radius:14px;flex-direction:column;padding:1.5rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 4px 16px #0000001a}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 22px #00000026}.product-image{background:#fafafa;border-radius:12px;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:1rem;display:flex;position:relative;overflow:hidden}.product-image img{object-fit:contain;max-width:85%;max-height:85%}.like-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;padding:6px 8px;font-size:1.4rem;transition:transform .2s,background .2s;position:absolute;top:-12px;right:10px;box-shadow:0 2px 8px #00000026}.like-count{color:#333;background:#fff;border-radius:12px;padding:2px 6px;font-size:.9rem;font-weight:600;position:absolute;top:6px;right:45px;box-shadow:0 1px 4px #00000026}.like-btn:hover{background:#f8f8f8;transform:scale(1.1)}.like-btn.liked{color:red}.product-info{text-align:center;flex-grow:1}.product-info h3{margin-bottom:.4rem;font-size:1.3rem;font-weight:600}.product-info .category{color:#666;margin-bottom:.6rem;font-size:.9rem}.product-info .price{color:#007bff;margin-bottom:1.2rem;font-size:1.1rem;font-weight:700}.add-btn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;padding:10px 16px;font-weight:600;transition:background .25s}.add-btn:hover{background:#0056b3}@media (min-width:1000px){.store-section{height:60vh;min-height:550px}.store-intro h2{font-size:4rem}.store-intro h2 span{font-size:4.5rem}.store-intro p{max-width:700px;font-size:1.25rem}.store-links{gap:32px}.store-link{min-width:180px;padding:14px 22px;font-size:1.05rem}.logo-wrapper .logo img{width:140px}.product-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.product-card{padding:2rem}.product-image{height:240px}.like-btn{top:10px;right:14px}.product-info h3{font-size:1.5rem}.product-info .price{font-size:1.25rem}.add-btn{padding:12px 20px;font-size:1.05rem}}
