/* Cart styles moved from style.css */

/* =========================`r`n   Cart Redesign (Reference style)
   ========================= */
.woocommerce-cart {
  background: #eceff4;
}

.woocommerce-cart .site-main {
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px 16px 28px;
}

.woocommerce-cart .site-main > .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.woocommerce-cart form.woocommerce-cart-form {
  background: #ffffff;
  border: 1px solid #e4e7ee;
  border-radius: 12px;
  padding: 14px 14px 10px;
}

.woocommerce-cart form.woocommerce-cart-form::before {
  content: "Your Products";
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1.1;
  margin: 0 0 10px;
}

.woocommerce-cart table.shop_table {
  border: none !important;
  border-radius: 0;
  table-layout: auto;
}

.woocommerce-cart table.shop_table thead {
  display: none;
}

.woocommerce-cart table.shop_table tr.cart_item td {
  border-top: 1px solid #eceff4 !important;
  padding: 10px 8px !important;
  background: #ffffff;
}

.woocommerce-cart td.product-thumbnail img {
  width: 72px;
  max-width: 72px !important;
  border-radius: 8px;
  box-shadow: none;
}

.woocommerce-cart td.product-name a {
  font-size: 17px;
  font-weight: 700;
  color: #111827 !important;
  text-decoration: none !important;
  line-height: 1.2;
}

.woocommerce-cart td.product-name a:hover {
  color: #334155 !important;
}

.woocommerce-cart td.product-subtotal {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
}

.woocommerce-cart td.product-remove a {
  color: #64748b !important;
  font-size: 24px;
  line-height: 1;
}

.woocommerce-cart td.product-quantity .quantity input.qty {
  width: 74px;
  height: 38px;
  border: 1px solid #d7dce5;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.woocommerce-cart .actions {
  border-top: 1px solid #eceff4;
  padding-top: 12px !important;
}

.woocommerce-cart .actions .coupon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.woocommerce-cart .actions .coupon .input-text {
  height: 40px;
  min-width: 210px;
  border-radius: 8px;
  border: 1px solid #d8dee8;
  background: #f8fafc;
  padding: 0 14px;
}

.woocommerce-cart .actions .coupon .button,
.woocommerce-cart .actions > .button {
  min-height: 40px;
  border-radius: 8px !important;
  background: #3f51b5 !important;
  border: 1px solid #3f51b5 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 0 14px !important;
  font-size: 15px !important;
}

.woocommerce-cart .actions .coupon .button:hover,
.woocommerce-cart .actions > .button:hover {
  background: #3446ab !important;
}

.woocommerce-cart .cart-collaterals {
  margin-top: 0;
}

.woocommerce-cart .cart_totals {
  background: #ffffff;
  border: 1px solid #e4e7ee;
  border-radius: 12px;
  padding: 14px;
  position: sticky;
  top: 96px;
}

.woocommerce-cart .cart_totals h2 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.1;
  color: #111827;
}

.woocommerce-cart .cart_totals table.shop_table {
  border: none !important;
  margin-bottom: 18px;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
  border-top: 1px solid #eceff4 !important;
  padding: 10px 0 !important;
  font-size: 16px;
}

.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
.woocommerce-cart .cart_totals table.shop_table tr.order-total .woocommerce-Price-amount {
  color: #ef4d24 !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  line-height: 1;
}

.woocommerce-cart .wc-proceed-to-checkout {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  min-height: 46px;
  border-radius: 8px !important;
  background: #3f51b5 !important;
  border: 1px solid #3f51b5 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background: #3446ab !important;
}

@media (max-width: 980px) {
  .woocommerce-cart .site-main > .woocommerce {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .cart_totals {
    position: static;
    top: auto;
  }

  .woocommerce-cart form.woocommerce-cart-form::before,
  .woocommerce-cart .cart_totals h2 {
    font-size: 18px;
  }

  .woocommerce-cart td.product-name a {
    font-size: 16px;
  }

  .woocommerce-cart .cart_totals table.shop_table tr.order-total th,
  .woocommerce-cart .cart_totals table.shop_table tr.order-total td,
  .woocommerce-cart .cart_totals table.shop_table tr.order-total .woocommerce-Price-amount {
    font-size: 26px !important;
  }
}

@media (max-width: 640px) {
  .woocommerce-cart .site-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .woocommerce-cart td.product-name a {
    font-size: 15px;
  }

  .woocommerce-cart .actions .coupon {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .woocommerce-cart .actions .coupon .input-text {
    min-width: 0;
    width: 100% !important;
  }

  .woocommerce-cart .actions .coupon .button,
  .woocommerce-cart .actions > .button {
    width: 100% !important;
  }
}

/* =========================
   Custom Cart Template (atik-cart)
   ========================= */
.atik-cart {
  max-width: 1320px;
  margin: 0 auto;
  padding: 6px 12px 18px;
}

.atik-cart__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  line-height: 1.1;
}

.atik-cart__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.atik-cart__left,
.atik-cart__right {
  min-width: 0;
}

.atik-cart__card {
  background: #ffffff;
  border: 1px solid #e4e7ee;
  border-radius: 12px;
  padding: 12px;
}

.atik-cart__card-title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.atik-cart__list {
  border-top: 1px solid #eceff4;
}

.atik-cart__item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 130px 140px 24px;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eceff4;
}

