/* front bundle: master.min -> main -> master-new -> lightbox */
body {
    background-color: #fff
}

.cs-product-image{position:relative}.cs-transaction-badge{position:absolute;left:8px;top:8px;z-index:4;display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:8px;background:#2eaa63;color:#fff;font-size:11px;font-weight:700;line-height:1;box-shadow:0 3px 10px rgba(46,170,99,.28)}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.nav-link {
    font-size: 15px;
    color: #0c71c0 !important;
    font-weight: 700
}

.nav-link:hover {
    color: #ff7b00 !important
}

.card {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.navbar-toggler {
    background-color: #0af;
    color: #fff
}

.card-body {
    padding: 6px 10px
}

@media screen and (max-width: 600px) {
    .card-body {
        padding: 8px 1.25rem
    }
}

.product_more_info_block {
    font-size: 14px;
    color: #b3b3b3
}

.product_more_info_block a {
    color: #b3b3b3
}

body {
    background-color: #ebedf0;
}

.cs_white {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 0px;
}

.cs_title {
    margin-bottom: 20px;
}

.cs_title h1 {
    font-size: 30px;
    font-weight: 700;
}

.cs_ads_text {
    font-size: 17px;
    line-height: 1.75;
}

.cs_breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.cs_breadcrumbs li {
    margin-right: 8px;
}

.cs_breadcrumbs li::after {
    margin-left: 8px;
    color: #999;
}

.cs_breadcrumbs li:last-child::after {
    content: "";
}

.cs_breadcrumbs li a {
    color: #0d6efd;
    text-decoration: none;
}

.cs_breadcrumbs li.active {
    color: #555;
    font-weight: 500;
}

#csAdsCarousel {
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #eef1f5;
}

#csAdsCarousel .carousel-inner {
    border-radius: 0;
}

.cs_gallery_actions {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cs_gallery_action {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.88);
    color: #1e293b;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(10px);
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.cs_gallery_action:hover {
    background: rgba(255, 255, 255, 0.97);
    color: #0f172a;
    transform: translateY(-1px);
}

.cs_gallery_action:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

#csAdsCarousel .carousel-item {
    height: clamp(260px, 42vw, 520px) !important;
    background: #eef1f5;
}

#csAdsCarousel .carousel-image {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    cursor: zoom-in;
}

#csAdsCarousel .carousel-control-prev,
#csAdsCarousel .carousel-control-next {
    width: 52px;
    opacity: 1;
}

#csAdsCarousel .carousel-control-prev {
    justify-content: flex-start;
    padding-left: 12px;
}

#csAdsCarousel .carousel-control-next {
    justify-content: flex-end;
    padding-right: 12px;
}

#csAdsCarousel .carousel-control-prev-icon,
#csAdsCarousel .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background-color: rgba(15, 23, 42, 0.42);
    background-size: 16px;
}

.cs_carousel_footer {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.cs_carousel_indicators.carousel-indicators {
    position: static;
    margin: 0;
    gap: 8px;
}

.cs_carousel_indicators.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    opacity: 1;
}

.cs_carousel_indicators.carousel-indicators .active {
    background: #fff;
}

.cs_carousel_count {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 52px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.68);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

@media (max-width: 768px) {
    #csAdsCarousel .carousel-inner {
        height: 260px !important;
    }

    #csAdsCarousel .carousel-item {
        height: 260px !important;
    }

    #csAdsCarousel .carousel-image {
        width: 100% !important;
        height: 260px !important;
        object-fit: contain !important;
    }

    #csAdsCarousel .carousel-control-prev-icon,
    #csAdsCarousel .carousel-control-next-icon {
        width: 36px;
        height: 36px;
    }

    .cs_carousel_footer {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .cs_gallery_actions {
        top: 12px;
        right: 12px;
        gap: 8px;
    }

    .cs_gallery_action {
        width: 32px;
        height: 32px;
    }

    .cs_carousel_count {
        padding: 5px 9px;
        font-size: 13px;
    }

    .cs_action_pair {
        grid-template-columns: 1fr;
    }
}

footer {
    background: #fff;
    padding: 25px 0 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer .cl {
    float: left;
    width: 25%;
    padding-right: 20px;
}

footer .cl:last-child {
    padding-right: 0;
}

footer .cl .hd {
    float: left;
    clear: both;
    width: 100%;
    font-weight: bold;
    color: #111;
    margin: 15px 0;
    font-size: 17px;
    line-height: 18px;
}

footer .cl .lg {
    float: left;
    clear: both;
    width: 60%;
    margin: 24px 0;
}

footer .cl .lg img {
    width: auto;
    height: auto;
    max-width: 100%;
}

footer .cl .lnk {
    float: left;
    clear: both;
    margin: 0 0 12px 0;
    max-width: 100%;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #363433;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer .cl .lnk.show-hidden {
    display: none;
    color: #999;
}

footer .cl .lnk.show-hidden .less {
    display: none;
}

footer .cl .lnk.show-hidden .more {
    display: block;
}

footer .cl .lnk.show-hidden.opened .less {
    display: block;
}

footer .cl .lnk.show-hidden.opened .more {
    display: none;
}

footer .cl .lnk.show-hidden span {
    float: left;
}

footer .cl .lnk.show-hidden svg {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 0 1px 4px;
}

footer .cl .lnk.show-hidden.opened svg {
    transform: rotate(180deg);
}

footer .cl .lnk.lang {
    font-weight: normal;
    margin-bottom: 12px;
}

footer .cl .lnk.lang img {
    height: 16px;
    width: 24px;
    float: left;
    margin: 1px 8px 0 0;
}

footer .cl .txt {
    float: left;
    clear: both;
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #363433;
}

footer .line2 .left {
    float: left;
    max-width: 50%;
    line-height: 18px;
    margin: 4px 0;
    font-weight: 500;
    font-size: 13px;
    color: #777;
}

footer .share .facebook a:hover {
    color: #3b5a99;
}

.mobile_footer_menu {
    display: none;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 88px;
    }

    .mobile_footer_menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        display: block;
        background: #ffffff;
        border-top: 1px solid #e5e7eb;
        box-shadow: 0 -6px 24px rgba(16, 24, 40, 0.08);
    }

    .mobile_footer_menu ul {
        list-style: none;
        margin: 0;
        padding: 4px 4px 6px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .mobile_footer_menu li {
        flex: 1 1 20%;
        text-align: center;
        position: relative;
    }

    .mobile_footer_menu li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #8c95a6;
        font-size: 9px;
        line-height: 1.2;
        font-weight: 600;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        min-height: 52px;
    }

    .mobile_footer_menu li > span {
        display: block;
        color: #8c95a6;
        font-size: 9px;
        line-height: 1.2;
        font-weight: 600;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        margin-top: 2px;
    }

    .mobile_footer_menu li a i,
    .mobile_footer_menu li a svg {
        font-size: 21px;
        margin-bottom: 4px;
    }

    .mobile_footer_menu li.active a,
    .mobile_footer_menu li a:hover {
        color: #5a7ec5;
    }

    .mobile_footer_menu li:nth-child(3) a,
    .mobile_footer_menu li .menu-add {
        width: 54px;
        height: 54px;
        min-height: 54px;
        margin: -75px auto 2px;
        border-radius: 999px;
        background: rgb(56 75 116 / 95%);
        color: #ffffff !important;
        box-shadow: 0 12px 26px rgba(138, 166, 255, 0.3);
    }

    .mobile_footer_menu li:nth-child(3) a i,
    .mobile_footer_menu li .menu-add i,
    .mobile_footer_menu li:nth-child(3) a svg,
    .mobile_footer_menu li .menu-add svg {
        margin: 0;
        font-size: 25px;
        line-height: 1;
    }

    .mobile_footer_menu .menu-badge,
    .mobile_footer_menu .badge,
    .mobile_footer_menu .count {
        box-sizing: border-box;
        position: absolute;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        top: 1px;
        right: 16px;
        width: 18px;
        height: 18px;
        min-width: 18px;
        padding: 1px 0 0;
        border-radius: 999px;
        background: #7cc343;
        color: #ffffff;
        font-size: 10px;
        line-height: 1;
        text-align: center;
        font-weight: 700;
        border: 2px solid #ffffff;
        box-shadow: 0 4px 10px rgba(124, 195, 67, 0.35);
    }
}

body {
    background-color: #f7f8fa;
}

a {
    text-decoration: none;
}

.dark i {
    color: #374151;
}

.cs_white {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
    padding: 18px 18px;
}

.cs_title h1 {
    font-size: clamp(24px, 3.2vw, 34px);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin: 0 0 10px 0;
    color: #0f172a;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.cs_product_status {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 14px;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.cs_product_status_icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.cs_product_status_pending {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
}

.cs_product_status_pending .cs_product_status_icon {
    background: #fdba74;
    color: #7c2d12;
}

.cs_product_status_expired {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #334155;
}

.cs_product_status_expired .cs_product_status_icon {
    background: #cbd5e1;
    color: #1e293b;
}

