#order-standard_cart .afx-domain-register-option {
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d9e2ec;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

#order-standard_cart .afx-whatsapp-shell {
    margin-bottom: 32px;
}

#order-standard_cart .afx-whatsapp-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 22px;
    padding: 20px 22px;
    background: #f8fafc;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
}

#order-standard_cart .afx-whatsapp-intro p {
    margin: 6px 0 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.55;
}

#order-standard_cart .afx-whatsapp-kicker {
    color: #111827;
    font-size: 16px;
    font-weight: 700;
}

#order-standard_cart .afx-whatsapp-meta {
    flex: 0 0 auto;
    max-width: 280px;
    padding: 10px 12px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 6px;
    color: #9a3412;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

#order-standard_cart .afx-whatsapp-products .row {
    display: flex;
    flex-wrap: wrap;
}

#order-standard_cart .afx-whatsapp-products .col-sm-6,
#order-standard_cart .afx-whatsapp-products .col-lg-4 {
    display: flex;
    margin-bottom: 18px;
}

#order-standard_cart .afx-whatsapp-product {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 270px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

#order-standard_cart .afx-whatsapp-product header {
    min-height: auto;
    padding: 18px 20px 8px;
    background: #ffffff;
    border-bottom: 0;
}

#order-standard_cart .afx-whatsapp-product header span {
    color: #0f172a;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

#order-standard_cart .afx-whatsapp-product .product-desc {
    flex: 1 1 auto;
    min-height: 92px;
    padding: 0 20px 10px;
}

#order-standard_cart .afx-whatsapp-plan-desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#order-standard_cart .afx-whatsapp-plan-desc br {
    display: none;
}

#order-standard_cart .afx-whatsapp-plan-desc li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 8px 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.4;
}

#order-standard_cart .afx-whatsapp-plan-desc li:before {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin-top: 7px;
    border-radius: 50%;
    background: #16a34a;
}

#order-standard_cart .afx-whatsapp-plan-desc .afx-plan-notice:before {
    background: #f97316;
}

#order-standard_cart .afx-whatsapp-product footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 20px 20px;
    background: #ffffff;
    border-top: 1px solid #edf2f7;
}

#order-standard_cart .afx-whatsapp-product .product-pricing {
    margin: 0;
    color: #64748b;
    text-align: left;
}

#order-standard_cart .afx-whatsapp-product .product-pricing .price {
    color: #0f172a;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

#order-standard_cart .afx-whatsapp-cycle {
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}

#order-standard_cart .afx-whatsapp-product .btn-order-now {
    flex: 0 0 auto;
    padding: 9px 14px;
    border-radius: 6px;
    background: #188b57;
    border-color: #15784b;
    font-weight: 700;
}

#order-standard_cart .afx-whatsapp-includes {
    margin: 8px 0 18px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
}

#order-standard_cart .afx-whatsapp-includes h2 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 800;
}

#order-standard_cart .afx-whatsapp-includes ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#order-standard_cart .afx-whatsapp-includes li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #334155;
    font-size: 14px;
}

#order-standard_cart .afx-whatsapp-includes li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    color: #16a34a;
}

#order-standard_cart .afx-whatsapp-terms {
    padding: 16px 18px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    color: #78350f;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 767px) {
    #order-standard_cart .afx-whatsapp-intro {
        display: block;
        padding: 18px;
    }

    #order-standard_cart .afx-whatsapp-meta {
        max-width: none;
        margin-top: 14px;
    }

    #order-standard_cart .afx-whatsapp-product {
        min-height: auto;
    }

    #order-standard_cart .afx-whatsapp-product footer {
        display: block;
    }

    #order-standard_cart .afx-whatsapp-product .btn-order-now {
        width: 100%;
        margin-top: 14px;
    }

    #order-standard_cart .afx-whatsapp-includes ul {
        grid-template-columns: 1fr;
    }
}

#order-standard_cart .afx-whatsapp-store-body {
    float: none;
    width: 100%;
}

