body.sdd-v16 {
  --sdd-v16-container: 1360px;
  --sdd-v16-ink: #20262b;
  --sdd-v16-muted: #647078;
  --sdd-v16-orange: #c65308;
  --sdd-v16-orange-dark: #9d3f04;
  --sdd-v16-line: #e6ddd4;
  --sdd-v16-paper: #fffdf9;
  --sdd-v16-warm: #f7f2ec;
  --sdd-v16-green: #e7eeea;
  --sdd-v16-shadow: 0 18px 48px rgba(32, 38, 43, 0.09);
  --sdd-v16-radius: 26px;
  color: var(--sdd-v16-ink);
  background: #fff;
}

body.sdd-v16 :focus-visible {
  outline: 3px solid rgba(198, 83, 8, 0.48) !important;
  outline-offset: 3px !important;
}

body.sdd-v16 .header_infoblock button,
body.sdd-v16 .header_infoblock [aria-label*="Zamknij"] {
  display: none !important;
}

body.sdd-v16 :is(
  .custom-area,
  .sdd-v13-section,
  .sdd-v13-products,
  .sdd-v13-trust,
  .sdd-v13-newsletter
) {
  box-sizing: border-box;
  width: min(calc(100% - 48px), var(--sdd-v16-container));
  max-width: var(--sdd-v16-container);
  margin-inline: auto !important;
}

body.sdd-v16 .custom-area {
  padding-top: clamp(22px, 2.6vw, 38px) !important;
}

body.sdd-v16 .header_with_searchbar .container-wrapper,
body.sdd-v16 #header_main_menu :is(.container-xxl, .container-wrapper) {
  max-width: var(--sdd-v16-container) !important;
}

body.sdd-v16 #header_main_searchbar :is(.search-input, input[type="search"]) {
  border-color: #d8d0c8 !important;
  background: #fbf9f6 !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.sdd-v16 #header_main_searchbar :is(.search-input, input[type="search"]):focus {
  border-color: #b96833 !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(198, 83, 8, 0.11) !important;
}

body.sdd-v16 .sdd-v13-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(300px, 0.78fr);
  gap: 16px;
  width: 100%;
  max-width: none;
}

body.sdd-v16 .sdd-v13-hero__main {
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr) !important;
  min-height: 532px;
  overflow: hidden;
  border: 1px solid var(--sdd-v16-line);
  border-radius: var(--sdd-v16-radius);
  background: linear-gradient(135deg, #fbf7f1 0%, #f5eee6 57%, #e8efec 100%);
  box-shadow: 0 22px 58px rgba(32, 38, 43, 0.08);
}

body.sdd-v16 .sdd-v13-hero__copy {
  position: relative;
  z-index: 4;
  align-self: center;
  padding: clamp(42px, 4vw, 66px) clamp(34px, 3vw, 46px);
}

body.sdd-v16 .sdd-v13-eyebrow {
  margin: 0 0 18px;
  color: var(--sdd-v16-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.sdd-v16 .sdd-v13-hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--sdd-v16-ink);
  font-size: clamp(45px, 3vw, 50px);
  font-weight: 790;
  line-height: 0.99;
  letter-spacing: -0.047em;
  text-wrap: balance;
}

body.sdd-v16 .sdd-v13-hero__lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #4e5a62;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.58;
}

body.sdd-v16 .sdd-v13-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

body.sdd-v16 .sdd-v13-button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 760;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.sdd-v16 .sdd-v13-button:is(:hover, :focus-visible) {
  transform: translateY(-2px);
}

body.sdd-v16 .sdd-v13-button--primary {
  background: var(--sdd-v16-ink) !important;
  box-shadow: 0 10px 24px rgba(32, 38, 43, 0.18);
}

body.sdd-v16 .sdd-v13-button--secondary {
  color: var(--sdd-v16-ink) !important;
  border-color: #d5c9be !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

body.sdd-v16 .sdd-v13-hero__products {
  position: relative;
  min-height: 532px !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 24%, rgba(255, 255, 255, 0.92) 0 18%, transparent 19%),
    radial-gradient(circle at 52% 62%, rgba(198, 83, 8, 0.09), transparent 42%);
}

