#company-data {
  display: none;
}

/* Variációk megjelenítése a kosárban */
.item-variations {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.variation-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #333;
}

.variation-badge strong {
  font-weight: 600;
  margin-right: 0.25rem;
}

/* ERP termék attribútum választók - Új modern, tiszta design */
.product-attribute-variations-new {
  margin: 2rem 0;
  padding: 0;
}

.attribute-group-new {
  margin-bottom: 2.5rem;
}

.attribute-title-new {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.attribute-options-new {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.attribute-option-wrapper-new {
  position: relative;
  flex: 0 0 auto;
}

/* Radio button teljesen elrejtve */
.attribute-radio-new {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

/* Option label - modern kártya design */
.attribute-option-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  min-width: 120px;
  background: #ffffff;
  border: 2px solid #d1d5db;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  position: relative;
  overflow: hidden;
}

.attribute-option-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #3182ce 0%, #2563eb 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 0;
}

.attribute-option-new:hover {
  border-color: #3182ce;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(49, 130, 206, 0.15);
}

.attribute-option-new:hover::before {
  opacity: 0.05;
}

/* Kiválasztott állapot */
.attribute-radio-new:checked + .attribute-option-new,
.attribute-option-new.is-selected {
  background: linear-gradient(135deg, #3182ce 0%, #2563eb 100%);
  border-color: #2563eb;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(49, 130, 206, 0.3);
  transform: translateY(-2px);
}

.attribute-radio-new:checked + .attribute-option-new::before,
.attribute-option-new.is-selected::before {
  opacity: 0;
}

.attribute-radio-new:checked + .attribute-option-new .option-text-new,
.attribute-option-new.is-selected .option-text-new {
  color: #ffffff;
  font-weight: 600;
}

.attribute-radio-new:checked + .attribute-option-new .option-check-new,
.attribute-option-new.is-selected .option-check-new {
  opacity: 1;
  transform: scale(1);
}

/* Nem kiválasztott állapot - biztosítjuk hogy ne legyen kék */
.attribute-radio-new:not(:checked) + .attribute-option-new:not(.is-selected) {
  background: #ffffff;
  border-color: #d1d5db;
  color: #374151;
  box-shadow: none;
  transform: none;
}

.attribute-radio-new:not(:checked) + .attribute-option-new:not(.is-selected) .option-text-new {
  color: #374151;
  font-weight: 500;
}

.attribute-radio-new:not(:checked) + .attribute-option-new:not(.is-selected) .option-check-new {
  opacity: 0;
  transform: scale(0);
}

/* Option text */
.option-text-new {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 500;
  color: #374151;
  transition: all 0.25s ease;
}

.attribute-option-new:hover .option-text-new {
  color: #3182ce;
}

/* Check ikon */
.option-check-new {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.option-check-new i {
  font-size: 0.875rem;
  color: #ffffff;
}

/* Focus állapot - accessibility */
.attribute-radio-new:focus + .attribute-option-new {
  outline: 3px solid #3182ce;
  outline-offset: 2px;
}

/* Mobil nézet */
@media (max-width: 768px) {
  .attribute-options-new {
    gap: 0.75rem;
  }

  .attribute-option-new {
    padding: 0.875rem 1.25rem;
    min-width: 100px;
    font-size: 0.9rem;
  }

  .option-text-new {
    font-size: 0.9rem;
  }

  .attribute-title-new {
    font-size: 1.1rem;
    margin-bottom: 0.875rem;
  }
}
.net-price {
  font-size: 2rem;
  font-weight: 500;
}
.product-variation-price span .variant-net-price {
  font-size: 1.75rem;
  font-weight: 500;
}
.category-group-image .category-content {
  align-items: center !important;
}
.product-price {
  color: #26c !important;
}
.product-variation-price span {
  color: #26c;
}
.old-price {
  color: red !important;
}
.product-single .net-price {
  font-size: 2rem;
  font-weight: 500;
}
.product-variation-price .old-price .variant-net-price {
  color: red;
  font-size: 1.75rem;
  font-weight: 500;
}
.hint {
  font-size: 1.2rem;
  text-align: justify;
  white-space: break-spaces;
}
.title {
  text-transform: none;
}
.menu > li > a {
  text-transform: none;
}
.summary-total-price {
  white-space: nowrap;
}
.form-error {
  color: #b10001;
  font-size: 1.2rem;
}
.delivery-label {
  white-space: nowrap;
}
#cart-index-table th,
td {
  white-space: nowrap;
}

/* Modern Cart Page Design */
.cart-progress {
  background: #f8f9fa;
  padding: 2rem 0;
  border-bottom: 1px solid #e9ecef;
}

.progress-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e9ecef;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.4rem;
  transition: all 0.3s;
}

.step.active .step-number {
  background: #26c;
  color: #fff;
}

.step-label {
  font-size: 1.3rem;
  color: #6c757d;
  font-weight: 500;
}

.step.active .step-label {
  color: #26c;
  font-weight: 600;
}

.step-line {
  flex: 1;
  height: 2px;
  background: #e9ecef;
  margin: 0 1rem;
}

/* Cart Card */
.cart-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.cart-header {
  padding: 2rem;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.cart-count {
  font-size: 1.4rem;
  color: #6c757d;
  background: #f8f9fa;
  padding: 0.5rem 1rem;
  border-radius: 20px;
}

/* Cart Items */
.cart-items {
  padding: 1rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px 1fr auto auto auto;
  gap: 2rem;
  padding: 2rem;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
  transition: background 0.3s;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item:hover {
  background: #f8f9fa;
}

.item-image {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item-details {
  flex: 1;
}

.item-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.item-name a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.item-name a:hover {
  color: #26c;
}

.item-meta {
  display: flex;
  gap: 1.5rem;
  font-size: 1.3rem;
  color: #6c757d;
}

.item-quantity {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.quantity-label {
  font-size: 1.2rem;
  color: #6c757d;
  font-weight: 500;
}

.quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  overflow: hidden;
}

.qty-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: #f8f9fa;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 1.4rem;
}

.qty-btn:hover {
  background: #e9ecef;
  color: #26c;
}

.qty-input {
  width: 60px;
  height: 36px;
  border: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
}

.item-prices {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: right;
  min-width: 150px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.price-label {
  font-size: 1.3rem;
  color: #6c757d;
}

.price-value {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}

.price-row.total .price-value {
  font-size: 1.6rem;
  color: #26c;
  font-weight: 700;
}

.item-actions {
  display: flex;
  align-items: center;
}

.remove-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dc3545;
  color: #dc3545;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}

.remove-btn:hover {
  background: #dc3545;
  color: #fff;
  transform: scale(1.1);
}

.cart-footer {
  padding: 2rem;
  border-top: 1px solid #e9ecef;
}

.btn-continue {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2rem;
  background: #f8f9fa;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s;
  border: 1px solid #dee2e6;
}

.btn-continue:hover {
  background: #e9ecef;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Summary Card */
.summary-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: sticky;
  top: 20px;
}

.summary-header {
  padding: 2rem;
  border-bottom: 1px solid #e9ecef;
  background: #26c;
}

.summary-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.summary-body {
  padding: 2rem;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  font-size: 1.4rem;
}

.summary-label {
  color: #6c757d;
  font-weight: 500;
}

.summary-value {
  color: #333;
  font-weight: 600;
}

.summary-divider {
  height: 1px;
  background: #e9ecef;
  margin: 1.5rem 0;
}

/* Delivery Section */
.delivery-section {
  margin: 2rem 0;
}

.delivery-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
}

.required {
  color: #dc3545;
}

.delivery-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.delivery-option {
  position: relative;
}

.delivery-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.delivery-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.5rem;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.delivery-radio:checked + .delivery-label {
  background: #e7f3ff;
  border-color: #26c;
  box-shadow: 0 0 0 3px rgba(38, 108, 192, 0.1);
}

.delivery-name {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
}

.delivery-price {
  font-size: 1.4rem;
  font-weight: 600;
  color: #26c;
}

.delivery-error {
  padding: 1.5rem;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  color: #856404;
  font-size: 1.3rem;
  line-height: 1.6;
}

.delivery-error a {
  color: #26c;
  font-weight: 600;
  text-decoration: underline;
}

.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  margin-top: 1rem;
}

.total-label {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

.total-price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #26c;
}

.btn-recalculate {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.btn-recalculate:hover {
  background: #e9ecef;
  transform: translateY(-2px);
}

.summary-footer {
  padding: 2rem;
  border-top: 1px solid #e9ecef;
  background: #f8f9fa;
}

.btn-checkout {
  width: 100%;
  padding: 1.5rem;
  background: #28a745;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.btn-checkout:hover:not(.disabled) {
  background: #218838;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(40, 167, 69, 0.4);
}

.btn-checkout.disabled {
  background: #6c757d;
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.summary-hint {
  font-size: 1.2rem;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

/* Empty Cart */
.empty-cart {
  text-align: center;
  padding: 6rem 2rem;
}

.empty-cart-icon {
  font-size: 8rem;
  color: #e9ecef;
  margin-bottom: 2rem;
}

.empty-cart h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}

.empty-cart p {
  font-size: 1.6rem;
  color: #6c757d;
  margin-bottom: 3rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.5rem 3rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

/* Checkout Page Design */
.checkout-form {
  margin-top: 2rem;
}

.checkout-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.checkout-header {
  padding: 2rem;
  border-bottom: 1px solid #e9ecef;
  background: #26c;
}

.checkout-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.checkout-body {
  padding: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
}

.form-control {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: all 0.3s;
  background: #fff;
}

.form-control:focus {
  outline: none;
  border-color: #26c;
  box-shadow: 0 0 0 3px rgba(38, 108, 192, 0.1);
}

.form-control[readonly] {
  background: #f8f9fa;
  cursor: not-allowed;
}

.form-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}

.company-section {
  padding-top: 2rem;
  border-top: 1px solid #e9ecef;
  margin-top: 2rem;
}

.section-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
}

/* Order Products */
.order-products {
  margin-bottom: 2rem;
}

.products-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.product-item:last-child {
  border-bottom: none;
}

.product-info {
  flex: 1;
}

.product-name {
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  display: block;
  margin-bottom: 0.3rem;
}

.product-name:hover {
  color: #26c;
}

.product-quantity {
  font-size: 1.3rem;
  color: #6c757d;
}

.product-price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.empty-message {
  color: #6c757d;
  font-size: 1.4rem;
  text-align: center;
  padding: 2rem;
}

/* Payment Section */
.payment-section {
  margin: 2rem 0;
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.payment-option {
  position: relative;
}

.payment-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.payment-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.5rem;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.payment-radio:checked + .payment-label {
  background: #e7f3ff;
  border-color: #26c;
  box-shadow: 0 0 0 3px rgba(38, 108, 192, 0.1);
}

.payment-name {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
}

.payment-price {
  font-size: 1.4rem;
  font-weight: 600;
  color: #26c;
}

.payment-error,
.delivery-error {
  padding: 1.5rem;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  color: #856404;
  font-size: 1.3rem;
  line-height: 1.6;
}

.payment-error a,
.delivery-error a {
  color: #26c;
  font-weight: 600;
  text-decoration: underline;
}

.delivery-option.selected {
  padding: 1.2rem 1.5rem;
  background: #e7f3ff;
  border: 2px solid #26c;
  border-radius: 8px;
}

.delivery-option.selected .delivery-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default;
}

/* Form Checkbox */
.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0.2rem;
  cursor: pointer;
  flex-shrink: 0;
}

.form-control-label {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
  cursor: pointer;
  flex: 1;
}

.form-control-label a {
  color: #26c;
  text-decoration: underline;
}

.form-control-label a:hover {
  color: #1a5490;
}

/* Responsive Design */
@media (max-width: 991px) {
  .cart-item {
    grid-template-columns: 100px 1fr;
    gap: 1.5rem;
  }

  .item-quantity,
  .item-prices,
  .item-actions {
    grid-column: 2;
  }

  .item-quantity {
    margin-top: 1rem;
  }

  .summary-card {
    position: relative;
    top: 0;
    margin-top: 2rem;
  }

  .checkout-card,
  .summary-card {
    margin-bottom: 2rem;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .cart-item {
    padding: 1.5rem;
  }

  .item-image {
    width: 80px;
    height: 80px;
  }

  .item-name {
    font-size: 1.4rem;
  }

  .summary-header,
  .summary-body,
  .summary-footer {
    padding: 1.5rem;
  }

  .summary-title {
    font-size: 1.8rem;
  }

  .total-price {
    font-size: 2rem;
  }
}
.form-with-validation div .has-error .help-block {
  position: absolute;
  bottom: 0;
}
.summary .product-name {
  white-space: nowrap;
}
.icon-box-side .icon-box-title {
  text-transform: none;
}
.text-underline {
  text-decoration: underline;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.mobile-menu-container {
  padding-top: 50px;
}
.grecaptcha-badge {
  visibility: hidden;
}

/*Márton*/
.left-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: auto;
  z-index: 999999;
}

/* Modern Header Top Styles - Egy színű kék */
.modern-header-top {
  background: #26c;
  padding: 0.8rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.modern-header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  max-width: 1280px;
  margin: 0 auto;
}

.modern-header-top .header-left {
  display: flex;
  align-items: center;
}

.modern-header-top .header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.welcome-msg,
.user-greeting {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin: 0;
}

.user-greeting strong {
  font-weight: 600;
  color: #ffd700;
}

.modern-header-top .top-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
}

.modern-header-top .top-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  transform: translateY(-1px);
}

.modern-header-top .top-link i {
  font-size: 1.4rem;
}

.modern-header-top .top-link {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}

@media (max-width: 991px) {
  .modern-header-top .container {
    padding: 0 10px;
  }

  .welcome-msg,
  .user-greeting {
    font-size: 1.3rem;
  }

  .modern-header-top .top-link {
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
  }
}

@media (max-width: 767px) {
  .modern-header-top {
    padding: 0.6rem 0;
  }

  .modern-header-top .container {
    flex-direction: column;
    gap: 1rem;
  }

  .modern-header-top .header-left {
    margin: 0;
    order: 2;
  }

  .modern-header-top .header-right {
    margin: 0;
    order: 1;
  }

  .welcome-msg,
  .user-greeting {
    font-size: 1.2rem;
  }

  .modern-header-top .top-link {
    font-size: 1.1rem;
    padding: 0.4rem 0.8rem;
  }
}

@media (max-width: 480px) {
  .modern-header-top .header-right {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

  .modern-header-top .top-link {
    font-size: 1rem;
    padding: 0.3rem 0.6rem;
  }
}

.modern-header-top .top-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Modern Cart Icon & Badge - MINDIG LÁTSZÓDJON - LEGFONTOSABB, UTOLSÓ SORBAN */
.cart-icon,
a.cart-icon,
.cart-toggle,
a.cart-toggle,
.cart-dropdown .cart-icon,
.cart-dropdown .cart-toggle,
.cart-dropdown a.cart-icon,
.cart-dropdown a.cart-toggle,
.header-right .cart-icon,
.header-right .cart-toggle,
.header-right a.cart-icon,
.header-right a.cart-toggle {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  /* color: #fff !important; */
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
}

.cart-icon:hover,
a.cart-icon:hover,
.cart-toggle:hover,
a.cart-toggle:hover {
  color: rgba(255, 255, 255, 0.9) !important;
  transform: translateY(-2px) !important;
}

/* A kosár ikon MINDIG látszódjon - KÉK, BOLD - minden lehetséges selectorral */
.cart-icon .d-icon-bag,
.cart-icon i.d-icon-bag,
.cart-toggle .d-icon-bag,
.cart-toggle i.d-icon-bag,
a.cart-icon .d-icon-bag,
a.cart-icon i.d-icon-bag,
a.cart-toggle .d-icon-bag,
a.cart-toggle i.d-icon-bag,
.cart-dropdown .d-icon-bag,
.cart-dropdown i.d-icon-bag,
.cart-icon i,
.cart-toggle i,
a.cart-icon i,
a.cart-toggle i,
.label-block .d-icon-bag,
.label-block i.d-icon-bag,
.link .d-icon-bag,
.link i.d-icon-bag,
.header-right .d-icon-bag,
.header-right i.d-icon-bag,
.cart-dropdown.type2 .d-icon-bag,
.cart-dropdown.type2 i.d-icon-bag,
.cart-offcanvas .d-icon-bag,
.cart-offcanvas i.d-icon-bag {
  position: relative !important;
  font-size: 2.4rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #2c3e50 !important;
  font-weight: 700 !important;
  font-style: normal !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  min-width: 24px !important;
  min-height: 24px !important;
}

/* Ha a d-icon-bag egy ::before pseudo-element, akkor az is látszódjon - KÉK */
.cart-icon .d-icon-bag::before,
.cart-toggle .d-icon-bag::before,
a.cart-icon .d-icon-bag::before,
a.cart-toggle .d-icon-bag::before,
.cart-icon i.d-icon-bag::before,
.cart-toggle i.d-icon-bag::before {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #2c3e50 !important;
  font-weight: 700 !important;
}

.cart-icon .cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  background: #ff4757;
  color: #fff;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 2px solid #26c;
}

.cart-icon .cart-label {
  margin-right: 0.8rem;
}

.cart-icon .cart-name {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  margin-right: 0.5rem;
}

.cart-icon .cart-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

/* Modern Cart Sidebar */
.cart-dropdown .dropdown-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 0;
  overflow: hidden;
  min-width: 380px;
  max-width: 420px;
}

.cart-dropdown .cart-header {
  background: #26c;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

.cart-dropdown .cart-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.cart-dropdown .btn-close {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
}

.cart-dropdown .btn-close:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: translateX(-2px);
}

.cart-dropdown .cart-container {
  max-height: 400px;
  overflow-y: auto;
  padding: 1.5rem;
}

.cart-dropdown .cart-container::-webkit-scrollbar {
  width: 6px;
}

.cart-dropdown .cart-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.cart-dropdown .cart-container::-webkit-scrollbar-thumb {
  background: #26c;
  border-radius: 3px;
}

.cart-dropdown .cart-container::-webkit-scrollbar-thumb:hover {
  background: #1a5490;
}

.cart-dropdown .cart-total {
  padding: 1.5rem 2rem;
  border-top: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
}

.cart-dropdown .cart-total label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.cart-dropdown .cart-total .price {
  font-size: 2rem;
  font-weight: 700;
  color: #26c;
}

.cart-dropdown .cart-action {
  padding: 1.5rem 2rem;
  background: #fff;
  border-top: 1px solid #e9ecef;
}

.cart-dropdown .cart-action .btn {
  width: 100%;
  padding: 1.2rem 2rem;
  background: #26c;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}

.cart-dropdown .cart-action .btn:hover {
  background: #1a5490;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(38, 102, 204, 0.3);
}

/* Cart Sidebar Product Items */
.cart-container .product {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e9ecef;
  position: relative;
}

.cart-container .product:last-child {
  border-bottom: none;
}

.cart-container .product-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f9fa;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-container .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-container .product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.cart-container .product-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.4;
  display: block;
}

.cart-container .product-name a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-container .product-name a:hover {
  color: #26c;
}

.cart-container .product-quantity {
  font-size: 1.2rem;
  color: #6c757d;
  margin: 0;
}

.cart-container .product-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #26c;
  margin-top: auto;
}

