:root{--acl-green:#169b3c;--acl-green-dark:#0f7c2f;--acl-green-soft:#eef8f0;--acl-orange:#f59b23;--acl-red:#e73d32;--acl-blue:#0d6fb8;--acl-text:#2d2d2d;--acl-muted:#6f7570;--acl-border:#e1e6e1;--acl-shadow:0 8px 28px rgba(22,89,42,.10);--acl-radius:10px}.acl-container{width:min(1180px,calc(100% - 28px));margin:0 auto}.acl-site-content{min-height:50vh}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--acl-text);background:#fff;font-size:14px;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}*{box-sizing:border-box}.acl-topbar{background:#fff;border-bottom:1px solid #ecefec}.acl-header-row{min-height:86px;display:flex;align-items:center;gap:20px}.acl-brand{display:flex;align-items:center;min-width:210px}.acl-brand img,.acl-brand .custom-logo{width:200px;max-height:72px;object-fit:contain}.acl-search{flex:1;max-width:460px;display:flex;border:1px solid #d9dfdb;border-radius:20px;overflow:hidden;background:#fafafa}.acl-search input{flex:1;border:0;background:transparent;padding:10px 16px;outline:0;font-size:13px}.acl-search button{width:46px;border:0;background:transparent;color:#466d56;font-size:22px;cursor:pointer}.acl-header-actions{margin-left:auto;display:flex;gap:7px;align-items:center;white-space:nowrap}.acl-pill{border-radius:5px;color:#fff;font-weight:700;font-size:11px;padding:9px 10px;display:inline-flex;align-items:center;gap:6px}.acl-cart{background:var(--acl-red)}.acl-login{background:#1688c9}.acl-register{background:#1183c1}.acl-menu-toggle{display:none;border:0;background:var(--acl-green);color:#fff;border-radius:6px;padding:9px 12px;font-size:18px}.acl-main-nav{background:var(--acl-green);box-shadow:0 2px 0 rgba(0,0,0,.03)}.acl-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center}.acl-menu li{margin:0}.acl-menu a{display:block;color:#fff;font-weight:700;font-size:12px;padding:13px 17px;border-right:1px solid rgba(255,255,255,.10)}.acl-menu a:hover,.acl-menu .current-menu-item>a{background:var(--acl-green-dark)}.acl-home-intro{padding:20px 0 10px}.acl-intro-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:20px;align-items:stretch}.acl-hero-card{position:relative;min-height:360px;border-radius:4px;overflow:hidden;background:#eef6ef;box-shadow:var(--acl-shadow)}.acl-hero-card>img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}.acl-hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.28),rgba(0,0,0,.02) 62%,transparent)}.acl-hero-copy{position:absolute;z-index:2;left:28px;bottom:28px;color:#fff;max-width:64%}.acl-kicker{display:inline-block;background:rgba(18,145,54,.94);padding:6px 10px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.3px}.acl-hero-copy h1{font-size:31px;line-height:1.12;margin:10px 0 8px}.acl-hero-copy p{font-size:14px;margin:0 0 15px;text-shadow:0 1px 2px rgba(0,0,0,.25)}.acl-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--acl-green);color:#fff!important;border:0;border-radius:4px;padding:11px 18px;font-weight:700;font-size:12px;cursor:pointer}.acl-btn:hover{background:var(--acl-green-dark)}.acl-btn-small{padding:8px 12px;font-size:10px;border-radius:16px}.acl-btn-outline{background:#fff;color:var(--acl-green)!important;border:1px solid var(--acl-green)}.acl-btn-outline:hover{color:#fff!important}.acl-about-box{border:1px solid var(--acl-border);padding:22px 24px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.03)}.acl-about-head{display:flex;align-items:center;gap:14px;color:var(--acl-green);font-weight:700}.acl-about-head img{width:118px;height:48px;object-fit:contain}.acl-about-box h2{color:var(--acl-green-dark);font-size:21px;margin:14px 0 8px}.acl-about-box p{color:#555}.acl-about-box ul{padding:0;margin:15px 0 20px;list-style:none}.acl-about-box li{margin:8px 0}.acl-section{padding:22px 0}.acl-section-soft{background:#fbfcfb;border-top:1px solid #f0f2f0;border-bottom:1px solid #f0f2f0}.acl-section-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--acl-border);margin-bottom:15px}.acl-section-title h2,.acl-page-title h1{margin:0;color:var(--acl-green-dark);font-size:20px;font-weight:700;padding:0 0 9px;position:relative}.acl-section-title h2:after,.acl-page-title h1:after{content:"";position:absolute;left:0;bottom:-1px;width:80px;height:3px;background:var(--acl-green)}.acl-section-title>a{color:var(--acl-green);font-weight:700;font-size:12px}.acl-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.acl-product-card{border:1px solid #dfe4df;background:#fff;border-radius:3px;overflow:hidden;transition:.2s;position:relative}.acl-product-card.is-hover,.acl-product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.10)}.acl-product-image{height:215px;display:block;position:relative;background:#fff;padding:4px;overflow:hidden}.acl-product-image img{width:100%;height:100%;object-fit:cover;display:block}.acl-badge{position:absolute;left:8px;top:8px;background:#e52f34;color:#fff;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;border:2px solid #fff}.acl-product-card-body{padding:9px 9px 11px}.acl-product-cat{font-size:10px;color:#6f7770;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acl-product-card h3{margin:3px 0 6px;font-size:13px;line-height:1.35;min-height:35px}.acl-product-card h3 a:hover{color:var(--acl-green)}.acl-price{color:var(--acl-green);font-size:13px;font-weight:700;margin:0 0 9px}.acl-product-card .acl-btn{width:100%}.acl-news-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.acl-news-featured{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;border:1px solid var(--acl-border);padding:10px;background:#fff}.acl-news-featured>img,.acl-news-featured>a img{width:100%;height:235px;object-fit:cover}.acl-news-featured h3{font-size:18px;margin:4px 0 8px}.acl-news-featured h3 a:hover,.acl-news-item h3 a:hover{color:var(--acl-green)}.acl-news-list{display:flex;flex-direction:column;gap:10px}.acl-news-item{display:grid;grid-template-columns:135px 1fr;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--acl-border)}.acl-news-item>img,.acl-news-item>a img{width:135px;height:88px;object-fit:cover}.acl-news-item h3{margin:2px 0 4px;font-size:14px}.acl-news-item p,.acl-news-featured p{color:#686e69;margin:0}.acl-footer{margin-top:28px;background:#fff;border-top:5px solid var(--acl-green)}.acl-footer-top{height:3px;background:#fff}.acl-footer-grid{display:grid;grid-template-columns:1.35fr .8fr .9fr .95fr;gap:30px;padding:25px 0 18px}.acl-footer h4{font-size:13px;color:var(--acl-green-dark);margin:5px 0 12px}.acl-footer p{margin:5px 0;font-size:12px}.acl-footer a{display:block;margin:6px 0;font-size:12px}.acl-footer-brand img{width:190px;height:80px;object-fit:contain}.acl-social-card{border:1px solid var(--acl-border);padding:15px;background:#f8faf8;display:flex;flex-direction:column;gap:8px}.acl-social-card span{font-size:10px;color:var(--acl-red);font-weight:700}.acl-footer-bottom{text-align:center;background:var(--acl-green);color:#fff;padding:10px;font-size:11px}.acl-float-phone{position:fixed;right:18px;bottom:18px;width:52px;height:52px;border-radius:50%;background:var(--acl-red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 6px 24px rgba(0,0,0,.2);z-index:99}.acl-content-wrap{padding:22px 0 30px}.acl-narrow{max-width:900px}.acl-page-title{border-bottom:1px solid var(--acl-border);margin-bottom:22px}.acl-page h1,.acl-single h1{font-size:28px;color:var(--acl-green-dark)}.acl-entry-content{font-size:15px}.acl-entry-content img{border-radius:4px}.acl-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.acl-post-card{border:1px solid var(--acl-border);background:#fff}.acl-post-card img{width:100%;height:190px;object-fit:cover}.acl-post-card>div{padding:14px}.acl-post-card h2{font-size:17px;margin:0 0 8px}.acl-text-link{color:var(--acl-green);font-weight:700}.acl-meta{color:#888;margin-bottom:15px}.acl-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.acl-contact-copy{padding:5px 5px}.acl-contact-copy h2{font-size:21px;color:#303d32}.acl-contact-list{padding:0;list-style:none}.acl-contact-list li{margin:10px 0}.acl-contact-form-box{border:1px solid var(--acl-border);padding:24px;background:#fff}.acl-contact-form-box h2{text-align:center;color:#44a5c5;font-size:20px;margin-top:0}.acl-contact-form-box>p{text-align:center;color:#777}.acl-contact-form{display:flex;flex-direction:column;gap:11px}.acl-contact-form label{font-size:12px;font-weight:700}.acl-contact-form input,.acl-contact-form textarea{display:block;width:100%;margin-top:5px;border:1px solid #ccd3cd;padding:11px;font:inherit;outline:none}.acl-contact-form input:focus,.acl-contact-form textarea:focus{border-color:var(--acl-green)}.acl-success{background:#e9f8ed;color:#0d7f2e;padding:10px;margin:10px 0}.acl-empty{text-align:center;padding:80px 0}.acl-empty h1{font-size:80px;color:var(--acl-green);margin:0}.acl-shop-wrap{display:grid;grid-template-columns:minmax(0,1fr) 255px;gap:18px;padding:20px 0}.acl-shop-sidebar{border-left:1px solid var(--acl-border);padding-left:12px}.acl-shop-sidebar>h3{background:var(--acl-green);color:#fff;padding:9px 12px;margin:0 0 10px;font-size:13px}.acl-side-product{display:grid;grid-template-columns:64px 1fr;gap:9px;border-bottom:1px solid var(--acl-border);padding:8px 0;font-size:11px}.acl-side-product img{width:64px;height:64px;object-fit:cover}.acl-side-product b{display:block;color:var(--acl-green);margin-top:3px}.woocommerce .woocommerce-breadcrumb{font-size:11px;color:#8a8f8b;margin-bottom:12px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(5,1fr);gap:12px;margin:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important;border:1px solid var(--acl-border);background:#fff;padding:8px!important}.woocommerce ul.products li.product a img{height:205px;object-fit:cover;margin:0 0 8px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;min-height:42px;padding:0!important}.woocommerce ul.products li.product .price{color:var(--acl-green)!important;font-size:13px!important;font-weight:700}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--acl-green)!important;color:#fff!important;border-radius:16px!important;font-size:10px!important;padding:9px 13px!important}.woocommerce span.onsale{background:var(--acl-red)!important;min-width:42px!important;min-height:42px!important;line-height:42px!important}.woocommerce div.product{background:#fff}.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom:25px}.woocommerce div.product .product_title{font-size:23px;color:#333}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--acl-green)!important;font-size:21px!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--acl-green)!important;color:#fff!important}.woocommerce table.shop_table{border-color:var(--acl-border)!important}.woocommerce-message,.woocommerce-info{border-top-color:var(--acl-green)!important}.woocommerce-message:before,.woocommerce-info:before{color:var(--acl-green)!important}
@media(max-width:1050px){.acl-header-actions{display:none}.acl-search{max-width:none}.acl-product-grid,.woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.acl-menu a{padding:12px 10px;font-size:11px}.acl-footer-grid{grid-template-columns:1.3fr 1fr 1fr}.acl-footer-grid>div:last-child{display:none}}
@media(max-width:820px){.acl-header-row{min-height:72px;gap:10px}.acl-brand{min-width:auto}.acl-brand img,.acl-brand .custom-logo{width:150px;max-height:56px}.acl-search{display:none}.acl-menu-toggle{display:block;margin-left:auto}.acl-main-nav{display:none}.acl-main-nav.is-open{display:block}.acl-menu{display:block}.acl-menu a{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.acl-intro-grid,.acl-news-grid,.acl-contact-grid,.acl-shop-wrap{grid-template-columns:1fr}.acl-shop-sidebar{border-left:0;padding-left:0}.acl-product-grid,.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.acl-news-featured{grid-template-columns:1fr}.acl-news-featured>img,.acl-news-featured>a img{height:240px}.acl-footer-grid{grid-template-columns:1fr 1fr}.acl-post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){body{font-size:13px}.acl-container{width:min(100% - 18px,1180px)}.acl-home-intro{padding-top:10px}.acl-hero-card,.acl-hero-card>img{min-height:300px}.acl-hero-copy{left:18px;bottom:18px;max-width:88%}.acl-hero-copy h1{font-size:25px}.acl-about-box{padding:18px}.acl-section{padding:16px 0}.acl-section-title h2{font-size:17px}.acl-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr);gap:8px}.acl-product-image{height:185px}.acl-product-card h3{font-size:12px}.acl-news-item{grid-template-columns:105px 1fr}.acl-news-item>img,.acl-news-item>a img{width:105px;height:78px}.acl-footer-grid{grid-template-columns:1fr;gap:16px}.acl-footer-grid>div:last-child{display:block}.acl-post-grid{grid-template-columns:1fr}.acl-page h1,.acl-single h1{font-size:23px}.acl-float-phone{width:46px;height:46px}.woocommerce div.product .product_title{font-size:20px}}