.atik-cart__thumb img {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
}

.atik-cart__name {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.3;
}

.atik-cart__name a {
  color: #111827;
  text-decoration: none;
}

.atik-cart__name a:hover {
  color: #334155;
}

.atik-cart__model {
  font-size: 12px;
  color: #64748b;
}

.atik-cart__qty .quantity input.qty {
  width: 72px;
  height: 36px;
  border: 1px solid #d7dce5;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
}

.atik-cart__price {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.1;
}

.atik-cart__price span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
}

.atik-cart__remove a {
  color: #64748b !important;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
}

.atik-cart__remove a:hover {
  color: #ef4d24 !important;
}

.atik-cart__actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
}

.atik-cart__actions .button {
  min-height: 38px;
  border-radius: 8px !important;
  background: #3f51b5 !important;
  border: 1px solid #3f51b5 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}

.atik-cart__promo-row {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.atik-cart__promo h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.1;
}

.atik-cart__promo p {
  margin: 0 0 8px;
  font-size: 13px;
  color: #64748b;
}

.atik-cart__coupon-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.atik-cart__coupon-form input[type="text"] {
  min-height: 38px;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  padding: 0 12px;
  background: #f8fafc;
}

.atik-cart__coupon-form .button {
  min-height: 38px;
  border-radius: 8px !important;
  background: #f4a51c !important;
  border: 1px solid #d98d00 !important;
  color: #111827 !important;
  font-weight: 700 !important;
  white-space: nowrap;
  font-size: 13px !important;
  padding: 0 16px !important;
}

.atik-cart__coupon-form .button:hover {
  background: #f0a000 !important;
}

.atik-cart__summary {
  position: sticky;
  top: 92px;
}

.atik-cart__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eceff4;
  padding: 10px 0;
  font-size: 14px;
  color: #111827;
}

.atik-cart__summary-row strong {
  font-weight: 700;
}

.atik-cart__summary-row--total {
  font-size: 16px;
}

.atik-cart__summary-row--total strong {
  color: #ef4d24;
  font-size: 24px;
  line-height: 1;
}

.atik-cart__summary-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding-top: 10px;
  text-align: center;
}

