
@font-face {
    font-family: "SecularOne";
    src: url(/fonts/SecularOne-Regular.ttf);
}

a{
    color: unset;
}

.card-title-content{
    width: 95%;
    height: 40px;
    overflow: hidden;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
}

.main-products{
    width: 95%;
    margin: 0 auto;
}


.breadcrumb-modern-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 4px;
}

.breadcrumb-item-modern {
    display: flex;
    align-items: center;
}

.breadcrumb-link {
    display: flex;
    align-items: center;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.breadcrumb-link:hover {
    color: var(--primary-color, #007bff);
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 123, 255, 0.05) 100%);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
}

.breadcrumb-link:active {
    transform: translateY(0);
}

.breadcrumb-link i {
    margin-left: 8px;
    font-size: 13px;
    transition: transform 0.3s ease;
}

.breadcrumb-link:hover i {
    transform: scale(1.1);
}

.breadcrumb-separator {
    color: #ced4da;
    font-size: 10px;
    margin: 0 6px;
    transition: color 0.3s ease;
}

.breadcrumb-item-modern.active .breadcrumb-current {
    color: var(--primary-color, #007bff);
    font-weight: 700;
    font-size: 14px;
    padding: 8px 12px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 123, 255, 0.05) 100%);
    border-radius: 8px;
    border: 1px solid rgba(0, 123, 255, 0.2);
}

/* Responsive Breadcrumb */
@media (max-width: 768px) {
    .breadcrumb-modern {
        padding: 12px 20px;
        margin: 15px 10px;
        border-radius: 10px;
    }
    
    .breadcrumb-link {
        font-size: 13px;
        padding: 6px 10px;
    }
    
    .breadcrumb-link span {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .breadcrumb-link i {
        margin-left: 6px;
        font-size: 12px;
    }
    
    .breadcrumb-item-modern.active .breadcrumb-current {
        font-size: 13px;
        padding: 6px 10px;
    }
    
    .breadcrumb-separator {
        font-size: 9px;
        margin: 0 4px;
    }
}

@media (max-width: 480px) {
    .breadcrumb-modern {
        padding: 10px 15px;
        margin: 10px 5px;
    }
    
    .breadcrumb-modern-list {
        gap: 2px;
    }
    
    .breadcrumb-link {
        font-size: 12px;
        padding: 5px 8px;
    }
    
    .breadcrumb-link span {
        max-width: 80px;
    }
    
    .breadcrumb-separator {
        margin: 0 2px;
    }
}

.main-products{
    width: 95%;
    margin: 0 auto;
}

.swiper-slide{
    padding: 5px 2px;
}

.swiper-slide-box{
    width: 100%; 
    height: 100%; 
    position: relative;
}

.swiper-slide-box img{
    width: 100%; 
    max-width: max-content;
    display: block;
    user-select: none; 
    margin: 0 auto;
} 
   

#all-products-box{
    width: 100%;
    max-width: unset;
    min-height: 300px; 
    text-align: right;
    margin-top: 16px;
}

.add-cart-zone{
    height: 53px;
}

.add-cart-zone p, .add-cart-zone del{
    font-size: 14px;
}

#sub-category-name-title{
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 43px;
    font-family: 'SecularOne';
}

#banner-box{
    width: 100%;
    max-width: 1920px;
    height: 220px;
    margin: 0 auto;
    object-fit: cover;
}

.all-products-board{
    border-bottom: 1px solid #adb5bd; 
    padding-bottom: 11px; 
    margin-bottom: 15px;
}

#all-products-box-responsive{
    width: 100%;
    min-height: 300px;
    text-align: right;
}

.product-item{
    max-width: 300px;
    padding: 0;
    margin: 10px 0;
    position: relative;
    cursor: pointer;
    vertical-align: top;
}

.product-item-sub{
    width: 95%; 
    margin: 0 auto; 
    border: 1px solid #dae0e5; 
    border-radius: 5px;
}

.product-item-responsive{
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid #dae0e5;
}

.product-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: scale(1.0);
    transform: scale(1.0); 
}

.product-item-image-box{
    overflow: hidden; 
    height: 177px; 
    border-top-right-radius: 4px; 
    border-top-left-radius: 4px;
    position: relative;
}

.add-to-cart-btn-wrapper{    
    width: max-content;
    margin: 0 auto;
    /* margin-bottom: 10px; */
}

.resp-product-item-image-box{
    width: 200px; 
    height: 200px; 
    overflow: hidden;
    position: relative;
}

.sale{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 8;
}
 
.sale-text{
    background: #b00000;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 700;
}

.wishlist-icon-box{
    position: absolute; 
    top: 10px; 
    left: 10px;
}

.wishlist-icon{
    font-size: 30px; 
    color: #b00000;
}

.description-text{
    width: 100%;
    background: #fff;
    padding: 0 15px;
    padding-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}


