/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor child theme.
Version: 3.4.7.1777305035
*/

:root {
  --mc-accent: #8B0000;
  --mc-border: #e5e5e5;
  --mc-text: #1a1a1a;
  --mc-muted: #666;
}

/* MINI CART */
.custom-mini-cart { display: flex; flex-direction: column; height: 100%; background: #fff; font-family: inherit; }
.mc-header { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; border-bottom: 1px solid var(--mc-border); flex-shrink: 0; }
.mc-title { margin: 0; font-size: 14px; font-weight: 700; letter-spacing: 1.5px; color: var(--mc-text); }
.mc-close { background: none; border: none; cursor: pointer; color: #555; padding: 0; display: flex; transition: opacity 0.2s; }
.mc-close:hover { opacity: 0.6; }
.mc-shipping { padding: 18px 24px 16px; border-bottom: 1px solid var(--mc-border); flex-shrink: 0; }
.mc-ship-row { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: 1px; color: var(--mc-text); margin-bottom: 6px; }
.mc-ship-eta { margin: 0; font-size: 11px; font-weight: 600; letter-spacing: 0.5px; color: var(--mc-muted); }
.mc-items { list-style: none; margin: 0; padding: 0; flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.mc-item { display: grid; grid-template-columns: 110px 1fr auto; gap: 14px; padding: 18px 24px; border-bottom: 1px solid var(--mc-border); }
.mc-item:last-child { border-bottom: none; }
.mc-item-img { width: 110px; height: 130px; overflow: hidden; border-radius: 4px; background: #f5f5f5; }
.mc-item-img img, .mc-item-img a { display: block; width: 100%; height: 100%; object-fit: cover; }
.mc-item-info { min-width: 0; }
.mc-item-name { margin: 0 0 6px; font-size: 16px; font-weight: 600; letter-spacing: 0.3px; color: var(--mc-text); line-height: 1.3; }
.mc-item-name a { color: inherit; text-decoration: none; }
.mc-item-desc { margin: 0 0 10px; font-size: 12px; color: var(--mc-muted); line-height: 1.4; }
.mc-item-size, .mc-item-qty { margin: 0 0 4px; font-size: 13px; color: var(--mc-text); letter-spacing: 0.3px; }
.mc-item-size strong, .mc-item-qty strong { font-weight: 600; }
.mc-item-meta { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 8px; text-align: right; }
.mc-price-block { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.mc-price { font-size: 15px; font-weight: 700; color: var(--mc-text); }
.mc-price .woocommerce-Price-amount { font-weight: 700; }
.mc-price-old { font-size: 12px; color: #999; text-decoration: line-through; }
.mc-discount { display: inline-block; padding: 3px 8px; background: var(--mc-accent); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; border-radius: 3px; }
.mc-remove { color: #999; display: flex; text-decoration: none; transition: color 0.2s; }
.mc-remove:hover { color: var(--mc-accent); }
.mc-footer { padding: 16px 24px; border-top: 1px solid var(--mc-border); flex-shrink: 0; background: #fff; }
.mc-checkout-btn { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 16px 24px; background: var(--mc-accent); color: #fff !important; border: none; border-radius: 50px; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-decoration: none; cursor: pointer; transition: background 0.2s; }
.mc-checkout-btn:hover { background: #6b0000; }
.mc-checkout-total { font-weight: 700; letter-spacing: 0.5px; }
.mc-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 40px 24px; text-align: center; }
.mc-empty p { margin: 0; font-size: 14px; color: var(--mc-muted); letter-spacing: 0.5px; }
.mc-shop-btn { display: inline-block; padding: 12px 28px; background: var(--mc-accent); color: #fff !important; border-radius: 30px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-decoration: none; transition: background 0.2s; }
.mc-shop-btn:hover { background: #6b0000; }
@media (max-width: 600px) {
  .mc-item { grid-template-columns: 90px 1fr auto; gap: 12px; padding: 16px 18px; }
  .mc-item-img { width: 90px; height: 110px; }
  .mc-item-name { font-size: 14px; }
  .mc-header, .mc-shipping, .mc-footer { padding-left: 18px; padding-right: 18px; }
}

/* ==========================================================================
   Custom Dashboard
   ========================================================================== */
.woocommerce-MyAccount-content { padding: 0 !important; }
.woocommerce-account .woocommerce-MyAccount-content > p:first-child,
.woocommerce-account .woocommerce-MyAccount-content > p:nth-child(2) { display: none !important; }

.custom-dashboard { font-family: 'Poppins', -apple-system, sans-serif; color: #1a1a1a; width: 100%; box-sizing: border-box; }
.custom-dashboard *, .custom-dashboard *::before, .custom-dashboard *::after { box-sizing: border-box; }

/* Header */
.dash-header h1 { font-size: clamp(22px, 4vw, 32px); font-weight: 700; margin: 0 0 8px; line-height: 1.2; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }



.azella-card .subtitle, .azella-switch, .azella-field label
 {
    font-size: 15px!important;
    color: #000000!important;

}

/* WAVE — constrains the inline SVG */
.dash-header .wave {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    animation: wave 2s ease-in-out infinite;
    transform-origin: 70% 70%;
}
.dash-header .wave svg {
    width: 100%;
    height: 100%;
    display: block;
}
@keyframes wave {
    0%, 100% { transform: rotate(0); }
    25% { transform: rotate(20deg); }
    75% { transform: rotate(-10deg); }
}
.dash-header p { color: #666; font-size: clamp(12px, 1.5vw, 14px); max-width: 480px; margin: 0 0 28px; line-height: 1.5; }

.pr_loop_card { overflow: hidden !important; transition: none !important; }
.pr_loop_card > .e-con-inner { background-size: cover !important; background-position: center !important; transition: transform 0.6s ease !important; will-change: transform; height: 100%; }
.pr_loop_card:hover > .e-con-inner { transform: scale(1.08) !important; }

/* Tab menu */
.e-ea81ce3-9b50178 { display: flex !important; gap: 10px !important; align-items: center !important; flex-wrap: wrap !important; }
.e-tab-base { background: transparent !important; border: 1.5px solid #1a1a1a !important; border-radius: 50px !important; padding: 10px 24px !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; color: #1a1a1a !important; cursor: pointer !important; transition: all 0.3s ease !important; min-width: unset !important; width: auto !important; }
.e-tab-base.e--selected { background: #6B0E1E !important; border-color: #6B0E1E !important; color: #ffffff !important; }
.e-tab-base:not(.e--selected):hover { background: #f5f5f5 !important; }
.e-tab-base .e-paragraph-base { font-size: 12px !important; font-weight: 600 !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; color: inherit !important; }

/* Profile Card */
.profile-card { background: linear-gradient(135deg, #fce4e4 0%, #fef0f0 100%); border-radius: 16px; padding: clamp(16px, 3vw, 28px); display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; flex-wrap: wrap; gap: 16px; }
.profile-info { display: flex; align-items: center; gap: 18px; flex: 1; min-width: 0; }
.avatar-wrap { position: relative; flex-shrink: 0; }
.avatar-wrap img { width: clamp(56px, 8vw, 72px); height: clamp(56px, 8vw, 72px); border-radius: 50%; object-fit: cover; border: 3px solid #fff; }
.avatar-badge { position: absolute; bottom: 0; right: 0; width: 22px; height: 22px; background: #8B0000; border: 3px solid #fce4e4; border-radius: 50%; }
.profile-text { min-width: 0; flex: 1; }
.profile-text h2 { font-size: clamp(16px, 2.2vw, 20px); font-weight: 700; margin: 0 0 6px; word-break: break-word; }
.profile-text p { font-size: 13px; color: #555; margin: 2px 0; display: flex; align-items: center; gap: 6px; word-break: break-all; }

/* PROFILE EMAIL + PHONE ICONS */
.profile-text .ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    opacity: 0.7;
    flex-shrink: 0;
}
.profile-text .ico svg {
    width: 100%;
    height: auto;
    display: block;
}

.btn-edit { background: #8B0000; color: #fff !important; padding: 12px 28px; border-radius: 30px; font-weight: 600; font-size: 14px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; white-space: nowrap; display: inline-block; }
.btn-edit:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(139, 0, 0, 0.25); }

/* Quick Tiles */
.quick-tiles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-bottom: 28px; }
.tile { background: #f7f7f8; border-radius: 14px; padding: 22px 12px; text-align: center; text-decoration: none; color: #1a1a1a; transition: all 0.25s ease; display: flex; flex-direction: column; align-items: center; gap: 12px; min-width: 0; }
.tile:hover { background: #fff; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); transform: translateY(-3px); }
.tile-icon { width: 44px; height: 44px; background: #f5d4d4; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #8B0000; flex-shrink: 0; }
.tile-icon svg { width: 22px; height: 22px; display: block; }
.tile-label { font-size: 11px; font-weight: 700; letter-spacing: 1px; color: #333; }

/* Recent Orders */
.recent-orders { background: #f7f7f8; border-radius: 16px; padding: clamp(16px, 2.5vw, 24px); }
.recent-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; gap: 12px; }
.recent-head h3 { font-size: clamp(15px, 2vw, 18px); font-weight: 700; margin: 0; }
.view-all { color: #8B0000; font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.order-row { display: grid; grid-template-columns: 60px 1fr auto auto auto; align-items: center; gap: 18px; background: #fff; border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; text-decoration: none; color: inherit; transition: transform 0.2s; }
.order-row:hover { transform: translateX(4px); }
.order-row img { width: 60px; height: 60px; border-radius: 10px; object-fit: cover; }
.order-info { min-width: 0; }
.order-info h4 { font-size: 15px; font-weight: 700; margin: 0 0 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.order-desc { font-size: 12px; color: #888; margin: 0 0 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.order-date { font-size: 11px; color: #aaa; margin: 0; }
.order-price { text-align: right; }
.order-price strong { font-size: 16px; display: block; white-space: nowrap; }
.order-price span { font-size: 11px; color: #888; }

.addon-label strong { font-size: 18px!important; }
.azella-dress-addon .addon-btn { padding: 15px 19px!important; }
.azella-dress-addon .addon-btn { font-size: 18px!important; }
.woocommerce div.product form.cart .variations { background: transparent!important; }
.woocommerce table.shop_table.wishlist_table tr td a { color:#000; }
span.selected-label { font-weight: 600; }

/* Status Pills */
.status-pill { padding: 6px 14px; border-radius: 20px; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; white-space: nowrap; align-self: center; }
.status-completed, .status-delivered { background: #d4f5dc; color: #1f7a3e; }
.status-processing { background: #fff3cd; color: #856404; }
.status-pending, .status-on-hold { background: #f0f0f0; color: #555; }
.status-cancelled, .status-failed, .status-refunded { background: #fce4e4; color: #8B0000; }
.status-draft { background: #e8e8f0; color: #555; }

.chevron { color: #ccc; font-size: 22px; }
.no-orders { color: #888; padding: 20px; text-align: center; }

/* Sidebar Navigation */
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; }
.woocommerce-MyAccount-navigation li { margin-bottom: 4px; }
.woocommerce-MyAccount-navigation li a { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 10px; color: #1a1a1a; text-decoration: none; font-size: 14px; font-weight: 500; transition: background 0.2s; }
.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a { background: #f5f5f5; }
.woocommerce-MyAccount-navigation li.menu-customer-logout a { color: #8B0000; margin-top: 16px; }
.woocommerce-MyAccount-navigation li.menu-dashboard a::before { content: "▦"; }
.woocommerce-MyAccount-navigation li.menu-orders a::before { content: "📦"; }
.woocommerce-MyAccount-navigation li.menu-edit-address a::before { content: "📍"; }
.woocommerce-MyAccount-navigation li.menu-payment-methods a::before { content: "💳"; }
.woocommerce-MyAccount-navigation li.menu-edit-account a::before { content: "⚙"; }
.woocommerce-MyAccount-navigation li.menu-customer-logout a::before { content: "↪"; }

/* Dashboard Responsive */
@media (max-width: 1200px) {
    .quick-tiles { gap: 10px; }
    .tile { padding: 18px 8px; }
    .tile-label { font-size: 10px; letter-spacing: 0.5px; }
}
@media (max-width: 992px) {
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content { width: 100% !important; float: none !important; }
    .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 24px; }
    .woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 6px; }
    .woocommerce-MyAccount-navigation li { margin-bottom: 0; }
    .quick-tiles { grid-template-columns: repeat(3, 1fr); }
    .order-row { grid-template-columns: 60px 1fr auto; grid-template-areas: "img info price" "img info status"; gap: 12px 16px; }
    .order-row img { grid-area: img; }
    .order-info { grid-area: info; }
    .order-price { grid-area: price; }
    .status-pill { grid-area: status; justify-self: end; }
    .chevron { display: none; }
}
@media (max-width: 768px) {
    input[type=text] { height: 45px!important; border-radius: 10px; }
    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) { height: 40px; font-size: 15px !important; }
    .azella-dress-addon .addon-btn { height: 40px; font-size: 15px !important; line-height: 10px; }
    .dash-header p { margin-bottom: 20px; }
    .profile-card { flex-direction: column; align-items: flex-start; text-align: left; }
    .profile-info { width: 100%; }
    .btn-edit { width: 100%; text-align: center; padding: 14px 20px; }
    .quick-tiles { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .tile { padding: 16px 8px; }
    .tile-icon { width: 40px; height: 40px; }
    .tile-icon svg { width: 20px; height: 20px; }
    .order-row { padding: 12px; grid-template-columns: 50px 1fr; grid-template-areas: "img info" "img info" "price status"; gap: 10px; }
    .order-row img { grid-area: img; width: 50px; height: 50px; }
    .order-info { grid-area: info; }
    .order-price { grid-area: price; text-align: left; display: flex; align-items: center; gap: 8px; }
    .order-price strong { display: inline; font-size: 14px; }
    .order-price span { font-size: 11px; }
    .status-pill { grid-area: status; justify-self: end; align-self: center; }
    .order-info h4 { font-size: 14px; }
}
@media (max-width: 576px) {
    .dash-header h1 { font-size: 24px; }
    .dash-header .wave { width: 26px; height: 26px; }
    .profile-text p { font-size: 12px; word-break: break-all; }
    .quick-tiles { grid-template-columns: repeat(2, 1fr); }
    .recent-head h3 { font-size: 16px; }
    .view-all { font-size: 12px; }
    .order-row { grid-template-columns: 1fr; grid-template-areas: "img" "info" "meta"; text-align: left; }
    .order-row img { width: 100%; height: 140px; }
    .order-info { text-align: left; }
    .order-info h4 { white-space: normal; }
    .order-desc { white-space: normal; }
    .order-price { grid-area: meta; justify-content: space-between; width: 100%; }
    .status-pill { margin-left: auto; }
}
@media (max-width: 380px) {
    .quick-tiles { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .tile { padding: 14px 6px; }
    .tile-icon { width: 36px; height: 36px; }
    .tile-icon svg { width: 18px; height: 18px; }
    .tile-label { font-size: 9px; }
    .profile-card { padding: 16px; }
    .recent-orders { padding: 14px; }
}

/* ==========================================================================
   Custom Orders Page
   ========================================================================== */
.custom-orders-page { font-family: 'Poppins', -apple-system, sans-serif; color: #1a1a1a; width: 100%; box-sizing: border-box; }
.custom-orders-page *, .custom-orders-page *::before, .custom-orders-page *::after { box-sizing: border-box; }
.orders-header h1 { font-size: clamp(22px, 4vw, 32px); font-weight: 700; margin: 0 0 8px; }
.orders-header p { color: #666; font-size: clamp(12px, 1.5vw, 14px); max-width: 480px; margin: 0 0 24px; line-height: 1.5; }
.orders-tabs { display: inline-flex; background: #f5f5f7; border-radius: 30px; padding: 4px; margin-bottom: 24px; gap: 4px; }
.orders-tabs .tab { padding: 8px 24px; border-radius: 30px; font-size: 13px; font-weight: 600; text-decoration: none; color: #666; transition: all 0.2s; }
.orders-tabs .tab.active { background: #fff; color: #8B0000; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }
.orders-tabs .tab:hover { color: #8B0000; }
.order-card-wrap { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid #f0f0f0; }
.order-card-wrap:last-child { border-bottom: none; }
.order-summary { display: grid; grid-template-columns: 80px 1fr auto auto; gap: 20px; align-items: center; padding: 16px 0; margin-bottom: 20px; }
.order-img { width: 80px; height: 80px; border-radius: 12px; object-fit: cover; }
.order-img-stack { position: relative; width: 80px; height: 80px; }
.stack-img { width: 80px; height: 80px; border-radius: 12px; object-fit: cover; position: absolute; top: 0; left: 0; border: 2px solid #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }
.stack-2 .stack-img-1 { transform: translate(8px, 8px) scale(0.85); z-index: 1; }
.stack-2 .stack-img-0 { z-index: 2; }
.stack-3 .stack-img-2 { transform: translate(14px, 14px) scale(0.7); z-index: 1; }
.stack-3 .stack-img-1 { transform: translate(7px, 7px) scale(0.85); z-index: 2; }
.stack-3 .stack-img-0 { z-index: 3; }
.more-badge { position: absolute; bottom: -4px; right: -4px; background: #8B0000; color: #fff; font-size: 10px; font-weight: 700; padding: 4px 8px; border-radius: 12px; z-index: 4; border: 2px solid #fff; }
.orders-pagination { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 32px; flex-wrap: wrap; }
.page-btn, .page-num { padding: 8px 14px; border-radius: 8px; background: #f5f5f7; color: #1a1a1a; font-size: 13px; font-weight: 600; text-decoration: none; transition: all 0.2s; min-width: 36px; text-align: center; }
.page-btn:hover, .page-num:hover { background: #fce4e4; color: #8B0000; }
.page-num.active { background: #8B0000; color: #fff; }
.order-meta { min-width: 0; }
.order-meta h3 { font-size: 16px; font-weight: 700; margin: 0 0 6px; }
.meta-order { font-size: 12px; color: #888; margin: 0; }
.order-pricing { text-align: right; }
.order-pricing strong { font-size: 16px; display: block; white-space: nowrap; }
.order-pricing span { font-size: 11px; color: #888; }
.arrival-badge { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; white-space: nowrap; }
.arrival-badge.arriving { background: #e7f5ff; color: #2a7aaf; }
.arrival-badge.delivered { background: #d4f5dc; color: #1f7a3e; }
.arrival-badge.cancelled { background: #fce4e4; color: #8B0000; }
.arrival-badge .dot { font-size: 14px; }
.shipping-journey { background: #f9f9fa; border-radius: 16px; padding: clamp(16px, 2.5vw, 24px); }
.shipping-journey h4 { color: #8B0000; font-size: 15px; font-weight: 700; margin: 0 0 24px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; margin-bottom: 28px; }
.timeline::before { content: ""; position: absolute; top: 18px; left: 12.5%; right: 12.5%; height: 2px; background: #ddd; z-index: 0; }
.timeline::after { content: ""; position: absolute; top: 18px; left: 12.5%; height: 2px; background: #8B0000; z-index: 0; width: 0; transition: width 0.5s ease; }
.timeline[data-completed="1"]::after { width: 0; }
.timeline[data-completed="2"]::after { width: 25%; }
.timeline[data-completed="3"]::after { width: 50%; }
.timeline[data-completed="4"]::after { width: 75%; }
.stage { text-align: center; position: relative; z-index: 1; }
.stage-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; font-size: 16px; background: #e0e0e0; color: #999; font-weight: 700; }
.stage.done .stage-icon { background: #8B0000; color: #fff; }
.stage-label { font-size: 12px; font-weight: 700; margin: 0 0 4px; color: #1a1a1a; }
.stage.pending .stage-label { color: #999; }
.stage-date { font-size: 10px; color: #888; margin: 0; }
.shipping-map { position: relative; background: linear-gradient(135deg, #b3e5fc 0%, #e1f5fe 100%); border-radius: 12px; height: 220px; overflow: hidden; }
.map-bg { width: 100%; height: 100%; background-image: radial-gradient(circle at 70% 50%, #ff8c42 0%, #ff8c42 8%, transparent 8%), radial-gradient(circle at 30% 60%, #e8d5b7 0%, #e8d5b7 25%, transparent 25%); position: relative; display: flex; align-items: center; justify-content: center; }
.map-pin { font-size: 32px; position: absolute; top: 45%; right: 15%; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.15); } }
.map-overlay { position: absolute; bottom: 16px; left: 16px; background: #fff; padding: 12px 16px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); max-width: 250px; z-index: 2; }
.loc-label { font-size: 9px; font-weight: 700; letter-spacing: 1px; color: #888; display: block; margin-bottom: 4px; }
.loc-value { font-size: 13px; font-weight: 600; margin: 0; color: #1a1a1a; line-height: 1.3; }
.view-order-btn { display: inline-block; margin-top: 16px; color: #8B0000; font-size: 13px; font-weight: 600; text-decoration: none; transition: transform 0.2s; }
.view-order-btn:hover { transform: translateX(4px); }
.no-orders-block { text-align: center; padding: 40px 20px; background: #f9f9fa; border-radius: 16px; }
.no-orders-block p { color: #888; margin-bottom: 20px; }
.btn-shop { background: #8B0000; color: #fff; padding: 12px 28px; border-radius: 30px; font-weight: 600; text-decoration: none; display: inline-block; }

@media (max-width: 992px) {
    .order-summary { grid-template-columns: 70px 1fr; grid-template-areas: "img meta" "img meta" "price arrival"; gap: 12px 16px; }
    .order-img { grid-area: img; width: 70px; height: 70px; }
    .order-meta { grid-area: meta; }
    .order-pricing { grid-area: price; text-align: left; display: flex; align-items: center; gap: 10px; }
    .order-pricing strong { display: inline; font-size: 15px; }
    .order-arrival { grid-area: arrival; justify-self: end; }
}
@media (max-width: 768px) {
    .timeline { grid-template-columns: 1fr; gap: 0; }
    .timeline::before, .timeline::after { display: none; }
    .stage { display: grid; grid-template-columns: 36px 1fr; text-align: left; gap: 14px; align-items: center; padding: 8px 0 8px 8px; position: relative; }
    .stage::after { content: ""; position: absolute; left: 25px; top: 44px; width: 2px; height: calc(100% - 36px); background: #ddd; }
    .stage.done::after { background: #8B0000; }
    .stage:last-child::after { display: none; }
    .stage-icon { margin: 0; }
    .shipping-map { height: 200px; }
}
@media (max-width: 576px) {
    .orders-tabs { width: 100%; }
    .orders-tabs .tab { flex: 1; text-align: center; padding: 8px 16px; }
    .order-summary { grid-template-columns: 60px 1fr; grid-template-areas: "img meta" "price price" "arrival arrival"; }
    .order-img { width: 60px; height: 60px; }
    .order-pricing { justify-content: space-between; padding-top: 8px; border-top: 1px solid #f0f0f0; }
    .order-arrival { justify-self: stretch; }
    .arrival-badge { width: 100%; justify-content: center; font-size: 11px; }
    .map-overlay { max-width: calc(100% - 32px); font-size: 11px; padding: 10px 12px; }
    .loc-value { font-size: 11px; }
    .shipping-map { height: 180px; }
}
@media (max-width: 380px) {
    .shipping-journey { padding: 14px; }
    .stage-icon { width: 32px; height: 32px; font-size: 14px; }
    .stage-label { font-size: 11px; }
}

/* ==========================================================================
   Custom Address Page
   ========================================================================== */
.custom-address-page { font-family: 'Poppins', -apple-system, sans-serif !important; color: #1a1a1a !important; width: 100% !important; box-sizing: border-box !important; }
.custom-address-page *, .custom-address-page *::before, .custom-address-page *::after { box-sizing: border-box !important; }

.custom-address-page .address-header { display: flex !important; justify-content: space-between !important; align-items: flex-start !important; gap: 16px !important; margin-bottom: 28px !important; flex-wrap: wrap !important; }
.custom-address-page .address-title h1 { font-size: clamp(22px, 4vw, 32px) !important; font-weight: 700 !important; margin: 0 0 8px !important; color: #1a1a1a !important; line-height: 1.2 !important; }
.custom-address-page .address-title p { color: #666 !important; font-size: 14px !important; max-width: 520px !important; margin: 0 !important; line-height: 1.5 !important; }
.custom-address-page .btn-add-address { background: #8B0000 !important; color: #fff !important; padding: 12px 24px !important; border-radius: 30px !important; font-weight: 600 !important; font-size: 14px !important; text-decoration: none !important; display: inline-flex !important; align-items: center !important; gap: 8px !important; transition: all 0.2s !important; white-space: nowrap !important; border: none !important; }
.custom-address-page .btn-add-address:hover { transform: translateY(-2px) !important; box-shadow: 0 8px 20px rgba(139, 0, 0, 0.25) !important; color: #fff !important; }
.custom-address-page .btn-add-address .plus { font-size: 18px !important; line-height: 1 !important; }
.custom-address-page .address-grid { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important; gap: 20px !important; }
.custom-address-page .address-card { background: #fff !important; border: 1px solid #eee !important; border-radius: 16px !important; padding: 24px !important; transition: all 0.25s !important; }
.custom-address-page .address-card:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06) !important; border-color: #ddd !important; }
.custom-address-page .card-head { display: flex !important; justify-content: space-between !important; align-items: center !important; margin-bottom: 16px !important; gap: 12px !important; }
.custom-address-page .card-head h3 { color: #8B0000 !important; font-size: 16px !important; font-weight: 700 !important; margin: 0 !important; }
.custom-address-page .badge-default { background: #fce4e4 !important; color: #8B0000 !important; padding: 4px 10px !important; border-radius: 20px !important; font-size: 10px !important; font-weight: 700 !important; letter-spacing: 0.5px !important; }

/* ADDRESS PHONE — flex with SVG */
.custom-address-page .addr-phone {
    font-size: 13px !important;
    color: #555 !important;
    margin: 0 0 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.custom-address-page .addr-phone svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.custom-address-page .addr-lines p { font-size: 14px !important; color: #444 !important; margin: 0 0 4px !important; line-height: 1.5 !important; }

/* LANDMARK — flex with SVG */
.custom-address-page .landmark-line {
    color: #888 !important;
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.custom-address-page .landmark-line svg {
    width: 14px;
    height: 16px;
    flex-shrink: 0;
}

.custom-address-page .card-actions { display: flex !important; gap: 16px !important; margin-top: 20px !important; padding-top: 16px !important; border-top: 1px solid #f0f0f0 !important; }
.custom-address-page .action-edit { color: #8B0000 !important; font-size: 13px !important; font-weight: 600 !important; text-decoration: none !important; display: inline-flex !important; align-items: center !important; gap: 6px !important; }

/* Empty Card */
.custom-address-page .empty-card { text-align: center !important; background: #f9f9fa !important; border: 2px dashed #e0e0e0 !important; padding: 40px 24px !important; }

/* EMPTY ICON — flex with SVG */
.custom-address-page .empty-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    margin-bottom: 12px !important;
    opacity: 0.5 !important;
}
.custom-address-page .empty-icon svg {
    width: 32px;
    height: 40px;
}

.custom-address-page .empty-card h3 { color: #1a1a1a !important; font-size: 15px !important; margin: 0 0 6px !important; }
.custom-address-page .empty-card p { color: #888 !important; font-size: 13px !important; margin: 0 0 12px !important; }
.custom-address-page .action-add { color: #8B0000 !important; font-size: 13px !important; font-weight: 600 !important; text-decoration: none !important; }

/* Edit Form */
.custom-address-page .form-card { background: #fff !important; border: 1px solid #eee !important; border-radius: 16px !important; padding: 32px !important; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03) !important; }
.custom-address-page .form-card-header { display: flex !important; justify-content: space-between !important; align-items: center !important; margin-bottom: 28px !important; flex-wrap: wrap !important; gap: 12px !important; }
.custom-address-page .form-card-header h2 { font-size: 18px !important; font-weight: 700 !important; margin: 0 !important; color: #1a1a1a !important; display: inline-flex !important; align-items: center !important; gap: 10px !important; line-height: 1 !important; }

/* PIN ICON — flex with SVG inside red box */
.custom-address-page .pin-icon {
    background: #fce4e4 !important;
    color: #8B0000 !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
}
.custom-address-page .pin-icon svg {
    width: 16px;
    height: 20px;
    display: block;
}

.custom-address-page .default-badge { background: #fce4e4 !important; color: #8B0000 !important; padding: 5px 12px !important; border-radius: 20px !important; font-size: 10px !important; font-weight: 700 !important; letter-spacing: 0.5px !important; }
.custom-address-page .form-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 18px 20px !important; margin-bottom: 20px !important; }
.custom-address-page .form-field { display: flex !important; flex-direction: column !important; width: 100% !important; margin: 0 !important; }
.custom-address-page .form-field.full { grid-column: 1 / -1 !important; }
.custom-address-page .form-field label { font-size: 11px !important; font-weight: 700 !important; color: #888 !important; letter-spacing: 0.8px !important; margin: 0 0 8px !important; text-transform: uppercase !important; display: block !important; line-height: 1.2 !important; }
.custom-address-page .form-field input[type="text"],
.custom-address-page .form-field input[type="tel"],
.custom-address-page .form-field input[type="email"],
.custom-address-page .form-field select { width: 100% !important; padding: 14px 16px !important; border: 1px solid #fce4e4 !important; border-radius: 10px !important; font-size: 14px !important; background: #fdf5f5 !important; color: #1a1a1a !important; transition: all 0.2s !important; font-family: inherit !important; line-height: 1.4 !important; height: auto !important; box-shadow: none !important; -webkit-appearance: none !important; appearance: none !important; margin: 0 !important; outline: none !important; }
.custom-address-page .form-field input:focus,
.custom-address-page .form-field select:focus { border-color: #8B0000 !important; background: #fff !important; box-shadow: 0 0 0 3px rgba(139, 0, 0, 0.1) !important; }
.custom-address-page .form-field input::placeholder { color: #b8a0a0 !important; opacity: 1 !important; font-size: 13px !important; }
.custom-address-page .form-default-row { margin: 12px 0 24px !important; }
.custom-address-page .checkbox-row { display: inline-flex !important; align-items: center !important; gap: 8px !important; font-size: 13px !important; color: #555 !important; cursor: pointer !important; margin: 0 !important; }
.custom-address-page .checkbox-row input[type="checkbox"] { width: 16px !important; height: 16px !important; accent-color: #8B0000 !important; cursor: pointer !important; margin: 0 !important; }
.custom-address-page .form-actions { display: flex !important; justify-content: flex-end !important; gap: 12px !important; padding-top: 20px !important; border-top: 1px solid #f0f0f0 !important; }
.custom-address-page .btn-cancel { padding: 12px 28px !important; border-radius: 30px !important; background: #fce4e4 !important; color: #8B0000 !important; font-weight: 600 !important; font-size: 14px !important; text-decoration: none !important; border: none !important; cursor: pointer !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; line-height: 1 !important; }
.custom-address-page .btn-cancel:hover { background: #f5cccc !important; }
.custom-address-page .btn-save { padding: 12px 32px !important; border-radius: 30px !important; background: #8B0000 !important; color: #fff !important; font-weight: 600 !important; font-size: 14px !important; border: none !important; cursor: pointer !important; transition: all 0.2s !important; font-family: inherit !important; line-height: 1 !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; }
.custom-address-page .btn-save:hover { transform: translateY(-2px) !important; box-shadow: 0 8px 20px rgba(139, 0, 0, 0.25) !important; background: #6e0000 !important; }

.table-notes li { color: #000 !important; }
.woocommerce .quantity .qty { width: 4.631em; }

@media (max-width: 1024px) {
    .filter-btn { padding: 0!important; }
    body:has(.elementor-element-c11f8b4):not(:has(.elementor-element-30beb83)) { padding-top: 85px; }
    body:has(.elementor-element-c11f8b4):not(:has(.elementor-element-30beb83)) .elementor-location-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 9999; background-color: #ffffff !important; display: flex !important; flex-direction: column !important; }
    body:has(.elementor-element-c11f8b4):not(:has(.elementor-element-30beb83)) .elementor-element-86ff4c5 { position: relative !important; width: 100% !important; order: 1; }
    body:has(.elementor-element-c11f8b4):not(:has(.elementor-element-30beb83)) .elementor-element-c11f8b4 { order: 2; background-color: #ffffff !important; }
    .elementor-element-30beb83 { background-color: transparent !important; }
}
@media (max-width: 992px) {
    .custom-address-page .form-card { padding: 24px !important; }
}
@media (max-width: 768px) {
    .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
    .woocommerce-variation-add-to-cart .quantity { flex: 0 0 100%; order: 1; }
    .woocommerce-variation-add-to-cart .single_add_to_cart_button { order: 2; flex: 1; }
    .woocommerce-variation-add-to-cart .wpcbn-btn-single { order: 3; flex: 1; margin-top: 0 !important; }
    .quantity { display: flex; gap: 10px; flex-direction: row-reverse; justify-content: flex-end; }
    .elementor-327 .elementor-element.elementor-element-bacf8bb .quantity .qty { height: 45px; }
    .woocommerce .quantity .qty { width: 5.631em; text-align: center; }
    .sidebar-sticky { position: unset!important; top: unset!important; align-self: flex-start; }
    .table-notes li { font-size: 14px !important; font-weight: 600 !important; }
    .woocommerce div.product form.cart .button, .buy-now-btn { padding: 10px 48px!important; }
    button.single_add_to_cart_button.button.alt { margin-bottom: 15px; }
    .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item { font-size: 16px!important; }
    .pum-container, .pum-theme-lightbox .pum-container { padding: 0px!important; }
    .custom-address-page .address-header { flex-direction: column !important; align-items: stretch !important; }
    .custom-address-page .btn-add-address { justify-content: center !important; width: 100% !important; }
    .custom-address-page .address-grid { grid-template-columns: 1fr !important; }
    .custom-address-page .form-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
    .custom-address-page .form-actions { flex-direction: column-reverse !important; gap: 10px !important; }
    .custom-address-page .btn-cancel, .custom-address-page .btn-save { width: 100% !important; }
    .woocommerce div.product form.cart div.quantity { margin: 0 10px 15px 0 !important; }
}
@media (max-width: 576px) {
    .custom-address-page .address-card { padding: 18px !important; }
    .custom-address-page .form-card { padding: 18px !important; }
    .custom-address-page .form-card-header { flex-direction: column !important; align-items: flex-start !important; }
    .custom-address-page .form-card-header h2 { font-size: 16px !important; }
}

/* ==========================================================================
   Product Gallery + WooCommerce Misc
   ========================================================================== */
.woocommerce div.product .woocommerce-product-gallery { display: flex; flex-direction: column; gap: 12px; }
.woocommerce div.product .woocommerce-product-gallery__image:first-child { display: block !important; width: 100% !important; float: none !important; }
.woocommerce div.product .woocommerce-product-gallery__image:first-child img { width: 100%; height: auto; display: block; object-fit: cover; }
.woocommerce div.product .woocommerce-product-gallery__image { display: block !important; width: 100% !important; float: none !important; }
.woocommerce div.product .flex-viewport { overflow: visible !important; height: auto !important; }
.woocommerce div.product .woocommerce-product-gallery__wrapper { display: flex !important; flex-direction: column !important; gap: 12px; width: 100% !important; transform: none !important; transition: none !important; }
.woocommerce div.product .flex-control-nav { display: none !important; }
.woocommerce-product-gallery__wrapper li:first-child { order: -1 !important; }
.woocommerce div.product div.images img,
.woocommerce div.product div.images .woocommerce-product-gallery__image a,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg { border-radius: 15px; }
.woocommerce span.onsale { background-color: #6F0E10; }
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins { text-decoration: none; }
.azella-dress-addon { margin: 0px 0 20px 0!important; }
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) { background-color: #FCEAEA!important; font-weight: 500!important; }
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span { font-weight: 500; }
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart .button:where(:not(:first-child)),
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)) { margin-inline-start: 0px!important; }
.woocommerce div.product form.cart .button, .buy-now-btn { margin-right: 10px; }
.woocommerce div.product form.cart div.quantity { margin: 0 10px 0 0; }
.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler { max-width: 15px!important; }
label.qty-label { display: none; }
.quantity { display: flex; align-items: center; gap: 10px; flex-direction: row-reverse; }
.elementor-widget-woocommerce-cart .woocommerce .input-text.qty { text-align: center!important; }

/* WOOF Search */
.woof_submit_search_form_container { position: relative; width: 100%; display: flex; align-items: center; gap: 12px; }
.woof_submit_search_form_container .woof_reset_search_form { display: flex; align-items: center; justify-content: center; padding: 18px 28px; background-color: #f3eef0; color: #6B0E1E; font-family: serif; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; border: none; border-radius: 50px; cursor: pointer; transition: background-color 0.3s ease; box-sizing: border-box; white-space: nowrap; }
.woof_submit_search_form_container .woof_reset_search_form:hover { background-color: #e6dde0; }
.woof_submit_search_form_container .woof_submit_search_form { display: flex !important; align-items: center; justify-content: space-between; flex: 1; padding: 9px 10px 9px 20px!important; background-color: #6B0E1E !important; color: #ffffff !important; font-family: serif; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; border: none; border-radius: 50px !important; cursor: pointer; transition: background-color 0.3s ease; box-sizing: border-box; position: relative; }
.woof_submit_search_form_container .woof_submit_search_form::after { content: '→'; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; min-width: 36px; background-color: #ffffff; color: #6B0E1E; border-radius: 50%; font-size: 16px; }
.woof_submit_search_form_container .woof_submit_search_form:hover { background-color: #550b17; }
.woof_submit_search_form_container button.woof_reset_search_form,
.woof_submit_search_form_container .button.woof_reset_search_form { display: flex !important; align-items: center !important; justify-content: center !important; padding: 18px 28px !important; background-color: #f3eef0 !important; background: #f3eef0 !important; color: #6B0E1E !important; font-family: serif !important; font-size: 13px !important; font-weight: 700 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; border: none !important; border-radius: 50px !important; cursor: pointer !important; box-sizing: border-box !important; white-space: nowrap !important; line-height: 1 !important; height: auto !important; transition: background-color 0.3s ease !important; }
.woof_submit_search_form_container button.woof_reset_search_form:hover { background-color: #e6dde0 !important; background: #e6dde0 !important; color: #6B0E1E !important; }

.ue_btn::after { content: ''; display: inline-block; width: 22px; height: 22px; margin-left: 10px; background-color: #fff; border-radius: 50%; vertical-align: middle; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B0E1E' stroke-width='2.5' stroke-linecap='round'><path d='M5 12h14M13 6l6 6-6 6'/></svg>"); background-size: 14px; background-repeat: no-repeat; background-position: center; }

.qty::-webkit-inner-spin-button,
.qty::-webkit-outer-spin-button,
input[type="number"].qty::-webkit-inner-spin-button,
input[type="number"].qty::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.qty, input[type="number"].qty { -moz-appearance: textfield; appearance: textfield; }

.elementor-social-icon-instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important; color: #fff !important; }
.elementor-social-icon-whatsapp { background-color: #25D366 !important; color: #fff !important; }
.elementor-social-icon svg { fill: #fff !important; }
















/* ==========================================================================
   Sidebar Navigation — SVG icons inline
   ========================================================================== */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation li {
    margin-bottom: 4px;
}
.woocommerce-MyAccount-navigation li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 10px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
}
.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
    background: #f5f5f5;
}
.woocommerce-MyAccount-navigation li.menu-customer-logout a {
    color: #8B0000;
    margin-top: 16px;
}

/* Icon base */
.woocommerce-MyAccount-navigation li a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

/* DASHBOARD — grid icon */
.woocommerce-MyAccount-navigation li.menu-dashboard a::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'><path d='M0 8V0H8V8H0ZM0 18V10H8V18H0ZM10 8V0H18V8H10ZM10 18V10H18V18H10ZM2 6H6V2H2V6ZM12 6H16V2H12V6ZM12 16H16V12H12V16ZM2 16H6V12H2V16Z' fill='%236F0E10'/></svg>");
}

/* ORDERS — box icon */
.woocommerce-MyAccount-navigation li.menu-orders a::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'><path d='M8 17.425V10.575L2 7.1V13.95L8 17.425ZM10 17.425L16 13.95V7.1L10 10.575V17.425ZM8 19.725L1 15.7C0.683333 15.5167 0.4375 15.275 0.2625 14.975C0.0875 14.675 0 14.3417 0 13.975V6.025C0 5.65833 0.0875 5.325 0.2625 5.025C0.4375 4.725 0.683333 4.48333 1 4.3L8 0.275C8.31667 0.0916667 8.65 0 9 0C9.35 0 9.68333 0.0916667 10 0.275L17 4.3C17.3167 4.48333 17.5625 4.725 17.7375 5.025C17.9125 5.325 18 5.65833 18 6.025V13.975C18 14.3417 17.9125 14.675 17.7375 14.975C17.5625 15.275 17.3167 15.5167 17 15.7L10 19.725C9.68333 19.9083 9.35 20 9 20C8.65 20 8.31667 19.9083 8 19.725ZM13 6.525L14.925 5.425L9 2L7.05 3.125L13 6.525ZM9 8.85L10.95 7.725L5.025 4.3L3.075 5.425L9 8.85Z' fill='%236F0E10'/></svg>");
}

/* ADDRESS — location pin */
.woocommerce-MyAccount-navigation li.menu-edit-address a::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'><path d='M8 10C8.55 10 9.02 9.8 9.41 9.41C9.8 9.02 10 8.55 10 8C10 7.45 9.8 6.98 9.41 6.59C9.02 6.2 8.55 6 8 6C7.45 6 6.98 6.2 6.59 6.59C6.2 6.98 6 7.45 6 8C6 8.55 6.2 9.02 6.59 9.41C6.98 9.8 7.45 10 8 10ZM8 17.35C10.03 15.48 11.54 13.79 12.53 12.26C13.51 10.74 14 9.38 14 8.2C14 6.38 13.42 4.9 12.26 3.74C11.1 2.58 9.68 2 8 2C6.32 2 4.9 2.58 3.74 3.74C2.58 4.9 2 6.38 2 8.2C2 9.38 2.49 10.74 3.48 12.26C4.46 13.79 5.97 15.48 8 17.35ZM8 20C5.32 17.72 3.31 15.6 1.99 13.64C0.66 11.68 0 9.87 0 8.2C0 5.7 0.8 3.71 2.41 2.23C4.02 0.74 5.88 0 8 0C10.12 0 11.98 0.74 13.59 2.23C15.2 3.71 16 5.7 16 8.2C16 9.87 15.34 11.68 14.01 13.64C12.69 15.6 10.68 17.72 8 20Z' fill='%236F0E10'/></svg>");
}

/* PAYMENTS — card icon */
.woocommerce-MyAccount-navigation li.menu-payment-methods a::before {
    width: 20px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'><path d='M13 9C12.17 9 11.46 8.71 10.88 8.13C10.29 7.54 10 6.83 10 6C10 5.17 10.29 4.46 10.88 3.88C11.46 3.29 12.17 3 13 3C13.83 3 14.54 3.29 15.13 3.88C15.71 4.46 16 5.17 16 6C16 6.83 15.71 7.54 15.13 8.13C14.54 8.71 13.83 9 13 9ZM6 12C5.45 12 4.98 11.8 4.59 11.41C4.2 11.02 4 10.55 4 10V2C4 1.45 4.2 0.98 4.59 0.59C4.98 0.2 5.45 0 6 0H20C20.55 0 21.02 0.2 21.41 0.59C21.8 0.98 22 1.45 22 2V10C22 10.55 21.8 11.02 21.41 11.41C21.02 11.8 20.55 12 20 12H6ZM19 16H2C1.45 16 0.98 15.8 0.59 15.41C0.2 15.02 0 14.55 0 14V3H2V14H19V16Z' fill='%236F0E10'/></svg>");
}

/* ACCOUNT DETAILS — gear icon */
.woocommerce-MyAccount-navigation li.menu-edit-account a::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'><path d='M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z' fill='%236F0E10'/></svg>");
}

/* LOGOUT — arrow out icon */
.woocommerce-MyAccount-navigation li.menu-customer-logout a::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'><path d='M17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z' fill='%238B0000'/></svg>");
}





/* ==========================================================================
   ICON FIX — overrides WP emoji conversion
   ========================================================================== */

/* Hide ALL emoji images inside icon spans */

.profile-text .ico img.emoji,
.tile-icon img.emoji {
    display: none !important;
}

/* Hide plain unicode text fallback in icons */
.tile-icon {
    font-size: 0 !important;
    color: transparent !important;
}

/* ===== WAVE HAND ===== */
.dash-header .wave {
    display: inline-block !important;
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f5b400'><path d='M21.1 11.35c-.43-.43-1.13-.43-1.56 0l-.62.62 1.56 1.56.62-.62c.43-.43.43-1.13 0-1.56zm-3 .27l-9.81 9.81-1.56-1.56 9.81-9.81 1.56 1.56zm-9.45 11.21l-2.12-2.12c-.39-.39-.39-1.02 0-1.41l9.99-9.99 3.54 3.54-9.99 9.99c-.4.39-1.03.39-1.42-.01zM10 8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm9 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    vertical-align: middle;
}

/* ===== EMAIL ICON ===== */
.profile-text p:nth-of-type(1) .ico {
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'><path d='M1.33 10.67C0.97 10.67 0.65 10.54 0.39 10.28C0.13 10.01 0 9.7 0 9.33V1.33C0 0.97 0.13 0.65 0.39 0.39C0.65 0.13 0.97 0 1.33 0H12C12.37 0 12.68 0.13 12.94 0.39C13.2 0.65 13.33 0.97 13.33 1.33V9.33C13.33 9.7 13.2 10.01 12.94 10.28C12.68 10.54 12.37 10.67 12 10.67H1.33ZM6.67 6L1.33 2.67V9.33H12V2.67L6.67 6ZM6.67 4.67L12 1.33H1.33L6.67 4.67Z' fill='%234C3F3F'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    opacity: 1 !important;
}

/* ===== PHONE ICON ===== */
.profile-text p:nth-of-type(2) .ico {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'><path d='M11.3 12C9.91 12 8.54 11.7 7.18 11.09C5.83 10.49 4.59 9.63 3.48 8.52C2.37 7.41 1.51 6.17 0.91 4.82C0.3 3.46 0 2.09 0 0.7C0 0.5 0.07 0.33 0.2 0.2C0.33 0.07 0.5 0 0.7 0H3.4C3.56 0 3.69 0.05 3.82 0.16C3.94 0.26 4.01 0.39 4.03 0.53L4.47 2.87C4.49 3.04 4.48 3.19 4.45 3.32C4.42 3.44 4.36 3.54 4.27 3.63L2.65 5.27C2.87 5.68 3.14 6.08 3.44 6.46C3.75 6.84 4.08 7.21 4.45 7.57C4.79 7.91 5.16 8.23 5.53 8.53C5.91 8.82 6.31 9.09 6.73 9.33L8.3 7.77C8.4 7.67 8.53 7.59 8.69 7.54C8.85 7.49 9.01 7.48 9.17 7.5L11.47 7.97C11.62 8.01 11.75 8.09 11.85 8.21C11.95 8.33 12 8.46 12 8.6V11.3C12 11.5 11.93 11.67 11.8 11.8C11.67 11.93 11.5 12 11.3 12Z' fill='%234C3F3F'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    opacity: 1 !important;
}

/* ===== TILE ICONS — target by parent href ===== */
.tile-icon {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 22px 22px !important;
}

.tile[href*="orders"] .tile-icon {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'><path d='M8 17.43V10.58L2 7.1V13.95L8 17.43ZM10 17.43L16 13.95V7.1L10 10.58V17.43ZM8 19.73L1 15.7C0.68 15.52 0.44 15.28 0.26 14.98C0.09 14.68 0 14.34 0 13.98V6.03C0 5.66 0.09 5.33 0.26 5.03C0.44 4.73 0.68 4.48 1 4.3L8 0.28C8.32 0.09 8.65 0 9 0C9.35 0 9.68 0.09 10 0.28L17 4.3C17.32 4.48 17.56 4.73 17.74 5.03C17.91 5.33 18 5.66 18 6.03V13.98C18 14.34 17.91 14.68 17.74 14.98C17.56 15.28 17.32 15.52 17 15.7L10 19.73C9.68 19.91 9.35 20 9 20C8.65 20 8.32 19.91 8 19.73Z' fill='%236F0E10'/></svg>") !important;
}

.tile[href*="edit-address"] .tile-icon {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'><path d='M8 10C8.55 10 9.02 9.8 9.41 9.41C9.8 9.02 10 8.55 10 8C10 7.45 9.8 6.98 9.41 6.59C9.02 6.2 8.55 6 8 6C7.45 6 6.98 6.2 6.59 6.59C6.2 6.98 6 7.45 6 8C6 8.55 6.2 9.02 6.59 9.41C6.98 9.8 7.45 10 8 10ZM8 20C5.32 17.72 3.31 15.6 1.99 13.64C0.66 11.68 0 9.87 0 8.2C0 5.7 0.8 3.71 2.41 2.23C4.02 0.74 5.88 0 8 0C10.12 0 11.98 0.74 13.59 2.23C15.2 3.71 16 5.7 16 8.2C16 9.87 15.34 11.68 14.01 13.64C12.69 15.6 10.68 17.72 8 20Z' fill='%236F0E10'/></svg>") !important;
}

.tile[href*="payment-methods"] .tile-icon {
    background-size: 22px 16px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'><path d='M13 9C12.17 9 11.46 8.71 10.88 8.13C10.29 7.54 10 6.83 10 6C10 5.17 10.29 4.46 10.88 3.88C11.46 3.29 12.17 3 13 3C13.83 3 14.54 3.29 15.13 3.88C15.71 4.46 16 5.17 16 6C16 6.83 15.71 7.54 15.13 8.13C14.54 8.71 13.83 9 13 9ZM6 12C5.45 12 4.98 11.8 4.59 11.41C4.2 11.02 4 10.55 4 10V2C4 1.45 4.2 0.98 4.59 0.59C4.98 0.2 5.45 0 6 0H20C20.55 0 21.02 0.2 21.41 0.59C21.8 0.98 22 1.45 22 2V10C22 10.55 21.8 11.02 21.41 11.41C21.02 11.8 20.55 12 20 12H6ZM19 16H2C1.45 16 0.98 15.8 0.59 15.41C0.2 15.02 0 14.55 0 14V3H2V14H19V16Z' fill='%236F0E10'/></svg>") !important;
}

.tile[href*="wishlist"] .tile-icon {
    background-size: 22px 20px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'><path d='M10 18.35L8.55 17.05C6.87 15.53 5.48 14.23 4.38 13.13C3.28 12.03 2.4 11.04 1.75 10.16C1.1 9.29 0.65 8.48 0.39 7.75C0.13 7.02 0 6.27 0 5.5C0 3.93 0.53 2.63 1.58 1.58C2.63 0.53 3.93 0 5.5 0C6.37 0 7.19 0.18 7.98 0.55C8.76 0.92 9.43 1.43 10 2.1C10.57 1.43 11.24 0.92 12.03 0.55C12.81 0.18 13.63 0 14.5 0C16.07 0 17.38 0.53 18.43 1.58C19.48 2.63 20 3.93 20 5.5C20 6.27 19.87 7.02 19.61 7.75C19.35 8.48 18.9 9.29 18.25 10.16C17.6 11.04 16.73 12.03 15.63 13.13C14.53 14.23 13.13 15.53 11.45 17.05L10 18.35Z' fill='%236F0E10'/></svg>") !important;
}

.tile[href*="contact"] .tile-icon {
    background-size: 22px 20px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18' fill='none'><path d='M9 18V16H17V8.9C17 6.95 16.32 5.3 14.96 3.94C13.6 2.58 11.95 1.9 10 1.9C8.05 1.9 6.4 2.58 5.04 3.94C3.68 5.3 3 6.95 3 8.9V15H2C1.45 15 0.98 14.8 0.59 14.41C0.2 14.02 0 13.55 0 13V11C0 10.65 0.09 10.32 0.26 10.01C0.44 9.7 0.68 9.46 1 9.28L1.08 7.95C1.21 6.82 1.54 5.77 2.06 4.8C2.59 3.83 3.25 2.99 4.04 2.28C4.83 1.56 5.74 1 6.76 0.6C7.79 0.2 8.87 0 10 0C11.13 0 12.21 0.2 13.23 0.6C14.24 1 15.15 1.55 15.95 2.26C16.75 2.97 17.41 3.81 17.93 4.78C18.44 5.74 18.78 6.79 18.93 7.93L19 9.23C19.32 9.38 19.56 9.6 19.74 9.9C19.91 10.2 20 10.52 20 10.85V13.15C20 13.48 19.91 13.8 19.74 14.1C19.56 14.4 19.32 14.63 19 14.78V16C19 16.55 18.8 17.02 18.41 17.41C18.02 17.8 17.55 18 17 18H9Z' fill='%236F0E10'/></svg>") !important;
}


/* ===== SIDEBAR NAV — FORCE SVG, KILL EMOJI CONTENT ===== */
.woocommerce-MyAccount-navigation li.menu-dashboard a::before,
.woocommerce-MyAccount-navigation li.menu-orders a::before,
.woocommerce-MyAccount-navigation li.menu-edit-address a::before,
.woocommerce-MyAccount-navigation li.menu-payment-methods a::before,
.woocommerce-MyAccount-navigation li.menu-edit-account a::before,
.woocommerce-MyAccount-navigation li.menu-customer-logout a::before {
    content: "" !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    font-size: 0 !important;
    color: transparent !important;
    flex-shrink: 0 !important;
}

.woocommerce-MyAccount-navigation li.menu-dashboard a::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'><path d='M0 8V0H8V8H0ZM0 18V10H8V18H0ZM10 8V0H18V8H10ZM10 18V10H18V18H10ZM2 6H6V2H2V6ZM12 6H16V2H12V6ZM12 16H16V12H12V16ZM2 16H6V12H2V16Z' fill='%236F0E10'/></svg>") !important;
}

.woocommerce-MyAccount-navigation li.menu-orders a::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 20' fill='none'><path d='M8 17.43V10.58L2 7.1V13.95L8 17.43ZM10 17.43L16 13.95V7.1L10 10.58V17.43ZM8 19.73L1 15.7C0.68 15.52 0.44 15.28 0.26 14.98C0.09 14.68 0 14.34 0 13.98V6.03C0 5.66 0.09 5.33 0.26 5.03C0.44 4.73 0.68 4.48 1 4.3L8 0.28C8.32 0.09 8.65 0 9 0C9.35 0 9.68 0.09 10 0.28L17 4.3C17.32 4.48 17.56 4.73 17.74 5.03C17.91 5.33 18 5.66 18 6.03V13.98C18 14.34 17.91 14.68 17.74 14.98C17.56 15.28 17.32 15.52 17 15.7L10 19.73C9.68 19.91 9.35 20 9 20C8.65 20 8.32 19.91 8 19.73Z' fill='%236F0E10'/></svg>") !important;
}

.woocommerce-MyAccount-navigation li.menu-edit-address a::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 20' fill='none'><path d='M8 10C8.55 10 9.02 9.8 9.41 9.41C9.8 9.02 10 8.55 10 8C10 7.45 9.8 6.98 9.41 6.59C9.02 6.2 8.55 6 8 6C7.45 6 6.98 6.2 6.59 6.59C6.2 6.98 6 7.45 6 8C6 8.55 6.2 9.02 6.59 9.41C6.98 9.8 7.45 10 8 10ZM8 20C5.32 17.72 3.31 15.6 1.99 13.64C0.66 11.68 0 9.87 0 8.2C0 5.7 0.8 3.71 2.41 2.23C4.02 0.74 5.88 0 8 0C10.12 0 11.98 0.74 13.59 2.23C15.2 3.71 16 5.7 16 8.2C16 9.87 15.34 11.68 14.01 13.64C12.69 15.6 10.68 17.72 8 20Z' fill='%236F0E10'/></svg>") !important;
}

.woocommerce-MyAccount-navigation li.menu-payment-methods a::before {
    width: 20px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16' fill='none'><path d='M13 9C12.17 9 11.46 8.71 10.88 8.13C10.29 7.54 10 6.83 10 6C10 5.17 10.29 4.46 10.88 3.88C11.46 3.29 12.17 3 13 3C13.83 3 14.54 3.29 15.13 3.88C15.71 4.46 16 5.17 16 6C16 6.83 15.71 7.54 15.13 8.13C14.54 8.71 13.83 9 13 9ZM6 12C5.45 12 4.98 11.8 4.59 11.41C4.2 11.02 4 10.55 4 10V2C4 1.45 4.2 0.98 4.59 0.59C4.98 0.2 5.45 0 6 0H20C20.55 0 21.02 0.2 21.41 0.59C21.8 0.98 22 1.45 22 2V10C22 10.55 21.8 11.02 21.41 11.41C21.02 11.8 20.55 12 20 12H6ZM19 16H2C1.45 16 0.98 15.8 0.59 15.41C0.2 15.02 0 14.55 0 14V3H2V14H19V16Z' fill='%236F0E10'/></svg>") !important;
}

.woocommerce-MyAccount-navigation li.menu-edit-account a::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z' fill='%236F0E10'/></svg>") !important;
}

.woocommerce-MyAccount-navigation li.menu-customer-logout a::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z' fill='%238B0000'/></svg>") !important;
}







/* ==========================================================================
   DASHBOARD — COMPLETE RESPONSIVE
   ========================================================================== */

/* ===== LARGE DESKTOP (1200px+) — default 5-col tiles ===== */
.quick-tiles {
    grid-template-columns: repeat(5, 1fr);
}

/* ===== DESKTOP TO TABLET (1024px) ===== */
@media (max-width: 1024px) {
    .quick-tiles {
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
    .tile {
        padding: 18px 8px;
    }
    .tile-icon {
        width: 42px;
        height: 42px;
    }
    .tile-label {
        font-size: 10px;
        letter-spacing: 0.5px;
    }
    .profile-card {
        padding: 22px;
    }
}

/* ===== TABLET (992px) — sidebar goes top ===== */
@media (max-width: 992px) {
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        float: none !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 24px;
    }
    .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-start;
    }
    .woocommerce-MyAccount-navigation li {
        margin-bottom: 0;
        flex: 0 0 auto;
    }
    .woocommerce-MyAccount-navigation li a {
        padding: 10px 14px;
        font-size: 13px;
        gap: 8px;
    }
    .woocommerce-MyAccount-navigation li.menu-customer-logout a {
        margin-top: 0;
    }
    .quick-tiles {
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
    .order-row {
        grid-template-columns: 60px 1fr auto;
        grid-template-areas:
            "img info price"
            "img info status";
        gap: 12px 16px;
    }
    .order-row img { grid-area: img; }
    .order-info { grid-area: info; }
    .order-price { grid-area: price; }
    .status-pill { grid-area: status; justify-self: end; }
    .chevron { display: none; }
}

/* ===== MOBILE LANDSCAPE / SMALL TABLETS (768px) ===== */
@media (max-width: 768px) {
    .dash-header h1 {
        font-size: 22px;
        gap: 8px;
    }
    .dash-header .wave {
        width: 24px;
        height: 24px;
    }
    .dash-header p {
        font-size: 13px;
        margin-bottom: 18px;
    }
    
    .woocommerce-MyAccount-navigation ul {
        gap: 4px;
    }
    .woocommerce-MyAccount-navigation li a {
        padding: 8px 12px;
        font-size: 12px;
        gap: 6px;
    }
    .woocommerce-MyAccount-navigation li a::before {
        width: 14px !important;
        height: 14px !important;
    }
    
    /* Profile card stack */
    .profile-card {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        padding: 18px;
        gap: 14px;
    }
    .profile-info { width: 100%; gap: 14px; }
    .avatar-wrap img {
        width: 60px !important;
        height: 60px !important;
    }
    .avatar-badge {
        width: 18px;
        height: 18px;
        border-width: 2px;
    }
    .profile-text h2 { font-size: 17px; }
    .profile-text p {
        font-size: 12px;
        margin: 3px 0;
    }
    .btn-edit {
        width: 100%;
        text-align: center;
        padding: 14px 20px;
        font-size: 13px;
    }
    
    /* Tiles 3 cols */
    .quick-tiles {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-bottom: 22px;
    }
    .tile {
        padding: 16px 8px;
        gap: 10px;
    }
    .tile-icon {
        width: 40px;
        height: 40px;
    }
    .tile-icon svg {
        width: 18px;
        height: 18px;
    }
    .tile-label {
        font-size: 10px;
    }
    
    /* Order rows compact */
    .recent-orders {
        padding: 16px;
    }
    .order-row {
        padding: 12px;
        grid-template-columns: 60px 1fr;
        grid-template-areas:
            "img info"
            "img meta";
        gap: 10px 12px;
    }
    .order-row img {
        grid-area: img;
        width: 60px !important;
        height: 60px !important;
        border-radius: 8px;
    }
    .order-info { grid-area: info; }
    .order-info h4 {
        font-size: 14px;
        white-space: normal;
    }
    .order-desc {
        font-size: 11px;
        white-space: normal;
    }
    .order-date {
        font-size: 10px;
    }
    .order-price,
    .status-pill {
        grid-area: meta;
    }
    .order-price {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        text-align: left;
        margin-top: 4px;
    }
    .order-price strong {
        display: inline;
        font-size: 13px;
    }
    .order-price span {
        font-size: 10px;
    }
    .status-pill {
        align-self: start;
        font-size: 9px;
        padding: 4px 10px;
    }
}

/* ===== MOBILE PORTRAIT (576px) ===== */
@media (max-width: 576px) {
    .dash-header h1 {
        font-size: 20px;
    }
    .dash-header .wave {
        width: 22px;
        height: 22px;
    }
    .dash-header p {
        font-size: 12px;
    }
    
    .woocommerce-MyAccount-navigation ul {
        gap: 4px;
    }
    .woocommerce-MyAccount-navigation li a {
        padding: 8px 10px;
        font-size: 12px;
    }
    
    .profile-card { padding: 16px; }
    .profile-text h2 { font-size: 16px; }
    .profile-text p {
        font-size: 12px;
        word-break: break-word;
    }
    .profile-text .ico {
        width: 13px;
        height: 13px;
    }
    
    /* Tiles 2 cols */
    .quick-tiles {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .tile {
        padding: 18px 10px;
    }
    .tile-icon {
        width: 42px;
        height: 42px;
    }
    .tile-label { font-size: 11px; }
    
    /* Order rows even tighter */
    .recent-head h3 { font-size: 16px; }
    .view-all { font-size: 12px; }
    
    .order-row {
        grid-template-columns: 50px 1fr;
        padding: 10px;
        gap: 8px 10px;
    }
    .order-row img {
        width: 50px !important;
        height: 50px !important;
    }
    .order-info h4 {
        font-size: 13px;
    }
    .order-price strong {
        font-size: 12px;
    }
    .status-pill {
        font-size: 9px;
        padding: 3px 8px;
    }
}

/* ===== TINY PHONES (380px) ===== */
@media (max-width: 380px) {
    .dash-header h1 {
        font-size: 18px;
        gap: 6px;
    }
    .dash-header .wave {
        width: 20px;
        height: 20px;
    }
    
    .woocommerce-MyAccount-navigation li a {
        padding: 7px 8px;
        font-size: 11px;
        gap: 5px;
    }
    .woocommerce-MyAccount-navigation li a::before {
        width: 12px !important;
        height: 12px !important;
    }
    
    .profile-card {
        padding: 14px;
    }
    .avatar-wrap img {
        width: 52px !important;
        height: 52px !important;
    }
    .profile-text h2 { font-size: 15px; }
    .profile-text p { font-size: 11px; }
    
    .quick-tiles {
        gap: 8px;
    }
    .tile {
        padding: 16px 6px;
    }
    .tile-icon {
        width: 38px;
        height: 38px;
    }
    .tile-icon svg {
        width: 16px;
        height: 16px;
    }
    .tile-label {
        font-size: 9px;
        letter-spacing: 0.5px;
    }
    
    .recent-orders { padding: 12px; }
    .order-row {
        grid-template-columns: 44px 1fr;
        padding: 8px;
        gap: 6px 8px;
    }
    .order-row img {
        width: 44px !important;
        height: 44px !important;
    }
    .order-info h4 { font-size: 12px; }
    .order-info .order-date { font-size: 9px; }
    .order-price strong { font-size: 11px; }
    .order-price span { font-size: 9px; }
}






/* ========== MOBILE LAYOUT FIXES ========== */

/* Side padding on whole dashboard container */
@media (max-width: 768px) {
    .woocommerce-MyAccount-content,
    .custom-dashboard {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}

@media (max-width: 576px) {
    .woocommerce-MyAccount-content,
    .custom-dashboard {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

/* Edit Profile button — smaller on mobile */
@media (max-width: 768px) {
    .btn-edit {
        padding: 11px 16px !important;
        font-size: 13px !important;
        border-radius: 24px !important;
    }
}

@media (max-width: 576px) {
    .btn-edit {
        padding: 10px 14px !important;
        font-size: 12px !important;
    }
}

/* Order row — fix DRAFT/Qty overlap */
@media (max-width: 768px) {
    .order-row {
        display: grid !important;
        grid-template-columns: 60px 1fr !important;
        grid-template-areas:
            "img info"
            "img info"
            "price status" !important;
        gap: 8px 12px !important;
        padding: 12px !important;
        align-items: center;
    }
    .order-row img {
        grid-area: img;
        width: 60px !important;
        height: 60px !important;
    }
    .order-info {
        grid-area: info;
        min-width: 0;
    }
    .order-price {
        grid-area: price;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 2px;
        text-align: left;
        margin: 0 !important;
    }
    .order-price strong {
        font-size: 13px !important;
        white-space: nowrap;
    }
    .order-price span {
        font-size: 10px !important;
        color: #888;
    }
    .status-pill {
        grid-area: status;
        justify-self: end !important;
        align-self: center !important;
        font-size: 9px !important;
        padding: 4px 10px !important;
        white-space: nowrap;
    }
    .chevron { display: none !important; }
}

@media (max-width: 576px) {
    .order-row {
        grid-template-columns: 50px 1fr !important;
        padding: 10px !important;
        gap: 6px 10px !important;
    }
    .order-row img {
        width: 50px !important;
        height: 50px !important;
    }
    .order-info h4 { font-size: 13px !important; }
    .order-info .order-date { font-size: 10px !important; }
    .order-price strong { font-size: 12px !important; }
    .status-pill { font-size: 8px !important; padding: 3px 8px !important; }
}

/* Top header sticky offset — no overlap with user icon row */
@media (max-width: 768px) {
    .custom-dashboard {
        padding-top: 8px !important;
    }
}





/* ==========================================================================
   ORDERS PAGE — MOBILE RESPONSIVE FIX
   ========================================================================== */

/* Side padding for orders page */
@media (max-width: 768px) {
    .custom-orders-page {
        padding: 0 14px !important;
    }
}

@media (max-width: 576px) {
    .custom-orders-page {
        padding: 0 12px !important;
    }
}

/* Tabs row full width on mobile */
@media (max-width: 768px) {
    .orders-tabs {
        display: flex !important;
        width: 100% !important;
        margin-bottom: 20px;
    }
    .orders-tabs .tab {
        flex: 1;
        text-align: center;
        padding: 10px 16px;
        font-size: 12px;
    }
}

/* ===== ORDER SUMMARY — TABLET (992px) ===== */
@media (max-width: 992px) {
    .order-summary {
        display: grid !important;
        grid-template-columns: 70px 1fr !important;
        grid-template-areas:
            "img meta"
            "img meta"
            "price arrival" !important;
        gap: 10px 14px !important;
        padding: 12px 0 !important;
        margin-bottom: 16px !important;
        align-items: center;
    }
    .order-img {
        grid-area: img;
        width: 70px !important;
        height: 70px !important;
        border-radius: 10px !important;
    }
    .order-img-stack {
        grid-area: img;
        width: 70px !important;
        height: 70px !important;
    }
    .order-img-stack .stack-img {
        width: 70px !important;
        height: 70px !important;
    }
    .order-meta {
        grid-area: meta;
        min-width: 0;
    }
    .order-meta h3 {
        font-size: 15px !important;
        margin: 0 0 4px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .meta-order { font-size: 11px !important; }
    .order-pricing {
        grid-area: price;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        text-align: left !important;
        margin: 0 !important;
    }
    .order-pricing strong {
        display: inline !important;
        font-size: 14px !important;
    }
    .order-pricing span { font-size: 11px !important; }
    .order-arrival {
        grid-area: arrival;
        justify-self: end !important;
    }
    .arrival-badge {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }
}

/* ===== ORDER SUMMARY — MOBILE (768px) ===== */
@media (max-width: 768px) {
    .order-card-wrap {
        margin-bottom: 24px;
        padding-bottom: 18px;
    }
    .order-summary {
        grid-template-columns: 60px 1fr !important;
        grid-template-areas:
            "img meta"
            "price price"
            "arrival arrival" !important;
        gap: 10px !important;
    }
    .order-img,
    .order-img-stack {
        width: 60px !important;
        height: 60px !important;
    }
    .order-img-stack .stack-img {
        width: 60px !important;
        height: 60px !important;
    }
    .order-meta h3 { font-size: 14px !important; }
    .order-pricing {
        justify-content: flex-start !important;
        padding-top: 8px !important;
        border-top: 1px solid #f0f0f0;
    }
    .order-arrival {
        justify-self: stretch !important;
    }
    .arrival-badge {
        width: 100% !important;
        justify-content: center !important;
        font-size: 11px !important;
        padding: 8px 14px !important;
    }
    .orders-header h1 {
        font-size: 22px !important;
    }
    .orders-header p {
        font-size: 13px !important;
    }
}

/* ===== SHIPPING JOURNEY CARD — MOBILE ===== */
@media (max-width: 768px) {
    .shipping-journey {
        padding: 16px !important;
        border-radius: 14px !important;
    }
    .shipping-journey h4 {
        font-size: 14px !important;
        margin-bottom: 18px !important;
    }
    .timeline {
        grid-template-columns: 1fr !important;
        gap: 0;
    }
    .timeline::before,
    .timeline::after {
        display: none !important;
    }
    .stage {
        display: grid !important;
        grid-template-columns: 32px 1fr !important;
        text-align: left !important;
        gap: 12px !important;
        align-items: center !important;
        padding: 6px 0 6px 4px !important;
        position: relative;
    }
    .stage::after {
        content: "";
        position: absolute;
        left: 19px;
        top: 38px;
        width: 2px;
        height: calc(100% - 32px);
        background: #ddd;
    }
    .stage.done::after { background: #8B0000; }
    .stage:last-child::after { display: none; }
    .stage-icon {
        width: 32px !important;
        height: 32px !important;
        margin: 0 !important;
        font-size: 13px !important;
    }
    .stage-label {
        font-size: 12px !important;
        margin: 0 0 2px !important;
    }
    .stage-date {
        font-size: 10px !important;
    }
}

/* ===== MOBILE PORTRAIT (576px) ===== */
@media (max-width: 576px) {
    .orders-header h1 { font-size: 20px !important; }
    .orders-header p { font-size: 12px !important; margin-bottom: 18px !important; }
    
    .orders-tabs .tab {
        padding: 8px 12px !important;
        font-size: 11px !important;
    }
    
    .order-summary {
        grid-template-columns: 56px 1fr !important;
        gap: 8px 12px !important;
    }
    .order-img,
    .order-img-stack {
        width: 56px !important;
        height: 56px !important;
    }
    .order-img-stack .stack-img {
        width: 56px !important;
        height: 56px !important;
    }
    .order-meta h3 { font-size: 13px !important; }
    .meta-order { font-size: 10px !important; }
    .order-pricing strong { font-size: 13px !important; }
    .order-pricing span { font-size: 10px !important; }
    .arrival-badge { font-size: 10px !important; padding: 7px 12px !important; }
    
    .shipping-journey {
        padding: 14px !important;
    }
    .view-order-btn {
        font-size: 12px !important;
    }
}

/* ===== TINY PHONES (380px) ===== */
@media (max-width: 380px) {
    .custom-orders-page { padding: 0 10px !important; }
    .order-summary {
        grid-template-columns: 50px 1fr !important;
        gap: 6px 10px !important;
    }
    .order-img,
    .order-img-stack {
        width: 50px !important;
        height: 50px !important;
    }
    .order-img-stack .stack-img {
        width: 50px !important;
        height: 50px !important;
    }
    .order-meta h3 { font-size: 12px !important; }
    .meta-order { font-size: 9px !important; }
    .arrival-badge { font-size: 9px !important; padding: 6px 10px !important; }
    .stage-icon { width: 28px !important; height: 28px !important; font-size: 12px !important; }
    .stage-label { font-size: 11px !important; }
}

/* ===== PAGINATION RESPONSIVE ===== */
@media (max-width: 576px) {
    .orders-pagination {
        gap: 4px !important;
        margin-top: 24px !important;
    }
    .page-btn,
    .page-num {
        padding: 7px 11px !important;
        font-size: 12px !important;
        min-width: 32px !important;
    }
}



/* ==========================================================================
   ADDRESS PAGE — COMPLETE RESPONSIVE
   ========================================================================== */

/* Side padding */
@media (max-width: 768px) {
    .custom-address-page {
        padding: 0 14px !important;
    }
}

@media (max-width: 576px) {
    .custom-address-page {
        padding: 0 12px !important;
    }
}

@media (max-width: 380px) {
    .custom-address-page {
        padding: 0 10px !important;
    }
}

/* ===== ADDRESS HEADER (992px) ===== */
@media (max-width: 992px) {
    .custom-address-page .address-header {
        margin-bottom: 22px !important;
    }
    .custom-address-page .address-title h1 {
        font-size: 24px !important;
    }
    .custom-address-page .address-title p {
        font-size: 13px !important;
    }
}

/* ===== ADDRESS HEADER MOBILE (768px) ===== */
@media (max-width: 768px) {
    .custom-address-page .address-header {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        margin-bottom: 20px !important;
    }
    .custom-address-page .address-title h1 {
        font-size: 22px !important;
        margin: 0 0 6px !important;
    }
    .custom-address-page .address-title p {
        font-size: 13px !important;
    }
    .custom-address-page .btn-add-address {
        justify-content: center !important;
        width: 100% !important;
        padding: 14px 20px !important;
        font-size: 13px !important;
    }
    .custom-address-page .btn-add-address .plus {
        font-size: 16px !important;
    }
    .custom-address-page .address-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}

/* ===== ADDRESS CARDS MOBILE (576px) ===== */
@media (max-width: 576px) {
    .custom-address-page .address-title h1 {
        font-size: 20px !important;
    }
    .custom-address-page .address-title p {
        font-size: 12px !important;
    }
    .custom-address-page .address-card {
        padding: 18px !important;
        border-radius: 14px !important;
    }
    .custom-address-page .card-head {
        margin-bottom: 14px !important;
    }
    .custom-address-page .card-head h3 {
        font-size: 15px !important;
    }
    .custom-address-page .badge-default {
        font-size: 9px !important;
        padding: 3px 8px !important;
    }
    .custom-address-page .addr-phone {
        font-size: 12px !important;
        margin: 0 0 10px !important;
        gap: 6px !important;
    }
    .custom-address-page .addr-phone svg {
        width: 12px !important;
        height: 12px !important;
    }
    .custom-address-page .addr-lines p {
        font-size: 13px !important;
        margin: 0 0 3px !important;
    }
    .custom-address-page .landmark-line {
        font-size: 12px !important;
        gap: 6px !important;
    }
    .custom-address-page .landmark-line svg {
        width: 12px !important;
        height: 14px !important;
    }
    .custom-address-page .card-actions {
        margin-top: 16px !important;
        padding-top: 14px !important;
    }
    .custom-address-page .action-edit {
        font-size: 12px !important;
    }
}

/* ===== EMPTY CARD MOBILE ===== */
@media (max-width: 576px) {
    .custom-address-page .empty-card {
        padding: 32px 20px !important;
    }
    .custom-address-page .empty-icon svg {
        width: 28px !important;
        height: 36px !important;
    }
    .custom-address-page .empty-card h3 {
        font-size: 14px !important;
    }
    .custom-address-page .empty-card p {
        font-size: 12px !important;
    }
}

/* ===== EDIT FORM MOBILE (768px) ===== */
@media (max-width: 768px) {
    .custom-address-page .form-card {
        padding: 20px !important;
        border-radius: 14px !important;
    }
    .custom-address-page .form-card-header {
        margin-bottom: 22px !important;
    }
    .custom-address-page .form-card-header h2 {
        font-size: 16px !important;
        gap: 8px !important;
    }
    .custom-address-page .pin-icon {
        width: 28px !important;
        height: 28px !important;
    }
    .custom-address-page .pin-icon svg {
        width: 14px !important;
        height: 18px !important;
    }
    .custom-address-page .default-badge {
        font-size: 9px !important;
        padding: 4px 10px !important;
    }
    .custom-address-page .form-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        margin-bottom: 16px !important;
    }
    .custom-address-page .form-field label {
        font-size: 10px !important;
        margin: 0 0 6px !important;
    }
    .custom-address-page .form-field input[type="text"],
    .custom-address-page .form-field input[type="tel"],
    .custom-address-page .form-field input[type="email"],
    .custom-address-page .form-field select {
        padding: 12px 14px !important;
        font-size: 13px !important;
        border-radius: 8px !important;
    }
    .custom-address-page .form-field input::placeholder {
        font-size: 12px !important;
    }
    .custom-address-page .form-default-row {
        margin: 10px 0 20px !important;
    }
    .custom-address-page .checkbox-row {
        font-size: 12px !important;
    }
    .custom-address-page .form-actions {
        flex-direction: column-reverse !important;
        gap: 10px !important;
        padding-top: 16px !important;
    }
    .custom-address-page .btn-cancel,
    .custom-address-page .btn-save {
        width: 100% !important;
        padding: 12px 24px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .custom-address-page .form-card {
        padding: 18px !important;
    }
    .custom-address-page .form-card-header {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .custom-address-page .form-card-header h2 {
        font-size: 15px !important;
    }
}

/* ===== TINY PHONES (380px) ===== */
@media (max-width: 380px) {
    .custom-address-page .address-title h1 {
        font-size: 18px !important;
    }
    .custom-address-page .address-title p {
        font-size: 11px !important;
    }
    .custom-address-page .btn-add-address {
        padding: 12px 16px !important;
        font-size: 12px !important;
    }
    .custom-address-page .address-card {
        padding: 14px !important;
    }
    .custom-address-page .card-head h3 {
        font-size: 14px !important;
    }
    .custom-address-page .badge-default {
        font-size: 8px !important;
    }
    .custom-address-page .addr-phone {
        font-size: 11px !important;
    }
    .custom-address-page .addr-lines p {
        font-size: 12px !important;
    }
    .custom-address-page .form-card {
        padding: 14px !important;
    }
    .custom-address-page .form-field input[type="text"],
    .custom-address-page .form-field input[type="tel"],
    .custom-address-page .form-field input[type="email"] {
        padding: 10px 12px !important;
        font-size: 12px !important;
    }
}


/* ==========================================================================
   ACCOUNT DETAILS / EDIT ACCOUNT FORM
   ========================================================================== */

.woocommerce-EditAccountForm.edit-account {
    font-family: 'Poppins', -apple-system, sans-serif;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
    max-width: 100%;
    box-sizing: border-box;
}

.woocommerce-EditAccountForm.edit-account *,
.woocommerce-EditAccountForm.edit-account *::before,
.woocommerce-EditAccountForm.edit-account *::after {
    box-sizing: border-box;
}

/* Form rows grid layout */
.woocommerce-EditAccountForm.edit-account .form-row {
    display: flex;
    flex-direction: column;
    margin: 0 0 18px 0;
    padding: 0;
    width: 100%;
}

/* First + Last name side by side */
.woocommerce-EditAccountForm.edit-account .form-row-first,
.woocommerce-EditAccountForm.edit-account .form-row-last {
    width: calc(50% - 10px);
    float: left;
}
.woocommerce-EditAccountForm.edit-account .form-row-first {
    margin-right: 20px;
}
.woocommerce-EditAccountForm.edit-account .clear {
    clear: both;
}

/* Labels */
.woocommerce-EditAccountForm.edit-account label {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #888 !important;
    letter-spacing: 0.8px !important;
    margin: 0 0 8px !important;
    text-transform: uppercase !important;
    display: block !important;
    line-height: 1.2 !important;
}
.woocommerce-EditAccountForm.edit-account label .required {
    color: #8B0000;
    text-decoration: none;
}

/* Inputs */
.woocommerce-EditAccountForm.edit-account input[type="text"],
.woocommerce-EditAccountForm.edit-account input[type="email"],
.woocommerce-EditAccountForm.edit-account input[type="password"] {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #fce4e4 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    background: #fdf5f5 !important;
    color: #1a1a1a !important;
    font-family: inherit !important;
    line-height: 1.4 !important;
    height: auto !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
    outline: none !important;
    transition: all 0.2s !important;
}

.woocommerce-EditAccountForm.edit-account input:focus {
    border-color: #8B0000 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(139, 0, 0, 0.1) !important;
}

.woocommerce-EditAccountForm.edit-account input::placeholder {
    color: #b8a0a0 !important;
}

/* Display name helper text */
.woocommerce-EditAccountForm.edit-account #account_display_name_description {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    color: #888;
    font-style: italic;
}
.woocommerce-EditAccountForm.edit-account #account_display_name_description em {
    font-style: italic;
}

/* Password change fieldset */
.woocommerce-EditAccountForm.edit-account fieldset {
    margin: 28px 0 24px;
    padding: 24px;
    border: 1px solid #fce4e4;
    border-radius: 12px;
    background: #fefafa;
}

.woocommerce-EditAccountForm.edit-account fieldset legend {
    padding: 0 12px;
    font-size: 13px;
    font-weight: 700;
    color: #8B0000;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #fce4e4;
    border-radius: 20px;
    margin-bottom: 8px;
}

.woocommerce-EditAccountForm.edit-account fieldset .form-row:last-child {
    margin-bottom: 0;
}

/* Password input wrapper + show/hide button */
.woocommerce-EditAccountForm.edit-account .password-input {
    position: relative;
    display: block;
    width: 100%;
}
.woocommerce-EditAccountForm.edit-account .password-input input {
    padding-right: 44px !important;
}
.woocommerce-EditAccountForm.edit-account .show-password-input {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s;
}
.woocommerce-EditAccountForm.edit-account .show-password-input:hover {
    opacity: 1;
}
.woocommerce-EditAccountForm.edit-account .show-password-input::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B0000' stroke-width='2'><path d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/><circle cx='12' cy='12' r='3'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.woocommerce-EditAccountForm.edit-account .show-password-input.display-password::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B0000' stroke-width='2'><path d='M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24'/><line x1='1' y1='1' x2='23' y2='23'/></svg>");
}

/* Save button */
.woocommerce-EditAccountForm.edit-account p:last-child {
    margin: 24px 0 0;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.woocommerce-EditAccountForm.edit-account .woocommerce-Button,
.woocommerce-EditAccountForm.edit-account button[type="submit"] {
    padding: 14px 36px !important;
    border-radius: 30px !important;
    background: #8B0000 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    font-family: inherit !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
}

.woocommerce-EditAccountForm.edit-account .woocommerce-Button:hover,
.woocommerce-EditAccountForm.edit-account button[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(139, 0, 0, 0.25) !important;
    background: #6e0000 !important;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 992px) {
    .woocommerce-EditAccountForm.edit-account {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .woocommerce-MyAccount-content:has(.edit-account) {
        padding: 0 14px !important;
    }
    .woocommerce-EditAccountForm.edit-account {
        padding: 20px;
        border-radius: 14px;
    }
    .woocommerce-EditAccountForm.edit-account .form-row-first,
    .woocommerce-EditAccountForm.edit-account .form-row-last {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
    .woocommerce-EditAccountForm.edit-account .form-row {
        margin-bottom: 14px;
    }
    .woocommerce-EditAccountForm.edit-account label {
        font-size: 10px !important;
    }
    .woocommerce-EditAccountForm.edit-account input[type="text"],
    .woocommerce-EditAccountForm.edit-account input[type="email"],
    .woocommerce-EditAccountForm.edit-account input[type="password"] {
        padding: 12px 14px !important;
        font-size: 13px !important;
        border-radius: 8px !important;
    }
    .woocommerce-EditAccountForm.edit-account fieldset {
        padding: 18px;
        margin: 20px 0;
    }
    .woocommerce-EditAccountForm.edit-account fieldset legend {
        font-size: 11px;
    }
    .woocommerce-EditAccountForm.edit-account .woocommerce-Button,
    .woocommerce-EditAccountForm.edit-account button[type="submit"] {
        width: 100% !important;
        padding: 13px 24px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .woocommerce-MyAccount-content:has(.edit-account) {
        padding: 0 12px !important;
    }
    .woocommerce-EditAccountForm.edit-account {
        padding: 18px;
    }
    .woocommerce-EditAccountForm.edit-account fieldset {
        padding: 14px;
    }
    .woocommerce-EditAccountForm.edit-account #account_display_name_description {
        font-size: 10px;
    }
}

@media (max-width: 380px) {
    .woocommerce-EditAccountForm.edit-account {
        padding: 14px;
    }
    .woocommerce-EditAccountForm.edit-account input[type="text"],
    .woocommerce-EditAccountForm.edit-account input[type="email"],
    .woocommerce-EditAccountForm.edit-account input[type="password"] {
        padding: 10px 12px !important;
        font-size: 12px !important;
    }
    .woocommerce-EditAccountForm.edit-account .woocommerce-Button {
        padding: 12px 20px !important;
        font-size: 12px !important;
    }
}


.account-details-header {
    margin-bottom: 24px;
}
.account-details-header h1 {
    font-size: clamp(22px, 4vw, 32px);
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a1a1a;
}
.account-details-header p {
    color: #666;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .account-details-header {
        padding: 0 14px;
        margin-bottom: 18px;
    }
    .account-details-header h1 { font-size: 22px; }
    .account-details-header p { font-size: 13px; }
}

@media (max-width: 576px) {
    .account-details-header { padding: 0 12px; }
}



/* ==========================================================================
   ORDER DETAILS / VIEW ORDER PAGE
   ========================================================================== */

/* Order status header */
.woocommerce-MyAccount-content > p:first-of-type {
    background: #fdf5f5;
    border: 1px solid #fce4e4;
    border-radius: 14px;
    padding: 16px 20px;
    font-size: 14px;
    color: #555;
    margin: 0 0 28px;
    line-height: 1.6;
}
.woocommerce-MyAccount-content > p mark.order-number,
.woocommerce-MyAccount-content > p mark.order-date,
.woocommerce-MyAccount-content > p mark.order-status {
    background: transparent;
    color: #8B0000;
    font-weight: 700;
    padding: 0;
}

/* Order details section */
.woocommerce-order-details {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 700;
    margin: 0 0 22px;
    color: #1a1a1a;
    line-height: 1.2;
}

/* Order details table */
.woocommerce-table.order_details {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin: 0;
}

.woocommerce-table.order_details thead th {
    background: #fdf5f5;
    color: #8B0000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 18px;
    text-align: left;
    border: none;
}
.woocommerce-table.order_details thead th:first-child {
    border-radius: 10px 0 0 10px;
}
.woocommerce-table.order_details thead th:last-child {
    border-radius: 0 10px 10px 0;
    text-align: right;
}

.woocommerce-table.order_details tbody td {
    padding: 18px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
    font-size: 14px;
    color: #1a1a1a;
}
.woocommerce-table.order_details tbody td.product-total,
.woocommerce-table.order_details tbody td:last-child {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
}

.woocommerce-table.order_details .product-name a {
    color: #8B0000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}
.woocommerce-table.order_details .product-name a:hover {
    text-decoration: underline;
}

.woocommerce-table.order_details .product-quantity {
    color: #888;
    font-weight: 500;
    font-size: 13px;
    margin-left: 4px;
}

/* Item meta list */
.woocommerce-table.order_details .wc-item-meta {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
.woocommerce-table.order_details .wc-item-meta li {
    font-size: 12px;
    color: #555;
    margin: 0 0 4px;
    display: flex;
    gap: 6px;
    align-items: flex-start;
}
.woocommerce-table.order_details .wc-item-meta-label {
    font-weight: 700;
    color: #1a1a1a;
    min-width: 60px;
    font-size: 12px;
}
.woocommerce-table.order_details .wc-item-meta li p {
    margin: 0;
    color: #666;
    font-size: 12px;
}

/* Footer rows — subtotal, total, actions */
.woocommerce-table.order_details tfoot th {
    padding: 14px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    background: transparent;
}
.woocommerce-table.order_details tfoot td {
    padding: 14px 18px;
    text-align: right;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}
.woocommerce-table.order_details tfoot tr:last-child th,
.woocommerce-table.order_details tfoot tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
}

/* Total row highlight */
.woocommerce-table.order_details tfoot tr:has(th:contains("Total")) th,
.woocommerce-table.order_details tfoot tr:nth-last-child(2) th,
.woocommerce-table.order_details tfoot tr:nth-last-child(2) td {
    font-size: 16px;
    color: #8B0000;
    font-weight: 700;
}

/* Pay action button */
.woocommerce-table.order_details .order-actions--heading {
    font-weight: 600;
    color: #555;
}
.woocommerce-table.order_details .order-actions-button,
.woocommerce-table.order_details .button.pay {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 28px !important;
    background: #8B0000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    letter-spacing: 0.3px !important;
}
.woocommerce-table.order_details .order-actions-button:hover,
.woocommerce-table.order_details .button.pay:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 0, 0, 0.25);
    background: #6e0000 !important;
}

/* Customer details / billing address */
.woocommerce-customer-details {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.woocommerce-customer-details address {
    font-style: normal;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin: 0;
    padding: 18px 22px;
    background: #fdf5f5;
    border: 1px solid #fce4e4;
    border-radius: 12px;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 12px 0 0 !important;
    font-size: 13px;
    color: #555;
    padding-top: 12px;
    border-top: 1px solid #fce4e4;
}
.woocommerce-customer-details--phone {
    border-top: 1px solid #fce4e4;
    margin-top: 14px !important;
    padding-top: 14px;
}
.woocommerce-customer-details--email {
    border-top: none;
    margin-top: 6px !important;
    padding-top: 0;
}



/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 992px) {
    .woocommerce-order-details,
    .woocommerce-customer-details {
        padding: 22px;
    }
}

@media (max-width: 768px) {

    .woocommerce-table.order_details tfoot tr{padding: 12px 5px!important;}
	
    .woocommerce-MyAccount-content:has(.woocommerce-order-details) {
        padding: 0 14px !important;
    }
    .woocommerce-MyAccount-content > p:first-of-type {
        padding: 14px 16px;
        font-size: 13px;
        margin-bottom: 22px;
    }
    .woocommerce-order-details,
    .woocommerce-customer-details {
        padding: 18px;
        border-radius: 14px;
        margin-bottom: 20px;
    }
    .woocommerce-order-details__title,
    .woocommerce-column__title {
        font-size: 20px;
        margin-bottom: 18px;
    }
    
    /* Stack table on mobile */
    .woocommerce-table.order_details thead {
        display: none;
    }
    .woocommerce-table.order_details tbody tr {
        display: block;
        padding: 14px;
        background: #fdf5f5;
        border-radius: 10px;
        margin-bottom: 12px;
    }
    .woocommerce-table.order_details tbody td {
        display: block;
        padding: 0;
        border: none;
        font-size: 13px;
    }
    .woocommerce-table.order_details tbody td.product-name {
        margin-bottom: 8px;
    }
    .woocommerce-table.order_details tbody td.product-total {
        text-align: left;
        font-size: 15px;
        color: #8B0000;
        font-weight: 700;
        padding-top: 10px;
        border-top: 1px solid #fce4e4;
        margin-top: 10px;
    }
    .woocommerce-table.order_details tbody td.product-total::before {
        content: "Item Total: ";
        font-size: 11px;
        color: #888;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 4px;
    }
    
    /* Footer rows */
    .woocommerce-table.order_details tfoot tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .woocommerce-table.order_details tfoot tr:last-child {
        border-bottom: none;
    }
    .woocommerce-table.order_details tfoot th,
    .woocommerce-table.order_details tfoot td {
        padding: 0;
        border: none;
        font-size: 13px;
    }
    
    .woocommerce-table.order_details .order-actions-button,
    .woocommerce-table.order_details .button.pay {
        padding: 10px 22px !important;
        font-size: 12px !important;
    }
    
    .woocommerce-customer-details address {
        padding: 14px 16px;
        font-size: 13px;
    }
    .woocommerce-customer-details--phone,
    .woocommerce-customer-details--email {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .woocommerce-MyAccount-content:has(.woocommerce-order-details) {
        padding: 0 12px !important;
    }
    .woocommerce-MyAccount-content > p:first-of-type {
        font-size: 12px;
        padding: 12px 14px;
    }
    .woocommerce-order-details,
    .woocommerce-customer-details {
        padding: 16px;
    }
    .woocommerce-order-details__title,
    .woocommerce-column__title {
        font-size: 18px;
    }
    .woocommerce-table.order_details .product-name a {
        font-size: 14px;
    }
    .woocommerce-table.order_details .wc-item-meta li {
        font-size: 11px;
        flex-wrap: wrap;
    }
    .woocommerce-table.order_details .wc-item-meta-label {
        font-size: 11px;
        min-width: auto;
    }
    .woocommerce-customer-details address {
        font-size: 12px;
        padding: 12px 14px;
        line-height: 1.7;
    }
}

@media (max-width: 380px) {
    .woocommerce-order-details,
    .woocommerce-customer-details {
        padding: 14px;
    }
    .woocommerce-table.order_details tbody tr {
        padding: 12px;
    }
    .woocommerce-table.order_details .product-name a {
        font-size: 13px;
    }
    .woocommerce-table.order_details tfoot th,
    .woocommerce-table.order_details tfoot td {
        font-size: 12px;
    }
}






/* ==========================================================================
   PRODUCT TITLE + WISHLIST INLINE — STRONGER OVERRIDE
   ========================================================================== */

.elementor-element-604fc07 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 18px !important;
}

/* Row 1: Title */
.elementor-element-604fc07 > .elementor-widget-woocommerce-product-title {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: calc(100% - 60px) !important;
    margin: 0 !important;
    order: 1 !important;
}

.elementor-element-604fc07 .product_title {
    margin: 0 !important;
    line-height: 1.2 !important;
    display: inline-block !important;
}

/* Row 1: Wishlist heart — sits right after title */
.elementor-element-604fc07 > .elementor-widget-shortcode {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
}

.elementor-element-604fc07 .elementor-shortcode {
    line-height: 0;
}

.elementor-element-604fc07 .yith-add-to-wishlist-button-block {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}

.elementor-element-604fc07 .yith-wcwl-add-to-wishlist-button {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    display: inline-flex !important;
    align-items: center !important;
    cursor: pointer;
}

.elementor-element-604fc07 .yith-wcwl-icon-svg {
    width: 26px !important;
    height: 26px !important;
    color: #1a1a1a;
    transition: all 0.2s;
}

.elementor-element-604fc07 .yith-wcwl-add-to-wishlist-button:hover .yith-wcwl-icon-svg {
    color: #8B0000;
    transform: scale(1.1);
}

.elementor-element-604fc07 .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-icon-svg {
    fill: #8B0000 !important;
    color: #8B0000 !important;
}

.elementor-element-604fc07 .yith-wcwl-add-to-wishlist-button__label {
    display: none !important;
}

/* Force row break — price goes full width on next row */
.elementor-element-604fc07 > .elementor-widget-woocommerce-product-price {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    order: 3 !important;
}

/* Size chart button — full width next row */
.elementor-element-604fc07 > .elementor-widget-button {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    order: 4 !important;
}

/* Any other widgets — full width below */
.elementor-element-604fc07 > .elementor-widget:not(.elementor-widget-woocommerce-product-title):not(.elementor-widget-shortcode) {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Mobile */
@media (max-width: 768px) {
    .elementor-element-604fc07 .yith-wcwl-add-to-wishlist-button {
        margin-top: 2px!important;
    }
    .elementor-element-604fc07 {
        gap: 10px !important;
    }
    .elementor-element-604fc07 > .elementor-widget-woocommerce-product-title {
        max-width: calc(100% - 50px) !important;
    }
    .elementor-element-604fc07 .yith-wcwl-icon-svg {
        width: 22px !important;
        height: 22px !important;
    }
}

@media (max-width: 576px) {
    .elementor-element-604fc07 .yith-wcwl-icon-svg {
        width: 20px !important;
        height: 20px !important;
    }
}






/* ==========================================================================
   WISHLIST PAGE — BRANDED
   ========================================================================== */

/* Wrapper */
.wishlist-fragment,
.yith-wcwl-form {
    font-family: 'Poppins', -apple-system, sans-serif !important;
    max-width: 100%;
    box-sizing: border-box;
}


.hidden-title-form, .edit-title-buttons {
    display: none !important;
}


.wishlist-title:hover a.show-title-form {
    display: none !important;
}

/* ========== TITLE SECTION ========== */
.wishlist-title-container {
    margin-bottom: 28px;
}

.wishlist-title h2 {
    font-size: clamp(22px, 4vw, 32px) !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
}

.wishlist-title.wishlist-title-with-form {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    flex-wrap: wrap;
}

.wishlist-title .show-title-form {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 8px 18px !important;
    background: #fdf5f5 !important;
    color: #8B0000 !important;
    border: 1px solid #fce4e4 !important;
    border-radius: 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    cursor: pointer;
}
.wishlist-title .show-title-form:hover {
    background: #8B0000 !important;
    color: #fff !important;
    border-color: #8B0000 !important;
}
.wishlist-title .show-title-form .yith-wcwl-icon-svg {
    width: 14px;
    height: 14px;
}

/* Hidden edit title form */
.hidden-title-form {
    display: none !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px;
    background: #fdf5f5;
    border: 1px solid #fce4e4;
    border-radius: 12px;
    margin-top: 12px;
}
.hidden-title-form input[type="text"] {
    flex: 1;
    padding: 10px 14px !important;
    border: 1px solid #fce4e4 !important;
    border-radius: 8px !important;
    background: #fff !important;
    font-size: 14px !important;
}
.hidden-title-form input[type="text"]:focus {
    border-color: #8B0000 !important;
    outline: none !important;
}
.edit-title-buttons {
    display: flex;
    gap: 6px;
}
.edit-title-buttons a {
    width: 36px;
    height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: #8B0000;
    border: 1px solid #fce4e4;
    transition: all 0.2s;
}
.edit-title-buttons a:hover {
    background: #8B0000;
    color: #fff;
}
.edit-title-buttons .yith-wcwl-icon-svg {
    width: 16px;
    height: 16px;
}

/* ========== DESKTOP TABLE ========== */
.wishlist_table:not(.mobile) {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    margin: 0 0 32px;
    border: none !important;
}

.wishlist_table:not(.mobile) thead th {
    background: #fdf5f5 !important;
    color: #8B0000 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 14px 18px !important;
    text-align: left !important;
    border: none !important;
}
.wishlist_table:not(.mobile) thead th:first-child {
    border-radius: 10px 0 0 10px;
}
.wishlist_table:not(.mobile) thead th:last-child {
    border-radius: 0 10px 10px 0;
    text-align: center !important;
}

.wishlist_table:not(.mobile) tbody tr {
    background: #fff !important;
    transition: all 0.2s;
}

.wishlist_table:not(.mobile) tbody td {
    padding: 16px 18px !important;
    border: 1px solid #eee !important;
    border-left: none !important;
    border-right: none !important;
    background: #fff !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
}
.wishlist_table:not(.mobile) tbody td:first-child {
    border-left: 1px solid #eee !important;
    border-radius: 12px 0 0 12px;
}
.wishlist_table:not(.mobile) tbody td:last-child {
    border-right: 1px solid #eee !important;
    border-radius: 0 12px 12px 0;
    text-align: center !important;
}

/* Remove X column */
.wishlist_table .product-remove {
    width: 50px !important;
    text-align: center !important;
}
.wishlist_table .product-remove a,
.wishlist_table .remove_from_wishlist {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fdf5f5;
    color: #8B0000 !important;
    border-radius: 50%;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: all 0.2s !important;
    border: 1px solid #fce4e4 !important;
}
.wishlist_table .product-remove a:hover,
.wishlist_table .remove_from_wishlist:hover {
    background: #8B0000;
    color: #fff !important;
    transform: scale(1.05);
}

/* Product thumbnail */
.wishlist_table .product-thumbnail {
    width: 100px !important;
}
.wishlist_table .product-thumbnail img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 10px !important;
    object-fit: cover;
}

/* Product name */
.wishlist_table .product-name a {
    color: #1a1a1a !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: color 0.2s;
}
.wishlist_table .product-name a:hover {
    color: #8B0000 !important;
}

/* Price */
.wishlist_table .product-price {
    color: #8B0000 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

/* Stock status */
.wishlist_table .product-stock-status .wishlist-in-stock,
.wishlist-in-stock {
    display: inline-block;
    padding: 5px 12px !important;
    background: #d4f5dc !important;
    color: #1f7a3e !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.wishlist_table .product-stock-status .wishlist-out-of-stock,
.wishlist-out-of-stock {
    display: inline-block;
    padding: 5px 12px !important;
    background: #fce4e4 !important;
    color: #8B0000 !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Add to cart / Select options button */
.wishlist_table .product-add-to-cart a,
.wishlist_table .add_to_cart_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 11px 24px !important;
    background: #8B0000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    letter-spacing: 0.3px !important;
    line-height: 1 !important;
    white-space: nowrap;
}
.wishlist_table .product-add-to-cart a:hover,
.wishlist_table .add_to_cart_button:hover {
    background: #6e0000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(139, 0, 0, 0.25);
}

/* ========== MOBILE CARD VIEW ========== */
.wishlist_table.mobile {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 32px !important;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

.wishlist_table.mobile li {
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 14px !important;
    padding: 16px !important;
    margin: 0 !important;
    position: relative;
    transition: all 0.2s;
    list-style: none !important;
}
.wishlist_table.mobile li::before {
    display: none !important;
}
.wishlist_table.mobile li:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-color: #ddd !important;
}

.wishlist_table.mobile .item-wrapper {
    display: flex !important;
    gap: 14px !important;
    margin-bottom: 14px !important;
}

.wishlist_table.mobile .product-thumbnail {
    flex: 0 0 auto;
    width: 80px;
}
.wishlist_table.mobile .product-thumbnail img {
    width: 80px !important;
    height: 100px !important;
    border-radius: 10px !important;
    object-fit: cover;
    display: block;
}

.wishlist_table.mobile .item-details {
    flex: 1;
    min-width: 0;
}
.wishlist_table.mobile .product-name h3 {
    margin: 0 0 10px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}
.wishlist_table.mobile .product-name a {
    color: #1a1a1a !important;
    text-decoration: none !important;
}
.wishlist_table.mobile .product-name a:hover {
    color: #8B0000 !important;
}

.wishlist_table.mobile .item-details-table {
    width: 100%;
    border-collapse: collapse;
}
.wishlist_table.mobile .item-details-table tr {
    background: transparent !important;
}
.wishlist_table.mobile .item-details-table td {
    padding: 4px 0 !important;
    border: none !important;
    font-size: 12px !important;
    background: transparent !important;
}
.wishlist_table.mobile .item-details-table .label {
    color: #888 !important;
    font-weight: 600 !important;
    width: 50px !important;
}
.wishlist_table.mobile .item-details-table .value {
    color: #8B0000 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.wishlist_table.mobile .additional-info-wrapper {
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wishlist_table.mobile .additional-info {
    width: 100%;
}
.wishlist_table.mobile .additional-info tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wishlist_table.mobile .additional-info td {
    padding: 2px 0 !important;
    border: none !important;
    font-size: 12px !important;
    background: transparent !important;
}
.wishlist_table.mobile .additional-info .label {
    color: #888 !important;
    font-weight: 600 !important;
}

.wishlist_table.mobile .product-add-to-cart a,
.wishlist_table.mobile .add_to_cart_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    padding: 11px 20px !important;
    background: #8B0000 !important;
    color: #fff !important;
    border-radius: 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
}
.wishlist_table.mobile .product-add-to-cart a:hover {
    background: #6e0000 !important;
}

.wishlist_table.mobile .product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
}
.wishlist_table.mobile .product-remove a {
    width: 28px;
    height: 28px;
    background: #fdf5f5;
    color: #8B0000 !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    border: 1px solid #fce4e4;
    transition: all 0.2s;
}
.wishlist_table.mobile .product-remove a:hover {
    background: #8B0000;
    color: #fff !important;
}

/* ========== SHARE SECTION ========== */
.yith-wcwl-share {
    background: #fdf5f5;
    border: 1px solid #fce4e4;
    border-radius: 14px;
    padding: 20px 22px;
    margin-top: 24px;
}
.yith-wcwl-share-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin: 0 0 14px !important;
    color: #1a1a1a !important;
    letter-spacing: 0.3px;
}
.yith-wcwl-share ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.yith-wcwl-share li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.yith-wcwl-share li::before {
    display: none !important;
}
.yith-wcwl-share a {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    color: #fff !important;
}
.yith-wcwl-share a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.yith-wcwl-share a.facebook { background: #1877f2 !important; }
.yith-wcwl-share a.twitter { background: #1a1a1a !important; }
.yith-wcwl-share a.pinterest { background: #e60023 !important; }
.yith-wcwl-share a.email { background: #f5b400 !important; }
.yith-wcwl-share a.whatsapp { background: #25D366 !important; }
.yith-wcwl-share a .yith-wcwl-icon-svg {
    width: 16px;
    height: 16px;
}

/* ========== EMPTY STATE ========== */
.wishlist-empty {
    background: #fff;
    border: 2px dashed #fce4e4;
    border-radius: 16px;
    padding: 48px 32px;
    text-align: center;
    color: #555;
    font-size: 15px;
    margin: 0 0 24px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 992px) {
    .wishlist_table:not(.mobile) tbody td,
    .wishlist_table:not(.mobile) thead th {
        padding: 12px 14px !important;
        font-size: 13px !important;
    }
    .wishlist_table:not(.mobile) .product-thumbnail img {
        width: 70px !important;
        height: 70px !important;
    }
}

@media (max-width: 768px) {
    .elementor-element-b5ca409,
    .wishlist-fragment {
        padding: 0 14px !important;
    }
    .wishlist-title h2 {
        font-size: 22px !important;
    }
    .wishlist-title.wishlist-title-with-form {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    .wishlist-title .show-title-form {
        font-size: 12px !important;
        padding: 7px 14px !important;
    }
    
    /* Hide desktop table, force mobile cards */
    .wishlist_table:not(.mobile) {
        display: none !important;
    }
    .wishlist_table.mobile {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    
    .yith-wcwl-share {
        padding: 16px 18px;
    }
    .yith-wcwl-share-title {
        font-size: 13px !important;
    }
    .yith-wcwl-share a {
        width: 36px !important;
        height: 36px !important;
    }
}

@media (max-width: 576px) {
    .elementor-element-b5ca409,
    .wishlist-fragment {
        padding: 0 12px !important;
    }
    .wishlist-title h2 {
        font-size: 20px !important;
    }
    .wishlist_table.mobile li {
        padding: 14px !important;
    }
    .wishlist_table.mobile .product-thumbnail {
        width: 70px;
    }
    .wishlist_table.mobile .product-thumbnail img {
        width: 70px !important;
        height: 90px !important;
    }
    .wishlist_table.mobile .product-name h3 {
        font-size: 14px !important;
    }
    .wishlist_table.mobile .item-details-table .value {
        font-size: 13px !important;
    }
    .yith-wcwl-share ul {
        gap: 8px;
    }
    .yith-wcwl-share a {
        width: 34px !important;
        height: 34px !important;
    }
}

@media (max-width: 380px) {
    .wishlist_table.mobile li {
        padding: 12px !important;
    }
    .wishlist_table.mobile .item-wrapper {
        gap: 10px !important;
    }
    .wishlist_table.mobile .product-thumbnail {
        width: 60px;
    }
    .wishlist_table.mobile .product-thumbnail img {
        width: 60px !important;
        height: 80px !important;
    }
    .wishlist_table.mobile .product-name h3 {
        font-size: 13px !important;
    }
}



/* Hide ALL children of remove link + text content */
.wishlist_table .product-remove a,
.wishlist_table .remove_from_wishlist {
    font-size: 0 !important;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.wishlist_table .product-remove a *,
.wishlist_table .remove_from_wishlist * {
    display: none !important;
}

/* Reset the ::before so SVG X shows */
.wishlist_table .product-remove a::before,
.wishlist_table .remove_from_wishlist::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B0000' stroke-width='3' stroke-linecap='round'><path d='M18 6L6 18M6 6l12 12'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.2s;
}

.wishlist_table .product-remove a:hover::before,
.wishlist_table .remove_from_wishlist:hover::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'><path d='M18 6L6 18M6 6l12 12'/></svg>");
}

.wishlist_table:not(.mobile) .product-remove a::before {
    width: 14px;
    height: 14px;
}

.wishlist_table.mobile .product-remove a::before {
    width: 11px;
    height: 11px;
}

.filter-section {
    padding: 20px 0px 100px 0px!important;
}

a.btn.button.show-title-form
 {
    display: none !important;
}

.woocommerce .wishlist-title
 {
    margin-bottom: 0px!important;
}







/* ==========================================================================
   SUCCESS NOTICE — REBRAND TO RED
   ========================================================================== */

.woocommerce-message {
    background: #fdf5f5 !important;
    border-left: 4px solid #8B0000 !important;
    color: #6e0000 !important;
}
.woocommerce-message::after {
    background-color: #8B0000 !important;
}
.woocommerce-message .button.wc-forward,
.woocommerce-message a.button.wc-forward {
    background: #8B0000 !important;
}
.woocommerce-message .button.wc-forward:hover {
    background: #6e0000 !important;
    box-shadow: 0 6px 14px rgba(139, 0, 0, 0.25);
}




/* ==========================================================================
   AZELLA — CART PAGE: COMPLETE STYLING + RESPONSIVE
   (existing design preserved + layout/overflow fix + shipment styling)
   Paste into: Appearance > Customize > Additional CSS
   ========================================================================== */

/* Reset parent grid if previously applied */
@media (min-width: 992px) {
    .woocommerce-cart .woocommerce {
        display: block !important;
        grid-template-columns: none !important;
    }
}

/* ==========================================================================
   LAYOUT / COLUMNS  ←  fixes the Cart Totals card overflowing right
   Flex items default to min-width:auto, so wide content can't shrink and
   spills outside the card. min-width:0 lets it wrap inside instead.
   ========================================================================== */
.e-cart__container {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
}
.e-cart__column { min-width: 0; }
.e-cart__column-start { flex: 1 1 58%; min-width: 0; }
.e-cart__column-end   { flex: 1 1 340px; min-width: 0; }
.e-cart__column-end .e-cart-totals,
.e-cart__column-end .cart-collaterals,
.e-cart__column-end .cart_totals {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

/* ===== CART FORM CONTAINER ===== */
.e-cart-section {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px !important;
    padding: 19px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
    margin-bottom: 24px !important;
}

/* ===== TABLE ===== */
.woocommerce-cart-form .shop_table {
    display: table !important;
    width: 100% !important;
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.woocommerce-cart-form .shop_table thead {
    display: table-header-group !important;
}

.woocommerce-cart-form .shop_table thead th {
    background: transparent !important;
    color: #888 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 12px 8px !important;
    text-align: left !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
}
.woocommerce-cart-form .shop_table thead th.product-subtotal {
    text-align: right !important;
}

.woocommerce-cart-form .shop_table tbody {
    display: table-row-group !important;
}

.woocommerce-cart-form .cart_item {
    display: table-row !important;
    background: transparent !important;
}

.woocommerce-cart-form .cart_item td {
    display: table-cell !important;
    padding: 22px 12px !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    background: transparent !important;
    vertical-align: middle !important;
    font-size: 14px !important;
}

/* ===== REMOVE X ===== */
.woocommerce-cart-form .product-remove {
    width: 50px !important;
    text-align: center !important;
}
.woocommerce-cart-form .product-remove a,
.woocommerce-cart-form .product-remove .remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    background: #fdf5f5 !important;
    color: #8B0000 !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border: 1px solid #fce4e4 !important;
    transition: all 0.2s !important;
    line-height: 1 !important;
}
.woocommerce-cart-form .product-remove a:hover {
    background: #8B0000 !important;
    color: #fff !important;
    transform: scale(1.05);
}

/* ===== THUMBNAIL ===== */
.woocommerce-cart-form .product-thumbnail {
    width: 90px !important;
}
.woocommerce-cart-form .product-thumbnail img {
    width: 80px !important;
    height: 100px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
    display: block;
}

/* ===== PRODUCT NAME + VARIATIONS ===== */
.woocommerce-cart-form .product-name {
    min-width: 200px;
}
.woocommerce-cart-form .product-name a {
    color: #1a1a1a !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: block;
    margin-bottom: 6px;
}
.woocommerce-cart-form .product-name a:hover {
    color: #8B0000 !important;
}
.woocommerce-cart-form .product-name dl,
.woocommerce-cart-form .product-name .variation,
.woocommerce-cart-form .product-name .wc-item-meta {
    margin: 6px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.woocommerce-cart-form .product-name dt,
.woocommerce-cart-form .product-name .wc-item-meta-label {
    color: #888 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin: 0 4px 4px 0 !important;
    padding: 0 !important;
    float: left;
    clear: left;
}
.woocommerce-cart-form .product-name dd,
.woocommerce-cart-form .product-name .wc-item-meta p {
    color: #1a1a1a !important;
    font-size: 12px !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    overflow: hidden;
}

/* ===== PRICE + SUBTOTAL (nowrap) ===== */
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal {
    white-space: nowrap !important;
    min-width: 100px;
}
.woocommerce-cart-form .product-price {
    font-size: 14px !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
}
.woocommerce-cart-form .product-subtotal {
    text-align: right !important;
    font-size: 15px !important;
    color: #8B0000 !important;
    font-weight: 700 !important;
}
.woocommerce-cart-form .woocommerce-Price-amount {
    white-space: nowrap !important;
    display: inline-block;
}
.woocommerce-cart-form .woocommerce-Price-currencySymbol {
    margin-right: 3px;
}

/* ===== QUANTITY ===== */
.woocommerce-cart-form .product-quantity {
    width: 140px !important;
}
.woocommerce-cart-form .product-quantity .quantity {
    display: inline-flex !important;
    align-items: center;
    background: #fdf5f5;
    border: 1px solid #fce4e4;
    border-radius: 30px;
    padding: 4px;
}
.woocommerce-cart-form .product-quantity .quantity .qty {
    width: 44px !important;
    height: 30px !important;
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    box-shadow: none !important;
    padding: 0 !important;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: textfield;
}
.woocommerce-cart-form .product-quantity .quantity .plus,
.woocommerce-cart-form .product-quantity .quantity .minus {
    width: 30px !important;
    height: 30px !important;
    background: #fff !important;
    border: none !important;
    border-radius: 50% !important;
    color: #8B0000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
    padding: 0 !important;
}
.woocommerce-cart-form .product-quantity .quantity .plus:hover,
.woocommerce-cart-form .product-quantity .quantity .minus:hover {
    background: #8B0000 !important;
    color: #fff !important;
}

/* ===== ACTIONS ROW ===== */
.woocommerce-cart-form .actions {
    padding: 20px 0 0 !important;
    border: none !important;
    background: transparent !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.woocommerce-cart-form .actions .button[name="update_cart"] {
    padding: 12px 28px !important;
    background: transparent !important;
    color: #8B0000 !important;
    border: 1px solid #fce4e4 !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    text-transform: none !important;
    margin-left: auto;
    line-height: 1 !important;
}
.woocommerce-cart-form .actions .button[name="update_cart"]:hover {
    background: #8B0000 !important;
    color: #fff !important;
    border-color: #8B0000 !important;
}

/* ===== COUPON ===== */
.woocommerce-cart-form .coupon {
    display: flex;
    gap: 10px;
    align-items: center;
    flex: 1;
    min-width: 0;
}
.woocommerce-cart-form .coupon label {
    display: none !important;
}
.woocommerce-cart-form .coupon #coupon_code {
    flex: 1;
    min-width: 0;
    padding: 12px 18px !important;
    border: 1px solid #fce4e4 !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    background: #fdf5f5 !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
}
.woocommerce-cart-form .coupon #coupon_code:focus {
    border-color: #8B0000 !important;
    background: #fff !important;
}
.woocommerce-cart-form .coupon button[name="apply_coupon"] {
    padding: 12px 28px !important;
    background: transparent !important;
    color: #8B0000 !important;
    border: 1px solid #8B0000 !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    white-space: nowrap;
    line-height: 1 !important;
}
.woocommerce-cart-form .coupon button[name="apply_coupon"]:hover {
    background: #8B0000 !important;
    color: #fff !important;
}

/* ===== CART TOTALS ===== */
.cart-collaterals {
    width: 100% !important;
    float: none !important;
    margin-top: 0 !important;
}

@media (min-width: 992px) {
    .cart-collaterals {
        margin-left: auto !important;
    }
}


.cart-collaterals .cart_totals h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 0 18px !important;
    color: #1a1a1a !important;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.cart-collaterals .cart_totals table {
    width: 100% !important;
    border: none !important;
    border-collapse: separate !important;
    margin: 0 0 20px !important;
}
.cart-collaterals .cart_totals table th,
.cart-collaterals .cart_totals table td {
    padding: 12px 0 !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    background: transparent !important;
    font-size: 14px !important;
}
.cart-collaterals .cart_totals table th {
    color: #555 !important;
    font-weight: 600 !important;
    text-align: left !important;
}
.cart-collaterals .cart_totals table td {
    text-align: right !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    white-space: nowrap;
}
.cart-collaterals .cart_totals tr.order-total th,
.cart-collaterals .cart_totals tr.order-total td {
    border-bottom: none !important;
    font-size: 16px !important;
    padding-top: 14px !important;
}
.cart-collaterals .cart_totals tr.order-total td {
    color: #8B0000 !important;
}

/* ==========================================================================
   SHIPMENT ROW + SHIPPING CALCULATOR  ←  was overflowing the card
   Overrides the totals "nowrap" just for this row so the address wraps,
   and styles the "Change address" calculator to match the brand.
   ========================================================================== */
.cart-collaterals .cart_totals tr.woocommerce-shipping-totals th {
    vertical-align: top !important;
}
.cart-collaterals .cart_totals tr.woocommerce-shipping-totals td {
    white-space: normal !important;
    text-align: left !important;
    font-weight: 600 !important;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.cart-collaterals .woocommerce-shipping-methods {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.cart-collaterals .woocommerce-shipping-methods li {
    margin: 0 0 4px !important;
    padding: 0 !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
}
.cart-collaterals .woocommerce-shipping-destination {
    margin: 4px 0 8px !important;
    font-size: 12px !important;
    color: #888 !important;
    font-weight: 500 !important;
    white-space: normal !important;
}
.cart-collaterals .shipping-calculator-button {
    display: inline-block;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #8B0000 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #fce4e4;
    padding-bottom: 1px;
}
.cart-collaterals .shipping-calculator-button:hover {
    border-color: #8B0000;
}
.cart-collaterals .shipping-calculator-form { margin-top: 12px; }
.cart-collaterals .shipping-calculator-form .form-row { margin: 0 0 10px !important; }
.cart-collaterals .shipping-calculator-form label {
    display: block;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #888 !important;
    margin-bottom: 6px !important;
    text-align: left !important;
}
.cart-collaterals .shipping-calculator-form input,
.cart-collaterals .shipping-calculator-form select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 11px 16px !important;
    border: 1px solid #fce4e4 !important;
    border-radius: 12px !important;
    background: #fdf5f5 !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
}
.cart-collaterals .shipping-calculator-form input:focus,
.cart-collaterals .shipping-calculator-form select:focus {
    border-color: #8B0000 !important;
    background: #fff !important;
}
.cart-collaterals .shipping-calculator-form .button {
    width: 100% !important;
    padding: 12px 24px !important;
    background: #8B0000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer;
    line-height: 1 !important;
    transition: all 0.2s !important;
}
.cart-collaterals .shipping-calculator-form .button:hover {
    background: #6e0000 !important;
}

.cart-collaterals .wc-proceed-to-checkout {
    padding: 0 !important;
    margin: 0 !important;
}
.cart-collaterals .checkout-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    padding: 16px 24px !important;
    background: #8B0000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
    line-height: 1 !important;
    cursor: pointer;
    white-space: nowrap;
}
.cart-collaterals .checkout-button:hover {
    background: #6e0000 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 0, 0, 0.25);
}

/* ==========================================================================
   RESPONSIVE — stack the two columns below desktop, drop sticky
   ========================================================================== */
@media (max-width: 991px) {
    .e-cart__container { gap: 16px; }
    .e-cart__column-start,
    .e-cart__column-end { flex: 1 1 100%; width: 100% !important; }
    .e-sticky-right-column,
    .e-sticky-right-column--active {
        position: static !important;
        top: auto !important;
    }
}

/* ==========================================================================
   MOBILE — CARDS LAYOUT (768px and below)
   ========================================================================== */
@media (max-width: 768px) {

    .woocommerce-cart-form {
        padding: 16px;
        border-radius: 14px;
    }

    /* Kill WC default "data-title:" labels */
    .woocommerce-cart-form .shop_table_responsive tr td::before,
    .woocommerce-cart-form .cart_item td::before {
        display: none !important;
        content: none !important;
    }

    .woocommerce-cart-form .shop_table {
        display: block !important;
        background: transparent !important;
    }
    .woocommerce-cart-form .shop_table thead {
        display: none !important;
    }
    .woocommerce-cart-form .shop_table tbody {
        display: block !important;
    }

    /* Cart item as a card */
    .woocommerce-cart-form .cart_item {
        display: grid !important;
        grid-template-columns: 90px 1fr !important;
        grid-template-areas:
            "img info"
            "img info"
            "qty subtotal" !important;
        gap: 12px !important;
        padding: 16px !important;
        margin-bottom: 12px !important;
        background: #fdf5f5 !important;
        border-radius: 12px !important;
        border-bottom: none !important;
        position: relative;
        align-items: start;
    }
    .woocommerce-cart-form .cart_item td {
        display: block !important;
        padding: 0 !important;
        border: none !important;
        text-align: left !important;
        width: auto !important;
        min-width: 0 !important;
    }

    /* X remove — absolute top right */
    .woocommerce-cart-form .cart_item .product-remove {
        position: absolute !important;
        top: 10px;
        right: 10px;
        z-index: 2;
        width: auto !important;
    }
    .woocommerce-cart-form .cart_item .product-remove a {
        width: 24px !important;
        height: 24px !important;
        background: #fff !important;
        font-size: 12px !important;
    }

    /* Image */
    .woocommerce-cart-form .cart_item .product-thumbnail {
        grid-area: img;
        width: 90px !important;
    }
    .woocommerce-cart-form .cart_item .product-thumbnail img {
        width: 90px !important;
        height: 110px !important;
    }

    /* Info */
    .woocommerce-cart-form .cart_item .product-name {
        grid-area: info;
        padding-right: 30px !important;
        min-width: 0 !important;
    }
    .woocommerce-cart-form .cart_item .product-name a {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    .woocommerce-cart-form .cart_item .product-name dt,
    .woocommerce-cart-form .cart_item .product-name .wc-item-meta-label {
        font-size: 11px !important;
        margin: 0 4px 2px 0 !important;
    }
    .woocommerce-cart-form .cart_item .product-name dd,
    .woocommerce-cart-form .cart_item .product-name .wc-item-meta p {
        font-size: 11px !important;
        margin: 0 0 2px !important;
    }

    /* Hide unit price — subtotal covers it */
    .woocommerce-cart-form .cart_item .product-price {
        display: none !important;
    }

    /* Quantity */
    .woocommerce-cart-form .cart_item .product-quantity {
        grid-area: qty;
        align-self: center;
        width: auto !important;
    }

    /* Subtotal */
    .woocommerce-cart-form .cart_item .product-subtotal {
        grid-area: subtotal;
        text-align: right !important;
        align-self: center;
        font-size: 15px !important;
        color: #8B0000 !important;
        font-weight: 700 !important;
    }

    /* Actions stack */
    .woocommerce-cart-form .actions {
        flex-direction: column;
        align-items: stretch;
    }
    .woocommerce-cart-form .coupon {
        flex-direction: column;
        width: 100%;
    }
    .woocommerce-cart-form .coupon #coupon_code,
    .woocommerce-cart-form .coupon button {
        width: 100% !important;
    }
    .woocommerce-cart-form .actions .button[name="update_cart"] {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .cart-collaterals .cart_totals {
        padding: 18px;
    }
    .woocommerce-cart-form {
        padding: 10px;
    }
    .e-sticky-right-column--active {
        padding: 10px;
    }
}

@media (max-width: 576px) {

    .woocommerce-cart-form {
        padding: 10px;
    }
    .woocommerce-cart-form .cart_item {
        grid-template-columns: 80px 1fr !important;
        gap: 10px !important;
        padding: 14px !important;
    }
    .woocommerce-cart-form .cart_item .product-thumbnail {
        width: 80px !important;
    }
    .woocommerce-cart-form .cart_item .product-thumbnail img {
        width: 80px !important;
        height: 100px !important;
    }
    .woocommerce-cart-form .cart_item .product-name a {
        font-size: 13px !important;
    }
    .woocommerce-cart-form .cart_item .product-subtotal {
        font-size: 14px !important;
    }
    .cart-collaterals .checkout-button {
        font-size: 13px !important;
        padding: 14px 20px !important;
    }
}

@media (max-width: 380px) {
    .woocommerce-cart-form .cart_item {
        grid-template-columns: 70px 1fr !important;
        padding: 12px !important;
    }
    .woocommerce-cart-form .cart_item .product-thumbnail {
        width: 70px !important;
    }
    .woocommerce-cart-form .cart_item .product-thumbnail img {
        width: 70px !important;
        height: 90px !important;
    }
}



/* ==========================================================================
   COUNTRY DROPDOWN (Select2 / SelectWoo)  ←  recolour blue highlight
   Select2 renders its dropdown on <body>, so these selectors are global.
   ========================================================================== */
 
/* Highlighted (hovered / keyboard-active) option */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selected {
    background-color: #8B0000 !important;
    color: #fff !important;
}
 
/* Currently selected option */
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--selected {
    background-color: #fdf5f5 !important;
    color: #8B0000 !important;
}
 
/* Dropdown box */
.select2-dropdown {
    border: 1px solid #fce4e4 !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.select2-container--default .select2-results__option {
    padding: 10px 14px !important;
    font-size: 14px !important;
}
 
/* Search field inside dropdown */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #fce4e4 !important;
    border-radius: 10px !important;
    padding: 9px 12px !important;
    outline: none !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #8B0000 !important;
}
 
/* Closed select box */
.select2-container--default .select2-selection--single {
    border: 1px solid #fce4e4 !important;
    border-radius: 12px !important;
    background: #fdf5f5 !important;
    height: auto !important;
    padding: 6px 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1a1a1a !important;
    line-height: 1.7 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
}
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #8B0000 !important;
    background: #fff !important;
}
 










/* ==========================================================================
   WOOCOMMERCE NOTICES — BRANDED + RESPONSIVE
   All notices use #8B0000. Empty cart + return-to-shop button included.
   ========================================================================== */

/* ===== BASE — all notice types ===== */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notice,
.cart-empty,
.wc-empty-cart-message {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 18px 22px !important;
    border-radius: 14px !important;
    margin: 0 0 20px !important;
    font-family: 'Poppins', -apple-system, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    list-style: none !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03) !important;
    border: none !important;
    background-color: #fff !important;
    position: relative;
}

/* Kill default WC top border */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.cart-empty::before {
    display: none !important;
}

/* Inner list items */
.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    flex: 1;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: transparent !important;
}
.woocommerce-message li::before,
.woocommerce-info li::before,
.woocommerce-error li::before {
    display: none !important;
}

/* ===== SUCCESS — added to cart, etc ===== */
.woocommerce-message {
    background: #fdf5f5 !important;
    border-left: 4px solid #8B0000 !important;
    color: #6e0000 !important;
}
.woocommerce-message::after {
    content: "";
    display: inline-flex;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-color: #8B0000;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    order: -1;
}

/* ===== INFO ===== */
.woocommerce-info:not(.cart-empty) {
    background: #fdf5f5 !important;
    border-left: 4px solid #8B0000 !important;
    color: #6e0000 !important;
}
.woocommerce-info:not(.cart-empty)::after {
    content: "";
    display: inline-flex;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-color: #8B0000;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'><circle cx='12' cy='12' r='10'/><line x1='12' y1='16' x2='12' y2='12'/><line x1='12' y1='8' x2='12.01' y2='8'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    order: -1;
}

/* ===== ERROR ===== */
.woocommerce-error {
    background: #fef2f2 !important;
    border-left: 4px solid #b91c1c !important;
    color: #8B0000 !important;
}
.woocommerce-error::after {
    content: "";
    display: inline-flex;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-color: #b91c1c;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    order: -1;
}

/* ===== EMPTY CART — large branded card ===== */
.cart-empty.woocommerce-info {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 48px 32px !important;
    border-left: none !important;
    border: 2px dashed #fce4e4 !important;
    background: #fff !important;
    color: #555 !important;
    font-size: 16px !important;
    box-shadow: none !important;
}
.cart-empty.woocommerce-info::after {
    content: "";
    display: inline-flex;
    width: 64px;
    height: 64px;
    background-color: #fce4e4;
    border-radius: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='9' cy='21' r='1'/><circle cx='20' cy='21' r='1'/><path d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    margin-bottom: 16px;
    order: -1;
}

/* ===== ACTION BUTTONS INSIDE NOTICES ===== */
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
    background: #8B0000 !important;
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border: none !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all 0.2s !important;
    flex-shrink: 0;
    letter-spacing: 0.3px;
    line-height: 1 !important;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
    background: #6e0000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(139, 0, 0, 0.25);
}

/* ===== RETURN TO SHOP BUTTON ===== */
.return-to-shop,
p.return-to-shop {
    margin: 0 0 24px !important;
    text-align: center !important;
}
.return-to-shop .button,
.return-to-shop a.button,
a.wc-backward,
.button.wc-backward {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 36px !important;
    background: #8B0000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
    line-height: 1 !important;
}
.return-to-shop .button::before,
.return-to-shop a.button::before,
a.wc-backward::before,
.button.wc-backward::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'><polyline points='15 18 9 12 15 6'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.return-to-shop .button:hover,
.return-to-shop a.button:hover,
a.wc-backward:hover,
.button.wc-backward:hover {
    background: #6e0000 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 0, 0, 0.25);
}

/* ===== WRAPPER ===== */
.woocommerce-notices-wrapper {
    margin: 0 0 20px;
}
.woocommerce-notices-wrapper:empty {
    display: none;
}

/* ===== STORE-WIDE TOP NOTICE ===== */
.woocommerce-store-notice {
    background: #8B0000 !important;
    color: #fff !important;
    padding: 12px 20px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    text-align: center !important;
    margin: 0 !important;
    border: none !important;
}
.woocommerce-store-notice__dismiss-link {
    color: #fff !important;
    text-decoration: underline !important;
    margin-left: 10px;
    font-weight: 600;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 992px) {
    .woocommerce-message,
    .woocommerce-info:not(.cart-empty),
    .woocommerce-error {
        padding: 16px 18px !important;
        font-size: 13px !important;
    }
    .cart-empty.woocommerce-info {
        padding: 40px 24px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 768px) {
    .woocommerce-message,
    .woocommerce-info:not(.cart-empty),
    .woocommerce-error {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding: 16px !important;
        border-radius: 12px !important;
    }
    .woocommerce-message li,
    .woocommerce-info li,
    .woocommerce-error li {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
    }
    .woocommerce-message::after,
    .woocommerce-info:not(.cart-empty)::after,
    .woocommerce-error::after {
        width: 24px !important;
        height: 24px !important;
        background-size: 14px !important;
    }
    .woocommerce-message .button,
    .woocommerce-info .button,
    .woocommerce-error .button {
        width: 100% !important;
        padding: 11px 20px !important;
        font-size: 12px !important;
    }
    .cart-empty.woocommerce-info {
        padding: 36px 20px !important;
        font-size: 14px !important;
    }
    .cart-empty.woocommerce-info::after {
        width: 56px !important;
        height: 56px !important;
        background-size: 28px !important;
    }
    .return-to-shop .button,
    .return-to-shop a.button,
    a.wc-backward,
    .button.wc-backward {
        padding: 13px 28px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .woocommerce-message,
    .woocommerce-info:not(.cart-empty),
    .woocommerce-error {
        padding: 14px !important;
        font-size: 12px !important;
        gap: 10px !important;
        border-radius: 10px !important;
    }
    .woocommerce-message::after,
    .woocommerce-info:not(.cart-empty)::after,
    .woocommerce-error::after {
        width: 22px !important;
        height: 22px !important;
        background-size: 12px !important;
    }
    .cart-empty.woocommerce-info {
        padding: 32px 18px !important;
        font-size: 13px !important;
    }
    .cart-empty.woocommerce-info::after {
        width: 52px !important;
        height: 52px !important;
        background-size: 26px !important;
    }
    .return-to-shop .button,
    .return-to-shop a.button,
    a.wc-backward,
    .button.wc-backward {
        padding: 12px 24px !important;
        font-size: 12px !important;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .woocommerce-message,
    .woocommerce-info:not(.cart-empty),
    .woocommerce-error {
        padding: 12px !important;
        font-size: 11px !important;
    }
    .cart-empty.woocommerce-info {
        padding: 28px 14px !important;
        font-size: 12px !important;
    }
}

.woocommerce-notices-wrapper{
border:unset!important;
    padding: 10px 10px 0 10px!important;
}



/* ==========================================================================
   ORDER PLACED / THANK YOU PAGE — COMPLETE
   ========================================================================== */

/* Hide default page title + thank you notice */
.woocommerce-order-received .page-header,
.woocommerce-order-received .entry-title:not(.woocommerce-order-details__title):not(.woocommerce-column__title) {
    display: none !important;
}

.woocommerce-order {
    font-family: 'Poppins', -apple-system, sans-serif;
    margin: 20px auto;
}

.woocommerce-order > .woocommerce-thankyou-order-received,
.woocommerce-order > p:not(.woocommerce-customer-details--phone):not(.woocommerce-customer-details--email) {
    display: none !important;
}

/* ==========================================================================
   CONFIRMATION CARD
   ========================================================================== */
.custom-order-confirmation {
    background: linear-gradient(135deg, #fdf5f5 0%, #fef0f0 100%) !important;
    border: 1px solid #fce4e4 !important;
    border-radius: 20px !important;
    padding: 48px 32px !important;
    text-align: center !important;
    margin: 0 0 10px !important;
    box-shadow: 0 4px 20px rgba(139, 0, 0, 0.06) !important;
    position: relative;
    overflow: hidden;
}
.custom-order-confirmation::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(139, 0, 0, 0.03) 0%, transparent 50%);
    z-index: 0;
}
.custom-order-confirmation > * {
    position: relative;
    z-index: 1;
}

.custom-order-confirmation .confirmation-icon {
    width: 90px !important;
    height: 90px !important;
    margin: 0 auto 20px !important;
    animation: pop-in 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    flex-shrink: 0;
}
.custom-order-confirmation .confirmation-icon svg {
    width: 80% !important;
    height: 100% !important;
    display: block !important;
    filter: drop-shadow(0 8px 16px rgba(139, 0, 0, 0.2));
}

@keyframes pop-in {
    0% { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.custom-order-confirmation h2 {
    font-size: clamp(22px, 3vw, 28px) !important;
    font-weight: 700 !important;
    margin: 0 0 12px !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
}

.custom-order-confirmation p {
    color: #555 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 auto 28px !important;
    max-width: 480px !important;
}

.custom-order-confirmation .confirmation-actions {
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.custom-order-confirmation .btn-continue,
.custom-order-confirmation .btn-view-order {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 13px 32px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    transition: all 0.2s !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}
.custom-order-confirmation .btn-continue {
    background: #fff !important;
    color: #8B0000 !important;
    border: 1px solid #fce4e4 !important;
}
.custom-order-confirmation .btn-continue:hover {
    background: #8B0000 !important;
    color: #fff !important;
    border-color: #8B0000 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 0, 0, 0.25);
}
.custom-order-confirmation .btn-view-order {
    background: #8B0000 !important;
    color: #fff !important;
    border: 1px solid #8B0000 !important;
}
.custom-order-confirmation .btn-view-order:hover {
    background: #6e0000 !important;
    border-color: #6e0000 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 0, 0, 0.25);
}

/* ==========================================================================
   ORDER OVERVIEW STRIP — 5 info cards
   ========================================================================== */
.woocommerce-order-overview {
    list-style: none !important;
    padding: 24px 28px !important;
    margin: 0 0 28px !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03) !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
    gap: 20px !important;
}

.woocommerce-order-overview li {
    padding: 0 0 0 38px !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    text-transform: none !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #888 !important;
    letter-spacing: 1px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    list-style: none !important;
    position: relative;
}

.woocommerce-order-overview li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #fdf5f5;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.woocommerce-order-overview li.order::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='4' y='4' width='16' height='16' rx='2'/><line x1='4' y1='9' x2='20' y2='9'/><line x1='9' y1='9' x2='9' y2='20'/></svg>");
}
.woocommerce-order-overview li.date::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>");
}
.woocommerce-order-overview li.email::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/><polyline points='22,6 12,13 2,6'/></svg>");
}


.woocommerce-order-overview li.total::before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMDAwIDg3MCc+PHBhdGggZD0nbTg4LjMgMWMwLjQgMC42IDIuNiAzLjMgNC43IDUuOSAxNS4zIDE4LjIgMjYuOCA0Ny44IDMzIDg1LjEgNC4xIDI0LjUgNC4zIDMyLjIgNC4zIDEyNS42djg3aC00MS44Yy0zOC4yIDAtNDIuNi0wLjItNTAuMS0xLjctMTEuOC0yLjUtMjQtOS4yLTMyLjItMTcuOC02LjUtNi45LTYuMy03LjMtNS45IDEzLjYgMC41IDE3LjMgMC43IDE5LjIgMy4yIDI4LjYgNCAxNC45IDkuNSAyNiAxNy44IDM1LjkgMTEuMyAxMy42IDIyLjggMjEuMiAzOS4yIDI2LjMgMy41IDEgMTAuOSAxLjQgMzcuMSAxLjZsMzIuNyAwLjV2NDMuMyA0My40bC00Ni4xLTAuMy00Ni4zLTAuMy04LTMuMmMtOS41LTMuOC0xMy44LTYuNi0yMy4xLTE0LjlsLTYuOC02LjEgMC40IDE5LjFjMC41IDE3LjcgMC42IDE5LjcgMy4xIDI4LjcgOC43IDMxLjggMjkuNyA1NC41IDU3LjQgNjEuOSA2LjkgMS45IDkuNiAyIDM4LjUgMi40bDMwLjkgMC40djg5LjZjMCA1NC4xLTAuMyA5NC0wLjggMTAwLjgtMC41IDYuMi0yLjEgMTcuOC0zLjUgMjUuOS02LjUgMzcuMy0xOC4yIDY1LjQtMzUgODMuNmwtMy40IDMuN2gxNjkuMWMxMDEuMSAwIDE3Ni43LTAuNCAxODcuOC0wLjkgMTkuNS0xIDYzLTUuMyA3Mi44LTcuNCAzLjEtMC42IDguOS0xLjUgMTIuNy0yLjEgOC4xLTEuMiAyMS41LTQgNDAuOC04LjkgMjcuMi02LjggNTItMTUuMyA3Ni4zLTI2LjEgNy42LTMuNCAyOS40LTE0LjUgMzUuMi0xOCAzLjEtMS44IDYuOC00IDguMi00LjcgMy45LTIuMSAxMC40LTYuMyAxOS45LTEzLjEgNC43LTMuNCA5LjQtNi43IDEwLjQtNy40IDQuMi0yLjggMTguNy0xNC45IDI1LjMtMjEgMjUuMS0yMy4xIDQ2LjEtNDguOCA2Mi40LTc2LjMgMi4zLTQgNS4zLTkgNi42LTExLjEgMy4zLTUuNiAxNi45LTMzLjYgMTguMi0zNy44IDAuNi0xLjkgMS40LTMuOSAxLjgtNC4zIDIuNi0zLjQgMTcuNi01MC42IDE5LjQtNjAuOSAwLjYtMy4zIDAuOS0zLjggMy40LTQuMyAxLjYtMC4zIDI0LjktMC4zIDUxLjgtMC4xIDUzLjggMC40IDUzLjggMC40IDY1LjcgNS45IDYuNyAzLjEgOC43IDQuNSAxNi4xIDExLjIgOS43IDguNyA4LjggMTAuMSA4LjItMTEuNy0wLjQtMTIuOC0wLjktMjAuNy0xLjgtMjMuOS0zLjQtMTIuMy00LjItMTQuOS03LjItMjEuMS05LjgtMjEuNC0yNi4yLTM2LjctNDcuMi00NGwtOC4yLTMtMzMuNC0wLjQtMzMuMy0wLjUgMC40LTExLjdjMC40LTE1LjQgMC40LTQ1LjktMC4xLTYxLjZsLTAuNC0xMi42IDQ0LjYtMC4yYzM4LjItMC4yIDQ1LjMgMCA0OS41IDEuMSAxMi42IDMuNSAyMS4xIDguMyAzMS41IDE3LjhsNS44IDUuNHYtMTQuOGMwLTE3LjYtMC45LTI1LjQtNC41LTM3LTcuMS0yMy41LTIxLjEtNDEtNDEuMS01MS44LTEzLTctMTMuOC03LjItNTguNS03LjUtMjYuMi0wLjItMzkuOS0wLjYtNDAuNi0xLjItMC42LTAuNi0xLjEtMS42LTEuMS0yLjQgMC0wLjgtMS41LTcuMS0zLjUtMTMuOS0yMy40LTgyLjctNjcuMS0xNDguNC0xMzEtMTk3LjEtOC43LTYuNy0zMC0yMC44LTM4LjYtMjUuNi0zLjMtMS45LTYuOS0zLjktNy44LTQuNS00LjItMi4zLTI4LjMtMTQuMS0zNC4zLTE2LjYtMy42LTEuNi04LjMtMy42LTEwLjQtNC40LTM1LjMtMTUuMy05NC41LTI5LjgtMTM5LjctMzQuMy03LjQtMC43LTE3LjItMS44LTIxLjctMi4yLTIwLjQtMi4zLTQ4LjctMi42LTIwOS40LTIuNi0xMzUuOCAwLTE2OS45IDAuMy0xNjkuNCAxem0zMzAuNyA0My4zYzMzLjggMiA1NC42IDQuNiA3OC45IDEwLjUgNzQuMiAxNy42IDEyNi40IDU0LjggMTY0LjMgMTE3IDMuNSA1LjggMTguMyAzNiAyMC41IDQyLjEgMTAuNSAyOC4zIDE1LjYgNDUuMSAyMC4xIDY3LjMgMS4xIDUuNCAyLjYgMTIuNiAzLjMgMTYgMC43IDMuMyAxIDYuNCAwLjcgNi43LTAuNSAwLjQtMTAwLjkgMC42LTIyMy4zIDAuNWwtMjIyLjUtMC4yLTAuMy0xMjguNWMtMC4xLTcwLjYgMC0xMjkuMyAwLjMtMTMwLjRsMC40LTEuOWg3MS4xYzM5IDAgNzggMC40IDg2LjUgMC45em0yOTcuNSAzNTAuM2MwLjcgNC4zIDAuNyA3Ny4zIDAgODAuOWwtMC42IDIuNy0yMjcuNS0wLjItMjI3LjQtMC4zLTAuMi00Mi40Yy0wLjItMjMuMyAwLTQyLjcgMC4yLTQzLjEgMC4zLTAuNSA5Ny4yLTAuOCAyMjcuNy0wLjhoMjI3LjJ6bS0xMC4yIDE3MS43YzAuNSAxLjUtMS45IDEzLjgtNi44IDMzLjgtNS42IDIyLjUtMTMuMiA0NS4yLTIwLjkgNjItMy44IDguNi0xMy4zIDI3LjItMTUuNiAzMC43LTEuMSAxLjYtNC4zIDYuNy03LjEgMTEuMi0xOCAyOC4yLTQzLjcgNTMuOS03MyA3Mi45LTEwLjcgNi44LTMyLjcgMTguNC0zOC42IDIwLjItMS4yIDAuMy0yLjUgMC45LTMgMS4zLTAuNyAwLjYtOS44IDQtMjAuNCA3LjgtMTkuNSA2LjktNTYuNiAxNC40LTg2LjQgMTcuNS0xOS4zIDEuOS0yMi40IDItOTYuNyAyaC03Ni45di0xMjkuNy0xMjkuOGwyMjAuOS0wLjRjMTIxLjUtMC4yIDIyMS42LTAuNSAyMjIuNC0wLjcgMC45LTAuMSAxLjggMC41IDIuMSAxLjJ6JyBmaWxsPScjN0IxNjIwJy8+PC9zdmc+");background-size:contain;background-repeat:no-repeat;background-position:center;     width: 18px;}



.woocommerce-order-overview li.method::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='1' y='4' width='22' height='16' rx='2'/><line x1='1' y1='10' x2='23' y2='10'/></svg>");
}

.woocommerce-order-overview li strong {
    display: block;
    margin-top: 6px;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    word-break: break-word;
}
.woocommerce-order-overview li.total strong {
    color: #8B0000 !important;
}

/* ==========================================================================
   ORDER DETAILS SECTION
   ========================================================================== */
.woocommerce-order-details {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: clamp(18px, 2.5vw, 22px) !important;
    font-weight: 700 !important;
    margin: 0 0 22px !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce-order .order_details {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: none !important;
    margin: 0 !important;
    background: transparent !important;
}

.woocommerce-order .order_details thead th {
    background: #fdf5f5 !important;
    color: #8B0000 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 14px 18px !important;
    text-align: left !important;
    border: none !important;
}
.woocommerce-order .order_details thead th:first-child {
    border-radius: 10px 0 0 10px;
}
.woocommerce-order .order_details thead th:last-child {
    border-radius: 0 10px 10px 0;
    text-align: right !important;
}

.woocommerce-order .order_details tbody td {
    padding: 18px !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    vertical-align: top !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    background: transparent !important;
}

.woocommerce-order .order_details .product-name a {
    color: #8B0000 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-decoration: none !important;
}
.woocommerce-order .order_details .product-name a:hover {
    text-decoration: underline !important;
}

.woocommerce-order .order_details .product-quantity {
    color: #888 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    margin-left: 4px;
}

.woocommerce-order .order_details .product-total,
.woocommerce-order .order_details td:last-child {
    text-align: right !important;
    white-space: nowrap !important;
    font-weight: 700 !important;
}

/* Item meta */
.woocommerce-order .order_details .wc-item-meta {
    list-style: none !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
}
.woocommerce-order .order_details .wc-item-meta li {
    display: grid !important;
    grid-template-columns: 140px 1fr !important;
    gap: 8px !important;
    font-size: 12px !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    list-style: none !important;
    background: transparent !important;
}
.woocommerce-order .order_details .wc-item-meta li::before {
    display: none !important;
}
.woocommerce-order .order_details .wc-item-meta-label {
    font-weight: 700 !important;
    color: #555 !important;
    font-size: 12px !important;
    margin: 0 !important;
}
.woocommerce-order .order_details .wc-item-meta li p {
    margin: 0 !important;
    color: #1a1a1a !important;
    font-size: 12px !important;
}

/* Footer rows */
.woocommerce-order .order_details tfoot th {
    padding: 14px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #555 !important;
    text-align: left !important;
    border-bottom: 1px solid #f0f0f0 !important;
    background: transparent !important;
}
.woocommerce-order .order_details tfoot td {
    padding: 14px 18px !important;
    text-align: right !important;
    border-bottom: 1px solid #f0f0f0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    background: transparent !important;
    white-space: nowrap !important;
}

.woocommerce-order .order_details tfoot tr:nth-last-child(2) th,
.woocommerce-order .order_details tfoot tr:nth-last-child(2) td {
    font-size: 16px !important;
    color: #8B0000 !important;
    border-bottom-color: #fce4e4 !important;
}

.woocommerce-order .order_details tfoot tr:last-child th,
.woocommerce-order .order_details tfoot tr:last-child td {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

/* ==========================================================================
   BILLING ADDRESS
   ========================================================================== */
.woocommerce-customer-details {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.woocommerce-customer-details address {
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    color: #444 !important;
    margin: 0 !important;
    padding: 18px 22px !important;
    background: #fdf5f5 !important;
    border: 1px solid #fce4e4 !important;
    border-radius: 12px !important;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 12px 0 0 !important;
    font-size: 13px !important;
    color: #555 !important;
    padding-top: 12px !important;
}
.woocommerce-customer-details--phone {
    border-top: 1px solid #fce4e4 !important;
    margin-top: 14px !important;
    padding-top: 14px !important;
}
.woocommerce-customer-details--email {
    border-top: none !important;
    margin-top: 6px !important;
    padding-top: 0 !important;
}

.woocommerce-customer-details--phone::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}
.woocommerce-customer-details--email::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 992px) {
    .woocommerce-order {
        padding: 0 16px;
    }
    .woocommerce-order-overview {
        padding: 20px 22px !important;
        gap: 16px !important;
    }
    .woocommerce-order-details,
    .woocommerce-customer-details {
        padding: 22px !important;
    }
}

@media (max-width: 768px) {
    
    span.mob-font
     {
        font-size: 35px;
    }
    
    .woocommerce-order {
        padding: 0 14px;
    }
    
    /* Confirmation card */
    .custom-order-confirmation {
        padding: 36px 22px !important;
        border-radius: 16px !important;
        margin-bottom: 22px !important;
    }
    .custom-order-confirmation .confirmation-icon {
        width: 72px !important;
        height: 72px !important;
        margin-bottom: 16px !important;
    }
    .custom-order-confirmation h2 {
        font-size: 22px !important;
    }
    .custom-order-confirmation p {
        font-size: 13px !important;
        margin-bottom: 22px !important;
    }
    .custom-order-confirmation .confirmation-actions {
        flex-direction: column !important;
        gap: 10px !important;
    }
    .custom-order-confirmation .btn-continue,
    .custom-order-confirmation .btn-view-order {
        width: 100% !important;
        padding: 13px 24px !important;
        font-size: 12px !important;
    }
    
    /* Overview strip — 2 cols */
    .woocommerce-order-overview {
        grid-template-columns: 1fr 1fr !important;
        padding: 18px !important;
        gap: 14px !important;
    }
    .woocommerce-order-overview li {
        font-size: 10px !important;
        padding-left: 34px !important;
    }
    .woocommerce-order-overview li::before {
        width: 26px;
        height: 26px;
        background-size: 14px;
    }
    .woocommerce-order-overview li strong {
        font-size: 13px !important;
        margin-top: 4px;
    }
    
    /* Order details + billing */
    .woocommerce-order-details,
    .woocommerce-customer-details {
        padding: 18px !important;
        border-radius: 14px !important;
    }
    .woocommerce-order-details__title,
    .woocommerce-column__title {
        font-size: 18px !important;
        margin-bottom: 18px !important;
    }
    
    /* Stack table on mobile */
    .woocommerce-order .order_details thead {
        display: none !important;
    }
    .woocommerce-order .order_details tbody tr {
        display: block !important;
        padding: 14px !important;
        background: #fdf5f5 !important;
        border-radius: 10px !important;
        margin-bottom: 12px !important;
    }
    .woocommerce-order .order_details tbody td {
        display: block !important;
        padding: 0 !important;
        border: none !important;
        font-size: 13px !important;
    }
    .woocommerce-order .order_details tbody td.product-name {
        margin-bottom: 10px !important;
    }
    .woocommerce-order .order_details tbody td.product-total {
        text-align: left !important;
        font-size: 15px !important;
        color: #8B0000 !important;
        font-weight: 700 !important;
        padding-top: 10px !important;
        border-top: 1px solid #fce4e4 !important;
        margin-top: 10px !important;
    }
    .woocommerce-order .order_details tbody td.product-total::before {
        content: "Item Total: ";
        font-size: 10px;
        color: #888;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 4px;
    }
    .woocommerce-order .order_details .wc-item-meta li {
        grid-template-columns: 100px 1fr !important;
        font-size: 11px !important;
    }
    .woocommerce-order .order_details .wc-item-meta-label {
        font-size: 11px !important;
    }
    .woocommerce-order .order_details .wc-item-meta li p {
        font-size: 11px !important;
    }
    
    /* Footer compact */
    .woocommerce-order .order_details tfoot tr {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid #f0f0f0 !important;
    }
    .woocommerce-order .order_details tfoot tr:last-child {
        border-bottom: none !important;
    }
    .woocommerce-order .order_details tfoot th,
    .woocommerce-order .order_details tfoot td {
        padding: 0 !important;
        border: none !important;
        font-size: 13px !important;
    }
    
    .woocommerce-customer-details address {
        padding: 14px 16px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .woocommerce-order {
        padding: 0 12px;
    }
    .custom-order-confirmation {
        padding: 32px 18px !important;
    }
    .custom-order-confirmation .confirmation-icon {
        width: 64px !important;
        height: 64px !important;
    }
    .custom-order-confirmation h2 {
        font-size: 20px !important;
    }
    .custom-order-confirmation p {
        font-size: 12px !important;
    }
    .woocommerce-order-overview {
        grid-template-columns: 1fr !important;
        padding: 16px !important;
    }
    .woocommerce-order-overview li {
        padding-left: 38px !important;
    }
    .woocommerce-order-overview li::before {
        width: 18px;
        height: 28px;
    }
    .woocommerce-order-details,
    .woocommerce-customer-details {
        padding: 16px !important;
    }
    .woocommerce-order-details__title,
    .woocommerce-column__title {
        font-size: 16px !important;
    }
    .woocommerce-order .order_details .product-name a {
        font-size: 14px !important;
    }
    .woocommerce-order .order_details .wc-item-meta li {
        grid-template-columns: 90px 1fr !important;
    }
    .woocommerce-customer-details address {
        font-size: 12px !important;
        line-height: 1.7 !important;
    }
}

@media (max-width: 380px) {
    .custom-order-confirmation .confirmation-icon {
        width: 56px !important;
        height: 56px !important;
    }
    .custom-order-confirmation h2 {
        font-size: 18px !important;
    }
    .woocommerce-order-details,
    .woocommerce-customer-details {
        padding: 14px !important;
    }
    .woocommerce-order .order_details tbody tr {
        padding: 12px !important;
    }
    .woocommerce-order .order_details .product-name a {
        font-size: 13px !important;
    }
    .woocommerce-order .order_details .wc-item-meta li {
        grid-template-columns: 80px 1fr !important;
    }
}



.product-thumbnail img,
.cart_item img,
.order_details img,
.woocommerce-order-details img,
.order-row img,
.mc-item-img img,
.wishlist_table img,
.recent-orders img {
    object-fit: cover !important;
    object-position: center top !important;
}

/* MINI CART THUMBNAIL — show top of image */
.elementor-menu-cart__product-image img,
.elementor-menu-cart__product-image a img,

.woocommerce-mini-cart .product-thumbnail img,
.elementor-menu-cart__product .product-thumbnail img {
    object-fit: cover !important;
    object-position: center top !important;
    width: 70px !important;
    height: 90px !important;
    border-radius: 8px !important;
    display: block !important;
}






@media (max-width: 576px) {
    .elementor-element-604fc07 .yith-wcwl-icon-svg {
        width: 18px !important;
        height: 26px !important;
    }
}

@media (max-width: 768px) {
    
.elementor-element-604fc07 .yith-wcwl-icon-svg {
        width: 26px !important;
        height: 26px !important;
    }
}



.wc-block-components-address-card {
    background: #fdf5f5 !important;
    border: 1px solid #fce4e4 !important;
    border-radius: 12px !important;
    padding: 18px 22px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 16px !important;
    margin-bottom: 14px !important;
}






/******Checkout*************/

	:root{
		--az-red:#8B0000;
		--az-pink-bg:#fdf5f5;
		--az-pink-border:#fce4e4;
	}


.woocommerce-message {
    margin-top: 10px !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{margin: 0em 0!important;}

	.woocommerce form.checkout.az-checkout-flex .az-cols{
		display:flex !important;
		flex-wrap:wrap !important;
		align-items:flex-start !important;
		gap:32px !important;
		width:100% !important;
	}
	.woocommerce form.checkout.az-checkout-flex .az-col-main{
		flex:1 1 480px !important;
		min-width:0 !important;
	}
	.woocommerce form.checkout.az-checkout-flex #az-checkout-sidebar{
		width:450px !important;
		flex:0 0 450px !important;
	}
	/* Payment + place order full width, below the two columns */
	.woocommerce form.checkout.az-checkout-flex #payment.woocommerce-checkout-payment{
		width:100% !important;
		margin-top:32px !important;
		clear:both !important;
	}

	.woocommerce .col2-set{ display:block !important; width:100% !important; }
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2{ width:100% !important; float:none !important; }
	wc-order-attribution-inputs{ display:none !important; }
	.woocommerce-notices-wrapper:empty{ display:none !important; }

	@media (max-width:991px){
		.woocommerce form.checkout.az-checkout-flex #az-checkout-sidebar{
			width:100% !important; flex:1 1 100% !important; order:-1 !important;
		}
	}

	/* ---------- SIDEBAR CARD ---------- */
	/* Coupon now sits BELOW the order table, so it gets full rounding and a
	   small gap above it. */
	.woocommerce-form-coupon-toggle{
		background:var(--az-pink-bg) !important;
		border:1px solid var(--az-pink-border) !important;
		border-radius:12px !important;
		padding:14px 18px !important;
		margin-top:14px !important;
	}
	.woocommerce-form-coupon-toggle .woocommerce-info{
		background:transparent !important; border:none !important;
		padding:0 !important; margin:0 !important;
		font-size:13px !important; color:#555 !important;
        font-family: "Product Sans", Sans-serif;
	}
	.woocommerce-form-coupon-toggle .woocommerce-info::before{ display:none !important; font-family: "Product Sans", Sans-serif;}
	.woocommerce-form-coupon-toggle a.showcoupon{ color:var(--az-red) !important; font-weight:600 !important; }

	.checkout_coupon.woocommerce-form-coupon{
		background:#fff !important;
		border:1px solid var(--az-pink-border) !important;
		border-top:none !important;
		border-radius:0 0 12px 12px !important;
		padding:14px 18px !important;
        font-family: "Product Sans", Sans-serif;
	}
	.checkout_coupon .input-text{
		border:1px solid var(--az-pink-border) !important;
		border-radius:8px !important; padding:10px 12px !important; width:100% !important;
        font-family: "Product Sans", Sans-serif;
	}
	.checkout_coupon .button{
		background:var(--az-red) !important; color:#fff !important;
		border-radius:8px !important; border:none !important;
		padding:10px 16px !important; margin-top:px !important;
        font-family: "Product Sans", Sans-serif;
	}



	#order_review_heading{
		background:var(--az-pink-bg) !important;
		border:1px solid var(--az-pink-border) !important;
		border-bottom:none !important;
		margin:0 !important;
		border-radius:12px 12px 0 0 !important;
		padding:16px 18px 4px !important;
		font-size:16px !important; font-weight:700 !important; color:#1a1a1a !important;
        font-family: "Product Sans", Sans-serif;
	}

	table.shop_table.woocommerce-checkout-review-order-table{
		width:100% !important;
		border:1px solid var(--az-pink-border) !important;
		border-top:none !important;
		border-radius:0 0 12px 12px !important;
		border-collapse:separate !important;
		overflow:hidden !important;
		background:#fff !important;
		box-shadow:0 4px 18px rgba(0,0,0,.04) !important;
		margin:0 !important;
        font-family: "Product Sans", Sans-serif;
	}
	table.shop_table.woocommerce-checkout-review-order-table thead{ display:none !important; }
	table.shop_table.woocommerce-checkout-review-order-table td,
	table.shop_table.woocommerce-checkout-review-order-table th{
		padding:12px 18px !important; border:none !important;
		border-top:1px solid var(--az-pink-border) !important; font-size:14px !important;
		vertical-align:top !important;
        font-family: "Product Sans", Sans-serif;
	}
	table.shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td{ border-top:none !important; font-family: "Product Sans", Sans-serif;}
	table.shop_table.woocommerce-checkout-review-order-table .product-name{ font-weight:600 !important; color:#1a1a1a !important; font-family: "Product Sans", Sans-serif;}

	/* variation lines shown inline like "Color: Lime & Cream" stacked neatly */
	table.shop_table.woocommerce-checkout-review-order-table .variation{
		margin:6px 0 0 !important; font-size:12px !important; color:#777 !important;
        font-family: "Product Sans", Sans-serif;
	}
	table.shop_table.woocommerce-checkout-review-order-table .variation dt{
		display:inline !important; margin:0 3px 0 0 !important; font-weight:600 !important; clear:both !important;
        font-family: "Product Sans", Sans-serif;
	}
	table.shop_table.woocommerce-checkout-review-order-table .variation dd{
		display:inline !important; margin:0 !important;
        font-family: "Product Sans", Sans-serif;
	}
	table.shop_table.woocommerce-checkout-review-order-table .variation dd p{ display:inline !important; margin:0 !important;font-family: "Product Sans", Sans-serif; }
	/* force each Color / Fabric / Sizes pair onto its own line */
	table.shop_table.woocommerce-checkout-review-order-table .variation dd::after{ content:""; display:block; font-family: "Product Sans", Sans-serif;}

	table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,
	table.shop_table.woocommerce-checkout-review-order-table tr.order-total td{
		font-weight:700 !important; font-size:16px !important; background:var(--az-pink-bg) !important;
        font-family: "Product Sans", Sans-serif;
	}
	table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount{
		color:var(--az-red) !important; font-weight:700 !important;
        font-family: "Product Sans", Sans-serif;
	}

	ul.woocommerce-shipping-methods{ list-style:none !important; margin:0 !important; padding:0 !important; font-family: "Product Sans", Sans-serif;}
	ul.woocommerce-shipping-methods li label{ font-size:14px !important; color:#1a1a1a !important; font-family: "Product Sans", Sans-serif; }

	/* ---------- TEXT / EMAIL / TEL INPUTS ---------- */
	.woocommerce-billing-fields .form-row,
	.woocommerce-additional-fields .form-row{
		position:relative !important;
		background:var(--az-pink-bg) !important;
		border:1px solid var(--az-pink-border) !important;
		border-radius:10px !important;
		padding:20px 14px 8px !important;
		margin:0 0 16px !important;
		width:100% !important; float:none !important;
	}
	.woocommerce-billing-fields .form-row label {
    position: absolute !important;
    top: 0px !important;
    left: 15px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--az-red) !important;
    letter-spacing: .3px !important;
    font-family: "Product Sans", Sans-serif;
    padding-bottom: 13px !important;
}
	.woocommerce-billing-fields .form-row label .required,
	.woocommerce-billing-fields .form-row label .optional{ color:#aaa !important; font-weight:500 !important; font-family: "Product Sans", Sans-serif;}
	.woocommerce-billing-fields .form-row .woocommerce-input-wrapper{ display:block !important; width:100% !important; }
	.woocommerce-billing-fields .form-row input.input-text,
	.woocommerce-additional-fields .form-row textarea.input-text{
		background:transparent !important; border:none !important; padding:0 !important;
		font-size:14px !important; color:#1a1a1a !important; width:100% !important;
		box-shadow:none !important; outline:none !important;
        font-family: "Product Sans", Sans-serif;
        height: 25px;
	}
	.woocommerce-billing-fields .form-row:focus-within{
		border-color:var(--az-red) !important; background:#fff !important;
		box-shadow:0 0 0 3px rgba(139,0,0,.08) !important;
        font-family: "Product Sans", Sans-serif;
	}

	/* two-up first/last name */
	.woocommerce-billing-fields__field-wrapper{ display:flex !important; flex-wrap:wrap !important; gap:0 16px !important; }
	.woocommerce-billing-fields__field-wrapper .form-row-first,
	.woocommerce-billing-fields__field-wrapper .form-row-last{ width:calc(50% - 8px) !important; }
	.woocommerce-billing-fields__field-wrapper .form-row-wide{ width:100% !important; font-family: "Product Sans", Sans-serif; }

	/* ---------- COUNTRY / STATE (Select2) ---------- */
	#billing_country_field, #billing_state_field{ position:relative !important; }
	.select2-container{ width:100% !important; }
	.select2-container .select2-selection--single{ background:transparent !important; border:none !important; height:auto !important; padding:0 !important; }
	.select2-container .select2-selection__rendered{ padding:0 !important; font-size:14px !important; color:#1a1a1a !important; line-height:1.4 !important; }
	.select2-container .select2-selection__arrow{ top:2px !important; right:2px !important; }
	.select2-container .select2-selection__arrow b{ border-color:var(--az-red) transparent transparent transparent !important; }

	/* ---------- ORDER NOTES ---------- */
	.woocommerce-additional-fields .form-row textarea.input-text{ min-height:80px !important; resize:vertical !important; }
	.woocommerce-additional-fields h3, .woocommerce-billing-fields h3{
		font-size:18px !important; font-weight:700 !important; margin-bottom:14px !important; color:#1a1a1a !important;
        font-family: "Product Sans", Sans-serif;
	}

	/* ---------- SHIPPING OPTIONS ---------- */
	#shipping_method{ list-style:none !important; margin:0 !important; padding:0 !important; }
	
/*****
#shipping_method li{
		position:relative !important; background:var(--az-pink-bg) !important;
		border:1px solid var(--az-red) !important; border-radius:12px !important;
		padding:14px 18px 14px 48px !important; box-shadow:0 0 0 1px var(--az-red) inset !important;
	}
	#shipping_method li::before{
		content:"" !important; position:absolute !important; left:18px !important; top:50% !important;
		transform:translateY(-50%) !important; width:18px !important; height:18px !important;
		border:2px solid var(--az-red) !important; border-radius:50% !important; background:#fff !important;
	}

*****/

	#shipping_method li::after{
		content:"" !important; position:absolute !important; left:23px !important; top:50% !important;
		transform:translateY(-50%) !important; width:8px !important; height:8px !important;
		border-radius:50% !important; background:var(--az-red) !important;
        display:none;
	}



	#shipping_method li label{ font-size:14px !important; font-weight:600 !important; color:#1a1a1a !important; }

	/* ---------- PAYMENT METHODS ---------- */
	ul.payment_methods.methods{ list-style:none !important; margin:0 !important; padding:0 !important; }
	li.wc_payment_method{
		background:var(--az-pink-bg) !important; border:1px solid var(--az-red) !important;
		border-radius:12px !important; box-shadow:0 0 0 1px var(--az-red) inset !important;
		padding:16px 18px !important; margin-bottom:16px !important;
        font-family: "Product Sans", Sans-serif;
	}
	li.wc_payment_method > label{ font-size:14px !important; font-weight:700 !important; color:#1a1a1a !important; display:block !important; margin-bottom:10px !important; }
	.payment_box.payment_method_stripe{ background:transparent !important; padding:0 !important; border:none !important; }
	#wc-stripe-upe-form{ border:none !important; padding:0 !important; margin:0 !important; font-family: "Product Sans", Sans-serif;}
	/* Stripe element wrappers made transparent (the inner iframe is
	   Stripe-controlled and cannot be recolored from here). */
	.wc-stripe-upe-element.StripeElement,
	#wc-stripe-currency-selector.StripeElement,
	#wc-stripe-express-checkout-element .StripeElement{
		background:transparent !important; border:none !important;
		border-radius:10px !important; padding:0 !important;
        font-family: "Product Sans", Sans-serif;
	}
	p.woocommerce-SavedPaymentMethods-saveNew label{ font-size:13px !important; color:#555 !important; font-weight:500 !important; font-family: "Product Sans", Sans-serif;}

	/* ---------- TERMS + PLACE ORDER ---------- */
	.woocommerce-privacy-policy-text p{ font-size:12px !important; color:#777 !important; line-height:1.6 !important; margin:16px 0 !important; font-family: "Product Sans", Sans-serif;}
	.woocommerce-privacy-policy-text a{ color:var(--az-red) !important; text-decoration:underline !important; font-family: "Product Sans", Sans-serif;}
	#place_order{
		background:var(--az-red) !important; color:#fff !important; border:none !important;
		border-radius:40px !important; width:100% !important; padding:16px 24px !important;
		font-size:15px !important; font-weight:700 !important; letter-spacing:.5px !important;
		text-transform:uppercase !important; cursor:pointer !important;
		display:flex !important; align-items:center !important; justify-content:center !important; gap:10px !important;
		transition:background .2s !important;
        font-family: "Product Sans", Sans-serif;
	}
	#place_order::after{
		content:"\2192" !important; display:inline-flex !important; align-items:center !important; justify-content:center !important;
		width:28px !important; height:28px !important; background:rgba(255,255,255,.2) !important; border-radius:50% !important; font-size:14px !important;
	}
	#place_order:hover{ background:#6e0000 !important; }

	#wc-stripe-express-checkout-button-separator{ text-align:center !important; color:#999 !important; font-size:13px !important; }

	@media (max-width:767px){
		.woocommerce-billing-fields__field-wrapper .form-row-first,
		.woocommerce-billing-fields__field-wrapper .form-row-last{ width:100% !important; }
		#place_order{ font-size:14px !important; padding:14px 18px !important; }
	}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: var(--az-pink-bg) !important;
    border-radius: 15px;
}

.payment_box fieldset{
    border:unset!important;
}
.p-CurrencyConversionRate
 {
    padding: 13px 0px!important;
}