
:root {
  --dl-bg: #f4f5f2;
  --dl-card: #ffffff;
  --dl-line: #dde3d8;
  --dl-text: #172017;
  --dl-muted: #62705d;
  --dl-primary: #1c4d2d;
  --dl-primary-2: #163b23;
  --dl-accent: #ff6a1a;
  --dl-accent-2: #ff8f48;
  --dl-gold: #f5b640;
  --dl-radius: 20px;
  --dl-radius-sm: 14px;
  --dl-shadow: 0 18px 40px rgba(20, 42, 25, .08);
  --dl-shadow-sm: 0 10px 24px rgba(20, 42, 25, .08);
  --dl-container: 1440px;
}

html { scroll-behavior: smooth; }
body {
  background: linear-gradient(180deg, #fafbf9 0%, var(--dl-bg) 100%);
  color: var(--dl-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.container, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: var(--dl-container);
}

a { color: var(--dl-primary); }
a:hover { color: var(--dl-accent); text-decoration: none; }
img { border-radius: 0; }
.btn {
  border-radius: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  transition: all .2s ease;
}
.btn-primary,
.btn.btn-primary {
  background: linear-gradient(135deg, var(--dl-accent) 0%, #ff5b00 100%);
  border-color: #ff5b00;
  color: #fff;
  box-shadow: 0 10px 20px rgba(255, 91, 0, .18);
}
.btn-primary:hover,
.btn.btn-primary:hover {
  background: linear-gradient(135deg, #ff7d30 0%, #ff5b00 100%);
  border-color: #ff5b00;
  transform: translateY(-1px);
}
.btn-outline-primary {
  border-color: var(--dl-primary);
  color: var(--dl-primary);
}
.btn-outline-primary:hover {
  background: var(--dl-primary);
  color: #fff;
}
.outline--rounded,
.form-control,
.form-select,
.dropdown-menu,
.card,
.block-category,
#notifications .container,
.blockreassurance_product,
.blockreassurance {
  border-radius: var(--dl-radius-sm);
}
.form-control,
.form-select {
  min-height: 46px;
  border: 1px solid var(--dl-line);
  box-shadow: none;
}
.form-control:focus,
.form-select:focus {
  border-color: rgba(28,77,45,.4);
  box-shadow: 0 0 0 .2rem rgba(28,77,45,.08);
}

/* Header */
.header-top {
  background: linear-gradient(90deg, #102919 0%, #1d472f 100%);
  color: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-top a, .header-top .material-icons { color: rgba(255,255,255,.88); }
.header-top .container-md { max-width: var(--dl-container); }
.header-bottom {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(23,32,23,.08);
  box-shadow: 0 10px 30px rgba(17, 36, 22, .06);
}
.header-bottom__container { max-width: var(--dl-container); }
.header-bottom__row { padding: 16px 0; }
.header-bottom__logo img { max-height: 68px; width: auto; }
.header-nav-full-width {
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(23,32,23,.06);
}
.header-block, .header-top .ps-contactinfo, .header-top .header-user-info {
  font-size: .92rem;
}
#_desktop_top_menu .top-menu, .top-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.top-menu > li > a,
.top-menu .category > a {
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 700;
  color: var(--dl-text);
}
.top-menu > li > a:hover,
.top-menu .category > a:hover,
.top-menu .category.current > a {
  background: rgba(28,77,45,.08);
  color: var(--dl-primary);
}
#search_widget form {
  border: 1px solid var(--dl-line);
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 6px 18px rgba(13,34,20,.04);
}
#search_widget input[type=text],
#search_widget input[type=search] {
  border: 0;
  min-height: 50px;
}
#search_widget button[type=submit] {
  min-width: 58px;
  background: var(--dl-primary);
  border: 0;
  color: #fff;
}

/* Generic page */
#wrapper { padding-top: 20px; }
.page-title-section,
.page-title-section__content,
#main .page-content {
  position: relative;
}
.breadcrumb {
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(23,32,23,.06);
  padding: 12px 16px;
}
.breadcrumb li::after { opacity: .45; }

/* Homepage modules in case of classic Hummingbird hooks */
#custom-text,
.featured-products,
.new-products,
.bestsellers,
#blockEmailSubscription_displayFooterBefore,
.block-category,
.page-home section {
  background: transparent;
}
.page-home .section-title,
.featured-products h2,
.new-products h2,
.bestsellers h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -.03em;
}

/* Listing layout */
#left-column .block-categories,
#left-column #search-filters,
#left-column .block_newsletter,
#left-column .card {
  background: var(--dl-card);
  border: 1px solid rgba(23,32,23,.06);
  border-radius: var(--dl-radius);
  box-shadow: var(--dl-shadow-sm);
  padding: 18px;
  margin-bottom: 18px;
}
#left-column { position: relative; }
@media (min-width: 992px) {
  #left-column .block-categories,
  #left-column #search-filters {
    position: sticky;
    top: 116px;
  }
}

.dl-listing-page #products {
  background: transparent;
}
.products__selection {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 22px;
  padding: 16px 18px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(23,32,23,.06);
  border-radius: var(--dl-radius);
  box-shadow: var(--dl-shadow-sm);
}
.products__count span {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dl-text);
}
.products__sort {
  display: flex;
  align-items: center;
  gap: 12px;
}
.active_filters,
#js-active-search-filters-top {
  margin-bottom: 18px;
}
#js-active-search-filters .active-filter,
.active-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 10px 10px 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(23,32,23,.08);
  box-shadow: var(--dl-shadow-sm);
}

/* Facets */
#search-filters .facet {
  border: 1px solid rgba(23,32,23,.06);
  border-radius: 16px;
  background: #fbfcfa;
  padding: 14px;
  margin-bottom: 14px;
}
#search-filters .facet-title,
#search-filters .h6 {
  font-size: .95rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--dl-text);
}
#search-filters ul { list-style: none; padding: 0; margin: 0; }
#search-filters li + li { margin-top: 10px; }
#search-filters .facet-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .95rem;
  color: var(--dl-muted);
}
#search-filters .facet-label.active,
#search-filters .facet-label:hover { color: var(--dl-primary); }
#search-filters .search-link {
  color: inherit;
  text-decoration: none;
}
#search-filters .clear-all-wrapper .btn {
  width: 100%;
}

/* Category hero */
.dl-category-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 22px;
  overflow: hidden;
  min-height: 360px;
  margin-bottom: 20px;
  border-radius: 28px;
  box-shadow: var(--dl-shadow);
  background: linear-gradient(135deg, #1a3524 0%, #30543b 42%, #15261b 100%);
}
.dl-category-hero--no-cover {
  background: radial-gradient(circle at top left, rgba(255,255,255,.08), transparent 34%), linear-gradient(135deg, #173821 0%, #244f32 50%, #102217 100%);
}
.dl-category-hero__media,
.dl-category-hero__overlay {
  position: absolute;
  inset: 0;
}
.dl-category-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .38;
}
.dl-category-hero__overlay {
  background: linear-gradient(90deg, rgba(11,21,15,.82) 0%, rgba(11,21,15,.55) 42%, rgba(11,21,15,.35) 100%);
}
.dl-category-hero__content,
.dl-category-hero__aside {
  position: relative;
  z-index: 2;
  padding: 34px;
}
.dl-category-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.dl-category-hero__eyebrow {
  margin-bottom: 14px;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
}
.dl-category-hero__title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.05em;
  color: #fff;
}
.dl-category-hero__description {
  max-width: 760px;
  font-size: 1.05rem;
  color: rgba(255,255,255,.88);
}
.dl-category-hero__description * { color: inherit; }
.dl-category-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.dl-category-hero__chips span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: .92rem;
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
}
.dl-category-hero__aside {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.dl-category-hero__card {
  width: 100%;
  max-width: 340px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
  color: #fff;
}
.dl-category-hero__label {
  display: block;
  font-size: .85rem;
  color: rgba(255,255,255,.72);
  margin-bottom: 8px;
}
.dl-category-hero__value {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: -.05em;
  margin-bottom: 10px;
}
.dl-category-hero__text {
  margin: 0;
  color: rgba(255,255,255,.84);
  line-height: 1.6;
}
.dl-subcategories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 20px;
}
.dl-subcategories__item {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(23,32,23,.08);
  color: var(--dl-text);
  box-shadow: var(--dl-shadow-sm);
  text-decoration: none;
}
.dl-subcategories__item:hover {
  transform: translateY(-1px);
  color: var(--dl-primary);
}
.dl-subcategories__name { font-weight: 700; }