.atik-cart__summary-actions .button {
  width: 100%;
  min-height: 40px;
  border-radius: 999px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.atik-cart__more {
  background: #f4a51c !important;
  color: #111827 !important;
  border: 1px solid #d98d00 !important;
}

.atik-cart__checkout {
  background: #f4a51c !important;
  color: #111827 !important;
  border: 1px solid #d98d00 !important;
}

.atik-cart__checkout:hover {
  background: #f0a000 !important;
  border-color: #d98d00 !important;
  color: #111827 !important;
}

.atik-cart__empty {
  margin: 12px 0 0;
  color: #64748b;
}

@media (max-width: 980px) {
  .atik-cart__grid {
    grid-template-columns: 1fr;
  }

  .atik-cart__summary {
    position: static;
    top: auto;
  }

  .atik-cart__promo-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .atik-cart {
    padding-left: 10px;
    padding-right: 10px;
  }

  .atik-cart__title {
    font-size: 20px;
  }

  .atik-cart__item {
    grid-template-columns: 70px 1fr;
    gap: 10px;
  }

  .atik-cart__qty,
  .atik-cart__price,
  .atik-cart__remove {
    grid-column: 2;
  }

  .atik-cart__price {
    text-align: left;
  }

  .atik-cart__coupon-form {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .atik-cart__coupon-form input[type="text"],
  .atik-cart__coupon-form .button {
    border-radius: 8px !important;
  }

  .atik-cart__summary-actions {
    grid-template-columns: 1fr;
  }
}

/* Hide default page title on cart because custom title is used */
.woocommerce-cart .entry-header {
  display: none;
}


/* Legacy cart block moved from style.css */
.woocommerce-cart .site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}

.woocommerce-cart table.shop_table {
  width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  padding: 12px 10px;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  word-break: break-word;
  border-color: #eef2f7;
}

.woocommerce-cart table.shop_table td.product-thumbnail img {
  max-width: 100px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.woocommerce-cart table.shop_table td.product-name a {
  text-decoration: none;
  color: #0f172a;
  font-weight: 600;
}

.woocommerce-cart table.shop_table td.product-name a:hover {
  color: #2563eb;
}

.woocommerce-cart .product-remove a {
  color: #b91c1c !important;
  font-weight: 700;
  text-decoration: none;
}

.woocommerce-cart .actions .coupon {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.woocommerce-cart .actions .coupon .input-text {
  height: 40px;
  min-width: 190px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  padding: 0 14px;
}

.woocommerce-cart .actions .button,
.woocommerce-cart .button[name="update_cart"],
.woocommerce-cart .button[name="apply_coupon"],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #f4a51c !important;
  border: 1px solid #d98d00 !important;
  color: #111827 !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.woocommerce-cart .actions .button:hover,
.woocommerce-cart .button[name="update_cart"]:hover,
.woocommerce-cart .button[name="apply_coupon"]:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #f0a000 !important;
}

.woocommerce-cart .cart-collaterals {
  margin-top: 16px;
}

.woocommerce-cart .cart_totals {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 24px;
  color: #0f172a;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .woocommerce-cart table.shop_table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .woocommerce-cart .actions .coupon {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce-cart .actions .coupon .input-text {
    min-width: 140px;
  }


/* =========================
   Final Mobile Fix (Authoritative)
   ========================= */
@media (max-width: 768px) {
  .woocommerce-cart .site-main {
    padding: 10px !important;
    overflow-x: hidden !important;
  }

  .woocommerce-cart .site-main > .woocommerce {
    display: block !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .woocommerce-cart form.woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-cart .cart_totals {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .woocommerce-cart form.woocommerce-cart-form {
    padding: 10px !important;
  }

  .woocommerce-cart table.shop_table {
    display: block !important;
    width: 100% !important;
    border: none !important;
    background: transparent !important;
    table-layout: auto !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  .woocommerce-cart table.shop_table thead {
    display: none !important;
  }

  .woocommerce-cart table.shop_table tbody,
  .woocommerce-cart table.shop_table tr,
  .woocommerce-cart table.shop_table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .woocommerce-cart table.shop_table tr.cart_item {
    position: relative !important;
    margin: 0 0 10px !important;
    padding: 10px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    background: #ffffff !important;
  }

  .woocommerce-cart td.product-remove {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .woocommerce-cart td.product-remove a {
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .woocommerce-cart td.product-thumbnail {
    padding: 0 0 8px !important;
    text-align: left !important;
  }

  .woocommerce-cart td.product-thumbnail img {
    width: 72px !important;
    max-width: 72px !important;
    height: auto !important;
    border-radius: 8px !important;
    box-shadow: none !important;
  }

  .woocommerce-cart td.product-name,
  .woocommerce-cart td.product-price,
  .woocommerce-cart td.product-quantity,
  .woocommerce-cart td.product-subtotal {
    padding: 4px 0 !important;
    border: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  .woocommerce-cart td.product-name a {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .woocommerce-cart td.product-quantity .quantity input.qty {
    width: 84px !important;
    height: 36px !important;
  }

  .woocommerce-cart td.product-subtotal {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .woocommerce-cart .actions {
    padding-top: 10px !important;
    border-top: 1px solid #eef2f7 !important;
  }

  .woocommerce-cart .actions .coupon {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    float: none !important;
  }

  .woocommerce-cart .actions .coupon .input-text,
  .woocommerce-cart .actions .coupon .button,
  .woocommerce-cart .actions > .button {
    width: 100% !important;
    min-width: 0 !important;
  }

  .woocommerce-cart .actions > .button[name="update_cart"] {
    margin-top: 8px !important;
  }

  .woocommerce-cart .cart-collaterals {
    margin-top: 10px !important;
  }

  .woocommerce-cart .cart_totals {
    position: static !important;
    top: auto !important;
    padding: 12px !important;
  }

  .woocommerce-cart .cart_totals h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    min-height: 44px !important;
    font-size: 16px !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .atik-cart {
    padding: 8px 10px 14px !important;
  }

  .atik-cart__grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .atik-cart__item {
    grid-template-columns: 66px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 8px 0 !important;
  }

  .atik-cart__thumb img {
    width: 60px !important;
    height: 60px !important;
  }

  .atik-cart__qty,
  .atik-cart__price,
  .atik-cart__remove {
    grid-column: 2 !important;
  }

  .atik-cart__price {
    text-align: left !important;
  }

  .atik-cart__summary-actions {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .atik-cart__coupon-form {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile polish fix: cart item spacing + price readability */
@media (max-width: 768px) {
  .woocommerce-cart tr.woocommerce-cart-form__cart-item,
  .woocommerce-cart tr.cart_item {
    position: relative !important;
  }

  .woocommerce-cart td.product-remove {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    z-index: 2 !important;
  }

  /* Keep one price row only on mobile */
  .woocommerce-cart td.product-price {
    display: none !important;
  }

  .woocommerce-cart td.product-subtotal {
    margin-top: 2px !important;
    padding-top: 2px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .woocommerce-cart td.product-subtotal .amount,
  .woocommerce-cart td.product-subtotal .woocommerce-Price-amount,
  .woocommerce-cart td.product-subtotal .woocommerce-Price-currencySymbol,
  .woocommerce-cart td.product-subtotal bdi {
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    display: inline !important;
    line-height: 1.2 !important;
  }

  .woocommerce-cart td.product-subtotal small,
  .woocommerce-cart td.product-subtotal .tax_label,
  .woocommerce-cart td.product-subtotal span[aria-hidden="true"] {
    display: none !important;
  }

  .woocommerce-cart td.product-quantity {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .woocommerce-cart td.product-quantity .quantity input.qty {
    width: 90px !important;
  }
}

/* Mobile fix for custom atik cart template */
@media (max-width: 768px) {
  .atik-cart__item {
    grid-template-columns: 66px minmax(0, 1fr) 24px !important;
    grid-auto-rows: auto !important;
    align-items: start !important;
    column-gap: 10px !important;
    row-gap: 6px !important;
  }

  .atik-cart__thumb {
    grid-column: 1 !important;
    grid-row: 1 / span 3 !important;
  }

  .atik-cart__meta {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  .atik-cart__qty {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin-top: 2px !important;
  }

  .atik-cart__price {
    grid-column: 2 !important;
    grid-row: 3 !important;
    margin-top: 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .atik-cart__price .woocommerce-Price-amount,
  .atik-cart__price .woocommerce-Price-currencySymbol,
  .atik-cart__price bdi {
    display: inline !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .atik-cart__price span {
    display: none !important;
  }

  .atik-cart__remove {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: start !important;
    margin: 0 !important;
  }

  .atik-cart__remove a {
    font-size: 26px !important;
    line-height: 1 !important;
  }
}

/* Mobile: quantity + price side by side */
@media (max-width: 768px) {
  .atik-cart__item {
    grid-template-columns: 66px minmax(0,1fr) 24px !important;
  }

  .atik-cart__meta {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .atik-cart__qty {
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 2px 0 0 !important;
  }

  .atik-cart__qty .quantity {
    margin: 0 !important;
  }

  .atik-cart__qty .quantity input.qty {
    width: 84px !important;
    margin: 0 !important;
  }

  .atik-cart__price {
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 0 0 96px !important;
    font-size: 24px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .atik-cart__price .woocommerce-Price-amount,
  .atik-cart__price .woocommerce-Price-currencySymbol,
  .atik-cart__price bdi {
    white-space: nowrap !important;
    line-height: 1 !important;
  }
}

/* Mobile fine tune: stronger, balanced price next to qty */
@media (max-width: 768px) {
  .atik-cart__price {
    font-size: 27px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-left: 94px !important;
    letter-spacing: 0 !important;
    opacity: 1 !important;
  }

  .atik-cart__price,
  .atik-cart__price *,
  .atik-cart__price .woocommerce-Price-amount,
  .atik-cart__price .woocommerce-Price-currencySymbol,
  .atik-cart__price bdi {
    color: #0f172a !important;
    font-weight: 800 !important;
    opacity: 1 !important;
  }
}

/* Mobile fine tune: larger product price */
@media (max-width: 768px) {
  .atik-cart__price,
  .atik-cart__price .woocommerce-Price-amount,
  .atik-cart__price .woocommerce-Price-currencySymbol,
  .atik-cart__price bdi {
    font-size: 31px !important;
    line-height: 1 !important;
  }
}

/* Mobile fine tune: set product price to 14px */
@media (max-width: 768px) {
  .atik-cart__price,
  .atik-cart__price .woocommerce-Price-amount,
  .atik-cart__price .woocommerce-Price-currencySymbol,
  .atik-cart__price bdi {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
}

/* Final: price style for desktop + mobile */
.atik-cart__price,
.atik-cart__price .woocommerce-Price-amount,
.atik-cart__price .woocommerce-Price-currencySymbol,
.atik-cart__price bdi {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
}

/* Final override requested */
.atik-cart__price,
.atik-cart__price .woocommerce-Price-amount,
.atik-cart__price .woocommerce-Price-currencySymbol,
.atik-cart__price bdi {
  font-weight: 700 !important;
  color: #111827 !important;
}

/* Desktop fix: also style unit line under price */
.atik-cart__price span {
  font-weight: 700 !important;
  color: #111827 !important;
}

/* Final desktop price fix */
@media (min-width: 769px) {
  .atik-cart__item {
    grid-template-columns: 84px minmax(0, 1fr) 130px 160px 24px !important;
  }

  .atik-cart__price {
    text-align: right !important;
    white-space: nowrap !important;
    line-height: 1.25 !important;
  }

  .atik-cart__price > .woocommerce-Price-amount,
  .atik-cart__price .woocommerce-Price-amount,
  .atik-cart__price bdi,
  .atik-cart__price .woocommerce-Price-currencySymbol {
    display: inline !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    line-height: 1.25 !important;
  }

  .atik-cart__price > span {
    display: block !important;
    margin-top: 2px !important;
    white-space: nowrap !important;
  }
}

/* Critical fix: keep currency symbol inline on desktop */
@media (min-width: 769px) {
  .atik-cart__price span {
    display: inline !important;
  }

  .atik-cart__price > span {
    display: block !important;
    margin-top: 2px !important;
  }

  .atik-cart__price .woocommerce-Price-currencySymbol,
  .atik-cart__price .woocommerce-Price-amount,
  .atik-cart__price bdi {
    display: inline !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
  }
}

/* Cart summary buttons: unified style */
.atik-cart__summary-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.atik-cart__summary-actions .button,
.atik-cart__more,
.atik-cart__checkout {
  width: 100% !important;
  min-height: 48px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: #f4a51c !important;
  border: 1px solid #d98d00 !important;
  color: #111827 !important;
  white-space: nowrap !important;
  text-align: center !important;
  padding: 0 14px !important;
}

.atik-cart__summary-actions .button:hover,
.atik-cart__more:hover,
.atik-cart__checkout:hover {
  background: #f0a000 !important;
  border-color: #d98d00 !important;
  color: #111827 !important;
}

@media (max-width: 768px) {
  .atik-cart__summary-actions {
    grid-template-columns: 1fr !important;
  }
}

/* Fix button font size */
.atik-cart__summary-actions .button,
.atik-cart__more,
.atik-cart__checkout {
  font-size: 16px !important;
  line-height: 1 !important;
}

/* Single checkout button layout */
.atik-cart__summary-actions:has(.atik-cart__checkout):not(:has(.atik-cart__more)) {
  grid-template-columns: 1fr !important;
}

.atik-cart__summary-actions .atik-cart__checkout:only-child {
  grid-column: 1 / -1 !important;
}

/* Force single full-width checkout button */
.atik-cart__summary-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

.atik-cart__summary-actions > .atik-cart__checkout {
  width: 100% !important;
  max-width: none !important;
  grid-column: 1 / -1 !important;
}

/* Center checkout button text */
.atik-cart__summary-actions .atik-cart__checkout {
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 40px !important;
  white-space: nowrap !important;
  padding: 0 14px !important;
  line-height: 1 !important;
  background: #f7d400 !important;
  border: 1px solid #e0be00 !important;
  color: #111827 !important;
}

/* Desktop hover fix for cart checkout button */
@media (min-width: 769px) {
  .atik-cart__summary-actions .atik-cart__checkout {
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease !important;
  }

  .atik-cart__summary-actions .atik-cart__checkout:hover {
    background: #f3c600 !important;
    border-color: #caa600 !important;
    color: #111827 !important;
    transform: translateY(-1px);
  }
}

/* Strong hover contrast for checkout button */
@media (min-width: 769px) {
  .atik-cart__summary-actions .atik-cart__checkout:hover {
    background: #111827 !important;
    border-color: #111827 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.28) !important;
  }
}

/* Universal hover/active state for checkout button (no breakpoint restriction) */
.atik-cart__summary-actions .atik-cart__checkout:hover,
.atik-cart__summary-actions .atik-cart__checkout:focus,
.atik-cart__summary-actions .atik-cart__checkout:focus-visible,
.atik-cart__summary-actions .atik-cart__checkout:active {
  background: #111827 !important;
  border-color: #111827 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.28) !important;
  transform: translateY(-1px);
}
