/* ============================================================
   WebXcar — Products page override
   Carregado via {assetExists file="custom.css"} no common.tpl
   ============================================================ */

/* Header da secao de produtos */
#order-standard_cart .header-lined {
    border: none !important;
    text-align: center;
    margin-bottom: 36px;
    padding-top: 8px;
}
#order-standard_cart .header-lined > p {
    color: #0036ff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
#order-standard_cart .header-lined h1,
#order-standard_cart .products-headline {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    margin: 0 !important;
    line-height: 1.25;
}
#order-standard_cart .products-tagline {
    color: #0036ff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
}
#order-standard_cart .products-header-section {
    text-align: center;
    margin-bottom: 36px;
    padding-top: 8px;
}

/* ---- Grid de cards ---- */
#order-standard_cart .products {
    margin: 10px 0;
}
#order-standard_cart .products-cards-row {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 -8px;
}
#order-standard_cart .product-col {
    padding: 0 8px 16px !important;
    display: flex;
    flex: 1 1 180px;
    min-width: 160px;
}

/* ---- Card individual ---- */
#order-standard_cart .product-card {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    transition: box-shadow 0.2s, transform 0.2s;
    overflow: hidden;
}
#order-standard_cart .product-card:hover {
    box-shadow: 0 8px 28px rgba(0, 54, 255, 0.12) !important;
    transform: translateY(-3px);
}

/* ---- Corpo ---- */
#order-standard_cart .product-card-body {
    padding: 24px 20px 16px !important;
    flex: 1;
}
#order-standard_cart .product-card-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 14px;
}
#order-standard_cart .product-card-name .qty {
    display: block;
    font-size: 0.75em;
    font-style: italic;
    color: #9ca3af;
    font-weight: 400;
    margin-top: 2px;
}

/* ---- Precos ---- */
#order-standard_cart .product-card .product-pricing {
    margin-bottom: 0 !important;
    float: none !important;
    width: auto !important;
    text-align: left;
}
#order-standard_cart .product-card .product-pricing .starting-from {
    display: block;
    font-size: 0.75rem;
    color: #6b7280;
    margin-bottom: 2px;
}
#order-standard_cart .product-card .product-pricing .price {
    display: block !important;
    font-size: 1.65rem !important;
    font-weight: 800 !important;
    color: #0036ff !important;
    line-height: 1.15;
    margin-bottom: 2px;
}
#order-standard_cart .product-card .product-pricing .price-period {
    display: block;
    font-size: 0.82rem;
    color: #0036ff;
    font-weight: 500;
    margin-bottom: 4px;
}
#order-standard_cart .product-card .product-pricing .setup-fee {
    display: block;
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 4px;
}

/* ---- Divisor + features ---- */
#order-standard_cart .product-divider {
    border: none !important;
    border-top: 1px solid #f0f2f5 !important;
    margin: 18px 0 14px !important;
}
#order-standard_cart .product-features ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#order-standard_cart .product-features ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82rem;
    padding: 4px 0;
    border-bottom: 1px solid #f9fafb;
}
#order-standard_cart .product-features ul li:last-child {
    border-bottom: none;
}
#order-standard_cart .product-features .product-feature-label {
    font-weight: 700;
    color: #374151;
}
#order-standard_cart .product-features .feature-value {
    color: #9ca3af !important;
    font-weight: 400 !important;
    margin-left: 8px;
    text-align: right;
}

/* ---- Footer do card — botao ---- */
#order-standard_cart .product-card-footer {
    padding: 0 20px 20px !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}
#order-standard_cart .btn-order-now {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    background-color: #0036ff !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 20px !important;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s;
    cursor: pointer;
}
#order-standard_cart .btn-order-now:hover {
    background-color: #0028cc !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Ocultar ícone do carrinho no botao (visual limpo como na imagem) */
#order-standard_cart .btn-order-now .fa-shopping-cart {
    display: none;
}