/* Product cards */
.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.dl-product-card,
.product-miniature {
  height: 100%;
}
.product-miniature__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: var(--dl-card);
  border: 1px solid rgba(23,32,23,.06);
  box-shadow: var(--dl-shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.product-miniature:hover .product-miniature__inner {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(17,35,22,.12);
  border-color: rgba(28,77,45,.16);
}
.product-miniature__top {
  position: relative;
  padding: 16px 16px 0;
}
.product-miniature .product-flags {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
.product-miniature .product-flag {
  border-radius: 999px;
  padding: 8px 10px;
  font-size: .75rem;
  font-weight: 800;
}
.product-miniature__image-container {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfcfb 0%, #eff2ec 100%);
}
.product-miniature__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 14px;
  transition: transform .25s ease;
}
.product-miniature:hover .product-miniature__image { transform: scale(1.035); }
.product-miniature__quickview-button {
  position: absolute;
  top: 18px;
  right: 18px;
  opacity: 0;
  transform: translateY(6px);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.product-miniature:hover .product-miniature__quickview-button {
  opacity: 1;
  transform: translateY(0);
}
.product-miniature__bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
}
.dl-product-card__category {
  margin-bottom: 8px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--dl-muted);
}
.product-miniature__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.1em;
  margin-bottom: 10px;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--dl-text);
  text-decoration: none;
}
.product-miniature__prices {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.product-miniature__price {
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--dl-primary);
  line-height: 1;
}
.product-miniature__regular-price {
  color: #8b9588;
  text-decoration: line-through;
}
.dl-product-card__reviews {
  min-height: 22px;
}
.product-miniature__actions { margin-top: auto; }
.product-miniature__form { display: block; }
.product-miniature__add,
.product-miniature__details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
}
.product-miniature__add .material-icons { font-size: 1.18rem; }

/* Product page */
.dl-product-page {
  display: block;
}
.product__container {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 28px;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(23,32,23,.06);
  box-shadow: var(--dl-shadow);
}
.product__left,
.product__right {
  min-width: 0;
}
.product__images {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.product__carousel {
  order: 2;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #fbfcfb 0%, #edf2ed 100%);
  border: 1px solid rgba(23,32,23,.06);
}
.product__carousel .carousel-inner,
.product__carousel .carousel-item {
  border-radius: inherit;
}
.product__carousel img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 18px;
}
.product__thumbnails {
  order: 1;
}
.product__thumbnails-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product__thumbnail {
  display: block;
  width: 100%;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(23,32,23,.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--dl-shadow-sm);
}
.product__thumbnail.active,
.product__thumbnail:hover { border-color: rgba(28,77,45,.28); }
.product__thumbnail-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 10px;
}
.product__zoom {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
}
.product__right {
  padding: 8px 4px 8px 8px;
}
.product__manufacturer a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(28,77,45,.08);
  color: var(--dl-primary);
  font-size: .85rem;
  font-weight: 800;
  text-decoration: none;
}
.product__name {
  margin: 12px 0 14px;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.05em;
}
.product__prices {
  margin-bottom: 16px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f7faf7 0%, #edf4ed 100%);
  border: 1px solid rgba(28,77,45,.10);
}
.product__discount-price { margin-bottom: 10px; }
.product__regular-price { color: #849080; text-decoration: line-through; }
.product__discount-percentage,
.product__discount-amount {
  color: var(--dl-accent) !important;
  font-weight: 800;
}
.product__price {
  font-size: clamp(2rem, 2.4vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -.04em;
  color: var(--dl-primary);
}
.product__tax-infos,
.product__unit-price,
.product__taxless-price,
.product__pack-price { color: var(--dl-muted); }
.product__description-short {
  margin-bottom: 18px;
  color: var(--dl-muted);
  font-size: 1rem;
  line-height: 1.7;
}
#add-to-cart-or-refresh .product-variants,
#add-to-cart-or-refresh .product-discounts,
#add-to-cart-or-refresh .product__pack {
  padding: 18px 20px;
  margin-bottom: 14px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(23,32,23,.06);
  box-shadow: var(--dl-shadow-sm);
}
.product__add-to-cart-container {
  padding: 18px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(23,32,23,.06);
  box-shadow: var(--dl-shadow-sm);
}
.product__availability {
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8fbf8;
  border: 1px solid rgba(23,32,23,.06);
}
.product__availability-status { display: flex; gap: 10px; align-items: center; }
.product__actions-qty-add {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}
.product__quantity .form-control,
.product__actions-qty-add .qty-input__input {
  min-height: 54px;
}
.product__add-to-cart-button {
  min-height: 54px;
  width: 100%;
  font-size: 1rem;
}
.product__minimal-quantity {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,106,26,.08);
  color: #9a4e10;
}
.product__additional-info {
  margin-top: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(23,32,23,.06);
  box-shadow: var(--dl-shadow-sm);
}
.dl-product-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.dl-product-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(23,32,23,.06);
  color: var(--dl-text);
  box-shadow: var(--dl-shadow-sm);
}
.dl-product-trust__item .material-icons { color: var(--dl-primary); }
.product__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  margin-bottom: 24px;
}
.product__accordion,
.product__bottom-right {
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(23,32,23,.06);
  box-shadow: var(--dl-shadow);
  overflow: hidden;
}
.product__accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(23,32,23,.08);
}
.product__accordion .accordion-item:last-child { border-bottom: 0; }
.product__accordion .accordion-button {
  padding: 20px 24px;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--dl-text);
  background: #fff;
  box-shadow: none;
}
.product__accordion .accordion-button:not(.collapsed) {
  color: var(--dl-primary);
  background: linear-gradient(180deg, #f8fbf8 0%, #f3f7f3 100%);
}
.product__accordion .accordion-body {
  padding: 0 24px 24px;
}
.product__description,
.details__list,
.product__attachments {
  color: var(--dl-muted);
  line-height: 1.75;
}
.product__bottom-right {
  padding: 24px;
}
.product__bottom-right .blockreassurance,
.product__bottom-right .blockreassurance_product {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.product-accessories,
#footer_product,
section.featured-products,
section.product-accessories {
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(23,32,23,.06);
  box-shadow: var(--dl-shadow);
}

/* Footer */
.footer__before {
  margin-top: 40px;
}
.footer__main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 18%, rgba(70, 112, 76, .25), transparent 22%),
    linear-gradient(180deg, #183322 0%, #0f2016 100%);
  color: rgba(255,255,255,.82);
}
.footer__main::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.02) 100%);
  pointer-events: none;
}
.footer__main a { color: rgba(255,255,255,.82); }
.footer__main a:hover { color: #fff; }
.footer__main .container { position: relative; z-index: 1; padding-top: 36px; padding-bottom: 22px; }
.footer__main-top, .footer__main-bottom {
  row-gap: 24px;
}
.footer__main .block_newsletter,
.footer__main .links,
.footer__main .contact-rich,
.footer__main .account-list,
.footer__main .ps-emailsubscription-block,
.footer__main .block-contact,
.footer__main .ps_socialfollow {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  padding: 22px;
}
.footer__main .h3,
.footer__main h3,
.footer__main h4,
.footer__main .block-contact-title {
  color: #fff;
  font-weight: 800;
}
.footer__main .form-control {
  background: rgba(255,255,255,.92);
}
.copyright {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.64);
}

/* CMS / content */
.rich-text table { width: 100%; }
.rich-text img { max-width: 100%; height: auto; border-radius: 18px; }

/* Responsive */
@media (max-width: 1399.98px) {
  .products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1199.98px) {
  .product__container,
  .product__bottom,
  .dl-category-hero {
    grid-template-columns: 1fr;
  }
  .product__images {
    grid-template-columns: 1fr;
  }
  .product__carousel { order: 1; }
  .product__thumbnails { order: 2; }
  .product__thumbnails-list {
    flex-direction: row;
    overflow: auto;
  }
  .dl-category-hero__aside { align-items: stretch; }
}
@media (max-width: 991.98px) {
  #wrapper { padding-top: 10px; }
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .products__selection {
    flex-direction: column;
    align-items: stretch;
  }
  .product__container { padding: 18px; }
  .product__actions-qty-add {
    grid-template-columns: 1fr;
  }
  .dl-product-trust { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
  .header-bottom__row { padding: 12px 0; }
  .header-bottom__logo img { max-height: 54px; }
  .dl-category-hero,
  .product__container,
  .product__accordion,
  .product__bottom-right,
  .product-accessories,
  #footer_product {
    border-radius: 20px;
  }
  .dl-category-hero__content,
  .dl-category-hero__aside,
  .product__accordion .accordion-body,
  .product__bottom-right { padding: 20px; }
  .products { grid-template-columns: 1fr; }
  .product__name { font-size: 1.8rem; }
  .product__price { font-size: 1.9rem; }
}

/* ==========================================================
   doLasu 2026 v2 - exact homepage / header layer
   ========================================================== */