.description-text h4{
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.description-text h5{
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    line-height: 2.1;
}

.price-text{
    width: 40%;
    text-align: left;
}

#no-products-found{
    width: 250px; 
    height: 250px; 
    margin: 0 auto;
}

#no-products-found-content{
    width: 100%;
    height: 200px;
    padding-top: 40px;
    text-align: center;
}

#no-products-found-content p{
    font-weight: 600; 
    font-size: 20px;
}



@media screen and (min-width: 321px) and (max-width: 414px){

    #description-content{
        height: 16px;
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .main-products{
        width: 100%;
    }

    #sub-category-name-title{
        width: 95%;
        font-size: 33px;
        margin: 0 auto;
    }

    .product-item-image-box{
        height: 117px;
    }

    #all-products-board{
        justify-content: center;
    }

    .product-item{
        margin: 15px auto;
    }

    .add-to-cart{
        width: 100%;
    }

    .description-text{
        padding: 5px;
        margin-top: 12px;
    }

    .add-to-cart-btn-wrapper{
        margin: 10px auto;
        margin-top: 0;
    }

}
/* mobile design */


/* tablet design */
@media screen and (min-width: 415px) and (max-width: 575px){

    #all-products-board{
        justify-content: center;
    }

    .product-item{
        margin: 15px auto;
    }

    #sub-category-name-title{
        width: 95%;
        font-size: 33px;
        margin: 0 auto;
    }

    .product-item-image-box{
        height: 154px;
    }
    
    .add-to-cart{
        width: 100%;
    }

    .add-to-cart-btn-wrapper{
        margin: 10px auto;
        margin-top: 0;
    }
    
}

/* tablet design */
@media screen and (min-width: 576px) and (max-width: 720px) {
    
    .add-to-cart-btn-wrapper{
        margin-top: 0;
    }  

}
/* tablet design */

/* tablet design */
@media screen and (min-width: 721px) and (max-width: 920px) {

    

}
/* tablet design */

/* pc design */
@media screen and (min-width: 921px){
    
}
/* pc design */





/* Products Modern Container */
.products-modern-container {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Filter Section */
.products-filter-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.products-count-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 2px 10px var(--primary-shadow);
}

.count-number {
    font-size: 18px;
    font-weight: 700;
}

.filter-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-label {
    font-weight: 600;
    color: #333;
    margin: 0;
}

.filter-select {
    padding: 10px 15px;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    background: white;
    font-size: 14px;
    min-width: 200px;
    transition: all 0.3s ease;
}

.filter-select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px var(--primary-shadow);
}

/* Products Grid */
.products-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    padding: 0;
}

.product-card-modern {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.product-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.product-card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Sale Badge */
.sale-badge-modern {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #ff4757, #ff3838);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(255, 71, 87, 0.3);
}

/* Product Image Container */
.product-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    aspect-ratio: 1;
}

.product-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.product-image-modern {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-image-container:hover .product-image-modern {
    transform: scale(1.05);
}

/* Image Overlay - covers entire image */
.product-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
    pointer-events: none;
    cursor: pointer;
}

.product-image-wrapper:hover .product-image-overlay {
    opacity: 1;
    pointer-events: auto;
}

.product-image-wrapper {
    cursor: pointer;
    position: relative;
}

.product-image-overlay:hover {
    background: rgba(0, 0, 0, 0.8);
}

