:root {
  --dl-green: #26a641;
  --dl-green-dark: #147a35;
  --dl-brown: #9f4f1f;
  --dl-cyan: #009fc4;
  --dl-ink: #141816;
  --dl-muted: #657069;
  --dl-line: #dfe7e1;
  --dl-soft: #f5f8f4;
  --dl-white: #ffffff;
  --dl-warning: #f4c928;
  --dl-shadow: 0 18px 45px rgba(18, 34, 27, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.dl-page {
  margin: 0;
  background: var(--dl-white);
  color: var(--dl-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.dl-ui-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  fill: currentColor;
  vertical-align: -.125em;
}

button,
input,
select,
textarea {
  font: inherit;
}

.dl-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.dl-topbar {
  background: #111514;
  color: #d9fbe2;
  font-size: 13px;
}

.dl-topbar__inner {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.dl-topbar p {
  margin: 0;
  text-align: center;
  color: #00d084;
  letter-spacing: .04em;
}

.dl-topbar a {
  color: #f7fff9;
}

.dl-topbar__inner > a {
  justify-self: end;
  font-weight: 700;
}

.dl-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dl-social a {
  color: #00d084;
}

.dl-social .dl-ui-icon {
  width: 18px;
  height: 18px;
}

.dl-header {
  background: var(--dl-white);
  border-bottom: 1px solid var(--dl-line);
  position: sticky;
  top: 0;
  z-index: 30;
}

.dl-header__main {
  min-height: 118px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 34px;
}

.dl-logo img {
  width: 126px;
  height: auto;
}

.dl-search,
.dl-mini-search {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--dl-line);
  background: var(--dl-white);
  min-height: 48px;
  border-radius: 999px;
  padding: 0 12px 0 18px;
}

.dl-search > .dl-ui-icon,
.dl-mini-search > .dl-ui-icon {
  color: var(--dl-ink);
}

.dl-search > .dl-ui-icon {
  width: 18px;
  height: 18px;
}

.dl-search input,
.dl-mini-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--dl-ink);
}

.dl-search button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--dl-green);
  color: var(--dl-white);
  cursor: pointer;
  flex: 0 0 auto;
}

.dl-search-submit-icon {
  width: 18px;
  height: 18px;
  display: block;
  margin: auto;
  fill: var(--dl-white);
}

.dl-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dl-account,
.dl-cart-pill,
.dl-menu-toggle {
  min-height: 48px;
  border: 1px solid var(--dl-ink);
  border-radius: 999px;
  background: var(--dl-white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  white-space: nowrap;
  font-weight: 700;
}

.dl-cart-pill {
  position: relative;
  background: var(--dl-ink);
  color: var(--dl-white);
  border-color: var(--dl-ink);
}

.dl-cart-pill strong {
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--dl-white);
  color: var(--dl-ink);
  font-size: 12px;
}

.dl-menu-toggle {
  display: none;
  width: 48px;
  padding: 0;
  justify-content: center;
  cursor: pointer;
}

.dl-nav {
  border-top: 1px solid var(--dl-line);
}

.dl-nav__inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dl-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.dl-nav__inner > a:not(.dl-nav__whatsapp),
.dl-nav__item--products {
  flex: 0 0 122px;
}

.dl-nav__item--products .dl-nav__trigger {
  width: 100%;
}

.dl-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
}

.dl-nav a:hover,
.dl-nav a.is-active {
  background: var(--dl-green);
  color: var(--dl-white);
}

.dl-nav__trigger {
  gap: 8px;
}

.dl-nav__trigger .dl-nav-arrow {
  width: 13px;
  height: 13px;
  transition: transform .18s ease;
}

.dl-nav__item:hover .dl-nav__trigger,
.dl-nav__item:focus-within .dl-nav__trigger {
  background: var(--dl-green);
  color: var(--dl-white);
}

.dl-nav__item:hover .dl-nav__trigger .dl-nav-arrow,
.dl-nav__item:focus-within .dl-nav__trigger .dl-nav-arrow {
  transform: rotate(180deg);
}

.dl-submenu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: min(760px, calc(100vw - 40px));
  padding: 18px;
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  background: var(--dl-white);
  box-shadow: var(--dl-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
  z-index: 60;
}

.dl-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}

.dl-nav__item:hover .dl-submenu,
.dl-nav__item:focus-within .dl-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.dl-submenu__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dl-submenu__group {
  display: grid;
  align-content: start;
  gap: 6px;
}

.dl-submenu a {
  min-height: 0;
  justify-content: flex-start;
  border-radius: 6px;
  padding: 8px 10px;
  color: var(--dl-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.dl-submenu a:hover,
.dl-submenu a:focus {
  background: var(--dl-soft);
  color: var(--dl-green-dark);
}

.dl-submenu a.dl-submenu__category {
  color: var(--dl-ink);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.dl-nav__whatsapp {
  margin-left: auto;
  gap: 8px;
  color: var(--dl-green-dark);
}

.dl-wa-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  flex: 0 0 auto;
}

.dl-wa-icon__mark {
  fill: var(--dl-green);
}

.dl-wa-icon__glyph {
  fill: var(--dl-white);
}

.dl-bag-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  flex: 0 0 auto;
  fill: currentColor;
}

.dl-nav__whatsapp .dl-wa-icon {
  width: 40px;
  height: 40px;
  padding: 4px;
  border-radius: 50%;
  background: var(--dl-white);
  box-shadow: 0 0 0 1px rgba(20, 24, 22, .06);
}

.dl-social .dl-wa-icon,
.dl-btn .dl-wa-icon,
.dl-contact__info .dl-wa-icon {
  width: 18px;
  height: 18px;
}

.dl-social .dl-wa-icon {
  width: 22px;
  height: 22px;
}

.dl-alert {
  margin: 18px auto 0;
  border: 1px solid var(--dl-line);
  background: #f3fbf5;
  color: #174d2d;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 700;
}

.dl-alert--error {
  background: #fff1f0;
  border-color: #ffd0cc;
  color: #9f2a1f;
}

.dl-alert--info {
  background: #edf8fb;
  border-color: #bee9f4;
  color: #075c70;
}

.dl-hero {
  min-height: 597px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--dl-ink);
  display: flex;
  align-items: center;
  color: var(--dl-white);
}