body.page-index #wrapper,
body#index #wrapper,
.page-index #wrapper {
  padding-top: 0;
  background: #fff;
}
body.page-index .breadcrumb,
body#index .breadcrumb { display: none !important; }

.dl-topbar {
  background: #0e2c1d;
  color: #fff;
  font-size: .78rem;
}
.dl-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  gap: 20px;
}
.dl-topbar__left,
.dl-topbar__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dl-topbar__left span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.dl-topbar .material-icons { font-size: 16px; }
.dl-topbar a { color: #fff; opacity: .9; }
.dl-topbar a:hover { opacity: 1; color: #fff; }

.dl-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(18,42,25,.08);
  box-shadow: 0 8px 28px rgba(16,43,27,.05);
}
.dl-header__main {
  display: grid;
  grid-template-columns: 250px minmax(320px, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 86px;
}
.dl-header__logo img {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 66px;
}
.dl-header__search {
  min-width: 0;
}
.dl-header__search #_desktop_ps_searchbar {
  display: block !important;
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}
.dl-header__search .ps-searchbar {
  width: 100%;
  max-width: none;
}
.dl-header__search .ps-searchbar__form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 0 48px 0 14px;
  border: 1px solid #dce3dc;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16,43,27,.05);
}
.dl-header__search .ps-searchbar__input {
  min-height: 48px;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.dl-header__search .ps-searchbar__magnifier {
  color: var(--dl-primary);
}
.dl-header__search .ps-searchbar__clear {
  position: absolute;
  right: 8px;
}
.dl-header__search .ps-searchbar--mobile { display: none !important; }

.dl-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}
.dl-header__actions > div:not(:empty),
.dl-header__actions #_desktop_ps_languageselector,
.dl-header__actions #_desktop_ps_currencyselector,
.dl-header__actions #_desktop_ps_customersignin,
.dl-header__actions #_desktop_ps_shoppingcart {
  display: inline-flex;
  align-items: center;
}
.dl-header__actions .form-select {
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 999px;
  font-size: .8rem;
}
.dl-header__actions .header-block__action-btn {
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 12px;
  color: var(--dl-text);
}
.dl-header__actions .header-block__action-btn:hover {
  background: rgba(28,77,45,.07);
  color: var(--dl-primary);
}
.dl-header__actions .header-block__icon { font-size: 22px; }

.dl-header__nav {
  border-top: 1px solid rgba(18,42,25,.06);
  background: #fff;
}
.dl-header__nav-inner {
  min-height: 50px;
  display: flex;
  align-items: center;
}
.dl-header__nav .ps-mainmenu {
  width: 100%;
  max-width: none;
  padding: 0;
}
.dl-header__nav .ps-mainmenu__tree {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dl-header__nav .ps-mainmenu__tree-item-wrapper {
  display: flex;
  align-items: center;
}
.dl-header__nav .ps-mainmenu__tree-link {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 13px;
  color: var(--dl-text);
  border-radius: 10px;
  font-size: .88rem;
  font-weight: 800;
  white-space: nowrap;
}
.dl-header__nav .ps-mainmenu__tree-link:hover,
.dl-header__nav .ps-mainmenu__tree-item.current .ps-mainmenu__tree-link {
  color: var(--dl-primary);
  background: rgba(28,77,45,.07);
}
.dl-header__nav .ps-mainmenu__tree-item:last-child .ps-mainmenu__tree-link {
  background: var(--dl-accent);
  color: #fff;
}
.dl-header__nav .ps-mainmenu__tree-dropdown-toggle {
  margin-left: -8px;
}
.dl-header__nav .submenu {
  border: 0;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 24px 45px rgba(11,28,17,.14);
}
.dl-header-reassurance {
  display: none;
}

/* HOME */
.dl-home {
  overflow: hidden;
}
.dl-home-hero {
  position: relative;
  min-height: 575px;
  display: flex;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(7,24,14,.91) 0%, rgba(7,24,14,.80) 31%, rgba(7,24,14,.36) 58%, rgba(7,24,14,.12) 100%),
    url('../img/dolasu2026/hero-hunter.jpg') center 42% / cover no-repeat;
  color: #fff;
}
.dl-home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.18));
  pointer-events: none;
}
.dl-home-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(320px,.55fr);
  gap: 60px;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
}
.dl-home-hero__content { max-width: 790px; }
.dl-home-hero__eyebrow {
  margin-bottom: 18px;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
}
.dl-home-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.6rem, 6vw, 6.9rem);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.dl-home-hero__content > p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.55;
}
.dl-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.dl-home-hero__actions .btn {
  min-height: 52px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.dl-home-hero__actions .btn-light {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(10px);
}
.dl-home-hero__trust {
  align-self: center;
  justify-self: end;
  width: 100%;
  max-width: 365px;
  display: grid;
  gap: 12px;
}
.dl-home-hero__trust-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 15px 17px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(8,28,17,.45);
  backdrop-filter: blur(12px);
}
.dl-home-hero__trust-item .material-icons { font-size: 29px; }
.dl-home-hero__trust-item strong { display: block; color: #fff; font-size: .93rem; }
.dl-home-hero__trust-item span { display: block; margin-top: 2px; color: rgba(255,255,255,.68); font-size: .78rem; }

.dl-home-categories {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(8, minmax(0,1fr));
  gap: 10px;
  margin-top: -52px;
  padding-bottom: 24px;
}
.dl-home-category {
  position: relative;
  min-height: 176px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(180deg, rgba(4,15,8,.03) 18%, rgba(4,15,8,.86) 100%), var(--dl-cat);
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 32px rgba(15,36,22,.12);
  transition: transform .22s ease, box-shadow .22s ease;
}
.dl-home-category::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(28,77,45,.06), transparent 50%);
}
.dl-home-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 40px rgba(15,36,22,.18);
  color: #fff;
}
.dl-home-category span,
.dl-home-category i { position: relative; z-index: 2; }
.dl-home-category span { font-size: .96rem; font-weight: 900; line-height: 1.15; }
.dl-home-category i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.5);
  font-size: 17px;
  flex: 0 0 auto;
}

.dl-home-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 0;
  margin-bottom: 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(20,43,26,.06);
  box-shadow: 0 10px 26px rgba(16,43,27,.06);
}
.dl-home-benefits > div {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border-right: 1px solid rgba(20,43,26,.08);
}
.dl-home-benefits > div:last-child { border-right: 0; }
.dl-home-benefits .material-icons {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--dl-primary);
  background: rgba(28,77,45,.08);
}
.dl-home-benefits p { margin: 0; }
.dl-home-benefits strong { display: block; font-size: .9rem; }
.dl-home-benefits span { display: block; margin-top: 2px; color: var(--dl-muted); font-size: .78rem; }

.dl-home-module {
  padding: 36px 0 46px;
}
.dl-home-module--featured,
.dl-home-module--best { background: #f6f7f4; }
.dl-home-module .container > section,
.dl-home-module .module-products,
.dl-home-module .ps-featuredproducts,
.dl-home-module .ps-newproducts,
.dl-home-module .ps-bestsellers {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.dl-home-section-head,
.dl-home-module .module-products__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.dl-home-section-head h2,
.dl-home-module .module-products__top h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.7vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -.04em;
  color: var(--dl-text);
}
.dl-home-section-head p {
  margin: 4px 0 0;
  color: var(--dl-muted);
}
.dl-home-section-head > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--dl-primary);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}
.dl-home-section-head > a .material-icons { font-size: 18px; }

.page-index .products,
#index .products {
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 14px;
}
.page-index .product-miniature__inner,
#index .product-miniature__inner {
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(16,43,27,.07);
}
.page-index .product-miniature__top,
#index .product-miniature__top { padding: 10px 10px 0; }
.page-index .product-miniature__image-container,
#index .product-miniature__image-container { border-radius: 14px; }
.page-index .product-miniature__bottom,
#index .product-miniature__bottom { padding: 14px; }
.page-index .product-miniature__title,
#index .product-miniature__title { font-size: .88rem; min-height: 2.6em; }
.page-index .product-miniature__price,
#index .product-miniature__price { font-size: 1.18rem; }
.page-index .product-miniature__add,
#index .product-miniature__add { min-height: 42px; font-size: .84rem; }

