.elementor-12 .elementor-element.elementor-element-46f32f4f{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-124ff52e */.elementor-10 .elementor-element.elementor-element-2ba149db {
    display: block !important;
    flex: none !important;
    flex-grow: unset !important;
    flex-shrink: unset !important;
    flex-basis: unset !important;
    flex-direction: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
}
@media (max-width: 767px) {
    .elementor-10 .elementor-element.elementor-element-2ba149db {
        --flex-wrap: nowrap !important;
        display: block !important;
        flex-wrap: nowrap !important;
    }
    
    /* Or if you want to completely remove flex behavior */
    .elementor-10 .elementor-element.elementor-element-2ba149db.e-con.e-flex {
        display: block !important;
        flex-wrap: nowrap !important;
        flex-direction: unset !important;
    }
}
/* Refined Cart Design - Elegant & Professional */
.wc-block-cart {
  background: transparent !important;
  min-height: auto !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* Main cart container */
.wc-block-components-sidebar-layout {
  gap: 24px !important;
  align-items: flex-start !important;
}

.wc-block-cart__main {
  flex: 1 !important;
  min-height: auto !important;
}

/* Clean Cart Items Table */
.wc-block-cart-items {
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

/* Elegant Table Header */
.wc-block-cart-items__header {
  background: #f8fafc !important;
  border-radius: 8px 8px 0 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  backdrop-filter: blur(10px) !important;
}

.wc-block-cart-items__header th {
  background: transparent !important;
  color: #475569 !important;
  padding: 16px 12px !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  border: none !important;
  text-transform: none !important;
  letter-spacing: 0.3px !important;
  text-align: center !important;
  font-family: inherit !important;
}

.wc-block-cart-items__header-image {
  width: 100px !important;
}

.wc-block-cart-items__header-total {
  width: 120px !important;
}

/* Refined Cart Rows */
.wc-block-cart-items__row {
  background: #ffffff !important;
  border: 1px solid #f1f5f9 !important;
  border-radius: 8px !important;
  margin: 8px 0 !important;
  transition: all 0.2s ease !important;
  padding: 0 !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
}

.wc-block-cart-items__row:hover {
  border-color: #e2e8f0 !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08) !important;
  transform: translateY(-1px) !important;
}

/* Clean Product Image */
.wc-block-cart-item__image {
  padding: 12px !important;
  width: 100px !important;
  text-align: center !important;
}

.wc-block-cart-item__image img {
  border-radius: 6px !important;
  border: 1px solid #f1f5f9 !important;
  width: 64px !important;
  height: 64px !important;
  object-fit: cover !important;
  transition: transform 0.2s ease !important;
}

.wc-block-cart-item__image img:hover {
  transform: scale(1.02) !important;
}

/* Refined Product Details */
.wc-block-cart-item__product {
  padding: 12px !important;
}

.wc-block-cart-item__wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

.wc-block-components-product-name {
  color: #1e293b !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  margin-bottom: 4px !important;
  font-family: inherit !important;
  text-decoration: none !important;
  border: none !important;
  background: none !important;
  cursor: text !important;
}

.wc-block-components-product-name:hover {
  color: #1e293b !important;
  background: none !important;
  text-decoration: none !important;
}

/* Clean Price Display */
.wc-block-cart-item__prices {
  margin: 4px 0 !important;
}

.wc-block-components-product-price {
  color: #475569 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  font-family: inherit !important;
}

/* Subtle Description */
.wc-block-components-product-metadata {
  background: #f8fafc !important;
  padding: 6px 8px !important;
  border-radius: 4px !important;
  margin: 4px 0 !important;
  border-left: 2px solid #e2e8f0 !important;
}

.wc-block-components-product-metadata__description {
  color: #64748b !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  font-family: inherit !important;
}

/* Clean Quantity Controls */
.wc-block-cart-item__quantity {
  margin-top: 8px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}

.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-124ff52e {
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  height: 32px !important;
  transition: all 0.2s ease !important;
}

.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-124ff52e:hover {
  border-color: #cbd5e1 !important;
}

.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-124ff52e__input {
  border: none !important;
  background: transparent !important;
  text-align: center !important;
  padding: 4px 6px !important;
  width: 40px !important;
  font-weight: 500 !important;
  color: #1e293b !important;
  font-size: 13px !important;
  height: 30px !important;
  font-family: inherit !important;
}

.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-124ff52e__button {
  background: #f8fafc !important;
  color: #475569 !important;
  border: none !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
  height: 30px !important;
  min-width: 28px !important;
  transition: all 0.2s ease !important;
  font-family: inherit !important;
  cursor: pointer !important;
}

.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-124ff52e__button:hover {
  background: #f1f5f9 !important;
  color: #1e293b !important;
}

/* Subtle Remove Link */
.wc-block-cart-item__remove-link {
  background: transparent !important;
  color: #64748b !important;
  border: 1px solid #f1f5f9 !important;
  padding: 6px 10px !important;
  border-radius: 4px !important;
  font-size: 11px !important;
  height: 30px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  font-family: inherit !important;
  cursor: pointer !important;
}

.wc-block-cart-item__remove-link:hover {
  color: #dc2626 !important;
  border-color: #fecaca !important;
  background: #fef2f2 !important;
  text-decoration: none !important;
}

/* Elegant Total Column */
.wc-block-cart-item__total {
  padding: 12px !important;
  width: 120px !important;
  text-align: center !important;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  background: #ffffff !important;
  padding: 12px 10px !important;
  border-radius: 6px !important;
  border: 1px solid #f1f5f9 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.1) !important;
  transition: all 0.2s ease !important;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper:hover {
  border-color: #e2e8f0 !important;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.1) !important;
}

.wc-block-cart-item__total .wc-block-components-product-price {
  color: #1e293b !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

/* Refined Sidebar */
.wc-block-cart__sidebar {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  margin-top: 0 !important;
  position: sticky !important;
  top: 24px !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05) !important;
}

/* Elegant Cart Totals Title */
.wc-block-cart__totals-title {
  color: #1e293b !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #e2e8f0 !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: 0.3px !important;
  font-family: inherit !important;
}

/* Clean Totals Items */
.wc-block-components-totals-item {
  padding: 10px 0 !important;
  font-size: 14px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-family: inherit !important;
}

.wc-block-components-totals-item__label {
  color: #64748b !important;
  font-weight: 400 !important;
}

.wc-block-components-totals-item__value {
  color: #1e293b !important;
  font-weight: 500 !important;
}

/* Elegant Final Total */
.wc-block-components-totals-footer-item {
  background: #f8fafc !important;
  color: #1e293b !important;
  padding: 16px 18px !important;
  border-radius: 8px !important;
  margin-top: 16px !important;
  border: 1px solid #e2e8f0 !important;
  font-family: inherit !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: #1e293b !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

/* Professional Checkout Button */
.wc-block-cart__submit {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.wc-block-cart__submit-container {
  margin: 0 !important;
  padding: 0 !important;
}

.wc-block-cart__submit-button {
  background: #1e293b !important;
  color: #ffffff !important;
  border: none !important;
  padding: 16px 28px !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  width: 100% !important;
  transition: all 0.3s ease !important;
  text-transform: none !important;
  letter-spacing: 0.3px !important;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.15) !important;
  margin: 0 !important;
  font-family: inherit !important;
  cursor: pointer !important;
}

.wc-block-cart__submit-button:hover {
  background: #334155 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2) !important;
}

/* Remove extra space after checkout button */
.wc-block-cart__payment-options {
  display: none !important;
}

/* Mobile Responsive - Refined */
@media (max-width: 768px) {
  .wc-block-components-sidebar-layout {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .wc-block-cart-items__header {
    display: none !important;
  }
  
  .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 70px 1fr auto !important;
    gap: 10px !important;
    padding: 12px !important;
    margin: 10px 0 !important;
    align-items: start !important;
  }
  
  .wc-block-cart-item__image {
    padding: 0 !important;
    width: 100% !important;
  }
  
  .wc-block-cart-item__image img {
    width: 58px !important;
    height: 58px !important;
  }
  
  .wc-block-cart-item__product {
    padding: 0 !important;
    grid-column: 2 / span 2 !important;
  }
  
  .wc-block-cart-item__total {
    padding: 0 !important;
    grid-column: 3 !important;
    width: auto !important;
  }
  
  .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    padding: 10px 8px !important;
    min-width: 75px !important;
  }
  
  .wc-block-cart__sidebar {
    position: relative !important;
    top: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
  }
  
  /* Refined mobile typography */
  .wc-block-components-product-name {
    font-size: 14px !important;
  }
  
  .wc-block-components-product-metadata__description {
    font-size: 11px !important;
  }
  
  .wc-block-cart-item__quantity {
    gap: 8px !important;
  }
  
  .wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-124ff52e {
    height: 28px !important;
  }
  
  .wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-124ff52e__input {
    height: 26px !important;
    width: 35px !important;
  }
  
  .wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-124ff52e__button {
    height: 26px !important;
    min-width: 24px !important;
  }
  
  .wc-block-cart-item__remove-link {
    height: 26px !important;
    font-size: 10px !important;
    padding: 4px 8px !important;
  }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
  .wc-block-cart-items__row {
    grid-template-columns: 60px 1fr auto !important;
    gap: 8px !important;
    padding: 10px !important;
  }
  
  .wc-block-cart-item__image img {
    width: 52px !important;
    height: 52px !important;
  }
  
  .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    padding: 8px 6px !important;
    min-width: 65px !important;
  }
}/* End custom CSS */