body.sdd-v16 .sdd-v16-product-visual {
  position: absolute;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 7px;
  margin: 0;
  padding: 10px 10px 9px;
  overflow: hidden;
  color: var(--sdd-v16-ink) !important;
  text-decoration: none !important;
  border: 1px solid rgba(222, 211, 201, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(32, 38, 43, 0.13);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.sdd-v16 .sdd-v16-product-visual:is(:hover, :focus-visible) {
  z-index: 6;
  box-shadow: 0 24px 52px rgba(32, 38, 43, 0.18);
  transform: translateY(-3px) rotate(0deg) !important;
}

body.sdd-v16 .sdd-v16-product-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 7px;
  object-fit: contain;
  border-radius: 13px;
  background: #fff;
}

body.sdd-v16 .sdd-v16-product-visual span {
  display: block;
  padding: 0 3px 2px;
  overflow: hidden;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.sdd-v16 .sdd-v16-product-visual--dominant {
  z-index: 3;
  top: 48px;
  right: 42px;
  width: 232px;
  height: 272px;
  transform: rotate(1.2deg);
}

body.sdd-v16 .sdd-v16-product-visual--medium {
  z-index: 2;
  top: 302px;
  right: 164px;
  width: 174px;
  height: 196px;
  transform: rotate(-1.6deg);
}

body.sdd-v16 .sdd-v16-product-visual--small {
  z-index: 1;
  top: 332px;
  right: 22px;
  width: 132px;
  height: 154px;
  transform: rotate(1.8deg);
}

body.sdd-v16 .sdd-v13-hero__aside {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.sdd-v16 .sdd-v13-hero-card {
  position: relative;
  min-height: 258px;
  overflow: hidden;
  padding: 28px;
  color: #fff !important;
  border: 1px solid rgba(31, 36, 40, 0.12);
  border-radius: var(--sdd-v16-radius);
  background: #31383c;
  box-shadow: var(--sdd-v16-shadow);
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.sdd-v16 .sdd-v13-hero-card:is(:hover, :focus-visible) {
  box-shadow: 0 24px 58px rgba(32, 38, 43, 0.16);
  transform: translateY(-3px);
}

body.sdd-v16 .sdd-v13-hero-card::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(19, 23, 26, 0.86), rgba(19, 23, 26, 0.46) 54%, rgba(19, 23, 26, 0.08) 100%);
}

body.sdd-v16 .sdd-v13-hero-card > img {
  position: absolute;
  z-index: 0;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  background: transparent !important;
  mix-blend-mode: normal !important;
}

body.sdd-v16 .sdd-v13-hero-card__kicker {
  margin: 0 0 8px;
  color: #ffd9bb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.sdd-v16 .sdd-v13-hero-card strong {
  max-width: 220px;
  color: #fff;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.04;
}

body.sdd-v16 .sdd-v13-inline-link {
  margin-top: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 760;
}

body.sdd-v16 .sdd-v13-trust {
  margin-top: 18px !important;
}

body.sdd-v16 .sdd-v13-trust .container-wrapper {
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid var(--sdd-v16-line);
  border-radius: 20px;
  background: var(--sdd-v16-warm);
}

body.sdd-v16 .sdd-v15-trust__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.sdd-v16 .sdd-v15-trust__item {
  min-height: 112px;
  padding: 20px 22px;
}

body.sdd-v16 .sdd-v13-section,
body.sdd-v16 .sdd-v13-products {
  margin-top: clamp(58px, 6vw, 86px) !important;
}

body.sdd-v16 .sdd-v13-section-heading,
body.sdd-v16 .sdd-v13-products .heading-container {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px !important;
}

body.sdd-v16 .sdd-v13-section-heading h2,
body.sdd-v16 .sdd-v13-products .heading_title {
  margin: 0 !important;
  color: var(--sdd-v16-ink);
  font-size: clamp(30px, 2.5vw, 40px) !important;
  font-weight: 780 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
}

body.sdd-v16 .sdd-v13-kicker {
  margin-bottom: 9px;
  color: var(--sdd-v16-orange);
}

body.sdd-v16 .sdd-v13-section-heading > :is(a, button),
body.sdd-v16 .sdd-v13-products .sdd-carousel-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 8px 0 7px;
  color: var(--sdd-v16-ink) !important;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none !important;
  border: 0;
  border-bottom: 1px solid #bdafa3;
  border-radius: 0;
  background: transparent;
  white-space: nowrap;
}

body.sdd-v16 .sdd-v13-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.sdd-v16 .sdd-v13-category {
  position: relative;
  display: block;
  min-height: 196px;
  overflow: hidden;
  border: 1px solid var(--sdd-v16-line);
  border-radius: 20px;
  background: #f4eee7;
  box-shadow: 0 10px 30px rgba(32, 38, 43, 0.055);
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.sdd-v16 .sdd-v13-category:nth-child(3n + 2) { background: #e8efeb; }
body.sdd-v16 .sdd-v13-category:nth-child(3n) { background: #f5e9d4; }

body.sdd-v16 .sdd-v13-category::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 253, 249, 0.96) 0 34%, rgba(255, 253, 249, 0.52) 53%, transparent 78%);
  content: "";
  pointer-events: none;
}

body.sdd-v16 .sdd-v13-category:is(:hover, :focus-visible) {
  border-color: #d2b9a5;
  box-shadow: 0 18px 40px rgba(32, 38, 43, 0.12);
  transform: translateY(-3px);
}

body.sdd-v16 .sdd-v13-category img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: var(--sdd-v16-image-position, center);
  border-radius: 0;
  background: transparent;
}

