.store-page{background:var(--cream-50)}.store-hero{position:relative;width:100%;height:68vh;min-height:520px;max-height:780px;overflow:hidden;background:var(--green-950)}.store-hero .slides-container{position:relative;width:100%;height:100%}.store-hero .slide{position:absolute;inset:0;z-index:1;visibility:hidden;width:100%;height:100%;opacity:0;transform:scale(1.025);transition:opacity 0.9s ease,visibility 0.9s ease,transform 5s ease}.store-hero .slide.active{z-index:2;visibility:visible;opacity:1;transform:scale(1)}.store-hero .slide img{display:block;width:100%;height:100%;object-fit:cover;filter:none !important;opacity:1 !important}.store-hero .slide:nth-child(1) img{object-position:50% 65%}.store-hero .slide:nth-child(2) img{object-position:50% 60%}.store-hero .slide:nth-child(3) img{object-position:50% 65%}.store-hero-content{position:absolute;top:58%;left:50%;z-index:10;width:min(92%,850px);text-align:center;transform:translate(-50%,-50%)}.store-hero-label{display:inline-flex;align-items:center;gap:7px;margin-bottom:10px;padding:6px 12px;border:1px solid rgba(255,255,255,0.78);border-radius:var(--radius-round);background:rgba(0,0,0,0.14);color:var(--white);font-size:0.62rem;font-weight:800;text-shadow:0 2px 6px rgba(0,0,0,0.85)}.store-hero-label i{color:var(--gold-400)}.store-hero-content h1{margin-bottom:11px;color:var(--white);font-size:clamp(2.15rem,5vw,4.3rem);text-shadow:0 3px 10px rgba(0,0,0,0.85),0 1px 3px rgba(0,0,0,0.92)}.store-hero-content p{max-width:680px;margin:0 auto 19px;color:var(--white);font-size:0.88rem;font-weight:600;text-shadow:0 2px 7px rgba(0,0,0,0.9),0 1px 2px rgba(0,0,0,0.92)}.store-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}.store-hero-actions .button{min-height:41px;padding:8px 15px;font-size:0.7rem}.store-hero .slider-btn{position:absolute;top:50%;z-index:20;display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,0.82);border-radius:50%;background:rgba(0,0,0,0.18);color:var(--white);cursor:pointer;transform:translateY(-50%);transition:var(--transition)}.store-hero .slider-btn:hover{background:var(--gold-500);color:var(--green-950);transform:translateY(-50%) scale(1.08)}.store-hero .slider-btn.prev{left:18px}.store-hero .slider-btn.next{right:18px}.store-hero .slider-dots{position:absolute;bottom:19px;left:50%;z-index:20;display:flex;align-items:center;justify-content:center;gap:7px;padding:6px 10px;border-radius:var(--radius-round);background:rgba(0,0,0,0.12);transform:translateX(-50%)}.store-hero .dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,0.68);cursor:pointer;transition:var(--transition)}.store-hero .dot.active{width:21px;border-radius:var(--radius-round);background:var(--gold-500)}.store-intro{padding:85px 0 45px;background:var(--white)}.store-intro-content{max-width:850px;margin-inline:auto;text-align:center}.store-intro-icon{display:grid;width:70px;height:70px;margin:0 auto 21px;place-items:center;border-radius:22px;background:var(--green-900);color:var(--gold-400);box-shadow:var(--shadow-medium);font-size:1.55rem}.store-intro-content h2{margin-bottom:18px;font-size:clamp(2.2rem,5vw,4.1rem)}.store-intro-content p{max-width:720px;margin-inline:auto;font-size:1rem;line-height:1.9}.store-benefits{padding:42px 0 85px;background:var(--white)}.store-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.store-benefit-card{padding:28px 23px;border:1px solid rgba(18,53,34,0.08);border-radius:var(--radius-large);background:var(--cream-50);box-shadow:var(--shadow-small);text-align:center;transition:var(--transition)}.store-benefit-card:hover{border-color:rgba(230,177,46,0.45);box-shadow:var(--shadow-medium);transform:translateY(-6px)}.store-benefit-card i{display:grid;width:52px;height:52px;margin:0 auto 16px;place-items:center;border-radius:17px;background:var(--green-900);color:var(--gold-400);font-size:1.15rem}.store-benefit-card h3{margin-bottom:8px;font-size:1.15rem}.store-benefit-card p{font-size:0.79rem}.store-products-section{padding:90px 0;background:var(--cream-100)}.store-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.store-product-card{display:flex;overflow:hidden;flex-direction:column;border:1px solid rgba(18,53,34,0.08);border-radius:var(--radius-large);background:var(--white);box-shadow:var(--shadow-small);transition:var(--transition)}.store-product-card:hover{border-color:rgba(230,177,46,0.45);box-shadow:var(--shadow-large);transform:translateY(-8px)}.store-product-image{position:relative;height:350px;overflow:hidden;background:var(--gray-100)}.store-product-image img{display:block;width:100%;height:100%;object-fit:cover;filter:none !important;transition:transform 0.75s ease}.store-product-card:hover .store-product-image img{transform:scale(1.055)}.store-product-card:nth-child(1) .store-product-image img{object-position:50% 60%}.store-product-card:nth-child(2) .store-product-image img{object-position:50% 55%}.store-product-card:nth-child(3) .store-product-image img{object-position:50% 60%}.store-product-badge{position:absolute;top:15px;left:15px;display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:var(--radius-round);background:var(--green-900);color:var(--gold-400);font-size:0.62rem;font-weight:900}.store-product-content{display:flex;flex:1;flex-direction:column;padding:25px}.store-product-category{margin-bottom:9px;color:var(--gold-600);font-size:0.64rem;font-weight:900;letter-spacing:0.08em;text-transform:uppercase}.store-product-content h3{margin-bottom:11px;font-size:1.45rem}.store-product-content > p{flex:1;margin-bottom:20px;font-size:0.83rem;line-height:1.75}.store-product-features{display:grid;gap:9px;margin-bottom:22px;padding:16px;border-radius:14px;background:var(--cream-100)}.store-product-features li{display:flex;align-items:flex-start;gap:9px;color:var(--gray-600);font-size:0.75rem}.store-product-features i{margin-top:4px;color:#2e9d57}.store-product-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:18px;border-top:1px dashed var(--gray-200)}.store-product-price{display:flex;flex-direction:column}.store-product-price small{margin-bottom:3px;color:var(--gray-500);font-size:0.61rem;font-weight:700}.store-product-price strong{color:var(--green-900);font-family:var(--font-heading);font-size:1.65rem}.store-product-price del{color:var(--gray-400);font-size:0.7rem}.store-order-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:9px 15px;border-radius:var(--radius-round);background:var(--whatsapp);color:var(--white);font-size:0.7rem;font-weight:900;transition:var(--transition)}.store-order-button:hover{background:var(--whatsapp-dark);transform:translateY(-2px)}.store-origin-section{padding:90px 0;background:var(--white)}.store-origin-card{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid rgba(18,53,34,0.08);border-radius:var(--radius-extra-large);background:var(--cream-50);box-shadow:var(--shadow-large)}.store-origin-image{min-height:560px;overflow:hidden}.store-origin-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 60%;filter:none !important;transition:transform 0.8s ease}.store-origin-card:hover .store-origin-image img{transform:scale(1.04)}.store-origin-content{display:flex;flex-direction:column;justify-content:center;padding:48px}.store-origin-content h2{margin-bottom:18px;font-size:clamp(2rem,4vw,3.5rem)}.store-origin-content > p{margin-bottom:24px;font-size:0.93rem;line-height:1.9}.store-origin-list{display:grid;gap:12px;margin-bottom:27px}.store-origin-list li{display:flex;align-items:flex-start;gap:10px;color:var(--gray-600);font-size:0.82rem}.store-origin-list i{margin-top:4px;color:var(--gold-600)}.store-order-section{padding:90px 0;background:var(--green-950)}.store-order-section .section-heading h2{color:var(--white)}.store-order-section .section-heading p{color:rgba(255,255,255,0.68)}.store-order-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.store-order-card{padding:28px 23px;border:1px solid rgba(255,255,255,0.09);border-radius:var(--radius-large);background:rgba(255,255,255,0.055);transition:var(--transition)}.store-order-card:hover{border-color:rgba(230,177,46,0.45);background:rgba(255,255,255,0.08);transform:translateY(-6px)}.store-order-number{display:grid;width:48px;height:48px;margin-bottom:18px;place-items:center;border-radius:50%;background:var(--gold-500);color:var(--green-950);font-family:var(--font-heading);font-size:1.1rem;font-weight:900}.store-order-card h3{margin-bottom:9px;color:var(--white);font-size:1.2rem}.store-order-card p{color:rgba(255,255,255,0.68);font-size:0.79rem}.store-cta{position:relative;min-height:550px;overflow:hidden}.store-cta-background,.store-cta-background img{position:absolute;inset:0;width:100%;height:100%}.store-cta-background img{object-fit:cover;object-position:50% 60%}.store-cta-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient( 90deg,rgba(5,18,11,0.91),rgba(5,18,11,0.43) )}.store-cta-content{position:relative;z-index:2;display:flex;min-height:550px;max-width:760px;flex-direction:column;align-items:flex-start;justify-content:center}.store-cta-content h2{margin-bottom:18px;color:var(--white);font-size:clamp(2.5rem,5vw,4.8rem)}.store-cta-content p{max-width:590px;margin-bottom:27px;color:rgba(255,255,255,0.8)}.store-cta-actions{display:flex;flex-wrap:wrap;gap:12px}@media (max-width:1000px){.store-products-grid,.store-benefits-grid,.store-order-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:850px){.store-origin-card{grid-template-columns:1fr}.store-origin-image{min-height:420px}}@media (max-width:700px){.store-hero{height:58vh;min-height:430px;max-height:590px}.store-hero-content{top:57%}.store-hero-content h1{font-size:2.05rem}.store-hero-content p{font-size:0.72rem}.store-hero-actions .button{min-height:35px;padding:7px 11px;font-size:0.59rem}.store-hero .slider-btn{display:none}.store-intro{padding:60px 0 32px}.store-benefits{padding:30px 0 65px}.store-products-section,.store-origin-section,.store-order-section{padding:65px 0}.store-products-grid,.store-benefits-grid,.store-order-grid{grid-template-columns:1fr}.store-product-image{height:330px}.store-product-footer{align-items:flex-start;flex-direction:column}.store-order-button{width:100%}.store-origin-image{min-height:320px}.store-origin-content{padding:29px 22px}.store-cta-content{min-height:520px;align-items:center;text-align:center}.store-cta-actions{width:100%;flex-direction:column}.store-cta-actions .button{width:100%}}
