/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



/* ============================================================
   VELSHLY FOOTER CSS (FULL INTEGRATION)
   ============================================================ */
:root {
  --dpf-black: #0a0a0a;
  --dpf-white: #ffffff;
  --dpf-link: #c7c7c5;
  --dpf-muted: #979797;
  --dpf-border: #222222;
  --dpf-field: #2a2a2a;
  --dpf-orange: #f59e0b;
  --dpf-max: 1520px;
}

.wd-footer {
    background: #0a0a0a !important;
    padding: 0 !important;
    border: none !important;
}
.wd-footer .container.main-footer {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wd-footer .elementor-29090,
.wd-footer .elementor-29090 > .elementor-element {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.dpf-footer, .dpf-footer * {
    box-sizing: border-box;
}

.dpf-footer {
    background: #0a0a0a !important;
    color: var(--dpf-link);
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    margin: 0;
    padding: 0;
}

.dpf-footer a {
    color: inherit;
    text-decoration: none;
}

.dpf-shell {
    width: min(100%, var(--dpf-max));
    margin: 0 auto;
    padding-inline: clamp(24px, 3.8vw, 58px);
}

.dpf-main {
    padding: clamp(50px, 4vw, 70px) 0 clamp(40px, 3.5vw, 55px);
}

.dpf-grid {
    display: grid;
    grid-template-columns: minmax(300px, 1.35fr) repeat(4, minmax(170px, 1fr));
    gap: clamp(32px, 3vw, 48px);
    align-items: start;
}

/* BRAND COLUMN */
.dpf-brand-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.dpf-logo-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.dpf-logo {
    display: block !important;
    width: auto !important;
    max-width: 220px !important;
    height: auto !important;
    max-height: 60px !important;
    object-fit: contain !important;
     !important;
}

/* NEWSLETTER */
.dpf-newsletter {
    width: 100%;
    max-width: 320px;
    margin-bottom: 24px;
}

.dpf-newsletter h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.dpf-newsletter h2 span {
    display: block;
}

.dpf-newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    border: 1px solid var(--dpf-field);
    border-radius: 8px;
    background: #141414;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dpf-newsletter-form:hover {
    border-color: #444;
}

.dpf-newsletter-form:focus-within {
    border-color: var(--dpf-orange);
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.2);
}

.dpf-newsletter-form input {
    flex: 1;
    min-width: 0;
    height: 54px;
    padding: 0 54px 0 16px;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
}

.dpf-newsletter-form input::placeholder {
    color: #777;
}

.dpf-newsletter-form button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: var(--dpf-orange);
    color: #111;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.dpf-newsletter-form button:hover {
    background: #d97706;
    transform: translateY(-50%) translateX(2px);
}

.dpf-newsletter-form button svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

.dpf-newsletter-status {
    min-height: 18px;
    margin: 6px 0 0;
    color: var(--dpf-muted);
    font-size: 12px;
}

/* SOCIALS */
.dpf-socials {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 6px 0 22px;
}

.dpf-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #bbb !important;
    transition: color 0.2s ease, transform 0.2s ease;
}

.dpf-social:hover {
    color: var(--dpf-orange) !important;
    transform: translateY(-2px);
}

.dpf-social svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* CONTACT */
.dpf-contact-compact {
    display: grid;
    gap: 6px;
    color: var(--dpf-muted);
    font-size: 14px;
    line-height: 1.5;
}

.dpf-contact-compact > a:not(.dpf-map-link) {
    width: fit-content;
    color: #ddd !important;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.dpf-contact-compact > a:not(.dpf-map-link):hover {
    color: var(--dpf-orange) !important;
}

.dpf-contact-compact address {
    margin: 4px 0;
    font-style: normal;
    color: #888;
    line-height: 1.45;
}

.dpf-map-link {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    width: fit-content;
    color: #ccc !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.dpf-map-link:hover {
    color: var(--dpf-orange) !important;
    border-bottom-color: var(--dpf-orange);
}

.dpf-map-link svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

