/* Kazio Mobile Product Buybox v4 */
@media (max-width: 768px) {
  body.product-product .kz-mobile-v4-original-hidden {
    display: none !important;
  }

  body.product-product .kz-mobile-v4-original-shell {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.product-product .kz-mobile-v4-buybox {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 12px 0 !important;
    padding: 14px !important;
    border-radius: 20px !important;
    border: 1px solid #bdebd3 !important;
    background:
      radial-gradient(circle at 10% 10%, rgba(22,150,75,.08), transparent 34%),
      #f3fbf7 !important;
    box-shadow: 0 14px 32px rgba(6,34,26,.08) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    direction: rtl !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body.product-product .kz-mobile-v4-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px dashed rgba(22,150,75,.22) !important;
  }

  body.product-product .kz-mobile-v4-title strong {
    color: #101828 !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.9 !important;
  }

  body.product-product .kz-mobile-v4-title span {
    color: #667085 !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    line-height: 1.8 !important;
    text-align: left !important;
  }

  body.product-product .kz-mobile-v4-actions {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  body.product-product .kz-mobile-v4-qty {
    width: 100% !important;
    min-width: 0 !important;
    padding: 7px 8px !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    border: 1px solid #dceae2 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    place-items: center !important;
    gap: 3px !important;
    box-sizing: border-box !important;
  }

  body.product-product .kz-mobile-v4-qty-label {
    display: block !important;
    color: #667085 !important;
    font-size: 10.5px !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
  }

  body.product-product .kz-mobile-v4-qty input,
  body.product-product .kz-mobile-v4-qty input[name="quantity"] {
    width: 54px !important;
    max-width: 54px !important;
    min-width: 54px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 4px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    color: #101828 !important;
    box-shadow: none !important;
  }

  body.product-product .kz-mobile-v4-cart-btn,
  body.product-product #button-cart.kz-mobile-v4-cart-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 58px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    border-radius: 18px !important;
    background: #06a95f !important;
    color: #ffffff !important;
    box-shadow: 0 14px 26px rgba(6,169,95,.20) !important;
    border: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    position: static !important;
    transform: none !important;
    inset: auto !important;
    white-space: normal !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.7 !important;
    text-align: center !important;
  }

  body.product-product .kz-mobile-v4-club,
  body.product-product .kz-mobile-v4-note {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 11px 12px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.70) !important;
    border: 1px solid rgba(22,150,75,.16) !important;
    color: #475467 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.9 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  body.product-product .kz-mobile-v4-club span {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }

  body.product-product .kz-mobile-v4-club p {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.9 !important;
  }
}

@media (max-width: 390px) {
  body.product-product .kz-mobile-v4-actions {
    grid-template-columns: 82px minmax(0, 1fr) !important;
  }

  body.product-product .kz-mobile-v4-cart-btn,
  body.product-product #button-cart.kz-mobile-v4-cart-btn {
    font-size: 14px !important;
    padding-inline: 12px !important;
  }
}
