/* ReadyBulkList – scoped page styles */
#contantF.readybulk-list-page {
    margin-top: 180px !important;
    padding-bottom: 48px;
}

.readybulk-list-page {
    padding-bottom: 48px;
}

.readybulk-list-page .rbl-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.readybulk-list-page .rbl-page-header {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding: 16px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(20, 34, 66, 0.06);
}

.readybulk-list-page .rbl-page-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    letter-spacing: 0.02em;
}

.readybulk-list-page .rbl-page-subtitle {
    margin: 4px 0 0;
    font-size: 13px;
    color: #6b7280;
}

.readybulk-list-page .rbl-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 252, 242, 0.95) 0%, rgba(250, 240, 212, 0.85) 58%, rgba(244, 225, 178, 0.78) 100%);
    border: 1px solid rgba(220, 188, 120, 0.52);
    color: #94631b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.readybulk-list-page .rbl-back-link:hover {
    color: #7a5016;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(130, 97, 51, 0.12);
}

.readybulk-list-page .rbl-layout {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.readybulk-list-page .rbl-sidebar {
    flex: 0 0 280px;
    width: 280px;
    align-self: flex-start;
}

.readybulk-list-page .rbl-main {
    flex: 1 1 auto;
    min-width: 0;
    align-self: flex-start;
}

/* Reset legacy float layout inside this page */
.readybulk-list-page .product_nav,
.readybulk-list-page .product_nav.fl,
.readybulk-list-page .left_nav,
.readybulk-list-page .left_nav.fl {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    background: none !important;
}

.readybulk-list-page .leftcon {
    width: 100%;
    font-size: 14px;
}

/* Sidebar navigation */
.readybulk-list-page .rbl-nav {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(20, 34, 66, 0.06);
}

.readybulk-list-page .rbl-nav-group {
    border-bottom: 1px solid #eef0f4;
}

.readybulk-list-page .rbl-nav-group:last-child {
    border-bottom: none;
}

.readybulk-list-page .rbl-nav-group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 16px;
    border: none;
    background: #f8fafc;
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.readybulk-list-page .rbl-nav-group-title:hover {
    background: #f1f5f9;
    color: #94631b;
}

.readybulk-list-page .rbl-nav-group.is-open .rbl-nav-group-title {
    background: linear-gradient(135deg, rgba(255, 252, 242, 0.95) 0%, rgba(250, 240, 212, 0.85) 100%);
    color: #94631b;
}

.readybulk-list-page .rbl-nav-group-arrow {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.readybulk-list-page .rbl-nav-group.is-open .rbl-nav-group-arrow {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.readybulk-list-page .rbl-nav-group-body {
    display: none;
    padding: 8px 0 12px;
    background: #fff;
}

.readybulk-list-page .rbl-nav-group.is-open .rbl-nav-group-body {
    display: block;
}

.readybulk-list-page .rbl-nav-list,
.readybulk-list-page .ps_ul,
.readybulk-list-page .ps_ul1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.readybulk-list-page .rbl-nav-list > li,
.readybulk-list-page .ps_ul > li,
.readybulk-list-page .ps_ul1 > li {
    margin: 0;
    padding: 0;
    clear: both;
}

.readybulk-list-page .rbl-nav-category {
    margin: 0 12px 6px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #f3f4f6;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
}

.readybulk-list-page .rbl-nav-subtoggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 12px 4px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #f8fafc;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.readybulk-list-page .rbl-nav-subtoggle:hover {
    background: #eef2f7;
}

.readybulk-list-page .rbl-nav-subtoggle-icon {
    font-size: 12px;
    color: #9ca3af;
    line-height: 1;
}

.readybulk-list-page .rbl-nav-sublist {
    margin: 0 12px 8px 24px;
    padding-left: 0;
}

.readybulk-list-page .rbl-nav-sublist.is-collapsed {
    display: none;
}

.readybulk-list-page .rbl-nav-link {
    display: block;
    padding: 8px 12px;
    margin: 0 12px 2px;
    border-radius: 8px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.readybulk-list-page .rbl-nav-link:hover {
    background: #f3f4f6;
    color: #94631b;
    text-decoration: none;
}

.readybulk-list-page .ps_ul1 li.cur .rbl-nav-link,
.readybulk-list-page .ps_ul1 li.cur a {
    background: linear-gradient(135deg, rgba(255, 252, 242, 0.95) 0%, rgba(250, 240, 212, 0.85) 100%);
    color: #94631b !important;
    font-weight: 600;
}

.readybulk-list-page .ps_ul1 li i {
    display: none;
}

/* Product grid panel */
.readybulk-list-page .rbl-product-panel {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(20, 34, 66, 0.06);
    overflow: hidden;
}

.readybulk-list-page .rbl-product-panel-head {
    padding: 14px 20px;
    border-bottom: 1px solid #eef0f4;
    background: #fafbfc;
    color: #6b7280;
    font-size: 13px;
}

.readybulk-list-page .rbl-product-panel-body {
    padding: 20px;
}

.readybulk-list-page .search_product_right,
.readybulk-list-page .product_main {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.readybulk-list-page .rightc_bottom {
    width: 100% !important;
    margin: 28px auto 0;
    padding-top: 4px;
    text-align: center;
}

.readybulk-list-page .rbl-pager-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.readybulk-list-page .mike_mvc_pager {
    float: none !important;
    width: auto !important;
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 12px;
    text-align: center;
}

.readybulk-list-page .details_product250 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none !important;
    width: 100% !important;
    overflow: visible !important;
}

.readybulk-list-page .details_product250 > li {
    position: relative;
    float: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    border: 1px solid #eceff5;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    box-shadow: 0 6px 18px rgba(20, 34, 66, 0.07);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.readybulk-list-page .details_product250 > li:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(20, 34, 66, 0.12);
}

.readybulk-list-page .details_product250 > li .rbl-card-media {
    position: relative;
}

.readybulk-list-page .details_product250 > li .details_product250_a {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f7fb;
}

.readybulk-list-page .details_product250 > li .details_product250_a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.readybulk-list-page .details_product250 > li:hover .details_product250_a img {
    transform: scale(1.04);
}

.readybulk-list-page .details_product250 > li .text_down {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 12px 10px;
    border-top: none;
    overflow: hidden;
}

.readybulk-list-page .details_product250 > li .text_down .title {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    height: auto;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 700;
    color: #20263a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.readybulk-list-page .details_product250 > li .rbl-sample-link {
    flex: 0 0 auto;
    text-decoration: none;
}

.readybulk-list-page .rbl-sample-btn {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 244, 244, 0.96) 100%);
    border: 1px solid #ffd6d6;
    color: #d03a3a;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(237, 74, 74, 0.12);
    transition: background 0.2s ease;
    white-space: nowrap;
}

.readybulk-list-page .details_product250 > li .description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0;
    padding: 10px 12px;
    width: 100% !important;
    height: auto !important;
    min-height: 96px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    background: rgba(248, 250, 255, 0.92);
    color: #3b4257;
    opacity: 1 !important;
}