.cs_product_status_cancel {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.cs_product_status_cancel .cs_product_status_icon {
    background: #fca5a5;
    color: #7f1d1d;
}

.cs_product_status_parsing {
    margin-bottom: 14px;
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.cs_product_status_parsing .cs_product_status_icon {
    background: #93c5fd;
    color: #1e3a8a;
}

.cs_product_status_parsing_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.cs_product_status_parsing_link {
    color: inherit;
    text-decoration: underline;
    word-break: break-all;
    margin-left: auto;
    text-align: right;
}

@media (max-width: 768px) {
    .cs_title {
        margin-bottom: 16px;
    }

    .cs_title h1 {
        font-size: 22px;
        line-height: 1.28;
        margin-bottom: 6px;
    }
}

.cs_breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 14px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
}

.cs_breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cs_breadcrumbs a {
    color: #64748b;
    text-decoration: none;
}

.cs_breadcrumbs a:hover {
    color: #0f172a;
    text-decoration: underline;
}

.cs_breadcrumbs .active {
    color: #0f172a;
    font-weight: 600;
}

.cs_ads_price_big {
    font-size: clamp(24px, 2.8vw, 30px);
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    margin-bottom: 0;
}

.cs_ads_price_big small {
    font-size: 14px;
    color: #64748b;
    font-weight: 700;
    margin-left: 6px;
}

.cs_ads_table.table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.cs_ads_table td {
    padding: 12px 0;
    border-top: 1px solid #e8eef6;
    vertical-align: middle;
}

.cs_ads_table tr:first-child td {
    border-top: 0;
}

.cs_ads_table td:first-child {
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    width: 44%;
    padding-right: 16px;
}

.cs_ads_table td:last-child {
    color: #0f172a;
    font-weight: 700;
    text-align: right;
    font-size: 16px;
}

.cs_ads_table_user_cell {
    text-align: right;
}

.cs_ads_table_user_link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    width: 100%;
}

.cs_ads_table strong {
    font-weight: inherit;
}

.cs_action_pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.cs_action_pair > a {
    min-width: 0;
}

.cs_action_pair > .cs_action_full {
    grid-column: 1 / -1;
}

.cs_btn_call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #3b82f6;
    border: 0;
    color: #fff;
    font-weight: 800;
    border-radius: 12px;
    padding: 12px 14px;
    white-space: nowrap;
    line-height: 1.2;
}

.cs_btn_call:hover {
    background: #2563eb;
    color: #fff;
}

.cs_btn_whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #29ac2e;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 800;
    border-radius: 12px;
    padding: 12px 14px;
    white-space: nowrap;
    line-height: 1.2;
}

.cs_btn_whatsapp:hover {
    background: #348f37;
    color: #ffffff;
}

.cs_btn_boost {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(90deg, #0f766e, #14b8a6);
    border: 0;
    color: #fff;
    font-weight: 900;
    border-radius: 12px;
    padding: 12px 12px;
    white-space: nowrap;
    line-height: 1.2;
    font-size: 15px;
}

.cs_btn_boost:hover {
    filter: brightness(0.97);
    color: #fff;
}

.cs_btn_edit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.06);
    border: 1px solid rgba(59, 130, 246, 0.14);
    color: #3b82f6;
    font-weight: 700;
    border-radius: 12px;
    padding: 9px 12px;
    white-space: nowrap;
    line-height: 1.2;
}

.cs_btn_edit:hover {
    background: rgba(59, 130, 246, 0.12);
    color: #2563eb;
}

.cs_btn_delete {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(248, 113, 113, 0.08);
    border: 1px solid rgba(248, 113, 113, 0.16);
    color: #ef4444;
    font-weight: 700;
    border-radius: 12px;
    padding: 9px 12px;
    white-space: nowrap;
    line-height: 1.2;
}

.cs_btn_delete:hover {
    background: rgba(248, 113, 113, 0.14);
    color: #dc2626;
}

.cs_similar_section_head {
    margin-top: 18px;
}

.cs_similar_section_head h3 {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
}

.cs_detail_page .cs_detail_similar_wrap {
    padding-left: 14px;
    padding-right: 14px;
}

.cs_detail_page .cs_detail_similar_wrap .cs-product-grid {
    margin-left: 0;
    margin-right: 0;
}

.cs_btn_premium {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(90deg, #b45309, #f59e0b);
    border: 0;
    color: #fff;
    font-weight: 900;
    border-radius: 12px;
    padding: 12px 12px;
    white-space: nowrap;
    line-height: 1.2;
    font-size: 15px;
}

.cs_btn_premium:hover {
    filter: brightness(0.97);
    color: #fff;
}

.cs_product_attributes_scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    margin-top: 28px;
    margin-bottom: 30px;
    scrollbar-width: thin;
}

.cs_product_attribute_chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid #d7dce5;
    border-radius: 10px;
    background: #f8fafc;
    color: #334155;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}

.cs_product_attribute_name {
    color: #64748b;
}

.cs_product_attribute_value {
    color: #0f172a;
    font-weight: 600;
}

.cs_product_attributes_scroll::-webkit-scrollbar {
    height: 6px;
}

.cs_product_attributes_scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.cs_ads_text {
    margin-top: 14px;
}

.cs_ads_text h5 {
    font-weight: 900;
    margin: 0 0 10px 0;
    color: #0f172a;
}

.cs_ads_text p {
    margin: 0;
    color: #334155;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(16px, 1.35vw, 18px);
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 0.002em;
    text-wrap: pretty;
}

.cs_product_price_block {
    margin-top: 10px;
    margin-bottom: 14px;
}

@media (min-width: 992px) {
    .cs_sticky {
        position: sticky;
        top: 18px;
    }
}

.cs_modal .modal-content {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(2, 6, 23, 0.18);
    overflow: hidden;
}

.cs_modal .modal-header {
    border: 0;
    padding: 18px 20px;
    background: linear-gradient(135deg, #566b97, #384b74);
    color: #fff;
}

.cs_modal .modal-title {
    font-weight: 900;
}

.cs_modal .modal-body {
    padding: 18px 20px;
}

.cs_modal .modal-footer {
    border: 0;
    padding: 0 20px 18px 20px;
}

.cs_modal .btn-close {
    filter: invert(1);
    opacity: 0.9;
}

.cs_tarif_item {
    border: 1px solid #e6e9ef;
    border-radius: 14px;
    padding: 12px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.15s;
    cursor: pointer;
    background: #fff;
}

.cs_tarif_item:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
}

.cs_tarif_item input {
    transform: scale(1.1);
}

.cs_tarif_badge {
    font-size: 12px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 999px;
    background: #0ea5e9;
    color: #fff;
    white-space: nowrap;
}

.cs_tarif_text {
    line-height: 1.2;
}

.cs_tarif_title {
    font-weight: 900;
    color: #0f172a;
}

.cs_tarif_sub {
    font-size: 13px;
    color: #64748b;
}

.cs_pay_btn {
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 12px 14px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(90deg, #3b82f6, #2563eb);
}

.cs_pay_btn:hover {
    filter: brightness(0.98);
    color: #fff;
}

.cs_hint {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 12px 12px;
    border-radius: 14px;
    color: #0f172a;
}

.cs_pay_head .small {
    opacity: 0.85;
}

.cs_pay_amount .label {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.cs_pay_btn {
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 12px 14px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(90deg, #3b82f6, #2563eb);
}

.cs_pay_btn:hover {
    filter: brightness(0.98);
    color: #fff;
}

#csAdsCarousel .carousel-item {
    align-items: flex-start;
}

#csAdsCarousel .carousel-item img {
    height: 480px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.site-header {
    background: #fff;
    border-bottom: 0;
}

.site-mobile-header {
    background: #fff;
    border-bottom: 1px solid #e2e5ea;
}

.site-mobile-header .container {
    padding-left: 8px;
    padding-right: 8px;
}

.site-mobile-menu-panel {
    background: #f3f3f3;
    border-top: 1px solid #e5e7eb;
}

.site-mobile-menu-title {
    display: block;
    text-align: center;
    color: #102d4a;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 10px;
    text-decoration: none;
    border-bottom: 1px solid #e5e7eb;
    background: #f4f4f4;
}

.site-mobile-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-mobile-menu-list li {
    border-top: 1px solid #e4e4e4;
}

.site-mobile-menu-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 14px 10px;
    color: #102d4a;
    text-decoration: none;
    background: #ffffff;
    font-size: 14px;
}

.site-mobile-menu-logout-btn {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    padding: 14px 10px;
    border: 0;
    background: #ffffff;
    color: #102d4a;
    font-size: 14px;
    text-align: left;
}

.site-mobile-menu-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 16px;
    border-radius: 999px;
    background: #7fd12a;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-transform: lowercase;
    padding: 0 8px;
    line-height: 1;
}

.site-header.mobile-menu-open .site-mobile-logo {
    display: none;
}

.site-mobile-header-inner {
    min-height: 56px;
    display: flex;
    align-items: center;
    position: relative;
}

.site-mobile-menu-btn {
    width: 22px;
    height: 22px;
    border: 0;
    background: transparent;
    color: rgb(56 75 116 / 95%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: 8px;
    font-size: 18px;
}

.site-mobile-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.site-mobile-logo img {
    display: block;
    width: auto;
    max-width: 110px;
    max-height: 32px;
    object-fit: contain;
}

.revaz-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    line-height: 1;
}

