.elementor-13745 .elementor-element.elementor-element-d8bd39c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13745 .elementor-element.elementor-element-adbc9b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13745 .elementor-element.elementor-element-c2263f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13745 .elementor-element.elementor-element-6a4ebd6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13745 .elementor-element.elementor-element-c01af8d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13745 .elementor-element.elementor-element-a86c9ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13745 .elementor-element.elementor-element-0c13786{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13745 .elementor-element.elementor-element-011d52d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13745 .elementor-element.elementor-element-95d9e75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7fcf2ac */.uwe-cat-tabs {
  width: 100%;
  padding: 40px 20px;
  background: #f8fafc;
}

.uwe-cat-tab-buttons {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  margin-bottom: 25px;
}

.uwe-cat-tab {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
}

.uwe-cat-tab.active {
  background: #002b50;
  color: #fff;
}

.uwe-cat-tab-content {
  display: none;
}

.uwe-cat-tab-content.active {
  display: block;
}

.uwe-cat-tab-content ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px,1fr));
  gap: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8742e5d *//* FULL WIDTH BACKGROUND */
.ml-features-wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(135deg, #f5f7fa, #eef2f7);
  padding: 80px 20px;
}

/* GRID */
.ml-features {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* CARD */
.ml-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.ml-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* ICON */
.ml-icon {
  width: 56px;
  height: 56px;
  background: #002b50;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.ml-icon svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

/* TEXT */
.ml-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #002b50;
}

.ml-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0ec255 *//* CATEGORY SLIDER */
.fw-categories ul.products {
  display: flex !important;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.fw-categories ul.products li.product-category {
  min-width: 220px;
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  text-align: center;
  scroll-snap-align: start;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.fw-categories ul.products li.product-category img {
  max-width: 70px;
  margin-bottom: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a38655 *//* BRAND SLIDER */
.fw-brands ul {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  list-style: none;
  padding: 0;
}

.fw-brands li {
  min-width: 180px;
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  padding: 18px 30px;
  border-radius: 14px;
  text-align: center;
  font-weight: 600;
  scroll-snap-align: start;
}/* End custom CSS */
/* Start custom CSS *//* GLOBAL */
.ml-section {
  padding:70px 20px;
  max-width:1320px;
  margin:auto;
}

.ml-title {
  font-size:32px;
  margin-bottom:40px;
  text-align:left;
  color:#002b50;
}

/* HERO */
.ml-hero {
  background:linear-gradient(135deg,#002b50,#00a0d2);
  color:#fff;
  padding:120px 20px;
}

.ml-hero-inner {
  max-width:1200px;
  margin:auto;
}

.ml-hero h1 {
  font-size:42px;
  margin-bottom:15px;
}

.ml-hero p {
  max-width:600px;
  font-size:18px;
}

.ml-hero-actions {
  margin-top:30px;
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.btn-primary,
.btn-outline,
.btn-whatsapp {
  padding:14px 26px;
  border-radius:30px;
  font-weight:600;
  text-decoration:none;
}

.btn-primary {
  background:#fff;
  color:#002b50;
}

.btn-outline {
  border:2px solid #fff;
  color:#fff;
}

.btn-whatsapp {
  background:#25d366;
  color:#fff;
}

/* FEATURES */
.ml-features {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
}

.ml-card {
  background:#fff;
  padding:30px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/* CATEGORIES */
.ml-categories {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:20px;
}

.ml-categories a {
  background:#fff;
  padding:25px;
  border-radius:16px;
  font-weight:600;
  text-decoration:none;
  color:#002b50;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* BRANDS */
.ml-light {
  background:#f5f7fa;
}

.ml-brands {
  display:flex;
  gap:30px;
  flex-wrap:wrap;
  font-weight:700;
  color:#666;
}

/* PRODUCTS */
.ml-products {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:25px;
}

.ml-product {
  background:#fff;
  padding:35px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/* WHY */
.ml-why {
  background:#002b50;
  color:#fff;
  padding:80px 20px;
}

.ml-why-inner {
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:30px;
  text-align:center;
}

.ml-why strong {
  font-size:36px;
}

/* CTA */
.ml-cta {
  background:#0a2540;
  color:#fff;
  padding:90px 20px;
  text-align:center;
}

.ml-cta-actions {
  margin-top:30px;
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.ml-cta a {
  background:#25d366;
  padding:16px 30px;
  border-radius:30px;
  color:#fff;
  text-decoration:none;
  font-weight:600;
}
/* SECTION */
.ml-section {
  max-width:1320px;
  margin:auto;
  padding:70px 20px;
}

.ml-title {
  font-size:30px;
  margin-bottom:30px;
  color:#002b50;
}

/* SLIDER */
.ml-slider {
  overflow:hidden;
  position:relative;
}

.ml-track {
  display:flex;
  gap:20px;
  width:max-content;
  animation: scroll 35s linear infinite;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* CATEGORY SLIDES */
.ml-slide {
  background:#fff;
  padding:22px 40px;
  border-radius:16px;
  font-weight:600;
  text-decoration:none;
  color:#002b50;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  white-space:nowrap;
}

/* BRAND SLIDES */
.ml-brand {
  background:#fff;
  padding:20px 35px;
  border-radius:14px;
  font-weight:700;
  color:#666;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
}

/* LIGHT BACKGROUND */
.ml-light {
  background:#f5f7fa;
}

/* PRODUCTS GRID */
.ml-products-grid ul.products {
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:25px;
}

.ml-products-grid ul.products li.product {
  background:#fff;
  padding:20px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.ml-products-grid ul.products li.product img {
  border-radius:12px;
}
/* SECTION */
.ml-section {
  max-width:1320px;
  margin:auto;
  padding:70px 20px;
}

.ml-title {
  font-size:30px;
  margin-bottom:35px;
  color:#002b50;
}

/* SLIDER */
.ml-slider {
  overflow:hidden;
}

.ml-track {
  display:flex;
  gap:22px;
  animation: ml-scroll 35s linear infinite;
}

@keyframes ml-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* CATEGORY CARD */
.ml-cat {
  background:#fff;
  padding:24px;
  min-width:180px;
  border-radius:18px;
  text-align:center;
  text-decoration:none;
  color:#002b50;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.ml-cat img {
  width:48px;
  margin-bottom:10px;
}

/* BRAND LOGOS */
.brands img {
  height:50px;
  padding:20px 35px;
  background:#fff;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* LIGHT SECTION */
.ml-light {
  background:#f4f6f9;
}

/* PRODUCT SLIDER */
.ml-product-slider ul.products {
  display:flex !important;
  gap:25px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:10px;
}

.ml-product-slider ul.products li.product {
  min-width:260px;
  scroll-snap-align:start;
  background:#fff;
  padding:20px;
  border-radius:18px;
  box-shadow:0 14px 40px rgba(0,0,0,.08);
}

.ml-product-slider ul.products::-webkit-scrollbar {
  height:6px;
}

.ml-product-slider ul.products::-webkit-scrollbar-thumb {
  background:#00a0d2;
  border-radius:10px;
}
/* FORCE FULL WIDTH */
.fw-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 80px 20px;
}

/* BACKGROUNDS */
.bg-light { background: #f5f7fa; }
.bg-dark { background: #002b50; }
.bg-gradient {
  background: linear-gradient(135deg, #002b50, #00a0d2);
}

/* TITLES */
.fw-title {
  max-width: 1320px;
  margin: 0 auto 40px;
  font-size: 32px;
  color: #002b50;
}
.fw-title.light { color: #ffffff; }

/* SLIDER */
.fw-slider {
  overflow: hidden;
}
.fw-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: fwScroll 35s linear infinite;
}
@keyframes fwScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* CATEGORY CARD */
.fw-card {
  background: #ffffff;
  min-width: 200px;
  padding: 28px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  color: #002b50;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
}
.fw-card img {
  width: 48px;
  margin-bottom: 12px;
}

/* BRANDS */
.fw-brands {
  max-width: 1320px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.fw-brands span {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 14px;
  font-weight: 600;
}

/* PRODUCT SLIDER */
.fw-products ul.products {
  display: flex !important;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}
.fw-products ul.products li.product {
  min-width: 260px;
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  scroll-snap-align: start;
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
}
.fw-products ul.products img {
  border-radius: 14px;
}

/* SCROLLBAR */
.fw-products ul.products::-webkit-scrollbar {
  height: 6px;
}
.fw-products ul.products::-webkit-scrollbar-thumb {
  background: #00a0d2;
  border-radius: 10px;
}/* End custom CSS */