.dl-home-promos {
  display: grid;
  grid-template-columns: 1.28fr .92fr;
  gap: 14px;
  padding-top: 42px;
  padding-bottom: 42px;
}
.dl-home-promos__side { display: grid; gap: 14px; }
.dl-home-promo {
  position: relative;
  display: block;
  min-height: 190px;
  overflow: hidden;
  border-radius: 22px;
  background: #173321;
  box-shadow: var(--dl-shadow);
}
.dl-home-promo--main { min-height: 394px; }
.dl-home-promo img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.dl-home-promo__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,20,11,.72), rgba(6,20,11,.14));
}
.dl-home-promo__copy {
  position: absolute;
  z-index: 2;
  left: 34px;
  bottom: 32px;
  color: #fff;
}
.dl-home-promo__copy strong {
  display: block;
  font-size: clamp(2rem,3.2vw,3.2rem);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.04em;
}
.dl-home-promo__copy em {
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: rgba(255,255,255,.84);
}
.dl-home-promo__copy b {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 10px;
  font-size: .8rem;
}

.dl-home-knowledge { padding-top: 46px; padding-bottom: 52px; }
.dl-home-knowledge__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
.dl-home-article {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(18,42,25,.07);
  border-radius: 18px;
  background: #fff;
  color: var(--dl-text);
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(16,43,27,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.dl-home-article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(16,43,27,.10);
  color: var(--dl-text);
}
.dl-home-article img {
  width: 100%;
  aspect-ratio: 16/8.5;
  object-fit: cover;
}
.dl-home-article > span {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}
.dl-home-article small {
  color: var(--dl-primary);
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.dl-home-article strong {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.35;
}
.dl-home-article em {
  margin-top: auto;
  padding-top: 14px;
  color: var(--dl-primary);
  font-size: .8rem;
  font-style: normal;
  font-weight: 800;
}

/* Hide stock Hummingbird homepage content if any legacy modules still leak through */
.page-index .ps-imageslider,
#index .ps-imageslider,
.page-index #custom-text,
#index #custom-text,
.page-index .ps-banner,
#index .ps-banner {
  display: none !important;
}

/* Newsletter / footer closer to visual concept */
.footer__before .ps-emailsubscription {
  padding: 0 !important;
  background: linear-gradient(90deg,#173522,#224a30) !important;
  color: #fff;
}
.footer__before .ps-emailsubscription .container { padding-top: 28px; padding-bottom: 28px; }
.footer__before .ps-emailsubscription p { color: #fff; }
.footer__before .ps-emailsubscription form .form-control { min-height: 50px; }
.footer__before .ps-emailsubscription form .btn { min-height: 50px; }

@media (max-width: 1499.98px) {
  .dl-header__main { grid-template-columns: 220px minmax(280px,1fr) auto; gap: 18px; }
  .dl-header__nav .ps-mainmenu__tree-link { padding-left: 10px; padding-right: 10px; font-size: .82rem; }
  .dl-home-categories { grid-template-columns: repeat(4, minmax(0,1fr)); margin-top: -42px; }
  .dl-home-category { min-height: 164px; }
  .page-index .products, #index .products { grid-template-columns: repeat(5, minmax(0,1fr)); }
}
@media (max-width: 1199.98px) {
  .dl-header__main { grid-template-columns: 190px minmax(220px,1fr) auto; }
  .dl-header__nav-inner { min-height: 54px; justify-content: flex-start; }
  .dl-header__nav .ps-mainmenu__mobile-toggle { display: block; }
  .dl-home-hero__inner { grid-template-columns: 1fr; }
  .dl-home-hero__trust { justify-self: start; grid-template-columns: repeat(3,1fr); max-width: none; }
  .dl-home-hero__trust-item { grid-template-columns: 32px 1fr; }
  .page-index .products, #index .products { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
@media (max-width: 991.98px) {
  .dl-header__main {
    grid-template-columns: 1fr auto;
    min-height: 70px;
    gap: 12px;
  }
  .dl-header__logo img { max-width: 180px; max-height: 52px; }
  .dl-header__search {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-bottom: 12px;
  }
  .dl-header__search #_desktop_ps_searchbar { display: none !important; }
  .dl-header__search .ps-searchbar--mobile { display: flex !important; justify-content: flex-end; }
  .dl-header__actions .form-select { display: none; }
  .dl-home-hero { min-height: 620px; }
  .dl-home-hero__inner { padding-top: 54px; padding-bottom: 84px; }
  .dl-home-hero__trust { grid-template-columns: 1fr; max-width: 520px; }
  .dl-home-categories { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dl-home-benefits { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dl-home-benefits > div:nth-child(2) { border-right: 0; }
  .dl-home-benefits > div:nth-child(-n+2) { border-bottom: 1px solid rgba(20,43,26,.08); }
  .page-index .products, #index .products { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .dl-home-promos { grid-template-columns: 1fr; }
  .dl-home-knowledge__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575.98px) {
  .dl-home-hero h1 { font-size: 3rem; }
  .dl-home-hero__content > p { font-size: .98rem; }
  .dl-home-hero__actions { flex-direction: column; align-items: stretch; }
  .dl-home-hero__actions .btn { justify-content: center; }
  .dl-home-categories { gap: 8px; }
  .dl-home-category { min-height: 145px; padding: 12px; }
  .dl-home-category span { font-size: .84rem; }
  .dl-home-benefits { grid-template-columns: 1fr; }
  .dl-home-benefits > div { border-right: 0; border-bottom: 1px solid rgba(20,43,26,.08); }
  .dl-home-benefits > div:last-child { border-bottom: 0; }
  .page-index .products, #index .products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
  .page-index .product-miniature__bottom, #index .product-miniature__bottom { padding: 10px; }
  .page-index .product-miniature__title, #index .product-miniature__title { font-size: .78rem; }
  .page-index .product-miniature__price, #index .product-miniature__price { font-size: 1rem; }
  .dl-home-promos { padding-top: 24px; padding-bottom: 24px; }
  .dl-home-promo--main { min-height: 300px; }
  .dl-home-knowledge__grid { grid-template-columns: 1fr; }
  .dl-home-section-head { align-items: flex-start; flex-direction: column; }
}


/* =========================
   doLasu 2026 patch v3
   category + footer tuning
   ========================= */
#js-product-list-header {
  margin-bottom: 18px;
}

.dl-category-hero {
  min-height: 300px;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 0;
  border-radius: 24px;
}
.dl-category-hero__content,
.dl-category-hero__aside {
  padding: 28px;
}
.dl-category-hero__title {
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  margin-bottom: 12px;
}
.dl-category-hero__description {
  max-width: 780px;
  margin: 0;
  font-size: .98rem;
  line-height: 1.72;
  color: rgba(255,255,255,.86);
}
.dl-category-hero__chips {
  margin-top: 16px;
}
.dl-category-hero__chips span {
  padding: 8px 12px;
  font-size: .85rem;
}
.dl-category-hero__aside {
  align-items: flex-end;
}
.dl-category-hero__card {
  max-width: 260px;
  padding: 20px;
  border-radius: 20px;
}
.dl-category-hero__value {
  margin-bottom: 6px;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
}
.dl-category-hero__text {
  font-size: .92rem;
  line-height: 1.6;
}

.dl-subcategories {
  gap: 10px;
  margin: 14px 0 18px;
}
.dl-subcategories__item {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
}

.products__selection {
  margin-top: 8px;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.products {
  gap: 14px;
}
.product-miniature__inner {
  border-radius: 18px;
}
.product-miniature__top {
  padding: 12px 12px 0;
}
.product-miniature__image-container {
  border-radius: 14px;
}
.product-miniature__image {
  padding: 10px;
}
.product-miniature__bottom {
  gap: 12px;
  padding: 14px;
}
.product-miniature__title {
  min-height: 2.8em;
  font-size: .95rem;
  margin-bottom: 8px;
}
.product-miniature__price {
  font-size: 1.35rem;
}
.product-miniature__regular-price {
  font-size: .82rem;
}
.product-miniature__add,
.product-miniature__details {
  min-height: 42px;
  border-radius: 12px;
  font-size: .94rem;
}
.product-miniature__add .material-icons {
  font-size: 1rem;
}
.product-miniature .product-flags {
  top: 12px;
  left: 12px;
}
.product-miniature .product-flag {
  padding: 6px 8px;
  font-size: .68rem;
}

.dl-category-seo {
  margin-top: 26px;
  display: grid;
  gap: 18px;
}
.dl-category-seo__block {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(23,32,23,.06);
  box-shadow: var(--dl-shadow-sm);
}
.dl-category-seo__block--secondary {
  background: linear-gradient(180deg, #fbfcfb 0%, #f3f6f2 100%);
}
.dl-category-seo__title {
  margin: 0 0 16px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--dl-text);
}
.dl-category-seo__content {
  color: var(--dl-muted);
  line-height: 1.8;
}
.dl-category-seo__content > *:last-child {
  margin-bottom: 0;
}

/* New global footer matching homepage concept */
.footer__before {
  margin-top: 40px;
}
.dl-footer {
  margin-top: 44px;
}
.dl-footer__newsletter {
  background: linear-gradient(135deg, #193a27 0%, #0f2518 100%);
  color: #fff;
}
.dl-footer__newsletter-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 28px;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
.dl-footer__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
}
.dl-footer__newsletter-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.04em;
  color: #fff;
}
.dl-footer__newsletter-copy p {
  max-width: 780px;
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}
.dl-footer__newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}
.dl-footer__newsletter-form input {
  min-width: 0;
  min-height: 50px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.96);
  color: var(--dl-text);
}
.dl-footer__newsletter-form input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,255,255,.18);
}
.dl-footer__newsletter-form button {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--dl-accent) 0%, #ff5b00 100%);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(255, 91, 0, .18);
}

