:root{
  --v4-primary:#2f94d8;
  --v4-primary-dark:#1676b6;
  --v4-primary-soft:#eef8ff;
  --v4-danger:#ed1b2f;
  --v4-success:#16a34a;
  --v4-warning:#f97316;
  --v4-text:#18212b;
  --v4-muted:#687786;
  --v4-line:#e4eaf0;
  --v4-bg:#f5f8fb;
  --v4-card:#fff;
  --v4-radius:16px;
  --v4-radius-sm:11px;
  --v4-shadow:0 8px 28px rgba(21,48,68,.08);
  --v4-shadow-hover:0 14px 36px rgba(21,48,68,.14);
  --v4-container:1240px;
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--v4-bg);color:var(--v4-text);font-family:Roboto,Arial,sans-serif;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}a:hover{color:var(--v4-primary-dark);text-decoration:none}
img{max-width:100%;height:auto}.uk-container{max-width:var(--v4-container)!important;padding-left:18px!important;padding-right:18px!important}
#body{min-height:55vh}.breadcrumb{background:#fff;border-bottom:1px solid var(--v4-line);margin-bottom:22px}.breadcrumb .uk-breadcrumb{margin:0;padding:13px 0;color:#71808d;font-size:13px}.breadcrumb a{color:#506170}.breadcrumb .uk-active a,.breadcrumb .uk-active span{color:var(--v4-primary-dark)}

