/* DOU usability layer: loaded after styles.css. */
:root {
  --dou-blue: #1581a5;
  --dou-blue-dark: #0b6684;
  --dou-orange: #f6a623;
  --dou-text: #27313a;
  --dou-border: #dce4e8;
  --dou-bg: #f6f8f9;
}

html { scroll-behavior: smooth; }
body { color: var(--dou-text); overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a, button, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(21, 129, 165, .28);
  outline-offset: 2px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Header: all three phone numbers stay visible on desktop. */
.header .container { display: flex; align-items: center; flex-wrap: wrap; }
.header .logo2 { max-height: 112px; width: auto; }
.tel2 { display: block; }
.tel2 .mos { margin: 3px 0; }
.tel2 .ph {
  color: #27313a;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
.tel2 .ph:hover { color: var(--dou-blue); }
.header__callbackBtn { min-height: 38px; margin-top: 7px; }
.mobile-menu-toggle { display: none; }
.header-search { float: right; padding: 8px 0; }
.formulaire_recherche form > div { display: flex; }
.formulaire_recherche .text {
  min-width: 0;
  width: 100%;
  height: 40px;
  padding: 8px 10px;
  border: 1px solid var(--dou-border);
  border-radius: 6px 0 0 6px;
}
.formulaire_recherche .submit {
  height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: var(--dou-blue);
  color: #fff;
}

/* Compact catalog: content is no longer pushed down by a very long tree. */
.left { margin-top: 24px !important; }
.catalog-toggle {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 0;
  border-radius: 7px;
  background: var(--dou-blue);
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}
.catalog-toggle:hover { background: var(--dou-blue-dark); }
.leftmenu[hidden] { display: none !important; }
.leftmenu {
  max-height: 65vh;
  margin-top: 8px;
  overflow: auto;
  border: 1px solid var(--dou-border);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}
.leftmenu ul { margin: 0; padding-left: 16px; }
.leftmenu > div > div > div > ul { padding-left: 0; }
.leftmenu li a { display: block; padding: 7px 8px; line-height: 1.25; }

/* Category navigation and filters. */
.dou-subcategories {
  display: flex;
  flex-wrap: wrap;
  margin: 18px -7px 24px;
  padding: 0;
}
.dou-subcategory-title {
  width: 100%;
  margin: 0 7px 12px;
  color: var(--dou-text);
  font-size: 22px;
  line-height: 1.25;
}
.dou-subcategories .cat4 {
  float: none;
  display: flex;
  width: 20% !important;
  padding: 7px;
}
.dou-subcategories .catalog-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 2px solid #d5dce6;
  border-radius: 0;
  background: #fff;
  transition: box-shadow .2s ease, transform .2s ease;
}
.dou-subcategories .catalog-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(32, 53, 63, .12);
}
.dou-subcategories .image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 10px;
  border-bottom: 1px solid #dfe4eb;
  background: #fff;
}
.dou-subcategories .image a { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 158px; }
.dou-subcategories .image img { max-height: 165px; max-width: 100%; width: auto; object-fit: contain; }
.dou-subcategories .catalog-title { display: flex; flex: 1; }
.dou-subcategories .catalog-title a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 62px;
  padding: 10px 8px 6px;
  color: var(--dou-text);
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}
.dou-subcategory-more {
  min-height: 43px;
  padding: 7px 8px 10px;
  text-align: center;
}
.dou-subcategory-more a {
  color: #176ea0;
  font-size: 13px;
  text-decoration: underline;
}
.dou-subcategory-more a:hover { color: var(--dou-blue-dark); }
.dou-category-tools {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
  margin: 22px 0 10px;
  padding: 16px;
  border: 2px solid var(--dou-blue);
  border-radius: 11px;
  background: #f1f9fc;
  box-shadow: 0 7px 20px rgba(21, 129, 165, .14);
}
.dou-filter-heading {
  display: flex;
  align-items: baseline;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6e4ee;
}
.dou-filter-heading strong { color: var(--dou-blue-dark); font-size: 21px; line-height: 1.2; }
.dou-filter-heading span { margin-left: 12px; color: #4d626d; font-size: 14px; }
.dou-filter-toggle { display: none; }
.dou-tools-mobile-bar { display: contents; }
.dou-sort-toggle { display: none; }
.dou-filter-panel { display: flex; align-items: end; flex: 1 1 auto; gap: 9px; }
.dou-filter-field { flex: 0 1 130px; }
.dou-filter-search { flex: 1 1 240px; }
.dou-filter-field label,
.sort-block label { display: block; margin: 0 0 7px; color: #263942; font-size: 15px; font-weight: 800; }
.dou-filter-field input,
.sort-block select {
  width: 100%;
  height: 46px !important;
  padding: 9px 11px;
  border: 2px solid #91bfce;
  border-radius: 7px;
  background: #fff;
  color: var(--dou-text);
  font-size: 16px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .04);
}
.dou-filter-field input::placeholder { color: #72838b; opacity: 1; }
.dou-filter-field input:focus,
.sort-block select:focus { border-color: var(--dou-blue); box-shadow: 0 0 0 3px rgba(21, 129, 165, .16); }
.dou-filter-reset {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 9px 15px;
  border: 0;
  border-radius: 7px;
  background: var(--dou-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.dou-filter-reset:hover { background: var(--dou-blue-dark); }
.dou-filter-actions { display: flex; flex: 0 0 auto; gap: 7px; }
.dou-filter-apply {
  min-height: 46px;
  padding: 8px 15px;
  border: 1px solid var(--dou-blue-dark);
  border-radius: 6px;
  background: var(--dou-blue);
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}
.dou-filter-apply:hover { background: var(--dou-blue-dark); }
.dou-category-tools .sort-block { flex: 0 0 190px; max-width: 190px; margin: 0 !important; }
.dou-category-tools .sort-block form { display: block; }
.dou-category-tools .sort-block select { max-width: none; }
.dou-filter-status {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #e8f5f9;
  color: #304b57;
  font-size: 15px;
}
.dou-active-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: -5px 0 12px;
  padding: 10px 12px;
  border: 1px solid #b9dce7;
  border-radius: 7px;
  background: #f3fbfd;
}
.dou-active-filters[hidden] { display: none !important; }
.dou-active-filters__label { color: #354b55; font-weight: 800; }
.dou-active-filters__items { display: flex; flex-wrap: wrap; gap: 7px; }
.dou-filter-chip {
  min-height: 34px;
  padding: 5px 9px 5px 11px;
  border: 1px solid #8bc8da;
  border-radius: 18px;
  background: #fff;
  color: #173c4a;
  font-weight: 700;
}
.dou-filter-chip span { margin-left: 7px; color: #b43831; font-size: 20px; line-height: 1; }
.dou-filter-clear-all { padding: 5px 3px; border: 0; background: transparent; color: var(--dou-blue-dark); text-decoration: underline; font-weight: 700; }
.dou-popular-products {
  clear: both;
  margin: 6px 0 24px;
  padding: 16px;
  border: 1px solid #f0d19a;
  border-radius: 11px;
  background: #fffaf0;
}
.dou-popular-products__heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.dou-popular-products__heading h2 { margin: 0; color: var(--dou-text); font-size: 23px; line-height: 1.2; }
.dou-popular-products__heading p { margin: 4px 0 0; color: #6d6251; font-size: 14px; }
.dou-popular-products__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.dou-popular-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ead7b5;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(85, 64, 30, .08);
}
.dou-popular-card__image { display: flex; align-items: center; justify-content: center; min-height: 145px; padding: 30px 8px 8px; }
.dou-popular-card__image img { max-height: 145px; width: auto; object-fit: contain; }
.dou-popular-card__body { display: flex; flex: 1; flex-direction: column; padding: 10px; }
.dou-popular-card__title { min-height: 42px; color: var(--dou-text); font-size: 14px; font-weight: 700; line-height: 1.3; }
.dou-popular-card__price { margin: 8px 0; color: #d9534f; font-size: 17px; font-weight: 800; }
.dou-popular-card__more { margin-top: auto; padding: 8px 10px; border-radius: 6px; background: var(--dou-orange); color: #272727; text-align: center; font-weight: 800; text-decoration: none; }
.dou-popular-card__more:hover { color: #272727; filter: brightness(.96); }
.dou-popular-badge {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 8px;
  padding: 5px 9px;
  border-radius: 15px;
  background: #df5149;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 3px 8px rgba(156, 45, 39, .22);
}
.m-products .productoverflow[hidden] { display: none !important; }
.dou-no-results {
  margin: 16px 0 24px;
  padding: 24px;
  border: 1px solid var(--dou-border);
  border-radius: 9px;
  background: var(--dou-bg);
  text-align: center;
}
.dou-no-results[hidden] { display: none !important; }
.dou-no-results strong,
.dou-no-results span { display: block; margin-bottom: 8px; }
.pagination { clear: both; text-align: center; }

/* Helpful SEO content for priority category pages. */
.dou-seo-category {
  clear: both;
  margin: 30px 0 22px;
  padding: 24px;
  border: 1px solid var(--dou-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(32, 53, 63, .07);
}
.dou-seo-category__eyebrow {
  margin: 0 0 7px;
  color: var(--dou-blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.dou-seo-category h2 { margin: 0 0 14px; color: var(--dou-text); font-size: 27px; line-height: 1.25; }
.dou-seo-category h3 { margin: 24px 0 12px; color: var(--dou-text); font-size: 21px; line-height: 1.3; }
.dou-seo-category p { color: #465760; font-size: 16px; line-height: 1.6; }
.dou-seo-category__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 4px;
}
.dou-seo-category__benefits > div {
  padding: 14px;
  border-left: 4px solid var(--dou-blue);
  border-radius: 7px;
  background: #f3f9fb;
}
.dou-seo-category__benefits strong,
.dou-seo-category__benefits span { display: block; }
.dou-seo-category__benefits strong { margin-bottom: 4px; color: var(--dou-blue-dark); font-size: 16px; }
.dou-seo-category__benefits span { color: #53646c; line-height: 1.45; }
.dou-seo-category__links > div { display: flex; flex-wrap: wrap; gap: 8px; }
.dou-seo-category__links a {
  display: inline-block;
  padding: 9px 13px;
  border: 1px solid #a9ceda;
  border-radius: 20px;
  background: #f7fcfd;
  color: var(--dou-blue-dark);
  font-weight: 700;
  text-decoration: none;
}
.dou-seo-category__links a:hover { border-color: var(--dou-blue); background: #eaf7fa; }
.dou-seo-category__guide ol { margin: 0; padding-left: 24px; }
.dou-seo-category__guide li { margin-bottom: 9px; color: #465760; font-size: 15px; line-height: 1.55; }
.dou-seo-category__faq details { border-top: 1px solid var(--dou-border); }
.dou-seo-category__faq details:last-child { border-bottom: 1px solid var(--dou-border); }
.dou-seo-category__faq summary {
  position: relative;
  padding: 14px 38px 14px 4px;
  color: var(--dou-text);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}
.dou-seo-category__faq summary::-webkit-details-marker { display: none; }
.dou-seo-category__faq summary::after { content: "+"; position: absolute; top: 10px; right: 7px; color: var(--dou-blue); font-size: 25px; line-height: 1; }
.dou-seo-category__faq details[open] summary::after { content: "−"; }
.dou-seo-category__faq details p { margin: 0; padding: 0 38px 15px 4px; font-size: 15px; }

/* Product grid and cards. */
.m-products { display: flex; flex-wrap: wrap; }
.m-products .productoverflow { float: none; display: flex; margin-bottom: 20px; }
.m-products .shadow {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--dou-border);
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
}
.dou-popular-badge--catalog { top: 9px; left: 9px; }
.m-products .art_left { min-height: 0; padding: 10px; }
.m-products .art_left > a { display: flex; align-items: center; justify-content: center; min-height: 210px; }
.m-products .art_left img { max-height: 210px; width: auto; object-fit: contain; }
.m-products .b_round { margin-top: auto; }
.m-products .price { display: inline-block; margin: 5px 0; color: #d9534f; font-size: 18px !important; font-weight: 700; }
.m-products .add_to_cart { padding-left: 0; }
.sort-block { max-width: 100%; }
.sort-block select { max-width: 190px; }

/* Product page: clearer actions and comfortable form controls. */
.productimage, .productdescription { min-width: 0; }
.dou-product-title {
  max-width: 980px;
  margin: 22px 0 18px;
  color: var(--dou-text);
  font-size: 32px;
  line-height: 1.2;
}
.productimage .logo_art {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 390px;
  padding: 12px;
  border: 1px solid var(--dou-border);
  border-radius: 10px;
  background: #fff;
}
.productimage .logo_art img { max-height: 480px; width: auto; object-fit: contain; }
.productimage .gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 18px;
  padding: 0;
}
.productimage .gallery li { float: none; width: auto; margin: 0; list-style: none; }
.productimage .gallery a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  padding: 5px;
  border: 1px solid var(--dou-border);
  border-radius: 7px;
  background: #fff;
}
.productimage .gallery img { max-height: 80px; width: auto; object-fit: contain; }
.dou-purchase-panel {
  padding: 20px;
  border: 1px solid var(--dou-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(32, 53, 63, .08);
}
.dou-price-label { margin-bottom: 2px; color: #667781; font-size: 14px; }
.dou-purchase-panel .price {
  display: block;
  margin-bottom: 14px;
  color: #d9534f;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
}
.dou-purchase-panel .add_to_cart { margin: 0 0 12px; padding: 0; }
.dou-purchase-panel .add_to_cart a { width: 100%; min-height: 48px; font-size: 17px !important; }
.dou-purchase-panel .click form { margin: 0; }
.dou-buy-notes { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.dou-buy-notes span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #eef8fb;
  color: var(--dou-blue-dark);
  font-size: 13px;
  font-weight: 700;
}
.productdescription .leftdescr,
.productdescription .rightdescr { margin-top: 18px; padding-left: 0; }
.productdescription .rightdescr { padding-left: 12px; }
.productdescription .rightdescr > a,
.productdescription .rightdescr > span,
.productdescription .rightdescr > button {
  display: block;
  width: 100%;
  margin: 0 0 8px;
}
.productdescription .ddiz {
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid var(--dou-blue);
  border-radius: 6px;
  background: #fff;
  color: var(--dou-blue-dark);
  text-align: center;
  font-weight: 700;
}
.tabs_cont { clear: both; margin-top: 24px; }
.tabs-nav { display: flex; gap: 4px; overflow-x: auto; border-bottom: 1px solid var(--dou-border); }
.tabs-nav .tab { flex: 0 0 auto; padding: 11px 14px; border-radius: 7px 7px 0 0; }
.tabs-nav .tab.active { background: var(--dou-blue); color: #fff; }
.tabs_cont .border1 { padding: 18px; border: 1px solid var(--dou-border); border-top: 0; }
.dou-mobile-buybar { display: none; }
.productdescription .add_to_cart a,
.productdescription .click input[type="submit"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  border-radius: 6px;
}
.productdescription .click form { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.productdescription .click input[type="tel"] {
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid var(--dou-border);
  border-radius: 6px;
}
.productdescription .click input[type="submit"] {
  border: 0;
  padding: 9px 16px;
  background: var(--dou-orange);
  color: #fff;
  font-weight: 700;
}

/* Cart and checkout. */
.cart-page { float: none; width: 100%; }
.cart-page .content { max-width: 1120px; margin: 0 auto; }
.cart-page h1 { margin: 25px 0; font-size: 30px; }
.dou-cart-table-wrap { width: 100%; overflow-x: auto; margin-bottom: 15px; }
.dou-cart-table { border-collapse: collapse; background: #fff; }
.dou-cart-table th { background: var(--dou-bg); }
.dou-cart-table th, .dou-cart-table td { padding: 10px; border-color: var(--dou-border); vertical-align: middle; }
.dou-cart-table input[type="text"] { min-height: 40px; padding: 6px; }
#alohacart_cart_form .button, .dou-catalog-link, .bay_prod.submit {
  display: inline-block;
  min-height: 42px;
  margin: 8px 8px 8px 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  background: var(--dou-blue);
  color: #fff;
  text-decoration: none;
}
.empty-cart-msg {
  padding: 28px;
  border: 1px solid var(--dou-border);
  border-radius: 9px;
  background: var(--dou-bg);
  text-align: center;
  font-size: 17px;
}
.empty-cart-msg strong { display: block; margin-bottom: 8px; font-size: 22px; }
#google-analytics-form fieldset { padding: 0 15px 0 0; }
#google-analytics-form label { display: block; margin-top: 9px; }
#google-analytics-form input[type="text"],
#google-analytics-form input[type="tel"],
#google-analytics-form input[type="email"],
#google-analytics-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid var(--dou-border);
  border-radius: 6px;
}
#google-analytics-form textarea { min-height: 86px; resize: vertical; }

@media (min-width: 992px) and (max-width: 1199px) {
  .dou-subcategories .cat4 { width: 25% !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dou-subcategories .cat4 { width: 33.3333% !important; }
}

@media (max-width: 767px) {
  body { font-size: 16px; }
  .header { padding: 7px 0; }
  .header .container { align-items: flex-start; }
  .header .logo { padding-right: 8px !important; }
  .header .logo2 { max-height: 72px; }
  .header .tel3, .header .post { display: none !important; }
  .header .tel2 { order: 3; width: 100%; margin-top: 6px; text-align: center; }
  .header .tel2 .mos { display: none; }
  .header .tel2 .mos:first-child { display: block; }
  .header .tel2 .ph { padding: 8px 14px; border-radius: 6px; background: #eef8fb; color: var(--dou-blue-dark); }
  .cartf { font-size: 13px; line-height: 1.25; text-align: right; }
  .cartf img { width: 28px; }
  .cartf .header__callbackBtn { display: none; }

  .menu { min-height: 0; padding: 8px 0; }
  .menu .container { padding-left: 10px; padding-right: 10px; }
  .mobile-menu-toggle {
    display: block;
    float: left;
    width: 42%;
    min-height: 42px;
    border: 0;
    border-radius: 6px;
    background: var(--dou-blue);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
  }
  .header-search { float: right; width: 56%; padding: 0 0 0 8px; }
  .formulaire_recherche .submit { padding: 0 10px; }
  #bs-example-navbar-collapse-1 { clear: both; width: 100%; padding: 8px 0 0; border: 0; box-shadow: none; }
  #bs-example-navbar-collapse-1 .nav { margin: 0; max-height: 68vh; overflow-y: auto; background: #fff; }
  #bs-example-navbar-collapse-1 .nav li { float: none; width: 100%; }
  #bs-example-navbar-collapse-1 .nav a { padding: 11px 12px; border-bottom: 1px solid var(--dou-border); }

  .container, .container_l_bg, .container_r_bg { width: 100%; max-width: 100%; }
  .left { width: 100%; margin: 12px 0 6px !important; padding-left: 10px; padding-right: 10px; }
  .leftmenu { max-height: 62vh; }
  .main { width: 100%; padding-left: 10px; padding-right: 10px; }
  .dou-subcategories { margin-left: -5px; margin-right: -5px; }
  .dou-subcategories .cat4 { width: 50% !important; padding: 5px; }
  .dou-subcategories .image { min-height: 135px; padding: 7px; }
  .dou-subcategories .image a { min-height: 120px; }
  .dou-subcategories .image img { max-height: 120px; }
  .dou-subcategories .catalog-title a { min-height: 64px; padding: 8px 6px 4px; font-size: 14px; }
  .dou-subcategory-more { min-height: 40px; padding: 6px; }
  .dou-category-tools { display: block; padding: 10px; }
  .dou-filter-heading { display: block; padding: 3px 2px 10px; }
  .dou-filter-heading strong { display: block; font-size: 19px; }
  .dou-filter-heading span { display: block; margin: 5px 0 0; font-size: 13px; line-height: 1.3; }
  .dou-tools-mobile-bar {
    position: sticky;
    z-index: 25;
    top: 4px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 6px;
    border: 1px solid #c9dce3;
    border-radius: 8px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 4px 14px rgba(20, 55, 70, .14);
  }
  .dou-filter-toggle,
  .dou-sort-toggle {
    display: block;
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 6px;
    margin: 0;
    background: var(--dou-orange);
    color: #272727;
    box-shadow: 0 4px 12px rgba(246, 166, 35, .28);
    font-size: 17px;
    font-weight: 800;
  }
  .dou-filter-toggle::before { content: "⚙ "; }
  .dou-sort-toggle {
    border: 1px solid var(--dou-blue);
    background: #fff;
    color: var(--dou-blue-dark);
    box-shadow: none;
  }
  .dou-sort-toggle::before { content: "↕ "; }
  .dou-filter-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 10px; }
  .dou-filter-panel.is-collapsed { display: none; }
  .dou-filter-search { grid-column: 1 / -1; }
  .dou-filter-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .dou-filter-reset,
  .dou-filter-apply { width: 100%; }
  .dou-category-tools .sort-block { width: 100%; max-width: none; margin-top: 10px !important; }
  .dou-category-tools .sort-block form { display: block; }
  .dou-active-filters { margin-top: -3px; }
  .dou-active-filters__label { width: 100%; }
  .dou-popular-products { padding: 12px; }
  .dou-popular-products__heading h2 { font-size: 21px; }
  .dou-popular-products__grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .dou-popular-card { flex: 0 0 72%; scroll-snap-align: start; }
  .dou-popular-card__image { min-height: 170px; }
  .dou-popular-card__image img { max-height: 165px; }
  .dou-seo-category { margin-top: 22px; padding: 17px; }
  .dou-seo-category h2 { font-size: 23px; }
  .dou-seo-category h3 { font-size: 19px; }
  .dou-seo-category__benefits { grid-template-columns: 1fr; }
  .dou-seo-category__links a { width: 100%; border-radius: 7px; }

  .m-products { margin-left: -5px; margin-right: -5px; }
  .m-products .productoverflow { width: 50%; padding-left: 5px; padding-right: 5px; margin-bottom: 10px; }
  .m-products .art_left { padding: 6px; }
  .m-products .art_left > a { min-height: 130px; }
  .m-products .art_left img { max-height: 130px; }
  .m-products .b_round .b_round_1 > a { min-height: 54px !important; padding: 0 6px; line-height: 1.25; }
  .m-products .price { font-size: 16px !important; }
  .m-products .add_to_cart a { display: block; padding: 10px 6px; text-align: center; }

  .dou-product-title { margin: 16px 0 12px; font-size: 25px; }
  .productimage { min-height: 0 !important; margin-bottom: 12px; padding-left: 0; padding-right: 0; }
  .productimage .logo_art { min-height: 270px; padding: 8px; }
  .productimage .logo_art img { max-height: 340px; }
  .productimage .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .productimage .gallery a { height: 78px; }
  .productimage .gallery img { max-height: 68px; }
  .productdescription { padding-left: 0; padding-right: 0; }
  .dou-purchase-panel { padding: 15px; }
  .dou-purchase-panel .price { font-size: 27px; }
  .productdescription .click input[type="tel"],
  .productdescription .click input[type="submit"] { width: 100%; }
  .productdescription .leftdescr,
  .productdescription .rightdescr { width: 100%; padding: 0; }
  .productdescription .rightdescr { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .productdescription .rightdescr > a,
  .productdescription .rightdescr > span,
  .productdescription .rightdescr > button { margin: 0; }
  .tabs_cont { margin-bottom: 76px; }
  .tabs_cont .border1 { padding: 13px; }
  .dou-mobile-buybar {
    position: fixed;
    z-index: 1040;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 12px;
    border-top: 1px solid var(--dou-border);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -5px 18px rgba(0, 0, 0, .13);
  }
  .dou-mobile-buybar__price { color: #d9534f; font-size: 18px; font-weight: 800; }
  .dou-mobile-buybar a {
    min-width: 130px;
    padding: 11px 20px;
    border-radius: 7px;
    background: var(--dou-blue);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
  }

  .dou-cart-table-wrap { overflow: visible; }
  .dou-cart-table, .dou-cart-table tbody, .dou-cart-table tr, .dou-cart-table td { display: block; width: 100%; }
  .dou-cart-table tr:first-child { display: none; }
  .dou-cart-table .product-row { margin-bottom: 14px; padding: 8px; border: 1px solid var(--dou-border); border-radius: 8px; }
  .dou-cart-table td { display: grid; grid-template-columns: 105px 1fr; gap: 8px; border: 0; border-bottom: 1px solid var(--dou-border); text-align: left; }
  .dou-cart-table td:last-child { border-bottom: 0; }
  .dou-cart-table td::before { content: attr(data-label); font-weight: 700; }
  .dou-cart-table td:first-child img { max-width: 80px; }
  .dou-cart-table center { text-align: left; }
  #google-analytics-form fieldset,
  #google-analytics-form .cart-hint { float: none !important; width: 100% !important; padding: 0 !important; }
  #google-analytics-form .cart-hint { margin-top: 24px; }
  .cart-page h1 { font-size: 26px; }
}

@media (max-width: 420px) {
  .m-products .productoverflow { width: 100%; }
  .m-products .art_left > a { min-height: 200px; }
  .m-products .art_left img { max-height: 200px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
