.elementor-11 .elementor-element.elementor-element-4d192f43{--display:flex;}.elementor-11 .elementor-element.elementor-element-d85b171{--update-cart-automatically-display:none;--links-normal-color:#090808;--links-hover-color:#121212;--forms-buttons-border-color:#323232;--checkout-button-normal-text-color:#FFF4F4;}.elementor-11 .elementor-element.elementor-element-d85b171 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#E72E91;}.elementor-11 .elementor-element.elementor-element-d85b171 .woocommerce-cart-form{--order-summary-title-color:#000000;}body.elementor-page-11:not(.elementor-motion-effects-element-type-background), body.elementor-page-11 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){.elementor-11 .elementor-element.elementor-element-d85b171{width:100%;max-width:100%;--sections-padding:0px 0px 0px 0px;--sections-margin:0px;--sections-title-spacing:0px;--forms-rows-gap:0px;--order-summary-rows-gap-top:calc( 0px/2 );--order-summary-rows-gap-bottom:calc( 0px/2 );--order-summary-title-spacing:0px;--order-summary-items-divider-weight:0px;--totals-divider-weight:0px;}.elementor-11 .elementor-element.elementor-element-d85b171 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-11 .elementor-element.elementor-element-d85b171 .e-cart-section{border-width:0px 0px 0px 0px;}.elementor-11 .elementor-element.elementor-element-d85b171 .cart_totals h2{font-size:18px;}.elementor-11 .elementor-element.elementor-element-d85b171 #shipping_method li label{font-size:1px;}.elementor-11 .elementor-element.elementor-element-d85b171 .coupon .input-text, .elementor-11 .elementor-element.elementor-element-d85b171 .cart-collaterals .input-text, .elementor-11 .elementor-element.elementor-element-d85b171 select, .elementor-11 .elementor-element.elementor-element-d85b171 .select2-selection--single{font-size:1px;}}/* Start custom CSS for container, class: .elementor-element-4d192f43 *//* Apply only on screen widths below 768px (mobile) */
@media (max-width: 768px) {
  
  /* Cart Item Container */
  .woocommerce-cart-form__cart-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }

  /* Product Thumbnail */
  .woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
    border-radius: 4px;
  }

  /* Product Name */
  .woocommerce-cart-form__cart-item .product-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
  }

  /* Price, Quantity, Subtotal labels */
  .woocommerce-cart-form__cart-item td {
    font-size: 14px;
    line-height: 1.4;
    margin: 2px 0;
  }

  /* Quantity input spacing */
  .woocommerce-cart-form__cart-item .quantity input {
    max-width: 60px;
    padding: 4px;
  }

  /* Remove cross (remove icon) spacing */
  .woocommerce-cart-form__cart-item .product-remove {
    align-self: flex-end;
    margin-top: -20px;
  }
}/* End custom CSS */