.dl-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 32, 24, .76), rgba(10, 32, 24, .36), rgba(10, 32, 24, .12));
  z-index: -1;
}

.dl-hero__slides,
.dl-hero__slide {
  position: absolute;
  inset: 0;
}

.dl-hero__slides {
  z-index: -2;
}

.dl-hero__slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .9s ease, transform 5s ease;
}

.dl-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.dl-hero__inner {
  position: relative;
  z-index: 1;
}

.dl-hero__copy {
  width: min(640px, 100%);
  padding: 72px 0;
}
.dl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dl-green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dl-hero .dl-kicker {
  color: #bdf7c8;
}

.dl-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .95;
  letter-spacing: 0;
}

.dl-hero p {
  max-width: 580px;
  margin: 0 0 28px;
  color: #f4fff8;
  font-size: 20px;
}

.dl-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.dl-btn {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}

.dl-btn:hover {
  transform: translateY(-1px);
}

.dl-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

.dl-btn--primary {
  background: var(--dl-green);
  color: var(--dl-white);
  box-shadow: 0 12px 24px rgba(38, 166, 65, .25);
}

.dl-btn--ghost {
  background: var(--dl-white);
  color: var(--dl-ink);
}

.dl-btn--soft {
  background: #edf6ef;
  color: var(--dl-green-dark);
}

.dl-btn--cart {
  min-height: 40px;
  padding: 0 14px;
  background: var(--dl-ink);
  color: var(--dl-white);
}

.dl-btn--full {
  width: 100%;
}

.dl-section {
  padding: 72px 0;
}

.dl-section--tight {
  padding-top: 38px;
  padding-bottom: 48px;
}

.dl-section--tight + .dl-section {
  padding-top: 48px;
}

.dl-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.dl-section__head .dl-kicker {
  font-size: 18px;
  letter-spacing: .07em;
}

.dl-section__head h2,
.dl-page-title h1,
.dl-about h2,
.dl-process h2 {
  margin: 4px 0 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

.dl-link {
  color: var(--dl-green-dark);
  font-weight: 900;
}

.dl-category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.dl-category-tile {
  flex: 0 1 calc((100% - 54px) / 4);
  min-width: 0;
  min-height: 280px;
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--dl-white);
  box-shadow: 0 10px 24px rgba(19, 36, 28, .08);
}

.dl-category-tile img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.dl-category-tile span,
.dl-category-tile small {
  display: block;
  padding: 0 16px;
}

.dl-category-tile span {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 900;
}

.dl-category-tile small {
  margin: 5px 0 16px;
  color: var(--dl-muted);
}

.dl-product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.dl-product-grid--catalog {
  padding-bottom: 72px;
}

.dl-product-card {
  flex: 0 1 calc((100% - 72px) / 4);
  min-width: 0;
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  background: var(--dl-white);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(19, 36, 28, .08);
  display: flex;
  flex-direction: column;
}

.dl-product-card__image {
  position: relative;
  background: var(--dl-soft);
}

.dl-product-card__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.dl-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: var(--dl-green);
  color: var(--dl-white);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
}

.dl-badge--dark {
  background: var(--dl-ink);
}

.dl-badge--discount {
  left: auto;
  right: 14px;
  background: var(--dl-warning);
  color: var(--dl-ink);
}

.dl-product-card__body {
  padding: 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.dl-product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--dl-muted);
  font-size: 12px;
  font-weight: 800;
}

.dl-product-card__meta .dl-ui-icon {
  color: #f3b61f;
}

.dl-product-card h3 {
  min-height: 52px;
  margin: 8px 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.dl-product-card p {
  min-height: 48px;
  margin: 0 0 14px;
  color: var(--dl-muted);
  font-size: 14px;
}

.dl-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: auto;
}

.dl-price-row strong,
.dl-product-detail__price strong {
  color: var(--dl-green-dark);
  font-size: 24px;
}

.dl-price-row del,
.dl-product-detail__price del {
  color: #8d9891;
}

.dl-product-card__actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
}

.dl-icon-link {
  min-height: 40px;
  border: 1px solid var(--dl-line);
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.dl-process {
  padding: 58px 0;
  background:
    radial-gradient(circle at 16% 8%, rgba(34, 166, 74, .16), transparent 32%),
    linear-gradient(135deg, #0f241b 0%, #142c21 100%);
  color: var(--dl-white);
}

.dl-process .dl-kicker {
  color: #a9f6bc;
  font-weight: 600;
}

.dl-process h2 {
  font-weight: 650;
}

.dl-process__intro p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.7;
}

.dl-process__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: 38px;
  align-items: center;
}

.dl-process__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dl-process__items--stack {
  grid-template-columns: 1fr;
}

.dl-process__items div {
  min-height: 86px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, .035);
  font-weight: 500;
}

.dl-process-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: rgba(169, 246, 188, .16);
  color: #b9ffc8;
  fill: currentColor;
}

.dl-process__items strong,
.dl-process__items small {
  display: block;
}

.dl-process__items strong {
  font-weight: 600;
  line-height: 1.35;
}

.dl-process__items small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.dl-page-title {
  padding: 38px 0 24px;
  background: var(--dl-soft);
  border-bottom: 1px solid var(--dl-line);
}

.dl-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--dl-muted);
  font-size: 14px;
  margin-bottom: 20px;
}

.dl-breadcrumb a {
  color: var(--dl-green-dark);
  font-weight: 800;
}

.dl-page-title__row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.dl-whatsapp-card {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  background: var(--dl-white);
  padding: 10px 16px;
  font-weight: 900;
}

.dl-whatsapp-card .dl-ui-icon,
.dl-whatsapp-card .dl-wa-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dl-catalog-hero {
  width: min(1280px, calc(100% - 40px));
  min-height: 360px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #0b2a20;
  color: var(--dl-white);
  margin: 24px auto 0;
  border-radius: 10px;
}