#order-standard_cart .afx-whatsapp-store-body .header-lined {
    margin-bottom: 18px;
}

#order-standard_cart .afx-whatsapp-store-body .header-lined h1 {
    color: var(--afx-text, #111827);
    font-size: var(--afx-font-title, 28px);
    font-weight: 700;
}

#order-standard_cart .afx-whatsapp-store-body .header-lined p {
    color: var(--afx-muted, #64748b);
    font-size: var(--afx-font-base, 14px);
}

#order-standard_cart .afx-whatsapp-tiles {
    margin: 0 0 20px;
}

#order-standard_cart .afx-whatsapp-tiles .tile {
    cursor: default;
}

#order-standard_cart .afx-whatsapp-tile {
    position: relative;
    min-height: 94px;
    overflow: hidden;
    padding: 16px 16px 14px;
    border: 1px solid var(--afx-border, #e5e7eb);
    border-radius: var(--afx-card-radius, 10px);
    background: var(--afx-surface, #ffffff);
    box-shadow: var(--afx-card-shadow, 0 1px 2px rgba(15, 23, 42, .04));
    color: var(--afx-text, #111827);
}

#order-standard_cart .afx-whatsapp-tile .icon {
    position: absolute;
    top: 16px;
    right: 16px;
    color: var(--afx-muted, #64748b);
    font-size: 18px;
}

#order-standard_cart .afx-whatsapp-tile .stat {
    margin: 0 42px 4px 0;
    color: var(--afx-text, #111827);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

#order-standard_cart .afx-whatsapp-tile .title {
    margin-right: 42px;
    color: var(--afx-muted, #64748b);
    font-size: var(--afx-font-sm, 13px);
    line-height: 1.35;
}

#order-standard_cart .afx-whatsapp-tile .highlight {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
}

#order-standard_cart .afx-whatsapp-products {
    margin: 0 0 4px;
}

#order-standard_cart .afx-whatsapp-products .row {
    display: flex;
    flex-wrap: wrap;
}

#order-standard_cart .afx-whatsapp-products .col-sm-6,
#order-standard_cart .afx-whatsapp-products .col-lg-4 {
    display: flex;
    margin-bottom: 18px;
}

#order-standard_cart .afx-whatsapp-product.panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 252px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--afx-border, #e5e7eb) !important;
    border-radius: var(--afx-card-radius, 10px) !important;
    background: var(--afx-surface, #ffffff) !important;
    box-shadow: var(--afx-card-shadow, 0 1px 2px rgba(15, 23, 42, .04)) !important;
    color: var(--afx-text, #111827) !important;
}

#order-standard_cart .afx-whatsapp-product.panel:hover {
    box-shadow: var(--afx-card-shadow-hover, 0 5px 16px rgba(15, 23, 42, .06)) !important;
}

