/* Kazio Mobile No Nested Frames v3 */
@media (max-width: 768px) {
  body.kz-v3-mobile-clean {
    overflow-x: hidden !important;
  }

  body.kz-v3-mobile-clean #content,
  body.kz-v3-mobile-clean main,
  body.kz-v3-mobile-clean .container,
  body.kz-v3-mobile-clean .container-fluid,
  body.kz-v3-mobile-clean .kz-v3-root {
    width: 100% !important;
    max-width: calc(100vw - 10px) !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
    overflow: visible !important;
  }

  body.kz-v3-mobile-clean .kz-v3-flatten {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    overflow: visible !important;
    resize: none !important;
  }

  body.kz-v3-mobile-clean .kz-v3-flatten::before,
  body.kz-v3-mobile-clean .kz-v3-flatten::after {
    content: none !important;
    display: none !important;
  }

  body.kz-v3-mobile-clean .kz-v3-card,
  body.kz-v3-mobile-clean .kz-v3-leaf-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 12px 0 !important;
    padding: 14px 12px !important;
    border: 1px solid #dceae2 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 28px rgba(6,34,26,.045) !important;
    overflow: visible !important;
    resize: none !important;
  }

  body.kz-v3-mobile-clean .kz-v3-micro-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    margin: 8px 0 !important;
    padding: 10px 12px !important;
    border: 1px solid #dceae2 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.kz-v3-mobile-clean .kz-v3-card *,
  body.kz-v3-mobile-clean .kz-v3-leaf-card *,
  body.kz-v3-mobile-clean .kz-v3-micro-card * {
    max-width: 100% !important;
    resize: none !important;
    box-sizing: border-box !important;
  }

  body.kz-v3-mobile-clean .row,
  body.kz-v3-mobile-clean [class*="row"],
  body.kz-v3-mobile-clean [class*="grid"],
  body.kz-v3-mobile-clean [class*="columns"],
  body.kz-v3-mobile-clean [class*="cols"] {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    margin-inline: auto !important;
  }

  body.kz-v3-mobile-clean [class^="col-"],
  body.kz-v3-mobile-clean [class*=" col-"],
  body.kz-v3-mobile-clean [class*="column"] {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    flex: none !important;
  }

  body.kz-v3-mobile-clean input:not([type="checkbox"]):not([type="radio"]),
  body.kz-v3-mobile-clean select,
  body.kz-v3-mobile-clean textarea {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
  }

  body.kz-v3-mobile-clean button,
  body.kz-v3-mobile-clean .btn,
  body.kz-v3-mobile-clean a.btn,
  body.kz-v3-mobile-clean input[type="submit"],
  body.kz-v3-mobile-clean input[type="button"] {
    min-height: 44px !important;
    border-radius: 15px !important;
    touch-action: manipulation;
  }

  body.kz-v3-mobile-clean .kz-v3-primary-action {
    width: 100% !important;
    min-height: 46px !important;
    background: #06a95f !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 950 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.kz-v3-mobile-clean .kz-v3-secondary-action {
    min-height: 42px !important;
    background: #fff !important;
    color: #101828 !important;
    border: 1px solid #dceae2 !important;
    font-weight: 900 !important;
  }

  body.kz-v3-mobile-clean table,
  body.kz-v3-mobile-clean .table,
  body.kz-v3-mobile-clean .table-responsive,
  body.kz-v3-mobile-clean [class*="table"] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* Cart refinements */
  body.kz-v3-cart img {
    max-width: 82px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body.kz-v3-cart input[name*="quantity"],
  body.kz-v3-cart input[name*="qty"] {
    width: 64px !important;
    max-width: 64px !important;
    text-align: center !important;
  }

  body.kz-v3-cart .kz-v3-leaf-card {
    text-align: right !important;
  }

  /* Checkout refinements */
  body.kz-v3-checkout label {
    line-height: 1.85 !important;
  }

  body.kz-v3-checkout input[type="checkbox"],
  body.kz-v3-checkout input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
  }

  body.kz-v3-checkout .kz-v3-leaf-card + .kz-v3-leaf-card,
  body.kz-v3-checkout .kz-v3-card + .kz-v3-card {
    margin-top: 10px !important;
  }

  /* Dashboard/account refinements */
  body.kz-v3-dashboard .kz-v3-dashboard-hero {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 16px 12px !important;
    margin: 12px 0 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid #dceae2 !important;
    box-shadow: 0 12px 28px rgba(6,34,26,.045) !important;
    text-align: center !important;
    overflow: visible !important;
  }

  body.kz-v3-dashboard .kz-v3-dashboard-hero h1,
  body.kz-v3-dashboard .kz-v3-dashboard-hero h2,
  body.kz-v3-dashboard .kz-v3-dashboard-hero h3,
  body.kz-v3-dashboard .kz-v3-dashboard-hero strong,
  body.kz-v3-dashboard .kz-v3-dashboard-hero b {
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    line-height: 1.75 !important;
  }

  body.kz-v3-dashboard .kz-v3-club-card,
  body.kz-v3-dashboard .kz-club-v1f-account-card,
  body.kz-v3-dashboard .kz-club-v1-account-card {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    text-align: center !important;
    gap: 10px !important;
  }

  body.kz-v3-dashboard .kz-club-v1f-stats,
  body.kz-v3-dashboard .kz-club-v1-actions {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body.kz-v3-mobile-clean [data-kz-ma]::after {
    display: none !important;
  }
}

@media (max-width: 430px) {
  body.kz-v3-mobile-clean #content,
  body.kz-v3-mobile-clean main,
  body.kz-v3-mobile-clean .container,
  body.kz-v3-mobile-clean .container-fluid,
  body.kz-v3-mobile-clean .kz-v3-root {
    max-width: calc(100vw - 8px) !important;
  }

  body.kz-v3-mobile-clean .kz-v3-card,
  body.kz-v3-mobile-clean .kz-v3-leaf-card {
    padding: 13px 10px !important;
    border-radius: 18px !important;
  }

  body.kz-v3-mobile-clean h1 {
    font-size: 23px !important;
    line-height: 1.75 !important;
  }

  body.kz-v3-mobile-clean h2 {
    font-size: 20px !important;
    line-height: 1.75 !important;
  }

  body.kz-v3-mobile-clean h3 {
    font-size: 17px !important;
    line-height: 1.8 !important;
  }
}