.readybulk-list-page .details_product250 > li .description > div {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 2px !important;
    line-height: 1.45 !important;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.readybulk-list-page .rbl-sample-btn:hover {
    background: #fff5f5;
}

.readybulk-list-page .rbl-sample-link:hover {
    text-decoration: none;
}

.readybulk-list-page .rbl-sample-link:hover .rbl-sample-btn {
    background: #fff5f5;
}

.readybulk-list-page .rbl-sample-btn img {
    width: 14px;
    height: 14px;
    margin: 0 !important;
}

.readybulk-list-page .rbl-picked-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
    padding: 2px 8px;
    border-radius: 0 0 8px 0;
    background: rgba(255, 245, 245, 0.95);
    color: #e53935;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
}

.readybulk-list-page .rbl-picked-badge.is-visible {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Sample overlay */
.readybulk-list-page .details_product250 > li .cardshow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    width: 100% !important;
    height: 80px !important;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    border-top: 1px solid #eef0f4;
}

.readybulk-list-page .details_product250 > li .cardshow .qty-input-wrapper {
    position: absolute;
    left: 10px;
    top: 20px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    margin: 0 !important;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.readybulk-list-page .details_product250 > li .cardshow .qty-input {
    width: 48px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    text-align: center;
    box-sizing: border-box;
}

.readybulk-list-page .details_product250 > li .cardshow .minus,
.readybulk-list-page .details_product250 > li .cardshow .plus {
    width: 28px;
    height: 100%;
    margin: 0 !important;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7 !important;
    background-image: none !important;
    cursor: pointer;
    font-size: 16px;
    color: #606266;
    line-height: 1;
}

.readybulk-list-page .details_product250 > li .cardshow .minus::before {
    content: '-';
}

.readybulk-list-page .details_product250 > li .cardshow .plus::before {
    content: '+';
}

.readybulk-list-page .details_product250 > li .cardshow .unit {
    position: absolute;
    left: 108px;
    top: 20px;
    margin: 0 !important;
    line-height: 40px;
    height: 40px;
    float: none;
}

.readybulk-list-page .details_product250 > li .cardshow .price {
    position: absolute;
    left: 132px;
    right: 120px;
    top: 20px;
    margin: 0 !important;
    line-height: 40px;
    height: 40px;
    color: #e53935;
    float: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.readybulk-list-page .details_product250 > li .cardshow .add-to-cart-button {
    position: absolute;
    right: 36px;
    top: 20px;
    float: none !important;
    margin: 0 !important;
    padding: 0 16px !important;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffb302, #ff8a00);
    color: #fff !important;
    font-size: 13px;
    box-shadow: 0 6px 14px rgba(255, 149, 0, 0.22);
    cursor: pointer;
}

.readybulk-list-page .details_product250 > li .cardshow .add-to-cart-button:hover {
    color: #fff;
    text-decoration: none;
}

.readybulk-list-page .details_product250 > li .cardshow .buy-common-overlay-close-x {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 11;
}

.readybulk-list-page .details_product250 > li .barnotification {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    width: 100% !important;
    height: 80px !important;
    line-height: 80px !important;
    background: rgba(255, 255, 255, 0.96);
    text-align: center;
}

.readybulk-list-page .details_product250 > li .barnotification.success .content {
    margin: 0;
    color: #2e7d32;
    font-weight: 600;
}

.readybulk-list-page .rbl-empty {
    padding: 48px 20px;
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
}

@media screen and (max-width: 1400px) {
    .readybulk-list-page .details_product250 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1100px) {
    .readybulk-list-page .rbl-layout {
        flex-direction: column;
    }

    .readybulk-list-page .rbl-sidebar {
        flex: none;
        width: 100%;
    }

    .readybulk-list-page .details_product250 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) {
    #contantF.readybulk-list-page {
        margin-top: 160px !important;
    }

    .readybulk-list-page .rbl-container {
        padding: 0 12px;
    }

    .readybulk-list-page .rbl-page-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .readybulk-list-page .details_product250 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .readybulk-list-page .rbl-product-panel-body {
        padding: 14px;
    }
}

@media screen and (max-width: 480px) {
    .readybulk-list-page .details_product250 {
        grid-template-columns: 1fr;
    }
}