.dl-footer__main {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(78,127,84,.22), transparent 26%), linear-gradient(180deg, #153120 0%, #0d1f14 100%);
  color: rgba(255,255,255,.8);
}
.dl-footer__main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 32%);
  pointer-events: none;
}
.dl-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(4, minmax(160px, 1fr));
  gap: 28px;
  padding-top: 38px;
  padding-bottom: 26px;
}
.dl-footer__brand-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
}
.dl-footer__brand-link img {
  max-height: 46px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: .98;
}
.dl-footer__brand-text {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #fff;
}
.dl-footer__brand p {
  margin: 0;
  max-width: 360px;
  line-height: 1.8;
  color: rgba(255,255,255,.74);
}
.dl-footer__col h4 {
  margin: 0 0 14px;
  font-size: .95rem;
  font-weight: 800;
  color: #fff;
}
.dl-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dl-footer__col li {
  margin: 0 0 10px;
  color: rgba(255,255,255,.74);
}
.dl-footer__col a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
}
.dl-footer__col a:hover {
  color: #fff;
}
.dl-footer__col--contact strong {
  color: #fff;
}
.dl-footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-top: 18px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.62);
  font-size: .92rem;
}
.dl-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.dl-footer__bottom-links a {
  color: rgba(255,255,255,.72);
}
.dl-footer__bottom-links a:hover {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .dl-category-hero {
    grid-template-columns: 1fr;
  }
  .dl-category-hero__aside {
    padding-top: 0;
  }
  .dl-category-hero__card {
    max-width: none;
  }
  .dl-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .dl-footer__newsletter-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .dl-category-hero {
    min-height: auto;
  }
  .dl-category-hero__content,
  .dl-category-hero__aside {
    padding: 20px;
  }
  .dl-category-seo__block {
    padding: 22px;
    border-radius: 18px;
  }
  .dl-footer__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 28px;
  }
  .dl-footer__newsletter-form {
    grid-template-columns: 1fr;
  }
  .dl-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ========================================================
   doLasu footer v4 - matches approved mockup on every page
   ======================================================== */
.footer__before,
.footer.footer__before {
  display: none !important;
}

.dl-footer-v4 {
  width: 100%;
  margin-top: 44px;
  background: #0d1f14;
  color: rgba(255,255,255,.82);
}

.dl-footer-v4__promo {
  width: 100%;
  overflow: hidden;
  background: #183221;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.dl-footer-v4__promo img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 118px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.dl-footer-v4__main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(53,92,62,.24), transparent 28%),
    linear-gradient(180deg, #143020 0%, #0b1b12 100%);
}

.dl-footer-v4__main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background:
    linear-gradient(135deg, transparent 0 47%, rgba(255,255,255,.015) 48% 52%, transparent 53% 100%);
  background-size: 38px 38px;
}

.dl-footer-v4__grid,
.dl-footer-v4__bottom {
  position: relative;
  z-index: 1;
}

.dl-footer-v4__grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.15fr) minmax(0, 3fr) minmax(170px, .8fr);
  gap: 34px;
  padding-top: 34px;
  padding-bottom: 28px;
}

.dl-footer-v4__brand {
  min-width: 0;
}

.dl-footer-v4__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
}

.dl-footer-v4__logo img {
  display: block;
  width: auto;
  max-width: 205px;
  max-height: 58px;
  filter: brightness(0) invert(1);
}

.dl-footer-v4__logo svg {
  max-width: 205px;
  max-height: 58px;
  filter: brightness(0) invert(1);
}

.dl-footer-v4 a {
  color: rgba(255,255,255,.80);
  text-decoration: none;
}

.dl-footer-v4 a:hover {
  color: #fff;
}

.dl-footer-v4__contact-hook,
.dl-footer-v4__contact-hook * {
  color: rgba(255,255,255,.74) !important;
}

.dl-footer-v4__contact-hook .footer-block,
.dl-footer-v4__contact-hook .block-contact,
.dl-footer-v4__contact-hook .contact-rich {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dl-footer-v4__contact-hook .footer-block__title,
.dl-footer-v4__contact-hook .block-contact-title,
.dl-footer-v4__contact-hook h3,
.dl-footer-v4__contact-hook h4 {
  display: none !important;
}

.dl-footer-v4__contact-hook ul,
.dl-footer-v4__contact-hook .footer-block__list {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.dl-footer-v4__contact-hook li,
.dl-footer-v4__contact-hook p,
.dl-footer-v4__contact-hook address {
  margin: 0 0 8px !important;
  font-size: .88rem !important;
  line-height: 1.55 !important;
}

.dl-footer-v4__modules {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 28px;
  min-width: 0;
}

.dl-footer-v4__modules > *,
.dl-footer-v4__modules .footer-block,
.dl-footer-v4__modules .ps-linklist,
.dl-footer-v4__modules .block-account,
.dl-footer-v4__modules .account-list {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dl-footer-v4__modules .footer-block__title,
.dl-footer-v4__modules .myaccount-title,
.dl-footer-v4__modules h3,
.dl-footer-v4__modules h4,
.dl-footer-v4__title {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: .92rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.dl-footer-v4__modules .footer-block__content,
.dl-footer-v4__modules .collapse {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
}

.dl-footer-v4__modules .footer-block__list,
.dl-footer-v4__modules ul,
.dl-footer-v4__social ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.dl-footer-v4__modules li {
  margin: 0 0 9px !important;
  line-height: 1.35 !important;
}

.dl-footer-v4__modules li a {
  color: rgba(255,255,255,.72) !important;
  font-size: .86rem !important;
  transition: color .18s ease, transform .18s ease;
}

.dl-footer-v4__modules li a:hover {
  color: #fff !important;
}

.dl-footer-v4__modules .footer-block__title button,
.dl-footer-v4__modules .stretched-link {
  display: none !important;
}

.dl-footer-v4__social {
  min-width: 0;
  padding-left: 26px;
  border-left: 1px solid rgba(255,255,255,.10);
}

.dl-footer-v4__social > *:not(.dl-footer-v4__title),
.dl-footer-v4__social .ps_socialfollow,
.dl-footer-v4__social .social-follow {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.dl-footer-v4__social ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.dl-footer-v4__social li {
  margin: 0 !important;
}

.dl-footer-v4__social a {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
}

.dl-footer-v4__social a:hover {
  background: rgba(255,255,255,.12) !important;
}

.dl-footer-v4__bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.56);
  font-size: .79rem;
}

.dl-footer-v4__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.dl-footer-v4__legal a {
  color: rgba(255,255,255,.62);
}

.dl-footer-v4__payments {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.dl-pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 6px;
  background: rgba(255,255,255,.95);
  color: #142219;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: -.02em;
}

.dl-pay--visa {
  font-style: italic;
  font-size: .82rem;
}

.dl-pay--mc {
  color: #ed5b32;
  letter-spacing: -5px;
  padding-right: 12px;
}

.dl-pay--blik {
  text-transform: lowercase;
}

.dl-pay--p24 {
  font-size: .64rem;
}

@media (max-width: 1199.98px) {
  .dl-footer-v4__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .dl-footer-v4__modules {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .dl-footer-v4__social {
    padding-left: 0;
    padding-top: 22px;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.10);
  }
  .dl-footer-v4__bottom {
    grid-template-columns: 1fr;
  }
  .dl-footer-v4__legal {
    justify-content: flex-start;
  }
  .dl-footer-v4__payments {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .dl-footer-v4 {
    margin-top: 30px;
  }
  .dl-footer-v4__promo img {
    min-height: 96px;
    object-position: 50% 50%;
  }
  .dl-footer-v4__grid {
    padding-top: 28px;
  }
  .dl-footer-v4__modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }
}

@media (max-width: 479.98px) {
  .dl-footer-v4__modules {
    grid-template-columns: 1fr;
  }
  .dl-footer-v4__promo img {
    width: auto;
    min-width: 100%;
    height: 105px;
    object-fit: cover;
  }
  .dl-footer-v4__payments {
    flex-wrap: wrap;
  }
}


/* =========================================================
   doLasu UI patch v5
   - sticky left column
   - flatter 2026 geometry
   - cleaner filters without white cards
   ========================================================= */

/* --- flatter global geometry --- */
:root {
  --dl-radius: 10px;
  --dl-radius-sm: 6px;
}

.btn,
.form-control,
.form-select,
.dropdown-menu,
.card,
.block-category,
#notifications .container,
.blockreassurance_product,
.blockreassurance {
  border-radius: 6px !important;
}

.breadcrumb {
  border-radius: 6px !important;
}

/* --- HEADER: closer to approved mockup --- */
.dl-header__search .ps-searchbar__form,
#search_widget form {
  border-radius: 5px !important;
  box-shadow: none !important;
  border: 1px solid #d9ded8 !important;
}

.dl-header__search .ps-searchbar__form {
  min-height: 48px;
  padding-left: 16px;
}

.dl-header__actions .form-select {
  border-radius: 5px !important;
}

.dl-header__actions .header-block__action-btn {
  border-radius: 5px !important;
}

.dl-header__nav .ps-mainmenu__tree-link,
.top-menu > li > a,
.top-menu .category > a {
  border-radius: 4px !important;
}

.dl-header__nav .submenu {
  border-radius: 0 0 8px 8px !important;
}

/* --- CATEGORY HERO / CHIPS --- */
.dl-category-hero {
  border-radius: 10px !important;
}

.dl-category-hero__card {
  border-radius: 8px !important;
}

.dl-category-hero__chips span,
.dl-subcategories__item,
#js-active-search-filters .active-filter,
.active-filter {
  border-radius: 5px !important;
}

/* --- sticky left column --- */
@media (min-width: 992px) {
  .columns-container,
  .columns-container > .row,
  #wrapper,
  #main {
    overflow: visible !important;
  }

  .columns-container > .row {
    align-items: flex-start !important;
  }

  #left-column {
    position: sticky !important;
    top: 148px !important;
    align-self: flex-start !important;
    max-height: calc(100vh - 166px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: #b8c0b7 transparent;
  }

  #left-column::-webkit-scrollbar {
    width: 5px;
  }

  #left-column::-webkit-scrollbar-track {
    background: transparent;
  }

  #left-column::-webkit-scrollbar-thumb {
    background: #b8c0b7;
    border-radius: 0;
  }

  #left-column .block-categories,
  #left-column #search-filters {
    position: static !important;
    top: auto !important;
  }
}