#order-standard_cart .afx-whatsapp-product .panel-heading {
    padding: 15px 18px;
    border-bottom: 1px solid var(--afx-divider, #eef0f3) !important;
    background: var(--afx-surface, #ffffff) !important;
}

#order-standard_cart .afx-whatsapp-product .panel-title {
    color: var(--afx-text, #111827) !important;
    font-size: var(--afx-font-section, 18px) !important;
    font-weight: 600 !important;
}

#order-standard_cart .afx-whatsapp-product .product-desc {
    float: none !important;
    width: auto !important;
    min-height: 82px;
    flex: 1 1 auto;
    padding: 18px !important;
    color: var(--afx-text-soft, #475569);
    font-size: var(--afx-font-base, 14px) !important;
}

#order-standard_cart .afx-whatsapp-product .panel-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0;
    padding: 14px 18px 18px;
    border-top: 1px solid var(--afx-divider, #eef0f3);
    background: var(--afx-soft-surface, #f8fafc);
}

#order-standard_cart .afx-whatsapp-product .product-pricing {
    margin: 0 !important;
    color: var(--afx-muted, #64748b);
    text-align: left;
}

#order-standard_cart .afx-whatsapp-product .product-pricing .price {
    color: var(--afx-text, #111827);
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

#order-standard_cart .afx-whatsapp-product .btn-order-now {
    flex: 0 0 auto;
    border-color: var(--afx-primary, #111827) !important;
    background: var(--afx-primary, #111827) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

#order-standard_cart .afx-whatsapp-info-panels {
    margin-top: 10px;
}

#order-standard_cart .afx-whatsapp-info-panels .panel {
    border: 1px solid var(--afx-border, #e5e7eb) !important;
    border-radius: var(--afx-card-radius, 10px) !important;
    background: var(--afx-surface, #ffffff) !important;
    box-shadow: var(--afx-card-shadow, 0 1px 2px rgba(15, 23, 42, .04)) !important;
}

#order-standard_cart .afx-whatsapp-info-panels .panel-heading {
    padding: 14px 18px;
    border-bottom: 1px solid var(--afx-divider, #eef0f3) !important;
    background: var(--afx-surface, #ffffff) !important;
}

#order-standard_cart .afx-whatsapp-info-panels .panel-title {
    color: var(--afx-text, #111827) !important;
    font-size: var(--afx-font-section, 18px) !important;
    font-weight: 600 !important;
}

#order-standard_cart .afx-whatsapp-info-panels .panel-body {
    padding: 18px;
    color: var(--afx-text-soft, #475569);
    font-size: var(--afx-font-base, 14px);
    line-height: 1.55;
}

#order-standard_cart .afx-whatsapp-info-panels .afx-whatsapp-includes ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#order-standard_cart .afx-whatsapp-info-panels .afx-whatsapp-includes li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--afx-text-soft, #475569);
}

#order-standard_cart .afx-whatsapp-info-panels .afx-whatsapp-includes li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--afx-success, #15803d);
}

@media (max-width: 767px) {
    #order-standard_cart .afx-whatsapp-product.panel {
        min-height: auto;
    }

    #order-standard_cart .afx-whatsapp-product .panel-footer {
        display: block;
    }

    #order-standard_cart .afx-whatsapp-product .btn-order-now {
        width: 100%;
        margin-top: 14px;
    }

    #order-standard_cart .afx-whatsapp-info-panels .afx-whatsapp-includes ul {
        grid-template-columns: 1fr;
    }
}

#order-standard_cart .afx-domain-register-option.option-selected {
    background: #ffffff;
    border-color: #188b57;
}

#order-standard_cart > .row > .cart-sidebar,
#order-standard_cart > .row > .cart-body {
    float: none;
    width: 100%;
}

#order-standard_cart > .row > .cart-sidebar {
    padding-right: 15px;
    padding-left: 15px;
}

#order-standard_cart .sidebar-collapsed {
    display: none !important;
}

#order-standard_cart .afx-store-category-bar {
    margin: 0 0 18px;
}

#order-standard_cart .afx-store-category-navbar {
    min-height: 0;
    margin: 0;
    border: 1px solid var(--afx-border, #e5e7eb);
    border-radius: var(--afx-card-radius, 10px);
    background: var(--afx-surface, #ffffff);
    box-shadow: var(--afx-card-shadow, 0 1px 2px rgba(15, 23, 42, .04));
}

#order-standard_cart .afx-store-category-navbar .container-fluid {
    display: flex;
    min-height: 52px;
    align-items: center;
    padding-right: 14px;
    padding-left: 14px;
}

#order-standard_cart .afx-store-category-navbar .navbar-header {
    float: none;
}

#order-standard_cart .afx-store-category-navbar .navbar-brand {
    height: auto;
    padding: 0 18px 0 0;
    color: var(--afx-text, #111827);
    font-size: var(--afx-font-section, 18px);
    font-weight: 600;
    line-height: 1;
}

#order-standard_cart .afx-store-category-navbar .navbar-brand i {
    margin-right: 8px;
    color: var(--afx-muted, #64748b);
}

#order-standard_cart .afx-store-category-navbar .navbar-nav {
    float: none;
    margin: 0;
}