.dl-catalog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 31, 23, .94) 0%, rgba(5, 31, 23, .82) 38%, rgba(5, 31, 23, .28) 72%, rgba(5, 31, 23, .1) 100%);
}

.dl-catalog-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.dl-catalog-hero__inner {
  width: min(1184px, calc(100% - 80px));
  margin: 0 auto;
}

.dl-catalog-hero__content {
  max-width: 580px;
  padding: 48px 0 54px;
}

.dl-catalog-hero__content .dl-kicker {
  color: #bdf7c8;
  letter-spacing: 0;
}

.dl-catalog-hero__content h1 {
  margin: 8px 0 12px;
  color: var(--dl-white);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.04;
}

.dl-catalog-hero__content p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  line-height: 1.55;
}

.dl-catalog-hero__cta {
  margin-top: 24px;
}

.dl-catalog-hero__cta .dl-wa-icon {
  width: 19px;
  height: 19px;
}

.dl-catalog-content {
  position: relative;
  padding-bottom: 56px;
}

.dl-catalog-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: -28px 0 34px;
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  background: var(--dl-white);
  box-shadow: 0 16px 38px rgba(18, 34, 27, .12);
}

.dl-catalog-metric {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 4px 24px;
  border-right: 1px solid var(--dl-line);
}

.dl-catalog-metric:last-child {
  border-right: 0;
}

.dl-catalog-metric > .dl-ui-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 11px;
  background: #e1f4e5;
  color: var(--dl-green-dark);
  font-size: 23px;
}

.dl-catalog-metric div {
  display: grid;
  gap: 2px;
}

.dl-catalog-metric strong {
  color: var(--dl-ink);
  font-size: 20px;
  line-height: 1.15;
}

.dl-catalog-metric span {
  color: var(--dl-muted);
  font-size: 13px;
  line-height: 1.35;
}

.dl-catalog-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 42px;
  border: 1px solid #d9e8dc;
  border-radius: 8px;
  background: #f5faf6;
}

.dl-catalog-benefits > div {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  border-right: 1px solid #d9e8dc;
  color: #1d3528;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.dl-catalog-benefits > div:last-child {
  border-right: 0;
}

.dl-catalog-benefits .dl-ui-icon {
  color: var(--dl-green-dark);
  font-size: 25px;
}

.dl-filter-bar {
  display: grid;
  grid-template-columns: 1.3fr repeat(5, minmax(130px, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin: 0 0 40px;
}

.dl-field {
  display: grid;
  gap: 7px;
  color: var(--dl-muted);
  font-size: 13px;
  font-weight: 600;
}

.dl-field input,
.dl-field select {
  font-weight: 500;
}

.dl-field input,
.dl-field select,
.dl-checkout-form input,
.dl-checkout-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  background: var(--dl-white);
  padding: 0 13px;
  color: var(--dl-ink);
  outline: 0;
}

.dl-field textarea,
.dl-checkout-form textarea {
  padding-top: 12px;
  resize: vertical;
}

.dl-field--search {
  position: relative;
}

.dl-field--search .dl-ui-icon {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 18px;
  height: 18px;
  color: var(--dl-muted);
}

.dl-field--search input {
  padding-left: 38px;
}

.dl-catalog-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--dl-muted);
  margin: 0 0 24px;
}

.dl-catalog-count span {
  font-weight: 900;
}

.dl-catalog-count a {
  color: var(--dl-green-dark);
  font-weight: 900;
}

.dl-product-detail {
  padding: 38px 0 18px;
}

.dl-product-detail__grid {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.dl-product-detail__image {
  position: relative;
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  background: var(--dl-soft);
  overflow: hidden;
  box-shadow: var(--dl-shadow);
}

.dl-product-detail__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.dl-product-detail__content h1 {
  margin: 8px 0 12px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
}

.dl-product-detail__summary {
  color: var(--dl-muted);
  font-size: 18px;
}

.dl-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--dl-muted);
  margin: 22px 0;
}

.dl-rating .dl-ui-icon {
  color: #f3b61f;
}

.dl-product-detail__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 22px;
}

.dl-buy-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.dl-qty {
  width: 138px;
  min-height: 48px;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  border: 1px solid var(--dl-line);
  border-radius: 999px;
  overflow: hidden;
}

.dl-qty button,
.dl-qty input {
  border: 0;
  background: var(--dl-white);
  text-align: center;
  outline: 0;
}

.dl-qty button {
  cursor: pointer;
  color: var(--dl-green-dark);
}

.dl-product-facts {
  display: grid;
  gap: 10px;
}

.dl-product-facts div {
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--dl-muted);
  font-weight: 800;
}

.dl-product-facts .dl-ui-icon {
  color: var(--dl-cyan);
}

.dl-cart-layout,
.dl-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
  padding-top: 32px;
  padding-bottom: 72px;
}

.dl-cart-list {
  display: grid;
  gap: 14px;
}

.dl-cart-item {
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  background: var(--dl-white);
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 14px;
}

.dl-cart-item__image {
  border-radius: 8px;
  overflow: hidden;
  background: var(--dl-soft);
}

.dl-cart-item__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.dl-cart-item__info span {
  color: var(--dl-muted);
  font-size: 13px;
  font-weight: 800;
}

.dl-cart-item__info h2 {
  margin: 4px 0;
  font-size: 20px;
}

.dl-cart-item__qty {
  min-width: 116px;
  min-height: 42px;
  border: 1px solid var(--dl-line);
  border-radius: 999px;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  text-align: center;
  font-weight: 900;
}

.dl-cart-item__qty a {
  color: var(--dl-green-dark);
}

.dl-cart-item__total {
  text-align: right;
}

.dl-cart-item__total a {
  display: block;
  color: #b43a30;
  font-weight: 800;
  margin-top: 4px;
  font-size: 13px;
}

.dl-summary {
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  background: var(--dl-white);
  box-shadow: var(--dl-shadow);
  padding: 22px;
  position: sticky;
  top: 210px;
}

.dl-summary h2 {
  margin: 0 0 18px;
  font-size: 26px;
}

