/* WhatsApp Store Theme: CAR SALE
   Folder: public/whatsapp-store-themes/car-sale
   Keep this theme's custom CSS here so every store theme stays separate. */

body.whatsapp-store-theme-car-sale {
    --wa-green: #064334;
    --wa-bright: #6fbe57;
    background: #f7f8f4;
    color: #061713;
}

body.whatsapp-store-theme-car-sale .app-shell {
    background: linear-gradient(180deg, #fffefa 0%, #f8faf5 100%);
}

body.whatsapp-store-theme-car-sale .phone-header {
    color: #07120f;
    background:
        radial-gradient(circle at 76% -18%, rgba(111, 190, 87, .18), transparent 34%),
        linear-gradient(180deg, #fffefa, #fffefa);
    border-bottom: 0;
}

body.whatsapp-store-theme-car-sale .brand-row {
    padding: 20px 18px 14px;
    gap: 13px;
}
body.whatsapp-store-theme-car-sale .brand {
    flex: 1;
    gap: 12px;
}

body.whatsapp-store-theme-car-sale .wa-logo {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #58b84a;
    box-shadow: 0 0 0 4px #d8ecd3, 0 12px 22px rgba(6, 67, 52, .18);
}

body.whatsapp-store-theme-car-sale .wa-logo svg circle {
    fill: #58b84a;
}

body.whatsapp-store-theme-car-sale .wa-logo svg path:first-of-type {
    fill: #fff;
}

body.whatsapp-store-theme-car-sale .wa-logo svg path:last-of-type {
    fill: #58b84a;
}

body.whatsapp-store-theme-car-sale .store-title strong {
    color: #07120f;
    font-size: 20px;
}
body.whatsapp-store-theme-car-sale .header-actions {
    gap: 12px;
}

body.whatsapp-store-theme-car-sale .header-actions .icon-btn:first-of-type {
    display: none;
}

body.whatsapp-store-theme-car-sale .icon-btn {
    color: #07120f;
}

body.whatsapp-store-theme-car-sale .cart-badge,
body.whatsapp-store-theme-car-sale .discount {
    background: #ef3b2d;
    color: #fff;
}

body.whatsapp-store-theme-car-sale .location {
    display: inline-flex;
    width: calc(52% - 24px);
    margin: 8px 0 0 16px;
    box-sizing: border-box;
    border-radius: 18px;
    color: #fff;
    background: #064334;
    box-shadow: 0 10px 24px rgba(6, 67, 52, .18);
    font-size: 13px;
    font-weight: 760;
}

body.whatsapp-store-theme-car-sale .location svg {
    stroke: #fff;
}

body.whatsapp-store-theme-car-sale .car-search {
    display: inline-flex;
    align-items: center;
    width: calc(48% - 24px);
    margin: 8px 16px 0 12px;
    box-sizing: border-box;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(6, 67, 52, .10);
    vertical-align: top;
}

body.whatsapp-store-theme-car-sale .car-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: transparent;
    padding: 14px 8px 14px 16px;
    color: #061713;
    font-size: 14px;
    outline: none;
}

body.whatsapp-store-theme-car-sale .car-search button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    color: #07120f;
    background: transparent;
    cursor: pointer;
}

body.whatsapp-store-theme-car-sale .content {
    padding-top: 16px;
}