.revaz-wordmark-mark {
    width: 29px;
    height: 29px;
    border-radius: 9px;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(145deg, #405b8d, #5b7bb5);
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    box-shadow: 0 4px 10px rgba(64, 91, 141, .18);
}

.revaz-wordmark-name {
    color: #263246;
    font-size: 24px;
    font-weight: 850;
    letter-spacing: -.8px;
}

.revaz-wordmark-name span {
    color: #3aa86f;
}

.site-mobile-add-btn {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgb(56 75 116 / 95%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    flex: 0 0 auto;
}

.site-mobile-detail-action {
    width: 30px;
    height: 30px;
    border: 0;
    padding: 0;
    background: transparent;
    color: rgb(56 75 116 / 95%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 23px;
    line-height: 1;
    flex: 0 0 auto;
}

.site-mobile-detail-action:hover,
.site-mobile-detail-action:focus {
    color: rgb(56 75 116 / 95%);
}

.site-mobile-favorite-action.is_favorite {
    color: #e33445;
}

.site-mobile-header .site-bell-toggle {
    min-width: 30px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.site-mobile-header .site-bell-ico {
    color: rgb(56 75 116 / 95%);
    font-size: 22px;
    line-height: 1;
}

.site-meta-row {
    border-top: 1px solid #efe3a6;
    background: #f6f6f7;
    color: #8b93a6;
    font-size: 15px;
}

.site-meta-row-inner {
    min-height: 40px;
}

.site-meta-links {
    display: inline-flex;
    align-items: center;
    gap: 24px;
}

.site-meta-links a,
.site-meta-contact a {
    color: inherit;
    text-decoration: none;
}

.site-meta-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.site-meta-right i {
    font-size: 13px;
}

.site-meta-contact {
    color: #1f2937;
    font-weight: 600;
}

.site-topbar {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

.site-mainbar {
    background: rgb(56 75 116 / 95%);
}

.site-mainbar-inner {
    min-height: 58px;
}

.site-logo-desktop {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-right: 30px;
}

.site-logo-desktop img {
    display: block;
    width: auto;
    max-width: 170px;
    max-height: 38px;
    object-fit: contain;
}

.site-logo-desktop .revaz-wordmark-mark {
    background: #fff;
    color: #405b8d;
    box-shadow: none;
}

.site-logo-desktop .revaz-wordmark-name,
.site-logo-desktop .revaz-wordmark-name span {
    color: #fff;
}

.site-main-links {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    white-space: nowrap;
    min-width: 0;
}

.site-main-links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}

.site-main-links a:hover {
    color: #fff;
}

.site-main-actions {
    margin-left: auto;
}

.site-login-btn {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.site-login-btn:hover {
    color: #fff;
}

.site-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #5e6e95;
    border-radius: 14px;
    padding: 2px;
    min-height: 48px;
}

.site-search {
    width: 100%;
    margin-top: 12px;
}

.site-search[hidden] {
    display: none !important;
}

.site-search-ico {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #94a3b8;
    border-radius: 12px;
}

.site-search-input {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 10px 10px;
    font-size: 15px;
}

.site-search-input::placeholder {
    color: #94a3b8;
}

.site-search-btn {
    border: 1px solid #5e6e95;
    background: #5e6e95;
    color: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 600;
}

.site-search-btn:hover {
    background: #f8fafc;
}

.btn-custom {
    background-color: #5e6e95;
    border-color: #5e6e95;
    color: #fff;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    background-color: #526182;
    border-color: #526182;
    color: #fff;
}

.btn-outline-custom {
    background-color: transparent;
    border-color: #5e6e95;
    color: #5e6e95;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active {
    background-color: #5e6e95;
    border-color: #5e6e95;
    color: #fff;
}

.auth-google-btn svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.account-top-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.account-top-nav::-webkit-scrollbar {
    display: none;
}

.account-top-nav .btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

.footer-fav-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 20px;
    margin-left: 8px;
    padding: 0 8px;
    border-radius: 6px;
    background: #e9edf7;
    color: #3f4f73;
    border: 1px solid #c8d1e6;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: middle;
}

.site-btn-post {
    background: #389638;
    color: #fff;
    border-radius: 7px;
    padding: 10px 18px;
    font-weight: 700;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    font-size: 15px;
    min-height: 30px;
    line-height: 1;
}

.site-btn-post:hover {
    filter: brightness(1.02);
    color: #fff;
}

.header-menu-box {
    background: #fff;
    padding: 10px 14px;
    font-weight: 600;
}

.site-user-ico {
    color: #64748b;
    display: grid;
    place-items: center;
}

.site-auth-wrap {
    flex-shrink: 0;
}

.site-mobile-brands,
.site-mobile-post {
    display: none;
}

.site-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    background: #fff;
    color: #64748b;
    cursor: pointer;
}

.site-bell-toggle {
    position: relative;
    min-width: 32px;
    justify-content: center;
    background: transparent !important;
    padding: 0 !important;
}

.site-bell-ico {
    font-size: 18px;
    color: #fff;
}

.site-notification-badge {
    position: absolute;
    top: -6px;
    right: -3px;
    box-sizing: border-box;
    width: auto;
    height: 18px;
    min-width: 18px;
    padding: 1px 3px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: tomato;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(124, 195, 67, 0.35);
}

@media (min-width: 993px) {
    .site-mainbar .site-notification-badge {
        top: -6px;
        right: -2px;
        width: auto;
        height: 15px;
        min-width: 15px;
        padding: 0 2px;
        font-size: 8px;
    }
}

@media (max-width: 992px) {
    .site-mobile-header .site-notification-badge {
        top: -2px;
        right: -2px;
    }
}

.site-notification-menu {
    width: min(360px, calc(100vw - 24px));
    max-height: min(520px, calc(100vh - 120px));
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
}

.site-notification-menu .site-notification-item,
.site-notification-menu .site-notification-empty {
    overflow: hidden;
}

.site-notification-menu .site-notification-item-body {
    max-height: 64px;
    overflow: hidden;
    word-break: break-word;
}

.site-notification-menu {
    overflow-y: auto;
}

.site-notification-menu-header {
    padding: 12px 14px;
    font-weight: 700;
    border-bottom: 1px solid #eef2f7;
    background: #d6dfe9;
}

.site-notification-item {
    padding: 12px 14px;
    border-bottom: 1px solid #d3d6da;
}

.site-notification-item.is-unread {
    background: #aec3cf29;
}

.site-notification-item:last-child {
    border-bottom: 0;
}

.site-notification-item-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.site-notification-item-head small {
    color: #64748b;
    white-space: nowrap;
}

.site-notification-item-body {
    color: #334155;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-line;
}

.site-notification-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.site-notification-action {
    width: auto;
    padding: 4px 0;
    font-size: 13px;
}

.site-notification-empty {
    padding: 18px 14px;
    color: #64748b;
    text-align: center;
}

.site-notification-modal-body {
    white-space: pre-line;
    word-break: break-word;
    max-height: min(60vh, 480px);
    overflow-y: auto;
}

.site-catstrip {
    padding: 10px 0 18px;
}

.site-catstrip-row {
    position: relative;
    display: flex;
    align-items: center;
}

.site-cat-scroll {
    display: flex;
    gap: 34px;
    overflow: auto;
    padding: 6px 6px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    flex: 1;
}

.site-cat-scroll::-webkit-scrollbar {
    display: none;
}

.site-catitem {
    text-decoration: none;
    color: #0f172a;
    min-width: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.site-caticon {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--bg);
    color: var(--fg);
}

.site-catname {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.15;
    color: #0f172a;
}

.site-scroll-next {
    border: 0;
    background: transparent;
    padding: 0;
    margin-left: 10px;
}

.site-scroll-next span {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
    color: #0f172a;
}

.site-scroll-next:active span {
    transform: scale(0.98);
}

@media (max-width: 992px) {
    .site-meta-row {
        display: none !important;
    }

    .site-mainbar {
        display: none !important;
    }
}

.site-header {
    background: #fff;
    border-bottom: 0;
}

.site-catstrip {
    padding: 10px 0 18px;
}

.site-catstrip-row {
    position: relative;
    display: flex;
    align-items: center;
}

.site-cat-scroll {
    display: flex;
    gap: 34px;
    overflow: auto;
    padding: 6px 6px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    flex: 1;
}

.site-cat-scroll::-webkit-scrollbar {
    display: none;
}

.site-catitem {
    text-decoration: none;
    color: #0f172a;
    min-width: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.site-caticon {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--bg);
    color: var(--fg);
}

.site-catname {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.15;
    color: #0f172a;
}

.site-scroll-next {
    border: 0;
    background: transparent;
    padding: 0;
    margin-left: 10px;
}

.site-scroll-next span {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
    color: #0f172a;
}

.site-scroll-next:active span {
    transform: scale(0.98);
}

.cs-product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
    width: 220px;
    max-width: 100%;
    height: 286px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    margin: 0 auto;
}

.cs-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}

.cs_card_premium {
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(245, 158, 11, 0.34);
    box-shadow: 0 10px 28px rgba(180, 83, 9, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.cs_card_premium::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.55), rgba(251, 191, 36, 0.18), rgba(255, 255, 255, 0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.cs_card_premium:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(180, 83, 9, 0.2);
}

.cs-product-grid {
    max-width: 992px;
    --bs-gutter-x: 8px;
    --bs-gutter-y: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .cs-product-grid {
        --bs-gutter-x: 14px;
    }
}

@media (max-width: 991.98px) {
    .cs-product-grid {
        max-width: none;
    }
}

.cs-product-image {
    position: relative;
    height: 174px;
    overflow: hidden;
}

.cs-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs_card_premium .cs-product-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 56%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.18) 100%);
    pointer-events: none;
}

.cs-card-feature-icons {
    position: absolute;
    top: 8px;
    left: 8px;
    display: inline-flex;
    gap: 4px;
    z-index: 6;
}

.cs-card-feature-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 8px;
    line-height: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
}

.cs-card-feature-icon-barter {
    background: #5fbf43;
}

.cs-card-feature-icon-credit {
    background: #f2b51f;
}

.cs-wishlist-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 0;
    border: none;
    display: grid;
    place-items: center;
    box-shadow: none;
    color: #fff;
    transition: 0.2s;
    z-index: 6;
}

.cs-wishlist-btn svg {
    width: 24px;
    height: 24px;
}

.cs-wishlist-btn:hover {
    color: rgba(255, 228, 92, 0.73);
}

.cs-wishlist-btn.is_favorite {
    color: #f28541;
}

.cs-wishlist-btn.is-guest {
    pointer-events: none;
}

.cs-product-body {
    padding: 12px 9px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    flex: 0 0 92px;
    min-height: 92px;
    width: 100%;
}

.cs_card_premium .cs-product-body {
    padding: 12px 11px 12px;
    gap: 4px;
}

.cs-product-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs_card_premium .cs-product-title {
    font-weight: 700;
    color: #111827;
}

.cs-price {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    line-height: 1.1;
}

.cs_card_premium .cs-price {
    color: #9a3412;
}

.cs-price span {
    font-size: 1em;
    font-weight: inherit;
    color: inherit;
    margin-left: 0;
}