/* Header */
.v4-header{background:#fff;border-bottom:1px solid var(--v4-line);position:relative;z-index:600}.v4-topline{background:#f8fbfd;border-bottom:1px solid #edf2f6;color:#607080;font-size:12px}.v4-topline-inner{display:flex;align-items:center;justify-content:space-between;min-height:34px;gap:18px}.v4-topline a{font-weight:600;color:#344454}.v4-header-main{padding:14px 0}.v4-header-main-inner{display:grid;grid-template-columns:245px minmax(360px,1fr) 315px;align-items:center;gap:28px}.v4-logo img{display:block;max-height:64px;max-width:235px}.v4-search{position:relative}.v4-search form{display:flex;height:46px;border:1px solid #dce5ec;border-radius:13px;background:#f8fafc;overflow:hidden;transition:.2s}.v4-search form:focus-within{background:#fff;border-color:#9ccded;box-shadow:0 0 0 3px rgba(47,148,216,.1)}.v4-search input{flex:1;min-width:0;border:0!important;background:transparent!important;padding:0 16px!important;height:46px!important;outline:0!important;box-shadow:none!important;font:500 14px Roboto,Arial,sans-serif;color:#273746}.v4-search button{width:52px;border:0;background:var(--v4-primary);color:#fff;cursor:pointer;font-size:17px}.v4-search button:hover{background:var(--v4-primary-dark)}.v4-search .searchResult{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;width:100%!important;padding:0!important;border:1px solid var(--v4-line);border-radius:12px;background:#fff;box-shadow:var(--v4-shadow-hover)!important;overflow:hidden;z-index:1200}.v4-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.v4-head-action{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:12px}.v4-head-action i{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:var(--v4-primary-soft);color:var(--v4-primary);font-size:17px}.v4-head-action strong,.v4-head-action small{display:block}.v4-head-action strong{font-size:13px}.v4-head-action small{font-size:11px;color:var(--v4-muted)}
.v4-nav{background:#fff;border-top:1px solid #f0f3f6}.v4-nav-inner{display:flex;align-items:center;min-height:48px}.v4-main-menu{display:flex!important;align-items:center;gap:5px;margin:0!important;padding:0!important;list-style:none}.v4-main-menu>li{position:relative}.v4-main-menu>li>a{display:flex;align-items:center;height:48px;padding:0 15px;border-radius:9px;font-weight:700;color:#2f3c48}.v4-main-menu>li.active>a,.v4-main-menu>li>a:hover{background:var(--v4-primary-soft);color:var(--v4-primary-dark)}.v4-main-menu .dropdonw-menu{display:none;position:absolute;top:100%;left:0;min-width:245px;padding:9px;background:#fff;border:1px solid var(--v4-line);border-radius:12px;box-shadow:var(--v4-shadow-hover);z-index:900}.v4-main-menu li:hover>.dropdonw-menu{display:block}.v4-main-menu .sub-menu{margin:0;padding:0;list-style:none}.v4-main-menu .sub-menu a{display:block;padding:9px 11px;border-radius:8px;color:#3c4b58}.v4-main-menu .sub-menu a:hover{background:#f3f8fc;color:var(--v4-primary-dark)}

/* Mobile header */
.v4-mobile-header{position:sticky;top:0;z-index:850;background:#fff;border-bottom:1px solid var(--v4-line);box-shadow:0 5px 18px rgba(28,52,70,.06)}.v4-mobile-top{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:10px;padding:10px 12px}.v4-mobile-logo{text-align:center}.v4-mobile-logo img{max-height:48px;max-width:225px}.v4-mobile-icon{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border:0;border-radius:11px;background:#f3f7fa;color:#253642;font-size:20px}.v4-mobile-cart{position:relative}.v4-mobile-cart .quantity{position:absolute;top:-4px;right:-5px;display:flex;min-width:18px;height:18px;align-items:center;justify-content:center;padding:0 4px;border-radius:9px;background:var(--v4-danger);color:#fff;font-size:10px;font-weight:700}.v4-mobile-search{padding:0 12px 11px}.v4-mobile-search .v4-search form{height:42px}.v4-mobile-search .v4-search input{height:42px!important}.v4-mobile-search .v4-search button{width:48px}

/* Generic cards and section heads */
.v4-card,.aside-panel,.article-detail,.article-related,.prd-detail,.prdcatalogue,.v3-category-description,.v3-toc,.v31-global-news .head{background:var(--v4-card);border:1px solid var(--v4-line);border-radius:var(--v4-radius);box-shadow:var(--v4-shadow)}
.v4-section{margin:22px 0}.v4-section-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:13px}.v4-section-head h2,.v4-section-head h1{margin:0;font-family:Roboto,Arial,sans-serif;color:#17212b}.v4-section-head h2{font-size:21px}.v4-section-head h1{font-size:26px}.v4-section-head a.v4-more{display:inline-flex;align-items:center;gap:8px;color:var(--v4-primary-dark);font-size:13px;font-weight:700}

/* Hero */
.main-slide{margin:18px auto 20px;max-width:var(--v4-container);padding:0 18px;box-sizing:border-box}.main-slide .uk-slidenav-position{overflow:hidden;border-radius:18px;background:#fff;box-shadow:var(--v4-shadow)}.main-slide .uk-slideshow{margin:0}.main-slide .uk-slideshow li,.main-slide .uk-slideshow img{width:100%}.main-slide .uk-slideshow img{display:block;aspect-ratio:16/5.2;object-fit:cover}.main-slide .uk-slidenav{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 4px 12px rgba(0,0,0,.15)}

/* Category discovery */
.v4-home-categories{margin:0 0 22px;padding:16px;border:1px solid var(--v4-line);border-radius:var(--v4-radius);background:#fff;box-shadow:var(--v4-shadow)}.v4-home-categories-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.v4-home-categories-head h2{margin:0;font-size:18px}.v4-home-categories-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.v4-home-category-link{display:flex;align-items:center;justify-content:space-between;gap:9px;min-height:48px;padding:10px 12px;border:1px solid #e7edf2;border-radius:12px;background:#fbfdff;font-size:13px;font-weight:700;color:#2e4050;transition:.18s}.v4-home-category-link:hover{transform:translateY(-1px);border-color:#bcdcf1;background:#f2f9fe;box-shadow:0 6px 14px rgba(44,111,153,.08)}.v4-home-category-link i{color:var(--v4-primary)}

/* Product section */
.homepage-category{margin:0 0 24px;padding:16px;border:1px solid var(--v4-line);border-radius:var(--v4-radius);background:#fff;box-shadow:var(--v4-shadow)}.v4-product-section-head{display:flex;align-items:center;gap:16px;margin-bottom:14px;border-bottom:1px solid #edf1f4;padding-bottom:12px}.v4-product-section-title{margin:0;flex:0 0 auto}.v4-product-section-title a{display:inline-flex;align-items:center;min-height:38px;padding:0 15px;border-radius:10px;background:var(--v4-primary);color:#fff;font-size:15px;font-weight:800;text-transform:uppercase}.v4-category-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.v4-category-chip{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border:1px solid #d7e4ed;border-radius:8px;background:#fff;color:#324555;font-size:12.5px;font-weight:700;transition:.18s}.v4-category-chip:hover{border-color:var(--v4-primary);background:var(--v4-primary-soft);color:var(--v4-primary-dark)}.v4-mobile-child-toggle{display:none;margin-left:auto;border:0;background:transparent;color:#2c3d4b;font-size:19px}
.list-product{margin-top:0!important}.list-product>li{margin-bottom:15px!important}

/* Product cards */
.main-product.v4-product-card{position:relative;display:flex;height:100%;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e2e8ee;border-radius:14px;background:#fff;box-shadow:0 4px 16px rgba(24,52,71,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.main-product.v4-product-card:hover{transform:translateY(-3px);border-color:#d1e0ea;box-shadow:var(--v4-shadow-hover)}.v4-product-card .thumb{position:relative;overflow:hidden;background:#fff;border-bottom:1px solid #f0f3f5}.v4-product-card .thumb .image{display:flex;aspect-ratio:1/1;align-items:center;justify-content:center;padding:13px;box-sizing:border-box}.v4-product-card .thumb img{display:block;max-width:100%;max-height:100%;width:auto!important;height:auto!important;object-fit:contain;transition:transform .22s ease}.v4-product-card:hover .thumb img{transform:scale(1.025)}.v4-product-card .infor{display:flex;flex:1;min-width:0;flex-direction:column;padding:13px 14px 12px}.v4-product-card .title{margin:0 0 8px;min-height:42px;font-size:14px;line-height:1.45;font-weight:700}.v4-product-card .title a{color:#17222d}.v4-product-card .wrap-price,.v4-product-card .notprice{margin:0 0 7px;color:var(--v4-danger);font-size:17px;line-height:1.25;font-weight:800}.v4-product-card .km{min-height:36px;margin:0 0 10px;color:#278dd1;font-size:12px;line-height:1.45;font-weight:600}.v4-product-card .viewmore{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:45px!important;margin-top:auto!important;padding:0!important;border:0!important;border-top:1px solid #edf1f4!important;border-radius:0!important;background:transparent!important;color:#516676!important;font-size:12.5px!important;font-weight:500!important;box-shadow:none!important}.v4-detail-arrow{display:flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid #d8e6ef;border-radius:50%;background:#fff;color:var(--v4-primary);font-size:17px;box-shadow:0 2px 7px rgba(25,58,78,.07)}.v4-product-card .viewmore:hover .v4-detail-arrow{background:var(--v4-primary);border-color:var(--v4-primary);color:#fff}.v32-product-badges{position:absolute;top:10px;right:10px;left:auto;z-index:5;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px;max-width:calc(100% - 20px);pointer-events:none}.v32-product-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:7px;color:#fff;font-size:12px;font-weight:900;line-height:18px;letter-spacing:.2px;box-shadow:0 3px 10px rgba(0,0,0,.15)}.v32-product-badge-new{background:#16a34a}.v32-product-badge-hot{background:#ef233c}.v32-product-badge-sale{background:#f97316}
.v4-mobile-view-all{display:none}

/* Sidebar */
.aside{display:flex;flex-direction:column;gap:16px}.aside-panel{overflow:hidden}.aside-panel .panel-head{padding:14px 15px 10px!important;background:#fff!important}.aside-panel .panel-head .heading{margin:0!important;padding:0 0 10px!important;border-bottom:1px solid #edf1f4!important;background:transparent!important;color:#18212b!important;font-family:Roboto,Arial,sans-serif!important;font-size:16px!important;line-height:1.35!important;font-weight:800!important;text-transform:none!important}.aside-panel .panel-head .heading span{padding:0!important;background:transparent!important;color:inherit!important}.aside-categories .panel-body{padding:7px 10px 10px!important}.aside-categories .main-menu>li{border:0!important}.aside-categories .main-menu>li+li{border-top:1px solid #edf1f4!important}.aside-categories .main-menu>li>a{display:flex!important;align-items:center;justify-content:space-between;min-height:42px;padding:0 8px!important;font-size:13px!important;font-weight:700!important;color:#2e3e4a!important}.aside-categories .main-menu>li>a:hover{color:var(--v4-primary-dark)!important}.aside-categories .submenu{margin:0 0 8px!important;padding:5px 8px 7px!important;border-radius:9px;background:#f7fafc!important}.aside-categories .submenu a{padding:5px 6px!important;font-size:12px!important;color:#667784!important}.v33-featured-products .panel-body{padding:0 14px 8px!important}.v33-featured-list{margin:0!important;padding:0!important}.v33-featured-list>li+li{border-top:1px solid #edf1f4}.v33-featured-item{display:grid;grid-template-columns:68px minmax(0,1fr);gap:11px;align-items:center;padding:11px 0}.v33-featured-thumb{display:flex;width:68px;height:68px;align-items:center;justify-content:center;padding:4px;border:1px solid #e1e8ee;border-radius:10px;background:#fff;overflow:hidden}.v33-featured-thumb img{display:block;max-width:100%;max-height:100%;width:auto!important;height:auto!important;object-fit:contain}.v33-featured-title{display:block;margin-bottom:5px;color:#17222c;font-size:12.5px;line-height:1.35;font-weight:700}.v33-featured-price{display:block;color:var(--v4-danger);font-size:13px;font-weight:800}

/* Parent and leaf categories */
.v4-category-layout{margin-bottom:25px}.v4-category-hero{margin-bottom:16px;padding:17px 18px;border:1px solid var(--v4-line);border-radius:var(--v4-radius);background:#fff;box-shadow:var(--v4-shadow)}.v4-category-hero h1{margin:0 0 9px;font-size:25px;line-height:1.25}.v4-category-helper{margin-bottom:10px;color:var(--v4-muted);font-size:13px}.v4-category-jumps{display:flex;gap:8px;flex-wrap:wrap}.v4-category-jump{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border:1px solid #d9e5ed;border-radius:8px;background:#fff;color:#334858;font-size:12.5px;font-weight:700;cursor:pointer}.v4-category-jump:hover{border-color:var(--v4-primary);background:var(--v4-primary-soft);color:var(--v4-primary-dark)}.v4-child-catalogue,.v4-leaf-catalogue{margin-bottom:18px;padding:15px}.v4-child-section-head,.v4-leaf-category-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px;padding-bottom:10px;border-bottom:1px solid #edf1f4}.v4-child-section-head h2,.v4-leaf-category-head h1{margin:0}.v4-child-section-head h2{font-size:18px}.v4-child-section-head span{color:#83909a;font-size:12px}.v4-leaf-category-head h1{font-size:24px}.v3-category-description{margin:22px 0 28px;padding:18px 20px}.v3-category-description h2{margin:0 0 12px;font-size:19px}.v31-category-description-body{position:relative;max-height:250px;overflow:hidden}.v31-category-description:not(.is-expanded):not(.is-short) .v31-category-description-body:after{content:"";position:absolute;left:0;right:0;bottom:0;height:72px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 85%);pointer-events:none}.v31-category-description.is-expanded .v31-category-description-body,.v31-category-description.is-short .v31-category-description-body{max-height:none;overflow:visible}.v31-category-description-toggle{display:block;margin:12px auto 0;padding:8px 16px;border:1px solid #d5e3ec;border-radius:9px;background:#f7fbfe;color:var(--v4-primary-dark);font-weight:700;cursor:pointer}.v31-category-description.is-short .v31-category-description-toggle{display:none}

/* Product detail */
.v4-product-detail{margin-bottom:24px}.v4-product-top{display:grid;grid-template-columns:minmax(0,46%) minmax(0,54%);gap:26px;padding:20px}.v4-product-gallery{position:relative;min-width:0}.v4-product-gallery .slider-for{overflow:hidden;border:1px solid #e6edf2;border-radius:14px;background:#fff}.v4-product-gallery .slider-for .item{display:flex!important;align-items:center;justify-content:center;min-height:450px}.v4-product-gallery .slider-for img{display:block;max-width:95%;max-height:430px;width:auto!important;height:auto!important;object-fit:contain;margin:auto}.v4-product-gallery .slider-nav{margin:12px -5px 0}.v4-product-gallery .slider-nav .item{padding:0 5px;box-sizing:border-box}.v4-product-gallery .slider-nav .image{display:flex;height:72px;align-items:center;justify-content:center;padding:5px;border:1px solid #e2e9ee;border-radius:10px;background:#fff;box-sizing:border-box;overflow:hidden}.v4-product-gallery .slider-nav img{display:block;max-width:100%;max-height:100%;width:auto!important;height:auto!important;object-fit:contain}.v4-product-gallery .slider-nav .slick-current .image{border-color:var(--v4-primary);box-shadow:0 0 0 2px rgba(47,148,216,.11)}.v4-product-summary{min-width:0}.v4-product-title{margin:0 0 9px;font-size:27px;line-height:1.3;font-weight:800;color:#14202a}.v4-product-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.v4-product-meta span{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:8px;background:#f2f6f9;color:#5a6b78;font-size:12px}.v4-product-price{margin:2px 0 14px;color:var(--v4-danger);font-size:30px;line-height:1.2;font-weight:900}.v4-product-lead{margin:0 0 15px;padding:13px 14px;border-radius:12px;background:#f7fafc;color:#4f6170;line-height:1.6}.v4-product-cta{display:flex;gap:10px;align-items:stretch;margin:15px 0}.v4-quantity{display:flex;width:115px;height:48px;border:1px solid #dbe5ec;border-radius:11px;overflow:hidden}.v4-quantity input{width:55px;border:0!important;text-align:center;font-weight:700}.v4-quantity button{width:30px;border:0;background:#f6f9fb;cursor:pointer;font-size:16px}.v4-addcart{display:flex;flex:1;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:11px;background:var(--v4-primary);color:#fff!important;font-size:14px;font-weight:800;box-shadow:0 6px 16px rgba(47,148,216,.2)}.v4-addcart:hover{background:var(--v4-primary-dark)}.v4-contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:15px}.v4-contact-actions a{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 12px;border:1px solid #dde7ed;border-radius:11px;background:#fff;color:#344858;font-weight:700}.v4-contact-actions i{color:var(--v4-primary);font-size:18px}.v4-product-benefits{display:grid;grid-template-columns:1fr 1fr;gap:9px}.v4-benefit{display:flex;align-items:flex-start;gap:9px;padding:10px;border:1px solid #e6edf2;border-radius:11px;background:#fbfdff}.v4-benefit i{display:flex;flex:0 0 30px;width:30px;height:30px;align-items:center;justify-content:center;border-radius:9px;background:var(--v4-primary-soft);color:var(--v4-primary)}.v4-benefit strong,.v4-benefit small{display:block}.v4-benefit strong{font-size:12.5px}.v4-benefit small{margin-top:2px;color:#7c8994;font-size:11px;line-height:1.35}.v4-product-content{margin-top:18px;padding:18px 20px}.product-tabs__list{display:flex!important;gap:6px;margin:0 0 17px!important;padding:0!important;border-bottom:1px solid #e8edf1;list-style:none!important}.product-tabs__item{margin:0!important}.product-tabs__item a{display:block;padding:10px 14px;border-bottom:3px solid transparent;color:#5f6f7c;font-weight:700}.product-tabs__item--active a{border-color:var(--v4-primary);color:var(--v4-primary-dark)}.product-tabs__pane{display:none}.product-tabs__pane--active{display:block}.v4-similar-products{margin-top:20px;padding:16px}.v4-similar-products .v4-section-head{margin-bottom:12px}

/* Article */
.v4-article-wrap{max-width:900px;margin:0 auto 25px}.article-detail{padding:24px 28px}.article-detail .article>.title{margin:0 0 10px;color:#17212a;font-size:30px;line-height:1.3;font-weight:800}.article-detail .description{margin:0 0 18px;padding:14px 16px;border-left:4px solid var(--v4-primary);border-radius:0 10px 10px 0;background:#f5f9fc;color:#536473;font-size:15px}.article-detail .content{font-size:15px;line-height:1.75;color:#263640}.article-detail .content h2{margin:28px 0 11px;font-size:22px}.article-detail .content h3{margin:22px 0 9px;font-size:18px}.article-detail .content img{display:block;max-width:100%;height:auto!important;margin:14px auto;border-radius:10px}.v3-toc{margin:18px 0 22px;overflow:hidden}.v3-toc-toggle{display:none;width:100%;padding:13px 16px;border:0;background:#f8fafc;text-align:left;color:#233441;font-weight:800;cursor:pointer}.v3-toc-body{padding:14px 18px}.v3-toc-body ol{margin:0;padding-left:22px}.v3-toc-body li{margin:6px 0}.v3-toc-level-3{margin-left:16px!important}.v3-toc a{color:#247fbb}.article-related{margin-top:18px;padding:17px}.article-related .heading{margin:0 0 12px!important;font-size:18px!important}.article-related li{padding:8px 0;border-top:1px solid #edf1f4}.article-related li:first-child{border-top:0}

/* Content tables */
#body table.v32-table-kv,#body table.v32-table-card,#body table.v32-table-scroll{width:100%!important;max-width:100%!important}.v32-table-scroll{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.v32-table-scroll th,.v32-table-scroll td{min-width:120px}.v32-table-kv{border-collapse:separate!important;border-spacing:0 7px!important}.v32-table-kv td,.v32-table-kv th{padding:10px 12px!important;border:1px solid #e1e8ed!important;vertical-align:top!important;line-height:1.4!important}.v32-table-kv td:first-child,.v32-table-kv th:first-child{width:36%!important;border-radius:9px 0 0 9px;background:#f6f9fb!important;color:#344754;font-weight:700!important}.v32-table-kv td:last-child,.v32-table-kv th:last-child{width:64%!important;border-left:0!important;border-radius:0 9px 9px 0;background:#fff!important}

/* Search */
.v32-search-page{margin-bottom:24px}.v32-search-page-head{margin:0 0 15px;padding:16px 18px;border:1px solid var(--v4-line);border-radius:var(--v4-radius);background:#fff;box-shadow:var(--v4-shadow)}.v32-search-page-head h1{margin:0;font-size:24px}.v32-search-page-head p{margin:5px 0 0;color:var(--v4-muted)}.v32-search-empty{padding:48px 18px;border:1px dashed #cfdae2;border-radius:14px;background:#fff;text-align:center;color:#6d7c88}.v32-search-suggest-title{padding:9px 12px;background:#f5f8fa;color:#405261;font-size:12px;font-weight:700;text-transform:uppercase}.v32-search-suggest ul{margin:0!important}.v32-search-suggest li+li{border-top:1px solid #edf1f4}.v32-search-suggest li a{display:flex;justify-content:space-between;gap:12px;padding:9px 12px;font-size:12.5px}.v32-search-suggest li strong{color:var(--v4-danger);white-space:nowrap}.v32-search-all{display:block;padding:10px 12px;background:#eef7fd;color:var(--v4-primary-dark)!important;font-weight:700;text-align:center}

/* News strip */
.v31-global-news{padding:22px 0 6px;background:transparent}.v31-global-news .head{height:100%;padding:15px;overflow:hidden}.v31-global-news .head h3{margin:0 0 10px;font-size:17px}.v31-global-news .head h3 a{color:#1c2b36}.v31-global-news .head ul{margin:0;padding:0;list-style:none}.v31-global-news .head li+li{border-top:1px solid #edf1f4}.v31-global-news .head li a{display:flex!important;gap:10px;padding:10px 0;align-items:flex-start}.v31-global-news .head li img{flex:0 0 88px;width:88px!important;height:58px!important;border-radius:8px;object-fit:cover}.v31-global-news .head .box-text{min-width:0}.v31-global-news .head .title{font-size:12.5px!important;line-height:1.4!important;font-weight:700!important}.v31-global-news .head .created{font-size:10.5px!important;color:#9aa5ad!important}

/* Footer */
.v3-footer{margin-top:22px;padding:36px 0 0;background:#152532;color:#dbe6ee}.v3-footer-grid{display:grid!important;grid-template-columns:1.5fr 1fr 1fr 1.15fr!important;gap:32px!important}.v3-footer h3{margin:0 0 14px!important;color:#fff!important;font-size:16px!important}.v3-footer p,.v3-footer li,.v3-footer a{color:#cbd8e1!important}.v3-footer p{margin:6px 0}.v3-footer ul{margin:0;padding:0;list-style:none}.v3-footer li{margin:7px 0}.v3-footer a:hover{color:#fff!important}.v3-footer-map iframe{width:100%!important;height:190px!important;border:0;border-radius:12px}.v3-footer-bottom{margin-top:28px;padding:15px 0;border-top:1px solid rgba(255,255,255,.11);color:#9eb0bd;text-align:center;font-size:12px}
.v3-contact-toolbar{position:fixed!important;right:13px!important;bottom:78px!important;z-index:9999!important;width:52px!important}.v3-contact-toolbar .inner a{display:flex!important;width:46px!important;height:46px!important;margin:0 0 9px!important;align-items:center;justify-content:center;border-radius:50%!important;box-shadow:0 4px 14px rgba(0,0,0,.18)}.v3-contact-toolbar img{display:block;width:46px!important;height:46px!important;border-radius:50%}.v31-hotline-fixed-action{display:block}

/* Pagination */
.pagination,.uk-pagination{margin:15px 0!important}.uk-pagination>li>a,.uk-pagination>li>span{border-radius:8px!important;border:1px solid #dce5eb!important;background:#fff!important;color:#456!important}.uk-pagination>.uk-active>span{border-color:var(--v4-primary)!important;background:var(--v4-primary)!important;color:#fff!important}

@media(max-width:959px){
  .uk-container{padding-left:12px!important;padding-right:12px!important}
  .breadcrumb{margin-bottom:14px}.breadcrumb .uk-breadcrumb{padding:9px 0;white-space:nowrap;overflow-x:auto}
  .main-slide{margin:12px auto 14px;padding:0 12px}.main-slide .uk-slidenav-position{border-radius:12px}.main-slide .uk-slideshow img{aspect-ratio:16/6.1}
  .v4-home-categories{margin-bottom:14px;padding:12px;border-radius:13px}.v4-home-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.v4-home-category-link{min-height:42px;padding:8px 10px;border-radius:9px;font-size:12px}
  .homepage-category{margin-bottom:15px;padding:11px;border-radius:13px}.v4-product-section-head{align-items:center;margin-bottom:10px;padding-bottom:9px}.v4-product-section-title a{min-height:34px;padding:0 11px;border-radius:8px;font-size:13px}.v4-mobile-child-toggle{display:block}.v4-category-chips{display:none;flex-basis:100%;padding-top:8px}.v33-children-open .v4-category-chips{display:flex}.v4-category-chip{min-height:30px;padding:0 10px;font-size:11.5px}
  .list-product>li{margin-bottom:10px!important}.homepage-category .list-product>li:nth-child(n+5){display:none!important}.v4-mobile-view-all{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;margin-top:3px;border:1px solid #cfe1ee;border-radius:10px;background:#f5fbff;color:var(--v4-primary-dark);font-size:13px;font-weight:800}
  .v4-product-card .thumb .image{padding:9px}.v4-product-card .infor{padding:10px 10px 9px}.v4-product-card .title{min-height:39px;margin-bottom:6px;font-size:12.5px}.v4-product-card .wrap-price,.v4-product-card .notprice{font-size:15px}.v4-product-card .km{min-height:31px;font-size:10.7px}.v4-product-card .v4-product-detail-link{min-height:41px!important;font-size:11.5px!important}.v4-detail-arrow{width:29px;height:29px;font-size:15px}.v32-product-badges{top:7px;right:7px}.v32-product-badge{min-height:24px;padding:3px 7px;font-size:10px}
  .v4-category-hero{padding:14px}.v4-category-hero h1{font-size:21px}
  .v4-child-catalogue,.v4-leaf-catalogue{padding:11px;border-radius:13px}.v4-child-section-head h2{font-size:16px}.v4-leaf-category-head h1{font-size:20px}
  .v4-product-top{display:block;padding:13px}.v4-product-gallery .slider-for .item{min-height:310px}.v4-product-gallery .slider-for img{max-height:295px}.v4-product-gallery .slider-nav .image{height:58px}.v4-product-summary{margin-top:15px}.v4-product-title{font-size:22px}.v4-product-price{font-size:27px}.v4-product-cta{display:grid;grid-template-columns:95px 1fr}.v4-quantity{width:95px}.v4-product-benefits{grid-template-columns:1fr 1fr}.v4-product-content{padding:13px}.v4-similar-products{padding:11px}
  .article-detail{padding:16px}.article-detail .article>.title{font-size:24px}.article-detail .content{font-size:14px}.v3-toc-toggle{display:block}.v3-toc-body{display:none;border-top:1px solid #e1e8ed}.v3-toc.is-open .v3-toc-body{display:block}
  #body .v32-table-card{display:block!important;border:0!important;background:transparent!important}#body .v32-table-card thead{display:none!important}#body .v32-table-card tbody,#body .v32-table-card tr,#body .v32-table-card td{display:block!important;width:100%!important;box-sizing:border-box}#body .v32-table-card tr:first-child:not(:only-child){display:none!important}#body .v32-table-card tr{margin:0 0 10px;border:1px solid #dfe7ec;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 2px 8px rgba(30,53,67,.04)}#body .v32-table-card td{display:grid!important;grid-template-columns:minmax(105px,36%) minmax(0,1fr);gap:9px;padding:9px 10px!important;border:0!important;border-bottom:1px solid #edf1f3!important;text-align:left!important;white-space:normal!important;overflow-wrap:anywhere}#body .v32-table-card td:last-child{border-bottom:0!important}#body .v32-table-card td:before{content:attr(data-label);font-weight:700;color:#3a4c58}
  #body .v32-table-kv{display:table!important;width:100%!important;border-spacing:0 5px!important}#body .v32-table-kv tbody{display:table-row-group!important}#body .v32-table-kv tr{display:table-row!important}#body .v32-table-kv td,#body .v32-table-kv th{display:table-cell!important;padding:7px 8px!important;font-size:11.5px!important;line-height:1.35!important}#body .v32-table-kv td:first-child,#body .v32-table-kv th:first-child{width:40%!important}#body .v32-table-kv td:last-child,#body .v32-table-kv th:last-child{width:60%!important}
  .v31-global-news{padding-top:13px}.v31-global-news .v31-news-column{margin-bottom:10px}.v3-footer{padding-top:28px}.v3-footer-grid{grid-template-columns:1fr!important;gap:18px!important}.v3-footer-map iframe{height:210px!important}.v3-contact-toolbar,.v31-hotline-fixed-action{display:none!important}
}

@media(min-width:960px){
  .v4-mobile-header{display:none!important}.mobile-header{display:none!important}
}
@media(max-width:959px){
  .v4-header{display:none!important}.header{display:none!important}
}
/* Mobile bottom contact bar */
.modile-show{display:none}.hotline-fixed-action{position:fixed;left:8px;bottom:18px;z-index:9998}.hotline-fixed-action img{display:block;max-height:54px;width:auto}.hotline-fixed-action>div+div{margin-top:7px}
.uk-offcanvas-bar{background:#fff!important;color:#253642!important;box-shadow:10px 0 30px rgba(0,0,0,.16)!important}.uk-offcanvas-bar a{color:#253642!important}.uk-offcanvas-bar .uk-nav>li>a{padding:10px 12px!important;border-bottom:1px solid #edf1f4}
@media(max-width:959px){
  body{padding-bottom:62px}.modile-show{display:block!important}.css-moble-show-order{position:fixed;left:0;right:0;bottom:0;z-index:10000;background:#fff;border-top:1px solid #dce5ec;box-shadow:0 -5px 18px rgba(25,52,72,.08)}.css-moble-show-order .bar{display:grid;grid-template-columns:repeat(4,1fr);height:58px}.css-moble-show-order .bar-item{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#506270!important;font-size:10px!important;text-align:center}.css-moble-show-order .bar-item i{font-size:20px;color:var(--v4-primary)}.css-moble-show-order .bar-item .img img{width:21px;height:21px;object-fit:contain}.hotline-fixed-action{display:none!important}
}
.v31-global-news .head h4{margin:0 0 4px!important;color:#263640!important;font-size:12.5px!important;line-height:1.4!important;font-weight:700!important}.v31-global-news .head .box-text>span{color:#98a4ad!important;font-size:10.5px!important}


/* V4.2 consolidated frontend: sticky one-row header, data-driven navigation and robust grids */
.v42-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.v42-site-header{position:sticky;top:0;z-index:1400;width:100%;box-sizing:border-box;background:#fff;border-bottom:1px solid var(--v4-line);box-shadow:0 6px 22px rgba(21,48,68,.08)}
.v42-header-container{box-sizing:border-box}.v42-site-header .v42-header-container:before,.v42-site-header .v42-header-container:after{content:none!important;display:none!important}
.v42-header-row{display:grid;width:100%;min-height:78px;grid-template-columns:minmax(220px,260px) 126px minmax(280px,1fr) 156px 48px;align-items:center;gap:12px;box-sizing:border-box}.v42-header-row>*{min-width:0;box-sizing:border-box}
.v42-logo{display:flex;width:100%;align-items:center;justify-content:flex-start;overflow:hidden}.v42-logo img{display:block;width:auto!important;height:auto!important;max-width:260px;max-height:66px;object-fit:contain}
.v42-category-menu{position:relative;width:100%}.v42-category-trigger{display:flex;width:100%;height:44px;align-items:center;justify-content:center;gap:8px;padding:0 10px;box-sizing:border-box;border:1px solid #dce5ec;border-radius:11px;background:#fff;color:#213444;font-size:13.5px;font-weight:800;white-space:nowrap;cursor:pointer;transition:.18s}.v42-category-trigger:hover,.v42-category-menu.is-open .v42-category-trigger{border-color:#a9d2ed;background:var(--v4-primary-soft);color:var(--v4-primary-dark)}
.v42-mega-menu{display:none;position:absolute;top:calc(100% + 10px);left:0;width:min(920px,calc(100vw - 310px));min-width:760px;border:1px solid #dfe7ed;border-radius:14px;background:#fff;box-shadow:0 18px 50px rgba(17,42,60,.18);overflow:hidden}.v42-category-menu.is-open .v42-mega-menu{display:block}.v42-mega-layout{display:grid;grid-template-columns:235px minmax(0,1fr);min-height:340px}.v42-mega-parents{padding:10px;background:#f7f9fb;border-right:1px solid #e7edf2}.v42-mega-parent{display:flex;width:100%;min-height:44px;align-items:center;justify-content:space-between;gap:8px;padding:8px 11px;border:0;border-bottom:1px solid #e7edf2;background:transparent;color:#263847;text-align:left;font-size:13px;font-weight:700;cursor:pointer}.v42-mega-parent:last-child{border-bottom:0}.v42-mega-parent.is-active{background:#fff;color:var(--v4-primary-dark);box-shadow:inset 3px 0 0 var(--v4-primary)}
.v42-mega-content{padding:16px 18px}.v42-mega-panel{display:none}.v42-mega-panel.is-active{display:block}.v42-mega-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #edf1f4}.v42-mega-panel-head strong{font-size:16px}.v42-mega-panel-head a{color:var(--v4-primary-dark);font-size:12px;font-weight:700}.v42-mega-child-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.v42-mega-child{display:flex;min-width:0;align-items:center;gap:9px;padding:9px;border:1px solid #e7edf2;border-radius:10px;background:#fff;color:#2d3f4d;font-size:12px;font-weight:700;line-height:1.35;transition:.18s}.v42-mega-child:hover{border-color:#b9dbef;background:#f5fbff;box-shadow:0 5px 14px rgba(35,93,128,.08)}.v42-mega-child-image{display:flex;flex:0 0 46px;width:46px;height:46px;align-items:center;justify-content:center;border-radius:8px;background:#f7fafc;overflow:hidden;color:#8aa0af}.v42-mega-child-image img{display:block;width:100%;height:100%;object-fit:contain}.v42-mega-utility{display:flex;gap:6px;padding:9px 12px;border-top:1px solid #e7edf2;background:#fbfcfd;overflow-x:auto}.v42-mega-utility a{display:inline-flex;align-items:center;min-height:30px;padding:0 9px;border-radius:7px;color:#516373;font-size:12px;font-weight:700;white-space:nowrap}.v42-mega-utility a:hover{background:#eef7fd;color:var(--v4-primary-dark)}
.v42-header-search{width:100%;min-width:0}.v42-header-search .v32-search-form{display:flex!important;width:100%!important;height:44px!important;margin:0!important;float:none!important;box-sizing:border-box!important}.v42-header-search .v32-search-keyword{width:auto!important;min-width:0!important;max-width:none!important;float:none!important}.v42-header-search .searchResult{width:100%!important;box-sizing:border-box}.v42-hotline-button{display:flex;width:100%;height:44px;align-items:center;justify-content:center;gap:7px;padding:0 10px;box-sizing:border-box;border-radius:11px;background:var(--v4-primary);color:#fff!important;font-size:13.5px;font-weight:900;white-space:nowrap;overflow:hidden;box-shadow:0 5px 14px rgba(47,148,216,.18)}.v42-hotline-button:hover{background:var(--v4-primary-dark);color:#fff!important}.v42-hotline-button span{overflow:hidden;text-overflow:ellipsis}.v42-cart-button{position:relative;display:flex;width:44px;height:44px;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid #dce5ec;border-radius:11px;background:#fff;color:#263847;font-size:20px}.v42-cart-button:hover{border-color:#aed5ed;color:var(--v4-primary-dark)}.v42-cart-button span{position:absolute;top:-6px;right:-6px;display:flex;min-width:18px;height:18px;align-items:center;justify-content:center;padding:0 4px;border-radius:10px;background:var(--v4-danger);color:#fff;font-size:10px;font-weight:800}
.v42-mobile-header{position:sticky;top:0;z-index:1400;background:#fff;border-bottom:1px solid var(--v4-line);box-shadow:0 5px 18px rgba(28,52,70,.08)}.v42-mobile-row{display:grid;grid-template-columns:42px minmax(0,1fr) 42px 42px;align-items:center;gap:7px;padding:8px 10px 6px}.v42-mobile-menu-trigger,.v42-mobile-action{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border:0;border-radius:10px;background:#f2f7fa;color:#273947;font-size:19px}.v42-mobile-menu-trigger{cursor:pointer}.v42-mobile-logo{display:flex;min-width:0;align-items:center;justify-content:center}.v42-mobile-logo img{display:block;max-width:215px;max-height:50px;object-fit:contain}.v42-mobile-cart{position:relative}.v42-mobile-cart span{position:absolute;top:-4px;right:-4px;display:flex;min-width:17px;height:17px;align-items:center;justify-content:center;padding:0 3px;border-radius:9px;background:var(--v4-danger);color:#fff;font-size:9px;font-weight:800}.v42-mobile-search-wrap{padding:0 10px 9px}.v42-mobile-search-wrap .v4-search form{height:41px}.v42-mobile-search-wrap .v4-search input{height:41px!important}.v42-mobile-search-wrap .v4-search button{width:47px}
.v42-mobile-menu{display:none;position:absolute;left:0;right:0;top:100%;max-height:calc(100vh - 105px);overflow:auto;border-top:1px solid #e5ebef;background:#fff;box-shadow:0 14px 28px rgba(20,44,61,.15)}.v42-mobile-header.is-menu-open .v42-mobile-menu{display:block}.v42-mobile-menu-inner{padding:10px}.v42-mobile-menu-title{margin-bottom:7px;font-size:14px;font-weight:900}.v42-mobile-category{border-bottom:1px solid #edf1f4}.v42-mobile-category-head{display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:center;min-height:45px}.v42-mobile-category-head>a{font-weight:800;color:#2b3e4c}.v42-mobile-category-toggle{height:36px;border:0;border-radius:8px;background:#f5f8fa;color:#506372}.v42-mobile-category.is-open .v42-mobile-category-toggle i{transform:rotate(180deg)}.v42-mobile-category-children{display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:0 0 10px}.v42-mobile-category.is-open .v42-mobile-category-children{display:grid}.v42-mobile-category-children>a{display:flex;min-width:0;align-items:center;gap:7px;padding:7px;border:1px solid #e5ebef;border-radius:9px;background:#fbfdff;font-size:11.5px;font-weight:700;line-height:1.3}.v42-mobile-category-thumb{display:flex;flex:0 0 39px;width:39px;height:39px;align-items:center;justify-content:center;border-radius:7px;background:#fff;overflow:hidden;color:#91a2ae}.v42-mobile-category-thumb img{width:100%;height:100%;object-fit:contain}.v42-mobile-utility{display:flex;gap:6px;padding:10px 0 2px;overflow-x:auto}.v42-mobile-utility a{flex:0 0 auto;padding:7px 9px;border-radius:8px;background:#f2f7fa;font-size:11.5px;font-weight:700;white-space:nowrap}

/* Data-driven highlighted categories */
.v42-featured-categories{margin:0 0 20px;padding:16px;border:1px solid var(--v4-line);border-radius:var(--v4-radius);background:#fff;box-shadow:var(--v4-shadow)}.v42-featured-categories-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.v42-featured-categories-head h2{margin:0;font-size:19px}.v42-featured-categories-track{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px}.v42-featured-category{display:flex;min-width:0;flex-direction:column;align-items:center;gap:8px;padding:10px 7px;border:1px solid #e6edf2;border-radius:11px;background:#fbfdff;text-align:center;transition:.18s}.v42-featured-category:hover{transform:translateY(-2px);border-color:#b9dcef;background:#f5fbff;box-shadow:0 7px 18px rgba(37,94,129,.09)}.v42-featured-category-image{display:flex;width:72px;height:72px;align-items:center;justify-content:center;border-radius:10px;background:#fff;overflow:hidden;color:#91a2ae;font-size:26px}.v42-featured-category-image img{display:block;width:100%;height:100%;object-fit:contain}.v42-featured-category-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:34px;color:#2a3b48;font-size:12px;font-weight:800;line-height:1.4}

/* Product grid: no UIkit negative margins, consistent edge spacing at every width */
ul.list-product{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px!important;margin:0!important;padding:0!important;list-style:none!important}ul.list-product:before,ul.list-product:after{display:none!important}ul.list-product>li{width:auto!important;margin:0!important;padding:0!important;min-width:0!important}
.v4-product-card .thumb .image{width:100%;margin:0 auto!important;text-align:center}.v4-product-card .thumb img{margin:auto!important}
.v4-product-detail-link{display:flex!important;min-height:43px!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-top:auto!important;padding:8px 0 0!important;border:0!important;border-top:1px solid #edf1f4!important;border-radius:0!important;background:transparent!important;color:#516676!important;font-size:12.5px!important;font-weight:500!important;box-shadow:none!important}.v4-product-detail-link:before,.v4-product-detail-link:after{display:none!important;content:none!important}.v4-product-detail-link:hover{color:var(--v4-primary-dark)!important}.v4-product-detail-link:hover .v4-detail-arrow{background:var(--v4-primary);border-color:var(--v4-primary);color:#fff}

/* Category jump buttons remain directly visible on phones */
.v4-category-jumps{display:flex;gap:8px;flex-wrap:wrap}.v4-category-jump{flex:0 0 auto}

/* Strong white headings on blue news cards */
.v31-global-news .head h3{margin:-15px -15px 10px!important;padding:11px 13px!important;background:var(--v4-primary)!important;color:#fff!important;font-size:16px!important}.v31-global-news .head h3 a,.v31-global-news .head h3 a:hover,.v31-global-news .head h3 i{color:#fff!important}

@media(max-width:1150px) and (min-width:960px){.v42-header-row{grid-template-columns:minmax(195px,220px) 112px minmax(240px,1fr) 138px 44px;gap:9px;min-height:74px}.v42-logo img{max-width:220px;max-height:60px}.v42-category-trigger{padding-left:8px;padding-right:8px;font-size:13px}.v42-hotline-button{font-size:12.5px;padding-left:7px;padding-right:7px}.v42-mega-menu{min-width:700px;width:min(820px,calc(100vw - 235px))}.v42-mega-child-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:959px){
  .v42-site-header{display:none!important}.v4-header,.header,.v4-mobile-header{display:none!important}
  .uk-container{padding-left:12px!important;padding-right:12px!important}
  ul.list-product{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important}
  .homepage-category,.v4-child-catalogue,.v4-leaf-catalogue{padding-left:12px!important;padding-right:12px!important}
  .v42-featured-categories{margin-bottom:14px;padding:12px;border-radius:13px}.v42-featured-categories-track{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:3px;-webkit-overflow-scrolling:touch}.v42-featured-category{flex:0 0 112px;scroll-snap-align:start;padding:8px 6px}.v42-featured-category-image{width:64px;height:64px}.v42-featured-category-title{font-size:11.5px}
  .v4-category-hero{overflow:hidden}.v4-category-jumps{display:flex!important;flex-wrap:nowrap!important;gap:7px;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.v4-category-jumps::-webkit-scrollbar{display:none}.v4-category-jump{min-height:32px;padding:0 10px;font-size:11.5px;white-space:nowrap}
  .v4-product-card .thumb .image{padding:9px!important}.v4-product-card .infor{padding:10px 9px 9px!important}.v4-product-card .v4-product-detail-link{min-height:40px!important;font-size:11.5px!important}
}
@media(min-width:960px){.v42-mobile-header{display:none!important}}
@media(max-width:359px){.v42-mobile-row{grid-template-columns:38px minmax(0,1fr) 38px 38px;gap:4px;padding-left:7px;padding-right:7px}.v42-mobile-menu-trigger,.v42-mobile-action{width:36px;height:36px}.v42-mobile-logo img{max-width:180px}ul.list-product{gap:8px!important}.homepage-category,.v4-child-catalogue,.v4-leaf-catalogue{padding-left:9px!important;padding-right:9px!important}.v4-product-card .infor{padding-left:8px!important;padding-right:8px!important}}
