* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #f5f7fa;
    color: #1a2b4c;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 24px;
    width: 100%;
}

header {
    background: #1a2b4c;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    color: white;
    position: sticky;
    top: 0;
    z-index: 20;
}

.header-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 72px;
}

.logo {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 800;
}

.logo .secure-word {
    color: #4dabf7;
}

nav ul {
    display: flex;
    gap: 24px;
    list-style: none;
}

nav a {
    color: white;
    font-weight: 600;
}

nav a:hover {
    color: #4dabf7;
}

.hero {
    background:
        linear-gradient(110deg, rgba(26, 43, 76, 0.94), rgba(26, 43, 76, 0.76)),
        url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80');
    background-position: center;
    background-size: cover;
    color: white;
    padding: 74px 0 64px;
}

.eyebrow {
    color: #8ed1ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hero h1 {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.05;
    margin-bottom: 18px;
    max-width: 820px;
}

.hero p {
    color: #e8f4ff;
    font-size: 18px;
    max-width: 760px;
}

.hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.btn {
    align-items: center;
    background: #4dabf7;
    border-radius: 6px;
    color: white;
    display: inline-flex;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    padding: 13px 20px;
}

.btn:hover {
    background: #339af0;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

.info-panel .btn-secondary,
.section .btn-secondary {
    background: #1a2b4c;
    border-color: #1a2b4c;
    color: white;
}

.info-panel .btn-secondary:hover,
.info-panel .btn-secondary:focus,
.section .btn-secondary:hover,
.section .btn-secondary:focus {
    background: #13213a;
    border-color: #13213a;
    outline: none;
}

.section {
    padding: 64px 0;
}

.section h2 {
    font-size: 32px;
    margin-bottom: 12px;
}

.section-lead {
    color: #51617a;
    font-size: 17px;
    margin-bottom: 28px;
    max-width: 760px;
}

.products-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
    background: white;
    border: 1px solid #dbe5f2;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(26, 43, 76, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 230px;
    padding: 22px;
}

.product-card h3 {
    color: #1a2b4c;
    font-size: 20px;
    margin-bottom: 10px;
}

.product-card p {
    color: #51617a;
    flex: 1;
    margin-bottom: 18px;
}

.product-card .btn {
    align-self: flex-start;
    padding: 10px 14px;
}

.product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    width: 100%;
}

.btn-product-details,
.btn-product-whatsapp,
.btn-product-cart {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.btn-product-details {
    background: white;
    border: 1px solid #b7c8dc;
    color: #1a2b4c;
}

.btn-product-whatsapp {
    background: #25d366;
    border: 1px solid #25d366;
    color: white;
}

.btn-product-cart {
    background: linear-gradient(135deg, #4dabf7 0%, #17d6c2 100%);
    border: 1px solid rgba(77, 171, 247, 0.45);
    box-shadow: 0 16px 34px rgba(23, 214, 194, 0.2);
    color: #061022;
}

.manufacturer-detail {
    padding-top: 46px;
}

.manufacturer-card {
    background: #ffffff;
    border: 1px solid #dbe5f2;
    border-left: 5px solid #4dabf7;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(26, 43, 76, 0.06);
    padding: 26px;
}

.manufacturer-card h2 {
    margin-bottom: 10px;
}

.manufacturer-card p {
    color: #40516c;
    font-size: 17px;
    margin-bottom: 14px;
}

.manufacturer-card ul {
    color: #40516c;
    margin-left: 20px;
}

.brand-card-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-card {
    align-items: center;
    background: white;
    border: 1px solid #dbe5f2;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    min-height: 150px;
    padding: 22px;
    text-align: center;
}

.brand-card:hover,
.brand-card:focus {
    border-color: #4dabf7;
    box-shadow: 0 8px 24px rgba(26, 43, 76, 0.09);
    outline: none;
}

.brand-card img {
    display: block;
    height: 58px;
    max-width: 210px;
    object-fit: contain;
    width: 100%;
}

.brand-card--new img {
    filter: saturate(0.82) contrast(0.94) brightness(0.94);
    opacity: 0.9;
}

.brand-fallback {
    color: #1a2b4c;
    display: none;
    font-weight: 800;
}

.brand-cta {
    align-items: center;
    background: #1a2b4c;
    border-radius: 6px;
    color: white;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    margin-top: 4px;
    padding: 8px 12px;
}

.brand-card:hover .brand-cta,
.brand-card:focus .brand-cta {
    background: #4dabf7;
}

.brand-hero-layout {
    align-items: center;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
}

.brand-visual-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.045));
    border: 1px solid var(--as-border, rgba(255,255,255,0.14));
    border-radius: 28px;
    box-shadow: var(--as-shadow, 0 24px 80px rgba(0,0,0,0.28));
    overflow: hidden;
    padding: 14px;
}

