.elementor-112 .elementor-element.elementor-element-7683ee27{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-c76f7bc *//* ===== WooCommerce Cart Page – clean card style (classic + blocks) ===== */
:root{
  --ve-radius: 16px;
  --ve-radius-sm: 12px;
  --ve-card-bg: #ffffff;
  --ve-card-border: #eef0f3;
  --ve-shadow: 0 6px 18px rgba(0,0,0,0.06);
  --ve-shadow-hover: 0 12px 28px rgba(0,0,0,0.10);
  --ve-title: #111318;
  --ve-text: #404654;
  --ve-muted: #707784;
  --ve-accent: #e63946;
  --ve-accent-contrast: #ffffff;
}

/* ---------- Notices ---------- */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
  background: var(--ve-card-bg);
  border: 1px solid var(--ve-card-border);
  border-radius: var(--ve-radius);
  box-shadow: var(--ve-shadow);
  color: var(--ve-text);
  padding: 14px 16px;
}
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-error::before{
  color: var(--ve-accent);
}

/* ---------- Classic Cart Table ---------- */
.woocommerce-cart .cart{
  display: grid;
  grid-template-columns: 1fr minmax(280px, 360px);
  gap: 24px;
}

/* Cart items table kortiksi */
.woocommerce-cart table.shop_table{
  background: var(--ve-card-bg);
  border: 1px solid var(--ve-card-border);
  border-radius: var(--ve-radius);
  box-shadow: var(--ve-shadow);
  border-collapse: separate;
  overflow: hidden;
}

.woocommerce-cart table.shop_table th{
  background: #f7f8fa;
  color: var(--ve-muted);
  font-weight: 700;
}
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td{
  padding: 14px 16px;
  border-bottom: 1px solid var(--ve-card-border);
  vertical-align: middle;
}
.woocommerce-cart table.shop_table tr:last-child td{
  border-bottom: 0;
}

/* Tuotekuva kompaktiksi ja pyöristys */
.woocommerce-cart table.shop_table td.product-thumbnail img{
  width: 64px; height: 64px; object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,.06);
}

/* Tuotenimi ja poistopainike */
.woocommerce-cart table.shop_table td.product-name a{
  color: var(--ve-title);
  font-weight: 600;
  text-decoration: none;
}
.woocommerce a.remove{
  color: var(--ve-accent) !important;
  background: rgba(230,57,70,.08);
  border-radius: 999px;
  width: 28px; height: 28px; line-height: 28px;
  text-align: center;
  display: inline-block;
}

/* Määräkenttä siistiksi */
.woocommerce .quantity .qty{
  height: 42px;
  min-width: 64px;
  padding: 0 10px;
  border: 1px solid var(--ve-card-border);
  border-radius: var(--ve-radius-sm);
}

/* Coupon + update row */
.woocommerce-cart .actions{
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-top: 1px solid var(--ve-card-border);
}
.woocommerce-cart .actions .coupon{
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}
.woocommerce-cart .actions .input-text{
  height: 42px;
  border: 1px solid var(--ve-card-border);
  border-radius: var(--ve-radius-sm);
  padding: 0 12px;
}

/* Nappityyli yhtenäiseksi (käyttää samaa kuin aiemmin) */
.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button{
  display: inline-flex;
  align-items: center; justify-content: center;
  gap: 8px; padding: 10px 14px;
  border-radius: var(--ve-radius-sm);
  background: var(--ve-accent);
  color: var(--ve-accent-contrast);
  font-weight: 600; text-decoration: none;
  border: 1px solid transparent;
  transition: background .2s ease, transform .1s ease, box-shadow .2s ease, filter .2s ease;
  box-shadow: 0 6px 14px rgba(230,57,70,.25);
}
.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(230,57,70,.32);
  filter: brightness(1.03);
}

/* “Update cart” toissijaiseksi ghost-tyyliksi */
.woocommerce-cart .actions button[name="update_cart"]{
  background: transparent;
  color: var(--ve-accent);
  border: 1px solid var(--ve-accent);
  box-shadow: none;
}
.woocommerce-cart .actions button[name="update_cart"]:hover{
  background: rgba(230,57,70,.08);
}

