.offcanvas-main-cart .product-title,
.checkout-container .product-title {
    display: -webkit-box;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 18px;
    letter-spacing: -0.005em;
    color: #000000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    line-clamp: 2;
    text-decoration: none;
    transition: all 0.2s ease;
}

.offcanvas-main-cart .product-title:hover,
.checkout-container .product-title:hover {
    color: var(--primary-color);
}

.lilybyred-nav-tabs {
    border: none !important;
    border-radius: 12px;
    padding: 4px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.lilybyred-nav-tabs .nav-item {
    margin-bottom: 0;
}

.lilybyred-nav-link {
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 20px !important;
    font-weight: 500;
    color: #6c757d !important;
    background: transparent !important;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 4px;
}

.lilybyred-nav-link:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    color: #495057 !important;
    border: none !important;
}

.lilybyred-nav-link.active {
    background: #fff !important;
    color: #212529 !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.lilybyred-gift-item {
    background-color: #fff;
    transition: all 0.3s ease;
    gap: 20px;
}

.lilybyred-gift-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 1px solid #e8e8e8;
    padding: 10px;
}

.lilybyred-exchange-btn {
    color: #fff !important;
    border-radius: 20px;
    padding: 8px 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.lilybyred-gift-list {
    max-height: 400px;
    overflow-y: auto;
}

@media (max-width: 767px) {
    .lilybyred-gift-item {
        gap: 10px;
    }

    .lilybyred-gift-item img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        border: 1px solid #e8e8e8;
        padding: 5px;
    }

    .lilybyred-exchange-btn {
        padding: 3px 15px;
        font-size: 0.6rem;
    }

    .nav-tabs {
        scrollbar-width: none;
    }

    .nav-tabs::-webkit-scrollbar {
        display: none;
    }
    .lilybyred-nav-link {
        padding: 8px 10px !important;
        margin-right: 0;
    }
}