#order-standard_cart .afx-store-category-navbar .navbar-nav > li > a {
    padding: 9px 13px;
    border-radius: 8px;
    color: var(--afx-text-soft, #475569);
    font-size: var(--afx-font-base, 14px);
    font-weight: 600;
}

#order-standard_cart .afx-store-category-navbar .navbar-nav > li > a:hover,
#order-standard_cart .afx-store-category-navbar .navbar-nav > li > a:focus,
#order-standard_cart .afx-store-category-navbar .navbar-nav > .open > a,
#order-standard_cart .afx-store-category-navbar .navbar-nav > .open > a:hover,
#order-standard_cart .afx-store-category-navbar .navbar-nav > .open > a:focus {
    background: var(--afx-soft-surface, #f8fafc);
    color: var(--afx-text, #111827);
}

#order-standard_cart .afx-store-category-navbar .dropdown-menu {
    min-width: 260px;
    padding: 6px;
    border: 1px solid var(--afx-border, #e5e7eb);
    border-radius: var(--afx-card-radius, 10px);
    background: var(--afx-surface, #ffffff);
    box-shadow: var(--afx-card-shadow-hover, 0 5px 16px rgba(15, 23, 42, .06));
}

#order-standard_cart .afx-store-category-navbar .dropdown-menu > li > a {
    padding: 9px 10px;
    border-radius: 7px;
    color: var(--afx-text-soft, #475569);
    font-size: var(--afx-font-base, 14px);
}

#order-standard_cart .afx-store-category-navbar .dropdown-menu > li > a i {
    width: 18px;
    margin-right: 7px;
    color: var(--afx-muted, #64748b);
    text-align: center;
}

#order-standard_cart .afx-store-category-navbar .dropdown-menu > li > a:hover,
#order-standard_cart .afx-store-category-navbar .dropdown-menu > li > a:focus,
#order-standard_cart .afx-store-category-navbar .dropdown-menu > .active > a {
    background: var(--afx-soft-surface, #f8fafc);
    color: var(--afx-text, #111827);
}

#order-standard_cart .afx-store-currency {
    margin: 0 0 0 auto;
    padding: 0;
}

@media (max-width: 767px) {
    #order-standard_cart .afx-store-category-navbar .container-fluid {
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #order-standard_cart .afx-store-category-navbar .navbar-brand {
        display: block;
        margin-bottom: 10px;
        padding-right: 0;
    }

    #order-standard_cart .afx-store-category-navbar .navbar-nav > li {
        float: none;
    }

    #order-standard_cart .afx-store-category-navbar .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 6px;
        box-shadow: none;
    }

    #order-standard_cart .afx-store-currency {
        margin-top: 10px;
    }
}

#order-standard_cart .afx-domain-option-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: #1f2937;
    font-size: 17px;
    font-weight: 700;
}

#order-standard_cart .afx-domain-search-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

#order-standard_cart .afx-domain-search-fields {
    flex: 1 1 auto;
    min-width: 0;
}

#order-standard_cart .afx-domain-register-fields {
    display: flex;
    gap: 8px;
    margin: 0;
}

#order-standard_cart .afx-domain-sld {
    flex: 1 1 auto;
    min-width: 0;
}

#order-standard_cart .afx-domain-tld {
    flex: 0 0 140px;
}

#order-standard_cart .afx-domain-input,
#order-standard_cart .afx-domain-input .form-control,
#order-standard_cart .afx-domain-tld .form-control,
#order-standard_cart .afx-domain-register-fields textarea,
#order-standard_cart .afx-domain-search-action .btn {
    height: 46px;
}

#order-standard_cart .afx-domain-input .form-control,
#order-standard_cart .afx-domain-tld .form-control,
#order-standard_cart .afx-domain-register-fields textarea {
    width: 100%;
    border-color: #cbd5e1;
    border-radius: 6px;
    box-shadow: none;
    font-size: 15px;
}

