/* ================================================
   Avaaza — WooCommerce Button Overrides  v4.2.1
   Shaan Designs
   
   IMPORTANT: Selectors are kept SPECIFIC.
   Do NOT add broad selectors like .woocommerce a.button
   or .woocommerce button.button — these affect the
   mini-cart widget, cart icon, and other WC elements.
   ================================================ */

/* ── Proceed to checkout / "Get your quote" button ─────────────
   Only targets the actual checkout proceed button.            */
.wc-proceed-to-checkout .checkout-button,
a.checkout-button.button,
button.checkout-button {
    background: #0A0A0A !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 36px !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    box-shadow: 0 4px 20px rgba(184,135,42,0.15) !important;
    transition: background 0.25s, box-shadow 0.25s, transform 0.15s !important;
    display: inline-block !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.wc-proceed-to-checkout .checkout-button:hover,
a.checkout-button.button:hover,
button.checkout-button:hover {
    background: #B8872A !important;
    color: #ffffff !important;
    box-shadow: 0 6px 28px rgba(184,135,42,0.45) !important;
    transform: translateY(-1px) !important;
}

/* ── Mini-cart "View selected services" button ─────────────────
   Only targets the secondary view-cart link inside the mini-cart popup. */
.woocommerce-mini-cart__buttons a:not(.checkout) {
    background: transparent !important;
    color: #0A0A0A !important;
    border: 1px solid rgba(10,10,10,0.2) !important;
    border-radius: 50px !important;
    padding: 10px 24px !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: border-color 0.2s, color 0.2s !important;
}
.woocommerce-mini-cart__buttons a:not(.checkout):hover {
    border-color: #B8872A !important;
    color: #B8872A !important;
}
.woocommerce-mini-cart__buttons a.checkout {
    background: #0A0A0A !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    display: inline-block !important;
    box-shadow: 0 3px 14px rgba(184,135,42,0.2) !important;
    transition: background 0.2s, box-shadow 0.2s !important;
}
.woocommerce-mini-cart__buttons a.checkout:hover {
    background: #B8872A !important;
    box-shadow: 0 6px 24px rgba(184,135,42,0.45) !important;
}

/* ── Checkout page "Place Order" / "Get your quote" ─────────── */
#place_order,
.woocommerce-checkout #payment #place_order {
    background: #0A0A0A !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 16px 48px !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    width: auto !important;
    box-shadow: 0 4px 20px rgba(184,135,42,0.2) !important;
    transition: background 0.25s, box-shadow 0.25s, transform 0.15s !important;
    cursor: pointer !important;
}
#place_order:hover,
.woocommerce-checkout #payment #place_order:hover {
    background: #B8872A !important;
    box-shadow: 0 8px 32px rgba(184,135,42,0.5) !important;
    transform: translateY(-1px) !important;
}

/* ── FTM enquiry form submit pill button ─────────────────────── */
.ftm-btn-pill {
    border-radius: 50px !important;
    background: #0A0A0A !important;
    color: #ffffff !important;
    border: none !important;
    padding: 18px 52px !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    display: inline-block !important;
    box-shadow: 0 4px 20px rgba(184,135,42,0.18) !important;
    transition: background 0.25s, box-shadow 0.3s, transform 0.15s !important;
}
.ftm-btn-pill:hover,
.ftm-btn-pill:focus {
    background: #B8872A !important;
    color: #ffffff !important;
    box-shadow: 0 8px 32px rgba(184,135,42,0.55), 0 0 0 4px rgba(184,135,42,0.12) !important;
    transform: translateY(-2px) !important;
}