/* COLUMNS & MENUS */
.dpf-column-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: uppercase;
}

.dpf-accordion-icon {
    display: none;
}

.dpf-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    gap: 12px;
}

.dpf-menu li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.dpf-menu a {
    display: inline-block;
    color: var(--dpf-link) !important;
    font-size: 15px;
    font-weight: 450;
    line-height: 1.45;
    transition: color 0.18s ease, transform 0.18s ease;
}

.dpf-menu a:hover {
    color: #fff !important;
    transform: translateX(3px);
}

/* BOTTOM BAR */
.dpf-bottom {
    border-top: 1px solid var(--dpf-border);
    background: #050505;
}

.dpf-bottom-inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.dpf-copyright {
    margin: 0;
    color: #777;
    font-size: 14px;
    white-space: nowrap;
}

.dpf-legal .dpf-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 0;
}

.dpf-legal .dpf-menu li {
    display: flex;
    align-items: center;
}

.dpf-legal .dpf-menu li:not(:last-child)::after {
    content: "•";
    margin: 0 10px;
    color: #555;
    font-size: 10px;
}

.dpf-legal .dpf-menu a {
    color: #999 !important;
    font-size: 13.5px;
}

.dpf-legal .dpf-menu a:hover {
    color: #fff !important;
    transform: none;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .dpf-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 30px;
    }
    .dpf-brand-column {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .dpf-grid {
        display: block;
    }
    .dpf-brand-column {
        padding-bottom: 30px;
    }
    .dpf-column {
        border-top: 1px solid var(--dpf-border);
    }
    .dpf-column:last-of-type {
        border-bottom: 1px solid var(--dpf-border);
    }
    .dpf-column-heading {
        min-height: 56px;
        margin: 0;
        cursor: pointer;
    }
    .dpf-accordion-icon {
        position: relative;
        display: block;
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }
    .dpf-accordion-icon::before, .dpf-accordion-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 1.5px;
        background: #bbb;
        transform: translate(-50%, -50%);
        transition: opacity 0.2s, transform 0.2s;
    }
    .dpf-accordion-icon::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .dpf-column-heading[aria-expanded="true"] .dpf-accordion-icon::after {
        opacity: 0;
        transform: translate(-50%, -50%);
    }
    .dpf-column-panel {
        display: none;
        padding-bottom: 18px;
    }
    .dpf-column.is-open .dpf-column-panel {
        display: block;
    }
    .dpf-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
/* ========================================================
   VELSHLY HIGH-CONVERTING ADD TO CART & PRODUCT PAGE CSS
   ======================================================== */

/* 1. MAIN ADD TO CART BUTTON & FORM LAYOUT */
form.cart {
    margin: 20px 0 25px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: center !important;
}

/* Quantity box styling */
form.cart .quantity {
    height: 52px !important;
    min-height: 52px !important;
    border-radius: 12px !important;
    border: 1.5px solid #cbd5e1 !important;
    background: #f8fafc !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02) !important;
}

form.cart .quantity input[type="number"],
form.cart .quantity input[type="text"] {
    height: 50px !important;
    width: 48px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    border: none !important;
    background: transparent !important;
    text-align: center !important;
}

form.cart .quantity .btn {
    width: 38px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

form.cart .quantity .btn:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}

/* Main Add to Cart Button */
button.single_add_to_cart_button.button.alt {
    min-height: 52px !important;
    height: 52px !important;
    flex: 1 1 240px !important;
    padding: 0 32px !important;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-size: 16px !important;
    font-weight: 750 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    box-shadow: 0 10px 24px -4px rgba(37, 99, 235, 0.4) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
}

button.single_add_to_cart_button.button.alt:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 32px -4px rgba(37, 99, 235, 0.5) !important;
    color: #ffffff !important;
}

button.single_add_to_cart_button.button.alt:active {
    transform: translateY(1px) !important;
    box-shadow: 0 6px 14px -2px rgba(37, 99, 235, 0.4) !important;
}