#order-standard_cart .afx-domain-register-fields textarea {
    min-height: 46px;
    padding: 11px 12px;
    resize: none;
    line-height: 22px;
}

#order-standard_cart .afx-domain-input .form-control:focus,
#order-standard_cart .afx-domain-tld .form-control:focus,
#order-standard_cart .afx-domain-register-fields textarea:focus {
    border-color: #188b57;
    box-shadow: 0 0 0 3px rgba(24, 139, 87, 0.12);
    outline: 0;
}

#order-standard_cart .afx-domain-search-action {
    flex: 0 0 130px;
}

#order-standard_cart .afx-domain-search-action .btn {
    width: 100%;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
}

#order-standard_cart #domainregister.domain-checker-advanced .domains-row:not(.afx-domain-register-fields) {
    margin-top: 10px;
    padding: 10px 0 0;
    border-top: 1px solid #edf2f7;
}

#order-standard_cart #domainregister.domain-checker-advanced .multiselect {
    margin: 0 8px 8px 0;
    border: 1px solid #d9e2ec;
    border-radius: 6px;
    background: #fff;
}

#DomainSearchResults .primary-domain-header {
    margin-top: 14px;
    padding: 14px 16px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px 8px 0 0;
    color: #166534;
    font-weight: 700;
}

.suggested-domains .panel-heading,
.suggested-domains .card-header {
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #d9e2ec;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    color: #1f2937;
    font-weight: 700;
}

.suggested-domains .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-color: #e5e7eb;
    border-left: 1px solid #d9e2ec;
    border-right: 1px solid #d9e2ec;
    word-wrap: break-word;
}

.suggested-domains .domain,
.suggested-domains .extension {
    color: #111827;
    font-size: 16px;
}

.suggested-domains .actions {
    display: flex;
    align-items: center;
    gap: 10px;
    float: none;
}

.suggested-domains .price {
    padding: 0;
    color: #166534;
    font-size: 1.05em;
    font-weight: 700;
    white-space: nowrap;
}

.suggested-domains .btn:not(.domain-contact-support),
.suggested-domains .btn.domain-contact-support {
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 6px;
    color: #fff;
}

.suggested-domains .btn:not(.domain-contact-support) {
    background-color: #188b57;
    border-color: #15784b;
}

@media (max-width: 767px) {
    #order-standard_cart .afx-domain-search-row,
    #order-standard_cart .afx-domain-register-fields {
        display: block;
    }

    #order-standard_cart .afx-domain-tld,
    #order-standard_cart .afx-domain-search-action {
        width: 100%;
        margin-top: 8px;
    }

    .suggested-domains .list-group-item {
        display: block;
        text-align: center;
    }

    .suggested-domains .actions {
        display: block;
        margin-top: 8px;
    }

    .suggested-domains .price {
        display: block;
        padding: 6px 0;
    }

    .suggested-domains .list-group-item .btn {
        width: 100%;
    }
}

/* Apple-inspired product cards */
#order-standard_cart .cart-body {
    float: none;
    width: 100%;
}

#order-standard_cart .header-lined {
    margin: 6px 0 24px;
    border-bottom: 0;
}

#order-standard_cart .header-lined h1 {
    color: var(--afx-text, #111827);
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

#order-standard_cart .header-lined p {
    max-width: 760px;
    color: var(--afx-muted, #64748b);
    font-size: 15px;
    line-height: 1.55;
}

#order-standard_cart .products > .row {
    display: flex;
    flex-wrap: wrap;
}