/* ===== ACL Agri Pro 2.1: Trang chi tiết sản phẩm ===== */
.single-product .acl-shop-main{min-width:0}.single-product .woocommerce div.product{display:block}.single-product .woocommerce div.product:after{content:"";display:table;clear:both}.single-product .woocommerce div.product div.images{width:43%;padding:10px;border:1px solid var(--acl-border);background:#fff}.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image{background:#fff}.single-product .woocommerce div.product div.images img{border-radius:3px}.single-product .woocommerce div.product div.images .flex-control-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:9px}.single-product .woocommerce div.product div.images .flex-control-thumbs li{width:auto!important;float:none!important;border:1px solid var(--acl-border);padding:3px}.single-product .woocommerce div.product div.summary{width:54%;padding:4px 0 0}.acl-single-category{display:inline-block;margin-bottom:7px;padding:5px 9px;background:var(--acl-green-soft);border:1px solid #cfe8d5;color:var(--acl-green-dark);font-size:10px;font-weight:700;text-transform:uppercase;border-radius:3px}.single-product .woocommerce div.product .product_title{font-size:23px;line-height:1.25;margin:0 0 8px;color:#2f3430}.single-product .woocommerce div.product p.price,.single-product .woocommerce div.product span.price{display:block;border-bottom:1px solid var(--acl-border);padding-bottom:10px;margin-bottom:12px;color:var(--acl-green)!important;font-size:23px!important;font-weight:700}.single-product .woocommerce-product-details__short-description{font-size:13px;color:#555;margin-bottom:12px}.acl-product-highlights{background:#f8fbf8;border-left:4px solid var(--acl-green);padding:12px 14px;margin:10px 0 14px}.acl-product-highlights>strong{color:var(--acl-green-dark);font-size:12px}.acl-product-highlights ul{margin:7px 0 0;padding:0;list-style:none}.acl-product-highlights li{position:relative;padding:3px 0 3px 19px;font-size:12px}.acl-product-highlights li:before{content:"✓";position:absolute;left:0;top:3px;color:var(--acl-green);font-weight:700}.single-product form.cart{display:flex;align-items:stretch;gap:8px;flex-wrap:wrap;margin:14px 0 8px!important}.single-product .woocommerce .quantity .qty{height:40px;min-width:62px;border:1px solid #ccd3cd;border-radius:3px}.single-product .woocommerce div.product form.cart .button{min-height:40px;border-radius:3px!important;font-size:12px!important;padding:11px 22px!important}.single-product .woocommerce div.product form.cart .single_add_to_cart_button{background:var(--acl-green)!important;min-width:145px}.single-product .woocommerce div.product form.cart .acl-buy-now{background:var(--acl-orange)!important;min-width:145px}.single-product .woocommerce div.product form.cart .acl-buy-now:hover{filter:brightness(.95)}.acl-purchase-assurance{border:1px solid var(--acl-border);margin:12px 0 14px;background:#fff}.acl-assurance-grid{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--acl-border)}.acl-assurance-grid>div{padding:10px 8px;text-align:center;border-right:1px solid var(--acl-border)}.acl-assurance-grid>div:last-child{border-right:0}.acl-assurance-icon{display:block;font-size:17px;line-height:1;margin-bottom:5px;color:var(--acl-green)}.acl-assurance-grid strong{display:block;font-size:10px;color:#333}.acl-assurance-grid small{display:block;font-size:9px;color:#888;line-height:1.35;margin-top:3px}.acl-product-hotline{display:flex!important;align-items:center;justify-content:space-between;padding:10px 13px;background:#fff8ec;color:#5b4b34!important}.acl-product-hotline span{font-size:10px;font-weight:700}.acl-product-hotline strong{font-size:16px;color:var(--acl-orange)}.single-product .product_meta{border-top:1px dashed var(--acl-border);padding-top:10px;font-size:11px;color:#777}.single-product .product_meta>span{display:block;margin:3px 0}.single-product .product_meta a{color:var(--acl-green)}
.single-product .woocommerce-tabs{clear:both;padding-top:4px;margin-top:8px}.single-product .woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;margin:0 0 14px!important;border-bottom:2px solid var(--acl-green)}.single-product .woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none!important}.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid var(--acl-border)!important;border-bottom:0!important;background:#f7f9f7!important;border-radius:3px 3px 0 0!important;margin:0 4px 0 0!important;padding:0!important}.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:before,.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:after{display:none!important}.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 12px!important;font-size:10px;font-weight:700!important;color:#555!important}.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--acl-green)!important}.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff!important}.single-product .woocommerce div.product .woocommerce-tabs .panel{border:1px solid var(--acl-border);border-top:0;padding:16px 18px;margin:0 0 24px;font-size:13px}.single-product .woocommerce div.product .woocommerce-tabs .panel h2:first-child{font-size:17px;color:var(--acl-green-dark);margin-top:0}.acl-tab-richtext p{margin:0 0 9px}.single-product .woocommerce #reviews #comments ol.commentlist{padding:0}.single-product .woocommerce #review_form #respond textarea{border:1px solid var(--acl-border);min-height:110px;padding:10px}
.acl-related-products{clear:both;margin-top:18px!important;padding-top:0!important}.acl-related-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;border-bottom:2px solid var(--acl-green);margin-bottom:12px;padding-bottom:7px}.acl-related-heading h2{font-size:16px!important;color:var(--acl-green-dark);margin:0!important}.acl-related-heading span{font-size:10px;color:#888}.woocommerce .acl-related-products ul.products{grid-template-columns:repeat(4,1fr)!important;gap:10px}.woocommerce .acl-related-products ul.products li.product{padding:6px!important}.woocommerce .acl-related-products ul.products li.product a img{height:165px!important}.woocommerce .acl-related-products ul.products li.product .woocommerce-loop-product__title{font-size:11px!important;line-height:1.35;min-height:32px!important}.woocommerce .acl-related-products ul.products li.product .price{font-size:11px!important}.woocommerce .acl-related-products ul.products li.product .button{width:100%;text-align:center}

@media(max-width:1050px){.woocommerce .acl-related-products ul.products{grid-template-columns:repeat(3,1fr)!important}.single-product .woocommerce div.product div.images{width:42%}.single-product .woocommerce div.product div.summary{width:55%}.acl-assurance-grid{grid-template-columns:1fr}.acl-assurance-grid>div{border-right:0;border-bottom:1px solid var(--acl-border);display:grid;grid-template-columns:28px 1fr;text-align:left;align-items:center;column-gap:6px}.acl-assurance-grid>div:last-child{border-bottom:0}.acl-assurance-icon{grid-row:1/3;margin:0}.acl-assurance-grid small{margin:0}}
@media(max-width:820px){.single-product .woocommerce div.product div.images,.single-product .woocommerce div.product div.summary{width:100%;float:none}.single-product .woocommerce div.product div.summary{padding-top:8px}.single-product .woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;overflow-x:auto;white-space:nowrap}.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li{flex:0 0 auto}.woocommerce .acl-related-products ul.products{grid-template-columns:repeat(3,1fr)!important}.acl-related-heading{align-items:flex-start;flex-direction:column;gap:2px}}
@media(max-width:560px){.single-product .woocommerce div.product .product_title{font-size:20px}.single-product form.cart{display:grid;grid-template-columns:72px 1fr}.single-product .woocommerce div.product form.cart .acl-buy-now{grid-column:2}.single-product .woocommerce div.product form.cart .single_add_to_cart_button,.single-product .woocommerce div.product form.cart .acl-buy-now{min-width:0;width:100%}.acl-product-hotline strong{font-size:14px}.woocommerce .acl-related-products ul.products{grid-template-columns:repeat(2,1fr)!important}.woocommerce .acl-related-products ul.products li.product a img{height:150px!important}}