/* ---------- Cart Totals kortiksi ---------- */
.woocommerce-cart .cart-collaterals .cart_totals{
  background: var(--ve-card-bg);
  border: 1px solid var(--ve-card-border);
  border-radius: var(--ve-radius);
  box-shadow: var(--ve-shadow);
  padding: 18px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2{
  margin-top: 0;
  font-size: 1.1rem;
  color: var(--ve-title);
}
.woocommerce-cart .cart-collaterals .shop_table{
  border: 0;
  border-collapse: separate;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .shop_table tr th,
.woocommerce-cart .cart-collaterals .shop_table tr td{
  border-bottom: 1px solid var(--ve-card-border);
  padding: 10px 0;
}
.woocommerce-cart .cart-collaterals .shop_table tr:last-child th,
.woocommerce-cart .cart-collaterals .shop_table tr:last-child td{
  border-bottom: 0;
}

/* Proceed to checkout -nappi isona */
.woocommerce-cart .wc-proceed-to-checkout{
  padding-top: 12px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  width: 100%;
  padding: 12px 16px;
  font-size: 1.025rem;
}

/* ---------- Cross-sells kortiksi ---------- */
.woocommerce-cart .cross-sells{
  grid-column: 1 / -1;
}
.woocommerce-cart .cross-sells h2{
  margin-top: 10px;
  margin-bottom: 12px;
}
.woocommerce-cart .cross-sells ul.products{
  gap: 18px !important;
}

/* ---------- Woo Blocks Cart ---------- */
.wc-block-cart{
  display: grid;
  grid-template-columns: 1fr minmax(280px, 360px);
  gap: 24px;
}
.wc-block-cart .wc-block-cart-items{
  background: var(--ve-card-bg);
  border: 1px solid var(--ve-card-border);
  border-radius: var(--ve-radius);
  box-shadow: var(--ve-shadow);
  padding: 8px;
}
.wc-block-cart .wc-block-cart-items__row{
  border-bottom: 1px solid var(--ve-card-border);
}
.wc-block-cart .wc-block-cart-items__row:last-child{
  border-bottom: 0;
}
.wc-block-cart .wc-block-cart-item__image img{
  border-radius: 10px;
}

/* Totals (blocks) */
.wc-block-cart .wc-block-components-totals-wrapper{
  background: var(--ve-card-bg);
  border: 1px solid var(--ve-card-border);
  border-radius: var(--ve-radius);
  box-shadow: var(--ve-shadow);
  padding: 18px;
}
.wc-block-cart .wc-block-components-totals-item{
  border-bottom: 1px solid var(--ve-card-border);
}
.wc-block-cart .wc-block-components-totals-item:last-child{
  border-bottom: 0;
}

/* Buttons (blocks) */
.wc-block-components-button.wp-element-button{
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 10px 14px;
  border-radius: var(--ve-radius-sm);
  background: var(--ve-accent);
  color: var(--ve-accent-contrast);
  font-weight: 600; border: 1px solid transparent;
  transition: background .2s ease, transform .1s ease, box-shadow .2s ease, filter .2s ease;
  box-shadow: 0 6px 14px rgba(230,57,70,.25);
}
.wc-block-components-button.wp-element-button:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(230,57,70,.32);
  filter: brightness(1.03);
}

/* Kuponkikenttä (blocks) */
.wc-block-cart .wc-block-components-form .wc-block-components-text-input input{
  height: 42px;
  border: 1px solid var(--ve-card-border);
  border-radius: var(--ve-radius-sm);
}

/* ---------- Responsiivisuus ---------- */
@media (max-width: 992px){
  .woocommerce-cart .cart,
  .wc-block-cart{
    grid-template-columns: 1fr;
  }
  .woocommerce-cart .cart-collaterals{
    order: 2;
  }
}

@media (max-width: 768px){
  .woocommerce-cart table.shop_table td.product-thumbnail img{ width: 56px; height: 56px; }
  .woocommerce-cart .actions{ flex-wrap: wrap; }
  .woocommerce-cart .actions .coupon{ width: 100%; }
  .woocommerce-cart .actions .input-text{ flex: 1; }
}/* End custom CSS */