.dl-summary > div,
.dl-summary-product {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--dl-line);
}

.dl-summary__total {
  font-size: 20px;
  border-bottom: 0 !important;
}

.dl-summary .dl-btn {
  margin-top: 12px;
}

.dl-empty {
  border: 1px dashed var(--dl-line);
  border-radius: 8px;
  padding: 48px 24px;
  text-align: center;
  background: var(--dl-soft);
}

.dl-empty--wide {
  grid-column: 1 / -1;
  margin: 34px auto 72px;
  width: min(780px, 100%);
}

.dl-empty .dl-ui-icon {
  font-size: 46px;
  color: var(--dl-green);
}

.dl-empty h1,
.dl-empty h2 {
  margin: 12px 0 8px;
}

.dl-checkout-form {
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  background: var(--dl-white);
  padding: 24px;
}

.dl-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dl-form-grid label,
.dl-checkout-form label {
  display: grid;
  gap: 8px;
  color: var(--dl-muted);
  font-size: 13px;
  font-weight: 900;
}

.dl-form-grid__wide {
  grid-column: 1 / -1;
}

.dl-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.dl-methods label {
  cursor: pointer;
}

.dl-methods input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dl-methods span {
  min-height: 56px;
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  color: var(--dl-ink);
}

.dl-methods input:checked + span {
  border-color: var(--dl-green);
  box-shadow: 0 0 0 3px rgba(38, 166, 65, .14);
}

.dl-checkout-form > .dl-btn {
  margin-top: 20px;
}

.dl-success {
  text-align: center;
  padding: 76px 0;
}

.dl-success > .dl-ui-icon {
  color: var(--dl-green);
  font-size: 60px;
}

.dl-success h1 {
  margin: 6px 0 12px;
  font-size: clamp(34px, 5vw, 56px);
}

.dl-success p {
  color: var(--dl-muted);
  max-width: 680px;
  margin: 0 auto 22px;
}

.dl-success__summary {
  width: min(680px, 100%);
  margin: 28px auto;
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: left;
}

.dl-success__summary div {
  padding: 16px;
  border-right: 1px solid var(--dl-line);
}

.dl-success__summary div:last-child {
  border-right: 0;
}

.dl-success__summary span {
  display: block;
  color: var(--dl-muted);
  font-size: 13px;
}

.dl-about-hero {
  padding: 34px 0 66px;
  background: linear-gradient(180deg, #ffffff 0%, #f5faf6 100%);
}

.dl-about-hero .dl-breadcrumb {
  margin-bottom: 34px;
}

.dl-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: center;
}

.dl-about-hero__copy h1 {
  max-width: 720px;
  margin: 12px 0 24px;
  color: #173b2b;
  font-size: clamp(42px, 5vw, 32px);
  line-height: 1.12;
  letter-spacing: 0;
}

.dl-about-hero__copy p {
  max-width: 650px;
  margin: 0;
  color: var(--dl-muted);
  font-size: 19px;
  line-height: 1.8;
}

.dl-about-hero__visual {
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.dl-about-hero__visual::before {
  content: "";
  position: absolute;
  inset: 8% 0 0 12%;
  border-radius: 8px;
  background: #eaf6ed;
}

.dl-about-hero__visual img {
  position: relative;
  width: 92%;
  height: 520px;
  object-fit: contain;
  background: #f4eee3;
  border-radius: 8px;
  box-shadow: var(--dl-shadow);
}

.dl-about-cards {
  padding: 48px 0;
  background: #f3f8f1;
}

.dl-about-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dl-about-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(20, 122, 53, .12);
  border-radius: 8px;
  background: var(--dl-white);
  box-shadow: 0 10px 28px rgba(19, 36, 28, .08);
  padding: 26px 28px;
}

.dl-about-card__icon,
.dl-about-proof__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dff2e3;
  color: var(--dl-green-dark);
}

.dl-about-card__icon {
  width: 64px;
  height: 64px;
}

.dl-about-card__icon svg,
.dl-about-proof__icon svg {
  fill: currentColor;
}

.dl-about-card__icon svg {
  width: 34px;
  height: 34px;
}

.dl-about-card h2 {
  margin: 4px 0 14px;
  color: var(--dl-ink);
  font-size: 20px;
  line-height: 1.35;
}

.dl-about-card p {
  margin: 0;
  color: var(--dl-muted);
  font-size: 16px;
  line-height: 1.7;
}

.dl-about-proof {
  padding: 34px 0;
  background: var(--dl-white);
  border-bottom: 1px solid var(--dl-line);
}

.dl-about-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dl-about-proof__grid > div {
  min-height: 96px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 5px;
  align-items: center;
  align-content: center;
  border-right: 1px solid var(--dl-line);
}

.dl-about-proof__grid > div:last-child {
  border-right: 0;
}

.dl-about-proof__icon {
  width: 48px;
  height: 48px;
  grid-row: span 2;
}

.dl-about-proof__icon svg {
  width: 28px;
  height: 28px;
}

.dl-about-proof strong {
  color: var(--dl-green-dark);
  font-size: 15px;
  line-height: 1.25;
}

.dl-about-proof span:last-child {
  color: var(--dl-muted);
  font-size: 14px;
  line-height: 1.45;
}

.dl-about,
.dl-contact {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 76px;
}

.dl-about__image,
.dl-contact__info {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--dl-line);
  box-shadow: var(--dl-shadow);
}

.dl-about__image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.dl-about__copy p {
  color: var(--dl-muted);
  font-size: 18px;
}

.dl-about .dl-process__items div {
  border-color: var(--dl-line);
  color: var(--dl-ink);
}

.dl-mvv {
  padding-top: 68px;
  padding-bottom: 76px;
}

.dl-mvv__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dl-mvv-card {
  min-height: 360px;
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  background: var(--dl-white);
  box-shadow: 0 12px 28px rgba(19, 36, 28, .08);
  padding: 26px;
}

.dl-mvv-card__icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf8ef;
  color: var(--dl-green-dark);
  margin-bottom: 18px;
}

.dl-mvv-card__icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.dl-mvv-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.1;
}