.cs-product-specs {
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.cs-product-meta {
    font-size: 12px;
    color: #8d94ad;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    margin-top: 1px;
    min-height: 1.2em;
}

.cs-premium-card-note {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.cs-meta-location,
.cs-meta-date {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 577px) {
    .cs-meta-location {
        max-width: 55%;
    }

    .cs-meta-date {
        max-width: 45%;
        text-align: right;
    }
}

@media (max-width: 576px) {
    .cs-product-card {
        width: 100%;
        height: auto;
        min-height: 220px;
        margin: 0;
    }

    .cs-product-image {
        height: auto;
        aspect-ratio: 5 / 4;
    }

    .cs-product-body {
        gap: 5px;
        min-height: 92px;
    }

    .cs-product-title {
        font-size: 14px;
        line-height: 1.2;
    }

    .cs-price {
        font-size: 18px;
        margin-bottom: 0;
    }

    .cs-price span {
        font-size: 1em;
    }

    .cs-product-specs {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
    }

    .cs-product-meta {
        font-size: 12px;
        color: #8d94ad;
        min-height: 1.2em;
    }

    .cs-wishlist-btn {
        width: 22px;
        height: 22px;
    }

    .cs-wishlist-btn svg {
        width: 23px;
        height: 23px;
    }
}

.cs-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cs-product-section {
    padding: 20px 0 20px;
}

.cs-banner-wrap + .cs-product-section {
    padding-top: 0;
}

.cs-product-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 14px;
    gap: 16px;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}

.cs-product-header .cs-product-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
    color: #0f172a;
}

.cs-product-link {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    margin: 0;
    position: relative;
    top: -1px;
}

.cs-product-link:hover {
    color: #0f172a;
}

.cs-product-link span {
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .cs-product-header {
        gap: 12px;
    }

    .cs-product-header .cs-product-title {
        font-size: 17px;
    }

    .cs-product-link {
        gap: 6px;
        font-size: 15px;
    }

    .cs-product-link span {
        font-size: 18px;
    }
}

#csAdsCarousel .carousel-item {
    min-height: 500px !important;
}

#csAdsCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.cs_company_badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: #3f62f4;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 8px;
    z-index: 5;
}

.cs-card-action-pill {
    position: absolute;
    right: 8px;
    bottom: 8px;
    min-height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255, 250, 240, 0.96);
    border: 1px solid rgba(245, 158, 11, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 800;
    color: #9a3412;
    line-height: 1;
    z-index: 6;
}

.cs-card-action-pill .fa-crown {
    color: #ffac27;
}

.cs_card_premium .cs_company_badge {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

@media (max-width: 576px) {
    .cs_card_premium {
        border-radius: 14px;
    }

    .cs_card_premium .cs-product-body {
        padding: 10px 10px 12px;
    }

    .cs-premium-card-note {
        font-size: 10px;
        padding: 4px 7px;
    }
}

.site-user-dropdown .site-user-name {
    max-width: 140px;
    display: inline-block;
    vertical-align: middle;
}

.site-user-dropdown .dropdown-toggle::after {
    display: none;
}

.site-user-dropdown .site-user-menu {
    min-width: 200px;
}

.cs_page_btn.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.user-dropdown-menu {
    min-width: 280px;
    width: min(360px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    max-height: 300px;
    overflow-y: auto;
    padding: 6px 0;
}

.user-dropdown-menu .dropdown-item {
    padding: 8px 14px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.user-dropdown-menu .dropdown-item + .dropdown-item {
    border-top: 1px solid #f1f1f1;
}

.user-dropdown-menu .dropdown-divider {
    margin: 4px 0;
}

.page-content {
    line-height: 1.7;
    font-size: 1rem;
}

.page-content * {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}


body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border: 3px solid rgba(94, 110, 149, 0.25);
    border-top-color: #5e6e95;
    border-radius: 50%;
    animation: lb-spin 0.8s linear infinite;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: none;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next::after {
    content: "›";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 44px;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.lb-nav a.lb-next:hover {
    opacity: 1;
}

@keyframes lb-spin {
    to {
        transform: rotate(360deg);
    }
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: right;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
}

.agent-card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    min-height: 100%;
}

.agent-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(15, 34, 58, 0.1) !important;
}

.blue-tick {
    height: 16px;
    width: auto;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.agent-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 100%;
    min-height: 240px;
}

@media (max-width: 768px) {
    .agent-photo {
        padding-top: 80% !important;
        min-height: 180px !important;
    }
}

@media (max-width: 575.98px) {
    .agent-cover {
        padding-top: 70%;
        min-height: 180px;
    }
}

footer.footer-menu-clean .inside {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 64px;
}

footer.footer-menu-clean .cl {
    flex: 1 1 280px;
    max-width: 420px;
}

.cs_footer_pages .page-link {
    padding: 6px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 14px;
    color: #6b7280;
    background: #f9fafb;
    transition: all 0.15s ease;
    text-decoration: none;
}

.cs_footer_pages .page-link:hover {
    color: #111827;
    border-color: #d1d5db;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.subcat-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.subcat-scroll-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: max-content;
    min-width: 100%;
    justify-content: center;
}

.subcat-scroll::-webkit-scrollbar {
    height: 6px;
}

.subcat-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.subcat-chip {
    flex: 0 0 auto;
    min-width: 160px;
    max-width: 230px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 12px;
    border-color: #d0d7e2;
    background: #ffffff;
    color: #344054;
}

.subcat-chip:hover {
    background: #f7fbff;
    border-color: #9db4d8;
    color: #1d4f8f;
}

.subcat-chip .subcat-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.subcat-chip .subcat-count {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #eef2f7;
    color: #5b6472;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

@media (max-width: 576px) {
    .subcat-chip {
        min-width: 140px;
    }
}

.container.py-4 {
    overflow-x: clip;
}

.product-add-page {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.product-add-page,
.product-add-page * {
    box-sizing: border-box;
}

.product-add-page #form {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.product-add-page fieldset {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.product-add-page .form-card {
    padding: 22px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    background: #fff;
    border: 1px solid #eef1f4;
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.product-add-page .form-card-title {
    margin: 0 0 18px;
    color: #252c32;
    font-size: 18px;
    font-weight: 500;
}

.product-add-page .form-submit {
    padding-top: 4px;
}

.product-add-page .form-submit .btn {
    width: 100%;
    border-radius: 14px;
}

.product-add-page .field-error {
    margin-top: 8px;
    color: #dc3545;
    font-size: 13px;
    line-height: 1.45;
}

.field-error {
    margin-top: 8px;
    color: #dc3545;
    font-size: 13px;
    line-height: 1.45;
}

.product-add-page .visually-hidden-file-input {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.product-add-page .ifta-group {
    position: relative;
    width: 100%;
    min-width: 0;
}

.product-add-page .ifta-group + .ifta-group {
    margin-top: 16px;
}

.product-add-page .ifta-label {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 13px;
    color: rgb(85 105 130 / 46%);
    pointer-events: none;
    transition: all .2s ease;
    z-index: 2;
}

.product-add-page .ifta-group:focus-within .ifta-label,
.product-add-page .ifta-group.has-value .ifta-label {
    top: 6px;
}

.product-add-page .ifta-field,
.product-add-page .select-modal-field,
.product-add-page textarea[name="description"] {
    width: 100%;
    padding: 30px 15px 12px;
    background: rgb(250, 251, 251);
    border: 1px solid rgb(241, 243, 247);
    border-radius: 14px;
    font-size: 14px;
}

.product-add-page .ifta-field::placeholder,
.product-add-page textarea[name="description"]::placeholder {
    color: rgb(85 105 130 / 36%);
    font-size: 12px;
}

.product-add-page .ifta-group-textarea .ifta-label {
    top: 12px;
}

.product-add-page .ifta-group-textarea:focus-within .ifta-label,
.product-add-page .ifta-group-textarea.has-value .ifta-label {
    top: 6px;
}

.product-add-page textarea[name="description"] {
    min-height: 180px;
    resize: vertical;
}

.product-add-page .select-modal-field {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product-add-page .select-modal-field::after {
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-left: auto;
    color: #8b95a7;
}

.product-add-page .select-modal-value.is-placeholder {
    color: rgb(85 105 130 / 46%);
}

.product-select-modal .category-modal-option {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-select-modal .category-modal-option-icon,
.product-select-modal .category-modal-option-icon-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    object-fit: cover;
    flex: 0 0 40px;
}

.product-select-modal .category-modal-option-icon-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f5f8;
    color: #6b778c;
}

.product-select-modal .category-modal-option-text {
    display: block;
    text-align: left;
}

.product-add-page #dynamic-attributes .attribute-item {
    margin-top: 16px;
}

.product-add-page .custom-check-container {
    position: relative;
    width: 100%;
    background: rgb(250, 251, 251);
    padding: 15px 15px 10px;
    border-radius: 18px;
    border: 1px solid #f1f3f7;
}

.product-add-page .whatsapp-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
}

.product-add-page .custom-checkbox-label {
    font-size: 13px;
    color: rgb(85 105 130 / 46%);
}

.product-add-page .hidden-checkbox {
    position: absolute;
    opacity: 0;
    width: 28px;
    height: 28px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.product-add-page .hidden-checkbox:disabled ~ .custom-checkmark {
    opacity: .5;
    cursor: not-allowed;
}

.product-add-page .custom-checkmark {
    position: relative;
    width: 28px;
    height: 28px;
    background: #eee;
    border-radius: 8px;
    transition: all .2s ease-in-out;
    display: inline-block;
}

.product-add-page .hidden-checkbox:checked ~ .custom-checkmark {
    background: #5e6e95;
}

.product-add-page .custom-checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.product-add-page .hidden-checkbox:checked ~ .custom-checkmark::after {
    display: block;
}

.product-add-page .upload-section,
.product-add-page #preview-images {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.product-add-page .upload-section {
    overflow: hidden;
}

.product-add-page .upload-section-title {
    display: inline-block;
    margin-bottom: 14px;
    color: #252c32;
    font-size: 17px;
    font-weight: 500;
}

.product-add-page .upload-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 176px;
    padding: 24px;
    border: 2px dashed #3b82f6;
    border-radius: 24px;
    background: #f8fafc;
    cursor: pointer;
    text-align: center;
}

.product-add-page #preview-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(106px, 106px));
    gap: 8px;
    justify-content: flex-start;
    overflow: hidden;
}

.product-add-page #preview-images > * {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.product-add-page #preview-images .image {
    position: relative;
    width: 106px;
    height: 106px;
    border-radius: 16px;
    overflow: hidden;
    background: #0f1115;
    cursor: grab;
    touch-action: none;
}

