:root {
  --dsv-ux-ink: #1d273b;
  --dsv-ux-muted: #665f59;
  --dsv-ux-line: #ded2c5;
  --dsv-ux-panel: #f8f3ed;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body.dsv-b2b-index .site-content,
body.dsv-b2b-detail .site-content,
body.dsv-b2b-index .site-content > .ast-container,
body.dsv-b2b-detail .site-content > .ast-container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-right: 0;
  padding-left: 0;
  overflow: clip;
}

.dsv-b2b-explore,
.dsv-b2b-product-detail,
.dsv-b2b-explore *,
.dsv-b2b-product-detail * {
  min-width: 0;
}

.dsv-b2b-product-detail__purchase {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--dsv-ux-line);
}

.dsv-b2b-product-detail__purchase-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid var(--dsv-ux-ink);
  border-radius: 12px;
  background: var(--dsv-ux-ink);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}

.dsv-b2b-product-detail__purchase-button:hover,
.dsv-b2b-product-detail__purchase-button:focus-visible {
  background: #fff;
  color: var(--dsv-ux-ink) !important;
}

.dsv-b2b-product-detail__purchase-note,
.dsv-b2b-auth-notice {
  margin: 0;
  color: var(--dsv-ux-muted);
  font-size: 13px;
  line-height: 1.5;
}

.dsv-b2b-auth-notice {
  margin: 0 0 18px;
  padding: 13px 15px;
  border: 1px solid var(--dsv-ux-line);
  border-radius: 12px;
  background: var(--dsv-ux-panel);
}

.dsv-b2b-auth-notice a {
  color: var(--dsv-ux-ink);
  font-weight: 600;
}

.dsv-mobile-quicknav {
  display: none;
}

/* Remove unfinished template footer sections until real content is available. */
.elementor-location-footer .elementor-element-cc31e9a,
.elementor-location-footer .elementor-element-4076d63f,
.elementor-location-footer .elementor-element-43ddb150 {
  display: none !important;
}

.elementor-location-footer .elementor-element-6808b2ac > .elementor-container {
  justify-content: space-between;
}

.elementor-location-footer .elementor-element-101e57e6,
.elementor-location-footer .elementor-element-75be2208 {
  width: 48% !important;
}

@media (max-width: 767px) {
  html,
  body,
  #page,
  .site,
  .site-content,
  .site-content > .ast-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body header,
  body footer,
  body main {
    max-width: 100vw !important;
    min-width: 0 !important;
  }

  body.home .site-content,
  body.home .site-content > .ast-container,
  body.home .elementor,
  body.home .elementor > .e-con,
  body.home .elementor .e-con-inner,
  body.home .elementor .e-con,
  body.home .elementor .elementor-element,
  body.home .elementor .elementor-widget-wrap,
  body.home .elementor .elementor-widget-container {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.home .site-content > .ast-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    overflow: clip;
  }

  body.home .elementor-element-7d1613e6 > .e-con-inner,
  body.home .elementor-element-7d1613e6 .e-con,
  body.home .elementor-element-679202cd > .e-con-inner,
  body.home .elementor-element-871132d > .e-con-inner {
    width: 100% !important;
  }

  body.home .elementor-element-4f2db447,
  body.home .elementor-element-3734ff76 {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.home .elementor-element-6b2afb96,
  body.home .elementor-element-75d845b4 {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home .elementor-element-77dd1156,
  body.home .elementor-element-4940ff3d {
    width: 100% !important;
  }

  body.home .elementor-element-77dd1156 .elementor-heading-title {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 42px) !important;
    overflow-wrap: anywhere;
  }

  body.home .elementor-widget-image img {
    max-width: 100%;
    height: auto;
  }

  .dsv-b2b-explore {
    box-sizing: border-box !important;
    width: 100%;
    max-width: 100%;
    padding: 28px 10px 48px;
    overflow: hidden;
  }

  .dsv-b2b-explore h1 {
    max-width: 100%;
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .dsv-b2b-explore .dsv-b2b-explore__intro {
    max-width: 100%;
    font-size: 14px;
  }

  .dsv-b2b-explore .dsv-b2b-explore__grid {
    box-sizing: border-box !important;
    min-width: 0 !important;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .dsv-b2b-explore .dsv-b2b-product-card {
    box-sizing: border-box !important;
    min-width: 0 !important;
    width: 100%;
    max-width: 100%;
  }

  .dsv-b2b-explore .dsv-b2b-product-card__media,
  .dsv-b2b-explore .dsv-b2b-product-card__media img {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .dsv-b2b-explore .dsv-b2b-product-card__content {
    min-width: 0 !important;
    padding: 10px !important;
  }

  .dsv-b2b-explore .dsv-b2b-product-card__title,
  .dsv-b2b-explore .dsv-b2b-product-card__title a {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  .dsv-b2b-explore .dsv-b2b-product-card__meta {
    gap: 4px !important;
  }

  .dsv-b2b-explore .dsv-b2b-product-card__meta > * {
    max-width: 100%;
    padding: 4px 6px !important;
    font-size: 9px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dsv-b2b-explore .dsv-b2b-product-card__cart {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }

  .dsv-b2b-explore .dsv-b2b-auth-notice,
  .dsv-b2b-explore .dsv-b2b-explore__toolbar,
  .dsv-b2b-explore .dsv-b2b-explore__controls {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere;
  }

  .dsv-b2b-explore .dsv-b2b-product-card__title,
  .dsv-b2b-explore .dsv-b2b-product-card__title a {
    overflow-wrap: anywhere;
  }

  .dsv-b2b-explore .dsv-b2b-product-card__footer {
    align-items: flex-end;
  }

  .dsv-b2b-product-detail {
    width: 100%;
    max-width: 100%;
    padding: 28px 12px 54px;
  }

  .dsv-b2b-product-detail .dsv-b2b-product-detail__overview {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .dsv-mobile-quicknav {
    box-sizing: border-box !important;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    position: sticky;
    z-index: 9998;
    top: 0;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    border-top: 1px solid #ece7e1;
    border-bottom: 1px solid #ece7e1;
    background: rgba(255, 255, 255, .98);
  }

  .dsv-mobile-quicknav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 4px;
    color: var(--dsv-ux-ink);
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }

  .dsv-mobile-quicknav a + a {
    border-left: 1px solid #ece7e1;
  }

  .elementor-location-footer .elementor-element-6808b2ac > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .elementor-location-footer .elementor-element-101e57e6,
  .elementor-location-footer .elementor-element-75be2208 {
    width: 100% !important;
  }
}
