/* =============================================================================
   Doctor Launch × Seller — production bridge
   Design tokens win; Seller JS hooks (.js-*, .s-*, .add-to-cart) stay functional
   ============================================================================= */

.drlaunch-body {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  background: #fff;
  color: #1a1917;
  line-height: 1.4;
  overflow-x: clip;
}

/*
 * The DL base sheet intentionally owns generic .btn, ul and .container.
 * Seller's legacy markup still uses these class names for controls/content, so
 * restore only the semantic cases here instead of loading its global Bootstrap
 * stylesheet back into the page.
 */
.drlaunch-theme .container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ---- Global type scale and title alignment ----
   Seller's utility classes turn its page title into a centred, Bootstrap-sized
   block.  Keep the page chrome on the same Manrope scale as the static design. */
.drlaunch-theme,
.drlaunch-theme button,
.drlaunch-theme input,
.drlaunch-theme select,
.drlaunch-theme textarea {
  font-family: Manrope, system-ui, sans-serif;
}

.drlaunch-theme .b-header-global {
  padding-top: 0 !important;
  margin: 0 0 18px;
}

.drlaunch-theme .b-header-global > .container-fluid > .d-flex {
  align-items: stretch !important;
}

.drlaunch-theme .b-header-global .s-global-header {
  align-self: stretch;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  color: #1a1917;
  font: 700 28px/34px Manrope, system-ui, sans-serif;
  letter-spacing: 0;
}