.product-add-page #preview-images .image.is-dragging {
    opacity: .75;
    cursor: grabbing;
    z-index: 5;
}

.product-add-page #preview-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-add-page #preview-images .image span {
    position: absolute;
    top: 6px;
    right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #eef1f4;
    color: #5e6e95;
    cursor: pointer;
    line-height: 1;
    font-size: 16px;
}

.product-add-page .upload-dropzone,
.product-add-page .upload-section-note {
    max-width: 100%;
    min-width: 0;
}

.product-add-page .upload-dropzone.is-compact {
    width: 106px;
    min-height: 112px;
    padding: 16px 12px;
    border: 1px solid #edf1f5;
    border-radius: 16px;
    background: #f3f5f8;
    gap: 4px;
}

.product-add-page .upload-dropzone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    color: #4d8fe1;
    font-size: 42px;
}

.product-add-page .upload-dropzone.is-compact .upload-dropzone-icon {
    width: 36px;
    height: 36px;
    font-size: 28px;
}

.product-add-page .upload-dropzone-title {
    display: block;
    width: 100%;
    color: #3b82f6;
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: center;
}

.product-add-page .upload-dropzone.is-compact .upload-dropzone-title {
    font-size: 14px;
}

.product-add-page .upload-dropzone-subtitle,
.product-add-page .upload-section-note {
    color: #8b95a7;
    font-size: 13px;
}

.product-add-page .upload-dropzone-subtitle {
    display: block;
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: center;
}

.product-add-page .upload-dropzone.is-compact .upload-dropzone-subtitle {
    display: none;
}

.product-add-page .upload-section-note {
    margin-top: 14px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.product-select-modal .modal-content {
    border: 0;
    border-radius: 22px;
}

.product-select-modal .modal-body {
    padding-top: 0;
}

.product-select-modal .modal-search-input {
    border-radius: 14px;
    margin-bottom: 12px;
    background: rgb(250, 251, 251);
    border: 1px solid rgb(241, 243, 247);
}

.product-select-modal .select-modal-options {
    max-height: 50vh;
    overflow: auto;
}

.product-select-modal .select-modal-option {
    width: 100%;
    border: 0;
    background: rgb(250, 251, 251);
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 8px;
    text-align: left;
}

.product-select-modal .select-modal-option.is-active {
    background: rgba(94, 110, 149, .12);
    color: #5e6e95;
}

.cs-banner-wrap {
    position: relative;
    overflow: hidden;
}

.cs-banner-wrap-centered {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}

.cs-banner-link {
    display: block;
}

.cs-banner-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    transition: opacity .35s ease, transform .35s ease;
    opacity: 0;
    transform: scale(1.02);
    pointer-events: none;
}

.cs-banner-slide.is-active {
    position: relative;
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.cs-banner-slide.is-leaving {
    opacity: 0;
    transform: scale(.985);
}

.cs-banner-image {
    display: block;
    width: 100%;
    max-height: 180px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 576px) {
    .cs-banner-image {
        max-height: 95px;
    }

    .product-add-page .form-card {
        padding: 18px 16px;
    }

    .product-add-page .upload-dropzone {
        padding: 20px 16px;
        border-radius: 20px;
    }

    .product-add-page #preview-images {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: start;
    }

    .product-add-page #preview-images .image,
    .product-add-page #preview-images .upload-dropzone.is-compact {
        width: 100% !important;
        max-width: 100% !important;
    }

    .product-add-page #preview-images .image {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .product-add-page #preview-images .upload-dropzone.is-compact {
        min-height: auto;
        aspect-ratio: 1 / 1;
        padding: 12px 8px;
    }

    .product-add-page #preview-images .upload-dropzone.is-compact .upload-dropzone-title {
        font-size: 12px;
    }
}

.pf-wrap {
    padding: 20px 0 20px;
}

.pf-wrap .pf-box {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

.pf-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.pf-grid.pf-core {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pf-grid.pf-extra {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.pf-grid.pf-extra .pf-split {
    grid-column: span 2;
}

.pf-grid.pf-extra .pf-cell.pf-currency {
    max-width: none;
    padding: 0;
}

.pf-grid.pf-extra .pf-cell.pf-currency::after {
    right: 12px;
    font-size: 14px;
}

.pf-grid.pf-extra .pf-cell.pf-currency select {
    padding: 0 34px 0 14px;
    font-weight: 500;
}

.pf-cell, .pf-split, .pf-btn, .pf-tab, .pf-chip, .pf-bottom-btn {
    border: 1px solid #d7dbe5;
    border-radius: 8px;
    background: #fff;
    color: #95a0b9;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    font-size: 15px;
    line-height: 1;
    min-width: 0;
    white-space: nowrap;
}

.pf-cell::after {
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #8f99b3;
    font-size: 14px;
    pointer-events: none;
}

.pf-cell {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.pf-split {
    padding: 0;
    overflow: hidden;
}

.pf-split span {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 14px;
}

.pf-split span + span {
    border-left: 1px solid #d7dbe5;
}

.pf-cell select,
.pf-cell input,
.pf-split input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: inherit;
    font-size: 15px;
    min-width: 0;
}

.pf-cell select {
    flex: 1 1 auto;
    display: block;
    line-height: 48px;
    padding: 0 34px 0 14px;
}

.pf-cell input {
    padding: 0 14px;
    font-size: 15px;
    line-height: 1.25;
}

.pf-split input {
    padding: 0 14px;
    font-size: 15px;
    line-height: 1.25;
}

.pf-split input + input {
    border-left: 1px solid #d7dbe5;
}

.pf-split input::placeholder {
    color: #95a0b9;
    font-size: 13px;
    line-height: 1.2;
}

.pf-cell select {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
}

.pf-cell.pf-cell-select2::after {
    display: none;
}

.pf-cell.pf-cell-select2 {
    overflow: visible;
}

.pf-wrap .select2-container {
    width: 100% !important;
}

.pf-wrap .select2-container .selection {
    display: block;
    width: 100%;
}

.pf-wrap .select2-container--default .select2-selection--single {
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 0 34px 0 14px;
}

.pf-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #95a0b9;
    line-height: 48px;
    padding: 0;
    font-size: 15px;
}

.pf-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #95a0b9;
}

.pf-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
}

.pf-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
    position: static;
}

.pf-wrap .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: #8f99b3;
    font-size: 14px;
    line-height: 14px;
}

.pf-wrap .select2-dropdown {
    border: 1px solid #d7dbe5;
    border-radius: 8px;
    overflow: hidden;
    z-index: 2500;
}

.pf-wrap .select2-container--open .select2-dropdown--below {
    margin-top: 6px;
}

.pf-wrap .select2-container--default .select2-search--dropdown {
    padding: 8px;
}

.pf-wrap .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d7dbe5;
    border-radius: 6px;
    height: 38px;
    padding: 0 10px;
    font-size: 14px;
    color: #15294b;
}

.pf-wrap .select2-results__option {
    font-size: 14px;
    padding: 8px 12px;
}

.pf-wrap .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: rgb(56 75 116 / 95%);
}

.pf-wrap .select2-container--default .select2-results__option--selected {
    background: #f2f4f9;
    color: #15294b;
}

.pf-wrap .select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    opacity: .8;
}

.pf-cell.pf-currency .select2-container--default .select2-selection--single {
    padding: 0 18px 0 6px;
}

.pf-cell.pf-currency .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px;
}

.pf-cell.pf-currency .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    font-size: 12px;
}

.pf-tabs input[type="radio"],
.pf-chip input[type="checkbox"],
.pf-btn input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pf-mini-row {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    min-width: 0;
    align-items: stretch;
}

.pf-cell.pf-currency {
    position: relative;
    padding: 0 8px;
    justify-content: flex-start;
    max-width: 100px;
    width: 100%;
}

.pf-cell.pf-currency::after {
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #8f99b3;
    font-size: 12px;
    pointer-events: none;
}

.pf-cell.pf-currency select {
    font-size: 15px;
    font-weight: 600;
    padding: 0 18px 0 6px;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
}

.pf-tabs {
    display: flex;
    border: 1px solid #d7dbe5;
    border-radius: 8px;
    overflow: hidden;
    background: #f7f8fb;
    height: 48px;
}

.pf-tab {
    border: 0;
    border-radius: 0;
    flex: 1;
    justify-content: center;
}

.pf-tab.active {
    background: rgb(56 75 116 / 95%);
    color: #fff;
}

.pf-tabs input[type="radio"]:checked + .pf-tab {
    background: rgb(56 75 116 / 95%);
    color: #fff;
}

.pf-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pf-chip {
    width: auto;
    color: #15294b;
    height: 46px;
    font-size: 15px;
}

.pf-title {
    margin: 12px 0 10px;
    font-size: 28px;
    color: #15294b;
    border-top: 1px solid #d7dbe5;
    padding-top: 14px;
}