.brand-visual-card img {
    aspect-ratio: 1.65;
    border-radius: 20px;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.brand-logo-lockup {
    align-items: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid var(--as-border, rgba(255,255,255,0.14));
    border-radius: 20px;
    display: inline-flex;
    margin-bottom: 18px;
    padding: 10px 14px;
}

.brand-logo-lockup img {
    display: block;
    height: 44px;
    max-width: 230px;
    object-fit: contain;
}

.capability-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

.capability-list li {
    background: rgba(255,255,255,0.07);
    border: 1px solid var(--as-border, rgba(255,255,255,0.14));
    border-radius: 16px;
    color: var(--as-muted, #b7c6dc);
    list-style: none;
    padding: 14px 16px;
}

.filter-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 26px;
}

.filter-button {
    background: white;
    border: 1px solid #b7c8dc;
    border-radius: 999px;
    color: #1a2b4c;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 9px 15px;
}

.filter-button:hover,
.filter-button:focus,
.filter-button.active {
    background: #1a2b4c;
    border-color: #1a2b4c;
    color: white;
    outline: none;
}

.product-card[hidden] {
    display: none;
}

.more-info-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.more-info-item {
    background: white;
    border: 1px solid #dbe5f2;
    border-radius: 8px;
    padding: 20px;
}

.more-info-item h3 {
    margin-bottom: 8px;
}

.btn-product-details:hover,
.btn-product-details:focus {
    border-color: #4dabf7;
    color: #156fb3;
    outline: none;
    transform: translateY(-1px);
}

.btn-product-whatsapp:hover,
.btn-product-whatsapp:focus {
    background: #1fb85a;
    border-color: #1fb85a;
    outline: none;
    transform: translateY(-1px);
}

.breadcrumbs {
    color: #d8e7f8;
    font-size: 14px;
    margin-bottom: 16px;
}

.breadcrumbs a {
    color: white;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.detail-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}

.detail-panel {
    background: white;
    border: 1px solid #dbe5f2;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(26, 43, 76, 0.05);
    padding: 24px;
}

.detail-panel h2,
.detail-panel h3 {
    margin-bottom: 12px;
}

.detail-panel ul {
    margin-left: 20px;
}

.faq-item {
    border-top: 1px solid #dbe5f2;
    padding: 18px 0;
}

.faq-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.faq-item h3 {
    font-size: 18px;
}

.split {
    display: grid;
    gap: 28px;
    grid-template-columns: 1.1fr 0.9fr;
}

.info-panel {
    background: #eaf4ff;
    border-left: 5px solid #4dabf7;
    border-radius: 8px;
    padding: 24px;
}

.info-panel ul {
    margin-left: 20px;
}

.brand-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-link {
    background: white;
    border: 1px solid #dbe5f2;
    border-radius: 8px;
    color: #1a2b4c;
    font-weight: 800;
    padding: 18px;
}

.brand-link:hover {
    border-color: #4dabf7;
    color: #156fb3;
}

footer {
    background: #1a2b4c;
    color: #d8e7f8;
    padding: 28px 0;
}

.footer-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.whatsapp-float {
    align-items: center;
    background: #25d366;
    border-radius: 50%;
    bottom: 24px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    color: white;
    display: flex;
    font-size: 27px;
    height: 58px;
    justify-content: center;
    position: fixed;
    right: 24px;
    width: 58px;
    z-index: 30;
}

@media (max-width: 820px) {
    .header-content,
    .footer-content {
        align-items: flex-start;
        flex-direction: column;
    }

    nav ul {
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    .products-grid,
    .brand-list,
    .brand-card-grid,
    .more-info-list,
    .split,
    .detail-grid,
    .brand-hero-layout,
    .capability-list {
        grid-template-columns: 1fr;
    }

    .btn-product-details,
    .btn-product-whatsapp {
        flex: 1 1 135px;
    }
}

/* V2 visual alignment: keeps existing static brand/product HTML while matching the new main site. */
:root {
    --as-bg: #071226;
    --as-bg-2: #0d1c34;
    --as-surface: rgba(255, 255, 255, 0.075);
    --as-surface-2: rgba(255, 255, 255, 0.11);
    --as-border: rgba(255, 255, 255, 0.14);
    --as-text: #f4f8ff;
    --as-muted: #b7c6dc;
    --as-blue: #4dabf7;
    --as-cyan: #23d7c8;
    --as-gradient: linear-gradient(135deg, #4dabf7, #23d7c8);
    --as-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

body {
    background:
        radial-gradient(circle at 20% 0%, rgba(77, 171, 247, 0.14), transparent 30%),
        radial-gradient(circle at 85% 18%, rgba(35, 215, 200, 0.12), transparent 28%),
        linear-gradient(180deg, var(--as-bg), var(--as-bg-2) 46%, var(--as-bg));
    color: var(--as-text);
    font-family: "Inter", "Segoe UI", sans-serif;
}

html {
    background: var(--as-bg);
}

body::before {
    background-image:
        linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 56px 56px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

header {
    backdrop-filter: blur(14px);
    background: rgba(7, 18, 38, 0.92);
    border-bottom: 1px solid var(--as-border);
    box-shadow: none;
}

.logo {
    font-family: "Manrope", "Inter", sans-serif;
    letter-spacing: -0.04em;
}

.logo .secure-word,
.logo span:last-child {
    color: var(--as-blue);
}

nav a:hover,
nav a:focus {
    color: var(--as-cyan);
}

.hero {
    background:
        radial-gradient(circle at 78% 10%, rgba(77, 171, 247, 0.24), transparent 28%),
        linear-gradient(180deg, rgba(7, 18, 38, 0.88), rgba(13, 28, 52, 0.9));
    color: var(--as-text);
    overflow: hidden;
    position: relative;
}

.hero::before {
    background-image:
        linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 54px 54px;
    content: "";
    inset: 0;
    opacity: 0.65;
    position: absolute;
}

.hero .container {
    position: relative;
}

.breadcrumbs {
    color: rgba(244, 248, 255, 0.72);
}

.breadcrumbs a {
    color: var(--as-cyan);
}

.hero h1,
.section h2 {
    color: var(--as-text);
    font-family: "Manrope", "Inter", sans-serif;
    letter-spacing: -0.05em;
}

.hero p,
.section-lead,
.manufacturer-card p,
.detail-panel p,
.more-info-item p,
.product-card p {
    color: var(--as-muted);
}

.section h2 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
}

.eyebrow {
    color: var(--as-cyan);
}

.btn,
.btn-product-whatsapp,
.brand-product-cue {
    background: var(--as-gradient);
    border: 0;
    border-radius: 999px;
    color: #061022;
    box-shadow: 0 18px 40px rgba(77, 171, 247, 0.22);
}

.btn:hover,
.btn:focus {
    background: var(--as-gradient);
    color: #061022;
    filter: brightness(1.05);
}

.btn-secondary,
.section .btn-secondary,
.info-panel .btn-secondary,
.btn-product-details {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--as-border);
    color: #ffffff !important;
}

.section {
    background: transparent;
}

.brand-card,
.product-card,
.manufacturer-card,
.detail-panel,
.info-panel,
.more-info-item,
.brand-link {
    background: linear-gradient(180deg, var(--as-surface-2), rgba(255, 255, 255, 0.045)) !important;
    border: 1px solid var(--as-border) !important;
    border-radius: 24px;
    box-shadow: var(--as-shadow);
    color: var(--as-text) !important;
}

.product-card h3,
.brand-name,
.detail-panel h2,
.detail-panel h3,
.manufacturer-card h2,
.more-info-item h3,
.info-panel h2,
.brand-link {
    color: var(--as-text) !important;
}

.brand-card,
.product-card,
.manufacturer-card,
.detail-panel {
    overflow: hidden;
    position: relative;
}

.brand-card::before,
.product-card::before,
.manufacturer-card::before,
.detail-panel::before {
    background: var(--as-gradient);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.brand-card:hover,
.product-card:hover,
.brand-link:hover {
    background: var(--as-surface-2) !important;
    border-color: rgba(77, 171, 247, 0.34);
    color: var(--as-text);
}

.btn-product-details:hover,
.btn-product-details:focus {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff !important;
}

.btn-product-whatsapp {
    color: #061022 !important;
}

.filter-button {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--as-border);
    color: var(--as-text);
}

.filter-button.active,
.filter-button:hover,
.filter-button:focus {
    background: var(--as-gradient);
    color: #061022;
}

footer {
    background: #061022;
    border-top: 1px solid var(--as-border);
    color: var(--as-muted);
}

.whatsapp-float {
    background: var(--as-gradient);
    box-shadow: 0 14px 40px rgba(77, 171, 247, 0.32);
    color: #061022;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    filter: brightness(1.06);
    outline: none;
    transform: translateY(-3px);
}

@media (max-width: 820px) {
    .header-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding: 14px 0;
    }

    nav ul {
        gap: 12px 24px;
    }

    .hero {
        padding: 56px 0 48px;
    }

    .product-card,
    .brand-card,
    .manufacturer-card,
    .detail-panel,
    .info-panel,
    .more-info-item {
        border-radius: 22px;
    }

    .product-actions,
    .hero-actions {
        align-items: center;
        flex-direction: row;
    }

    .btn,
    .btn-product-details,
    .btn-product-whatsapp,
    .btn-product-cart {
        border-radius: 999px;
        min-height: 48px;
        padding: 12px 18px;
        width: auto;
    }

    .product-actions .btn-product-details,
    .product-actions .btn-product-whatsapp,
    .product-actions .btn-product-cart {
        flex: 1 1 145px;
    }

    .hero-actions .btn {
        flex: 1 1 180px;
    }
}

@media (max-width: 420px) {
    .product-card {
        padding: 22px;
    }

    .product-actions {
        gap: 10px;
    }

    .btn-product-details,
    .btn-product-whatsapp,
    .btn-product-cart {
        font-size: 15px;
        min-height: 46px;
        padding: 10px 14px;
    }
}

@media (max-width: 820px) {
    .products-grid {
        gap: 12px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .product-card {
        border-radius: 18px;
        padding: 16px !important;
    }

    .product-card h3 {
        font-size: 16px;
        line-height: 1.15;
    }

    .product-card p {
        display: -webkit-box;
        font-size: 13px;
        line-height: 1.45;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .product-actions {
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .product-actions .btn-product-details,
    .product-actions .btn-product-whatsapp,
    .product-actions .btn-product-cart {
        flex: none !important;
        font-size: 12px;
        min-height: 38px !important;
        padding: 8px 10px;
        width: 100% !important;
    }
}

.cart-float {
    align-items: center;
    background: linear-gradient(135deg, #4dabf7 0%, #17d6c2 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    bottom: 148px;
    box-shadow: 0 18px 45px rgba(23, 214, 194, 0.26);
    color: #061022;
    cursor: pointer;
    display: inline-flex;
    font-size: 20px;
    height: 56px;
    justify-content: center;
    position: fixed;
    right: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 56px;
    z-index: 90;
}

.cart-float:hover,
.cart-float:focus {
    box-shadow: 0 22px 52px rgba(23, 214, 194, 0.36);
    outline: none;
    transform: translateY(-3px);
}

.cart-count {
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    color: #061022;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    height: 21px;
    justify-content: center;
    min-width: 21px;
    padding: 0 6px;
    position: absolute;
    right: -5px;
    top: -5px;
}

.cart-overlay {
    background: rgba(2, 8, 23, 0.62);
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity 0.18s ease;
    z-index: 120;
}

.cart-overlay[hidden],
.cart-drawer[hidden] {
    display: none !important;
}

.cart-overlay.is-open {
    opacity: 1;
}

.cart-drawer {
    background: linear-gradient(180deg, rgba(15, 30, 53, 0.98), rgba(5, 16, 34, 0.98));
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: -28px 0 70px rgba(0, 0, 0, 0.38);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-width: min(420px, 92vw);
    opacity: 0;
    padding: 24px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(18px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    width: 100%;
    z-index: 130;
}

.cart-drawer.is-open {
    opacity: 1;
    transform: translateX(0);
}

.cart-drawer__header,
.cart-drawer__footer {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.cart-eyebrow {
    color: #17d6c2;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.cart-drawer h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.1;
    margin: 0;
}

.cart-close,
.cart-clear {
    cursor: pointer;
}

.cart-close {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    min-height: 42px;
    justify-content: center;
    padding: 10px 14px;
    text-transform: uppercase;
}

.cart-close i {
    font-size: 14px;
}

.cart-drawer__body {
    display: grid;
    gap: 12px;
    margin: 22px 0;
    overflow: auto;
    padding-right: 4px;
}

.cart-empty {
    color: #c8d6ea;
    margin: 0;
}

.cart-item {
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    display: grid;
    gap: 14px;
    padding: 16px;
}

.cart-item span {
    color: #17d6c2;
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.11em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.cart-item strong {
    display: block;
    font-size: 16px;
    line-height: 1.25;
}

.cart-item__controls {
    align-items: center;
    display: flex;
    gap: 8px;
}

.cart-item__controls button {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 900;
    height: 36px;
    justify-content: center;
    min-width: 36px;
}

.cart-item__controls span {
    align-items: center;
    background: rgba(23, 214, 194, 0.12);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    letter-spacing: 0;
    margin: 0;
    min-width: 42px;
    text-transform: none;
}

.cart-drawer__footer {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: auto;
    padding-top: 18px;
}

.cart-clear {
    background: transparent;
    border: 0;
    color: #c8d6ea;
    font-weight: 800;
    padding: 10px 0;
}

.cart-clear:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.cart-whatsapp {
    align-items: center;
    background: linear-gradient(135deg, #4dabf7 0%, #17d6c2 100%);
    border-radius: 999px;
    color: #061022 !important;
    display: inline-flex;
    font-weight: 900;
    gap: 9px;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    text-decoration: none;
}

.cart-whatsapp.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 560px) {
    .cart-float {
        bottom: 132px;
        height: 50px;
        right: 14px;
        width: 50px;
    }

    .cart-drawer {
        max-width: 100vw;
        padding: 20px;
    }

    .cart-drawer__footer {
        align-items: stretch;
        flex-direction: column;
    }
}