.drlaunch-theme .b-header-global .breadcrumbs-layout,
.drlaunch-theme .b-header-global .breadcrumbs {
  margin-bottom: 16px;
  color: #9c9a96;
  font: 400 12px/16px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-category-wrapper .s-category-header,
.drlaunch-theme .s-product-page .s-product-header,
.drlaunch-theme .s-cart-page .cart-page__title {
  color: #1a1917;
  font-family: Manrope, system-ui, sans-serif;
  letter-spacing: 0;
}

.drlaunch-theme .s-category-wrapper .section-title,
.drlaunch-theme .s-product-page .section-title,
.drlaunch-theme .s-cart-page .section-title,
.drlaunch-theme .s-home-wrapper .section-title {
  color: #1a1917;
  font: 700 18px/24px Manrope, system-ui, sans-serif;
  letter-spacing: -.02em;
}

.drlaunch-theme .product-card__title,
.drlaunch-theme .product-card__price {
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .drlaunch-theme .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .drlaunch-theme .b-header-global {
    margin-bottom: 12px;
  }

  .drlaunch-theme .b-header-global .s-global-header {
    font-size: 22px;
    line-height: 26px;
  }

  .drlaunch-theme .b-header-global .breadcrumbs-layout,
  .drlaunch-theme .b-header-global .breadcrumbs {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 15px;
  }

  .drlaunch-theme .s-category-wrapper .section-title,
  .drlaunch-theme .s-product-page .section-title,
  .drlaunch-theme .s-cart-page .section-title,
  .drlaunch-theme .s-home-wrapper .section-title {
    font-size: 14px;
    line-height: 24px;
  }
}

/* ---- Account, auth and utility forms ---- */
.drlaunch-theme :is(.s-auth-page, .s-signup-page) {
  width: 100%;
  max-width: 520px;
  min-height: 420px;
  margin: 0 auto 56px;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) > .container,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .row,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) [class*="col-"] {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .text-center {
  max-width: 460px;
  margin: 0 auto 18px !important;
  color: #5f5e5a !important;
  font: 400 14px/21px Manrope, system-ui, sans-serif;
  text-align: center;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-form-wrapper,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-login-form-wrapper,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-signup-form-wrapper,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-forgotpassword-form-wrapper {
  box-sizing: border-box;
  padding: 28px;
  border: 1px solid #e0ded9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(26, 25, 23, .06);
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-field {
  margin: 0 0 16px;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-name {
  margin: 0 0 6px;
  color: #3b3a37;
  font: 500 13px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-value {
  min-width: 0;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .form-check {
  display: flex;
  width: auto;
  min-width: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  color: #5f5e5a;
  font: 400 12px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .form-check input[type="checkbox"] {
  flex: 0 0 auto;
  margin: 2px 0 0;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) input:not([type="hidden"]):not([type="checkbox"]),
.drlaunch-theme :is(.s-auth-page, .s-signup-page) select,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) textarea {
  display: block;
  width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  padding: 11px 13px;
  border: 1px solid #d4d1cb;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: #1a1917;
  font: 400 14px/20px Manrope, system-ui, sans-serif;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) input:focus,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) select:focus,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) textarea:focus {
  border-color: #1a6cff;
  box-shadow: 0 0 0 3px rgba(26, 108, 255, .12);
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-login-forgotpassword-url,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-signup-url a,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-forgotpassword-url,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-auth-adapters a {
  color: #185fa5;
  font: 500 13px/20px Manrope, system-ui, sans-serif;
  text-decoration: none;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-login-forgotpassword-url:hover,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-signup-url a:hover,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-forgotpassword-url:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-login-form-actions,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-buttons-wrapper {
  display: grid;
  gap: 12px;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .btn-theme,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) input[type="submit"],
.drlaunch-theme :is(.s-auth-page, .s-signup-page) button[type="submit"] {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid #1a1917;
  border-radius: 10px;
  background: #1a1917;
  color: #fff;
  font: 600 14px/20px Manrope, system-ui, sans-serif;
  text-align: center;
  cursor: pointer;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .btn-theme:hover,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) input[type="submit"]:hover,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) button[type="submit"]:hover {
  border-color: #3b3a37;
  background: #3b3a37;
}

.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-signup-url,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-auth-adapters,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-info-messages,
.drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-uncaught-errors {
  margin-top: 14px;
  color: #5f5e5a;
  font: 400 13px/20px Manrope, system-ui, sans-serif;
  text-align: center;
}

.drlaunch-theme .s-error-page,
.drlaunch-theme .s-page-error,
.drlaunch-theme .s-search-empty,
.drlaunch-theme .s-cart-empty-wrapper {
  max-width: 620px;
  margin: 28px auto 56px;
  padding: 48px 24px;
  border: 1px solid #e0ded9;
  border-radius: 18px;
  background: #fafaf8;
  color: #1a1917;
  text-align: center;
}

.drlaunch-theme .s-checkout-page .card,
.drlaunch-theme .s-checkout-page .s-checkout-step,
.drlaunch-theme .s-checkout-page .s-order-section,
.drlaunch-theme .s-my-page .card {
  border: 1px solid #e0ded9 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.drlaunch-theme .s-checkout-page :is(input, select, textarea):not([type="checkbox"]):not([type="radio"]),
.drlaunch-theme .s-my-page :is(input, select, textarea):not([type="checkbox"]):not([type="radio"]) {
  min-height: 42px;
  border-color: #d4d1cb;
  border-radius: 9px;
  box-shadow: none;
  font: 400 14px/20px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-checkout-page .btn-theme,
.drlaunch-theme .s-my-page .btn-theme {
  border-color: #1a1917;
  border-radius: 10px;
  background: #1a1917;
  color: #fff;
}

@media (max-width: 767px) {
  .drlaunch-theme :is(.s-auth-page, .s-signup-page) {
    min-height: 0;
    margin: 0 auto 32px;
  }

  .drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-form-wrapper,
  .drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-login-form-wrapper,
  .drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-signup-form-wrapper,
  .drlaunch-theme :is(.s-auth-page, .s-signup-page) .wa-forgotpassword-form-wrapper {
    padding: 20px;
    border-radius: 14px;
  }
}

.drlaunch-theme :is(.s-product-page, .s-category-wrapper, .s-cart-page, .s-checkout-page) .s-user-content ul,
.drlaunch-theme :is(.s-product-page, .s-category-wrapper, .s-cart-page, .s-checkout-page) .b-prose ul {
  list-style: disc;
  margin: 1em 0;
  padding-left: 1.5em;
}

.drlaunch-theme :is(.s-product-page, .s-category-wrapper, .s-cart-page, .s-checkout-page) .s-user-content ol,
.drlaunch-theme :is(.s-product-page, .s-category-wrapper, .s-cart-page, .s-checkout-page) .b-prose ol {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 1.5em;
}

.drlaunch-theme .header__nav-list {
  margin: 0;
  padding: 0;
}

.drlaunch-theme .header__nav-list .btn--link {
  padding: 0;
  font: 400 12px/15px Manrope, system-ui, sans-serif;
}

/*
 * Restrict the static .btn affordance to actual DL modifiers.  Seller controls
 * retain their Shop-Script classes and receive explicit bridge styling below.
 */
.drlaunch-theme .btn.btn-theme,
.drlaunch-theme .btn.btn-danger,
.drlaunch-theme .btn.btn-primary,
.drlaunch-theme .btn.btn-outline-theme,
.drlaunch-theme .btn.btn-outline-theme-dark,
.drlaunch-theme .btn.btn-gray-theme,
.drlaunch-theme .btn.btn-gray-theme-link,
.drlaunch-theme .btn.btn-white-theme,
.drlaunch-theme .btn.btn-link {
  opacity: 1;
  transform: none;
  white-space: normal;
}

.drlaunch-theme :is(.s-product-page, .s-category-wrapper, .s-cart-page, .s-checkout-page) .btn:not([class*="btn--"]) {
  min-height: 38px;
  padding: 8px 12px;
  transform: none;
}

.drlaunch-theme .btn.btn-theme:hover,
.drlaunch-theme .btn.btn-danger:hover,
.drlaunch-theme .btn.btn-primary:hover {
  opacity: 1;
}

/* Minimal scoped replacement for Seller/Bootstrap utilities used by the
   Shop-Script cart, comparison and sorting templates. */
.drlaunch-theme .d-none,
.drlaunch-theme .is-hidden,
.drlaunch-theme .hidden,
.drlaunch-theme [hidden] {
  display: none !important;
}

.drlaunch-theme .d-flex {
  display: flex !important;
}

.drlaunch-theme .flex-column {
  flex-direction: column !important;
}

.drlaunch-theme .align-items-center {
  align-items: center !important;
}

.drlaunch-theme .justify-content-center {
  justify-content: center !important;
}

.drlaunch-theme .flex-wrap {
  flex-wrap: wrap !important;
}

.drlaunch-theme .gap-2 {
  gap: 8px !important;
}

.drlaunch-theme .gap-4 {
  gap: 16px !important;
}

.drlaunch-theme .mb-4 {
  margin-bottom: 16px !important;
}

.drlaunch-theme .mb-5 {
  margin-bottom: 24px !important;
}

.drlaunch-theme .text-center {
  text-align: center !important;
}

.drlaunch-theme .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 90;
  min-width: 220px;
  margin-top: 8px;
  padding: 4px;
  background: #fff;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(26, 25, 23, .12);
}

.drlaunch-theme .dropdown-menu.show {
  display: block;
}

/* Seller review dialogs use Bootstrap's `.fade` / `.show` state classes. */
.drlaunch-theme .modal.fade:not(.show) {
  display: none;
}

.drlaunch-theme .dropdown-item {
  display: block;
  width: 100%;
  padding: 9px 10px;
  color: #1a1917;
  border: 0;
  border-radius: 7px;
  background: transparent;
  font: 500 13px/20px Manrope, system-ui, sans-serif;
  text-align: left;
}

.drlaunch-theme .dropdown-item:hover,
.drlaunch-theme .dropdown-item.active {
  background: #eef5ff;
  color: #1a6cff;
}

.drlaunch-theme .s-compare-empty {
  max-width: 560px;
  margin: 32px auto;
  padding: 48px 24px;
  border: 1px solid #e8e6e1;
  border-radius: 16px;
  background: #fafaf8;
}

.drlaunch-theme .s-compare-empty .h2 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.25;
}

.drlaunch-theme .s-compare-page {
  width: 100%;
}

.drlaunch-theme .b-compare-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.drlaunch-theme .b-compare-filter__item {
  position: relative;
}

.drlaunch-theme .b-compare-filter .btn {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #e0ded9;
  border-radius: 10px;
  background: #fff;
  color: #1a1917;
}

.drlaunch-theme .b-compare-filter .btn-theme {
  background: #1a1917;
  border-color: #1a1917;
  color: #fff;
}

.drlaunch-theme .form-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.drlaunch-theme .form-check-input {
  width: 36px;
  height: 20px;
  margin: 0;
  accent-color: #1a6cff;
}

.drlaunch-theme .s-post-page {
  max-width: 920px;
  margin: 0 auto;
}

.drlaunch-theme .s-post-page .s-user-content {
  color: #3b3a37;
  font: 400 15px/1.65 Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-post-page .s-user-content :is(h1, h2, h3) {
  margin: 1.5em 0 .55em;
  color: #1a1917;
  font-family: Onest, Manrope, system-ui, sans-serif;
  line-height: 1.2;
}

.drlaunch-theme .s-post-page .s-user-content p {
  margin: 0 0 1em;
}

.drlaunch-theme .s-post-page .s-user-content a {
  color: #1a6cff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sidebar-filters {
  margin-top: 16px;
  padding-top: 8px;
}

.sidebar-filters .card,
.sidebar-filters .s-filter-wrapper {
  border-radius: 12px;
  border-color: #e8e6e1;
}

/* Prevent nested Bootstrap container from breaking layout width */
.layout__content > .b-header-global .container-fluid,
.layout__content > .s-category-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

.drlaunch-theme .l-desktop-header,
.drlaunch-theme .l-mobile-header,
.drlaunch-theme .l-footer,
.drlaunch-theme .b-global-preloader,
.drlaunch-theme .b-seller-modal-toggle {
  display: none !important;
}

/* ---- Add-to-cart confirmation ---- */
.dl-cart-confirmation[hidden] {
  display: none !important;
}

.dl-cart-confirmation {
  position: fixed;
  /* Above Seller/Bootstrap modal (1055) and its backdrop (1050). */
  z-index: 11000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.dl-cart-confirmation__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(26, 25, 23, .46);
  cursor: default;
  opacity: 0;
  transition: opacity .18s ease;
}

.dl-cart-confirmation__dialog {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  box-sizing: border-box;
  padding: 28px;
  border: 1px solid #e0ded9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(26, 25, 23, .2);
  opacity: 0;
  transform: translateY(10px) scale(.98);
  transition: opacity .18s ease, transform .18s ease;
}

.dl-cart-confirmation.is-open .dl-cart-confirmation__backdrop,
.dl-cart-confirmation.is-open .dl-cart-confirmation__dialog {
  opacity: 1;
}

.dl-cart-confirmation.is-open .dl-cart-confirmation__dialog {
  transform: translateY(0) scale(1);
}

.dl-cart-confirmation__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #757575;
  font: 400 28px/1 Manrope, system-ui, sans-serif;
  cursor: pointer;
}

.dl-cart-confirmation__close:hover {
  background: #f5f4f0;
  color: #1a1917;
}

.dl-cart-confirmation__eyebrow {
  margin: 0 38px 8px 0;
  color: #26733c;
  font: 600 12px/16px Manrope, system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.dl-cart-confirmation h2 {
  margin: 0;
  color: #1a1917;
  font: 700 24px/30px Onest, Manrope, system-ui, sans-serif;
}

.dl-cart-confirmation__product {
  margin: 12px 0 6px;
  color: #1a1917;
  font: 500 15px/22px Manrope, system-ui, sans-serif;
}

.dl-cart-confirmation__count {
  margin: 0 0 22px;
  color: #757575;
  font: 400 13px/20px Manrope, system-ui, sans-serif;
}

.dl-cart-confirmation__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.dl-cart-confirmation__continue,
.dl-cart-confirmation__go {
  display: inline-flex;
  min-height: 46px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px 14px;
  font: 600 14px/20px Manrope, system-ui, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.dl-cart-confirmation__continue {
  border: 1px solid #d4d1cb;
  background: #fff;
  color: #1a1917;
}

.dl-cart-confirmation__continue:hover {
  border-color: #1a1917;
  background: #f5f4f0;
}

.dl-cart-confirmation__go {
  border: 1px solid #1a1917;
  background: #1a1917;
  color: #fff;
}

.dl-cart-confirmation__go:hover {
  border-color: #3b3a37;
  background: #3b3a37;
  color: #fff;
}

.drlaunch-theme form.is-submitting .js-add-button,
.drlaunch-theme form.is-submitting [type="submit"] {
  cursor: wait;
  opacity: .72;
}

.drlaunch-theme .js-add-button:disabled,
.drlaunch-theme [type="submit"]:disabled {
  cursor: wait;
}

body.dl-cart-confirmation-open {
  overflow: hidden;
}

/* Product availability uses the static buybox badge for the active SKU only. */
.drlaunch-theme .s-stocks-wrapper .buybox__stock {
  margin: 0;
}

/* product.cart renders the legacy stocks include too; the meta badge is canonical. */
.drlaunch-theme .buybox__commerce--wa .s-stocks-wrapper {
  display: none !important;
}

.drlaunch-theme .s-stocks-wrapper .buybox__stock--out {
  background: #fff1f0;
  color: #b42318;
}

.drlaunch-theme .s-stocks-wrapper .buybox__stock--out .buybox__stock-dot {
  background: currentColor;
}

.drlaunch-theme .s-stocks-wrapper .buybox__stock--preorder {
  background: #eef5ff;
  color: #1a6cff;
}

.drlaunch-theme .s-stocks-wrapper .buybox__stock--preorder .buybox__stock-dot {
  background: currentColor;
}

@media (max-width: 480px) {
  .dl-cart-confirmation {
    align-items: end;
    padding: 12px;
  }

  .dl-cart-confirmation__dialog {
    padding: 24px 20px 20px;
    border-radius: 14px;
  }

  .dl-cart-confirmation h2 {
    font-size: 21px;
    line-height: 27px;
  }

  .dl-cart-confirmation__actions {
    grid-template-columns: 1fr;
  }
}

/* ---- Layout ---- */
.page-main {
  min-height: 40vh;
}

.layout__content {
  min-width: 0;
  flex: 1;
}

/* Content must remain visible before an IntersectionObserver has fired.
   This also keeps keyboard and reduced-motion browsing complete. */
.drlaunch-theme .reveal,
.drlaunch-theme .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

/* Seller home slider_03 uses nested container-xl + Bootstrap row.
   Inside our .container.layout it must not re-constrain width. */
.layout__content .b-home-slider > .container-fluid,
.layout__content .b-home-slider > .container-xl,
.layout__content .s-home-wrapper > .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: none !important;
  width: 100%;
}

/*
 * Critical home-slider geometry (Seller CSS is deferred via media=print).
 * Without this, absolute slide images collapse to ~0 height until theme CSS loads,
 * and Swiper measures the wrong width.
 */
.layout__content .b-home-slider {
  width: 100%;
  padding-top: 0 !important;
}

.layout__content .b-home-slider .b-home-slider__media {
  position: relative;
  display: block;
}

.layout__content .b-home-slider.b-home-slider--h-fixed .b-home-slider__media {
  height: var(--bs-slider-height, 460px);
}

.layout__content .b-home-slider.b-home-slider--h-auto .b-home-slider__media-inner {
  padding-top: var(--bs-mobile-padding, 56%);
}

.layout__content .b-home-slider .b-home-slider__media-inner {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: var(--bs-border-radius, 8px);
}

.layout__content .b-home-slider .b-home-slider__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

/* slider_03: fill .layout__content (sidebar already beside us).
   Bootstrap col-lg-9/3 inside an already-narrow column leaves phantom empty space. */
.layout__content .b-home-slider--03 > .container-fluid > .row,
.layout__content .b-home-slider--03 > .container-xl > .row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin: 0 !important;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  align-items: stretch;
  width: 100%;
}

.layout__content .b-home-slider--03 > .container-fluid > .row > [class*="col-"],
.layout__content .b-home-slider--03 > .container-xl > .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  flex: none;
  padding-left: 0;
  padding-right: 0;
}

/* Hide empty promo column (markup always renders col-lg-3). */
.layout__content .b-home-slider--03 > .container-fluid > .row > .col-lg-3:not(:has(.b-home-slider__promo)),
.layout__content .b-home-slider--03 > .container-xl > .row > .col-lg-3:not(:has(.b-home-slider__promo)) {
  display: none;
}

@media (min-width: 992px) {
  .layout__content .b-home-slider--03 > .container-fluid > .row:has(.b-home-slider__promo),
  .layout__content .b-home-slider--03 > .container-xl > .row:has(.b-home-slider__promo) {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 240px);
    gap: 20px;
  }

  .layout__content .b-home-slider.b-home-slider--h-auto .b-home-slider__media-inner {
    padding-top: 0;
    height: 100%;
  }

  .layout__content .b-home-slider .b-home-slider__img.d-lg-none {
    display: none !important;
  }

  .layout__content .b-home-slider .b-home-slider__img.d-none.d-lg-block {
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  .layout__content .b-home-slider .b-home-slider__img.d-none.d-lg-block {
    display: none !important;
  }

  .layout__content .b-home-slider .b-home-slider__img.d-lg-none {
    display: block !important;
  }

  .layout__content .b-home-slider.b-home-slider--h-fixed .b-home-slider__media {
    height: auto;
  }

  .layout__content .b-home-slider.b-home-slider--h-fixed .b-home-slider__media-inner {
    padding-top: var(--bs-mobile-padding, 100%);
    height: auto;
  }
}

.layout__content .b-home-slider--03 .b-home-slider__promo {
  min-height: 140px;
}

.layout__content .b-home-slider--03 .b-home-slider__promo-link {
  position: relative;
  display: block;
  height: 100%;
  min-height: 140px;
  text-decoration: none;
}

.layout__content .b-home-slider--03 .b-home-slider__promo-image-wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.layout__content .b-home-slider--03 .b-home-slider__promo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.s-home-wrapper,
.s-category-wrapper,
.s-product-page,
.s-cart-page {
  width: 100%;
}

@media (max-width: 767px) {
  .page-main {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
}

/* ---- Catalog grid ---- */
.product-grid,
.catalog-products .s-products-list--grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin: 0;
  width: 100%;
}

.product-grid .s-product-wrapper,
.catalog-products .s-product-wrapper {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.product-card__wish {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}

.product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.product-card__actions form.add-to-cart {
  display: inline-flex;
  margin: 0;
}

.product-card__actions .btn--primary.js-add-button {
  min-width: 120px;
}

.product-card .b-products-compare .btn,
.product-card .b-products-wishlist .btn {
  border-radius: 10px;
}

/* ---- Product cards: same geometry on home and catalog (Figma) ---- */
.drlaunch-theme .product-grid,
.drlaunch-theme .products-grid,
.drlaunch-theme .catalog-products .s-products-list--grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 23px;
}

.drlaunch-theme .product-card {
  border: 1px solid #e0ded9;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.drlaunch-theme .product-card__media {
  align-items: center;
  background: #f3f3f3;
  display: flex;
  height: 159px;
  justify-content: center;
  padding: 10px 24px;
}

.drlaunch-theme .product-card__media > a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.drlaunch-theme .product-card__media > a img {
  height: 139px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  width: 156px;
}

.drlaunch-theme .product-card__wish {
  right: 10px;
  top: 10px;
}

.drlaunch-theme .product-card__wish .btn,
.drlaunch-theme .product-card__wish button {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border: 1px solid #e0ded9;
  border-radius: 50%;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  padding: 0;
  width: 28px;
}

.drlaunch-theme .product-card__wish svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: transparent;
  stroke: #5f5e5a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.drlaunch-theme .product-card__wish .active svg,
.drlaunch-theme .product-card__wish button[aria-pressed="true"] svg {
  fill: #ef7878;
  stroke: #ef7878;
}

.drlaunch-theme .product-card__body {
  gap: 6px;
  padding: 10px;
}

.drlaunch-theme .product-card__title {
  color: #1a1917;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}

.drlaunch-theme .product-card__title a {
  color: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.drlaunch-theme .product-card__subtitle,
.drlaunch-theme .product-card__meta,
.drlaunch-theme .product-card__rating {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.drlaunch-theme .product-card__price {
  color: #1a1917;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}

.drlaunch-theme .product-card__old {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.drlaunch-theme .product-card__delivery {
  font-size: 10px;
  line-height: 20px;
  margin: 0;
}

.drlaunch-theme .product-card__actions {
  flex-wrap: nowrap;
  gap: 8px;
  padding-top: 6px;
  width: 100%;
}

.drlaunch-theme .product-card__actions form.add-to-cart {
  flex: 1 1 auto;
  min-width: 0;
}

.drlaunch-theme .product-card__actions .btn--primary.js-add-button,
.drlaunch-theme .product-card__actions > .btn--primary {
  align-items: center;
  background: #1a1917;
  border: 1px solid #1a1917;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  line-height: 20px;
  min-width: 0;
  padding: 8px 12px;
  width: 100%;
}

.drlaunch-theme .product-card__actions .btn--primary.js-add-button:hover,
.drlaunch-theme .product-card__actions > .btn--primary:hover {
  background: #3b3a37;
  border-color: #3b3a37;
}

.drlaunch-theme .product-card__actions .btn--primary.js-add-button:active,
.drlaunch-theme .product-card__actions > .btn--primary:active {
  background: #0f0e0d;
  border-color: #0f0e0d;
}

.drlaunch-theme .product-card__actions .btn--secondary,
.drlaunch-theme .product-card__actions .b-products-compare .btn,
.drlaunch-theme .product-card__actions .b-compare {
  align-items: center;
  background: #fff;
  border: 1px solid #e0ded9;
  border-radius: 10px;
  color: #1a1917;
  display: inline-flex;
  flex: 0 0 98px;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  justify-content: center;
  line-height: 20px;
  padding: 8px 12px;
  white-space: nowrap;
}

.drlaunch-theme .product-card__actions .b-compare__icon {
  display: none;
}

.drlaunch-theme .product-card__actions .b-compare::after {
  content: "Сравнить";
}

.drlaunch-theme .product-card__actions .b-compare.active::after,
.drlaunch-theme .product-card__actions .b-compare.is-on::after {
  content: "В сравнении";
}

.drlaunch-theme .product-card__actions .b-compare:has(.b-compare__text)::after {
  content: none;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .drlaunch-theme .product-grid,
  .drlaunch-theme .products-grid,
  .drlaunch-theme .catalog-products .s-products-list--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .drlaunch-theme .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .drlaunch-theme .b-header-global,
  .drlaunch-theme .s-global-header {
    min-width: 0;
    max-width: 100%;
  }

  .drlaunch-theme .s-global-header {
    font-size: 22px;
    line-height: 1.2;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .drlaunch-theme .product-grid,
  .drlaunch-theme .products-grid,
  .drlaunch-theme .catalog-products .s-products-list--grid {
    gap: 8px 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .drlaunch-theme .catalog-products .s-products-wrapper {
    width: 100% !important;
    margin: 0 !important;
  }

  .drlaunch-theme .product-card {
    border: .5px solid #a9a9a9;
    border-radius: 8px;
    min-height: 230px;
  }

  .drlaunch-theme .product-card__media {
    background: #fff;
    height: 118px;
    padding: 6px;
  }

  .drlaunch-theme .product-card__media > a img {
    height: 100%;
    padding: 0;
    width: 100%;
  }

  .drlaunch-theme .product-card__body {
    background: #f2f2f2;
    border-top: .5px solid #b6b6b6;
    border-radius: 0 0 6px 6px;
    gap: 4px;
    padding: 8px;
  }

  .drlaunch-theme .product-card__title {
    color: #2f2f2f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
  }

  .drlaunch-theme .product-card__subtitle,
  .drlaunch-theme .product-card__delivery,
  .drlaunch-theme .product-card__rating,
  .drlaunch-theme .product-card__tags {
    display: none !important;
  }

  .drlaunch-theme .product-card__meta {
    flex-wrap: wrap;
    font-size: 9px;
    gap: 4px 8px;
    line-height: normal;
  }

  .drlaunch-theme .product-card__stock {
    color: #3b7000;
    font-size: 10px;
    font-weight: 600;
  }

  .drlaunch-theme .product-card__price {
    color: #2f2f2f;
    font-size: 15px;
    line-height: 20px;
  }

  .drlaunch-theme .product-card__actions {
    gap: 6px;
    padding-top: 0;
  }

  .drlaunch-theme .product-card__actions .btn--primary.js-add-button,
  .drlaunch-theme .product-card__actions > .btn--primary,
  .drlaunch-theme .product-card__actions .btn--secondary,
  .drlaunch-theme .product-card__actions .b-products-compare .btn,
  .drlaunch-theme .product-card__actions .b-compare {
    border-radius: 4px;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    min-height: 22px;
    padding: 0 6px;
  }

  .drlaunch-theme .product-card__actions .btn--secondary,
  .drlaunch-theme .product-card__actions .b-products-compare .btn,
  .drlaunch-theme .product-card__actions .b-compare {
    border: .5px solid #a9a9a9;
    flex: 0 1 auto;
  }

  .drlaunch-theme .product-card__wish {
    right: 8px;
    top: 8px;
  }

  .drlaunch-theme .product-gallery__wish {
    top: 10px;
    right: 10px;
  }

  .drlaunch-theme .product-gallery__wish .btn,
  .drlaunch-theme .product-gallery__wish button,
  .drlaunch-theme .product-gallery__wish .btn--wishlist {
    height: 28px;
    min-width: 28px;
    width: 28px;
  }

  .drlaunch-theme .product-card__wish .btn,
  .drlaunch-theme .product-card__wish button {
    border: .5px solid #a9a9a9;
  }
}

/* ---- Product page ---- */
.s-product-page .product-layout {
  display: grid;
  grid-template-columns: minmax(0, 710px) 426px;
  gap: 27px;
  align-items: start;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .s-product-page .product-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
}

.product-gallery__wish {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 20;
  pointer-events: auto;
}

.product-gallery__stage {
  position: relative;
}

.buybox__commerce--wa .s-product-cart {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.buybox__commerce--wa .s-product-cart .row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.buybox__commerce--wa .s-product-cart [class*="col-"] {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.buybox__commerce--wa .s-price,
.buybox__commerce--wa .js-product-price {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.buybox__commerce--wa .b-price-group .card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.buybox__commerce--wa .b-price-group .card-body {
  padding: 0;
}

.buybox__commerce--wa .b-price-group__submit-wrapper {
  align-items: stretch;
  display: flex;
  gap: 10px !important;
  margin-top: 18px !important;
}

.buybox__commerce--wa .b-product-quantity .input-group {
  height: 48px;
}

.buybox__commerce--wa .b-product-quantity .btn,
.buybox__commerce--wa .b-product-quantity .form-control {
  background: #fff;
  border-color: #e0ded9;
  color: #1a1917;
  min-height: 48px;
}

.buybox__commerce--wa .b-product-quantity .btn:first-child {
  border-radius: 10px 0 0 10px;
}

.buybox__commerce--wa .b-product-quantity .btn:last-child {
  border-radius: 0 10px 10px 0;
}

.buybox__commerce--wa .b-product-quantity .form-control {
  border-inline: 0;
  box-shadow: none;
  max-width: 44px;
}

.buybox__commerce--wa .btn-theme,
.buybox__commerce--wa .js-add-button.btn-theme {
  background: #1a1917;
  border-color: #1a1917;
  border-radius: 10px;
  color: #fff;
  min-height: 48px;
  font-weight: 600;
}

.buybox__commerce--wa .btn-theme:hover,
.buybox__commerce--wa .js-add-button.btn-theme:hover {
  background: #3b3a37;
  border-color: #3b3a37;
}

.buybox__commerce--wa .btn-outline-theme,
.buybox__commerce--wa .btn-outline-theme-dark {
  border-color: #e0ded9;
  border-radius: 10px;
  min-height: 44px;
}

.buybox__commerce--wa .s-product-cart__center,
.buybox__commerce--wa .s-product-cart__right {
  display: contents !important;
}

.buybox__commerce--wa .b-product-sku,
.buybox__commerce--wa .b-product-features,
.buybox__commerce--wa .s-summary,
.buybox__commerce--wa .b-product-categories,
.buybox__commerce--wa .s-product-aux,
.buybox__commerce--wa .b-product-info,
.buybox__commerce--wa .s-product-cart__center-item > .card {
  display: none !important;
}

.buybox__commerce--wa .s-product-cart__center-item {
  margin: 0 !important;
}

.buybox__commerce--wa .b-product-features,
.buybox__commerce--wa .b-product-skus,
.buybox__commerce--wa .s-product-aux {
  border-top: 1px solid #e8e6e1;
  padding-top: 14px;
}

.buybox__commerce--wa .s-stocks-wrapper,
.buybox .s-stocks-wrapper {
  background: #ecf8ee;
  border-radius: 8px;
  color: #26733c;
  padding: 10px;
}

.buybox__installments {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.buybox__installment {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #5f5e5a;
  display: flex;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 14px;
  gap: 12px;
  min-height: 44px;
  padding: 8px 12px;
}

.buybox__installment-mark {
  background: #fff;
  border: 1.5px solid #b8b5ae;
  border-radius: 4px;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.buybox__pay {
  align-items: center;
  display: inline-flex;
  flex: 1;
  font-weight: 500;
  gap: 10px;
  min-width: 0;
}

.buybox__pay img {
  border-radius: 50%;
  flex: 0 0 22px;
}

.buybox__installment strong {
  color: #5f5e5a;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.buybox__installments-more {
  font-size: 13px;
  margin: 0 0 4px;
}

.buybox__installments-more a {
  color: #185fa5;
  text-decoration: none;
}

.buybox .b-stocks,
.buybox .s-stocks {
  margin: 0;
}

/* Tabs / description */
.product-tabs,
.s-product-page .b-product-tabs,
.s-product-page .s-user-content {
  margin-top: 24px;
}

.product-related {
  margin: 48px 0 24px;
}

.product-related__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .s-product-page .product-layout {
    gap: 16px;
    margin-bottom: 28px;
  }

  .buybox__commerce--wa .s-price,
  .buybox__commerce--wa .js-product-price {
    font-size: 26px;
  }

  .buybox__commerce--wa .b-price-group__submit-wrapper {
    gap: 6px !important;
  }

  .buybox__commerce--wa .b-product-quantity .input-group,
  .buybox__commerce--wa .b-product-quantity .btn,
  .buybox__commerce--wa .b-product-quantity .form-control,
  .buybox__commerce--wa .btn-theme,
  .buybox__commerce--wa .js-add-button.btn-theme {
    min-height: 40px;
  }

  .buybox__commerce--wa .b-product-quantity .input-group {
    height: 40px;
  }

  .buybox__installment {
    font-size: 13px;
    gap: 8px;
    min-height: 40px;
    padding: 7px 8px;
  }

  .buybox__installment strong {
    font-size: 11px;
  }
}

/* ---- Cart ---- */
.cart-page__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

@media (max-width: 991px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
}

.cart-item {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e8e6e1;
  align-items: start;
}

.cart-item__img img {
  width: 80px;
  height: 72px;
  object-fit: contain;
  display: block;
}

.cart-item__price {
  font-weight: 700;
  white-space: nowrap;
  margin: 0;
}

.cart-item__remove {
  margin-top: 8px;
  font-size: 13px;
  color: #757575;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}

.cart-summary {
  position: sticky;
  top: 16px;
  padding: 20px;
  border: 1px solid #e8e6e1;
  border-radius: 16px;
  background: #fafaf8;
}

.cart-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 18px;
  margin: 16px 0 20px;
}

.cart-summary__total strong {
  font-size: 24px;
}

.cart-empty {
  text-align: center;
  padding: 64px 16px;
}

.cart-empty__title {
  margin: 16px 0 24px;
  font-size: 22px;
}

.btn--block {
  display: block;
  width: 100%;
  text-align: center;
}

/* Checkout inherits fonts; soften Seller cards */
.s-checkout-page,
.s-checkout-form {
  font-family: Manrope, system-ui, sans-serif;
}

.s-checkout-page .card {
  border-radius: 16px;
  border-color: #e8e6e1;
}

.s-checkout-page .btn-theme {
  background: #1a6cff;
  border-color: #1a6cff;
  border-radius: 12px;
}

/* Catalog toolbar */
.catalog-toolbar {
  margin-bottom: 16px;
}

.drlaunch-theme .dl-search-empty,
.drlaunch-theme .s-category-empty {
  max-width: 680px;
  margin: 24px auto;
  padding: 40px 24px;
  border-color: #e8e6e1;
  border-radius: 16px;
  background: #fafaf8;
}

.drlaunch-theme .dl-search-empty .h2,
.drlaunch-theme .s-category-empty .h2 {
  color: #1a1917;
  font: 700 22px/1.3 Onest, Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-search-empty__text {
  max-width: 480px;
  margin: 10px auto 20px;
  color: #5f5e5a;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.drlaunch-theme .dl-search-empty__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Doctor Launch catalog controls: a single quiet sort selector, no view switchers. */
.drlaunch-theme .catalog-toolbar .b-category-views,
.drlaunch-theme .catalog-toolbar .js-view-filters,
.drlaunch-theme .catalog-toolbar .b-category-view {
  display: none !important;
}

.drlaunch-theme .catalog-toolbar .s-layout {
  justify-content: flex-start !important;
}

.drlaunch-theme .dl-catalog-sorting {
  gap: 8px;
}

.drlaunch-theme .dl-catalog-sorting__label {
  color: #757575;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.drlaunch-theme .dl-catalog-sorting .s-sort-active {
  align-items: center;
  background: #fff;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  box-shadow: none;
  color: #1a1917;
  display: inline-flex;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  min-height: 38px;
  padding: 8px 32px 8px 12px;
}

.drlaunch-theme .dl-catalog-sorting .s-sort-active:hover,
.drlaunch-theme .dl-catalog-sorting .s-sort-active:focus {
  border-color: #b7b4af;
  box-shadow: 0 0 0 3px rgba(26, 108, 255, .12);
}

.drlaunch-theme .dl-catalog-sorting .dropdown-menu-select {
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(26, 25, 23, .12);
  font-family: Manrope, system-ui, sans-serif;
  min-width: 232px;
  padding: 4px;
}

.drlaunch-theme .dl-catalog-sorting .dropdown-item {
  border-radius: 7px;
  color: #1a1917;
  font-size: 13px;
  padding: 9px 10px;
}

.drlaunch-theme .dl-catalog-sorting .dropdown-item.active,
.drlaunch-theme .dl-catalog-sorting .dropdown-item:active,
.drlaunch-theme .dl-catalog-sorting .dropdown-item:hover {
  background: #eef5ff;
  color: #1a6cff;
}

.catalog-quicklinks__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
}

.catalog-quicklinks__link {
  color: #1a6cff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ---- Cart: dedicated Shop-Script presentation ---- */
.drlaunch-theme .s-cart-page.cart-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 0 48px;
}

.drlaunch-theme .s-cart-page .cart-page__title {
  margin: 0 0 22px;
  color: #1a1917;
  font: 700 30px/1.2 Onest, Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-cart-page .cart-page__meta {
  margin-left: 8px;
  color: #757575;
  font: 400 14px/1.4 Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-cart-page .cart-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 338px !important;
  grid-template-areas: "items summary";
  gap: 28px !important;
  align-items: start;
  width: 100%;
}

.drlaunch-theme .s-cart-page .cart-main {
  display: flex !important;
  grid-area: items;
  flex-direction: column !important;
  gap: 10px;
  min-width: 0;
}

.drlaunch-theme .s-cart-page .s-cart-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.drlaunch-theme .s-cart-page .cart-item {
  display: grid !important;
  grid-template-columns: 96px minmax(180px, 1fr) 118px minmax(104px, auto) 32px;
  gap: 16px;
  align-items: center;
  min-height: 124px;
  box-sizing: border-box;
  padding: 14px 16px !important;
  border: 1px solid #e8e6e1 !important;
  border-radius: 14px;
  background: #fff;
}

.drlaunch-theme .s-cart-page .cart-item__img {
  display: flex;
  width: 96px;
  height: 92px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background: #f5f4f0;
}

.drlaunch-theme .s-cart-page .cart-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.drlaunch-theme .s-cart-page .cart-item__info {
  min-width: 0;
}

.drlaunch-theme .s-cart-page .cart-item__info .s-product-name .s-name {
  display: block;
  overflow: hidden;
  color: #1a1917;
  font: 600 15px/21px Manrope, system-ui, sans-serif;
  text-decoration: none;
  text-overflow: ellipsis;
}

.drlaunch-theme .s-cart-page .cart-item__info .s-product-name .s-name:hover {
  color: #1a6cff;
}

.drlaunch-theme .s-cart-page .cart-item__info .s-sku-wrapper {
  margin-top: 5px;
  color: #757575;
  font: 400 12px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-cart-page .cart-item__availability {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0 0;
  color: #26733c;
  font: 500 12px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-cart-page .cart-item__availability-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.drlaunch-theme .s-cart-page .cart-item__qty {
  justify-self: center;
}

.drlaunch-theme .s-cart-page .cart-item__qty .input-group {
  display: grid;
  grid-template-columns: 34px 42px 34px;
  width: 110px;
  overflow: hidden;
  border: 1px solid #e0ded9;
  border-radius: 10px;
  background: #fff;
}

.drlaunch-theme .s-cart-page .cart-item__qty .input-group .btn,
.drlaunch-theme .s-cart-page .cart-item__qty .input-group .form-control {
  width: auto;
  min-width: 0;
  height: 38px;
  min-height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #1a1917;
  font: 500 18px/38px Manrope, system-ui, sans-serif;
  text-align: center;
}

.drlaunch-theme .s-cart-page .cart-item__qty .input-group .btn {
  background: #f5f4f0;
  cursor: pointer;
}

.drlaunch-theme .s-cart-page .cart-item__qty .input-group .btn:hover {
  background: #e8e6e1;
}

.drlaunch-theme .s-cart-page .cart-item__qty .input-group .form-control {
  background: #fff;
  font-size: 14px;
}

.drlaunch-theme .s-cart-page .cart-item__price {
  justify-self: end;
  margin: 0;
  color: #1a1917;
  font: 700 17px/22px Manrope, system-ui, sans-serif;
  text-align: right;
  white-space: nowrap;
}

.drlaunch-theme .s-cart-page .cart-item__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #9c9a96;
  font: 400 22px/1 Manrope, system-ui, sans-serif;
  cursor: pointer;
  text-decoration: none;
}

.drlaunch-theme .s-cart-page .cart-item__remove:hover {
  background: #fff1f0;
  color: #c9362b;
}

.drlaunch-theme .s-cart-page .cart-item__remove-text {
  display: none;
  font: 500 12px/16px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-cart-page .cart-promo {
  margin-top: 4px;
  padding: 14px 16px;
  border: 1px solid #d6e6ff;
  border-radius: 12px;
  background: #f5f9ff;
}

.drlaunch-theme .s-cart-page .cart-promo .s-discount-wrapper {
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.drlaunch-theme .s-cart-page .cart-promo .s-discount-wrapper > span {
  color: #1a1917;
  font: 600 13px/20px Manrope, system-ui, sans-serif;
  white-space: nowrap;
}

.drlaunch-theme .s-cart-page .s-coupon-section {
  margin: 0;
}

.drlaunch-theme .s-cart-page .s-coupon-section .s-visible .js-show-form {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #185fa5;
  font: 600 13px/20px Manrope, system-ui, sans-serif;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.drlaunch-theme .s-cart-page .s-coupon-section .s-fields-wrapper {
  display: flex;
  gap: 8px;
}

.drlaunch-theme .s-cart-page .s-coupon-section .s-text {
  min-width: 0;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d4d1cb;
  border-radius: 9px;
  background: #fff;
  font: 400 13px/40px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-cart-page .s-coupon-section .s-submit {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #1a1917;
  border-radius: 9px;
  background: #1a1917;
  color: #fff;
  font: 600 13px/20px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-cart-page .cart-promo .form-message {
  grid-column: 1 / -1;
  margin: 0;
}

.drlaunch-theme .s-cart-page .s-discount-wrapper > .d-flex {
  display: none !important;
}

.drlaunch-theme .s-cart-page .cart-related {
  margin-top: 14px;
}

.drlaunch-theme .s-cart-page .cart-summary {
  display: block !important;
  grid-area: summary;
  width: auto !important;
  box-sizing: border-box;
  padding: 22px !important;
  border: 1px solid #e0ded9 !important;
  border-radius: 16px;
  background: #fafaf8;
  box-shadow: none;
}

.drlaunch-theme .s-cart-page .cart-summary h2 {
  margin: 0 0 18px;
  color: #1a1917;
  font: 700 20px/26px Onest, Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-cart-page .cart-summary__rows {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #e0ded9;
}

.drlaunch-theme .s-cart-page .cart-summary__rows > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #5f5e5a;
  font: 400 13px/20px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-cart-page .cart-summary__rows dt,
.drlaunch-theme .s-cart-page .cart-summary__rows dd {
  margin: 0;
}

.drlaunch-theme .s-cart-page .cart-summary__rows dd {
  color: #1a1917;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

.drlaunch-theme .s-cart-page .cart-summary__total {
  margin: 17px 0 20px;
  color: #1a1917;
  font: 600 16px/22px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-cart-page .cart-summary__total strong {
  font-size: 25px;
  line-height: 30px;
}

.drlaunch-theme .s-cart-page .cart-summary__hint {
  margin: -8px 0 16px;
  color: #26733c;
  font: 400 12px/17px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-cart-page .cart-summary__checkout .s-submit-button,
.drlaunch-theme .s-cart-page .cart-summary__continue {
  display: flex;
  width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin: 0 0 9px;
  padding: 10px 14px;
  border-radius: 10px;
  font: 600 14px/20px Manrope, system-ui, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.drlaunch-theme .s-cart-page .cart-summary__checkout .s-submit-button {
  border: 1px solid #1a1917;
  background: #1a1917;
  color: #fff;
}

.drlaunch-theme .s-cart-page .cart-summary__checkout .s-submit-button:hover {
  border-color: #3b3a37;
  background: #3b3a37;
}

.drlaunch-theme .s-cart-page .cart-summary__continue {
  border: 1px solid #d4d1cb;
  background: #fff;
  color: #1a1917;
}

.drlaunch-theme .s-cart-page .cart-summary .trust-list {
  display: grid;
  gap: 6px;
  margin: 15px 0 0;
  padding: 0;
  color: #26733c;
  font: 400 12px/18px Manrope, system-ui, sans-serif;
  list-style: none;
}

.drlaunch-theme .s-cart-page .cart-summary .trust-list li::before {
  content: "✓";
  margin-right: 5px;
  font-weight: 700;
}

.drlaunch-theme .s-cart-page .cart-empty {
  max-width: 560px;
  margin: 26px auto 54px;
  padding: 56px 24px;
  border: 1px solid #e0ded9;
  border-radius: 18px;
  background: #fafaf8;
  text-align: center;
}

.drlaunch-theme .s-cart-page .cart-empty__icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #eef5ff;
}

.drlaunch-theme .s-cart-page .cart-empty__title {
  margin: 18px 0 10px;
  color: #1a1917;
  font: 700 24px/31px Onest, Manrope, system-ui, sans-serif;
}

.drlaunch-theme .s-cart-page .cart-empty__title + .btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 10px 20px;
  border-radius: 10px;
}

@media (max-width: 900px) {
  .drlaunch-theme .s-cart-page .cart-layout {
    grid-template-columns: minmax(0, 1fr) 292px !important;
    gap: 18px !important;
  }

  .drlaunch-theme .s-cart-page .cart-item {
    grid-template-columns: 82px minmax(120px, 1fr) 104px 88px 28px;
    gap: 10px;
    padding: 12px !important;
  }

  .drlaunch-theme .s-cart-page .cart-item__img {
    width: 82px;
    height: 78px;
  }
}

@media (max-width: 680px) {
  .drlaunch-theme .s-cart-page.cart-page {
    padding: 4px 0 28px;
  }

  .drlaunch-theme .s-cart-page .cart-page__title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .drlaunch-theme .s-cart-page .cart-page__meta {
    font-size: 12px;
  }

  .drlaunch-theme .s-cart-page .cart-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "items" "summary";
    gap: 16px !important;
  }

  .drlaunch-theme .s-cart-page .cart-main {
    gap: 8px;
  }

  .drlaunch-theme .s-cart-page .cart-item {
    grid-template-columns: 72px minmax(0, 1fr) 28px;
    grid-template-rows: auto auto;
    gap: 6px 10px;
    min-height: 108px;
    padding: 10px !important;
    border-radius: 12px;
  }

  .drlaunch-theme .s-cart-page .cart-item__img {
    grid-row: 1 / span 2;
    width: 72px;
    height: 72px;
    border-radius: 8px;
  }

  .drlaunch-theme .s-cart-page .cart-item__info {
    align-self: start;
  }

  .drlaunch-theme .s-cart-page .cart-item__info .s-product-name .s-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
  }

  .drlaunch-theme .s-cart-page .cart-item__info .s-sku-wrapper,
  .drlaunch-theme .s-cart-page .cart-item__availability {
    margin-top: 2px;
    font-size: 10px;
    line-height: 15px;
  }

  .drlaunch-theme .s-cart-page .cart-item__availability-dot {
    width: 6px;
    height: 6px;
  }

  .drlaunch-theme .s-cart-page .cart-item__qty {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }

  .drlaunch-theme .s-cart-page .cart-item__qty .input-group {
    grid-template-columns: 28px 34px 28px;
    width: 90px;
    border-radius: 8px;
  }

  .drlaunch-theme .s-cart-page .cart-item__qty .input-group .btn,
  .drlaunch-theme .s-cart-page .cart-item__qty .input-group .form-control {
    height: 30px;
    min-height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .drlaunch-theme .s-cart-page .cart-item__qty .input-group .form-control {
    font-size: 12px;
  }

  .drlaunch-theme .s-cart-page .cart-item__price {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    margin-left: 96px;
    font-size: 14px;
  }

  .drlaunch-theme .s-cart-page .cart-item__remove {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    width: 28px;
    height: 28px;
    font-size: 20px;
  }

  .drlaunch-theme .s-cart-page .cart-promo {
    padding: 12px;
  }

  .drlaunch-theme .s-cart-page .cart-promo .s-discount-wrapper {
    grid-template-columns: 1fr auto;
  }

  .drlaunch-theme .s-cart-page .cart-promo .s-discount-wrapper > span,
  .drlaunch-theme .s-cart-page .cart-promo .s-discount-wrapper .s-text {
    grid-column: 1 / -1;
  }

  .drlaunch-theme .s-cart-page .cart-summary {
    position: static;
    padding: 18px !important;
    border-radius: 14px;
  }

  .drlaunch-theme .s-cart-page .cart-summary h2 {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .drlaunch-theme .s-cart-page .cart-summary__total {
    margin: 14px 0 16px;
  }

  .drlaunch-theme .s-cart-page .cart-summary__total strong {
    font-size: 22px;
  }

  .drlaunch-theme .s-cart-page .cart-empty {
    margin: 18px auto 30px;
    padding: 42px 18px;
  }
}

/* Home Seller blocks: tighten under new shell (not the home slider shell). */
.s-home-wrapper > .b-home-item:not([data-id="home__slider"]) .container-fluid,
.s-home-wrapper > .container-fluid {
  max-width: 1440px;
  margin-inline: auto;
}

.s-home-wrapper .b-home-slider .container-fluid,
.s-home-wrapper .b-home-slider .container-xl {
  max-width: none;
  margin-inline: 0;
}

/* Logo 1:1 Figma (Header 4467:5019) — beat late Seller/Bootstrap link styles */
.drlaunch-theme a.logo {
  color: inherit;
  text-decoration: none;
}

.drlaunch-theme .logo__title,
.drlaunch-theme .footer__logo-title {
  font-family: "Onest", "Manrope", system-ui, sans-serif;
  font-weight: 700;
  color: #1a1917;
}

.drlaunch-theme .logo__subtitle {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 500;
  color: #676767;
}

@media (max-width: 767px) {
  .drlaunch-theme .logo__title {
    font-size: 18px;
    line-height: normal;
    color: #000;
  }

  .drlaunch-theme .logo__subtitle {
    font-family: "Onest", "Manrope", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #636363;
    text-transform: none;
  }
}

/* ---- DL design homepage blocks ---- */
.dl-home {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.dl-home > .hero-slider {
  margin: 0;
}

.dl-home .products .product-grid,
.dl-home .products .products-grid {
  width: 100%;
}

.dl-home .section-head {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .dl-home {
    gap: 32px;
  }
}

/* ---- Header shell: isolated from Seller / Bootstrap button rules ---- */
.drlaunch-theme .site-header .dl-header-desktop {
  display: grid !important;
  grid-template-columns: 250px minmax(250px, 1fr) 76px 218px 332px;
  align-items: center !important;
  column-gap: 20px !important;
  min-height: 64px;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.drlaunch-theme .site-header .dl-header-desktop .logo {
  display: flex !important;
  width: 250px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.drlaunch-theme .site-header .dl-header-desktop .logo__title {
  font-size: 24px !important;
  line-height: 31px !important;
}

.drlaunch-theme .site-header .dl-header-desktop .logo__subtitle {
  font-size: 10px !important;
  line-height: 17px !important;
  white-space: nowrap;
}

.drlaunch-theme .site-header .dl-header-search {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 4px 16px !important;
  border: 1px solid #e0ded9 !important;
  border-radius: 8px !important;
  background: #f5f4f0 !important;
  box-shadow: none !important;
}

.drlaunch-theme .site-header .dl-header-search .search__input {
  width: 100% !important;
  min-width: 0 !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  font: 400 13px/30px Manrope, system-ui, sans-serif !important;
}

.drlaunch-theme .site-header .dl-header-messengers {
  display: flex !important;
  width: 76px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 14px !important;
}

.drlaunch-theme .site-header .dl-header-messengers .header__messenger {
  display: inline-flex !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  line-height: 0 !important;
}

.drlaunch-theme .site-header .dl-header-messengers img {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  max-width: none !important;
}

.drlaunch-theme .site-header .dl-header-phone {
  display: flex !important;
  width: 218px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #1a1917 !important;
  font: 700 20px/24px Manrope, system-ui, sans-serif !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.drlaunch-theme .site-header .dl-header-actions {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  width: 332px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.drlaunch-theme .site-header .dl-header-action {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 83px !important;
  min-width: 0 !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #575757 !important;
  font: 400 11px/15px Manrope, system-ui, sans-serif !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.drlaunch-theme .site-header .dl-header-action > span:last-child {
  display: block !important;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.drlaunch-theme .site-header .dl-header-action .btn--icon__glyph {
  display: flex !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 0 2px !important;
  padding: 0 !important;
}

.drlaunch-theme .site-header .dl-header-action .btn--icon__glyph img {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  max-width: none !important;
}

.drlaunch-theme .site-header .dl-header-action .header-cart-badge {
  display: block !important;
  top: -6px !important;
  right: -10px !important;
  padding: 0 4px !important;
  color: #fff !important;
  line-height: 16px !important;
}

.drlaunch-theme .site-header .dl-header-action .header-cart-badge[hidden],
.drlaunch-theme .site-header .dl-header-action .header-cart-badge.d-none {
  display: none !important;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .drlaunch-theme .site-header .dl-header-desktop {
    grid-template-columns: 250px minmax(0, 1fr) 76px 218px 332px;
    column-gap: 16px !important;
    row-gap: 10px !important;
    padding: 4px 0 10px !important;
  }

  .drlaunch-theme .site-header .dl-header-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .drlaunch-theme .site-header .dl-header-actions {
    width: 332px !important;
  }
}

@media (max-width: 899px) and (min-width: 768px) {
  .drlaunch-theme .site-header .dl-header-desktop {
    grid-template-columns: 250px minmax(0, 1fr) 332px;
  }

  .drlaunch-theme .site-header .dl-header-messengers,
  .drlaunch-theme .site-header .dl-header-phone {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .drlaunch-theme .site-header .dl-header-desktop {
    display: flex !important;
    min-height: 50px;
    padding: 0 !important;
    gap: 8px !important;
  }

  .drlaunch-theme .site-header .dl-header-desktop > .logo,
  .drlaunch-theme .site-header .dl-header-desktop > .m-header-actions {
    display: flex !important;
  }

  .drlaunch-theme .site-header .dl-header-desktop > .logo {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .drlaunch-theme .site-header .dl-header-desktop > .m-header-actions {
    flex: 0 0 auto !important;
    width: auto !important;
    height: auto !important;
  }

  .drlaunch-theme .site-header .dl-header-desktop > .dl-header-search,
  .drlaunch-theme .site-header .dl-header-desktop > .dl-header-messengers,
  .drlaunch-theme .site-header .dl-header-desktop > .dl-header-phone,
  .drlaunch-theme .site-header .dl-header-desktop > .dl-header-actions,
  .drlaunch-theme .site-header .dl-header-desktop > .btn--menu {
    display: none !important;
  }
}

/* Header rebuild v3: one non-wrapping row, including under Seller's Bootstrap CSS. */
@media (min-width: 768px) {
  .drlaunch-theme .site-header .header__top--single-line {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 20px !important;
    min-width: 0 !important;
    height: 50px !important;
    min-height: 50px !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .logo {
    display: flex !important;
    flex: 0 0 250px !important;
    width: 250px !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .dl-header-search {
    display: flex !important;
    order: initial !important;
    flex: 1 1 406px !important;
    width: auto !important;
    max-width: 406px !important;
    min-width: 0 !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .dl-header-messengers {
    display: flex !important;
    order: initial !important;
    flex: 0 0 75px !important;
    width: 75px !important;
    margin-left: auto !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .dl-header-phone {
    display: flex !important;
    order: initial !important;
    flex: 0 0 217px !important;
    width: 217px !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .dl-header-actions {
    display: flex !important;
    order: initial !important;
    flex: 0 0 332px !important;
    width: 332px !important;
    height: 50px !important;
    align-items: center !important;
    justify-content: stretch !important;
  }

  .drlaunch-theme .site-header .header__top--single-line .dl-header-action {
    flex: 1 1 0 !important;
    width: auto !important;
    height: 48px !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .m-header-actions,
  .drlaunch-theme .site-header .header__top--single-line > .btn--menu {
    display: none !important;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .drlaunch-theme .site-header .header__top--single-line {
    gap: 12px !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .logo {
    flex-basis: 200px !important;
    width: 200px !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .dl-header-search {
    flex-basis: 120px !important;
    max-width: none !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .dl-header-messengers {
    display: flex !important;
    flex-basis: 66px !important;
    width: 66px !important;
    gap: 10px !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .dl-header-phone {
    display: flex !important;
    flex-basis: 180px !important;
    width: 180px !important;
    font-size: 17px !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .dl-header-actions {
    flex-basis: 280px !important;
    width: 280px !important;
  }

  .drlaunch-theme .site-header .header__top--single-line .dl-header-action {
    font-size: 10px !important;
  }
}

@media (max-width: 899px) and (min-width: 768px) {
  .drlaunch-theme .site-header .header__top--single-line > .dl-header-messengers,
  .drlaunch-theme .site-header .header__top--single-line > .dl-header-phone {
    display: none !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .dl-header-search {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .drlaunch-theme .site-header .header__top--single-line > .dl-header-actions {
    flex: 0 0 280px !important;
  }
}

/* ---- Cart rebuild: fully isolated from legacy Seller and static `.cart-*` rules ---- */
.drlaunch-theme .dl-cart {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 0 48px;
  color: #1a1917;
  font-family: Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-cart *,
.drlaunch-theme .dl-cart *::before,
.drlaunch-theme .dl-cart *::after {
  box-sizing: border-box;
}

.drlaunch-theme .dl-cart__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  color: #9c9a96;
  font: 400 12px/16px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-cart__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.drlaunch-theme .dl-cart__breadcrumbs a:hover {
  color: #1a6cff;
}

.drlaunch-theme .dl-cart__title {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: baseline;
  margin: 0 0 22px;
  color: #1a1917;
  font: 700 30px/36px Onest, Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-cart__meta {
  color: #757575;
  font: 400 14px/20px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-cart__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 338px;
  gap: 28px;
  align-items: start;
  width: 100%;
}

.drlaunch-theme .dl-cart__main,
.drlaunch-theme .dl-cart__form {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
}

.drlaunch-theme .dl-cart__item {
  display: grid;
  grid-template-columns: 96px minmax(180px, 1fr) 110px minmax(104px, auto) 32px;
  gap: 16px;
  align-items: center;
  min-height: 124px;
  padding: 14px 16px;
  border: 1px solid #e8e6e1;
  border-radius: 14px;
  background: #fff;
}

.drlaunch-theme .dl-cart__item.opacity-50 {
  opacity: .5;
}

.drlaunch-theme .dl-cart__image {
  display: flex;
  width: 96px;
  height: 92px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background: #f5f4f0;
}

.drlaunch-theme .dl-cart__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.drlaunch-theme .dl-cart__product {
  min-width: 0;
}

.drlaunch-theme .dl-cart__product .s-product-name .s-name {
  display: block;
  overflow: hidden;
  color: #1a1917;
  font: 600 15px/21px Manrope, system-ui, sans-serif;
  text-decoration: none;
  text-overflow: ellipsis;
}

.drlaunch-theme .dl-cart__product .s-product-name .s-name:hover {
  color: #1a6cff;
}

.drlaunch-theme .dl-cart__product .s-sku-wrapper,
.drlaunch-theme .dl-cart__product .s-services-wrapper {
  margin-top: 5px;
  color: #757575;
  font: 400 12px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-cart__availability {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 5px 0 0;
  color: #26733c;
  font: 500 12px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-cart__availability span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.drlaunch-theme .dl-cart__error {
  margin: 5px 0 0;
  color: #c9362b;
  font-size: 12px;
}

.drlaunch-theme .dl-cart__quantity {
  justify-self: center;
}

.drlaunch-theme .dl-cart__quantity .input-group {
  display: grid;
  grid-template-columns: 34px 42px 34px;
  width: 110px;
  overflow: hidden;
  border: 1px solid #e0ded9;
  border-radius: 10px;
  background: #fff;
}

.drlaunch-theme .dl-cart__quantity .input-group .btn,
.drlaunch-theme .dl-cart__quantity .input-group .form-control {
  width: auto;
  min-width: 0;
  height: 38px;
  min-height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #1a1917;
  font: 500 14px/38px Manrope, system-ui, sans-serif;
  text-align: center;
}

.drlaunch-theme .dl-cart__quantity .input-group .btn {
  background: #f5f4f0;
  font-size: 18px;
  cursor: pointer;
}

.drlaunch-theme .dl-cart__quantity .input-group .btn:hover {
  background: #e8e6e1;
}

.drlaunch-theme .dl-cart__price {
  justify-self: end;
  margin: 0;
  color: #1a1917;
  font: 700 17px/22px Manrope, system-ui, sans-serif;
  text-align: right;
  white-space: nowrap;
}

.drlaunch-theme .dl-cart__remove {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #9c9a96;
  font: 400 24px/1 Manrope, system-ui, sans-serif;
  cursor: pointer;
}

.drlaunch-theme .dl-cart__remove:hover {
  background: #fff1f0;
  color: #c9362b;
}

.drlaunch-theme .dl-cart__promo {
  padding: 14px 16px;
  border: 1px solid #d6e6ff;
  border-radius: 12px;
  background: #f5f9ff;
}

.drlaunch-theme .dl-cart__promo .s-discount-wrapper {
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.drlaunch-theme .dl-cart__promo .s-discount-wrapper > span {
  color: #1a1917;
  font: 600 13px/20px Manrope, system-ui, sans-serif;
  white-space: nowrap;
}

.drlaunch-theme .dl-cart__promo .s-text {
  min-width: 0;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d4d1cb;
  border-radius: 9px;
  background: #fff;
  font: 400 13px/40px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-cart__promo .s-submit {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #1a1917;
  border-radius: 9px;
  background: #1a1917;
  color: #fff;
  font: 600 13px/20px Manrope, system-ui, sans-serif;
  cursor: pointer;
}

.drlaunch-theme .dl-cart__promo .form-message {
  grid-column: 1 / -1;
  margin: 0;
}

.drlaunch-theme .dl-cart__summary {
  position: sticky;
  top: 16px;
  min-width: 0;
  padding: 22px;
  border: 1px solid #e0ded9;
  border-radius: 16px;
  background: #fafaf8;
}

.drlaunch-theme .dl-cart__summary h2 {
  margin: 0 0 18px;
  color: #1a1917;
  font: 700 20px/26px Onest, Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-cart__summary-rows {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #e0ded9;
}

.drlaunch-theme .dl-cart__summary-rows > div,
.drlaunch-theme .dl-cart__total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.drlaunch-theme .dl-cart__summary-rows dt,
.drlaunch-theme .dl-cart__summary-rows dd {
  margin: 0;
  color: #5f5e5a;
  font: 400 13px/20px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-cart__summary-rows dd {
  color: #1a1917;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

.drlaunch-theme .dl-cart__discount {
  color: #c9362b !important;
}

.drlaunch-theme .dl-cart__total {
  margin: 17px 0 20px;
  color: #1a1917;
  font: 600 16px/22px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-cart__total strong {
  font-size: 25px;
  line-height: 30px;
}

.drlaunch-theme .dl-cart__hint {
  margin: -8px 0 16px;
  color: #26733c;
  font: 400 12px/17px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-cart__checkout,
.drlaunch-theme .dl-cart__continue,
.drlaunch-theme .dl-cart__catalog-link {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 0 0 9px;
  padding: 10px 14px;
  border-radius: 10px;
  font: 600 14px/20px Manrope, system-ui, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.drlaunch-theme .dl-cart__checkout,
.drlaunch-theme .dl-cart__catalog-link {
  border: 1px solid #1a1917;
  background: #1a1917;
  color: #fff;
}

.drlaunch-theme .dl-cart__continue {
  border: 1px solid #d4d1cb;
  background: #fff;
  color: #1a1917;
}

.drlaunch-theme .dl-cart__trust {
  display: grid;
  gap: 6px;
  margin: 15px 0 0;
  padding: 0;
  color: #26733c;
  font: 400 12px/18px Manrope, system-ui, sans-serif;
  list-style: none;
}

.drlaunch-theme .dl-cart__trust li::before {
  content: "✓";
  margin-right: 5px;
  font-weight: 700;
}

.drlaunch-theme .dl-cart__empty {
  max-width: 560px;
  margin: 26px auto 54px;
  padding: 56px 24px;
  border: 1px solid #e0ded9;
  border-radius: 18px;
  background: #fafaf8;
  text-align: center;
}

.drlaunch-theme .dl-cart__empty-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #eef5ff;
}

.drlaunch-theme .dl-cart__empty-title {
  margin: 18px 0 8px;
  color: #1a1917;
  font: 700 24px/31px Onest, Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-cart__empty-text {
  margin: 0 0 20px;
  color: #5f5e5a;
  font-size: 14px;
}

.drlaunch-theme .dl-cart__catalog-link {
  width: fit-content;
  margin: 0 auto;
  padding-inline: 20px;
}

@media (max-width: 900px) {
  .drlaunch-theme .dl-cart__layout {
    grid-template-columns: minmax(0, 1fr) 292px;
    gap: 18px;
  }

  .drlaunch-theme .dl-cart__item {
    grid-template-columns: 82px minmax(120px, 1fr) 104px 88px 28px;
    gap: 10px;
    padding: 12px;
  }

  .drlaunch-theme .dl-cart__image {
    width: 82px;
    height: 78px;
  }
}

@media (max-width: 680px) {
  .drlaunch-theme .dl-cart {
    padding: 4px 0 28px;
  }

  .drlaunch-theme .dl-cart__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
  }

  .drlaunch-theme .dl-cart__meta {
    font-size: 12px;
  }

  .drlaunch-theme .dl-cart__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .drlaunch-theme .dl-cart__item {
    grid-template-columns: 72px minmax(0, 1fr) 28px;
    grid-template-rows: auto auto;
    gap: 6px 10px;
    min-height: 108px;
    padding: 10px;
    border-radius: 12px;
  }

  .drlaunch-theme .dl-cart__image {
    grid-row: 1 / span 2;
    width: 72px;
    height: 72px;
    border-radius: 8px;
  }

  .drlaunch-theme .dl-cart__product .s-product-name .s-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
  }

  .drlaunch-theme .dl-cart__product .s-sku-wrapper,
  .drlaunch-theme .dl-cart__availability {
    margin-top: 2px;
    font-size: 10px;
    line-height: 15px;
  }

  .drlaunch-theme .dl-cart__quantity {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }

  .drlaunch-theme .dl-cart__quantity .input-group {
    grid-template-columns: 28px 34px 28px;
    width: 90px;
    border-radius: 8px;
  }

  .drlaunch-theme .dl-cart__quantity .input-group .btn,
  .drlaunch-theme .dl-cart__quantity .input-group .form-control {
    height: 30px;
    min-height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .drlaunch-theme .dl-cart__quantity .input-group .form-control {
    font-size: 12px;
  }

  .drlaunch-theme .dl-cart__price {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    margin-left: 96px;
    font-size: 14px;
  }

  .drlaunch-theme .dl-cart__remove {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    width: 28px;
    height: 28px;
    font-size: 20px;
  }

  .drlaunch-theme .dl-cart__promo {
    padding: 12px;
  }

  .drlaunch-theme .dl-cart__promo .s-discount-wrapper {
    grid-template-columns: 1fr auto;
  }

  .drlaunch-theme .dl-cart__promo .s-discount-wrapper > span,
  .drlaunch-theme .dl-cart__promo .s-text {
    grid-column: 1 / -1;
  }

  .drlaunch-theme .dl-cart__summary {
    position: static;
    padding: 18px;
    border-radius: 14px;
  }

  .drlaunch-theme .dl-cart__empty {
    margin: 18px auto 30px;
    padding: 42px 18px;
  }
}

/* ---- Order / checkout page (was broken Seller Bootstrap) ---- */
.drlaunch-theme .dl-order {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 48px;
}

.drlaunch-theme .dl-order__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.drlaunch-theme .dl-order__title {
  margin: 0;
  font: 700 30px/1.2 Onest, Manrope, system-ui, sans-serif;
  color: #1a1917;
}

.drlaunch-theme .dl-order__back {
  color: #1a6cff;
  font: 500 14px/1.4 Manrope, system-ui, sans-serif;
  text-decoration: none;
}

.drlaunch-theme .dl-order__back:hover {
  text-decoration: underline;
}

.drlaunch-theme .dl-order__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
  gap: 24px;
  align-items: start;
}

.drlaunch-theme .dl-order__cart,
.drlaunch-theme .dl-order__form {
  border: 1px solid #e8e6e1;
  border-radius: 14px;
  background: #fff;
  padding: 18px 20px 22px;
  box-shadow: none;
}

.drlaunch-theme .dl-order__cart-head,
.drlaunch-theme .dl-order__form-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
}

.drlaunch-theme .dl-order__cart-head h2,
.drlaunch-theme .dl-order__form-title {
  margin: 0;
  font: 700 16px/1.3 Onest, Manrope, system-ui, sans-serif;
  color: #1a1917;
}

.drlaunch-theme .dl-order__clear {
  border: 0;
  background: transparent;
  color: #9c9a96;
  font: 500 13px/1.3 Manrope, system-ui, sans-serif;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.drlaunch-theme .dl-order__clear:hover {
  color: #d64545;
}

/* WA checkout cart widget inside order page */
.drlaunch-theme #js-order-cart .wa-order-cart-wrapper,
.drlaunch-theme #js-order-cart .wa-cart-body,
.drlaunch-theme #js-order-cart .wa-cart-content,
.drlaunch-theme #js-order-cart .wa-products {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.drlaunch-theme #js-order-cart .wa-product {
  display: block !important;
  border: 1px solid #e8e6e1;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  margin: 0 0 10px !important;
}

.drlaunch-theme #js-order-cart .wa-product-body {
  display: grid !important;
  grid-template-columns: 72px minmax(140px, 1fr) auto auto;
  gap: 12px 14px;
  align-items: center;
  width: 100%;
}

.drlaunch-theme #js-order-cart .wa-column-image,
.drlaunch-theme #js-order-cart .wa-image-section {
  width: 72px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  background: #eef2f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drlaunch-theme #js-order-cart .wa-image-section img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.drlaunch-theme #js-order-cart .wa-column-details,
.drlaunch-theme #js-order-cart .wa-details-section,
.drlaunch-theme #js-order-cart .wa-details {
  min-width: 0;
  max-width: 100%;
}

.drlaunch-theme #js-order-cart .wa-name {
  display: block;
  font: 600 14px/1.35 Manrope, system-ui, sans-serif;
  color: #1a1917;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.drlaunch-theme #js-order-cart .wa-actions {
  display: inline-flex;
  margin-top: 6px;
}

.drlaunch-theme #js-order-cart .wa-action.js-delete-product {
  color: #9c9a96;
  font: 500 12px/1.3 Manrope, system-ui, sans-serif;
  cursor: pointer;
}

.drlaunch-theme #js-order-cart .wa-column-quantity {
  justify-self: end;
}

.drlaunch-theme #js-order-cart .wa-quantity-cart-section .wa-section-body {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  overflow: hidden;
}

.drlaunch-theme #js-order-cart .wa-quantity-cart-section .wa-button,
.drlaunch-theme #js-order-cart .wa-quantity-cart-section .wa-field {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border: 0;
  background: #f5f4f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.drlaunch-theme #js-order-cart .wa-quantity-cart-section .wa-field {
  width: 42px;
  background: #fff;
  text-align: center;
  font: 500 13px/1 Manrope, system-ui, sans-serif;
}

.drlaunch-theme #js-order-cart .wa-description,
.drlaunch-theme #js-order-cart .wa-unit,
.drlaunch-theme #js-order-cart .wa-section-footer,
.drlaunch-theme #js-order-cart .wa-product-fractional-prices,
.drlaunch-theme #js-order-cart .wa-tooltip,
.drlaunch-theme #js-order-cart .wa-quantity-actions {
  display: none !important;
}

.drlaunch-theme #js-order-cart .wa-column-price,
.drlaunch-theme #js-order-cart .wa-price-section {
  text-align: right;
  white-space: nowrap;
}

.drlaunch-theme #js-order-cart .wa-price-total {
  font: 600 16px/1.2 Manrope, system-ui, sans-serif;
  color: #1a1917;
}

.drlaunch-theme #js-order-cart .wa-cart-details {
  margin-top: 14px;
}

.drlaunch-theme #js-order-cart .wa-coupon-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: #eef5ff;
  border: 1px solid #c9ddff;
  border-radius: 10px;
}

.drlaunch-theme #js-order-cart .wa-coupon-section .wa-input {
  flex: 1;
  min-width: 140px;
  height: 36px;
  border: 1px solid #c9ddff;
  border-radius: 8px;
  padding: 0 10px;
  font: 400 13px/1 Manrope, system-ui, sans-serif;
}

.drlaunch-theme #js-order-cart .wa-coupon-section .wa-button {
  height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: #1a6cff;
  color: #fff;
  font: 600 13px/1 Manrope, system-ui, sans-serif;
  cursor: pointer;
}

.drlaunch-theme #js-order-cart .wa-price-total.js-order-total,
.drlaunch-theme #js-order-cart .wa-cart-total,
.drlaunch-theme #js-order-cart .wa-total-section,
.drlaunch-theme #js-order-cart .wa-column-content .wa-price-total {
  margin-top: 12px;
  font: 700 18px/1.2 Onest, Manrope, system-ui, sans-serif;
}

/* Hide Seller min/max qty tooltips and fractional junk */
.drlaunch-theme .dl-cart__quantity .s-prices-section,
.drlaunch-theme .dl-cart .js-min-description[data-tooltip],
.drlaunch-theme .dl-cart .tooltip,
.drlaunch-theme #js-order-cart .s-prices-section,
.drlaunch-theme #js-order-cart [class*="tooltip"] {
  display: none !important;
}

.drlaunch-theme .dl-cart__quantity .input-group {
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  overflow: hidden;
}

/* Checkout form basics */
.drlaunch-theme #js-order-form .wa-field,
.drlaunch-theme #js-order-form .wa-field-wrapper {
  margin-bottom: 12px;
}

.drlaunch-theme #js-order-form input[type="text"],
.drlaunch-theme #js-order-form input[type="email"],
.drlaunch-theme #js-order-form input[type="tel"],
.drlaunch-theme #js-order-form select,
.drlaunch-theme #js-order-form textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  padding: 10px 12px;
  font: 400 14px/1.4 Manrope, system-ui, sans-serif;
  background: #fff;
}

.drlaunch-theme #js-order-form .wa-button,
.drlaunch-theme #js-order-form button[type="submit"],
.drlaunch-theme #js-order-form .wa-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: 8px;
  border: 0;
  border-radius: 12px;
  background: #1a1917;
  color: #fff;
  font: 700 15px/1 Manrope, system-ui, sans-serif;
  cursor: pointer;
}

/* Kill runaway recommended images if any plugin injects them */
.drlaunch-theme .dl-order .s-products-wrapper img,
.drlaunch-theme .dl-order .product-card img,
.drlaunch-theme .dl-cart .s-products-wrapper img {
  max-width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}

.drlaunch-theme .dl-order .s-products-wrapper,
.drlaunch-theme .dl-cart .cart-related,
.drlaunch-theme .dl-cart .s-related-products {
  display: none !important;
}

@media (max-width: 980px) {
  .drlaunch-theme .dl-order__layout {
    grid-template-columns: 1fr;
  }

  .drlaunch-theme #js-order-cart .wa-product-body {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .drlaunch-theme #js-order-cart .wa-column-quantity,
  .drlaunch-theme #js-order-cart .wa-column-price {
    grid-column: 2;
    justify-self: start;
  }
}

/* Remaining Shop-Script screens: replace unstyled Seller/Bootstrap shells
   with the same compact DL cards used by the static layouts. */
.drlaunch-theme .dl-wishlist,
.drlaunch-theme .catalog-page,
.drlaunch-theme .s-search-page,
.drlaunch-theme .cabinet {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 56px;
}

/* Compare fills the same .container as the header (no extra max-width). */
.drlaunch-theme .dl-compare,
.drlaunch-theme .s-compare-page {
  width: 100%;
  max-width: none;
  margin: 24px 0 56px;
}

.drlaunch-theme .dl-wishlist__empty,
.drlaunch-theme .dl-compare-empty,
.drlaunch-theme .s-category-empty,
.drlaunch-theme .dl-search-empty {
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 560px;
  margin: 32px auto;
  padding: 48px 24px !important;
  border: 1px solid #e0ded9 !important;
  border-radius: 16px !important;
  background: #fafaf8 !important;
  color: #1a1917;
  text-align: center;
}

.drlaunch-theme .dl-wishlist__empty h1,
.drlaunch-theme .dl-compare-empty h1,
.drlaunch-theme .s-category-empty .h2,
.drlaunch-theme .dl-search-empty .h2 {
  margin: 0;
  color: #1a1917;
  font: 700 24px/31px Onest, Manrope, sans-serif;
}

.drlaunch-theme .dl-wishlist__empty p,
.drlaunch-theme .dl-compare-empty p,
.drlaunch-theme .dl-search-empty__text {
  max-width: 400px;
  margin: 0;
  color: #5f5e5a;
  font: 400 14px/21px Manrope, sans-serif;
}

.drlaunch-theme .dl-wishlist__icon,
.drlaunch-theme .dl-compare-empty__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: #eef5ff;
  color: #1a6cff;
  font: 400 32px/1 Manrope, sans-serif;
}

.drlaunch-theme .dl-wishlist__products,
.drlaunch-theme .s-compare-products,
.drlaunch-theme .catalog-products {
  min-width: 0;
}

/* Plugin grids must never let source image dimensions set card height. */
.drlaunch-theme :is(.product-grid, .s-products-list, .s-compare-products, .product-related) img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.drlaunch-theme .s-compare-products .product-grid,
.drlaunch-theme .product-related .product-grid,
.drlaunch-theme .catalog-products .product-grid {
  align-items: stretch;
}

.drlaunch-theme .catalog-page .b-category-actions,
.drlaunch-theme .s-search-page .b-category-actions {
  margin: 0 0 20px;
  padding: 14px;
  border: 1px solid #e8e6e1;
  border-radius: 14px;
  background: #fafaf8;
}

.drlaunch-theme .catalog-page .s-layout,
.drlaunch-theme .s-search-page .s-layout {
  gap: 10px;
}

.drlaunch-theme .catalog-page .btn,
.drlaunch-theme .s-search-page .btn {
  border-radius: 9px;
}

.drlaunch-theme .cabinet {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
}

.drlaunch-theme .cabinet__aside,
.drlaunch-theme .cabinet-panel {
  box-sizing: border-box;
  padding: 22px;
  border: 1px solid #e0ded9;
  border-radius: 16px;
  background: #fff;
}

.drlaunch-theme .cabinet-nav {
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.drlaunch-theme .cabinet-nav__item {
  padding: 10px 12px;
  border-radius: 9px;
  color: #3b3a37;
  font: 500 14px/20px Manrope, sans-serif;
  text-decoration: none;
}

.drlaunch-theme .cabinet-nav__item:hover,
.drlaunch-theme .cabinet-nav__item.is-active {
  background: #eef5ff;
  color: #185fa5;
}

.drlaunch-theme .cabinet-panel__title {
  margin: 0 0 20px;
  font: 700 26px/32px Onest, Manrope, sans-serif;
}

@media (max-width: 767px) {
  .drlaunch-theme .dl-wishlist,
  .drlaunch-theme .s-compare-page,
  .drlaunch-theme .catalog-page,
  .drlaunch-theme .s-search-page,
  .drlaunch-theme .cabinet {
    margin-bottom: 32px;
  }

  .drlaunch-theme .dl-wishlist__empty,
  .drlaunch-theme .dl-compare-empty,
  .drlaunch-theme .s-category-empty,
  .drlaunch-theme .dl-search-empty {
    margin: 20px auto;
    padding: 32px 18px !important;
  }

  .drlaunch-theme .cabinet {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .drlaunch-theme .cabinet__aside,
  .drlaunch-theme .cabinet-panel {
    padding: 18px;
    border-radius: 14px;
  }

  .drlaunch-theme .cabinet-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Product buybox / wishlist / compare polish */
.drlaunch-theme .product-layout.b-product-drlaunch {
  display: grid;
  grid-template-columns: minmax(0, 710px) 426px;
  gap: 27px;
  align-items: start;
}

.drlaunch-theme .dl-product-breadcrumbs {
  grid-column: 1 / -1;
  margin: 0 0 4px;
}

.drlaunch-theme .buybox .buybox__toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.drlaunch-theme .buybox .buybox__toolbar .b-product-quantity {
  flex: 0 0 auto;
}

.drlaunch-theme .buybox .buybox__toolbar .buybox__compare,
.drlaunch-theme .buybox .buybox__toolbar .b-product-compare {
  flex: 1;
  min-height: 40px;
  justify-content: center;
  border: 1px solid #e0ded9;
  border-radius: 10px;
  background: #fff;
  color: #1a1917;
  font-size: 14px;
  font-weight: 500;
}

.drlaunch-theme .buybox .b-product-quantity.dl-qty-always.d-none {
  display: block !important;
}

.drlaunch-theme .buybox__actions {
  width: 100%;
  margin-top: 10px;
}

.drlaunch-theme .buybox .dl-buybox-submit {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
}

.drlaunch-theme .buybox .dl-buybox-submit .js-submit-button,
.drlaunch-theme .buybox .dl-buybox-submit .js-checkout-link,
.drlaunch-theme .buybox .dl-buybox-submit .dl-buy-now {
  flex: 1 1 calc(50% - 3px);
  width: auto;
  min-width: 0;
  min-height: 40px;
  border-radius: 10px;
  font-size: 14px;
}

.drlaunch-theme .buybox .dl-buybox-submit .js-submit-button,
.drlaunch-theme .buybox .dl-buybox-submit .js-checkout-link {
  background: #1a1917;
  border: 1px solid #1a1917;
  color: #fff;
  font-weight: 600;
}

.drlaunch-theme .buybox .dl-buybox-submit .dl-buy-now {
  background: #fff;
  border: 1px solid #e0ded9;
  color: #1a1917;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.drlaunch-theme .dl-buybox-submit .js-checkout-link[hidden],
.drlaunch-theme .dl-buybox-submit .js-submit-button[hidden],
.drlaunch-theme .dl-buybox-submit .d-none {
  display: none !important;
}

.drlaunch-theme .buybox .js-product-affiliate {
  background: none !important;
  box-shadow: none !important;
  color: #3b6d11 !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: none !important;
  padding: 0 !important;
  letter-spacing: 0;
}

.drlaunch-theme .buybox .js-product-affiliate .icon {
  display: none;
}

.drlaunch-theme .buybox .dl-buybox-markets {
  margin-top: 16px;
}

.drlaunch-theme .buybox .dl-buybox-markets .card,
.drlaunch-theme .buybox .dl-buybox-markets .dl-markets-card {
  display: block !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.drlaunch-theme .buybox .dl-buybox-markets .fs-md {
  margin: 0 0 8px;
  font-size: 13px;
  color: #5f5e5a;
}

.drlaunch-theme .product-tabs .b-product-tabs {
  margin-top: 0;
}

.drlaunch-theme .product-tabs .s-tabs-wrapper.nav,
.drlaunch-theme .product-tabs .nav-tabs,
.drlaunch-theme .product-tabs .nav-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid #e0ded9;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.drlaunch-theme .product-tabs .nav-item {
  margin: 0;
}

.drlaunch-theme .product-tabs .nav-link {
  padding: 10px 16px;
  font-size: 14px;
  color: #5f5e5a;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  border-radius: 0;
}

.drlaunch-theme .product-tabs .nav-link.active,
.drlaunch-theme .product-tabs .nav-link:hover {
  color: #1a1917;
  background: none;
}

.drlaunch-theme .product-tabs .nav-link.active {
  font-weight: 600;
  border-bottom-color: #1a1917;
}

.drlaunch-theme .s-product-page .product-tabs {
  display: flow-root;
  clear: both;
  isolation: isolate;
  min-width: 0;
  max-width: 100%;
  margin-top: 32px;
  padding-bottom: 8px;
}

.drlaunch-theme .product-tabs .tab-content {
  display: flow-root;
  clear: both;
  min-width: 0;
  max-width: 100%;
  margin-top: 0 !important;
}

.drlaunch-theme .product-tabs .tab-pane {
  display: none !important;
}

.drlaunch-theme .product-tabs .tab-pane.active,
.drlaunch-theme .product-tabs .tab-pane.show.active {
  display: block !important;
  height: auto;
  overflow: visible;
  visibility: visible;
}

.drlaunch-theme .product-tabs .s-product-description,
.drlaunch-theme .product-tabs .s-product-description.s-product-description--cut {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  max-height: none !important;
  margin: 0;
  padding-bottom: 8px;
  overflow-x: auto;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  color: #1a1917;
  font-size: 15px;
  line-height: 1.65;
}

.drlaunch-theme .product-tabs .js-product-description-uncut {
  display: none !important;
}

.drlaunch-theme .product-tabs .s-product-description h1,
.drlaunch-theme .product-tabs .s-product-description h2,
.drlaunch-theme .product-tabs .s-product-description h3,
.drlaunch-theme .product-tabs .s-product-description h4 {
  color: #1a1917;
  font-weight: 700;
  line-height: 1.35;
  margin: 18px 0 10px;
}

.drlaunch-theme .product-tabs .s-product-description h1,
.drlaunch-theme .product-tabs .s-product-description > h1:first-child,
.drlaunch-theme .product-tabs .s-product-description > h2:first-child {
  font-size: 18px;
  margin-top: 0;
}

.drlaunch-theme .product-tabs .s-product-description h2 {
  font-size: 16px;
}

.drlaunch-theme .product-tabs .s-product-description h3,
.drlaunch-theme .product-tabs .s-product-description h4 {
  font-size: 15px;
}

.drlaunch-theme .product-tabs .s-product-description p {
  margin: 0 0 12px;
}

.drlaunch-theme .product-tabs .s-product-description p:last-child {
  margin-bottom: 0;
}

.drlaunch-theme .product-tabs .s-product-description ul,
.drlaunch-theme .product-tabs .s-product-description ol {
  margin: 0 0 12px;
  padding-left: 1.4em;
}

.drlaunch-theme .product-tabs .s-product-description li {
  margin: 0 0 6px;
}

.drlaunch-theme .product-tabs .s-product-description blockquote {
  margin: 16px 0;
  padding: 12px 16px;
  border-left: 3px solid #e0ded9;
  background: #fafaf8;
  border-radius: 0 10px 10px 0;
}

.drlaunch-theme .product-tabs .s-product-description img,
.drlaunch-theme .product-tabs .s-product-description svg,
.drlaunch-theme .product-tabs .s-product-description video,
.drlaunch-theme .product-tabs .s-product-description iframe,
.drlaunch-theme .product-tabs .s-product-description embed,
.drlaunch-theme .product-tabs .s-product-description object,
.drlaunch-theme .product-tabs .s-product-description canvas {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 12px 0;
}

.drlaunch-theme .product-tabs .s-product-description iframe,
.drlaunch-theme .product-tabs .s-product-description video,
.drlaunch-theme .product-tabs .s-product-description embed,
.drlaunch-theme .product-tabs .s-product-description object {
  width: 100%;
  max-height: 420px;
}

.drlaunch-theme .product-tabs .s-product-description table {
  display: table;
  width: 100%;
  max-width: 100%;
  margin: 12px 0;
  border-collapse: collapse;
}

.drlaunch-theme .product-tabs .s-product-description th,
.drlaunch-theme .product-tabs .s-product-description td {
  padding: 8px 10px;
  border-bottom: 1px solid #e0ded9;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.drlaunch-theme .product-tabs .s-product-description img[align],
.drlaunch-theme .product-tabs .s-product-description [style*="float"] {
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.drlaunch-theme .s-product-page .product-related,
.drlaunch-theme .s-product-page .product-faq,
.drlaunch-theme .s-product-page .product-tabs ~ section {
  clear: both;
  position: relative;
  z-index: 1;
  margin-top: 48px;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .drlaunch-theme .s-product-page .product-tabs {
    margin-top: 24px;
  }

  .drlaunch-theme .product-tabs .s-product-description {
    font-size: 14px;
    line-height: 1.6;
  }

  .drlaunch-theme .product-tabs .s-product-description h1,
  .drlaunch-theme .product-tabs .s-product-description > h1:first-child,
  .drlaunch-theme .product-tabs .s-product-description > h2:first-child {
    font-size: 16px;
  }

  .drlaunch-theme .s-product-page .product-related,
  .drlaunch-theme .s-product-page .product-faq,
  .drlaunch-theme .s-product-page .product-tabs ~ section {
    margin-top: 32px;
  }
}

.drlaunch-theme .dl-wishlist-empty .page-title,
.drlaunch-theme .dl-compare-empty .page-title {
  margin: 12px 0 8px;
}

.drlaunch-theme .dl-wishlist-empty__lead {
  margin: 0 0 6px;
  font: 600 16px/1.35 Manrope, system-ui, sans-serif;
  color: #1a1917;
}

@media (max-width: 980px) {
  .drlaunch-theme .product-layout.b-product-drlaunch {
    grid-template-columns: 1fr;
  }

  .drlaunch-theme .buybox .buybox__toolbar {
    display: flex !important;
  }
}

/* ---- Blog listing / post / 404 (namespaced; do not affect product or home) ---- */
.drlaunch-theme .dl-blog,
.drlaunch-theme .dl-blog-post {
  width: 100%;
  min-width: 0;
}

.drlaunch-theme .dl-blog .page-lead {
  margin-bottom: 20px;
}

.drlaunch-theme .dl-blog__chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.drlaunch-theme .dl-blog__chips::-webkit-scrollbar {
  display: none;
}

.drlaunch-theme .dl-blog__chip {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 240px;
  min-height: 34px;
  padding: 6px 12px;
  overflow: hidden;
  border: 1px solid #e0ded9;
  border-radius: 10px;
  background: #fff;
  color: #1a1917;
  font: 600 13px/1.2 Manrope, system-ui, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.drlaunch-theme .dl-blog__chip:hover,
.drlaunch-theme .dl-blog__chip.is-active {
  border-color: #1a1917;
  background: #1a1917;
  color: #fff;
}

@media (min-width: 768px) {
  .drlaunch-theme .dl-blog__chips {
    flex-wrap: wrap;
    overflow: visible;
  }
}

.drlaunch-theme .dl-blog__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.drlaunch-theme .dl-blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e0ded9;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.drlaunch-theme .dl-blog-card:hover {
  border-color: #cfcbc3;
  box-shadow: 0 10px 28px rgba(26, 25, 23, 0.08);
  transform: translateY(-2px);
}

.drlaunch-theme .dl-blog-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #e6f1fb 0%, #f5f4f0 100%);
}

.drlaunch-theme .dl-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drlaunch-theme .dl-blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px 16px;
}

.drlaunch-theme .dl-blog-card__date {
  color: #9c9a96;
  font: 500 12px/1.3 Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-blog-card__title {
  color: #1a1917;
  font: 700 16px/1.3 Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-blog-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: #5f5e5a;
  font: 400 13px/1.45 Manrope, system-ui, sans-serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.drlaunch-theme .dl-blog-card__more {
  margin-top: auto;
  padding-top: 8px;
  color: #185fa5;
  font: 600 13px/1.3 Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-blog-empty,
.drlaunch-theme .dl-error-page {
  max-width: 640px;
}

.drlaunch-theme .dl-blog-empty {
  padding: 36px 20px;
  border: 1px solid #e0ded9;
  border-radius: 16px;
  background: #fafaf8;
  text-align: center;
}

.drlaunch-theme .dl-blog-empty h2,
.drlaunch-theme .dl-error-page .page-title {
  margin: 0 0 8px;
}

.drlaunch-theme .dl-blog-paging {
  margin: 28px 0 8px;
}

.drlaunch-theme .dl-blog-paging__list,
.drlaunch-theme .dl-blog-paging ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.drlaunch-theme .dl-blog-paging a,
.drlaunch-theme .dl-blog-paging span,
.drlaunch-theme .dl-blog-paging .selected span,
.drlaunch-theme .dl-blog-paging .selected a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #e0ded9;
  border-radius: 10px;
  background: #fff;
  color: #1a1917;
  font: 600 13px/1.3 Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-blog-paging .selected a,
.drlaunch-theme .dl-blog-paging .selected span,
.drlaunch-theme .dl-blog-paging li.selected a,
.drlaunch-theme .dl-blog-paging li.selected span {
  border-color: #1a1917;
  background: #1a1917;
  color: #fff;
}

.drlaunch-theme .dl-blog-post__header {
  margin-bottom: 16px;
}

.drlaunch-theme .dl-blog-post__meta {
  margin: 0;
  color: #9c9a96;
  font: 500 13px/1.3 Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-blog-post__hero {
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 14px;
  background: #f3f3f3;
}

.drlaunch-theme .dl-blog-post__hero img,
.drlaunch-theme .dl-blog-post__content img,
.drlaunch-theme .dl-blog-post__content video,
.drlaunch-theme .dl-blog-post__content iframe,
.drlaunch-theme .dl-blog-post__content table,
.drlaunch-theme .dl-blog-photos img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

.drlaunch-theme .dl-blog-post__content img,
.drlaunch-theme .dl-blog-photos img {
  display: block;
  margin: 12px auto;
  border-radius: 12px;
}

.drlaunch-theme .dl-blog-post__content {
  max-width: 820px;
  color: #3b3a37;
  font: 400 15px/1.65 Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-blog-post__content :is(h1, h2, h3, h4) {
  margin: 1.4em 0 0.5em;
  color: #1a1917;
  font-family: Onest, Manrope, system-ui, sans-serif;
  line-height: 1.25;
}

.drlaunch-theme .dl-blog-post__content p {
  margin: 0 0 1em;
}

.drlaunch-theme .dl-blog-post__content a {
  color: #185fa5;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.drlaunch-theme .dl-blog-post__content ul,
.drlaunch-theme .dl-blog-post__content ol {
  margin: 0 0 1em;
  padding-left: 1.3em;
}

.drlaunch-theme .dl-blog-post__content ul {
  list-style: disc;
}

.drlaunch-theme .dl-blog-post__content ol {
  list-style: decimal;
}

.drlaunch-theme .dl-blog-post__content .photo-placeholder,
.drlaunch-theme .dl-blog-post__content .doctorlaunch-instr {
  max-width: 100% !important;
}

.drlaunch-theme .dl-blog-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.drlaunch-theme .dl-blog-related {
  margin-top: 32px;
}

.drlaunch-theme .dl-blog-related__title {
  margin: 0 0 16px;
  color: #1a1917;
  font: 700 18px/1.3 Onest, Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-blog-related__title span {
  color: #9c9a96;
  font-weight: 600;
}

.drlaunch-theme .dl-blog-comments {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e0ded9;
}

.drlaunch-theme .dl-blog-comments__empty {
  color: #5f5e5a;
}

.drlaunch-theme .dl-blog-comment {
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid #e8e6e1;
  border-radius: 12px;
  background: #fafaf8;
}

.drlaunch-theme .dl-blog-comment--reply {
  margin-left: calc(16px * var(--dl-comment-depth, 1));
}

.drlaunch-theme .dl-blog-comment__head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  margin-bottom: 8px;
}

.drlaunch-theme .dl-blog-comment__date {
  color: #9c9a96;
  font-size: 12px;
}

.drlaunch-theme .dl-blog-comment-form {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid #e0ded9;
  border-radius: 14px;
  background: #fff;
}

.drlaunch-theme .dl-blog-comment-form__title {
  margin: 0 0 14px;
  font: 700 16px/1.3 Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-blog-comment-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
  font: 600 13px/1.3 Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-blog-comment-form__field :is(input, textarea) {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d4d1cb;
  border-radius: 10px;
  font: 400 14px/1.4 Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-blog-comment-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.drlaunch-theme .dl-error-page__code {
  margin: 0 0 4px;
  color: #9c9a96;
  font: 700 14px/1.2 Manrope, system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drlaunch-theme .dl-error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.drlaunch-theme .dl-blog-widget {
  margin: 0 0 20px;
  padding: 16px;
  border: 1px solid #e0ded9;
  border-radius: 12px;
}

.drlaunch-theme .dl-blog-widget__title {
  margin: 0 0 10px;
  font: 700 14px/1.3 Manrope, system-ui, sans-serif;
}

@media (max-width: 767px) {
  .drlaunch-theme .dl-blog__grid,
  .drlaunch-theme .dl-blog-photos {
    grid-template-columns: 1fr;
  }

  .drlaunch-theme .dl-blog-card__title {
    font-size: 15px;
  }

  .drlaunch-theme .dl-blog-comment--reply {
    margin-left: 12px;
  }

  .drlaunch-theme .dl-blog-post__content {
    font-size: 14px;
  }
}

/* ---- Layout pass 2026-08-13: buybox flatten, qty, map, images, auth ---- */
.drlaunch-theme .buybox__commerce--wa .s-stocks-wrapper,
.drlaunch-theme .buybox__commerce--wa .b-product-stocks,
.drlaunch-theme .buybox__commerce--wa .b-stocks,
.drlaunch-theme .buybox__commerce--wa .s-stocks {
  display: none !important;
}

.drlaunch-theme .buybox__meta .s-stocks-wrapper,
.drlaunch-theme .buybox__meta .b-product-stocks {
  display: block !important;
}

.drlaunch-theme .buybox__commerce--wa .dl-markets-card,
.drlaunch-theme .buybox__commerce--wa .card.dl-markets-card {
  display: none !important;
}

.drlaunch-theme .buybox__commerce--wa .dl-buybox-markets,
.drlaunch-theme .buybox__commerce--wa .dl-buybox-markets .dl-markets-card,
.drlaunch-theme .buybox__commerce--wa .dl-buybox-markets .card {
  display: block !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.drlaunch-theme .buybox #js-quantity-section.dl-qty-always,
.drlaunch-theme .buybox .b-product-quantity.dl-qty-always,
.drlaunch-theme .buybox .b-product-quantity.dl-qty-always.d-none {
  display: block !important;
}

.drlaunch-theme .buybox #js-quantity-section.dl-qty-unavailable,
.drlaunch-theme .buybox .b-product-quantity.dl-qty-unavailable {
  opacity: .45;
  pointer-events: none;
}

.drlaunch-theme .product-gallery__wish .b-wishlist__text {
  display: none;
}

.drlaunch-theme .product-gallery__wish .icon,
.drlaunch-theme .product-gallery__wish .b-wishlist__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.drlaunch-theme .product-gallery__wish .b-product-wishlist,
.drlaunch-theme .product-gallery__wish .b-wishlist,
.drlaunch-theme .product-gallery__wish button,
.drlaunch-theme .product-gallery__wish .btn--wishlist {
  position: static;
  top: auto;
  right: auto;
  align-items: center;
  background: #fff;
  border: 1px solid #e0ded9;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  min-width: 30px;
  padding: 0;
  width: 30px;
  z-index: 20;
  box-shadow: 0 1px 4px rgba(26, 25, 23, .12);
}

.drlaunch-theme .product-gallery__wish svg,
.drlaunch-theme .product-gallery__wish img {
  display: block;
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  fill: transparent;
  stroke: #1a1917;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.67;
}

.drlaunch-theme .product-gallery__wish .active svg,
.drlaunch-theme .product-gallery__wish button[aria-pressed="true"] svg {
  fill: #ef7878;
  stroke: #ef7878;
}

.drlaunch-theme .product-gallery__stage > img,
.drlaunch-theme .product-gallery__thumb img,
.drlaunch-theme .s-product-description img,
.drlaunch-theme .dl-info-page img,
.drlaunch-theme .dl-blog-post__content img,
.drlaunch-theme .prose img {
  max-width: 100%;
  height: auto;
}

.drlaunch-theme .map-card__frame {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 260px;
  border: 0;
}

.drlaunch-theme .product-layout,
.drlaunch-theme .s-product-page,
.drlaunch-theme .catalog-page,
.drlaunch-theme .dl-info-page,
.drlaunch-theme .dl-blog,
.drlaunch-theme .dl-cart,
.drlaunch-theme .dl-order {
  min-width: 0;
  max-width: 100%;
}

.drlaunch-theme .wa-field-login .wa-name {
  font-size: 0;
}

.drlaunch-theme .wa-field-login .wa-name::after {
  color: #1a1917;
  content: "Эл. почта";
  font-family: Manrope, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.drlaunch-theme .btn--wa {
  flex: 1;
  background: #ecf8ee;
  border: 1px solid #9fe1cb;
  border-radius: 10px;
  color: #0f6e56;
  font-size: 13px;
  font-weight: 600;
  padding: 11px;
  text-align: center;
  text-decoration: none;
}

.drlaunch-theme .container.layout {
  grid-template-columns: 250px minmax(0, 1fr);
}

.drlaunch-theme .layout__content,
.drlaunch-theme .s-product-page,
.drlaunch-theme .product-layout,
.drlaunch-theme .product-gallery,
.drlaunch-theme .buybox {
  min-width: 0;
  max-width: 100%;
}

.drlaunch-theme .product-gallery__stage {
  width: 100%;
  max-width: 100%;
}

.drlaunch-theme .product-gallery__stage > img,
.drlaunch-theme #gallery-main {
  width: auto;
  max-width: 100%;
  height: auto;
}

.drlaunch-theme .dl-product-breadcrumbs {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.drlaunch-theme .product-gallery__thumbs {
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 980px) {
  .drlaunch-theme .product-gallery__stage {
    height: min(72vw, 400px);
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .drlaunch-theme .product-card__actions .btn--primary.js-add-button,
  .drlaunch-theme .product-card__actions > .btn--primary,
  .drlaunch-theme .product-card__actions .btn--secondary,
  .drlaunch-theme .product-card__actions .b-compare {
    min-height: 36px;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    padding: 0 10px;
  }

  .drlaunch-theme .buybox .dl-buybox-submit .js-submit-button,
  .drlaunch-theme .buybox .dl-buybox-submit .js-checkout-link,
  .drlaunch-theme .buybox .dl-buybox-submit .dl-buy-now,
  .drlaunch-theme .buybox .buybox__toolbar .b-product-compare {
    min-height: 44px;
  }

  .drlaunch-theme .map-card__frame {
    height: 220px;
  }

  .drlaunch-theme .product-gallery__stage {
    height: min(72vw, 360px);
    min-height: 220px;
  }
}

/* Compare page only. Do not change buybox / gallery / product submit. */
.drlaunch-theme .dl-compare.s-compare-empty {
  display: block;
  max-width: none;
  margin: 0 0 56px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-align: left;
}

.drlaunch-theme .dl-compare .dl-compare-empty {
  display: flex;
  justify-items: unset;
  gap: 0;
  max-width: none;
  margin: 0;
  padding: 40px 24px !important;
  border: 1px solid #e0ded9 !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.drlaunch-theme .dl-compare .dl-compare-empty h1,
.drlaunch-theme .dl-compare .dl-compare-empty .page-title {
  display: none;
}

/* Keep compare inside the same .container max-width as the header. */
.drlaunch-theme .container:has(.dl-compare) {
  min-width: 0;
  overflow-x: clip;
}

.drlaunch-theme .dl-compare .s-compare-products img,
.drlaunch-theme .dl-compare .s-products-list img,
.drlaunch-theme .dl-compare .dl-compare-card img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .drlaunch-theme .dl-compare.s-compare-empty {
    margin-bottom: 32px;
  }

  .drlaunch-theme .dl-compare .dl-compare-empty {
    margin: 0;
    padding: 32px 18px !important;
  }
}

/* Compare add/remove feedback — namespaced, does not restyle /compare/ table */
.dl-compare-btn,
.js-add-compare-button.b-compare {
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.product-card__actions .dl-compare-btn {
  flex: 0 1 auto;
  min-width: 98px;
}

.product-card__actions .dl-compare-btn .b-compare__text,
.buybox .dl-compare-btn .b-compare__text {
  display: inline;
}

.product-card__actions .js-add-compare-button.active,
.product-card__actions .js-add-compare-button.is-on,
.buybox .buybox__toolbar .js-add-compare-button.active,
.buybox .buybox__toolbar .js-add-compare-button.is-on,
.product-related .js-add-compare-button.active,
.product-related .js-add-compare-button.is-on {
  background: #1a1917;
  border-color: #1a1917;
  color: #fff;
}

.buybox .buybox__toolbar .js-add-compare-button.active .b-compare__icon,
.buybox .buybox__toolbar .js-add-compare-button.is-on .b-compare__icon {
  color: #fff;
}

.dl-compare-btn--pulse {
  animation: dl-compare-pulse 240ms ease-out;
}

.dl-compare-count--bump {
  animation: dl-compare-count-bump 280ms ease-out;
}

.dl-compare-header--bump {
  animation: dl-compare-header-bump 280ms ease-out;
}

@keyframes dl-compare-pulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@keyframes dl-compare-count-bump {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.28); }
}

@keyframes dl-compare-header-bump {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.04); }
}

.dl-compare-toast {
  position: fixed;
  left: 50%;
  bottom: calc(var(--m-bottom-h, 79px) + 16px + env(safe-area-inset-bottom, 0px));
  z-index: 240;
  transform: translate(-50%, 10px);
  opacity: 0;
  pointer-events: none;
  max-width: min(360px, calc(100vw - 32px));
  padding: 12px 16px;
  border-radius: 10px;
  background: #2f2f2f;
  color: #fff;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: opacity 180ms ease, transform 180ms ease;
}

.dl-compare-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.dl-compare-toast__link {
  color: #fff;
  text-decoration: none;
}

.dl-compare-toast__link:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .dl-compare-toast {
    bottom: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dl-compare-btn--pulse,
  .dl-compare-count--bump,
  .dl-compare-header--bump {
    animation: none;
  }
}

/* Catalog sort dropdown + Bootstrap collapse without Seller CSS */
.drlaunch-theme .s-sorting-list,
.drlaunch-theme .dl-catalog-sorting .dropdown {
  position: relative;
}

.drlaunch-theme .collapse:not(.show) {
  display: none;
}

.drlaunch-theme .s-paging-wrapper {
  gap: 12px;
  padding: 24px 0 8px;
}

.drlaunch-theme .s-paging-list.pagination,
.drlaunch-theme .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.drlaunch-theme .pagination .page-item,
.drlaunch-theme .s-paging-list > li {
  margin: 0;
}

.drlaunch-theme .pagination .page-link,
.drlaunch-theme .s-paging-list a,
.drlaunch-theme .s-paging-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #e8e6e1;
  border-radius: 8px;
  background: #fff;
  color: #1a1917;
  font: 500 13px/20px Manrope, system-ui, sans-serif;
  text-decoration: none;
}

.drlaunch-theme .pagination .page-item.active .page-link,
.drlaunch-theme .pagination .page-item.selected .page-link,
.drlaunch-theme .s-paging-list .selected a,
.drlaunch-theme .s-paging-list .selected span,
.drlaunch-theme .s-paging-list li.active a {
  background: #1a1917;
  border-color: #1a1917;
  color: #fff;
}

.drlaunch-theme .pagination .page-link:hover,
.drlaunch-theme .s-paging-list a:hover {
  border-color: #1a1917;
}

.drlaunch-theme .js-products-paging-load {
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  background: #fff;
  color: #1a1917;
  font: 600 14px/20px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .js-products-paging-load:hover {
  border-color: #1a1917;
}

.drlaunch-theme .product-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 4px 16px rgba(26, 25, 23, .12);
  color: #1a1917;
  cursor: pointer;
}

.drlaunch-theme .product-gallery__arrow svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.drlaunch-theme .product-gallery__arrow--prev {
  left: 12px;
}

.drlaunch-theme .product-gallery__arrow--next {
  right: 12px;
}

.drlaunch-theme .product-gallery__arrow:hover {
  background: #fff;
}

.drlaunch-theme .dropdown-item:hover,
.drlaunch-theme .dropdown-item:focus {
  background: #f4f2ee;
}

.drlaunch-theme .s-sort-active[aria-expanded="true"] {
  border-color: #1a1917;
}

/* ---- Product review form (Отзывы → Написать отзыв) ----
   Seller/Bootstrap chrome is not loaded in the DL shell. Scope everything
   to the product reviews tab/modal so buybox, gallery and homepage stay put. */

.drlaunch-theme .s-product-page .product-tabs:has(.b-product-reviews-modal.show) {
  isolation: auto;
  z-index: 2400;
}

.drlaunch-theme .s-reviews-page {
  min-width: 0;
  max-width: 100%;
}

.drlaunch-theme .dl-review-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 36px 20px;
  border: 1px solid #e0ded9;
  border-radius: 14px;
  background: #fafaf8;
  text-align: center;
}

.drlaunch-theme .dl-review-empty__title {
  margin: 0 0 8px;
  color: #1a1917;
  font: 700 20px/28px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-review-empty__text {
  margin: 0 0 20px;
  color: #5f5e5a;
  font: 400 14px/20px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-review-empty .s-review-button {
  display: flex;
  justify-content: center;
}

.drlaunch-theme .dl-review-empty .btn,
.drlaunch-theme .s-reviews-page .card-footer .btn.btn-theme,
.drlaunch-theme .dl-review-form .js-submit-button {
  display: inline-flex;
  min-height: 44px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid #1a1917;
  border-radius: 10px;
  background: #1a1917;
  color: #fff;
  font: 600 14px/20px Manrope, system-ui, sans-serif;
  cursor: pointer;
}

.drlaunch-theme .dl-review-empty .btn:hover,
.drlaunch-theme .s-reviews-page .card-footer .btn.btn-theme:hover,
.drlaunch-theme .dl-review-form .js-submit-button:hover {
  border-color: #3b3a37;
  background: #3b3a37;
  color: #fff;
}

.drlaunch-theme .b-product-reviews-modal.modal.fade:not(.show) {
  display: none !important;
}

.drlaunch-theme .b-product-reviews-modal.modal.show,
.drlaunch-theme .dl-review-modal.modal.show {
  display: flex !important;
  position: fixed;
  inset: 0;
  z-index: 2500;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(26, 25, 23, .46);
}

.drlaunch-theme .modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2490;
  background: rgba(26, 25, 23, .46);
}

.drlaunch-theme .dl-review-modal__dialog,
.drlaunch-theme .b-product-reviews-modal .modal-dialog {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 8vh auto 24px;
}

.drlaunch-theme .dl-review-modal__content,
.drlaunch-theme .b-product-reviews-modal .modal-content {
  position: relative;
  min-width: 0;
  padding: 0;
  border: 1px solid #e0ded9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(26, 25, 23, .16);
}

.drlaunch-theme .dl-review-modal__body,
.drlaunch-theme .b-product-reviews-modal .modal-body {
  position: relative;
  min-width: 0;
  padding: 28px 28px 24px;
}

.drlaunch-theme .dl-review-modal__close,
.drlaunch-theme .b-product-reviews-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e0ded9;
  border-radius: 50%;
  background: #fff;
  color: #1a1917;
  font: 500 22px/1 Manrope, system-ui, sans-serif;
  cursor: pointer;
}

.drlaunch-theme .dl-review-modal__close:hover,
.drlaunch-theme .b-product-reviews-modal__close:hover {
  background: #f5f4f0;
}

.drlaunch-theme .dl-review-form,
.drlaunch-theme .b-product-reviews-form,
.drlaunch-theme .s-review-form {
  min-width: 0;
  max-width: 100%;
}

.drlaunch-theme .dl-review-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.drlaunch-theme .dl-review-form__title {
  margin: 0 28px 4px 0;
  color: #1a1917;
  font: 700 22px/28px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-review-form__as,
.drlaunch-theme .dl-review-form__note {
  color: #5f5e5a;
  font: 400 13px/20px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-review-form__as a,
.drlaunch-theme .dl-review-form__note a,
.drlaunch-theme .dl-review-form .form-check-label a {
  color: #185fa5;
  text-decoration: none;
}

.drlaunch-theme .dl-review-form__as a:hover,
.drlaunch-theme .dl-review-form__note a:hover,
.drlaunch-theme .dl-review-form .form-check-label a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.drlaunch-theme .dl-review-form__identity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  min-width: 0;
}

.drlaunch-theme .dl-review-form__field--site {
  grid-column: 1 / -1;
}

.drlaunch-theme .dl-review-form .s-review-field,
.drlaunch-theme .dl-review-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  margin: 0;
}

.drlaunch-theme .dl-review-form .s-label {
  color: #5f5e5a;
  font: 600 13px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-review-form .form-control,
.drlaunch-theme .dl-review-form input[type="text"],
.drlaunch-theme .dl-review-form input[type="email"],
.drlaunch-theme .dl-review-form input[type="url"],
.drlaunch-theme .dl-review-form textarea,
.drlaunch-theme .dl-review-form .wa-captcha-input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #d4d1cb;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: #1a1917;
  font: 400 14px/20px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-review-form textarea.form-control,
.drlaunch-theme .dl-review-form textarea {
  min-height: 128px;
  resize: vertical;
}

.drlaunch-theme .dl-review-form .form-control:focus,
.drlaunch-theme .dl-review-form input:focus,
.drlaunch-theme .dl-review-form textarea:focus,
.drlaunch-theme .dl-review-form .wa-captcha-input:focus {
  border-color: #1a6cff;
  box-shadow: 0 0 0 3px rgba(26, 108, 255, .12);
}

.drlaunch-theme .dl-review-form .s-rates-field .s-rating-wrapper,
.drlaunch-theme .dl-review-form .s-rates-wrapper,
.drlaunch-theme .dl-review-form .s-rating-block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
}

.drlaunch-theme .dl-review-form .s-rate-item,
.drlaunch-theme .dl-review-form .star-icon {
  display: inline-flex;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #e0ded9;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
}

.drlaunch-theme .dl-review-form .s-rate-item::before,
.drlaunch-theme .dl-review-form .star-icon::before {
  content: "★";
  font-size: 28px;
  line-height: 1;
}

.drlaunch-theme .dl-review-form .s-rate-item.star,
.drlaunch-theme .dl-review-form .star-icon.star {
  color: #ef9f27;
}

.drlaunch-theme .dl-review-form .s-rate-item.star-empty {
  color: #e0ded9;
}

.drlaunch-theme .dl-review-form .s-review-images-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.drlaunch-theme .dl-review-form .s-image-form-section {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px dashed #d4d1cb;
  border-radius: 12px;
  background: #fafaf8;
}

.drlaunch-theme .dl-review-form .dl-review-form__drop {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
}

.drlaunch-theme .dl-review-form .s-icon.photo {
  display: inline-flex;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  color: #1a1917;
  font: 600 22px/1 Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-review-form .s-file-field {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.drlaunch-theme .dl-review-form .s-attached-files-section {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.drlaunch-theme .dl-review-form .s-file-wrapper {
  width: 96px;
  max-width: 100%;
}

.drlaunch-theme .dl-review-form .s-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #f5f4f0;
}

.drlaunch-theme .dl-review-form .s-image {
  aspect-ratio: 1;
  background-position: center;
  background-size: cover;
}

.drlaunch-theme .dl-review-form .wa-captcha p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.drlaunch-theme .dl-review-form .wa-captcha-img {
  max-width: 160px;
  height: auto;
  border: 1px solid #e0ded9;
  border-radius: 8px;
}

.drlaunch-theme .dl-review-form .wa-captcha-input {
  width: 140px;
  max-width: 100%;
}

.drlaunch-theme .dl-review-form .wa-captcha-refresh {
  color: #185fa5;
  font: 500 13px/20px Manrope, system-ui, sans-serif;
  text-decoration: none;
}

.drlaunch-theme .dl-review-form .form-check {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
}

.drlaunch-theme .dl-review-form .form-check-input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #1a1917;
}

.drlaunch-theme .dl-review-form .form-check-label {
  min-width: 0;
  color: #5f5e5a;
  font: 400 13px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-review-form .form-check-label .b-cookies-alert,
.drlaunch-theme .dl-review-form .form-check-label #cookie-consent,
.drlaunch-theme .b-product-reviews-form #cookie-consent,
.drlaunch-theme .b-product-reviews-form .b-cookies-alert {
  display: none !important;
}

.drlaunch-theme .dl-review-form .s-review-notice-section {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f5f4f0;
  color: #5f5e5a;
  font: 400 13px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-review-form .reply-notification:not(:has(.reply-number:not(:empty))) {
  display: none;
}

.drlaunch-theme .dl-review-form .s-errors-wrapper {
  display: none;
  color: #620000;
  font: 500 13px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-review-form .s-errors-wrapper.is-shown,
.drlaunch-theme .dl-review-form .s-errors-wrapper:not(:empty) {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.drlaunch-theme .dl-review-form .s-errors-wrapper .error,
.drlaunch-theme .dl-review-form .s-error {
  padding: 8px 10px;
  border-radius: 8px;
  background: #faeaea;
}

.drlaunch-theme .dl-review-form .dl-review-form__actions,
.drlaunch-theme .dl-review-form .comment-submit {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.drlaunch-theme .dl-review-form .js-submit-button {
  width: auto;
  min-width: 168px;
}

.drlaunch-theme .dl-review-form .s-cancel-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid #e0ded9;
  border-radius: 10px;
  background: #fff;
  color: #1a1917;
  font: 400 14px/20px Manrope, system-ui, sans-serif;
  cursor: pointer;
}

.drlaunch-theme .dl-review-form .s-cancel-button:hover {
  background: #f5f4f0;
}

.drlaunch-theme .dl-review-form .dl-review-form__hint {
  color: #9c9a96;
  font: 400 12px/18px Manrope, system-ui, sans-serif;
}

@media (max-width: 575px) {
  .drlaunch-theme .b-product-reviews-modal.modal.show,
  .drlaunch-theme .dl-review-modal.modal.show {
    align-items: stretch;
    padding: 0;
  }

  .drlaunch-theme .dl-review-modal__dialog,
  .drlaunch-theme .b-product-reviews-modal .modal-dialog {
    max-width: none;
    margin: 0;
    min-height: 100%;
  }

  .drlaunch-theme .dl-review-modal__content,
  .drlaunch-theme .b-product-reviews-modal .modal-content {
    min-height: 100%;
    border: 0;
    border-radius: 0;
  }

  .drlaunch-theme .dl-review-modal__body,
  .drlaunch-theme .b-product-reviews-modal .modal-body {
    padding: 20px 16px 28px;
  }

  .drlaunch-theme .dl-review-form__identity {
    grid-template-columns: 1fr;
  }

  .drlaunch-theme .dl-review-form .js-submit-button,
  .drlaunch-theme .dl-review-form .s-cancel-button,
  .drlaunch-theme .dl-review-empty .btn {
    width: 100%;
  }

  .drlaunch-theme .dl-review-form .wa-captcha-input {
    width: 100%;
  }

  .drlaunch-theme .dl-review-empty {
    padding: 24px 16px;
  }

  .drlaunch-theme .dl-review-empty__title {
    font-size: 18px;
    line-height: 24px;
  }
}

/* ---- Cabinet forms (profile / login / signup / affiliate) ---- */
.drlaunch-theme .cabinet .wa-form,
.drlaunch-theme .cabinet .wa-form-wrapper,
.drlaunch-theme .s-auth-page .wa-form,
.drlaunch-theme .s-signup-page .wa-form {
  display: grid;
  gap: 14px;
  max-width: 720px;
}

.drlaunch-theme .cabinet .wa-field,
.drlaunch-theme .s-auth-page .wa-field,
.drlaunch-theme .s-signup-page .wa-field {
  display: grid;
  gap: 6px;
  margin: 0;
}

.drlaunch-theme .cabinet .wa-name,
.drlaunch-theme .cabinet .wa-field > .field-name,
.drlaunch-theme .s-auth-page .wa-name,
.drlaunch-theme .s-signup-page .wa-name {
  float: none !important;
  width: auto !important;
  margin: 0;
  padding: 0;
  color: #5f5e5a;
  font: 500 13px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .cabinet .wa-value,
.drlaunch-theme .s-auth-page .wa-value,
.drlaunch-theme .s-signup-page .wa-value {
  float: none !important;
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.drlaunch-theme .cabinet .wa-form input[type="text"],
.drlaunch-theme .cabinet .wa-form input[type="email"],
.drlaunch-theme .cabinet .wa-form input[type="password"],
.drlaunch-theme .cabinet .wa-form input[type="tel"],
.drlaunch-theme .cabinet .wa-form input[type="number"],
.drlaunch-theme .cabinet .wa-form select,
.drlaunch-theme .cabinet .wa-form textarea,
.drlaunch-theme .s-auth-page .wa-form input[type="text"],
.drlaunch-theme .s-auth-page .wa-form input[type="email"],
.drlaunch-theme .s-auth-page .wa-form input[type="password"],
.drlaunch-theme .s-auth-page .wa-form select,
.drlaunch-theme .s-signup-page .wa-form input[type="text"],
.drlaunch-theme .s-signup-page .wa-form input[type="email"],
.drlaunch-theme .s-signup-page .wa-form input[type="password"],
.drlaunch-theme .s-signup-page .wa-form select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #e0ded9;
  border-radius: 10px;
  background: #fff;
  color: #1a1917;
  font: 400 14px/20px Manrope, system-ui, sans-serif;
  box-shadow: none;
}

.drlaunch-theme .cabinet .wa-form textarea {
  min-height: 96px;
  resize: vertical;
}

.drlaunch-theme .cabinet .wa-form input:focus,
.drlaunch-theme .cabinet .wa-form select:focus,
.drlaunch-theme .cabinet .wa-form textarea:focus,
.drlaunch-theme .s-auth-page .wa-form input:focus,
.drlaunch-theme .s-signup-page .wa-form input:focus {
  outline: none;
  border-color: #185fa5;
}

.drlaunch-theme .cabinet .wa-submit,
.drlaunch-theme .cabinet .s-actions-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.drlaunch-theme .cabinet .btn--primary,
.drlaunch-theme .cabinet .js-save-form,
.drlaunch-theme .cabinet .js-show-edit-form,
.drlaunch-theme .s-auth-page .wa-login-form-actions input[type="submit"],
.drlaunch-theme .s-signup-page input[type="submit"] {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 0;
  border-radius: 10px;
  background: #1a1917;
  color: #fff;
  font: 600 14px/20px Manrope, system-ui, sans-serif;
  cursor: pointer;
}

.drlaunch-theme .cabinet .btn--secondary,
.drlaunch-theme .cabinet .js-reset-form {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid #e0ded9;
  border-radius: 10px;
  background: #fff;
  color: #1a1917;
  font: 400 14px/20px Manrope, system-ui, sans-serif;
  cursor: pointer;
}

.drlaunch-theme .cabinet .b-user-info {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  gap: 8px 16px;
  padding: 10px 0;
  border-bottom: 1px solid #f0eeea;
}

.drlaunch-theme .cabinet .b-user-info__name {
  color: #9c9a96;
  font: 400 13px/20px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .cabinet .b-user-info__value {
  color: #1a1917;
  font: 500 14px/20px Manrope, system-ui, sans-serif;
  word-break: break-word;
}

.drlaunch-theme .dl-affiliate-balance {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid #e0ded9;
  border-radius: 14px;
  background: #fafaf8;
}

.drlaunch-theme .dl-affiliate-balance__label {
  margin: 0;
  color: #5f5e5a;
  font: 500 13px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-affiliate-balance__value {
  margin: 0;
  color: #1a1917;
  font: 700 28px/34px Onest, Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-affiliate-empty {
  display: grid;
  gap: 8px;
  padding: 28px 20px;
  border: 1px dashed #e0ded9;
  border-radius: 14px;
  background: #fcfcfb;
  text-align: center;
}

.drlaunch-theme .dl-affiliate-empty__lead {
  margin: 0;
  color: #1a1917;
  font: 600 16px/22px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-affiliate-empty p {
  margin: 0;
  color: #5f5e5a;
  font: 400 14px/21px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-affiliate-table-wrap {
  overflow-x: auto;
  border: 1px solid #e0ded9;
  border-radius: 14px;
}

.drlaunch-theme .dl-affiliate-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
}

.drlaunch-theme .dl-affiliate-table th,
.drlaunch-theme .dl-affiliate-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f0eeea;
  text-align: left;
  vertical-align: top;
  font: 400 13px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-affiliate-table th {
  background: #fafaf8;
  color: #5f5e5a;
  font-weight: 600;
}

.drlaunch-theme .dl-affiliate-table__comment {
  margin-top: 4px;
  color: #9c9a96;
}

.drlaunch-theme .dl-affiliate-cards {
  display: none;
  gap: 12px;
  margin-top: 14px;
}

.drlaunch-theme .dl-affiliate-card {
  padding: 14px 16px;
  border: 1px solid #e0ded9;
  border-radius: 14px;
  background: #fff;
}

.drlaunch-theme .dl-affiliate-card__date {
  margin: 0 0 6px;
  color: #9c9a96;
  font: 400 12px/18px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-affiliate-card__desc {
  margin: 0 0 10px;
  color: #1a1917;
  font: 500 14px/20px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-affiliate-card__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.drlaunch-theme .dl-affiliate-card__meta dt {
  margin: 0;
  color: #9c9a96;
  font: 400 11px/16px Manrope, system-ui, sans-serif;
}

.drlaunch-theme .dl-affiliate-card__meta dd {
  margin: 2px 0 0;
  color: #1a1917;
  font: 600 13px/18px Manrope, system-ui, sans-serif;
}

@media (max-width: 767px) {
  .drlaunch-theme .dl-affiliate-table-wrap {
    display: none;
  }

  .drlaunch-theme .dl-affiliate-cards {
    display: grid;
  }

  .drlaunch-theme .cabinet .b-user-info {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .drlaunch-theme .cabinet .wa-form,
  .drlaunch-theme .cabinet .wa-form-wrapper {
    max-width: none;
  }
}