body.sdd-v16 .sdd-v13-category.sdd-v16-category--contain img {
  top: 8%;
  right: 4%;
  bottom: 8%;
  left: auto;
  width: 66%;
  height: 84%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body.sdd-v16 .sdd-v13-category__copy {
  position: absolute;
  z-index: 2;
  inset: auto 44% 20px 20px;
  display: block;
  padding: 0;
  background: transparent;
}

body.sdd-v16 .sdd-v13-category__copy small {
  display: block;
  margin-bottom: 7px;
  color: var(--sdd-v16-orange-dark);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.sdd-v16 .sdd-v13-category__copy strong {
  display: block;
  color: var(--sdd-v16-ink);
  font-size: 19px;
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

body.sdd-v16 .sdd-v13-products .heading-container > li:first-child {
  min-width: 0;
}

body.sdd-v16 .sdd-v13-products .sdd-v13-products__all-item {
  margin-left: auto !important;
}

body.sdd-v16 .sdd-v13-products .sdd-v15-products__lead {
  margin-top: 9px;
  color: var(--sdd-v16-muted);
  font-size: 14px;
}

body.sdd-v16 .sdd-v13-products .owl-stage {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100% !important;
  transform: none !important;
}

body.sdd-v16 .sdd-v13-products .owl-item {
  width: auto !important;
  min-width: 0;
}

body.sdd-v16 .sdd-v13-products .product-tile {
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--sdd-v16-line) !important;
  border-radius: 20px !important;
  background: #fff;
  box-shadow: 0 10px 28px rgba(32, 38, 43, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.sdd-v16 .sdd-v13-products .product-tile:is(:hover, :focus-within) {
  border-color: #d4c2b2 !important;
  box-shadow: 0 18px 42px rgba(32, 38, 43, 0.11);
  transform: translateY(-3px);
}

body.sdd-v16 .sdd-v13-products .product-img-container {
  height: 278px !important;
  min-height: 278px !important;
  margin: 10px 10px 0 !important;
  overflow: hidden;
  border-radius: 15px;
  background: #faf8f5;
}

body.sdd-v16 .sdd-v13-products .product-img {
  width: 100% !important;
  height: 100% !important;
  padding: 12px;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
}

body.sdd-v16 .sdd-v13-products .product-description {
  display: flex !important;
  flex-direction: column;
  min-height: 250px;
  padding: 17px !important;
}

body.sdd-v16 .sdd-v13-products .sdd-v15-product-brand {
  margin-bottom: 7px;
  color: var(--sdd-v16-orange-dark);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.09em;
}

body.sdd-v16 .sdd-v13-products .product-name-container {
  min-height: 54px;
}

body.sdd-v16 .sdd-v13-products .product-name {
  display: -webkit-box !important;
  overflow: hidden;
  color: var(--sdd-v16-ink) !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  line-height: 1.36 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.sdd-v16 .sdd-v13-products .sdd-v15-product-specs {
  min-height: 38px;
  margin: 8px 0 9px;
  color: var(--sdd-v16-muted);
  font-size: 11px;
  line-height: 1.4;
}

body.sdd-v16 .sdd-v13-products .sdd-v13-availability {
  margin: 0 0 8px;
  color: #397550;
  font-size: 11px;
  font-weight: 720;
}

body.sdd-v16 .sdd-v13-products .product-price-container {
  margin-top: auto !important;
  padding-top: 2px;
}

body.sdd-v16 .sdd-v13-products .product-action {
  position: static !important;
  width: 100% !important;
  margin: 14px 0 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

body.sdd-v16 .sdd-v13-products .button_addToCart {
  width: 100% !important;
  min-height: 44px;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  text-transform: none !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--sdd-v16-ink) !important;
}

body.sdd-v16 .sdd-v13-products .button_addToCart:is(:hover, :focus-visible) {
  background: var(--sdd-v16-orange-dark) !important;
}

body.sdd-v16 .sdd-v13-need-grid {
  gap: 16px;
}

body.sdd-v16 .sdd-v13-need {
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(32, 38, 43, 0.1);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(32, 38, 43, 0.075);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.sdd-v16 .sdd-v13-need:is(:hover, :focus-visible) {
  box-shadow: 0 22px 46px rgba(32, 38, 43, 0.13);
  transform: translateY(-3px);
}

body.sdd-v16 .sdd-v13-need::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 29, 32, 0.83), rgba(24, 29, 32, 0.38) 60%, transparent 100%);
  content: "";
}

body.sdd-v16 .sdd-v13-need > img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}

body.sdd-v16 .sdd-v13-need > :not(img) {
  position: relative;
  z-index: 2;
  max-width: 64%;
  color: #fff;
}

body.sdd-v16 .sdd-v13-need > span { color: #ffd8b8; }
body.sdd-v16 .sdd-v13-need > small { color: rgba(255, 255, 255, 0.85); }

body.sdd-v16 .sdd-v13-why {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 68px);
  padding: clamp(34px, 4.4vw, 58px);
  border-color: var(--sdd-v16-line);
  background: linear-gradient(135deg, #f7f1ea 0%, #fffdf9 56%, #e8f0ec 100%);
}

body.sdd-v16 .sdd-v13-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.sdd-v16 .sdd-v13-facts > div {
  display: flex;
  flex-direction: column;
  min-height: 160px;
  padding: 20px;
  border-color: rgba(97, 81, 69, 0.14);
  background: rgba(255, 255, 255, 0.78);
}

body.sdd-v16 .sdd-v13-facts dd {
  margin-bottom: 12px;
}

body.sdd-v16 .sdd-v13-facts a {
  align-self: flex-start;
  margin-top: auto;
  color: var(--sdd-v16-orange-dark) !important;
  font-size: 12px;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.sdd-v16 .sdd-v13-newsletter {
  margin-top: clamp(60px, 6vw, 86px) !important;
  margin-bottom: clamp(54px, 6vw, 80px) !important;
  border-radius: 24px;
  background: linear-gradient(135deg, #20262b, #31393d) !important;
  box-shadow: 0 18px 46px rgba(32, 38, 43, 0.16);
}

body.sdd-v16 .sdd-v13-newsletter .container-wrapper {
  width: 100%;
  padding: 34px 42px !important;
}

body.sdd-v16 .sdd-v16-newsletter-privacy {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.45;
}

body.sdd-v16 .sdd-v16-newsletter-privacy a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.sdd-v16 footer {
  color: #423f3b;
  background: #f4eee7;
}

body.sdd-v16 footer .footer-row {
  padding-top: 42px;
  padding-bottom: 38px;
}

body.sdd-v16 footer .footer-logo .logo-image {
  max-width: 220px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body.sdd-v16 footer .footer-text {
  color: #4f4b47 !important;
}

body.sdd-v16 footer .footer-text:is(:hover, :focus-visible) {
  color: var(--sdd-v16-orange-dark) !important;
}

body.sdd-v16 footer .footer_rights {
  border-top: 1px solid #ded3c8;
  background: #eee6de;
}

body.sdd-v16 footer .footer_rights .center-block-position {
  gap: 10px 16px;
  padding: 16px 24px;
}

body.sdd-v16 .sdd-v16-copyright {
  color: #655f59;
  font-size: 11px;
}

@media (max-width: 1199px) {
  body.sdd-v16 .sdd-v13-hero {
    grid-template-columns: 1fr;
  }

  body.sdd-v16 .sdd-v13-hero__aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  body.sdd-v16 .sdd-v13-hero-card {
    min-height: 220px;
  }
}

@media (min-width: 641px) and (max-width: 991px) {
  body.sdd-v16 :is(.sdd-shell-mobile-search, .sdd-v13-mobile-search) {
    display: none !important;
  }

  body.sdd-v16 .sdd-v13-products .owl-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.sdd-v16 .sdd-v13-hero__main {
    grid-template-columns: 1fr !important;
  }

  body.sdd-v16 .sdd-v13-hero__copy {
    padding-bottom: 22px;
  }

  body.sdd-v16 .sdd-v13-hero__products {
    min-height: 330px !important;
  }

  body.sdd-v16 .sdd-v16-product-visual--dominant { top: 18px; right: 50%; margin-right: -104px; }
  body.sdd-v16 .sdd-v16-product-visual--medium { top: 118px; right: calc(50% - 214px); }
  body.sdd-v16 .sdd-v16-product-visual--small { top: 156px; right: calc(50% + 92px); }
  body.sdd-v16 .sdd-v13-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.sdd-v16 .sdd-v13-need-grid { grid-template-columns: 1fr; }
  body.sdd-v16 .sdd-v13-why { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body.sdd-v16 :is(
    .custom-area,
    .sdd-v13-section,
    .sdd-v13-products,
    .sdd-v13-trust,
    .sdd-v13-newsletter
  ) {
    width: min(calc(100% - 24px), var(--sdd-v16-container));
  }

  body.sdd-v16 .custom-area { padding-top: 12px !important; }
  body.sdd-v16 .sdd-v13-hero { gap: 10px; }
  body.sdd-v16 .sdd-v13-hero__main { min-height: 0; border-radius: 21px; }
  body.sdd-v16 .sdd-v13-hero__copy { padding: 28px 20px 18px; }
  body.sdd-v16 .sdd-v13-eyebrow { margin-bottom: 14px; font-size: 9px; }

  body.sdd-v16 .sdd-v13-hero h1 {
    max-width: 330px;
    font-size: clamp(32px, 9.2vw, 36px);
    line-height: 1.01;
  }

  body.sdd-v16 .sdd-v13-hero__lead {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.52;
  }

  body.sdd-v16 .sdd-v13-actions { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 22px; }
  body.sdd-v16 .sdd-v13-button { width: 100%; min-height: 46px; }
  body.sdd-v16 .sdd-v13-hero__products { min-height: 216px !important; }

  body.sdd-v16 .sdd-v16-product-visual { padding: 6px 6px 5px; border-radius: 14px; }
  body.sdd-v16 .sdd-v16-product-visual span { font-size: 8px; }
  body.sdd-v16 .sdd-v16-product-visual--dominant { top: 7px; right: 50%; width: 144px; height: 166px; margin-right: -62px; }
  body.sdd-v16 .sdd-v16-product-visual--medium { top: 76px; right: calc(50% - 142px); width: 106px; height: 124px; }
  body.sdd-v16 .sdd-v16-product-visual--small { top: 102px; right: calc(50% + 66px); width: 88px; height: 104px; }

  body.sdd-v16 .sdd-v13-hero__aside { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  body.sdd-v16 .sdd-v13-hero-card { min-height: 172px; padding: 16px; border-radius: 18px; }
  body.sdd-v16 .sdd-v13-hero-card strong { max-width: 135px; font-size: 18px; }
  body.sdd-v16 .sdd-v13-inline-link { margin-top: 10px; font-size: 10px; }

  body.sdd-v16 .sdd-v15-trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.sdd-v16 .sdd-v15-trust__item { min-height: 104px; padding: 15px 13px; }

  body.sdd-v16 .sdd-v13-section,
  body.sdd-v16 .sdd-v13-products { margin-top: 48px !important; }

  body.sdd-v16 .sdd-v13-section-heading,
  body.sdd-v16 .sdd-v13-products .heading-container {
    align-items: flex-end !important;
    gap: 12px;
    margin-bottom: 16px !important;
  }

  body.sdd-v16 .sdd-v13-section-heading h2,
  body.sdd-v16 .sdd-v13-products .heading_title { font-size: 27px !important; }

  body.sdd-v16 .sdd-v13-section-heading > :is(a, button),
  body.sdd-v16 .sdd-v13-products .sdd-carousel-all { font-size: 11px; }

  body.sdd-v16 .sdd-v13-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  body.sdd-v16 .sdd-v13-category { min-height: 154px; border-radius: 16px; }
  body.sdd-v16 .sdd-v13-category::after { background: linear-gradient(0deg, rgba(255, 253, 249, 0.96) 0 31%, rgba(255, 253, 249, 0.36) 53%, transparent 76%); }
  body.sdd-v16 .sdd-v13-category__copy { inset: auto 10px 11px 11px; }
  body.sdd-v16 .sdd-v13-category__copy small { display: none; }
  body.sdd-v16 .sdd-v13-category__copy strong { font-size: 13px; }
  body.sdd-v16 .sdd-v13-category.sdd-v16-category--contain img { top: 2%; right: 8%; width: 84%; height: 80%; }

  body.sdd-v16 .sdd-v13-products .owl-stage-outer {
    width: calc(100% + 12px);
    margin-right: -12px;
    padding: 1px 12px 10px 0;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    overscroll-behavior-inline: contain;
  }

  body.sdd-v16 .sdd-v13-products .owl-stage {
    display: flex !important;
    grid-template-columns: none;
    gap: 12px;
    width: max-content !important;
  }

  body.sdd-v16 .sdd-v13-products .owl-item {
    flex: 0 0 min(82vw, 310px) !important;
    width: min(82vw, 310px) !important;
    scroll-snap-align: start;
  }

  body.sdd-v16 .sdd-v13-products .product-tile { min-height: 502px; }
  body.sdd-v16 .sdd-v13-products .product-img-container { height: 245px !important; min-height: 245px !important; }
  body.sdd-v16 .sdd-v13-products .product-description { min-height: 242px; padding: 16px !important; }
  body.sdd-v16 .sdd-v13-products .product-name-container { min-height: 52px; }
  body.sdd-v16 .sdd-v13-products .product-name { font-size: 14px !important; }
  body.sdd-v16 .sdd-v13-products .sdd-v15-product-specs { min-height: 34px; }

  body.sdd-v16 .sdd-v13-need { min-height: 238px; padding: 22px; }
  body.sdd-v16 .sdd-v13-need > :not(img) { max-width: 72%; }
  body.sdd-v16 .sdd-v13-why { padding: 28px 20px; border-radius: 21px; }
  body.sdd-v16 .sdd-v13-facts { grid-template-columns: 1fr; }
  body.sdd-v16 .sdd-v13-facts > div { min-height: 0; }
  body.sdd-v16 .sdd-v13-newsletter .container-wrapper { padding: 28px 18px !important; }
  body.sdd-v16 footer .footer-row { padding-top: 30px; padding-bottom: 26px; }
}

@media (max-width: 430px) {
  body.sdd-v16 .sdd-v13-hero-card { min-height: 162px; padding: 14px; }
  body.sdd-v16 .sdd-v13-hero-card strong { max-width: 118px; font-size: 16px; }
  body.sdd-v16 .sdd-v13-section-heading h2,
  body.sdd-v16 .sdd-v13-products .heading_title { font-size: 25px !important; }
  body.sdd-v16 .sdd-v13-products .owl-item { flex-basis: min(84vw, 306px) !important; width: min(84vw, 306px) !important; }
}

@media (prefers-reduced-motion: reduce) {
  body.sdd-v16 *,
  body.sdd-v16 *::before,
  body.sdd-v16 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
