.ek-account-body { background: #f5f6f3; }

.ek-account-body .breadcrumb-section {
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid #e3e6e1;
  background: #fff;
}
.ek-account-body .breadcrumb-section .row { align-items: center; }
.ek-account-body .breadcrumb-section .page-title h2 { margin: 0; color: #202321; font-size: 15px; font-weight: 850; letter-spacing: .03em; text-transform: none; }
.ek-account-body .theme-breadcrumb .breadcrumb { justify-content: flex-end; margin: 0; padding: 0; background: none; }
.ek-account-body .theme-breadcrumb .breadcrumb-item,
.ek-account-body .theme-breadcrumb .breadcrumb-item a { color: #747b76; font-size: 12px; text-transform: none; }
.ek-account-body .theme-breadcrumb .breadcrumb-item.active { color: #202321; font-weight: 750; }

.ek-account-page { padding: clamp(46px,6vw,84px) 0 !important; }
.ek-account-intro { max-width: 780px; margin: 0 auto clamp(28px,4vw,46px); text-align: center; }
.ek-account-intro .ek-account-eyebrow,
.ek-account-card > .ek-account-eyebrow { display: block; margin-bottom: 10px; color: #d85f00; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.ek-account-intro h1,
.ek-account-card h1 { margin: 0 0 13px; color: #202321; font-size: clamp(30px,4vw,52px); font-weight: 900; line-height: 1.08; letter-spacing: -.035em; text-transform: none; }
.ek-account-intro-copy,
.ek-account-intro > p { margin: 0 auto; color: #69706c; font-size: 15px; line-height: 1.7; }
.ek-account-intro-copy > :last-child { margin-bottom: 0; }

.ek-account-auth > .container > .row { align-items: stretch; --bs-gutter-x: 24px; }
.ek-account-column { display: flex; }
.ek-account-card {
  position: relative;
  width: 100%;
  padding: clamp(26px,3.2vw,44px) !important;
  border: 1px solid #dde1dc !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(30,35,31,.07) !important;
}
.ek-account-card-secondary { background: linear-gradient(145deg,#fff 0%,#faf8f4 100%) !important; }
.ek-account-card-icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 22px; color: #d95f00; border-radius: 13px; background: #fff0e3; font-size: 17px; }
.ek-account-card h2 { margin: 0 0 8px; color: #202321; font-size: clamp(24px,2.5vw,32px); font-weight: 900; line-height: 1.15; text-transform: none; }
.ek-account-card-lead { max-width: 440px; margin: 0 0 27px; color: #6b726d; font-size: 14px; line-height: 1.6; }
.ek-account-body .theme-form .form-group { margin-bottom: 20px; }
.ek-account-body .theme-form label,
.ek-account-details label { display: block; margin-bottom: 8px; color: #343936; font-size: 12px; font-weight: 850; text-transform: none; }
.ek-account-label-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ek-account-label-row a { margin-bottom: 8px; color: #cc5700; font-size: 11px; font-weight: 800; }
.ek-account-body .form-control {
  width: 100%;
  min-height: 52px;
  margin: 0 !important;
  padding: 12px 15px !important;
  color: #202321;
  border: 1px solid #d8ddd8;
  border-radius: 10px;
  background: #fbfcfa;
  box-shadow: none;
  font-size: 16px;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.ek-account-body .form-control:hover { border-color: #c5cbc5; }
.ek-account-body .form-control:focus { border-color: #de9a5d; background: #fff; outline: 0; box-shadow: 0 0 0 4px rgba(238,114,2,.1); }
.ek-account-body .form-control:disabled { color: #7b827d; background: #eef0ed; }
.ek-account-body .btn.ek-account-primary,
.ek-account-body .ek-account-secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid #ee7202;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}
.ek-account-body .btn.ek-account-primary { width: 100%; color: #fff; background: #ee7202; box-shadow: 0 10px 25px rgba(238,114,2,.2); }
.ek-account-body .btn.ek-account-primary:hover { border-color: #c95800; background: #c95800; }
.ek-account-body .ek-account-secondary { color: #202321; border-color: #d8ddd8; background: #fff; }
.ek-account-body .ek-account-secondary:hover { color: #c95800; border-color: #d79c69; background: #fff8f1; }
.ek-account-captcha { overflow: hidden; margin: 18px 0 20px; }

.ek-account-guest { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 21px 24px !important; border: 1px solid #dde1dc !important; border-radius: 16px !important; background: #fff !important; }
.ek-account-guest > div { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.ek-account-guest strong { color: #202321; font-size: 15px; font-weight: 900; }
.ek-account-guest span { color: #6d746f; font-size: 12px; }

.ek-account-recovery .ek-account-card { text-align: left; }
.ek-account-recovery .ek-account-card h1 { font-size: clamp(30px,4vw,46px); }
.ek-account-recovery .ek-account-intro-copy { margin-bottom: 22px; }
.ek-account-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: #5f6762; font-size: 12px; font-weight: 800; }
.ek-account-back:hover { color: #c95800; }

/* Registration and profile forms */
.ek-account-details { padding-top: 34px !important; }
.ek-account-details > .container > .row {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(24px,4vw,48px);
  border: 1px solid #dde1dc;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(29,34,30,.07);
}
.ek-account-details .ek-account-intro { max-width: none; margin-bottom: 34px; padding-bottom: 30px; border-bottom: 1px solid #e4e7e3; }
.ek-account-details .ek-account-intro h1 { font-size: clamp(28px,3.5vw,44px); }
.ek-account-details > .container > .row > .row { width: calc(100% + 24px); margin: 0 -12px 34px; }
.ek-account-details .custom-radio { height: 100%; }
.ek-account-details .custom-radio label { display: flex; min-height: 58px; align-items: center; gap: 10px; margin: 0; padding: 14px 16px; border: 1px solid #dce0dc; border-radius: 11px; background: #f8f9f7; font-size: 13px; cursor: pointer; }
.ek-account-details .custom-radio input:checked + label { color: #b84d00; border-color: #e5a570; background: #fff5ec; box-shadow: inset 0 0 0 1px #e5a570; }
.ek-account-details h3 { position: relative; margin: 0 0 22px; padding-bottom: 13px; color: #202321; font-size: 19px; font-weight: 900; text-transform: none; }
.ek-account-details h3::after { position: absolute; bottom: 0; left: 0; width: 34px; height: 3px; border-radius: 3px; background: #ee7202; content: ''; }
.ek-account-details .form-row { --bs-gutter-x: 18px; --bs-gutter-y: 17px; }
.ek-account-details .form-row > h3 { width: calc(100% - 18px); margin-left: 9px; }
.ek-account-details .form-group { margin: 0; }
.ek-account-details .col-sm-12.mt-5,
.ek-account-details #companydiv { margin-top: 30px !important; padding-top: 30px; border-top: 1px solid #e7e9e6; }
.ek-account-details .col-md-12:last-child { margin-top: 34px; text-align: right; }
.ek-account-details .col-md-12:last-child > .btn { min-width: 210px; min-height: 50px; padding: 13px 22px; color: #fff; border: 0; border-radius: 10px; background: #ee7202; font-size: 13px; font-weight: 900; text-transform: none; }

/* Order history */
.ek-account-orders > .container { max-width: 1320px; }
.ek-account-orders .table-responsive-xs { padding: clamp(24px,4vw,42px); border: 1px solid #dde1dc; border-radius: 22px; background: #fff; box-shadow: 0 20px 55px rgba(29,34,30,.07); }
.ek-account-orders .ek-account-intro { max-width: none; margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid #e5e8e4; text-align: left; }
.ek-account-orders .ek-account-intro h1 { font-size: clamp(28px,3.5vw,42px); }
.ek-account-orders .ek-account-intro p { margin: 0; color: #69706c; font-size: 14px; }
.ek-orders-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.ek-orders-toolbar > div { display: flex; align-items: center; gap: 12px; color: #68706b; font-size: 11px; line-height: 1.45; }
.ek-orders-toolbar > div > i { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; color: #d65b00; border-radius: 11px; background: #fff0e3; }
.ek-orders-toolbar > div span { display: flex; flex-direction: column; }
.ek-orders-toolbar > div strong { color: #303531; font-size: 12px; font-weight: 900; }
.ek-orders-toolbar .ek-account-secondary { min-height: 42px; padding: 9px 15px; font-size: 11px; }
.ek-account-orders .table-responsive { overflow-x: auto; overflow-y: hidden; border: 1px solid #dde1dc; border-radius: 14px; }
.ek-account-orders .cart-table { width: 100%; min-width: 0; margin: 0; table-layout: fixed; }
.ek-account-orders .cart-table thead th { padding: 14px 16px; color: #69706b; border: 0; border-bottom: 1px solid #dde1dc; background: #f5f6f3; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ek-account-orders .cart-table tbody td { overflow-wrap: anywhere; padding: 17px 16px; color: #303531; border-color: #eaede9; font-size: 12px; line-height: 1.45; vertical-align: middle; }
.ek-account-orders .cart-table tbody td > small { display: block; margin-top: 2px; color: #8a918c; font-size: 9px; }
.ek-account-orders .cart-table tbody td > a:not([class]) { color: #53605a; }
.ek-account-orders .cart-table tbody tr:hover { background: #fffaf5; }
.ek-orders-table-merchant th:nth-child(1) { width: 7%; }
.ek-orders-table-merchant th:nth-child(2) { width: 12%; }
.ek-orders-table-merchant th:nth-child(3) { width: 18%; }
.ek-orders-table-merchant th:nth-child(4) { width: 22%; }
.ek-orders-table-merchant th:nth-child(5) { width: 14%; }
.ek-orders-table-merchant th:nth-child(6) { width: 27%; }
.ek-order-actions { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.ek-order-actions a { display: inline-flex; min-height: 37px; align-items: center; justify-content: center; text-decoration: none !important; }
.ek-order-primary { gap: 7px; padding: 7px 11px; color: #fff !important; border-radius: 8px; background: #ee7202; font-size: 10px; font-weight: 900; white-space: nowrap; }
.ek-order-primary:hover { background: #cb5a00; }
.ek-order-icon { width: 37px; flex: 0 0 37px; color: #4f5751 !important; border: 1px solid #dbe0db; border-radius: 8px; background: #fff; }
.ek-order-icon:hover { color: #c95800 !important; border-color: #dfa573; background: #fff7ef; }
.ek-order-delete:hover { color: #b53e34 !important; border-color: #e4b8b4; background: #fff2f0; }
.ek-orders-empty-row td { padding: 48px 20px !important; color: #737a75 !important; text-align: center; }
.ek-account-empty { display: flex; min-height: 260px; flex-direction: column; align-items: center; justify-content: center; padding: 35px; border: 1px dashed #d7dcd7; border-radius: 15px; background: #fafbf9; text-align: center; }
.ek-account-empty > i { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 16px; color: #d65b00; border-radius: 14px; background: #fff0e3; }
.ek-account-empty h2 { margin: 0 0 18px; color: #202321; font-size: 20px; text-transform: none; }

.ek-account-logout { min-height: 420px; }
.ek-account-logout .ek-account-card { text-align: center; }
.ek-account-logout .ek-account-card-icon { margin-right: auto; margin-left: auto; color: #2d875d; background: #e8f4ed; }
.ek-account-logout .login--header h3 { color: #202321; font-size: 30px; font-weight: 900; text-transform: none; }
.ek-account-status { padding: 24px 0 0; }

@media (max-width: 991px) {
  .ek-account-auth .ek-account-column + .ek-account-column { margin-top: 18px; }
  .ek-account-details > .container > .row { margin-right: 0; margin-left: 0; }
}

@media (max-width: 767px) {
  .ek-account-body .breadcrumb-section { padding: 12px 0; }
  .ek-account-body .breadcrumb-section .page-title { display: none; }
  .ek-account-body .breadcrumb-section .theme-breadcrumb .breadcrumb { justify-content: flex-start; }
  .ek-account-page { padding: 34px 0 48px !important; }
  .ek-account-intro { margin-bottom: 24px; text-align: left; }
  .ek-account-intro h1, .ek-account-card h1 { font-size: 30px; }
  .ek-account-card { padding: 24px 20px !important; border-radius: 16px !important; }
  .ek-account-guest { align-items: stretch; flex-direction: column; padding: 20px !important; }
  .ek-account-guest .ek-account-secondary { width: 100%; }
  .ek-account-details > .container > .row { padding: 22px 18px; border-radius: 17px; }
  .ek-account-details > .container > .row > .row { width: calc(100% + 16px); margin-right: -8px; margin-left: -8px; }
  .ek-account-details > .container > .row > .row > * { padding-right: 8px; padding-left: 8px; }
  .ek-account-details .custom-radio + .custom-radio { margin-top: 9px; }
  .ek-account-details .col-sm-12.mt-5, .ek-account-details #companydiv { margin-top: 23px !important; padding-top: 23px; }
  .ek-account-details .col-md-12:last-child > .btn { width: 100%; }
  .ek-account-orders .table-responsive-xs { padding: 20px 16px; border-radius: 17px; }
  .ek-orders-toolbar { align-items: stretch; flex-direction: column; }
  .ek-orders-toolbar .ek-account-secondary { width: 100%; }
  .ek-account-orders .table-responsive { overflow: visible; border: 0; border-radius: 0; }
  .ek-account-orders .cart-table, .ek-account-orders .cart-table tbody { display: block; width: 100% !important; min-width: 0 !important; max-width: 100%; table-layout: auto !important; }
  .ek-account-orders .cart-table thead { display: none; }
  .ek-account-orders .cart-table tr { display: grid; overflow: hidden; width: 100%; max-width: 100%; margin-bottom: 12px; padding: 8px 15px; border: 1px solid #dfe3de; border-radius: 13px; background: #fff; }
  .ek-account-orders .cart-table tbody td { display: grid; width: 100% !important; min-width: 0 !important; max-width: 100%; grid-template-columns: 82px minmax(0,1fr); align-items: center; padding: 10px 0; border: 0; border-bottom: 1px solid #edf0ec; font-size: 12px; text-align: right; }
  .ek-account-orders .cart-table tbody td:last-child { border-bottom: 0; }
  .ek-account-orders .cart-table tbody td::before { color: #7a817c; content: attr(data-label); font-size: 9px; font-weight: 900; letter-spacing: .07em; text-align: left; text-transform: uppercase; }
  .ek-orders-table-customer tbody td:nth-child(1)::before { content: 'Objednávka'; }
  .ek-orders-table-customer tbody td:nth-child(2)::before { content: 'Názov'; }
  .ek-orders-table-customer tbody td:nth-child(3)::before { content: 'Dátum'; }
  .ek-orders-table-customer tbody td:nth-child(4)::before { content: 'Stav'; }
  .ek-orders-table-customer tbody td:nth-child(5)::before { content: 'Reklamácia'; }
  .ek-account-orders .cart-table tbody td > small { display: inline; margin-left: 5px; }
  .ek-account-orders .cart-table tbody td > a:not([class]) { overflow: hidden; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; }
  .ek-order-actions { min-width: 0; justify-content: flex-end; gap: 5px; }
  .ek-order-primary { min-width: 0; padding-right: 9px; padding-left: 9px; white-space: normal; }
  .ek-orders-empty-row { padding: 0 !important; }
  .ek-orders-empty-row td { display: block !important; padding: 32px 15px !important; text-align: center !important; }
  .ek-orders-empty-row td::before { display: none; }
}

@media (max-width: 380px) {
  .ek-account-captcha { transform: scale(.88); transform-origin: left top; margin-bottom: -12px; }
}