/* --- sidebar without stacked white cards --- */
#left-column .block-categories,
#left-column #search-filters,
#left-column .block_newsletter,
#left-column .card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
}

#left-column .block-categories {
  padding-bottom: 16px !important;
  border-bottom: 1px solid #dfe4dc !important;
}

#left-column .block-categories .category-top-menu,
#left-column .block-categories ul,
#left-column .block-categories li {
  background: transparent !important;
}

#left-column .block-categories a {
  border-radius: 3px !important;
}

#left-column .block-categories a:hover,
#left-column .block-categories .current > a {
  background: #eef3ee !important;
  color: var(--dl-primary) !important;
}

#search-filters {
  padding: 0 !important;
}

#search-filters > .h6,
#search-filters > p.text-uppercase {
  margin: 0 0 10px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid #dfe4dc;
  font-size: .82rem !important;
  letter-spacing: .08em;
  color: #62705d;
}

#search-filters .facet {
  margin: 0 !important;
  padding: 15px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #e2e6df !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#search-filters .facet:last-child {
  border-bottom: 0 !important;
}

#search-filters .facet-title,
#search-filters .h6 {
  margin-bottom: 11px !important;
  font-size: .88rem !important;
  font-weight: 800 !important;
}

#search-filters .facet-label {
  gap: 8px !important;
  font-size: .86rem !important;
  line-height: 1.35;
}

#search-filters .custom-checkbox,
#search-filters .custom-radio {
  flex: 0 0 auto;
}

#search-filters .custom-checkbox input + span,
#search-filters .custom-radio input + span {
  border-radius: 3px !important;
}

#search-filters .clear-all-wrapper {
  margin-bottom: 12px !important;
}

#search-filters .clear-all-wrapper .btn {
  border-radius: 4px !important;
  box-shadow: none !important;
}

/* --- selection bar less pill/card-like --- */
.products__selection {
  border-radius: 7px !important;
  box-shadow: none !important;
  border: 1px solid #e0e4de !important;
}

/* --- product cards closer to mockup --- */
.product-miniature__inner {
  border-radius: 8px !important;
  box-shadow: 0 5px 16px rgba(17, 35, 22, .06) !important;
}

.product-miniature:hover .product-miniature__inner {
  box-shadow: 0 10px 24px rgba(17, 35, 22, .10) !important;
}

.product-miniature__image-container {
  border-radius: 5px !important;
}

.product-miniature__quickview-button {
  border-radius: 4px !important;
}

.product-miniature .product-flag {
  border-radius: 3px !important;
}

.product-miniature__add,
.product-miniature__details {
  border-radius: 4px !important;
}

/* --- product page less rounded too --- */
.product__container,
.product__carousel,
.product__prices,
#add-to-cart-or-refresh .product-variants,
#add-to-cart-or-refresh .product-discounts,
#add-to-cart-or-refresh .product__pack,
.product__add-to-cart-container,
.product__availability,
.product__additional-info,
.product__accordion,
.product__bottom-right,
.product-accessories,
#footer_product,
section.featured-products,
section.product-accessories {
  border-radius: 8px !important;
}

.product__thumbnail,
.dl-product-trust__item {
  border-radius: 5px !important;
}

/* --- SEO block also flatter --- */
.dl-category-seo__block {
  border-radius: 8px !important;
  box-shadow: 0 5px 16px rgba(17, 35, 22, .05) !important;
}

/* --- mobile: sticky disabled naturally, keep compact geometry --- */
@media (max-width: 991.98px) {
  #left-column {
    position: static !important;
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0 !important;
  }
}


/* =========================================================
   doLasu UI patch v6
   - product image blending
   - transparent category tree rows
   - collapsible SEO description
   ========================================================= */

/* --- PRODUCT IMAGES: remove the "white rectangle" effect --- */
.product-miniature__image-container,
.product-miniature__image-link {
  background: #f1f2ee !important;
}

.product-miniature__image-container {
  isolation: isolate;
}

.product-miniature__image {
  mix-blend-mode: multiply;
  background: transparent !important;
}

/*
 * Some modules wrap the same product image differently.
 * Keep this limited to product listing miniatures so lifestyle
 * photos on the product page are not darkened.
 */
.products .product-miniature img.product-miniature__image {
  mix-blend-mode: multiply;
}


/* --- CATEGORY TREE: fully transparent rows --- */
#left-column .ps-categorytree,
#left-column .category-tree,
#left-column .category-tree__child,
#left-column .category-tree__list,
#left-column .category-tree__item,
#left-column .category-tree__item.accordion-item,
#left-column .category-tree__item-header,
#left-column .category-tree__item-header.nosplit,
#left-column .category-tree__item-header.split,
#left-column .accordion--category,
#left-column .accordion--category .accordion-item,
#left-column .accordion--category .accordion-collapse,
#left-column .accordion--category .accordion-body {
  background: transparent !important;
  box-shadow: none !important;
}

#left-column .category-tree__item {
  border: 0 !important;
}

#left-column .category-tree__item-header {
  min-height: 34px;
  border: 0 !important;
  border-bottom: 1px solid rgba(23, 32, 23, .055) !important;
  border-radius: 0 !important;
}

#left-column .category-tree__item:last-child > .category-tree__item-header {
  border-bottom-color: transparent !important;
}

#left-column .category-tree__item-link {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-height: 34px;
  padding: 6px 6px 6px 2px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #344237;
  font-size: .84rem;
  line-height: 1.25;
}

#left-column .category-tree__item-link:hover {
  color: var(--dl-primary) !important;
  background: transparent !important;
}

#left-column .category-tree__item-header .accordion-button {
  flex: 0 0 28px;
  width: 28px;
  min-height: 34px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#left-column .category-tree__item-header .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: var(--dl-primary) !important;
  box-shadow: none !important;
}

#left-column .category-tree__item-header .accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: 14px;
  opacity: .7;
}

#left-column .category-tree__list[data-depth="1"],
#left-column .category-tree__list[data-depth="2"],
#left-column .category-tree__list[data-depth="3"] {
  padding-left: 12px !important;
}

#left-column .category-tree__list[data-depth="1"] .category-tree__item-link,
#left-column .category-tree__list[data-depth="2"] .category-tree__item-link,
#left-column .category-tree__list[data-depth="3"] .category-tree__item-link {
  font-size: .81rem;
  color: #687268;
}


/* --- SEO DESCRIPTION: compact by default, expandable without JS --- */
.dl-category-seo {
  margin-top: 24px;
}