body.whatsapp-store-theme-car-sale .sale-card {
    min-height: 176px;
    border-radius: 18px;
    background:
        linear-gradient(104deg, rgba(2, 36, 29, .96) 0%, rgba(3, 49, 39, .90) 46%, rgba(111, 190, 87, .16) 48%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .05) 100%),
        var(--store-banner, linear-gradient(135deg, #063d31, #6fbe57));
    background-size: cover;
    background-position: center right;
    box-shadow: 0 16px 30px rgba(6, 67, 52, .18);
}

body.whatsapp-store-theme-car-sale .sale-copy {
    max-width: 52%;
    padding: 20px 18px;
}

body.whatsapp-store-theme-car-sale .tag {
    padding: 0;
    color: #78d263;
    background: transparent;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.whatsapp-store-theme-car-sale .sale-copy h2 {
    color: #fff;
    font-size: 25px;
    line-height: 1.08;
}

body.whatsapp-store-theme-car-sale .sale-copy h2 span,
body.whatsapp-store-theme-car-sale .sale-copy p b,
body.whatsapp-store-theme-car-sale .section-title span,
body.whatsapp-store-theme-car-sale .price,
body.whatsapp-store-theme-car-sale .bottom-nav .active,
body.whatsapp-store-theme-car-sale .bottom-nav .active b {
    color: #6fbe57;
}

body.whatsapp-store-theme-car-sale .sale-copy p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

body.whatsapp-store-theme-car-sale .shop-btn {
    min-height: 38px;
    border-radius: 9px;
    color: #07120f;
    background: #fff;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .18);
}

body.whatsapp-store-theme-car-sale .hero-products {
    display: none;
}

body.whatsapp-store-theme-car-sale .category-strip {
    margin-top: 18px;
    padding: 12px 16px;
    gap: 22px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(6, 67, 52, .10);
}

body.whatsapp-store-theme-car-sale .cat-icon {
    width: 56px;
    height: 56px;
    color: #064334;
    background: #f0f4ef;
    border: 1px solid #e8eee8;
    font-size: 9px;
    letter-spacing: .02em;
}

body.whatsapp-store-theme-car-sale .cat-link:first-child .cat-icon {
    color: #fff;
    background: #064334;
}

body.whatsapp-store-theme-car-sale .section-head {
    margin-top: 25px;
}

body.whatsapp-store-theme-car-sale .timer {
    display: none;
}

body.whatsapp-store-theme-car-sale .view-all {
    color: #064334;
    font-weight: 850;
}

body.whatsapp-store-theme-car-sale .product-card {
    flex: 0 0 150px;
    border: 1px solid #e4ebe5;
    border-radius: 12px;
    box-shadow: 0 9px 23px rgba(6, 67, 52, .12);
}

body.whatsapp-store-theme-car-sale .product-image {
    height: 116px;
    background: linear-gradient(180deg, #f6f7f5, #e9eee9);
}

body.whatsapp-store-theme-car-sale .product-image img {
    max-width: 100%;
    max-height: 108px;
}

body.whatsapp-store-theme-car-sale .product-body h3 {
    min-height: 34px;
    color: #07120f;
    font-size: 13px;
    font-weight: 950;
}

body.whatsapp-store-theme-car-sale .product-body p {
    color: #07120f;
    font-size: 12px;
    font-weight: 700;
}

body.whatsapp-store-theme-car-sale .add-cart {
    border-color: #064334;
    color: #064334;
    background: #fff;
    padding: 8px 5px;
}

body.whatsapp-store-theme-car-sale .car-sell-banner {
    position: relative;
    overflow: hidden;
    min-height: 132px;
    margin: 22px 0 8px;
    border-radius: 16px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 50%, rgba(111, 190, 87, .68), transparent 28%),
        linear-gradient(105deg, #063d31 0%, #05281f 60%, #6fbe57 100%);
    box-shadow: 0 16px 30px rgba(6, 67, 52, .20);
}

body.whatsapp-store-theme-car-sale .car-sell-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: radial-gradient(#6fbe57 1px, transparent 1px);
    background-size: 13px 13px;
}

body.whatsapp-store-theme-car-sale .car-sell-banner div {
    position: relative;
    z-index: 1;
    width: 62%;
    padding: 18px;
}

body.whatsapp-store-theme-car-sale .car-sell-banner p {
    margin: 0 0 6px;
    color: #95df81;
    font-size: 13px;
    font-weight: 850;
}

body.whatsapp-store-theme-car-sale .car-sell-banner h3 {
    margin: 0;
    font-size: 23px;
    line-height: 1.1;
    font-weight: 950;
}

body.whatsapp-store-theme-car-sale .car-sell-banner h3 span {
    color: #6fbe57;
}

body.whatsapp-store-theme-car-sale .car-sell-banner small {
    display: block;
    margin: 10px 0;
    font-size: 11px;
    font-weight: 750;
}

body.whatsapp-store-theme-car-sale .top-cat {
    border-radius: 10px;
    background: #f0f4ef;
}

body.whatsapp-store-theme-car-sale .top-cat .thumb {
    height: 50px;
    color: #064334;
    background: linear-gradient(180deg, #fff, #edf3ed);
    font-size: 10px;
    font-weight: 950;
}

body.whatsapp-store-theme-car-sale .bottom-nav {
    width: min(398px, calc(100vw - 32px));
    bottom: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    background: linear-gradient(135deg, #064334, #03261e);
    color: #fff;
    box-shadow: 0 16px 30px rgba(6, 67, 52, .24);
}

body.whatsapp-store-theme-car-sale .bottom-nav a,
body.whatsapp-store-theme-car-sale .bottom-nav button,
body.whatsapp-store-theme-car-sale .bottom-nav b {
    color: #d1ddd6;
}

body.whatsapp-store-theme-car-sale .bottom-nav a.active {
    transform: translateY(-10px);
}

body.whatsapp-store-theme-car-sale .bottom-nav a.active b,
body.whatsapp-store-theme-car-sale .bottom-nav button:nth-child(3) b {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-top: -18px;
    border-radius: 50%;
    background: #54b948;
    color: #fff;
    box-shadow: 0 12px 22px rgba(84, 185, 72, .28);
}

body.whatsapp-store-theme-car-sale .bottom-nav button:nth-child(3) {
    transform: translateY(-18px);
}

body.whatsapp-store-theme-car-sale .bottom-nav button:nth-child(3) b {
    font-size: 10px;
}

@media (max-width: 390px) {
    body.whatsapp-store-theme-car-sale .location,
    body.whatsapp-store-theme-car-sale .car-search {
        display: flex;
        width: calc(100% - 32px);
        margin: 8px 16px 0;
    }

    body.whatsapp-store-theme-car-sale .sale-copy h2 {
        font-size: 22px;
    }

    body.whatsapp-store-theme-car-sale .product-card {
        flex-basis: 140px;
    }
}