.pf-bottom {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.pf-bottom a {
    text-decoration: none;
    font-size: 16px;
}

.pf-bottom .pf-count {
    margin-right: auto;
    color: #15294b;
    font-size: 16px;
}

.pf-bottom .pf-count a {
    color: #3777ff;
}

.pf-link-muted {
    color: #96a0b8;
}

.pf-link-red {
    color: rgb(56 75 116 / 95%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pf-bottom-btn {
    background: rgb(56 75 116 / 95%);
    border-color: rgb(56 75 116 / 95%);
    color: #fff;
    justify-content: center;
    min-width: 220px;
    font-size: 15px;
}

.pf-btn {
    justify-content: center;
    padding: 0 8px;
    position: relative;
    cursor: pointer;
}

.pf-btn-checkbox {
    padding: 0 14px;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    justify-self: stretch;
}

.pf-btn,
.pf-tab,
.pf-chip,
.pf-cell select {
    font-size: 15px;
}

.pf-btn.is-active,
.pf-chip.is-active {
    background: rgb(56 75 116 / 95%);
    border-color: rgb(56 75 116 / 95%);
    color: #fff;
}

.pf-cell, .pf-tab, .pf-btn, .pf-chip {
    overflow: hidden;
    text-overflow: ellipsis;
}

.pf-extra {
    margin-top: 10px;
}

.pf-mobile-summary, .pf-mobile-panel {
    display: none;
}

.pf-mobile-ui {
    display: none;
}

.pf-hidden {
    display: none !important;
}

html.pf-lock-scroll,
html.pf-lock-scroll body {
    overflow: hidden;
}

@media (min-width: 992px) {
    .pf-grid.pf-grid-pricing {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .pf-mini-row {
        grid-template-columns: 84px minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
    }

    .pf-mini-row .pf-btn {
        font-size: 15px;
        min-width: 0;
    }

    .pf-mini-row .pf-cell.pf-currency select {
        font-size: 15px;
        padding-left: 6px;
        padding-right: 18px;
    }
}

@media (max-width: 991.98px) {
    .pf-wrap .pf-box {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .pf-desktop {
        display: none;
    }

    .pf-mobile-ui {
        display: block;
        padding: 0 8px;
        max-width: 100%;
        overflow-x: clip;
    }

    .pf-mobile-top {
        display: grid;
        gap: 8px;
        max-width: 100%;
        min-width: 0;
    }

    .pf-mobile-category-bar {
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #edf0f5;
        box-shadow: 0 1px 0 rgba(18, 32, 63, 0.02);
        border-radius: 14px;
        padding: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
    }

    .pf-mobile-category-scroll {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
    }

    .pf-mobile-category-scroll::-webkit-scrollbar { display: none; }

    .pf-mobile-category-chip {
        flex: 0 0 auto;
        scroll-snap-align: start;
        min-height: 42px;
        padding: 0 15px;
        border: 1px solid #e3e7ef;
        border-radius: 12px;
        background: #fff;
        color: #15294b;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
    }

    .pf-mobile-category-chip.is-active {
        border-color: #3d5687;
        background: #3d5687;
        color: #fff;
    }

    .pf-mobile-filter-icon {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 12px;
        background: #3d5687;
        color: #fff;
        display: inline-grid;
        place-items: center;
        font-size: 18px;
    }

    .pf-mobile-brand-main {
        width: 100%;
        min-width: 0;
        border: 0;
        background: transparent;
        min-height: 46px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #15294b;
        font-size: 16px;
        line-height: 1.15;
        text-align: left;
        padding: 0;
    }

    .pf-mobile-brand-main-left {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
    }

    .pf-mobile-brand-main-left span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pf-mobile-brand-main i {
        color: #9aa5bb;
        font-size: 18px;
    }

    .pf-mobile-filter-inline {
        width: 100%;
        border: 0;
        background: transparent;
        border-top: 1px solid #e3e7ef;
        margin-top: 6px;
        padding: 14px 0 2px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #15294b;
        font-size: 16px;
    }

    .pf-mobile-filter-inline i, .pf-mobile-brand-main i {
        color: rgb(56 75 116 / 95%);
        font-size: 16px;
    }

    .pf-mobile-brand-model-card {
        background: transparent;
        min-width: 0;
    }

    .pf-mobile-brand-block {
        position: relative;
        padding-bottom: 10px;
        padding-right: 28px;
        border-bottom: 1px solid #e3e7ef;
    }

    .pf-mobile-brand-value-row {
        margin-top: 1px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        min-width: 0;
    }

    .pf-mobile-brand-model-row {
        width: 100%;
        border: 0;
        background: transparent;
        min-height: 40px;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        column-gap: 10px;
        text-align: left;
    }

    .pf-mobile-brand-model-label {
        font-size: 14px;
        color: #8e99b3;
    }

    .pf-mobile-brand-model-value {
        font-size: 16px;
        color: #15294b;
        justify-self: end;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pf-mobile-model-value {
        color: #15294b;
        font-weight: 500;
    }

    .pf-mobile-brand-clear {
        border: 0;
        background: transparent;
        color: #b7bfd0;
        font-size: 18px;
        padding: 0;
        line-height: 1;
    }

    .pf-mobile-model-trigger {
        position: relative;
        margin-top: 0;
        min-height: 32px;
        grid-template-columns: 1fr auto;
        padding: 0;
        align-items: center;
    }

    .pf-mobile-model-trigger i {
        color: #a4aec2;
        font-size: 16px;
        position: absolute;
        right: -28px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .pf-mobile-model-block.has-value .pf-mobile-model-trigger i {
        display: none;
    }

    .pf-mobile-model-block {
        position: relative;
        margin-top: 8px;
        padding-right: 28px;
    }

    .pf-mobile-model-block:not(.has-value) .pf-mobile-model-trigger {
        min-height: 34px;
    }

    .pf-mobile-model-value-row {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        min-width: 0;
    }

    .pf-mobile-brand-value-row .pf-mobile-brand-clear,
    .pf-mobile-model-value-row .pf-mobile-model-clear {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .pf-mobile-brand,
    .pf-mobile-model {
        height: 44px;
        border-radius: 10px;
        background: #f2f4f8;
        border: 1px solid #e8ecf3;
    }

    .pf-mobile-brand .select2-container--default .select2-selection--single,
    .pf-mobile-model .select2-container--default .select2-selection--single {
        height: 42px;
        border-radius: 10px;
        background: #f2f4f8;
        padding: 0 32px 0 12px;
    }

    .pf-mobile-brand .select2-container--default .select2-selection--single .select2-selection__rendered,
    .pf-mobile-model .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
        font-size: 14px;
        color: #637192;
    }

    .pf-mobile-brand .select2-container--default .select2-selection--single .select2-selection__placeholder,
    .pf-mobile-model .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #7e8aa7;
    }

    .pf-mobile-brand .select2-container--default .select2-selection--single .select2-selection__arrow,
    .pf-mobile-model .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px;
    }

    .pf-mobile-brand .select2-container--default.select2-container--disabled .select2-selection--single,
    .pf-mobile-model .select2-container--default.select2-container--disabled .select2-selection--single {
        opacity: 0.65;
    }

    .pf-mobile-select-trigger {
        border: 1px solid #e8ecf3;
        background: #f2f4f8;
        border-radius: 10px;
        height: 44px;
        padding: 0 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #637192;
        font-size: 14px;
        text-align: left;
    }

    .pf-mobile-select-trigger i {
        color: #94a0b8;
        font-size: 13px;
    }

    .pf-mobile-select-trigger:disabled {
        opacity: 0.65;
    }

    .pf-mobile-actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        max-width: 100%;
        min-width: 0;
        background: transparent;
    }

    .pf-mobile-pill {
        border: 1px solid #edf0f5;
        background: #fff;
        box-shadow: 0 1px 0 rgba(18, 32, 63, 0.02);
        border-radius: 999px;
        color: #15294b;
        height: 40px;
        width: 100%;
        min-width: 0;
        padding: 0 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        font-size: 14px;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
    }

    .pf-mobile-actions .pf-mobile-pill:first-child {
        display: inline-flex;
    }

    .pf-mobile-pill i {
        color: rgb(56 75 116 / 95%);
        font-size: 14px;
    }

    .pf-mobile-pill .fa-chevron-down {
        color: rgb(56 75 116 / 95%);
        font-size: 13px;
    }

    .pf-mobile-sheet-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.35);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 9990;
    }

    .pf-mobile-sheet-backdrop.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    .pf-mobile-drawer-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.35);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 9992;
    }

    .pf-mobile-drawer-backdrop.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    .pf-mobile-drawer {
        position: fixed;
        inset: 0;
        background: #fff;
        transform: translateX(102%);
        transition: transform 0.22s ease;
        z-index: 10000;
        display: grid;
        grid-template-rows: auto auto 1fr;
    }

    .pf-mobile-drawer.is-open {
        transform: translateX(0);
    }

    .pf-mobile-drawer-header {
        min-height: 52px;
        border-bottom: 1px solid #eaedf3;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 8px 12px;
    }

    .pf-mobile-drawer-header h3 {
        margin: 0;
        color: #15294b;
        font-size: 16px;
        line-height: 1.15;
        font-weight: 700;
    }

    .pf-mobile-drawer-back {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        border: 0;
        background: transparent;
        color: #9aa5bb;
        font-size: 20px;
        padding: 0;
    }

    .pf-mobile-drawer-search {
        margin: 10px 10px 8px;
        height: 40px;
        border-radius: 8px;
        background: #f2f4f8;
        display: flex;
        align-items: center;
        padding: 0 10px;
        gap: 8px;
    }

    .pf-mobile-drawer-search i {
        color: #a2acbf;
        font-size: 14px;
    }

    .pf-mobile-drawer-search input {
        border: 0;
        background: transparent;
        width: 100%;
        color: #4e5f84;
        font-size: 14px;
        outline: none;
    }

    .pf-mobile-drawer-search input::placeholder {
        color: #8e99b1;
    }

    .pf-mobile-drawer-list {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
    }

    .pf-mobile-drawer-row {
        width: 100%;
        height: 50px;
        border: 0;
        border-bottom: 1px solid #eaedf3;
        background: #fff;
        color: #15294b;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px;
        text-align: left;
    }
    .pf-mobile-drawer-left {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
    }
    .pf-mobile-brand-icon {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        overflow: hidden;
        background: #f2f4f8;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 28px;
    }
    .pf-mobile-brand-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .pf-mobile-brand-icon i {
        color: #8f9ab4;
        font-size: 13px;
    }

    .pf-mobile-drawer-dot {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #e2e7ef;
        position: relative;
        flex: 0 0 auto;
    }

    .pf-mobile-drawer-dot.is-active {
        border-color: rgb(56 75 116 / 95%);
    }

    .pf-mobile-drawer-dot.is-active::after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgb(56 75 116 / 95%);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .pf-mobile-sheet {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border-radius: 14px 14px 0 0;
        transform: translateY(102%);
        transition: transform 0.22s ease;
        z-index: 9999;
        max-height: calc(100vh - 24px);
        overflow: auto;
        padding-bottom: env(safe-area-inset-bottom);
    }

    .pf-mobile-sheet.is-open {
        transform: translateY(0);
    }

    .pf-mobile-sheet-header {
        display: flex;
        align-items: center;
        justify-content: center;
        position: sticky;
        top: 0;
        background: #fff;
        min-height: 58px;
        border-bottom: 1px solid #eaedf3;
        padding: 10px 14px;
    }

    .pf-mobile-sheet-header h3 {
        margin: 0;
        color: #15294b;
        font-size: 20px;
        font-weight: 700;
    }

    .pf-mobile-sheet-close {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        border: 0;
        background: transparent;
        color: #8e98ad;
        font-size: 20px;
        padding: 0;
    }

    .pf-mobile-radio-list {
        padding: 2px 0 calc(88px + env(safe-area-inset-bottom));
    }

    .pf-mobile-radio-item {
        height: 52px;
        padding: 0 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eaedf3;
        color: #15294b;
        font-size: 17px;
        margin: 0;
    }

    .pf-mobile-radio-item input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .pf-mobile-radio-dot {
        width: 18px;
        height: 18px;
        border-radius: 999px;
        border: 1px solid #e2e7ef;
        position: relative;
    }

    .pf-mobile-radio-item input:checked + .pf-mobile-radio-dot {
        border-color: rgb(56 75 116 / 95%);
    }

    .pf-mobile-radio-item input:checked + .pf-mobile-radio-dot::after {
        content: "";
        position: absolute;
        inset: 3px;
        border-radius: 999px;
        background: rgb(56 75 116 / 95%);
    }

    .pf-mobile-sheet-filters .pf-mobile-col {
        padding: 10px 8px calc(88px + env(safe-area-inset-bottom));
    }

    .pf-mobile-col {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .pf-mobile-ui .pf-cell, .pf-mobile-ui .pf-split, .pf-mobile-ui .pf-btn, .pf-mobile-ui .pf-tab, .pf-mobile-ui .pf-chip, .pf-mobile-ui .pf-bottom-btn {
        height: 42px;
        font-size: 14px;
        border-radius: 7px;
        padding: 0 10px;
    }

    .pf-mobile-ui .pf-btn,
    .pf-mobile-ui .pf-tab,
    .pf-mobile-ui .pf-chip,
    .pf-mobile-ui .pf-cell select {
        font-size: 14px;
    }

    .pf-mobile-ui .pf-btn-checkbox {
        padding: 0 8px;
    }

    .pf-mobile-checkbox-row {
        grid-column: 1 / -1;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        margin: 4px 0 6px;
    }

    .pf-mobile-checkbox-row .pf-btn-checkbox {
        height: 34px;
        font-size: 11px;
        line-height: 1;
        border-radius: 8px;
        padding: 0 9px;
        width: auto;
        max-width: 100%;
        justify-content: center;
        white-space: nowrap;
    }

    .pf-mobile-sheet-filters .pf-cell {
        height: 44px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #e8ecf3;
        overflow: hidden;
        position: relative;
    }
    .pf-mobile-sheet-filters .pf-cell::after {
        display: none;
    }

    .pf-mobile-sheet-filters .pf-cell select.pf-native-select-hidden {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        width: 1px;
        height: 1px;
    }

    .pf-mobile-filter-select-trigger {
        width: 100%;
        height: 100%;
        border: 0;
        background: #fff;
        border-radius: 10px;
        padding: 0 34px 0 12px;
        color: #15294b;
        font-size: 14px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }

    .pf-mobile-filter-select-trigger::after {
        content: "\f107";
        font-family: "Font Awesome 7 Free";
        font-weight: 900;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #a4aec2;
        font-size: 14px;
    }

    .pf-mobile-filter-select-trigger.is-empty {
        color: #8e99b3;
    }

    .pf-mobile-ui .pf-split input {
        font-size: 13px;
    }

    .pf-mobile-ui .pf-split input::placeholder {
        font-size: 12px;
    }

    .pf-mobile-ui .pf-mobile-price,
    .pf-mobile-ui .pf-bottom {
        grid-column: 1 / -1;
    }

    .pf-mobile-ui .pf-mobile-city {
        grid-column: 1 / -1;
    }

    .pf-mobile-ui .pf-tabs {
        height: 42px;
    }

    .pf-mobile-ui .pf-bottom {
        margin-top: 8px;
    }

    .pf-mobile-ui .pf-bottom .pf-count {
        display: none;
    }

    .pf-mobile-ui .pf-bottom {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "reset"
            "search";
        gap: 10px;
        align-items: center;
    }

    .pf-mobile-ui .pf-link-muted,
    .pf-mobile-ui .pf-link-red {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        border: 1px solid #d7dbe5 !important;
        border-radius: 8px;
        background: #f7f8fb !important;
        font-size: 14px;
        line-height: 1;
    }

    .pf-mobile-ui .pf-mobile-reset {
        background: #e9eef8 !important;
        color: #4b5f8d;
        border-color: #d7dfef !important;
    }

    .pf-mobile-ui .pf-mobile-reset {
        grid-area: reset;
    }

    .pf-mobile-ui .pf-bottom-btn {
        grid-area: search;
        width: 100%;
        min-width: 0;
    }
}

.cs_detail_page .cs_white {
    padding: 14px;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #e7e8eb;
    background: #ffffff;
}

.cs_detail_page,
.cs_detail_page * {
    font-family: Arial, Helvetica, sans-serif;
}

.cs_detail_page .cs_title h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #212c3a;
}