.dl-category-seo__block {
  position: relative;
  padding: 24px 26px !important;
}

.dl-category-seo__title {
  margin-bottom: 12px !important;
}

.dl-category-seo__toggle-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
}

.dl-category-seo__content {
  position: relative;
  max-height: 10.75rem;
  overflow: hidden;
  transition: max-height .35s ease;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
}

.dl-category-seo__toggle-input:checked + .dl-category-seo__content {
  max-height: 6000px;
  -webkit-mask-image: none;
  mask-image: none;
}

.dl-category-seo__toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  margin-top: 12px;
  padding: 0 14px;
  border: 1px solid #cfd7ce;
  border-radius: 4px;
  background: #fff;
  color: var(--dl-primary);
  font-size: .86rem;
  font-weight: 800;
  cursor: pointer;
  user-select: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.dl-category-seo__toggle:hover {
  border-color: var(--dl-primary);
  background: #f4f7f3;
}

.dl-category-seo__toggle::after {
  content: "↓";
  font-size: .9rem;
  line-height: 1;
}

.dl-category-seo__toggle-text--less {
  display: none;
}

.dl-category-seo__toggle-input:checked ~ .dl-category-seo__toggle::after {
  content: "↑";
}

.dl-category-seo__toggle-input:checked ~ .dl-category-seo__toggle .dl-category-seo__toggle-text--more {
  display: none;
}

.dl-category-seo__toggle-input:checked ~ .dl-category-seo__toggle .dl-category-seo__toggle-text--less {
  display: inline;
}

@media (max-width: 767.98px) {
  .dl-category-seo__block {
    padding: 20px !important;
  }

  .dl-category-seo__content {
    max-height: 12rem;
  }
}


/* =========================================================
   doLasu product page patch v7
   ========================================================= */

/* wider, cleaner product workspace */
body#product #wrapper,
body.page-product #wrapper {
  background: #fff !important;
}

body#product .columns-container,
body.page-product .columns-container {
  max-width: 1480px !important;
}

.dl-product-page {
  width: 100%;
}

/* Top area */
.dl-product-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.58fr) minmax(390px, .82fr) !important;
  gap: 30px !important;
  padding: 0 !important;
  margin: 8px 0 34px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  align-items: start;
}

.dl-product-hero__gallery,
.dl-product-summary {
  min-width: 0;
}

/* Gallery */
.dl-product-gallery {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start;
}

.dl-product-gallery__thumbs {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
}

.dl-product-gallery .product__thumbnails-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.dl-product-gallery .product__thumbnails-list li {
  margin: 0 !important;
}

.dl-product-gallery .product__thumbnail {
  width: 82px !important;
  height: 82px !important;
  padding: 3px !important;
  border: 1px solid #dde2dc !important;
  border-radius: 5px !important;
  background: #f6f7f4 !important;
  box-shadow: none !important;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.dl-product-gallery .product__thumbnail.active,
.dl-product-gallery .product__thumbnail:hover {
  border-color: var(--dl-primary) !important;
  box-shadow: 0 0 0 1px var(--dl-primary) inset !important;
}

.dl-product-gallery .product__thumbnail-image {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: contain !important;
  padding: 4px !important;
  mix-blend-mode: multiply;
}

.dl-product-gallery__stage {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(240px, .88fr);
  gap: 10px;
  min-width: 0;
}

.dl-product-gallery--single .dl-product-gallery__stage {
  grid-template-columns: 1fr;
}

.dl-product-gallery .product__carousel {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid #e1e5df !important;
  border-radius: 6px !important;
  background: #f2f3ef !important;
  box-shadow: none !important;
}

.dl-product-gallery .product__carousel .carousel-inner,
.dl-product-gallery .product__carousel .carousel-item {
  height: 100%;
}

.dl-product-gallery .product__carousel img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  max-height: 690px;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  padding: 24px !important;
  mix-blend-mode: multiply;
}

.dl-product-gallery__secondary {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 560px;
  max-height: 690px;
  padding: 0;
  border: 1px solid #e1e5df;
  border-radius: 6px;
  background: #eef1eb;
  cursor: zoom-in;
}

.dl-product-gallery__secondary picture,
.dl-product-gallery__secondary img {
  display: block;
  width: 100%;
  height: 100%;
}

.dl-product-gallery__secondary img {
  min-height: 560px;
  max-height: 690px;
  object-fit: cover;
}

.dl-product-gallery__secondary-label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 11px;
  background: rgba(17, 35, 22, .78);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.dl-product-gallery .product__zoom {
  position: absolute !important;
  right: 14px !important;
  bottom: 14px !important;
  z-index: 3;
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 4px !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(23,32,23,.10) !important;
  color: var(--dl-text) !important;
  box-shadow: 0 6px 18px rgba(13,34,20,.10) !important;
}

.dl-product-gallery .carousel-control-prev,
.dl-product-gallery .carousel-control-next {
  width: 42px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  margin: 0 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  opacity: 1;
  box-shadow: 0 6px 18px rgba(13,34,20,.12);
}

.dl-product-gallery .carousel-control-prev-icon,
.dl-product-gallery .carousel-control-next-icon {
  filter: invert(1);
  width: 18px;
  height: 18px;
}

/* Summary */
.dl-product-summary {
  position: sticky;
  top: 142px;
  padding: 4px 0 0 4px !important;
  background: transparent !important;
}

.dl-product-summary__meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}

.dl-product-summary__brand {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  background: #edf3ed;
  color: var(--dl-primary);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-decoration: none;
}

.dl-product-summary__reference {
  color: #8a9388;
  font-size: .76rem;
}

.dl-product-summary__title {
  margin: 0 0 12px !important;
  font-size: clamp(2rem, 3vw, 3.1rem) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
  letter-spacing: -.055em !important;
  color: #111812;
}

.dl-product-summary__reviews {
  min-height: 24px;
  margin-bottom: 8px;
}

.dl-product-summary .product__prices {
  display: block;
  padding: 0 !important;
  margin: 4px 0 12px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.dl-product-summary .product__prices-block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
}

.dl-product-summary .product__prices-inline {
  gap: 10px !important;
}

.dl-product-summary .product__price {
  font-size: clamp(2.15rem, 2.9vw, 3rem) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: var(--dl-accent) !important;
}

.dl-product-summary .product__regular-price {
  color: #9aa19a !important;
}

.dl-product-summary .product__discount-percentage,
.dl-product-summary .product__discount-amount {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 3px;
  background: var(--dl-accent);
  color: #fff !important;
  font-size: .78rem;
}

.dl-product-summary__intro {
  margin: 0 0 14px !important;
  padding: 13px 0 !important;
  border-top: 1px solid #e6e9e3;
  border-bottom: 1px solid #e6e9e3;
  color: #606b60 !important;
  font-size: .92rem !important;
  line-height: 1.62 !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dl-product-buybox {
  margin: 0 !important;
}

.dl-product-buybox #add-to-cart-or-refresh {
  display: grid;
  gap: 12px;
}

.dl-product-buybox .product__variants,
.dl-product-buybox .product-variants,
.dl-product-buybox .product__pack,
.dl-product-buybox .product-discounts,
.dl-product-buybox .product__add-to-cart-container,
.dl-product-buybox .product__additional-info {
  margin: 0 !important;
  padding: 14px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid #e6e9e3 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.dl-product-buybox .product__variants {
  display: grid;
  gap: 14px;
}

.dl-product-buybox .product-variant {
  margin: 0 !important;
}

.dl-product-buybox .product-variant__label {
  margin-bottom: 8px;
  font-size: .86rem;
  font-weight: 800;
}

.dl-product-buybox .product-variant__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.dl-product-buybox .product-variant__radio {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

.dl-product-buybox .product-variant__radio .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dl-product-buybox .product-variant__radio label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #d9dfd7;
  border-radius: 4px;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}

.dl-product-buybox .product-variant__radio .form-check-input:checked + label,
.dl-product-buybox .product-variant__radio label:hover {
  border-color: var(--dl-primary);
  box-shadow: 0 0 0 1px var(--dl-primary) inset;
  color: var(--dl-primary);
}

.dl-product-buybox .product-variant__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dl-product-buybox .input-color__label {
  padding: 3px;
  border: 1px solid #d9dfd7;
  border-radius: 4px !important;
  background: #fff;
}

.dl-product-buybox .input-color__label--active,
.dl-product-buybox .input-color__label:hover {
  border-color: var(--dl-primary);
}

.dl-product-buybox .input-color__label .color {
  width: 40px;
  height: 40px;
  border-radius: 2px !important;
}