.dl-mvv-card p,
.dl-mvv-card li {
  color: var(--dl-muted);
  font-size: 16px;
}

.dl-mvv-card p {
  margin: 0;
}

.dl-mvv-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.dl-mvv-card li {
  position: relative;
  padding-left: 28px;
}

.dl-mvv-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--dl-green);
}

.dl-mvv-card li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 4px;
  height: 7px;
  border: solid var(--dl-white);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.dl-mvv-card li strong {
  display: block;
  color: var(--dl-ink);
  font-size: 16px;
}

.dl-mvv-card li span {
  display: block;
}

.dl-contact-hero {
  padding: 34px 0 40px;
  background: linear-gradient(90deg, #f8fbf9 0%, #ffffff 54%, #eef6f0 100%);
  overflow: hidden;
}

.dl-contact-hero .dl-breadcrumb {
  margin-bottom: 28px;
}

.dl-contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(440px, 1fr);
  gap: 42px;
  align-items: center;
}

.dl-contact-hero__copy h1 {
  margin: 10px 0 14px;
  color: #173b2b;
  font-size: clamp(42px, 5vw, 32px);
  line-height: 1.08;
}

.dl-contact-hero__copy p {
  max-width: 720px;
  margin: 0;
  color: var(--dl-muted);
  font-size: 18px;
  line-height: 1.8;
}

.dl-contact-response {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 18px;
  color: #174d31;
  font-size: 14px;
}

.dl-contact-response svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: var(--dl-green);
  fill: currentColor;
}

.dl-contact-hero__visual {
  position: relative;
  min-height: 240px;
}

.dl-contact-hero__visual::before {
  content: "";
  position: absolute;
  inset: 6% -12% 0 12%;
  border-radius: 8px;
  background: rgba(38, 166, 65, .08);
}

.dl-contact-hero__visual img {
  position: absolute;
  right: 0;
  bottom: -58px;
  width: min(620px, 100%);
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

.dl-contact-hero__whatsapp {
  position: absolute;
  left: 10%;
  bottom: 24px;
  min-height: 86px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--dl-shadow);
  padding: 16px 22px;
  font-weight: 900;
}

.dl-contact-hero__whatsapp .dl-wa-icon {
  width: 42px;
  height: 42px;
}

.dl-contact-hero__whatsapp strong,
.dl-contact-hero__whatsapp small {
  display: block;
}

.dl-contact-hero__whatsapp strong {
  color: var(--dl-green-dark);
  font-size: 18px;
}

.dl-contact-hero__whatsapp small {
  margin-top: 3px;
  color: var(--dl-muted);
  font-size: 14px;
}

.dl-contact-section {
  background: #f7faf8;
  border-top: 2px solid #edf2ee;
}

.dl-contact-panel {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 56px;
}

.dl-contact-info-card,
.dl-contact-form-card {
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(19, 36, 28, .08);
}

.dl-contact-info-card {
  padding: 34px;
  background: linear-gradient(145deg, #103f30 0%, #082c23 100%);
  color: var(--dl-white);
}

.dl-contact-info-card__head,
.dl-contact-form-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.dl-contact-info-card__head {
  justify-content: flex-start;
}

.dl-contact-info-card__head h2,
.dl-contact-form-card__head h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 650;
  line-height: 1.15;
}

.dl-contact-info-card__icon,
.dl-contact-form-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.dl-contact-info-card__icon {
  background: var(--dl-green);
  color: var(--dl-white);
}

.dl-contact-form-card__icon {
  background: #e5f5e9;
  color: var(--dl-green-dark);
}

.dl-contact-info-card__icon svg,
.dl-contact-form-card__icon svg,
.dl-contact-channel-icon svg,
.dl-contact-benefits svg,
.dl-send-icon {
  fill: currentColor;
}

.dl-contact-info-card__icon svg,
.dl-contact-form-card__icon svg {
  width: 28px;
  height: 28px;
}

.dl-contact-channel-list {
  display: grid;
  gap: 12px;
}

.dl-contact-channel-list a,
.dl-contact-channel-list > span {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--dl-white);
  font-size: 16px;
  line-height: 1.4;
}

.dl-contact-channel-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c8f7d2;
  flex: 0 0 auto;
}

.dl-contact-channel-icon svg {
  width: 22px;
  height: 22px;
}

.dl-contact-channel-icon .dl-wa-icon {
  width: 24px;
  height: 24px;
}

.dl-contact-info-card__note {
  margin: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  padding: 18px 0;
  color: #e8f5ec;
  font-size: 17px;
  line-height: 1.6;
}

.dl-contact-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.dl-contact-benefits div {
  min-height: 92px;
  display: grid;
  align-content: start;
  gap: 9px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  padding-right: 10px;
}

.dl-contact-benefits div:last-child {
  border-right: 0;
}

.dl-contact-benefits span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9df2ad;
}

.dl-contact-benefits svg {
  width: 32px;
  height: 32px;
}

.dl-contact-benefits strong {
  font-size: 14px;
  line-height: 1.35;
}

.dl-contact-form-card {
  border: 1px solid #dce6df;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
  padding: 30px;
}

.dl-contact-form-card__head .dl-kicker {
  margin-bottom: 4px;
}

.dl-contact-form-card__head p {
  max-width: 470px;
  margin: 6px 0 0;
  color: var(--dl-muted);
  font-size: 14px;
  line-height: 1.5;
}

.dl-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dl-contact-form-grid label {
  display: grid;
  gap: 8px;
  color: #526159;
  font-size: 14px;
  font-weight: 600;
}

.dl-contact-form-grid__wide {
  grid-column: 1 / -1;
}

.dl-contact-form-grid input,
.dl-contact-form-grid select,
.dl-contact-form-grid textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d6e2da;
  border-radius: 8px;
  background: #fbfdfb;
  padding: 0 14px;
  color: #26322d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  outline: 0;
}

.dl-contact-form-grid input::placeholder,
.dl-contact-form-grid textarea::placeholder {
  color: #8a948e;
  font-weight: 400;
  opacity: 1;
}

