.features-section{flex-wrap:wrap;justify-content:space-between;gap:20px;margin:40px 20px;display:flex}.feature-card{opacity:0;text-align:left;background:#fff;border-radius:20px;flex:1;min-width:250px;padding:30px 25px;transition:all .3s;position:relative;transform:translateY(20px);box-shadow:0 8px 20px rgba(0,0,0,.05)}.feature-card.animate{opacity:1;transform:translateY(0)}.feature-card:hover{transform:translateY(-5px)}.icon-wrap{color:#000;background-color:#f7e26b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;padding:15px;font-size:24px;display:inline-flex}.feature-card>div{flex-direction:row;align-items:flex-start;gap:15px;display:flex}.feature-card h3{align-items:center;margin-bottom:8px;font-size:16px;font-weight:600;display:flex}.feature-card hr{border:none;border-top:1px solid #eee;margin:10px 0}.feature-card p{color:#444;font-size:13px;line-height:1.5}.corner-tag{cursor:pointer;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:700;display:flex;position:absolute;bottom:15px;right:15px;box-shadow:0 0 8px rgba(0,0,0,.1)}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.fade-left.animate{animation:.8s forwards fadeInLeft}.fade-right.animate{animation:.8s forwards fadeInRight}.fade-top.animate{animation:.8s forwards fadeInTop}.fade-bottom.animate{animation:.8s forwards fadeInBottom}@media (max-width:1024px){.features-section{gap:15px}}@media (max-width:768px){.features-section{flex-direction:column;gap:30px}}
.section{flex-wrap:wrap;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 1rem;display:flex}.left-column{flex:45%;position:relative}.left-column img{object-fit:cover;border-radius:16px;width:100%;height:auto;display:block;box-shadow:0 10px 20px rgba(0,0,0,.1)}.badge{background-color:#f1e76a;border-radius:12px;padding:1.5rem;position:absolute;bottom:-20px;left:32px;box-shadow:0 8px 16px rgba(0,0,0,.1)}.badge p:first-child{color:#1f2937;margin:0;font-size:2.25rem;font-weight:700}.badge p:last-child{color:#374151;margin:0;font-size:.875rem}.right-column{flex:50%}.right-column button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.75rem;font-weight:600;transition:all .3s}.right-column button:hover{background:#f9fafb}.right-column h2{color:#1f2937;margin-bottom:1rem;font-size:2.8rem;font-weight:700;line-height:1.2}.right-column h2 span{color:#16a34a;display:block}.right-column p{color:#374151;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.feature-grid{flex-flow:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.feature-item{flex-direction:column;flex:45%;gap:.5rem;display:flex;text-align:left!important}.feature-item svg{color:#16a34a;margin-bottom:.5rem}.feature-item h3{color:#1f2937;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.feature-item p{color:#4b5563;margin:0;font-size:13px;line-height:1.5}@media (max-width:768px){.section{text-align:center;flex-direction:column}.badge{left:50%;transform:translate(-50%)}}
:root{--bg:#5b8c51;--card-bg:#f8f7f0;--accent:#f7e26b;--text-dark:#0f1720;--muted:#6b6b6b;--shadow:0 8px 20px rgba(10,10,10,.08)}.product-section-bg{background-color:var(--bg);box-sizing:border-box;padding:3.5rem 1rem}.product-cards-section{box-sizing:border-box;background-color:transparent;max-width:1280px;margin:0 auto;padding:2rem 1rem;font-family:Signika,sans-serif}.product-cards-header{flex-direction:column;gap:.6rem;margin-bottom:2rem;display:flex}.product-cards-header button{background:#eef0d4;border:none;border-radius:999px;width:-moz-fit-content;width:fit-content;padding:.25rem 1rem;font-size:.75rem;font-weight:700}.product-cards-header h2{color:#fff;margin:0;font-size:max(1.5rem,min(2.2vw,2.1rem));font-weight:700}.product-card-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(220px,260px));grid-auto-rows:1fr;justify-content:center;align-items:stretch;gap:1.5rem;padding-top:.75rem;display:grid}.product-card{background-color:var(--card-bg);box-sizing:border-box;box-shadow:var(--shadow);cursor:pointer;border-radius:18px;flex-direction:column;height:100%;min-height:240px;padding:12px;transition:transform .18s,box-shadow .18s;display:flex}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 30px rgba(10,10,10,.12)}.product-card>div:first-child{box-sizing:border-box;aspect-ratio:1/.8;border-radius:14px;justify-content:center;align-items:center;width:100%;padding:8px;display:flex;overflow:visible}.product-card-img{object-fit:fill;border-radius:20px;width:100%;height:100%;display:block}.gunny_bag{object-fit:contain!important;width:auto!important;height:100%!important}.product-card hr{border:none;border-top:1px solid rgba(0,0,0,.06);margin:14px 0}.product-card>.cost{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.product-card>.cost>h3,.product-card>.cost>h3 a{color:var(--text-dark);margin:0;font-size:1.05rem;font-weight:700;line-height:1.1}.product-card>.cost>span{color:var(--text-dark);white-space:nowrap;font-size:1rem}.product-card p{color:var(--muted);flex:auto;margin:8px 0 0;font-size:.95rem;line-height:1.45}.product-description-row{align-items:flex-end;gap:12px;margin-top:8px;display:flex}.product-description-row p{flex:1;margin:0}.product-card-arrow{background-color:var(--accent);color:#000;opacity:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:0;transition:all .3s;display:flex;transform:translate(-4px)}.product-card:hover .product-card-arrow{opacity:1;transform:translate(0)}.product-corner-tag{background-color:var(--accent);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.modal-overlay{z-index:999;background:rgba(0,0,0,.6);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-content{text-align:center;background:#fff;border-radius:12px;width:92%;max-width:520px;padding:2rem;animation:.25s scaleIn;position:relative}.modal-img{object-fit:contain;width:220px;height:220px;margin-bottom:1rem}.modal-price{color:#5b8c51;margin:.5rem 0;font-size:1.2rem;font-weight:700}.modal-desc{color:#333;margin-top:.5rem;font-size:1rem}.modal-close{cursor:pointer;color:#555;background:0 0;border:none;font-size:1.6rem;position:absolute;top:8px;right:12px}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.fadeInLeft{animation:.8s forwards fadeInLeft}.fadeInRight{animation:.8s forwards fadeInRight}.fadeInUp{animation:.8s forwards fadeInUp}.fadeInDown{animation:.8s forwards fadeInDown}@media (max-width:1100px){.product-card-grid{grid-template-columns:repeat(auto-fit,minmax(210px,250px));gap:1.25rem}.product-card{min-height:230px}}@media (max-width:800px){.product-cards-section{padding:1.75rem .75rem}.product-cards-header h2{font-size:1.6rem}.product-card-grid{grid-template-columns:repeat(auto-fit,minmax(190px,230px));gap:1rem}.product-card{min-height:220px;padding:12px}.modal-img{width:180px;height:180px}}@media (max-width:480px){.product-card-grid{grid-template-columns:1fr;gap:1rem}.product-card{min-height:auto}.product-card>div:first-child{aspect-ratio:4/3}.product-cards-section{padding-left:.75rem;padding-right:.75rem}}.product-card-img,.gunny_bag{max-width:100%;display:block}