.dl-product-buybox .product__availability {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.dl-product-buybox .product__availability-status {
  display: inline-flex;
  width: auto;
  padding: 7px 10px;
  border-radius: 3px;
  background: #eff7ef;
  font-size: .84rem;
  font-weight: 800;
}

.dl-product-buybox .product__actions-qty-add {
  grid-template-columns: 132px minmax(0, 1fr) !important;
  gap: 10px !important;
}

.dl-product-buybox .quantity-button__group,
.dl-product-buybox .quantity-button__group .btn,
.dl-product-buybox .quantity-button__group .form-control {
  min-height: 52px;
  border-radius: 0 !important;
}

.dl-product-buybox .quantity-button__group {
  overflow: hidden;
  border: 1px solid #dce2da;
  border-radius: 4px !important;
}

.dl-product-buybox .quantity-button__group .btn,
.dl-product-buybox .quantity-button__group .form-control {
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.dl-product-buybox .product__add-to-cart-button {
  min-height: 52px !important;
  border-radius: 4px !important;
  font-size: .98rem !important;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.dl-product-buybox .product__additional-info {
  font-size: .86rem;
}

.dl-product-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid #cfe3cd;
  background: linear-gradient(90deg, #eef8ec 0%, #f7fbf5 100%);
  color: var(--dl-primary);
}

.dl-product-payment__left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dl-product-payment__eyebrow {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6b7f6b;
}

.dl-product-payment .material-icons {
  font-size: 30px;
}

.dl-product-trust {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: 14px !important;
  border-top: 1px solid #e3e7e1;
  border-bottom: 1px solid #e3e7e1;
}

.dl-product-trust__item {
  align-items: flex-start !important;
  gap: 8px !important;
  padding: 13px 8px !important;
  border: 0 !important;
  border-right: 1px solid #e3e7e1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dl-product-trust__item:last-child {
  border-right: 0 !important;
}

.dl-product-trust__item .material-icons {
  font-size: 22px;
}

.dl-product-trust__item span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dl-product-trust__item strong {
  font-size: .78rem;
  line-height: 1.2;
}

.dl-product-trust__item small {
  color: #818b80;
  font-size: .68rem;
  line-height: 1.25;
}

/* Navigation / tabs */
.dl-product-nav {
  position: sticky;
  top: 110px;
  z-index: 12;
  display: flex;
  gap: 28px;
  overflow-x: auto;
  margin: 0 0 20px;
  padding: 0 4px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #dfe4dd;
  backdrop-filter: blur(12px);
}

.dl-product-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 15px 0 13px;
  color: #6e776e;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

.dl-product-nav a:first-child,
.dl-product-nav a:hover {
  color: var(--dl-text);
}

.dl-product-nav a:first-child::after,
.dl-product-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: var(--dl-accent);
}

/* Description story */
.dl-product-story {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, .8fr);
  gap: 26px;
  margin-bottom: 28px;
}

.dl-product-story__content,
.dl-product-features,
.dl-product-specification,
.dl-product-attachments,
.dl-product-extra {
  padding: 28px 30px;
  border: 1px solid #e1e5df;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}

.dl-product-section-kicker {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--dl-primary);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.dl-product-story h2,
.dl-product-features h2,
.dl-product-specification h2,
.dl-product-attachments h2,
.dl-product-extra h2 {
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -.04em;
}

.dl-product-story__description {
  color: #556156;
  font-size: .98rem;
  line-height: 1.78;
}

.dl-product-story__description img {
  max-width: 100%;
  height: auto;
  margin: 18px 0;
  border-radius: 4px !important;
}

.dl-product-features {
  background: linear-gradient(180deg, #f7f9f6 0%, #fff 100%);
}

.dl-product-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dl-product-features li {
  display: flex;
  gap: 9px;
  padding: 9px 0;
  border-bottom: 1px solid #e5e9e3;
  color: #4d594f;
  font-size: .9rem;
  line-height: 1.45;
}

.dl-product-features li:last-child {
  border-bottom: 0;
}

.dl-product-features li .material-icons {
  flex: 0 0 auto;
  color: var(--dl-primary);
  font-size: 19px;
}

.dl-product-features__note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #dce2da;
  color: var(--dl-primary);
  font-weight: 700;
}

.dl-product-features__note .material-icons {
  font-size: 32px;
}

/* Specification */
.dl-product-specification {
  margin-bottom: 28px;
}

.dl-product-specification__head {
  margin-bottom: 8px;
}

.dl-product-specification__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e3e7e1;
  border-left: 1px solid #e3e7e1;
}

.dl-product-specification__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 16px;
  border-right: 1px solid #e3e7e1;
  border-bottom: 1px solid #e3e7e1;
}

.dl-product-specification__item span {
  color: #7d877c;
  font-size: .78rem;
}

.dl-product-specification__item strong {
  color: #263127;
  font-size: .9rem;
  font-weight: 700;
}

/* Attachments / extra content */
.dl-product-attachments,
.dl-product-extra {
  margin-bottom: 28px;
}

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

.dl-product-attachments__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e0e4de;
  color: var(--dl-text);
  text-decoration: none;
}

.dl-product-attachments__item:hover {
  border-color: var(--dl-primary);
}

.dl-product-attachments__item span {
  display: flex;
  flex-direction: column;
}

.dl-product-attachments__item small {
  color: #7c867b;
}

/* Related product rows */
.dl-product-related,
.dl-product-footer-products {
  margin: 30px 0 0;
}

.dl-product-related .product__accessories,
.dl-product-footer-products > section,
.dl-product-footer-products .featured-products {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dl-product-page .product__accessories .products,
.dl-product-page .dl-product-related .products,
.dl-product-page .dl-product-footer-products .products {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.dl-product-page .product-miniature__inner {
  border-radius: 5px !important;
}

.dl-product-page .product-miniature__top {
  padding: 9px 9px 0 !important;
}

.dl-product-page .product-miniature__bottom {
  padding: 11px !important;
}

.dl-product-page .product-miniature__title {
  min-height: 2.7em !important;
  font-size: .83rem !important;
}

.dl-product-page .product-miniature__price {
  font-size: 1.12rem !important;
}

.dl-product-page .product-miniature__add,
.dl-product-page .product-miniature__details {
  min-height: 38px !important;
  font-size: .82rem !important;
}

@media (max-width: 1399.98px) {
  .dl-product-hero {
    grid-template-columns: minmax(0, 1.4fr) minmax(360px, .9fr) !important;
  }
  .dl-product-gallery__stage {
    grid-template-columns: 1fr .8fr;
  }
  .dl-product-gallery .product__carousel img,
  .dl-product-gallery__secondary,
  .dl-product-gallery__secondary img {
    min-height: 500px;
  }
  .dl-product-page .product__accessories .products,
  .dl-product-page .dl-product-related .products,
  .dl-product-page .dl-product-footer-products .products {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1199.98px) {
  .dl-product-hero {
    grid-template-columns: 1fr !important;
  }
  .dl-product-summary {
    position: static;
  }
  .dl-product-story {
    grid-template-columns: 1fr;
  }
  .dl-product-specification__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dl-product-page .product__accessories .products,
  .dl-product-page .dl-product-related .products,
  .dl-product-page .dl-product-footer-products .products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .dl-product-gallery {
    grid-template-columns: 1fr !important;
  }
  .dl-product-gallery__stage {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: 1fr;
  }
  .dl-product-gallery__secondary {
    display: none;
  }
  .dl-product-gallery .product__carousel img {
    min-height: 390px;
    max-height: 520px;
    padding: 14px !important;
  }
  .dl-product-gallery__thumbs {
    grid-column: 1;
    grid-row: 2;
    overflow-x: auto;
  }
  .dl-product-gallery .product__thumbnails-list {
    flex-direction: row !important;
  }
  .dl-product-gallery .product__thumbnail {
    width: 68px !important;
    height: 68px !important;
  }
  .dl-product-summary__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .dl-product-summary__title {
    font-size: 2rem !important;
  }
  .dl-product-buybox .product__actions-qty-add {
    grid-template-columns: 1fr !important;
  }
  .dl-product-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .dl-product-trust__item:nth-child(2) {
    border-right: 0 !important;
  }
  .dl-product-trust__item:nth-child(-n+2) {
    border-bottom: 1px solid #e3e7e1 !important;
  }
  .dl-product-nav {
    top: 0;
    gap: 20px;
  }
  .dl-product-story__content,
  .dl-product-features,
  .dl-product-specification,
  .dl-product-attachments,
  .dl-product-extra {
    padding: 20px;
  }
  .dl-product-specification__grid,
  .dl-product-attachments__grid {
    grid-template-columns: 1fr;
  }
  .dl-product-page .product__accessories .products,
  .dl-product-page .dl-product-related .products,
  .dl-product-page .dl-product-footer-products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