.dl-contact-form-grid input:-webkit-autofill,
.dl-contact-form-grid input:-webkit-autofill:hover,
.dl-contact-form-grid input:-webkit-autofill:focus {
  -webkit-text-fill-color: #26322d;
  box-shadow: 0 0 0 1000px #fbfdfb inset;
  font-weight: 400;
}

.dl-contact-form-grid textarea {
  padding-top: 14px;
  resize: vertical;
}

.dl-contact-form-grid input:focus,
.dl-contact-form-grid select:focus,
.dl-contact-form-grid textarea:focus {
  border-color: #4ba864;
  box-shadow: 0 0 0 3px rgba(38, 166, 65, .1);
}

.dl-send-icon {
  width: 18px;
  height: 18px;
}

.dl-contact-form-card .dl-btn {
  margin-top: 18px;
}

.dl-contact-map-section {
  padding: 0 0 70px;
  background: #f7faf8;
}

.dl-contact-map {
  display: grid;
  grid-template-columns: minmax(300px, .42fr) minmax(0, 1fr);
  min-height: 330px;
  overflow: hidden;
  border: 1px solid #dce6df;
  border-radius: 8px;
  background: var(--dl-white);
  box-shadow: 0 14px 32px rgba(19, 36, 28, .08);
}

.dl-contact-map__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 34px;
  border-right: 1px solid #dce6df;
}

.dl-contact-map__info h2 {
  margin: 8px 0 14px;
  color: #173b2b;
  font-size: 28px;
  line-height: 1.15;
}

.dl-contact-map__info p {
  margin: 0 0 8px;
  color: var(--dl-muted);
  font-size: 15px;
  line-height: 1.55;
}

.dl-contact-map__info .dl-btn {
  margin-top: 14px;
}

.dl-contact-map__pin {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.dl-contact-map__frame,
.dl-contact-map__frame iframe {
  width: 100%;
  min-height: 330px;
}

.dl-contact-map__frame iframe {
  display: block;
  height: 100%;
  border: 0;
}

.dl-claims-hero {
  padding: 38px 0 44px;
  background:
    radial-gradient(circle at 84% 18%, rgba(38, 166, 65, .14), transparent 28%),
    linear-gradient(135deg, #f6fbf7 0%, #ffffff 58%, #eff8f2 100%);
  border-bottom: 1px solid var(--dl-line);
}

.dl-claims-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
}

.dl-claims-hero h1 {
  margin: 10px 0 16px;
  color: #173b2b;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.03;
  letter-spacing: 0;
}

.dl-claims-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--dl-muted);
  font-size: 18px;
  line-height: 1.75;
}

.dl-claims-hero__card {
  border: 1px solid rgba(38, 166, 65, .14);
  border-radius: 8px;
  background: var(--dl-white);
  box-shadow: var(--dl-shadow);
  padding: 24px;
}

.dl-claims-hero__card .dl-ui-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #e4f6e8;
  color: var(--dl-green-dark);
  font-size: 25px;
}

.dl-claims-hero__card strong,
.dl-claims-hero__card span {
  display: block;
}

.dl-claims-hero__card strong {
  margin-top: 18px;
  color: var(--dl-ink);
  font-size: 21px;
}

.dl-claims-hero__card span {
  margin-top: 8px;
  color: var(--dl-muted);
  line-height: 1.6;
}

.dl-claims-layout {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1fr);
  gap: 22px;
  padding-top: 42px;
  padding-bottom: 76px;
}

.dl-claims-info,
.dl-claims-form {
  border: 1px solid var(--dl-line);
  border-radius: 8px;
  background: var(--dl-white);
  box-shadow: 0 12px 28px rgba(19, 36, 28, .08);
  padding: 28px;
}

.dl-claims-info {
  align-self: start;
  background: #11271d;
  color: var(--dl-white);
}

.dl-claims-info h2 {
  margin: 0 0 20px;
  font-size: 26px;
}

.dl-claims-info > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.dl-claims-info > div:last-of-type {
  border-bottom: 0;
}

.dl-claims-info .dl-ui-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: rgba(169, 246, 188, .14);
  color: #a9f6bc;
}

.dl-claims-info strong,
.dl-claims-info small {
  display: block;
}

.dl-claims-info small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.5;
}

.dl-claims-info .dl-btn {
  margin-top: 22px;
}

.dl-claims-form__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.dl-claims-form__head h2 {
  margin: 4px 0 0;
  font-size: 30px;
}

.dl-claims-form__head > .dl-ui-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: #e4f6e8;
  color: var(--dl-green-dark);
  font-size: 22px;
}

.dl-claims-form .dl-btn {
  margin-top: 18px;
}

.dl-footer {
  background: #07241c;
  color: #f2f6f3;
  padding: 34px 0 0;
}

.dl-footer__main {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) minmax(170px, .75fr) minmax(230px, .9fr) minmax(250px, 1fr);
  gap: 34px;
  align-items: start;
}