/* 2. STOCK STATUS PULSE BEACON */
.v-stock-status-bar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    padding: 8px 16px;
    border-radius: 10px;
    margin: 12px 0 18px;
    width: 100%;
    box-sizing: border-box;
}

.v-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #10b981;
    position: relative;
    flex-shrink: 0;
}

.v-live-dot::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background-color: rgba(16, 185, 129, 0.4);
    animation: v-pulse 2s infinite ease-out;
}

@keyframes v-pulse {
    0% { transform: scale(0.9); opacity: 0.8; }
    50% { transform: scale(1.6); opacity: 0.2; }
    100% { transform: scale(2.2); opacity: 0; }
}

.v-stock-text {
    font-size: 13px;
    color: #065f46;
    line-height: 1.4;
}

/* 3. DYNAMIC SHIPPING & DELIVERY BOX */
.v-shipping-delivery-box {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    margin: 25px 0 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.v-sdb-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0;
}

.v-sdb-icon {
    font-size: 24px;
    line-height: 1;
}

.v-sdb-title {
    font-size: 15px;
    font-weight: 750;
    color: #0f172a;
    margin: 0 0 2px;
}

.v-sdb-cutoff {
    font-size: 13px;
    color: #0369a1;
    display: block;
}

.v-sdb-cutoff strong {
    color: #0284c7;
}

.v-sdb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 14px;
}

@media (max-width: 600px) {
    .v-sdb-grid { grid-template-columns: 1fr; }
}

.v-sdb-col {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.v-sdb-col-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #eff6ff;
    color: #2563eb;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.v-sdb-col-info strong {
    display: block;
    font-size: 12px;
    color: #0f172a;
}

.v-sdb-col-info span {
    font-size: 11px;
    color: #64748b;
}

.v-sdb-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #64748b;
    padding-top: 10px;
    border-top: 1px dashed #e2e8f0;
}

.v-sdb-footer a {
    color: #2563eb !important;
    font-weight: 700;
    text-decoration: none;
}

/* 4. TRUST BADGES GRID */
.v-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}

@media (max-width: 600px) {
    .v-trust-grid { grid-template-columns: 1fr; }
}

.v-trust-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 14px;
}

.v-tb-icon {
    font-size: 18px;
    line-height: 1.2;
    flex-shrink: 0;
}

.v-tb-content strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}

.v-tb-content p {
    font-size: 11.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

.v-tb-content a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

/* 5. SAFE CHECKOUT PAYMENT BAR */
.v-payment-bar {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 25px;
}

.v-pb-label {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.v-pb-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.v-pay-chip {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 750;
    color: #1e293b;
    letter-spacing: 0.3px;
}

/* 6. STICKY ADD TO CART BAR */
.v-sticky-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid #e2e8f0;
    padding: 12px 20px;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 -10px 25px rgba(0,0,0,0.08);
}

.v-sticky-cart.v-visible {
    transform: translateY(0);
}

.v-sc-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.v-sc-product {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.v-sc-img {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    flex-shrink: 0;
}

.v-sc-info {
    min-width: 0;
}

.v-sc-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 480px;
}

@media (max-width: 768px) {
    .v-sc-title { max-width: 180px; font-size: 12.5px; }
}

.v-sc-price {
    font-size: 14px;
    font-weight: 800;
    color: #2563eb;
}

.v-sc-button {
    background: #2563eb;
    color: #ffffff !important;
    border: none;
    border-radius: 10px;
    padding: 11px 22px;
    font-size: 14px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
    flex-shrink: 0;
}

.v-sc-button:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.45);
}

/* Velshly Cleanup: Hide SKU, Categories, Tag, Payment Bar, and Sticky Bar */
.product_meta,
.single-product .product_meta,
.single-product .sku_wrapper,
.single-product .posted_in,
.single-product .tagged_as,
.v-payment-bar,
.v-sticky-cart,
#v-sticky-cart-bar {
    display: none !important;
}

.v-trust-grid {
    grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 768px) {
    .v-trust-grid {
        grid-template-columns: 1fr !important;
    }
}