/* ── Flatpickr year input — always visible ───────────────────── */
.flatpickr-current-month .numInputWrapper {
    display: inline-block !important;
    width: 6ch !important;
    visibility: visible !important;
}
.flatpickr-current-month .numInputWrapper .numInput.cur-year,
.flatpickr-current-month input.numInput {
    display: inline-block !important;
    visibility: visible !important;
    color: #1A1A1A !important;
    -webkit-text-fill-color: #1A1A1A !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 1px solid rgba(10,10,10,0.15) !important;
    border-radius: 3px !important;
    padding: 1px 4px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    width: 60px !important;
    max-width: 60px !important;
    pointer-events: auto !important;
}
.flatpickr-current-month select.flatpickr-monthDropdown-months {
    color: #1A1A1A !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    -webkit-text-fill-color: #1A1A1A !important;
}
.flatpickr-calendar {
    border: 1px solid rgba(10,10,10,0.1) !important;
    box-shadow: 0 8px 32px rgba(10,10,10,0.12) !important;
    background: #FEFCF8 !important;
}
.flatpickr-day { color: #2C2C2C !important; }
.flatpickr-weekday { color: #4E4A46 !important; font-weight: 500 !important; }
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay { color: #C4BDB6 !important; }
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #B8872A !important;
    border-color: #B8872A !important;
    color: #fff !important;
}
.flatpickr-day:hover:not(.selected):not(.disabled) {
    background: #F0E0C0 !important;
}

/* ================================================
   v4.3.0 — FTM Basket Slide-Out Panel + Mobile Menu
   ================================================ */

/* ── Cart Counter Badge ─────────────────────────────────────── */
.ftm-cart-badge {
    position: fixed;
    bottom: 36px;
    right: 36px;
    z-index: 9990;
    display: none;  /* shown by JS once items > 0 */
}
.ftm-cart-badge-btn {
    background: #0A0A0A;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 14px 28px 14px 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 6px 24px rgba(10,10,10,0.25), 0 2px 8px rgba(184,135,42,0.2);
    transition: background 0.2s, box-shadow 0.3s, transform 0.15s;
    white-space: nowrap;
}
.ftm-cart-badge-btn:hover,
.ftm-cart-badge-btn:focus {
    background: #B8872A;
    box-shadow: 0 10px 36px rgba(184,135,42,0.55);
    transform: translateY(-2px);
    outline: none;
}
.ftm-cart-badge-count {
    background: #B8872A;
    color: #ffffff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
    flex-shrink: 0;
    transition: background 0.2s;
}
.ftm-cart-badge-btn:hover .ftm-cart-badge-count,
.ftm-cart-badge-btn:focus .ftm-cart-badge-count {
    background: rgba(255,255,255,0.25);
}

/* ── Slide-Out Overlay ──────────────────────────────────────── */
.ftm-basket-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10,10,10,0.45);
    z-index: 9991;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
}
.ftm-basket-overlay.ftm-open {
    opacity: 1;
    pointer-events: auto;
}

/* ── Slide-Out Panel ────────────────────────────────────────── */
.ftm-basket-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 420px;
    max-width: 96vw;
    background: #FAF8F3;
    border-left: 1px solid rgba(10,10,10,0.08);
    z-index: 9992;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    display: flex;
    flex-direction: column;
    box-shadow: -8px 0 48px rgba(10,10,10,0.18);
}
.ftm-basket-panel.ftm-open {
    transform: translateX(0);
}

/* Panel Header */
.ftm-basket-panel__header {
    padding: 28px 32px 20px;
    border-bottom: 1px solid rgba(10,10,10,0.07);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.ftm-basket-panel__title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #B8872A;
    font-weight: 400;
    margin: 0;
}
.ftm-basket-close {
    background: none;
    border: none;
    cursor: pointer;
    color: #4E4A46;
    font-size: 22px;
    line-height: 1;
    padding: 4px 8px;
    transition: color 0.2s;
    font-family: 'Jost', sans-serif;
}
.ftm-basket-close:hover { color: #0A0A0A; }

/* Panel Body — scrollable */
.ftm-basket-panel__body {
    flex: 1;
    overflow-y: auto;
    padding: 24px 32px;
}
.ftm-basket-panel__body::-webkit-scrollbar { width: 4px; }
.ftm-basket-panel__body::-webkit-scrollbar-track { background: transparent; }
.ftm-basket-panel__body::-webkit-scrollbar-thumb { background: rgba(184,135,42,0.3); border-radius: 2px; }

/* Service items in panel */
.ftm-basket-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(10,10,10,0.06);
}
.ftm-basket-item:last-child { border-bottom: none; }
.ftm-basket-item-img {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    background: #EAE3D5;
    overflow: hidden;
}
.ftm-basket-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ftm-basket-item-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B8872A;
    font-size: 24px;
}
.ftm-basket-item-info { flex: 1; min-width: 0; }
.ftm-basket-item-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    color: #0A0A0A;
    font-weight: 400;
    margin: 0 0 4px;
    line-height: 1.2;
}
.ftm-basket-item-meta {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    color: #6B6560;
    line-height: 1.6;
}
.ftm-basket-item-price {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    color: #B8872A;
    margin-top: 6px;
    text-transform: uppercase;
}

/* Empty state */
.ftm-basket-empty {
    text-align: center;
    padding: 60px 20px;
    color: #9A948D;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 1.8;
}
.ftm-basket-empty-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 16px;
    opacity: 0.4;
}