.dl-footer__brand {
  padding-right: 22px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.dl-footer__brand-row {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.dl-footer__logo {
  width: 128px;
  height: 128px;
  object-fit: contain;
  background: var(--dl-white);
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
}

.dl-footer__brand p,
.dl-footer__column p {
  margin: 0;
  color: rgba(242, 246, 243, .78);
  font-size: 14px;
  line-height: 1.6;
}

.dl-footer__column {
  min-width: 0;
  padding-left: 2px;
}

.dl-footer h3 {
  margin: 0 0 16px;
  color: var(--dl-white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.dl-footer__column a,
.dl-footer__column > span {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 12px 0;
  color: var(--dl-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.dl-footer-line-icon,
.dl-footer__column .dl-wa-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  padding: 4px;
  border-radius: 50%;
  background: rgba(124, 219, 146, .1);
  color: #7cdb92;
  fill: currentColor;
}

.dl-footer__column p {
  margin-top: 8px;
}

.dl-footer__wa {
  width: fit-content;
  margin-top: 16px !important;
  padding: 10px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, #26a641, #17852f);
  color: var(--dl-white) !important;
  box-shadow: 0 12px 24px rgba(38, 166, 65, .24);
}

.dl-footer__extras {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  grid-template-columns: .75fr 1.15fr 1.15fr;
  gap: 32px;
  align-items: start;
}

.dl-footer__extras--image {
  display: block;
  position: relative;
  width: min(1078px, calc(100% - 40px));
}

.dl-footer__extras--image > section {
  display: none;
}

.dl-footer__reference-icons {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.dl-footer__icon-link {
  position: absolute;
  top: 34%;
  z-index: 3;
  width: 4.2%;
  height: 36%;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.dl-footer__icon-link:focus-visible {
  outline: 3px solid #9ff5b0;
  outline-offset: 3px;
}

.dl-footer__icon-link--facebook {
  left: 0;
}

.dl-footer__icon-link--instagram {
  left: 4.65%;
}

.dl-footer__icon-link--tiktok {
  left: 9.35%;
}

.dl-footer__icon-link--linkedin {
  left: 14.1%;
}

.dl-footer__icon-link--youtube {
  left: 18.85%;
}

.dl-footer__extras > section {
  min-width: 0;
}

.dl-footer__extras > section:not(:last-child) {
  min-height: 108px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.dl-footer__social,
.dl-footer__payments,
.dl-footer__certs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.dl-footer__social a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dl-white);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .18);
}

.dl-footer__social a:nth-child(1) {
  background: #2f5fa7;
}

.dl-footer__social a:nth-child(2) {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.dl-footer__social a:nth-child(3) {
  background: #111;
}

.dl-footer__social a:nth-child(4) {
  background: #2466a9;
}

.dl-footer__social a:nth-child(5) {
  background: #d91920;
}

.dl-footer-social-icon,
.dl-footer__social .dl-wa-icon {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.dl-pay {
  min-width: 88px;
  min-height: 50px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 14px;
  background: var(--dl-white);
  color: #113425;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 10px 18px rgba(0, 0, 0, .18);
}

.dl-pay--visa strong {
  color: #1a4aa0;
  font-size: 21px;
  letter-spacing: .04em;
  font-style: italic;
}

.dl-pay--mc i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
}

.dl-pay--mc i:first-child {
  background: #eb001b;
  margin-right: -12px;
}

.dl-pay--mc i:nth-child(2) {
  background: #f79e1b;
}

.dl-pay--yape {
  color: #6f2dbd;
}

.dl-pay--yape::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 68% 32%, #1fc7a6 0 18%, transparent 19%),
    linear-gradient(135deg, #7a2cdf, #b53dff);
}

.dl-pay--plin {
  color: #00a9d6;
}

.dl-pay--plin::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: linear-gradient(135deg, #00b8d9 0 48%, #15d65c 49% 100%);
}

.dl-pay--bank {
  min-width: 178px;
}

.dl-pay-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.dl-footer__certs span {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: var(--dl-white);
  color: #123d2a;
  text-align: center;
  line-height: 1.15;
  border: 3px solid rgba(31, 93, 66, .22);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, .72),
    0 10px 18px rgba(0, 0, 0, .18);
}

.dl-footer__certs strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.dl-footer__certs small {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.dl-cert-icon {
  width: 23px;
  height: 23px;
  margin-bottom: 3px;
  color: #17852f;
  fill: currentColor;
}

.dl-cert--peru {
  border-radius: 12px !important;
}

.dl-footer__bottom {
  margin-top: 28px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(242, 246, 243, .72);
  font-size: 13px;
}

@media (max-width: 1100px) {
  .dl-header__main {
    grid-template-columns: 150px 1fr auto;
    gap: 18px;
  }

  .dl-account span {
    display: none;
  }

  .dl-filter-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dl-filter-bar .dl-btn {
    width: 100%;
  }

  .dl-product-card {
    flex-basis: calc((100% - 48px) / 3);
  }

  .dl-category-tile {
    flex-basis: calc((100% - 36px) / 3);
  }

  .dl-footer__main {
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, .8fr);
  }

  .dl-footer__brand {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding-right: 0;
    padding-bottom: 24px;
  }

  .dl-footer__extras {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dl-footer__extras > section:not(:last-child) {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 860px) {
  .dl-container {
    width: min(100% - 28px, 1280px);
  }

  .dl-topbar__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 10px 0;
  }

  .dl-topbar__inner > a {
    justify-self: center;
  }

  .dl-header__main {
    min-height: 92px;
    grid-template-columns: 92px 1fr auto;
  }

  .dl-logo img {
    width: 82px;
  }

  .dl-search {
    min-height: 44px;
  }

  .dl-account,
  .dl-cart-pill span {
    display: none;
  }

  .dl-menu-toggle {
    display: inline-flex;
  }

  .dl-nav {
    display: none;
  }

  .dl-nav.is-open {
    display: block;
  }

  .dl-nav__inner {
    padding: 12px 0 18px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .dl-nav__item--products {
    width: 100%;
    flex: 1 0 100%;
    flex-direction: column;
  }

  .dl-nav__inner > a:not(.dl-nav__whatsapp) {
    flex: 0 1 auto;
  }

  .dl-submenu {
    position: static;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .dl-submenu::before {
    display: none;
  }

  .dl-nav__whatsapp {
    margin-left: 0;
  }

  .dl-hero {
    min-height: 460px;
  }

  .dl-hero h1 {
    font-size: 54px;
  }

  .dl-hero p {
    font-size: 17px;
  }

  .dl-section__head,
  .dl-page-title__row {
    align-items: start;
    flex-direction: column;
  }

  .dl-product-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .dl-category-tile {
    flex-basis: calc((100% - 18px) / 2);
  }

  .dl-about-hero__grid,
  .dl-about-cards__grid {
    grid-template-columns: 1fr;
  }

  .dl-contact-hero__grid,
  .dl-contact-panel,
  .dl-contact-map,
  .dl-claims-hero__grid,
  .dl-claims-layout {
    grid-template-columns: 1fr;
  }

  .dl-contact-hero__visual {
    min-height: 320px;
  }

  .dl-contact-hero__visual img {
    bottom: -30px;
  }

  .dl-contact-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dl-contact-benefits div:nth-child(2) {
    border-right: 0;
  }

  .dl-contact-map__info {
    border-right: 0;
    border-bottom: 1px solid #dce6df;
  }

  .dl-about-hero__visual img {
    height: 390px;
  }

  .dl-about-card {
    min-height: 0;
  }

  .dl-about-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dl-about-proof__grid > div:nth-child(2) {
    border-right: 0;
  }

  .dl-mvv__grid {
    grid-template-columns: 1fr;
  }

  .dl-mvv-card {
    min-height: 0;
  }

  .dl-process__grid,
  .dl-product-detail__grid,
  .dl-cart-layout,
  .dl-checkout-layout,
  .dl-about,
  .dl-contact,
  .dl-footer__main,
  .dl-footer__extras {
    grid-template-columns: 1fr;
  }

  .dl-footer__extras > section:not(:last-child) {
    min-height: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .dl-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .dl-summary {
    position: static;
  }

  .dl-cart-item {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .dl-cart-item__qty,
  .dl-cart-item__total {
    grid-column: 2;
  }

  .dl-cart-item__total {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .dl-header__main {
    grid-template-columns: 72px 1fr auto;
    gap: 10px;
  }

  .dl-search {
    padding-left: 12px;
  }

  .dl-search input {
    min-width: 0;
    font-size: 13px;
  }

  .dl-search button {
    display: none;
  }

  .dl-cart-pill {
    width: 44px;
    min-height: 44px;
    justify-content: center;
    padding: 0;
  }

  .dl-cart-pill strong {
    position: absolute;
    transform: translate(14px, -16px);
  }

  .dl-hero {
    min-height: 430px;
  }

  .dl-hero__copy {
    padding: 48px 0;
  }

  .dl-hero h1 {
    font-size: 46px;
  }

  .dl-about-hero {
    padding-bottom: 46px;
  }

  .dl-about-hero__copy h1 {
    font-size: 36px;
  }

  .dl-about-hero__visual img {
    width: 100%;
    height: 300px;
  }

  .dl-about-card {
    grid-template-columns: 1fr;
  }

  .dl-about-proof__grid {
    grid-template-columns: 1fr;
  }

  .dl-about-proof__grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--dl-line);
    padding-bottom: 14px;
  }

  .dl-about-proof__grid > div:last-child {
    border-bottom: 0;
  }

  .dl-contact-hero {
    padding-bottom: 32px;
  }

  .dl-contact-hero__copy h1 {
    font-size: 36px;
  }

  .dl-contact-hero__visual {
    min-height: 290px;
  }

  .dl-contact-hero__visual img {
    height: 260px;
  }

  .dl-contact-hero__whatsapp {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .dl-contact-info-card,
  .dl-contact-form-card,
  .dl-contact-map__info,
  .dl-claims-info,
  .dl-claims-form,
  .dl-claims-hero__card {
    padding: 22px;
  }

  .dl-contact-map-section {
    padding-bottom: 46px;
  }

  .dl-claims-hero h1 {
    font-size: 36px;
  }

  .dl-contact-form-grid,
  .dl-contact-benefits {
    grid-template-columns: 1fr;
  }

  .dl-contact-benefits div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    min-height: 0;
    padding-bottom: 12px;
  }

  .dl-contact-benefits div:last-child {
    border-bottom: 0;
  }

  .dl-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .dl-product-card,
  .dl-category-tile {
    flex-basis: 100%;
  }

  .dl-submenu__grid,
  .dl-filter-bar,
  .dl-form-grid,
  .dl-methods,
  .dl-process__items,
  .dl-success__summary {
    grid-template-columns: 1fr;
  }

  .dl-success__summary div {
    border-right: 0;
    border-bottom: 1px solid var(--dl-line);
  }

  .dl-success__summary div:last-child {
    border-bottom: 0;
  }

  .dl-footer__brand-row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .dl-footer__logo {
    width: 104px;
    height: 104px;
  }

}

@media (max-width: 1100px) {
  .dl-catalog-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dl-catalog-metric:nth-child(2) {
    border-right: 0;
  }

  .dl-catalog-metric:nth-child(-n + 2) {
    border-bottom: 1px solid var(--dl-line);
  }
}

@media (max-width: 860px) {
  .dl-catalog-hero {
    width: calc(100% - 28px);
    min-height: 340px;
  }

  .dl-catalog-hero__inner {
    width: calc(100% - 48px);
  }

  .dl-catalog-hero::after {
    background: linear-gradient(90deg, rgba(5, 31, 23, .95) 0%, rgba(5, 31, 23, .84) 58%, rgba(5, 31, 23, .42) 100%);
  }

  .dl-catalog-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dl-catalog-benefits > div {
    border-bottom: 1px solid #d9e8dc;
  }

  .dl-catalog-benefits > div:nth-child(2n) {
    border-right: 0;
  }

  .dl-catalog-benefits > div:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .dl-catalog-hero {
    margin-top: 14px;
    min-height: 390px;
  }

  .dl-catalog-hero__inner {
    width: calc(100% - 32px);
  }

  .dl-catalog-hero::after {
    background: rgba(5, 31, 23, .84);
  }

  .dl-catalog-hero__content {
    padding: 42px 0 58px;
  }

  .dl-catalog-hero__content h1 {
    font-size: 38px;
  }

  .dl-catalog-hero__content p {
    font-size: 16px;
  }

  .dl-catalog-metrics {
    grid-template-columns: 1fr;
    margin-top: -20px;
  }

  .dl-catalog-metric {
    min-height: 88px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--dl-line);
  }

  .dl-catalog-metric:last-child {
    border-bottom: 0;
  }

  .dl-catalog-benefits {
    grid-template-columns: 1fr;
  }

  .dl-catalog-benefits > div,
  .dl-catalog-benefits > div:nth-child(2n),
  .dl-catalog-benefits > div:last-child {
    grid-column: auto;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #d9e8dc;
  }

  .dl-catalog-benefits > div:last-child {
    border-bottom: 0;
  }
}