.cart-container .product-remove {
  position: absolute;
  top: 1.5rem;
  right: 0;
  color: #dc3545;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.3s;
  padding: 0.5rem;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.cart-container .product-remove:hover {
  background: #fee;
  color: #c82333;
  transform: scale(1.1);
}

.cart-container .product-remove i {
  font-size: 1.4rem;
}

/* Empty Cart */
.cart-container .empty-cart-message {
  text-align: center;
  padding: 3rem 2rem;
  color: #6c757d;
  font-size: 1.4rem;
}

.cart-container .empty-cart-message p {
  margin: 0;
}

.modern-header-top .top-link i {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Modern Clean Navigation Menu */
.header-bottom {
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.header-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-nav .menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.main-nav .menu > li {
  margin: 0;
  position: relative;
}

.main-nav .menu > li > a {
  color: #2d3748;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 2rem 2.2rem;
  transition: all 0.3s ease;
  text-transform: none;
  display: block;
  position: relative;
}

.main-nav .menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #3182ce;
  transition: width 0.3s ease;
}

.main-nav .menu > li:hover > a::before,
.main-nav .menu > li.active > a::before {
  width: 100%;
}

.main-nav .menu > li:hover > a {
  color: #3182ce;
}

.main-nav .menu > li.active > a {
  color: #2c5282;
  font-weight: 600;
}

/* Alap dropdown menü - csak ha nincs megamenu */
.main-nav .menu > li > ul:not(.megamenu) {
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 0.8rem 0;
  margin-top: 0;
  top: 100%;
  min-width: 200px;
  display: none;
  position: absolute;
  z-index: 1000;
}

.main-nav .menu > li {
  padding-bottom: 0.5rem;
}

.main-nav .menu > li:hover > ul:not(.megamenu) {
  display: block;
  animation: fadeInDown 0.3s ease;
}

/* ============================================
   KATEGÓRIA MEGA MENU - MODERN, SZÉP DESIGN
   ============================================ */

/* Mega menu konténer - Premium design */
.categories-megamenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 2.5rem 3rem;
  width: 98%;
  max-width: 1800px;
  z-index: 99999;
  margin-top: 1.2rem;
  display: none;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.main-nav .menu > li:hover .categories-megamenu {
  display: block;
  animation: megaMenuFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes megaMenuFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* Mega menu container - Dinamikus oszlopos grid */
.megamenu-container {
  display: grid;
  gap: 1.5rem;
  max-height: none;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #ffffff;
  /* grid-template-columns inline style-ben lesz beállítva a PHP-ban */
}

/* Scrollbar design - Modern */
.megamenu-container::-webkit-scrollbar {
  width: 12px;
}

.megamenu-container::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #e9ecef;
}

.megamenu-container::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #2c3e50 0%, #34495e 100%);
  border-radius: 10px;
  border: 2px solid #f8f9fa;
}

.megamenu-container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #1a252f 0%, #2c3e50 100%);
}