/* Panel Footer — action buttons */
.ftm-basket-panel__footer {
    padding: 20px 32px 28px;
    border-top: 1px solid rgba(10,10,10,0.07);
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}
.ftm-basket-btn-primary {
    display: block;
    width: 100%;
    padding: 16px 24px;
    background: #0A0A0A;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(184,135,42,0.2);
    transition: background 0.2s, box-shadow 0.3s, transform 0.15s;
}
.ftm-basket-btn-primary:hover,
.ftm-basket-btn-primary:focus {
    background: #B8872A;
    color: #ffffff;
    box-shadow: 0 8px 32px rgba(184,135,42,0.5);
    transform: translateY(-1px);
    outline: none;
}
.ftm-basket-btn-secondary {
    display: block;
    width: 100%;
    padding: 14px 24px;
    background: transparent;
    color: #0A0A0A;
    border: 1px solid rgba(10,10,10,0.2);
    border-radius: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}
.ftm-basket-btn-secondary:hover,
.ftm-basket-btn-secondary:focus {
    border-color: #B8872A;
    color: #B8872A;
    outline: none;
}

/* ── Mobile burger menu — Get a quote pill ──────────────────── */
/* Injected by JS into the mobile nav menu */
.ftm-mobile-quote-wrap {
    padding: 16px 20px 4px;
    display: flex;
    justify-content: center;
}
.ftm-mobile-quote-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #0A0A0A;
    color: #ffffff !important;
    border-radius: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(184,135,42,0.2);
    transition: background 0.2s, box-shadow 0.25s;
}
.ftm-mobile-quote-btn:hover,
.ftm-mobile-quote-btn:focus {
    background: #B8872A;
    color: #ffffff !important;
    box-shadow: 0 6px 24px rgba(184,135,42,0.45);
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 480px) {
    .ftm-cart-badge { bottom: 20px; right: 16px; }
    .ftm-basket-panel { width: 100%; max-width: 100%; }
    .ftm-basket-panel__header, .ftm-basket-panel__body, .ftm-basket-panel__footer { padding-left: 20px; padding-right: 20px; }
}

/* ================================================
   v4.3.1 — Flatpickr Year Dropdown Select
   ================================================ */

/* Hide the default numeric year input entirely */
.flatpickr-current-month .numInputWrapper input.numInput.cur-year {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 1px !important;
    height: 1px !important;
}

/* Year <select> injected by ftmInjectYearSelect() */
.ftm-year-select {
    appearance: none;
    -webkit-appearance: none;
    background: rgba(255,255,255,0.12) !important;
    border: 1px solid rgba(184,135,42,0.4) !important;
    border-radius: 4px !important;
    color: #1A1A1A !important;
    font-family: 'Jost', system-ui, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 3px 22px 3px 8px !important;
    cursor: pointer !important;
    outline: none !important;
    min-width: 72px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23B8872A'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 6px center !important;
    background-size: 8px !important;
    transition: border-color 0.2s !important;
}
.ftm-year-select:hover,
.ftm-year-select:focus {
    border-color: #B8872A !important;
    background-color: rgba(184,135,42,0.06) !important;
}
/* Keep the numInputWrapper visible so our select shows */
.flatpickr-current-month .numInputWrapper {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 72px !important;
    overflow: visible !important;
}
/* Hide the up/down arrow buttons on the wrapper */
.flatpickr-current-month .numInputWrapper span.arrowUp,
.flatpickr-current-month .numInputWrapper span.arrowDown {
    display: none !important;
}

/* ================================================
   v4.3.1 — [ftm_basket_page] Shortcode Styles
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,400&family=Josefin+Sans:wght@300;400&family=Jost:wght@300;400;500&display=swap');

.ftm-basket-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 24px 80px;
    font-family: 'Jost', system-ui, sans-serif;
    color: #2C2C2C;
    background: #FAF8F3;
}

/* ── Success state ──────────────────────────────── */
.ftm-basket-success {
    text-align: center;
    padding: 80px 20px;
}
.ftm-basket-success-inner {
    max-width: 480px;
    margin: 0 auto;
}
.ftm-basket-success-icon {
    display: inline-block;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    background: rgba(184,135,42,0.12);
    color: #B8872A;
    font-size: 28px;
    margin-bottom: 24px;
}
.ftm-basket-success-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0 0 16px;
}
.ftm-basket-success-msg {
    font-size: 16px;
    color: #6B6560;
    line-height: 1.8;
    margin: 0 0 36px;
}

/* ── Empty state ────────────────────────────────── */
.ftm-basket-empty-page {
    text-align: center;
    padding: 80px 20px;
}

/* ── Two-column grid ────────────────────────────── */
.ftm-basket-page-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(10,10,10,0.08);
    border: 1px solid rgba(10,10,10,0.08);
}