#order-standard_cart .products > .row > [class*="col-"] {
    display: flex;
    margin-bottom: 18px;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) {
    display: flex;
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product):hover {
    border-color: rgba(17, 24, 39, .16);
    box-shadow: 0 22px 48px rgba(15, 23, 42, .11);
    transform: translateY(-2px);
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) header {
    min-height: auto;
    padding: 21px 22px 8px;
    border-bottom: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) header span:first-child {
    color: var(--afx-text, #111827);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .qty {
    display: inline-flex;
    margin-left: 8px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 11px;
    font-weight: 700;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .product-desc {
    float: none;
    width: auto;
    min-height: 96px;
    flex: 1 1 auto;
    padding: 12px 22px 18px;
    color: var(--afx-text-soft, #475569);
    font-size: 14px;
    line-height: 1.5;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .product-desc p {
    margin-bottom: 12px;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .product-desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .product-desc li {
    display: flex;
    margin: 7px 0;
    align-items: flex-start;
    gap: 8px;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .product-desc li:before {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    margin-top: 7px;
    border-radius: 50%;
    background: #111827;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: auto;
    padding: 16px 22px 22px;
    border-top: 1px solid #eef0f3;
    background: #ffffff;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .product-pricing {
    margin: 0;
    color: var(--afx-muted, #64748b);
    text-align: left;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .product-pricing .price {
    color: var(--afx-text, #111827);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .btn-order-now,
#order-standard_cart .afx-whatsapp-product .btn-order-now {
    flex: 0 0 auto;
    padding: 9px 15px;
    border-color: #111827 !important;
    border-radius: 999px;
    background: #111827 !important;
    color: #ffffff !important;
    font-weight: 700;
}

#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .btn-order-now:hover,
#order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .btn-order-now:focus,
#order-standard_cart .afx-whatsapp-product .btn-order-now:hover,
#order-standard_cart .afx-whatsapp-product .btn-order-now:focus {
    border-color: #273244 !important;
    background: #273244 !important;
}

#order-standard_cart .afx-whatsapp-tiles .row {
    display: flex;
    flex-wrap: wrap;
}

#order-standard_cart .afx-whatsapp-tiles .tile {
    display: flex;
}

#order-standard_cart .afx-whatsapp-tile {
    width: 100%;
    min-height: 112px;
    padding: 18px;
    border-color: rgba(17, 24, 39, .08);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

#order-standard_cart .afx-whatsapp-tile .highlight {
    height: 0;
}

#order-standard_cart .afx-whatsapp-tile .icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111827;
    color: #ffffff;
    font-size: 15px;
}

#order-standard_cart .afx-whatsapp-product.panel {
    min-height: 286px;
    border-color: rgba(17, 24, 39, .08) !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .08) !important;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

#order-standard_cart .afx-whatsapp-product.panel:hover {
    border-color: rgba(17, 24, 39, .16) !important;
    box-shadow: 0 22px 48px rgba(15, 23, 42, .11) !important;
    transform: translateY(-2px);
}

#order-standard_cart .afx-whatsapp-product .panel-heading {
    padding: 21px 22px 10px;
    border-bottom: 0 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

#order-standard_cart .afx-whatsapp-product .panel-title {
    font-size: 21px !important;
    font-weight: 700 !important;
}

#order-standard_cart .afx-whatsapp-product .product-desc {
    min-height: 112px;
    padding: 12px 22px 18px !important;
}

#order-standard_cart .afx-whatsapp-product .panel-footer {
    padding: 16px 22px 22px;
    background: #ffffff;
}

#order-standard_cart .afx-whatsapp-product .product-pricing .price {
    font-size: 30px;
}

#order-standard_cart .afx-whatsapp-info-panels .panel {
    border-color: rgba(17, 24, 39, .08) !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .07) !important;
}

@media (max-width: 767px) {
    #order-standard_cart .products > .row > [class*="col-"] {
        display: block;
    }

    #order-standard_cart .header-lined h1 {
        font-size: 25px !important;
    }

    #order-standard_cart .product.clearfix:not(.afx-whatsapp-product),
    #order-standard_cart .afx-whatsapp-product.panel {
        min-height: auto;
    }

    #order-standard_cart .product.clearfix:not(.afx-whatsapp-product) footer,
    #order-standard_cart .afx-whatsapp-product .panel-footer {
        align-items: stretch;
        flex-direction: column;
    }

    #order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .btn-order-now,
    #order-standard_cart .afx-whatsapp-product .btn-order-now {
        width: 100%;
    }
}
