@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

/* ==========================================================================
   Makita OPE - Responsive & Semantic Stylesheet
   Color principal: #009395 (Makita Teal)
   ========================================================================== */

/* --- 1. Resets & Base Variables --- */
:root {
  --makita-teal: #008290;
  --makita-teal-dark: #007a7b;
  --dark-bg: #222222;
  --darker-bg: #111111;
  --light-bg: #f5f5f5;
  --gray-bg: #e6e6e6;
  --text-color: #333333;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue LT W01_55 Roman", Arial, Helvetica, sans-serif;
  color: var(--text-color);
  background-color: var(--light-bg);
  line-height: 1.6;
}

main {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden;
}

aside {
  list-style: none;
}

a {
  text-decoration: none;
}

.textWhite {
  color: #fff;
}

/* --- 2. Typography & General Selectors --- */
.headline {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
  font-family: "Helvetica Neue LT W01_71488914";
}

h3.headlineTitle {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.8rem;
  font-family: "Helvetica Neue LT W01_71488914";
}

h3.headlineProducts {
  font-size: 2.5rem;
  font-weight: bolder;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin: 40px;
  width: 100%;
  text-align: center;
  font-family: "Helvetica Neue LT W01_95 Black";
}

h3.headlineProf {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.8rem;
  font-family: "Helvetica Neue LT W01_71488914";
}

.headline.color-black {
  color: #000;
}
.headline-padding-top {
  padding-top: 30px;
}

.headline-padding {
  padding-bottom: 30px;
}
.headline-sub {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #555;
  margin-bottom: 20px;
  max-width: 80%;
  margin: 0 auto 40px auto;
}
.makita-btn,
.makita-btn-default {
  display: inline-block;
  background-color: var(--makita-teal);
  color: #fff;
  padding: 12px 24px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 0.3s ease;
  text-align: center;
  margin-top: 20px;
}
.makita-btn:hover,
.makita-btn-default:hover {
  background-color: var(--makita-teal-dark);
}
.section-margin-bottom {
  margin-bottom: 40px;
}
.img-fit-width {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #b6b6b6;
  padding: 20px;
}
.img-fit-width img {
  max-width: 80%;
  height: auto;
  display: block;
}

/* --- 3. Header & Sub-Menu --- */
.sub-menu-heading {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #000;
  padding: 20px 10px;
  text-transform: uppercase;
  background: var(--gray-bg);
  font-family: "Helvetica Neue LT W01_95 Black";
  margin:0px;
}
.drag-wrapper {
  background: var(--dark-bg);
  border-bottom: 4px solid var(--makita-teal);
}
.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.menu div a {
  display: block;
  color: #fff;
  padding: 15px 25px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.3s;
}
.menu div a:hover,
.menu div.active a {
  background: var(--makita-teal);
}
.menu div a sup {
  font-size: 0.6em;
}

/* --- 4. Hero Section & Videos --- */
.product-container.base {
  position: relative;
  width: 100%;
  background: #000;
}
.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video-wrapper video {
  width: 100%;
  display: block;
  min-height: 400px;
  max-height: 700px;
  object-fit: cover;
  opacity: 0.5;
}
.video-control {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 20;
}
.title-banner-wrapper {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 550px;
  z-index: 10;
}
.title-banner {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 40px;
  border-left: 5px solid var(--makita-teal);
}
.title-banner h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.1;
  font-family: "Helvetica Neue LT W01_95 Black";
}

/* --- 5. Feature Billboards & Flex Layouts --- */
.feature.billboard {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  background: #fff;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.feature.billboard.dark {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #000;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.feature.billboard .content {
  flex: 1;
  max-width: 100%;
  min-width: 400px;
  padding: 20px;
}

.feature.billboard.dark .description-wrapper {
  flex: 1;
  max-width: 100%;
  min-width: 400px;
  padding: 20px;
  text-align: left;
}

.feature.billboard .rto-img {
  flex: 1;
  min-width: 60%;
  padding: 0px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  background: url("/front-end/landings/img/ope/01-banners/the-worlds-largest.jpg") no-repeat center
    center;
  background-size: cover;
  border-radius: 8px;
}

.feature.billboard .rto-imgLxt {
  flex: 1;
  min-width: 60%;
  padding: 0px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  background: url("/front-end/landings/img/ope/01-banners/the-worlds-largest-lxt.jpg") no-repeat
    center center;
  background-size: cover;
  border-radius: 8px;
}