/* ── Section common ─────────────────────────────── */
.ftm-basket-section {
    background: #FAF8F3;
    padding: 48px 44px;
}
.ftm-basket-section:first-child {
    border-right: 1px solid rgba(10,10,10,0.07);
}

.ftm-basket-section-eyebrow {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #B8872A;
    margin-bottom: 12px;
}
.ftm-basket-section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.15;
}
.ftm-basket-count-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #B8872A;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    letter-spacing: 0;
}
.ftm-basket-section-desc {
    font-size: 15px;
    color: #6B6560;
    line-height: 1.8;
    margin: 0 0 32px;
}

/* ── Contact fields ─────────────────────────────── */
.ftm-basket-contact { margin-bottom: 28px; }
.ftm-basket-field { margin-bottom: 20px; }
.ftm-basket-field label {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #B8872A;
    font-weight: 400;
    margin-bottom: 8px;
}
.ftm-basket-req { color: #D4A54A; }
.ftm-basket-optional { color: #9A948D; font-size: 9px; letter-spacing: 2px; }

.ftm-basket-input {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid rgba(10,10,10,0.15);
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2C2C2C;
    background: transparent;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.ftm-basket-input::placeholder { color: #9A948D; }
.ftm-basket-input:focus { outline: none; border-color: #B8872A; }

.ftm-basket-textarea {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid rgba(10,10,10,0.15);
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    color: #2C2C2C;
    background: transparent;
    resize: vertical;
    min-height: 80px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.ftm-basket-textarea:focus { outline: none; border-color: #B8872A; }

.ftm-basket-error {
    padding: 12px 16px;
    background: rgba(180,40,40,0.06);
    border-left: 3px solid #C85555;
    color: #8B3030;
    font-size: 14px;
    margin-bottom: 16px;
}
.ftm-basket-reassurance {
    margin-top: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9A948D;
}

/* ── Shared pill buttons ────────────────────────── */
.ftm-basket-page-btn {
    display: inline-block;
    padding: 16px 40px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.3s, transform 0.15s, color 0.2s, border-color 0.2s;
    text-align: center;
    border: none;
}
.ftm-basket-page-btn--pill {
    border-radius: 50px;
}
.ftm-basket-page-btn--gold {
    background: #0A0A0A;
    color: #ffffff;
    width: 100%;
    box-shadow: 0 4px 20px rgba(184,135,42,0.2);
}
.ftm-basket-page-btn--gold:hover,
.ftm-basket-page-btn--gold:focus {
    background: #B8872A;
    color: #ffffff;
    box-shadow: 0 8px 32px rgba(184,135,42,0.55);
    transform: translateY(-1px);
    outline: none;
}
.ftm-basket-page-btn--outline {
    background: transparent;
    color: #0A0A0A;
    border: 1px solid rgba(10,10,10,0.2);
}
.ftm-basket-page-btn--outline:hover,
.ftm-basket-page-btn--outline:focus {
    border-color: #B8872A;
    color: #B8872A;
    outline: none;
}

/* ── Service items list ─────────────────────────── */
.ftm-basket-items-list { margin-bottom: 28px; }

.ftm-basket-item-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(10,10,10,0.06);
    position: relative;
}
.ftm-basket-item-row:last-child { border-bottom: none; }

.ftm-basket-item-thumb {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    background: #EAE3D5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftm-basket-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ftm-basket-item-thumb-ph { font-size: 26px; color: #B8872A; opacity: 0.5; }

.ftm-basket-item-details { flex: 1; min-width: 0; }
.ftm-basket-item-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0 0 4px;
    line-height: 1.2;
}
.ftm-basket-item-meta {
    font-size: 13px;
    color: #6B6560;
    line-height: 1.6;
    margin-bottom: 4px;
}
.ftm-basket-item-notes {
    font-size: 13px;
    color: #9A948D;
    font-style: italic;
    margin-bottom: 4px;
}
.ftm-basket-item-price {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #B8872A;
    margin-top: 6px;
}

.ftm-basket-remove {
    color: #C4BDB6;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    padding: 4px;
    transition: color 0.2s;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 2px;
}
.ftm-basket-remove:hover { color: #8B3030; }

.ftm-basket-items-footer {
    display: flex;
    justify-content: flex-start;
    padding-top: 4px;
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 860px) {
    .ftm-basket-page-grid {
        grid-template-columns: 1fr;
    }
    .ftm-basket-section:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(10,10,10,0.07);
    }
    .ftm-basket-section { padding: 36px 24px; }
    .ftm-basket-page { padding: 40px 16px 60px; }
}
@media (max-width: 480px) {
    .ftm-basket-section-title { font-size: 26px; }
    .ftm-basket-page-btn { padding: 14px 28px; }
}