.cs_detail_page {
    background: #f3f4f6;
}

.cs_detail_head_actions {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.cs_detail_head_action {
    border: 0;
    background: transparent;
    color: #5f6673;
    font-size: 14px;
    font-weight: 500;
}

.cs_detail_head_action i {
    margin-right: 6px;
}

.cs_detail_head_action.is_favorite {
    color: #ff7d00;
}

.cs_detail_gallery_main {
    background: #dbe1e9;
    border: 1px solid #d9dee5;
}

.cs_detail_gallery_main .carousel-item {
    height: auto;
    aspect-ratio: 16 / 9;
}

.cs_detail_gallery_link {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.cs_detail_gallery_empty .carousel-image {
    object-fit: contain;
    background: #eef1f5;
}

.cs_detail_gallery_blur {
    position: absolute;
    inset: -20px;
    background-position: center;
    background-size: cover;
    filter: blur(20px) brightness(0.6);
    transform: scale(1.08);
    z-index: 0;
}

.cs_detail_gallery_main .carousel-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-user-drag: none;
    user-select: none;
}

.cs_detail_meta_line {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #3c4250;
    margin-top: 10px;
    flex-wrap: wrap;
}

.cs_detail_meta_line span {
    font-size: 14px;
}

.cs_detail_meta_line span:last-child {
    font-size: 14px;
    font-weight: 600;
}

.cs_detail_meta_dot {
    color: #7c8597;
    font-size: 12px;
    line-height: 1;
}

.cs_detail_seller_card {
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background-color: #f6f7fa;
    padding: 20px;
}

.cs_detail_price {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    line-height: 27px;
}

.cs_detail_badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #22a447;
    font-size: 14px;
    font-weight: 700;
}

.cs_detail_offer_badges {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.cs_detail_offer_badges_desktop {
    margin-top: 10px;
}

.cs_detail_offer_badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 22px;
    padding: 0 8px 0 5px;
    border-radius: 8px;
    background: #eceef1;
    color: #3f4754;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.cs_detail_offer_badge_icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 8px;
    line-height: 1;
}

.cs_detail_offer_badge_icon_credit {
    background: #f2b51f;
}

.cs_detail_offer_badge_icon_barter {
    background: #5fbf43;
}

.cs_detail_seller {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f1f3f5;
}

.cs_detail_seller img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dbe0e6;
}

.cs_detail_seller_name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #1c2430;
}

.cs_detail_seller_name .cs_detail_seller_list_link {
    display: inline !important;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #d8dce5;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #5573ac;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}

.cs_detail_seller_meta {
    color: #6f7786;
    font-size: 13px;
    margin-top: 3px;
    font-weight: 500;
}

.cs_detail_seller_divider {
    display: block;
}

.cs_btn_call {
    background: #3db460;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    padding: 14px 14px;
}

.cs_btn_call:hover {
    background: #1f9f40;
}

.cs_btn_call_desktop_text {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.cs_btn_call_label {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.9;
}

.cs_btn_call_value {
    font-size: 16px;
    font-weight: 700;
}

.cs_btn_call_mobile_text {
    display: none;
}

.cs_btn_message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #4f85e9;
    border: 0;
    color: #fff;
    font-weight: 800;
    border-radius: 8px;
    padding: 14px 14px;
    font-size: 17px;
    font-weight: 700;
}

.cs_btn_message:hover {
    background: #3e74d8;
    color: #fff;
}

.cs_detail_service_row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 10px;
}

.cs_detail_service_row_mobile {
    display: none;
}

.cs_detail_service_row a {
    max-height: 70px;
    text-decoration: none;
    background-color: #f6f7fa;
    border: 1px solid #eaebf2;
    border-radius: 8px;
    color: #374151;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 6px;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.cs_detail_specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
    padding: 10px 0;
    margin-top: 10px;
}