.gas-to-green-container {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 40px;
  background: var(--light-bg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.gas-to-green-container.column-reverse {
  flex-direction: row-reverse;
  background: var(--light-bg);
}
.gas-to-green-container > div {
  flex: 1;
  min-width: 400px;
  position: relative;
  display: flex;
  align-items: center;
}
.gas-to-green-container .feature.video {
  position: relative;
}
.gas-to-green-container .feature.video .img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gas-to-green-container .feature.video .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.videoLxt {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.video-link:hover {
  background: rgba(0, 147, 149, 0.8);
}
.button-wrapper .play {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  margin-left: 5px; /* adjust for optical center of triangle */
}

/* --- 6. Data Tiles (Benefits & Products Grid) --- */
.feature.data.tiles {
  text-align: center;
  padding: 30px 10px;
  background: var(--light-bg);
}
.feature.data.tiles.gray,
.background-gray {
  background: var(--gray-bg);
}

.feature.data.tiles.darkGray,
.background-gray {
  background: #252829;
}

.feature.data.tiles.darkGreen,
.background-gray {
  background: var(--makita-teal-dark);
  color: #fff;
}

.product-tile-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.product-tile {
  background: var(--makita-teal);
  padding: 0;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  flex: 1 1 30%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
  position: relative;
}
.product-tile:hover {
  transform: translateY(-5px);
}
.product-tile .product-img {
  margin-bottom: 20px;
  align-self: center;
}
.product-tile .product-img img {
  width: 100%;
  object-fit: cover;
  padding: 0;
}
.product-details.description {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0 20px 20px;
  font-family: "Helvetica Neue LT W01_45 Light";
}

.product-details.description h4 {
  font-size: 1.2rem;
  font-family: "Helvetica Neue LT W01_65 Mediu";
}

/* Titles inside tile cards */
.product-tile .title .makita-link {
  font-family: "Helvetica Neue LT W01_97 BlkCn";
  letter-spacing: 1px;
  font-size: 1.5rem;
  font-weight: bolder;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  text-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.4);
}
.product-tile .title .makita-link:hover {
  color: var(--gray-bg);
}

/* --- 7. Featured Products Carousel (Fallback as Grid) --- */
/* Since JS might not be initiating standard carousels nicely in local, flex protects the layout */
.product-carousel {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.product-carousel .product-tile {
  max-width: 100%;
  flex-direction: row; /* Horizontal layout for featured items */
  align-items: flex-start;
  padding: 30px;
}
.product-carousel .product-img {
  flex: 0 0 35%;
  max-width: 300px;
}
.product-carousel .product-details {
  flex: 1;
  text-align: left;
  padding-left: 30px;
}
.product-carousel .model-num {
  color: var(--makita-teal);
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.specs-wrapper {
  margin: 20px 0;
  text-align: left;
}
.specs-description {
  margin-bottom: 8px;
  font-size: 0.95rem;
}
.specs-description span {
  font-weight: bold;
  color: #000;
}

/* --- 8. The Savings Calculator (Fully Repaired) --- */
.cost-saving-cal {
  background: var(--dark-bg);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}
.cost-saving-cal .header .headline {
  font-size: 4rem;
  color: var(--makita-teal);
  font-family: "Helvetica Neue LT W01_95 Black";
  margin-bottom: 30px;
}
.cost-saving-cal .header h2.headline {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  max-width: 70%;
  margin: 0 auto 30px auto;
}
.input-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.input-item {
  flex: 1;
  min-width: 250px;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.title-text {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.title-text div {
  font-size: 0.8rem;
  font-weight: normal;
  color: #aaa;
  margin-top: 5px;
}
.input-box {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #555;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  background: var(--darker-bg);
  color: var(--makita-teal);
}
.input-box:focus {
  outline: none;
  border-color: var(--makita-teal);
  box-shadow: 0 0 10px rgba(0, 147, 149, 0.4);
}

/* Calculator Table */
.main-title .hr-lines {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
}
#table-section {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  color: #333;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.group-wrapper__impact {
  display: flex;
  flex-direction: row;
}
.group-wrapper__impact .groups {
  display: flex;
  width: 100%;
}
.col.specs.details {
  flex: 1;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding:0px;
}
.col.specs.details:last-child {
  border-right: none;
}
.col .header {
  background: var(--gray-bg);
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.95rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.col.labels .header {
  background: #fff; /* Empty cell for labels */
}
.col .body {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.list-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px;
}
.list-item {
  font-size: 1.5rem;
  font-weight: bold;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
}
.item-teal {
  background: var(--makita-teal);
  color: #fff;
  flex-direction: column;
}
.item-teal p {
  font-size: 1rem;
  text-align: center;
}
.item-gray p span {
  color: var(--makita-teal);
  font-size: 1.8rem;
}
.disclaimer {
  max-width: 1000px;
  margin: 20px auto 0;
  text-align: justify;
  font-size: 0.8rem;
  line-height: 0.9rem;
  color: #aaa;
}

.disclaimer h5 {
  font-size: 1rem;
  margin-bottom: 10px;
}

/* Sharing section */
.share-wrapper {
  margin-bottom: 40px;
  text-align: right;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.share-container {
  display: inline-block;
}
.share-container-info {
  display: none;
}
.makita-btn-transparentteal {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid var(--makita-teal);
  color: var(--makita-teal);
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

/* --- 9. Responsive adjustments --- */
@media (max-width: 900px) {
  .title-banner-wrapper {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .title-banner {
    border-left: none;
    border-top: 5px solid var(--makita-teal);
  }
  .product-carousel .product-tile {
    flex-direction: column;
  }
  .product-carousel .product-details {
    padding-left: 0;
    padding-top: 20px;
  }
  .group-wrapper__impact .groups {
    flex-direction: column;
  }
  .col.specs.details {
    border-right: none;
    border-bottom: 2px solid #ddd;
  }
  .gas-to-green-container > div {
    width: 100%;
    flex: none;
  }
}

/* --- 10. Missing Sub-Page Sections (LXT & ConnectX) --- */
.columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
.columns-wrapper.row-reverse {
  flex-direction: row-reverse;
}
.columns-wrapper .tile {
  flex: 1;
  min-width: 300px;
}
.columns-wrapper .tile.info {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.columns-wrapper .tile.video {
  display: flex;
  align-items: center;
  background: #000;
}
.columns-wrapper .tile.video video {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.8;
}
.columns-wrapper .title {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.2;
}
.columns-wrapper .title span {
  color: var(--makita-teal);
  display: block;
}

/* One-System Section */
.one-system {
  text-align: center;
  padding: 60px 20px;
}
.one-system .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.one-system .headline-300 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
}
.one-system .products {
  color: var(--makita-teal);
}
.one-system .single-system p {
  font-size: 1.5rem;
  color: #000;
}
.one-system .makita-btn__desktop {
  margin-top: 20px;
}
.one-system .makita-btn__mobile {
  display: none;
}

/* Titles without anchors in Product Tiles (ConnectX) */
.product-details.title {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.product-details.title span {
  display: block;
  color: var(--makita-teal);
}

/* Top Headline layout fix */
.gas-to-green-container.top-healine {
  display: block;
  text-align: center;
  padding: 50px 20px 20px;
  box-shadow: none;
  background: transparent;
}

/* ==========================================================================
   CONNECTX LAYOUT FIXES
   ========================================================================== */

/* Hero Section */
.ope-connectx-wrapper .product-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.ope-connectx-wrapper .product-container .video {
  position: relative;
  width: 100%;
}

.ope-connectx-wrapper .img-fit-width img {
  width: 100%;
  height: auto;
  display: block;
}

/* Title banner inside Hero */
.ope-connectx-wrapper .title-banner-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  pointer-events: none;
  z-index: 10;
}

.ope-connectx-wrapper .title-banner {
  background: rgba(0, 0, 0, 0.7);
  color: var(--white);
  padding: 30px 40px;
  max-width: 500px;
  margin-left: 5%;
  pointer-events: auto;
}

.ope-connectx-wrapper .title-banner h1 {
  font-size: 2.2rem;
  color: var(--makita-teal);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}

.ope-connectx-wrapper .title-banner p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.4;
}

.ope-connectx-wrapper .makita-btn-default {
  display: inline-block;
  padding: 10px 20px;
  background: var(--makita-teal);
  color: var(--white);
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  transition: background 0.3s;
}

.ope-connectx-wrapper .makita-btn-default:hover {
  background: #008f88;
}

/* Headline Billboard (ConnectX Logo + Text) */
.ope-connectx-wrapper .feature.billboard.headline {
  max-width: 1400px;
  margin: 40px auto;
}

.ope-connectx-wrapper .feature.billboard.headline .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 0 5%;
}

.ope-connectx-wrapper .feature.billboard.headline .img-fit-width {
  flex: 1;
  min-width: 300px;
}

.ope-connectx-wrapper .feature.billboard.headline .description-wrapper {
  flex: 2;
  min-width: 300px;
}

.ope-connectx-wrapper .feature.billboard.headline h2 {
  color: var(--makita-teal);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2rem;
}

.ope-connectx-wrapper .feature.billboard.headline p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Data Tiles */
.ope-connectx-wrapper .feature.data.tiles {
  background: #f4f4f4;
  padding: 40px 0;
}

.ope-connectx-wrapper .product-tile-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 0 5%;
}

.ope-connectx-wrapper .product-tile {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 220px;
  text-align: center;
  background: var(--white);
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.ope-connectx-wrapper .product-tile .product-img {
  padding: 20px;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.ope-connectx-wrapper .product-tile .product-img img {
  max-width: 100px;
  height: auto;
}

.ope-connectx-wrapper .product-tile .product-details {
  padding: 15px;
}

.ope-connectx-wrapper .product-tile .title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.ope-connectx-wrapper .product-tile .title span {
  display: block;
  color: var(--makita-teal);
}

.ope-connectx-wrapper .product-tile .description {
  font-size: 0.95rem;
  color: #666;
  flex-grow: 1;
}

/* Gas to Green Section */
.ope-connectx-wrapper .gas-to-green-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.ope-connectx-wrapper .gas-to-green-container.top-healine {
  display: block;
  text-align: center;
  padding: 40px 5%;
}

.ope-connectx-wrapper .gas-to-green-container.top-healine .headline {
  color: var(--makita-teal);
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.ope-connectx-wrapper .gas-to-green-container.top-healine .headline-sub {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
}

.ope-connectx-wrapper .gas-to-green-container.column-reverse {
  flex-direction: row-reverse;
}

.ope-connectx-wrapper .gas-to-green-container > div {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.ope-connectx-wrapper .feature.video.gas-to-green img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ope-connectx-wrapper .feature.billboard.gas-to-green {
  background: #000;
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 40px 5%;
}

.ope-connectx-wrapper .feature.billboard.gas-to-green .headline p {
  font-size: 1.8rem;
  color: var(--makita-teal);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}

.ope-connectx-wrapper .feature.billboard.gas-to-green .description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Calculadora Share fixes */
.share-wrapper {
  text-align: right;
  padding: 15px 5%;
}

.makita-btn-transparentteal {
  color: var(--makita-teal);
  font-weight: bold;
  cursor: pointer;
}

.share-container-info {
  display: none;
}

/* ==========================================================================
   USER REQUESTED FIXES (2026)
   ========================================================================== */

/* 1. Calculator Summary Title Width match */
#table-section {
  max-width: 1000px;
}
.cost-saving-cal .main-title {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* 2. Remove white gap above green total text in calc */
.col.labels .header {
  background: var(--makita-teal) !important;
  border-bottom: none !important;
}
.col.labels .body .item-teal {
  padding-top: 0 !important;
}

/* 3. One-System block fix */
.one-system .flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.one-system .products {
  font-size: 2.8rem;
  color: var(--makita-teal);
  margin: 0;
}
.one-system .products sup {
  font-size: 1.5rem;
  vertical-align: super;
}
.one-system .makita-btn__desktop {
  margin-top: 0 !important;
}
.one-system .single-system p:first-child {
  font-size: 1.8rem !important;
  font-weight: bold;
  margin: 15px 0 5px 0;
}
.one-system .single-system .disclaimer {
  font-size: 1rem;
  color: #666;
  margin: 0;
  text-align: center;
}

/* 4. "PRODUCTOS DESTACADOS" (Carousel) global fallback fix */
aside.product-tile {
  list-style: none; /* Removed bullets */
  margin: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.product-carousel .product-tile {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 5px solid var(--makita-teal);
  background: #fff;
  align-items: center; /* prevent stretching */
}
.product-carousel .product-img img {
  max-width: 100%;
  height: auto;
  max-height: 250px; /* Constrain huge images */
}

/* Fix cell merge properly */
.col.labels .header {
  display: none !important;
}
.col.labels .body .item-teal {
  padding-top: 15px !important;
  height: 100%;
}
.col.labels .body .list-wrapper {
  height: 100%;
}

/* Slider Toggle Switch */
.unit-toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  color: #fff;
  font-size: 1rem;
  gap: 15px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--makita-teal);
  transition: 0.4s;
  border-radius: 24px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #ccc;
}
input:checked + .slider:before {
  transform: translateX(46px);
}
.unit-label {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.1rem;
  opacity: 0.5;
  transition: 0.3s;
}
.unit-label.active {
  color: var(--makita-teal);
  opacity: 1;
}
input:checked ~ .unit-label.liters {
  color: #ccc;
}
input:checked ~ .unit-toggle-wrapper .unit-label.gallons {
  color: #fff;
  opacity: 0.5;
}
input:checked ~ .unit-toggle-wrapper .unit-label.liters {
  color: #fff;
  opacity: 1;
}

/*::::::::::::::::::: Fonts ::::::::::::::::::*/

@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=f45c8709-65af-48aa-9814-f818ef27cc81");
@font-face {
  font-family: "Helvetica Neue LT W01_95 Black";
  src: url("https://cdn.makitatools.com/apps/Fonts/6492b5a6-2267-40e3-8ede-fd8b730790b1.eot?#iefix");
  src:
    url("https://cdn.makitatools.com/apps/Fonts/6492b5a6-2267-40e3-8ede-fd8b730790b1.eot?#iefix")
      format("eot"),
    url("https://cdn.makitatools.com/apps/Fonts/bd8486cc-4614-412d-ba1d-15e1a7c9fada.woff2")
      format("woff2"),
    url("https://cdn.makitatools.com/apps/Fonts/a7bdf5a9-752e-4e69-b17c-b7e62575b07a.woff")
      format("woff"),
    url("https://cdn.makitatools.com/apps/Fonts/e1f8b69f-5d23-44bc-88bf-94778cc978a3.ttf")
      format("truetype"),
    url("https://cdn.makitatools.com/apps/Fonts/22a406f9-eeb2-41eb-ab5e-242ec26f3a88.svg#22a406f9-eeb2-41eb-ab5e-242ec26f3a88")
      format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_97 BlkCn";
  src: url("https://cdn.makitatools.com/apps/Fonts/fb8ed62a-3750-405b-b721-f4b950bfd875.eot?#iefix");
  src:
    url("https://cdn.makitatools.com/apps/Fonts/fb8ed62a-3750-405b-b721-f4b950bfd875.eot?#iefix")
      format("eot"),
    url("https://cdn.makitatools.com/apps/Fonts/d38cc1e3-5680-4390-8f60-78901d6e375b.woff2")
      format("woff2"),
    url("https://cdn.makitatools.com/apps/Fonts/04d98c2f-b101-4363-976a-6581c5acf5d8.woff")
      format("woff"),
    url("https://cdn.makitatools.com/apps/Fonts/f20324bd-78cb-412c-a570-efea43e52715.ttf")
      format("truetype"),
    url("https://cdn.makitatools.com/apps/Fonts/b3a7788b-f2f7-453b-bf6a-66bd22632ef4.svg#b3a7788b-f2f7-453b-bf6a-66bd22632ef4")
      format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01107XBlkCn";
  src: url("https://cdn.makitatools.com/apps/Fonts/beeae2da-8ac8-47ed-9e87-4f9bdd1454fe.eot?#iefix");
  src:
    url("https://cdn.makitatools.com/apps/Fonts/beeae2da-8ac8-47ed-9e87-4f9bdd1454fe.eot?#iefix")
      format("eot"),
    url("https://cdn.makitatools.com/apps/Fonts/931ee3cf-83a1-4ca5-b091-97c58c39a850.woff2")
      format("woff2"),
    url("https://cdn.makitatools.com/apps/Fonts/e08521db-2fd8-4bc6-9294-0e563b179db9.woff")
      format("woff"),
    url("https://cdn.makitatools.com/apps/Fonts/2fe5a3aa-9a97-4012-91bc-f5a5515b27ad.ttf")
      format("truetype"),
    url("https://cdn.makitatools.com/apps/Fonts/50a9d8b8-1d65-417c-a3fe-37a19246b43f.svg#50a9d8b8-1d65-417c-a3fe-37a19246b43f")
      format("svg");
}

@font-face {
  font-family: "Helvetica NeueLTW05107XBlkCnOb";
  src: url("https://cdn.makitatools.com/apps/Fonts/a4895ee5-ca9c-4503-adcb-76b2265cdefd.eot?#iefix");
  src:
    url("https://cdn.makitatools.com/apps/Fonts/a4895ee5-ca9c-4503-adcb-76b2265cdefd.eot?#iefix")
      format("eot"),
    url("https://cdn.makitatools.com/apps/Fonts/932d2296-d705-410a-8e4c-d68f32085933.woff2")
      format("woff2"),
    url("https://cdn.makitatools.com/apps/Fonts/06b24b76-8a44-4b13-81cf-01630e8de97d.woff")
      format("woff"),
    url("https://cdn.makitatools.com/apps/Fonts/8c68d31c-3b74-43e4-8d15-fa3ffeda3139.ttf")
      format("truetype");
}

@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://cdn.makitatools.com/apps/Fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix");
  src:
    url("https://cdn.makitatools.com/apps/Fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix")
      format("eot"),
    url("https://cdn.makitatools.com/apps/Fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2")
      format("woff2"),
    url("https://cdn.makitatools.com/apps/Fonts/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff")
      format("woff"),
    url("https://cdn.makitatools.com/apps/Fonts/419a308d-b777-4f84-9235-2caf4a98ec23.ttf")
      format("truetype"),
    url("https://cdn.makitatools.com/apps/Fonts/e4d5b881-6835-45b7-8766-3e5b9e7cab8b.svg#e4d5b881-6835-45b7-8766-3e5b9e7cab8b")
      format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_65 Mediu";
  src: url("https://cdn.makitatools.com/apps/Fonts/3d3afd39-c4ed-4665-92fe-09017646d159.eot?#iefix");
  src:
    url("https://cdn.makitatools.com/apps/Fonts/3d3afd39-c4ed-4665-92fe-09017646d159.eot?#iefix")
      format("eot"),
    url("https://cdn.makitatools.com/apps/Fonts/1eb76d85-4078-4440-8c8a-49a9a374e918.woff2")
      format("woff2"),
    url("https://cdn.makitatools.com/apps/Fonts/184bd314-b4a6-4db6-833a-18bba78873a2.woff")
      format("woff"),
    url("https://cdn.makitatools.com/apps/Fonts/f5e341d0-94b2-415e-9a31-8460aafc2af3.ttf")
      format("truetype"),
    url("https://cdn.makitatools.com/apps/Fonts/7637fa36-5d49-4b95-b444-e65a15f55ce5.svg#7637fa36-5d49-4b95-b444-e65a15f55ce5")
      format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_45 Light";
  src: url("https://cdn.makitatools.com/apps/Fonts/3d98b1d7-6e5f-489d-9958-fceb44e19c7b.eot?#iefix");
  src:
    url("https://cdn.makitatools.com/apps/Fonts/3d98b1d7-6e5f-489d-9958-fceb44e19c7b.eot?#iefix")
      format("eot"),
    url("https://cdn.makitatools.com/apps/Fonts/752e6c6e-dc02-4393-b814-68a65b594fac.woff2")
      format("woff2"),
    url("https://cdn.makitatools.com/apps/Fonts/f1892c57-7a6d-457f-9029-d3938c1e80e1.woff")
      format("woff"),
    url("https://cdn.makitatools.com/apps/Fonts/706e49b2-facd-4382-80c3-6f253c65c226.ttf")
      format("truetype"),
    url("https://cdn.makitatools.com/apps/Fonts/584efe58-6490-411e-ae09-f6556847d0b5.svg#584efe58-6490-411e-ae09-f6556847d0b5")
      format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://cdn.makitatools.com/apps/Fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
  src:
    url("https://cdn.makitatools.com/apps/Fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix")
      format("eot"),
    url("https://cdn.makitatools.com/apps/Fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2")
      format("woff2"),
    url("https://cdn.makitatools.com/apps/Fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff")
      format("woff"),
    url("https://cdn.makitatools.com/apps/Fonts/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf")
      format("truetype"),
    url("https://cdn.makitatools.com/apps/Fonts/5101995a-e73b-4cf9-84e8-f99eb43277b1.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1")
      format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_67 Md Cn";
  src: url("https://cdn.makitatools.com/apps/Fonts/13e5efa8-b7a2-4f0f-a459-c966f7d3f458.eot?#iefix");
  src:
    url("https://cdn.makitatools.com/apps/Fonts/13e5efa8-b7a2-4f0f-a459-c966f7d3f458.eot?#iefix")
      format("eot"),
    url("https://cdn.makitatools.com/apps/Fonts/108e1ff6-3205-4c92-9aa5-9abb2823fe92.woff2")
      format("woff2"),
    url("https://cdn.makitatools.com/apps/Fonts/f61c722b-9236-445e-bb7e-eeb1009cd627.woff")
      format("woff"),
    url("https://cdn.makitatools.com/apps/Fonts/5cd6e481-b6d9-47fa-b568-1636d8a6cc52.ttf")
      format("truetype"),
    url("https://cdn.makitatools.com/apps/Fonts/0134ff8c-b1ae-47f0-9219-d1bdce3ec1db.svg#0134ff8c-b1ae-47f0-9219-d1bdce3ec1db")
      format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_57 Cond";
  src: url("https://cdn.makitatools.com/apps/Fonts/3808766e-26cf-47cb-97a7-1f1c64db9c48.eot?#iefix");
  src:
    url("https://cdn.makitatools.com/apps/Fonts/3808766e-26cf-47cb-97a7-1f1c64db9c48.eot?#iefix")
      format("eot"),
    url("https://cdn.makitatools.com/apps/Fonts/946b2f3f-a9d7-47e4-9738-ee963004d697.woff2")
      format("woff2"),
    url("https://cdn.makitatools.com/apps/Fonts/ce90a9c3-4580-4fa7-b453-9a4e86d0c271.woff")
      format("woff"),
    url("https://cdn.makitatools.com/apps/Fonts/a621a6bf-fa40-4115-9f42-6ffb55c017e2.ttf")
      format("truetype"),
    url("https://cdn.makitatools.com/apps/Fonts/436f9358-58a7-4f85-bdef-f4cd10831df6.svg#436f9358-58a7-4f85-bdef-f4cd10831df6")
      format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_47 Lt Cn";
  src: url("https://cdn.makitatools.com/apps/Fonts/ee259578-3cae-4dd8-a23a-297d352ec2dc.eot?#iefix");
  src:
    url("https://cdn.makitatools.com/apps/Fonts/ee259578-3cae-4dd8-a23a-297d352ec2dc.eot?#iefix")
      format("eot"),
    url("https://cdn.makitatools.com/apps/Fonts/244ff804-5735-41ed-92a1-ce5438185e9c.woff2")
      format("woff2"),
    url("https://cdn.makitatools.com/apps/Fonts/9cd26200-0d62-40ef-94b8-46fd1d8b255f.woff")
      format("woff"),
    url("https://cdn.makitatools.com/apps/Fonts/7b72d33f-8b87-4c48-b397-42d28164d598.ttf")
      format("truetype"),
    url("https://cdn.makitatools.com/apps/Fonts/07dba647-d830-4ba8-8b84-1e4c9858f3d3.svg#07dba647-d830-4ba8-8b84-1e4c9858f3d3")
      format("svg");
}

/* ==========================================================================
   SHARE DROPDOWN MENU STYLES
   ========================================================================== */
.share-container {
  position: relative;
}

.share-container-info {
  display: block !important; /* Sobrescribe el display inline de JS para permitir la transición */
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  padding: 15px 20px;
  min-width: 200px;
  z-index: 999;
  text-align: left;
  transform: translateY(-10px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.share-container-info.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.share-container-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-container-info li {
  margin-bottom: 15px;
}

.share-container-info li:last-child {
  margin-bottom: 0;
}

.share-container-info .menu-title {
  color: #fff;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.share-container-info a.icon-text {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.share-container-info a.icon-text:hover {
  color: var(--makita-teal);
}

.share-container-info a.icon-text i {
  margin-right: 12px;
  width: 20px;
  text-align: center;
  font-size: 1.2rem;
}

/* YouTube modal */
.ope-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.ope-modal-dialog {
  position: relative;
  width: 90%;
  max-width: 900px;
}

.ope-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.ope-modal-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.ope-modal-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
