/* Keep the same search geometry in the homepage and shared header. */
:is(#dxs-design, .dxs-shared-shell) .dx-search > input[type="search"] {
  height: 44px !important;
  min-height: 44px !important;
  line-height: 24px !important;
  padding: 10px 12px !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
:is(#dxs-design, .dxs-shared-shell) .dx-search > button[type="submit"] {
  box-sizing: border-box !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* The theme reset applies padding:0!important to every homepage article. */
body.dxs-home-active #dxs-design .dx-product { padding: 16px !important; }
@media (max-width: 600px) {
  body.dxs-home-active #dxs-design .dx-product { padding: 11px !important; }
}

/* The Sennheiser category link looks like the other brand shortcuts. */
#dxs-design .dx-brand-shortcuts a {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 9px 12px; border: 1px solid #dfe2e5;
  border-radius: 6px; background: #f5f6f7; font-size: 12px;
  font-weight: 700; text-decoration: none;
}
#dxs-design .dx-brand-shortcuts a:hover { background: #fff3df; border-color: #edbd71; text-decoration: none; }

/* Let the existing 15px column padding form a clear gap between catalog cards. */
body.dxs-shared-active.archive.woocommerce-page ul.products li.product {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.dxs-shared-active.archive.woocommerce-page ul.products li.product .product-item {
  overflow: hidden;
  background: #fff;
  border-color: #e2e4e6;
  border-radius: 12px;
  box-shadow: 0 4px 14px #23262b0b;
}

/* Give the main photograph breathing room while retaining the native gallery. */
body.dxs-shared-active.single-product .woocommerce-product-gallery__image > a > img {
  box-sizing: border-box !important;
  padding: 18px;
  background: #f8f8f7;
  border-radius: 12px;
  object-fit: contain;
}
@media (max-width: 600px) {
  body.dxs-shared-active.single-product .woocommerce-product-gallery__image > a > img { padding: 10px; }
}

/* Keep the theme's mobile purchase action flush with the viewport edge. */
@media (max-width: 600px) {
  body.dxs-shared-active.single-product .floating-add-to-cart {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding-bottom: calc(15px + env(safe-area-inset-bottom, 0px)) !important;
  }
  body.dxs-shared-active.single-product { padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px)); }
}
body.dxs-home-active{margin:0}
body.dxs-home-active .cky-notice-des,body.dxs-home-active .cky-notice-des p{font-family:Arial,Helvetica,sans-serif!important}