.cs_detail_meta_line_specs {
    margin-top: 14px;
}

.cs_detail_specs_title {
    margin: 0 0 10px;
    color: #212c3a;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.cs_detail_spec_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.cs_detail_spec_item_hidden {
    display: none;
}

.cs_detail_spec_name {
    color: #8d94ad;
    font-weight: 600;
    font-size: 15px;
}

.cs_detail_spec_value {
    color: #212c3a;
    font-weight: 700;
    font-size: 15px;
}

.cs_detail_specs_toggle {
    margin: 2px auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
    color: #8d94ad;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    line-height: 1.2;
}

.cs_detail_specs_toggle i {
    font-size: 14px;
}

.cs_ads_text p {
    font-size: 16px;
    line-height: 1.6;
    color: #2e3442;
}

.cs_detail_page .cs_ads_text p {
    margin: 0;
    padding: 0;
    display: block;
    display: -webkit-box;
    max-height: 144px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #212c3a;
    box-sizing: border-box;
}

.cs_detail_bottom_bar {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.cs_detail_divider {
    width: 100%;
    height: 1px;
    background: #dfe3e9;
}

.cs_detail_divider_sm {
    margin: 10px 0;
}

.cs_detail_divider_md {
    margin: 16px 0 0;
}

.cs_detail_bottom_left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.cs_detail_bottom_left a {
    font-size: 15px;
    line-height: 1.2;
    color: #212c3a;
    text-decoration: underline;
}

.cs_detail_bottom_id {
    font-size: 15px;
    color: #212c3a;
    line-height: 1.2;
    font-weight: 600;
}

.cs_detail_mobile_block,
.cs_detail_mobile_bottom {
    display: none;
}

.fancybox__container .f-button.is-close-btn {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.82);
    color: #fff;
    top: 12px;
    right: 12px;
}

.cs_detail_mobile_summary,
.cs_detail_mobile_gallery_count {
    display: none;
}

.cs_detail_desktop_gallery_count {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 3;
    background: rgba(33, 44, 58, 0.78);
    color: #fff;
    border-radius: 12px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    pointer-events: none;
}

@media (max-width: 991px) {
    .cs_detail_page.container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0 !important;
    }

    .cs_detail_page .cs_title,
    .cs_detail_page .cs_detail_head_actions {
        display: none;
    }

    .cs_detail_page .cs_white {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: #fff;
    }

    .cs_detail_page .row.g-4 {
        --bs-gutter-x: 0;
    }

    .cs_detail_page .row.g-4 > .col-lg-8,
    .cs_detail_page .cs_white > .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .cs_detail_page .cs_title,
    .cs_detail_page .cs_ads_text,
    .cs_detail_page .cs_detail_specs_title,
    .cs_detail_page .cs_detail_specs,
    .cs_detail_page .cs_detail_meta_line,
    .cs_detail_page .cs_detail_bottom_bar,
    .cs_detail_page .cs_detail_mobile_summary,
    .cs_detail_page .cs_sticky {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .cs_detail_page .cs_ads_images {
        margin: 0 !important;
        padding: 0 !important;
    }

    .cs_detail_page #csAdsCarousel {
        border-radius: 0 !important;
        background: transparent !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .cs_detail_page #csAdsCarousel .carousel-inner,
    .cs_detail_page #csAdsCarousel .carousel-item {
        border-radius: 0 !important;
        background: #eef1f5 !important;
        margin: 0 !important;
        min-height: 0 !important;
    }

    .cs_detail_page #csAdsCarousel .carousel-inner {
        aspect-ratio: 16 / 9 !important;
    }

    .cs_detail_page #csAdsCarousel .carousel-item {
        height: 100% !important;
        overflow: hidden !important;
    }

    .cs_detail_page #csAdsCarousel .carousel-control-prev,
    .cs_detail_page #csAdsCarousel .carousel-control-next {
        display: none !important;
    }

    .cs_detail_page #csAdsCarousel .carousel-image,
    .cs_detail_page .cs_detail_gallery_main .carousel-image {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        object-fit: cover !important;
        background: transparent !important;
        border-radius: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .cs_detail_page #csAdsCarousel .carousel-item img,
    .cs_detail_page .cs_detail_gallery_main .carousel-item img {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        object-fit: cover !important;
        border-radius: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .cs_detail_head_actions {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .cs_detail_gallery_main {
        border: 0;
        border-radius: 0 !important;
        overflow: hidden;
        margin: 0 !important;
    }

    #csAdsCarousel {
        touch-action: pan-y;
    }

    .cs_detail_gallery_link {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .cs_detail_gallery_blur {
        display: none;
    }

    .cs_detail_meta_line.cs_detail_meta_line_specs {
        display: none;
    }

    .cs_detail_mobile_gallery_count {
        display: block;
        position: absolute;
        right: 8px;
        bottom: 8px;
        z-index: 3;
        pointer-events: none;
        background: rgba(33, 44, 58, 0.78);
        color: #fff;
        border-radius: 12px;
        padding: 4px 9px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;
    }

    .cs_detail_desktop_gallery_count {
        display: none;
    }

    .cs_detail_mobile_summary {
        display: block;
        padding: 12px 12px 8px;
    }

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

    .cs_detail_mobile_summary_price {
        font-size: 24px;
        font-weight: 700;
        color: #212c3a;
        line-height: 29px;
        white-space: nowrap;
    }

    .cs_detail_mobile_summary_title {
        display: inline;
        margin-top: 10px;
        font-size: 20px;
        line-height: 24px;
        color: #212c3a;
        font-weight: 400;
    }

    .cs_detail_offer_badges_mobile {
        margin-left: 6px;
        vertical-align: middle;
    }

    .cs_detail_offer_badges_mobile .cs_detail_offer_badge {
        height: 18px;
        border-radius: 6px;
        padding: 0 6px 0 4px;
        gap: 4px;
        font-size: 12px;
    }

    .cs_detail_offer_badges_mobile .cs_detail_offer_badge_icon {
        width: 12px;
        height: 12px;
        font-size: 7px;
    }

    .cs_detail_meta_line,
    .cs_detail_meta_line span,
    .cs_detail_meta_line span:last-child {
        font-size: 14px;
    }

    .cs_detail_price {
        font-size: 30px;
    }

    .cs_detail_seller_name {
        font-size: 20px;
    }

    .cs_detail_seller_meta,
    .cs_detail_service_row a,
    .cs_btn_call,
    .cs_btn_message,
    .cs_detail_spec_name,
    .cs_detail_spec_value,
    .cs_ads_text p,
    .cs_detail_bottom_left a,
    .cs_detail_bottom_id {
        font-size: 14px;
    }

    .cs_detail_specs {
        grid-template-columns: 1fr;
    }

    .cs_detail_bottom_bar {
        display: none;
    }

    .cs_detail_seller_card {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .cs_detail_price,
    .cs_detail_badge {
        display: none;
    }

    .cs_detail_seller {
        margin: 0;
        padding: 10px 12px;
        background: #fff;
    }

    .cs_detail_seller_divider {
        display: none;
    }

    .cs_detail_seller_name {
        font-size: 20px;
        color: #1c2430;
    }

    .cs_detail_seller_meta {
        font-size: 13px;
        color: #6f7786;
        margin-top: 3px;
    }

    .cs_detail_seller img {
        width: 48px;
        height: 48px;
        border: 1px solid #dbe0e6;
    }

    .cs_detail_seller_card .d-grid {
        display: none !important;
    }

    .cs_detail_service_row {
        margin-top: 10px;
    }

    .cs_detail_service_row_desktop {
        display: none;
    }

    .cs_detail_service_row_mobile {
        display: grid;
    }

    .cs_detail_mobile_block {
        display: block;
        padding: 0 !important;
        margin: 0 !important;
    }

    .cs_detail_mobile_notice {
        margin-top: 12px;
        border: 1px solid #ff6b76;
        border-radius: 8px;
        background: #ffecee;
        color: #212c3a;
        padding: 12px 12px;
        font-size: 14px;
        line-height: 1.45;
    }

    .cs_detail_mobile_notice_title {
        color: #ff4f5b;
        font-weight: 700;
        margin-bottom: 3px;
    }

    .cs_detail_mobile_info {
        margin-top: 12px;
        padding: 12px 0;
    }

    .cs_detail_mobile_info div {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding: 4px 0;
        font-size: 15px;
        margin: 0;
        align-items: baseline;
    }

    .cs_detail_mobile_info span {
        color: #8a93a5;
        padding-left: 0;
        margin-left: 0;
    }

    .cs_detail_mobile_info strong {
        color: #212c3a;
        font-weight: 500;
        text-align: right;
        margin-right: 0;
    }

    .cs_detail_mobile_links {
        display: flex;
        gap: 23px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 17px 0 10px;
    }

    .cs_detail_mobile_links a {
        color: #212c3a;
        text-decoration: underline;
        font-size: 15px;
    }

    .cs_detail_mobile_bottom {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 8px;
        z-index: 10001;
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
        background: transparent;
        border-top: 0;
        box-shadow: none;
    }

    .cs_detail_mobile_bottom .cs_btn_call,
    .cs_detail_mobile_bottom .cs_btn_message {
        justify-content: center;
        border-radius: 14px;
        font-size: 16px;
        min-height: 48px;
        padding: 12px 10px;
    }

    .cs_detail_mobile_bottom .cs_btn_call:only-child {
        grid-column: 1 / -1;
        width: 100%;
    }

    .cs_sticky {
        padding-bottom: 32px;
    }
}


/* REV_DETAIL_AUDIT_20260905: fixed action bar sits above the mobile footer only where that footer exists. */
@media (max-width: 768px) {
    .cs_detail_page {
        padding-bottom: 72px !important;
    }

    .cs_detail_mobile_bottom {
        bottom: 75px;
    }
}