/* Oszlop design - Elegáns */
.megamenu-column {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  min-width: 0;
}

.megamenu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  background: #ffffff;
}

.megamenu-column li {
  margin: 0;
  width: 100%;
  background: #ffffff;
}

.megamenu-column a {
  display: flex;
  align-items: center;
  padding: 0.9rem 1.2rem;
  color: #2d3748;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  background: #ffffff;
  border: 1px solid transparent;
  width: 100%;
}

/* Hover effekt - Modern, elegáns */
.megamenu-column a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 0;
  background: linear-gradient(180deg, #2c3e50 0%, #34495e 100%);
  border-radius: 0 3px 3px 0;
  transition: height 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.3);
}

.megamenu-column a:hover {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  color: #2c3e50;
  padding-left: 2.2rem;
  transform: translateX(8px);
  border-color: #e2e8f0;
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.08);
}

.megamenu-column a:hover::before {
  height: 70%;
}

/* Aktív link stílus */
.megamenu-column a.active,
.megamenu-column a:focus {
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
  color: #2c3e50;
  border-color: #2c3e50;
  font-weight: 600;
}

.megamenu-column a.active::before,
.megamenu-column a:focus::before {
  height: 70%;
  background: linear-gradient(180deg, #2c3e50 0%, #1a252f 100%);
}

/* Responsive - Tablet: Dinamikus oszlopok */
@media (max-width: 1600px) {
  .categories-megamenu {
    width: 96%;
    padding: 2rem 2.5rem;
    max-width: 1600px;
  }

  .megamenu-container {
    gap: 1.2rem;
  }

  .megamenu-column a {
    font-size: 1.3rem;
    padding: 0.8rem 1rem;
  }
}

/* Responsive - Tablet: 3 oszlop */
@media (max-width: 1200px) {
  .categories-megamenu {
    width: 95%;
    padding: 1.8rem 2rem;
    max-width: 1200px;
  }

  .megamenu-container {
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .megamenu-column a {
    font-size: 1.3rem;
    padding: 0.75rem 1rem;
  }
}

/* Responsive - Mobil: 2 oszlop */
@media (max-width: 992px) {
  .categories-megamenu {
    width: 100%;
    left: 0;
    transform: none;
    padding: 1.5rem 1.8rem;
    border-radius: 16px;
    max-width: 100%;
  }

  .main-nav .menu > li:hover .categories-megamenu {
    animation: megaMenuFadeInMobile 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  @keyframes megaMenuFadeInMobile {
    from {
      opacity: 0;
      transform: translateY(-15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .megamenu-container {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .megamenu-column a {
    font-size: 1.2rem;
    padding: 0.7rem 0.9rem;
  }
}

/* Responsive - Kis mobil: 2 oszlop */
@media (max-width: 768px) {
  .categories-megamenu {
    width: 100%;
    left: 0;
    transform: none;
    padding: 1.2rem 1.5rem;
    border-radius: 12px;
    margin-top: 0.5rem;
    max-width: 100%;
  }

  .megamenu-container {
    gap: 0.8rem;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .megamenu-column a {
    font-size: 1.1rem;
    padding: 0.6rem 0.8rem;
  }
}

/* Responsive - Extra kis mobil: 1 oszlop */
@media (max-width: 480px) {
  .megamenu-container {
    grid-template-columns: 1fr !important;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-nav .menu > li ul li a {
  color: #4a5568;
  font-size: 1.4rem;
  padding: 1.2rem 2.5rem;
  transition: all 0.3s ease;
  display: block;
}

.main-nav .menu > li ul li:hover a {
  color: #3182ce;
  background: #f7fafc;
  padding-left: 3rem;
}

.header-bottom .header-right {
  display: flex;
  align-items: center;
}

.header-bottom .header-right a {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3rem;
  padding: 0.9rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.header-bottom .header-right a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.5);
}

.header-bottom .header-right a i {
  margin-right: 0.6rem;
  font-size: 1.4rem;
}

/* Footer custom styles */
.footer {
  background: #f5f5f5;
  padding: 4rem 0 0 0;
  border-top: 3px solid #ddd;
}

.footer .widget-title {
  color: #333;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer .widget-description {
  color: #666;
  line-height: 1.8;
  font-size: 1.4rem;
}

.footer .widget-body {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .widget-body li {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
}

.footer .widget-body li i {
  color: #26c;
  font-size: 1.4rem;
  min-width: 20px;
  flex-shrink: 0;
}

.footer .widget-body li a,
.footer .widget-body li span {
  color: #555;
  font-size: 1.4rem;
  transition: color 0.3s;
  line-height: 1.5;
}

.footer .widget-body li a:hover {
  color: #26c;
  text-decoration: none;
}

.footer-bottom {
  background: #e0e0e0;
  padding: 2rem 0;
  margin-top: 3rem;
}

.footer-bottom .copyright {
  color: #444;
  font-size: 1.3rem;
}

.footer-bottom .copyright a {
  color: #26c;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-bottom .copyright a:hover {
  color: #1a5490;
}

/* Responsive styles for modern header */
@media (max-width: 991px) {
  .modern-header-top .header-top-wrapper {
    gap: 1.5rem;
  }

  .welcome-msg,
  .user-greeting {
    font-size: 1.3rem;
  }

  .modern-header-top .top-link {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }

  .modern-header-top .top-link i {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .modern-header-top {
    padding: 1rem 0;
  }

  .modern-header-top .header-top-wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .modern-header-top .header-left {
    width: 100%;
    justify-content: center;
  }

  .modern-header-top .header-right {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .welcome-msg,
  .user-greeting {
    font-size: 1.2rem;
  }

  .modern-header-top .top-link {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
  }

  .main-nav .menu > li > a {
    font-size: 1.4rem;
    padding: 1.6rem 1.6rem;
  }

  .header-bottom .header-right a {
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
  }
}

@media (max-width: 420px) {
  .banner-content h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .banner-content h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .banner-content h4 {
    font-size: 1.25rem;
  }
  .banner #slider-text {
    display: none;
  }
  .banner .label-star {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
  }
  .banner a.btn {
    font-size: 1rem;
    padding: 5px;
  }
  .left-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 170px;
    height: 40px;
    z-index: 999999;
    border-bottom-right-radius: 5px;
  }

  .footer {
    padding: 3rem 0 0 0;
  }

  .footer .widget-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .welcome-msg,
  .user-greeting {
    font-size: 1rem;
  }

  .modern-header-top .top-link {
    font-size: 1rem;
  }

  .modern-header-top .header-right {
    gap: 0.5rem;
  }

  .modern-header-top .delimiter {
    margin: 0 0.1rem;
  }
}

/* Termékoldali képek egységesítése - FIX méret és modern design */
.product-gallery .product-image,
.product-image.pg-vertical {
  width: 100%;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f8f9fa;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-gallery .product-image img,
.product-image.pg-vertical img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 15px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: high-quality;
}

/* Fő termékkép osztály - FIX méret */
.product-main-image {
  width: 100%;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  object-fit: contain;
  object-position: center;
  padding: 15px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: high-quality;
  display: block;
}

/* Thumbnail képek egységesítése - FIX méret és modern design */
.product-thumbs-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 20px;
}

.product-thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  position: relative;
}

.product-thumb {
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
  max-width: 110px;
  max-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 2px solid #e0e0e0;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.product-thumb:hover {
  border-color: #26c;
  box-shadow: 0 2px 8px rgba(38, 108, 192, 0.2);
  transform: translateY(-2px);
}

.product-thumb.active {
  border-color: #26c;
  border-width: 2px;
  box-shadow: 0 2px 12px rgba(38, 108, 192, 0.3);
  background-color: #f0f7ff;
}

.product-thumb-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: high-quality;
  display: block;
}

/* Owl Carousel termék képek - FIX méret */
.product-single-carousel .product-image {
  width: 100%;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-single-carousel .product-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 15px;
  display: block;
}

/* Responsive design a termék képekhez - egységes méretek */
@media (max-width: 991px) {
  .product-gallery .product-image,
  .product-image.pg-vertical,
  .product-single-carousel .product-image {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }

  .product-main-image {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }

  .product-thumb {
    width: 95px;
    height: 95px;
    min-width: 95px;
    min-height: 95px;
    max-width: 95px;
    max-height: 95px;
  }
}

@media (max-width: 767px) {
  .product-gallery .product-image,
  .product-image.pg-vertical,
  .product-single-carousel .product-image {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    border-radius: 6px;
  }

  .product-main-image {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .product-thumb {
    width: 85px;
    height: 85px;
    min-width: 85px;
    min-height: 85px;
    max-width: 85px;
    max-height: 85px;
    border-radius: 6px;
  }

  .pg-vertical .product-thumbs-wrap .product-thumbs {
    max-height: 400px;
    padding: 10px 5px;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .product-gallery .product-image,
  .product-image.pg-vertical,
  .product-single-carousel .product-image {
    height: 350px;
    min-height: 350px;
    max-height: 350px;
  }

  .product-main-image {
    height: 350px;
    min-height: 350px;
    max-height: 350px;
  }

  .product-thumb {
    width: 75px;
    height: 75px;
    min-width: 75px;
    min-height: 75px;
    max-width: 75px;
    max-height: 75px;
  }

  .pg-vertical .product-thumbs-wrap .product-thumbs {
    max-height: 350px;
    padding: 10px 5px;
  }
}

/* Thumbnail navigációs nyilak elrejtése */
.product-thumbs-wrap .thumb-up,
.product-thumbs-wrap .thumb-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Vertikális galéria esetén - több tér, nincs levágás */
.pg-vertical .product-thumbs-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin-top: 20px;
  padding: 0;
  width: 100%;
}

.pg-vertical .product-thumbs-wrap .product-thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: visible;
  padding: 10px 5px;
  scroll-behavior: smooth;
  position: relative;
  width: 100%;
  align-items: center;
}

.pg-vertical .product-thumbs-wrap .product-thumbs::-webkit-scrollbar {
  width: 4px;
}

.pg-vertical .product-thumbs-wrap .product-thumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.pg-vertical .product-thumbs-wrap .product-thumbs::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.pg-vertical
  .product-thumbs-wrap
  .product-thumbs::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Nincs szükség nyilak pozicionálására, mert el vannak rejtve */

/* Elrejtjük a négyzet alakú ikont (fullscreen/zoom) */
.product-image .zoom-icon,
.product-image [class*="zoom"],
.product-image [class*="fullscreen"],
.product-single-carousel [class*="zoom"],
.product-single-carousel [class*="fullscreen"] {
  display: none !important;
}

/* Owl Carousel navigation nyilak elrejtése a fő képen (csak thumbnail navigációt használunk) */
.product-gallery .product-single-carousel .owl-nav,
.product-gallery .owl-nav,
.product-single-carousel .owl-nav,
.product-image .owl-nav,
.pg-vertical .owl-nav,
.owl-nav.owl-nav-inner,
.product-gallery .owl-theme .owl-nav,
.product-single-carousel .owl-theme .owl-nav {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* Owl Carousel prev/next gombok elrejtése */
.owl-prev,
.owl-next,
.owl-nav .owl-prev,
.owl-nav .owl-next,
.product-single-carousel .owl-prev,
.product-single-carousel .owl-next,
.product-gallery .owl-prev,
.product-gallery .owl-next,
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next,
.product-gallery .owl-theme .owl-nav .owl-prev,
.product-gallery .owl-theme .owl-nav .owl-next,
.product-single-carousel .owl-theme .owl-nav .owl-prev,
.product-single-carousel .owl-theme .owl-nav .owl-next {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Biztosítjuk, hogy ne legyenek négyzet alakú ikonok */
.product-image::after,
.product-image::before {
  content: none !important;
}

/* ========================================
   MODERN CUSTOM CART ICON & SIDEBAR
   ======================================== */

.custom-cart-wrapper {
  position: relative;
  margin-right: 1rem;
  display: inline-flex !important;
  align-items: center !important;
}

.custom-cart-toggle {
  display: flex !important;
  align-items: center !important;
  gap: 0.8rem;
  padding: 0.8rem 1.2rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.custom-cart-toggle:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}

.custom-cart-icon-wrapper {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.custom-cart-icon {
  width: 28px;
  height: 28px;
  color: #fff;
  stroke-width: 2.5;
  display: block !important;
}

.custom-cart-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  min-width: 22px;
  height: 22px;
  background: #ff4757;
  color: #fff;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 700;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border: 3px solid #fff;
  box-shadow: 0 3px 10px rgba(255, 71, 87, 0.5);
  z-index: 10;
}

.custom-cart-label {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.custom-cart-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
  color: #fff;
}

.custom-cart-price {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

/* Custom Cart Overlay */
.custom-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9998;
}

.custom-cart-wrapper.opened .custom-cart-overlay {
  opacity: 1;
  visibility: visible;
}

/* Custom Cart Sidebar */
.custom-cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
}

.custom-cart-wrapper.opened .custom-cart-sidebar {
  right: 0;
}

.custom-cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-bottom: 1px solid #e9ecef;
  background: #2c3e50;
  color: #fff;
}

.custom-cart-sidebar-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.custom-cart-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.custom-cart-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.custom-cart-close svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.custom-cart-sidebar-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}

.custom-cart-sidebar-body::-webkit-scrollbar {
  width: 6px;
}

.custom-cart-sidebar-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-cart-sidebar-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.custom-cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid #e9ecef;
  background: #f8f9fa;
}

.custom-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 700;
}

.custom-cart-total-label {
  color: #333;
}

.custom-cart-total-price {
  color: #2c3e50;
}

.custom-cart-checkout-btn {
  display: block;
  width: 100%;
  padding: 14px 24px;
  background: #2c3e50;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-cart-checkout-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(44, 62, 80, 0.4);
  color: #fff;
  background: #34495e;
}

@media (max-width: 767px) {
  .custom-cart-sidebar {
    width: 100%;
    right: -100%;
  }

  .custom-cart-label {
    display: none;
  }

  .custom-cart-toggle {
    padding: 0.6rem;
  }
}

/* ========================================
   MODERN CATEGORY PAGE DESIGN
   ======================================== */

/* Category Header - Letisztult sötét szín */
.page-header {
  background: #2c3e50 !important;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
}

.page-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.breadcrumb li,
.breadcrumb a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.breadcrumb .delimiter {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Modern Product Cards */
.product.shadow-media {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
  position: relative;
}

.product.shadow-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(44, 62, 80, 0.03) 0%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.product.shadow-media:hover {
  transform: translateY(-12px);
  box-shadow: 0 16px 48px rgba(44, 62, 80, 0.12);
  border-color: #2c3e50;
}

.product.shadow-media:hover::before {
  opacity: 1;
}

/* Termék kép container - fix magasság, contain */
.product-media {
  position: relative;
  width: 100%;
  height: 315px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.product-details {
  padding: 1.5rem;
}

.product-name a {
  color: #333;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.3s ease;
}

.product-name a:hover {
  color: #2c3e50;
}

/* Category Media - fix magasság, contain */
.category-media {
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 12px;
}

.category-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.category {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
  position: relative;
}

.category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(44, 62, 80, 0.05) 0%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.category:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 16px 48px rgba(44, 62, 80, 0.15);
  border-color: #2c3e50;
}

.category:hover::before {
  opacity: 1;
}

/* Modern Header Top - letisztult szín */
.modern-header-top {
  background: #2c3e50 !important;
}

/* KOSÁR IKON - UTOLSÓ SORBAN, LEGFONTOSABB - A FÁJL VÉGÉN - KÉK, BOLD */
.cart-dropdown.type2 .cart-toggle,
.cart-dropdown.type2 a.cart-toggle,
.cart-dropdown.type2 .d-icon-bag,
.cart-dropdown.type2 i.d-icon-bag {
  display: inline-flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #2c3e50 !important;
  font-weight: 700 !important;
  font-size: 24px !important;
}

.cart-dropdown.type2 .d-icon-bag::before,
.cart-dropdown.type2 i.d-icon-bag::before {
  color: #2c3e50 !important;
  font-weight: 700 !important;
}

/* Modern Top Link gombok - letisztult design */
.modern-top-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.modern-top-link:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff !important;
}

.modern-top-link i {
  font-size: 16px;
}

/* ============================================
   KATEGÓRIA SIDEBAR - MODERN, SZÉP DESIGN
   ============================================ */

.category-sidebar {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 2rem;
}

.category-sidebar-header {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 1.5rem 1.8rem;
  border-bottom: 2px solid #1a252f;
}

.category-sidebar-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.category-sidebar-title i {
  font-size: 1.8rem;
  color: #ffffff;
}

.category-sidebar-content {
  padding: 0;
  max-height: 800px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Scrollbar design a sidebar-hoz */
.category-sidebar-content::-webkit-scrollbar {
  width: 8px;
}

.category-sidebar-content::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 4px;
}

.category-sidebar-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #2c3e50 0%, #34495e 100%);
  border-radius: 4px;
}

.category-sidebar-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #1a252f 0%, #2c3e50 100%);
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-item {
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
}

.category-item:last-child {
  border-bottom: none;
}

.category-item:hover {
  background: #f8f9fa;
}

.category-item.active {
  background: linear-gradient(90deg, #f0f7ff 0%, #ffffff 100%);
  border-left: 4px solid #2c3e50;
}

.category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.8rem;
  color: #2d3748;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.2s ease;
  position: relative;
}

.category-link:hover {
  color: #2c3e50;
  padding-left: 2.2rem;
}

.category-item.active .category-link {
  color: #2c3e50;
  font-weight: 600;
}

.category-name {
  flex: 1;
  line-height: 1.5;
  word-wrap: break-word;
}

.category-link i {
  font-size: 1.2rem;
  color: #2c3e50;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.category-item.active .category-link i {
  opacity: 1;
}

/* Responsive - Mobil sidebar */
@media (max-width: 992px) {
  .category-sidebar {
    margin-bottom: 1.5rem;
  }

  .category-sidebar-header {
    padding: 1.2rem 1.5rem;
  }

  .category-sidebar-title {
    font-size: 1.4rem;
  }

  .category-link {
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
  }

  .category-sidebar-content {
    max-height: 600px;
  }
}

@media (max-width: 768px) {
  .category-sidebar-content {
    max-height: 500px;
  }
}

/* Kosár ikon - ABSZOLÚT BIZTOSÍTÁS HOGY LÁTSZÓDJON - KÉK, BOLD */
.cart-dropdown.type2 .cart-toggle,
.cart-dropdown.type2 a.cart-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.cart-dropdown.type2 .d-icon-bag,
.cart-dropdown.type2 i.d-icon-bag,
.cart-dropdown.type2 .cart-toggle .d-icon-bag,
.cart-dropdown.type2 .cart-toggle i.d-icon-bag {
  font-size: 24px !important;
  color: #2c3e50 !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-style: normal !important;
  line-height: 1 !important;
}

.cart-dropdown.type2 .d-icon-bag::before,
.cart-dropdown.type2 i.d-icon-bag::before {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #2c3e50 !important;
  font-weight: 700 !important;
  font-family: "riode" !important;
}

.cart-dropdown.type2 .cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  background: #ff4757;
  color: #fff;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border: 2px solid #2c3e50;
  line-height: 1;
  z-index: 10;
}

/* Kosár sidebar - új színekkel */
.cart-dropdown .dropdown-box {
  background: #fff;
  border-radius: 0;
}

.cart-dropdown .cart-header {
  background: #2c3e50;
  color: #fff;
  padding: 2rem;
  border-bottom: none;
}

.cart-dropdown .cart-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.cart-dropdown .btn-close {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.cart-dropdown .btn-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.cart-dropdown .cart-action .btn {
  background: #2c3e50;
  border-color: #2c3e50;
  color: #fff;
  border-radius: 8px;
  padding: 14px 24px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.cart-dropdown .cart-action .btn:hover {
  background: #34495e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(44, 62, 80, 0.4);
}

/* User greeting / Welcome message - letisztult */
.user-greeting,
.welcome-msg {
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  font-weight: 500;
  padding: 0.65rem 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.user-greeting strong {
  font-weight: 600;
  color: #fff;
}

/* Header Right spacing */
.header-right {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

@media (max-width: 991px) {
  /* Felső sáv gombok elrejtése mobilnézetben - van oldalsósáv */
  .modern-header-top .header-right {
    display: none !important;
  }

  .modern-header-top .header-left {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .modern-top-link {
    font-size: 12px;
    padding: 0.5rem 0.9rem;
    gap: 0.4rem;
  }

  .modern-top-link i {
    font-size: 14px;
  }

  .user-greeting,
  .welcome-msg {
    font-size: 12px;
    padding: 0.5rem 0.9rem;
  }

  /* Kosár ikon mobilnézetben */
  .cart-dropdown.type2 .d-icon-bag,
  .cart-dropdown.type2 i.d-icon-bag {
    font-size: 22px !important;
  }

  .cart-dropdown.type2 .cart-count {
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    top: -6px;
    right: -6px;
  }

  /* Header right mobilnézetben */
  .header-right {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
  }
}

@media (max-width: 575px) {
  .modern-top-link {
    font-size: 11px;
    padding: 0.45rem 0.7rem;
  }

  .user-greeting,
  .welcome-msg {
    font-size: 11px;
    padding: 0.45rem 0.7rem;
  }

  .cart-dropdown.type2 {
    margin-left: 0.5rem;
  }
}

/* ============================================
   MOBILNÉZETI OPTIMALIZÁLÁS - KOSÁR, CHECKOUT, RENDELÉS (STEP 1-3)
   ============================================ */

@media (max-width: 767px) {
  /* Progress Steps mobilnézetben */
  .cart-progress {
    margin-bottom: 1.5rem;
  }

  .progress-steps {
    justify-content: center;
    gap: 0.3rem;
    flex-wrap: wrap;
  }

  .step {
    flex: 0 0 auto;
  }

  .step-number {
    width: 28px;
    height: 28px;
    font-size: 1.2rem;
  }

  .step-label {
    font-size: 1rem;
    margin-top: 0.3rem;
  }

  .step-line {
    width: 20px;
    margin: 0 0.2rem;
  }

  /* Cart Card mobilnézetben - részletes */
  .cart-header {
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .cart-title {
    font-size: 1.8rem;
  }

  .cart-count {
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
  }

  .cart-items {
    padding: 0.5rem;
  }

  .cart-item {
    grid-template-columns: 80px 1fr;
    gap: 1rem;
    padding: 1.5rem 1rem;
    position: relative;
  }

  .item-image {
    width: 80px;
    height: 80px;
  }

  .item-details {
    grid-column: 2;
  }

  .item-name {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }

  .item-meta {
    font-size: 1.1rem;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .item-quantity {
    grid-column: 1 / -1;
    margin-top: 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .quantity-label {
    font-size: 1.1rem;
  }

  .quantity-controls {
    margin-left: auto;
  }

  .qty-btn {
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
  }

  .qty-input {
    width: 50px;
    height: 32px;
    font-size: 1.2rem;
  }

  .item-prices {
    grid-column: 1 / -1;
    margin-top: 1rem;
    flex-direction: row;
    justify-content: space-between;
    min-width: auto;
  }

  .price-row {
    flex-direction: column;
    gap: 0.3rem;
  }

  .price-label {
    font-size: 1.1rem;
  }

  .price-value {
    font-size: 1.3rem;
  }

  .price-row.total .price-value {
    font-size: 1.5rem;
  }

  .item-actions {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }

  .remove-btn {
    width: 36px;
    height: 36px;
  }

  .cart-footer {
    padding: 1.5rem;
  }

  .btn-continue {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
  }

  /* Summary Card mobilnézetben */
  .summary-card {
    margin-top: 1rem;
  }

  .summary-header {
    padding: 1.5rem;
  }

  .summary-title {
    font-size: 1.7rem;
  }

  .summary-body {
    padding: 1.5rem;
  }

  .summary-row {
    font-size: 1.3rem;
  }

  .summary-divider {
    margin: 1.5rem 0;
  }

  .delivery-section,
  .payment-section {
    margin: 1.5rem 0;
  }

  .delivery-title,
  .section-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .delivery-options,
  .payment-options {
    gap: 0.8rem;
  }

  .delivery-label,
  .payment-label {
    padding: 1rem 1.2rem;
    font-size: 1.3rem;
  }

  .delivery-name,
  .payment-name {
    font-size: 1.3rem;
  }

  .delivery-price,
  .payment-price {
    font-size: 1.3rem;
  }

  .summary-total {
    font-size: 1.4rem;
  }

  .summary-footer {
    padding: 1.5rem;
  }

  .btn-checkout {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.4rem;
  }

  .summary-hint {
    font-size: 1.1rem;
    margin-top: 1rem;
  }

  /* Checkout Card mobilnézetben */
  .checkout-header {
    padding: 1.5rem;
  }

  .checkout-title {
    font-size: 1.7rem;
  }

  .checkout-body {
    padding: 1.5rem;
  }

  .form-group {
    margin-bottom: 1.2rem;
  }

  .form-label {
    font-size: 1.3rem;
  }

  .form-control {
    padding: 0.9rem 1.2rem;
    font-size: 1.3rem;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .form-row .form-group {
    margin-bottom: 1.2rem;
  }

  .company-section {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }

  .section-title {
    font-size: 1.4rem;
  }

  .products-title {
    font-size: 1.4rem;
  }

  .product-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem 0;
  }

  .product-info {
    width: 100%;
  }

  .product-name {
    font-size: 1.3rem;
  }

  .product-price {
    font-size: 1.4rem;
    align-self: flex-end;
  }

  .order-total {
    font-size: 1.4rem;
  }

  .total-label {
    font-size: 1.3rem;
  }

  .total-price {
    font-size: 1.6rem;
  }

  /* Order Show (Step 3) mobilnézetben */
  .order .page-content {
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
  }

  .card-primary {
    border-radius: 8px;
    overflow-x: auto;
    margin: 1rem 0;
  }

  .invoice-list {
    flex-direction: column;
  }

  .invoice-list > div {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }

  .invoice-list h4 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }

  .invoice-list p,
  .invoice-list ul {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .table {
    font-size: 1rem;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table thead {
    display: none;
  }

  .table tbody tr {
    display: block;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f8f9fa;
  }

  .table tbody td {
    display: block;
    padding: 0.5rem 0;
    border: none;
    font-size: 1.1rem;
    text-align: right;
  }

  .table tbody td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #6c757d;
    float: left;
  }

  .invoice-block {
    width: 100% !important;
    margin-top: 2rem;
  }

  .invoice-block ul {
    padding-left: 0;
    list-style: none;
  }

  .invoice-block li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 1.2rem;
  }

  .invoice-block li:last-child {
    border-bottom: none;
  }

  .invoice-btn {
    margin-top: 2rem;
  }

  .invoice-btn .btn {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 575px) {
  .step-label {
    font-size: 0.9rem;
  }

  .step-number {
    width: 24px;
    height: 24px;
    font-size: 1.1rem;
  }

  .step-line {
    width: 15px;
  }

  .cart-header {
    padding: 1.2rem;
  }

  .cart-title {
    font-size: 1.6rem;
  }

  .cart-item {
    padding: 1.2rem 0.8rem;
    gap: 0.8rem;
  }

  .item-image {
    width: 70px;
    height: 70px;
  }

  .item-name {
    font-size: 1.3rem;
  }

  .item-meta {
    font-size: 1rem;
  }

  .summary-header,
  .checkout-header {
    padding: 1.2rem;
  }

  .summary-title,
  .checkout-title {
    font-size: 1.5rem;
  }

  .summary-body,
  .checkout-body {
    padding: 1.2rem;
  }
}