.overlay-icon {
    font-size: 32px;
    color: white;
    margin-bottom: 12px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.overlay-text {
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Product Details Button */
.product-details-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: var(--primary-color, #007bff);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 20;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.product-details-btn:hover {
    background: var(--primary-dark, #0056b3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

.product-details-btn i {
    font-size: 14px;
}

/* Product Details Link Overlay */
.product-details-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 5;
    pointer-events: auto;
}

.product-details-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-overlay);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

/* Remove old product details overlay styles */
.product-details-overlay {
    display: none;
}

.details-icon {
    font-size: 24px;
    color: white;
    margin-bottom: 8px;
}

.details-text {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

/* Wishlist Button */
.wishlist-btn-modern {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 15;
}

.wishlist-btn-modern:hover {
    background: white;
    transform: scale(1.1);
}

.wishlist-icon-modern {
    font-size: 16px;
    color: #ff4757;
    transition: all 0.3s ease;
}

.wishlist-icon-modern.liked {
    color: #ff4757;
    animation: heartBeat 0.6s ease;
}

@keyframes heartBeat {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Product Content */
.product-content-modern {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-info {
    margin-bottom: 16px;
}

.product-title-modern {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Price Section */
.product-price-section {
    margin-bottom: 16px;
}

.price-display {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.price-main {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.price-old {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.price-sale {
    font-size: 18px;
    font-weight: 700;
    color: #ff4757;
}

.sale-price-display {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

/* Product Actions */
.product-actions {
    margin-top: auto;
}

/* Pagination Modern */
.pagination-modern-container {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.pagination-modern {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 12px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.pagination-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    min-width: 44px;
    height: 44px;
    border-radius: 22px;
    text-decoration: none;
    color: #666;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.pagination-button:hover:not(.disabled):not(.pagination-current) {
    background: var(--primary-color, #007bff);
    color: white;
    transform: translateY(-2px);
}

.pagination-current {
    background: var(--primary-color, #007bff);
    color: white;
    font-weight: 600;
}

.pagination-button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-text {
    margin: 0 4px;
}

/* Lightbox Modal */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox-modal.active {
    opacity: 1;
}

.lightbox-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.lightbox-container {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.lightbox-modal.active .lightbox-container {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.lightbox-close:hover {
    background: white;
    transform: scale(1.1);
}

.lightbox-close i {
    font-size: 16px;
    color: #333;
}

.lightbox-content {
    display: flex;
    max-height: 80vh;
}

.lightbox-image {
    max-width: 500px;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

.lightbox-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 250px;
    background: #f8f9fa;
}

.lightbox-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.lightbox-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .products-modern-container {
        padding: 15px;
    }

    .filter-header {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-controls {
        justify-content: space-between;
    }

    .filter-select {
        min-width: auto;
        flex: 1;
    }

    .products-grid-modern {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 16px;
    }

    .pagination-modern {
        padding: 8px;
        gap: 4px;
    }

    .pagination-button {
        padding: 8px 12px;
        min-width: 40px;
        height: 40px;
    }

    .pagination-text {
        display: none;
    }

    .lightbox-content {
        flex-direction: column;
        max-height: 90vh;
    }

    .lightbox-image {
        max-width: 100%;
        max-height: 60vh;
    }

    .lightbox-info {
        min-width: auto;
        padding: 20px;
    }

    .lightbox-title {
        font-size: 20px;
    }

    .lightbox-price {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .products-grid-modern {
        grid-template-columns: 1fr;
    }
    
    .products-count-badge {
        font-size: 14px;
    }

    .lightbox-container {
        max-width: 95%;
        max-height: 95%;
    }

    .lightbox-info {
        padding: 15px;
    }

    .lightbox-title {
        font-size: 18px;
    }

    .lightbox-price {
        font-size: 16px;
    }
}





/* ================================
   NO RESULTS MESSAGE - Modern Design
   ================================ */
.no-results-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
}

.no-results-content {
    text-align: center;
    max-width: 500px;
    padding: 30px;
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.no-results-icon {
    margin-bottom: 20px;
}

.no-results-icon i {
    font-size: 4rem;
    color: #6c757d;
    opacity: 0.7;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

.no-results-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
}

.no-results-description {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
}

.no-results-suggestions {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: right;
}

.no-results-suggestions h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px;
    text-align: center;
}

.no-results-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no-results-suggestions li {
    padding: 6px 0;
    color: #555555;
    position: relative;
    padding-right: 20px;
}

.no-results-suggestions li::before {
    content: "•";
    color: #28a745;
    font-weight: bold;
    position: absolute;
    right: 0;
}

.no-results-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.no-results-actions .btn {
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
    min-width: 180px;
    text-align: center;
}

.no-results-actions .btn-primary {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.no-results-actions .btn-primary:hover {
    background: linear-gradient(135deg, #218838 0%, #17a2b8 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.no-results-actions .btn-outline-secondary {
    background: #ffffff;
    color: #6c757d;
    border: 2px solid #6c757d;
}

.no-results-actions .btn-outline-secondary:hover {
    background: #6c757d;
    color: #ffffff;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Responsive design for no results */
@media (max-width: 768px) {
    .no-results-container {
        min-height: 300px;
        padding: 20px 15px;
    }
    
    .no-results-content {
        padding: 20px;
        max-width: 100%;
    }
    
    .no-results-icon i {
        font-size: 3rem;
    }
    
    .no-results-title {
        font-size: 1.5rem;
    }
    
    .no-results-description {
        font-size: 0.9rem;
    }
    
    .no-results-suggestions {
        padding: 15px;
    }
    
    .no-results-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .no-results-actions .btn {
        min-width: 150px;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .no-results-container {
        margin: 10px 0;
    }
    
    .no-results-content {
        padding: 15px;
        border-radius: 15px;
    }
    
    .no-results-icon i {
        font-size: 2.5rem;
    }
    
    .no-results-title {
        font-size: 1.3rem;
    }
    
    .no-results-description {
        font-size: 0.85rem;
    }
    
    .no-results-suggestions h4 {
        font-size: 1rem;
    }
    
    .no-results-actions .btn {
        min-width: 120px;
        font-size: 0.9rem;
    }
}
