body.kwz-pdp-full #pxl-sidebar-area {
  display: none !important;
}

body.kwz-pdp-full .pxl-content-wrap.has-sidebar #pxl-content-area {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.kwz-pdp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.kwz-pdp-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 6px 12px;
  border: 1px solid rgba(107, 63, 160, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--heading-color, #17131f);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
}

a.kwz-pdp-chip:hover,
a.kwz-pdp-chip:focus {
  border-color: var(--primary-color, #6b3fa0);
  color: var(--primary-color, #6b3fa0);
}

.kwz-pdp-chip__logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
  border-radius: 4px;
  flex: 0 0 20px;
}

.zr-ph .zr-atcRow {
  margin-top: 12px;
  align-items: center;
}

.zr-ph .zr-atcPriceBox,
.zr-ph .zr-atcRow.is-price .zr-atcPriceBox,
.zr-ph .zr-atcOpt {
  display: none !important;
  max-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.zr-ph .zr-atcForm,
.zr-ph .zr-atcForm form.cart,
.zr-ph .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  gap: 12px;
}

.zr-ph .quantity,
.zr-ph .woocommerce-quantity {
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.zr-ph .pxl-quantity {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 136px;
  height: 52px;
  border: 1px solid #e4dfec;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.zr-ph .pxl-quantity .quantity-button,
.zr-ph .pxl-quantity .quantity-up,
.zr-ph .pxl-quantity .quantity-down {
  position: static;
  flex: 0 0 40px;
  width: 40px;
  height: 52px;
  line-height: 52px;
  top: auto;
  right: auto;
  bottom: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--heading-color, #17131f);
  cursor: pointer;
  user-select: none;
}

.zr-ph .pxl-quantity .quantity-up:before,
.zr-ph .pxl-quantity .quantity-down:before {
  font-size: 14px;
  line-height: 1;
}

.zr-ph .quantity input.qty,
.zr-ph .pxl-quantity input.qty[type="number"] {
  flex: 1 1 auto;
  width: 56px !important;
  min-width: 0;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid #ece8f4 !important;
  border-right: 1px solid #ece8f4 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: center;
  font-size: 16px !important;
  font-weight: 800;
  line-height: 52px !important;
  color: var(--heading-color, #17131f);
  -moz-appearance: textfield;
}

.zr-ph .quantity input.qty::-webkit-outer-spin-button,
.zr-ph .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.kwz-pdp-calc {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: var(--primary-color, #6b3fa0);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.kwz-pdp-calc:hover,
.kwz-pdp-calc:focus {
  color: var(--primary-color, #6b3fa0);
  border-bottom-color: currentColor;
}

#howto-dosage {
  scroll-margin-top: 96px;
}

.zr-ph .zr-atcForm .single_add_to_cart_button,
.zr-ph .zr-atcForm button.single_add_to_cart_button {
  flex: 1 1 auto;
  min-height: 52px;
  height: 52px;
  margin: 0;
}

.zr-varcard__perkg {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #6b6280;
}

.zr-varcard__perkg .woocommerce-Price-amount {
  font-weight: 700;
}

.kwz-pdp-recent {
  margin: 48px 0 24px;
}

.kwz-pdp-recent__title {
  font-family: var(--heading-font-family);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 24px;
  color: var(--heading-color, #17131f);
}

.kwz-pdp-recent .kwz-rv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.kwz-pdp-recent .kwz-rv-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  border: 1px solid #ece8f4;
  border-radius: 14px;
  text-decoration: none !important;
  background: #fff;
}

.kwz-sticky-atc {
  display: none;
}

@media (max-width: 767.98px) {
  .kwz-pdp-recent__title {
    font-size: 24px;
  }

  .kwz-pdp-recent .kwz-rv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kwz-sticky-atc {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100040;
    display: flex;
    align-items: stretch;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid #ece8f4;
    box-shadow: 0 -8px 24px rgba(23, 19, 31, 0.08);
  }

  .kwz-sticky-atc[hidden] {
    display: none !important;
  }

  .kwz-sticky-atc__price {
    display: none;
  }

  .kwz-sticky-atc__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: var(--primary-color, #6b3fa0);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
  }

  .kwz-sticky-atc__btn:before {
    font-family: "pxli" !important;
    content: "\e90e";
    margin-right: 8px;
    font-size: 18px;
    color: var(--secondary-color, #ffd54a);
  }

  body.kwz-pdp.kwz-sticky-atc-on {
    padding-bottom: 72px;
  }
}
