/* =========================
   GLOBAL / COMMON STYLES
========================= */
.section-title {
    font-size: 22px !important;
}

.main-content {
    max-width: 1400px !important;
}

.user-menu {
    margin-left: auto;
}

.header-top {
    position: relative !important;
}

img[alt=""] {
    font-size: 10px !important;
}

/* =========================
   GOOGLE TRANSLATE
========================= */
.goog-te-gadget-simple {
    background-color: #fff;
    border: none !important;
    font-size: 10pt;
    display: inline-block;
    padding: 4px 0 2px !important;
    cursor: pointer;
    border-radius: 6px !important;
}

.goog-te-gadget-simple 
.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: none;
    margin-right: 8px !important;
}

/* =========================
   SEARCH BOX
========================= */
.search-box {
    margin: 0 auto;
}

.search-box button {
    margin-right: 4px;
}

/* =========================
   LISTING / CARDS
========================= */
.listing-image {
    background: #ffffff !important;
}

.listing-info .listing-title {
    height: auto !important;
}

.custom-card-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.img-cover {
    position: relative;
    padding-top: 65%;
    background: #ffffff;
}

.custom-cart-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    min-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* =========================
   BUTTONS
========================= */
.btn-custom {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Add to Cart */
.btn-cart {
    background-color: #28a745;
    color: #fff;
    line-height: 20px;
}

.btn-cart:hover {
    background-color: #218838;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* View Button */
.btn-view {
    background-color: #f1f1f1;
    color: #333;
    border: 1px solid #ddd;
}

.btn-view:hover {
    background-color: #e2e2e2;
    color: #000;
    transform: translateY(-1px);
}

/* =========================
   FOOTER
========================= */
.footer {
    background: #1f2937;
    color: #e5e7eb;
    padding: 50px 0 20px;
    margin-top: 60px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}
.not-review{padding: 40px; text-align: center; color: #6b7280;font-size: 16px;}
.review-login-box {
    padding: 15px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    color: #0c4a6e;
    margin-bottom: 20px;
}

.review-login-box a {
    color: #0369a1;
    font-weight: 600;
    text-decoration: none;
}

.review-login-box a:hover {
    text-decoration: underline;
}



 .related-listing{margin-bottom: 20px; color: #111827; font-size: 22px; font-weight: 700;}
.footer-icon {
	background: #ccc;
	padding: 2px;
	background: #cccccc42;
	border-radius: 4px;
	width: 24px;
	display: flex;
	height: 24px;
    margin-right: 10px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.footer-box a,.footer-box p{ display: flex !important;}
.peek-product-card-content {
    padding: 16px 18px;
    position: relative;
    z-index: 2;
}

.peek-product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #f1f5f9;
    text-decoration: none;
    line-height: 1.4;
}

.peek-product-price {
    font-size: 20px;
    font-weight: 700;
    color: #fbbf24;
}
/* =========================
   tooltip
========================= */
.listing-image img{    object-fit: contain !important;}

.tooltip {
    position: relative;
    cursor: pointer;
}

/* Tooltip text */
.tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    
    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;

    z-index: 10;
}

/* Arrow */
.tooltip::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    
    border-width: 5px;
    border-style: solid;
    border-color: #111 transparent transparent transparent;

    opacity: 0;
    transition: 0.2s ease;
}

/* Show on hover */
.tooltip:hover::after,
.tooltip:hover::before {
    opacity: 1;
}

/* =========================
   TABLE RESPONSIVE
========================= */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media only screen and (max-width: 480px) {

    .main-content {
        padding: 0 15px;
        margin: 0 auto 65px;
    }

    .orders-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .dashboard-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 !important;
        display: flex;
        gap: 30px;
    }

    .page-header {
        padding: 20px;
    }

    .page-header h1,
    .content-card h3 {
        font-size: 20px !important;
    }

    .dashboard-container .mobile-menu-toggle-btn {
        margin-bottom: 0 !important;
    }

    .empty-state {
        padding: 15px;
    }

    .listings-header h1 {
        font-size: 22px !important;
    }

    .listing-title,
    .listing-price {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

  .custom-cart-title {
    font-size: 13px;
    white-space: unset;
    overflow: visible;
    text-overflow: unset;
    height: 40px;
    overflow: hidden;
}

    .footer {
        padding: 20px 0;
        margin-top: 40px;
    }

    .footer-content {
        gap: 10px;
    }
    .listing-description-html{font-size: 14px;}
    .description h3,.additional-features h3 {
        margin-bottom: 5px !important;
        font-size: 18px !important;
       
    }
   
     .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 10px !important;
            margin-top: 10px !important;
        }
       .info-item{padding: 10px 15px !important;} 
       .features-table td,.features-table th{font-size: 14px;}
       .not-review{padding: 20px; text-align: center; color: #6b7280;font-size: 14px;}
       .review-login-box {font-size: 14px;}
       .related-listing{margin-bottom: 10px; color: #111827; font-size: 18px; font-weight: 700;}
       .login-container,.register-container {padding: 20px !important;        }
       .listings-section.carousal-peek-wraper {
            padding:20px 5px !important;
        }
        .carousal-peek .scroll-arrow-left {
            left: 30px !important;
        }
        .carousal-peek .scroll-arrow-right {
            right: 30px !important;
        }
        .carousal-peek  .scroll-arrow{    top: 64% !important; }
         .carousal-peek .card-wishlist-icon{    right: 30px !important;}
         .peek-product-title,.peek-product-price{font-size: 14px;}
         .carousal-peek-wraper .section-header{    padding: 0px 15px !important;margin-bottom: 5px;}
     
}