.navbar-rose {
    background-color: #EE90B0 !important;
}

.navbar-rose-secondary {
    background-color: #EE90B0 !important;
}

.nav-icon-btn {
    color: #fff !important;
    font-size: 1.1rem;
    padding: 8px 12px;
    text-decoration: none;
}

.nav-icon-btn:hover {
    color: #fff !important;
    opacity: 0.8;
}

@media (max-width: 767.98px) {
    .navbar-container-mobile {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    .navbar-right-icons {
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0 !important;
        margin-left: auto !important;
    }
    
    .nav-icon-btn {
        padding: 4px 6px !important;
        font-size: 0.95rem;
    }
    
    .logo {
        height: 26px !important;
        max-width: 90px !important;
    }
    
    .navbar-rose {
        padding-top: 0.4rem !important;
        padding-bottom: 0.4rem !important;
    }
    
    .navbar-rose .container {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    
    .navbar-rose .gap-1 {
        gap: 0 !important;
    }
    
    .dropdown-toggle::after {
        display: none;
    }
    
    #selectedCountry {
        display: none !important;
    }
    
    #selectedCurrency {
        font-size: 0.75rem;
    }
    
    .hero-title {
        font-size: 1.5rem !important;
    }
    
    .hero-content p {
        font-size: 0.85rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .hero-btn {
        padding: 8px 20px !important;
        font-size: 0.85rem !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
    }
    
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .product-card img {
        aspect-ratio: 1 / 1;
    }
    
    .category-card img {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 575.98px) {
    .logo {
        height: 24px !important;
        max-width: 80px !important;
    }
    
    .hero-title {
        font-size: 1.2rem !important;
    }
    
    .hero-content p.lead {
        font-size: 0.8rem !important;
    }
    
    .hero-btn {
        padding: 6px 16px !important;
        font-size: 0.75rem !important;
    }
    
    .hero-banner img {
        max-height: 50vh;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #EE90B0;
        padding: 1rem;
        margin-top: 0.5rem;
        border-radius: 8px;
    }
    
    .navbar-collapse .nav-link {
        color: #fff !important;
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    
    .navbar-collapse .dropdown-menu {
        background-color: rgba(255,255,255,0.1);
        border: none;
    }
    
    .navbar-collapse .dropdown-item {
        color: #fff;
    }
}

.search-bar-container {
    max-width: 500px;
}

.search-input {
    border-radius: 25px 0 0 25px;
    border: 1px solid #ddd;
    padding: 10px 20px;
}

.search-input:focus {
    box-shadow: none;
    border-color: #ccc;
}

.search-bar-container .btn {
    border-radius: 0 25px 25px 0;
    border: 1px solid #ddd;
    border-left: none;
}

.cart-badge {
    font-size: 10px;
    padding: 4px 6px;
}

.hero-banner {
    position: relative;
    overflow: hidden;
}

.hero-content {
    z-index: 10;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
}

.product-card img,
.collection-product-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.category-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.hero-banner img {
    width: 100%;
    height: auto;
    max-height: 85vh;
    object-fit: contain;
    object-position: center top;
    background-color: #EE90B0;
}

@media (min-width: 1600px) {
    .hero-banner img {
        max-height: 90vh;
    }
}

@media (min-width: 2000px) {
    .hero-banner img {
        max-height: 95vh;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.collection-product-card {
    border: none;
    transition: transform 0.3s ease;
}

.collection-product-card:hover {
    transform: translateY(-5px);
}

.collection-product-card .card-body {
    padding: 0.75rem 0;
}

.collection-product-card .product-name {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.collection-product-card .product-price {
    font-size: 0.85rem;
    color: #666;
}

.featured-collection {
    margin-bottom: 3rem;
}

.featured-collection h2 {
    margin-bottom: 1.5rem;
}

.view-all-btn {
    display: inline-block;
    padding: 0.5rem 2rem;
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background-color: #333;
    color: #fff;
}

@media (max-width: 767.98px) {
    .collection-product-card .product-name {
        font-size: 0.8rem;
    }
    
    .collection-product-card .product-price {
        font-size: 0.75rem;
    }
    
    .featured-collection h2 {
        font-size: 1.3rem;
    }
}

.navbar-brand {
    font-size: 1.8rem;
}

.navbar-brand .logo {
    height: 40px;
    max-width: 150px;
    object-fit: contain;
}

footer {
    margin-top: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 110px;
}

@media (max-width: 991.98px) {
    body {
        padding-top: 60px;
    }
}

main {
    flex: 1;
}

.mega-dropdown {
    position: static !important;
}

@media (min-width: 992px) {
    .mega-dropdown:hover > .mega-menu {
        display: block;
    }
    
    .mega-dropdown > .dropdown-toggle:focus + .mega-menu,
    .mega-dropdown > .mega-menu:hover {
        display: block;
    }
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px 0;
    border: none;
    border-top: 1px solid #eee;
    border-radius: 0;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.mega-menu .container {
    max-width: 1200px;
}

.mega-menu .dropdown-item {
    padding: 3px 0;
    color: #333;
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
}

.mega-menu .dropdown-item:hover {
    background: none;
    color: #ff6b6b;
}

.mega-menu .subcategory-columns {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0;
}

.mega-menu .subcategory-columns .col-md-4 {
    padding-top: 0;
    padding-bottom: 0;
}

.mega-menu-image {
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.mega-menu-image:hover {
    transform: scale(1.02);
}

.navbar .dropdown-toggle::after {
    margin-left: 5px;
}

.navbar-nav .nav-link {
    padding: 10px 15px;
    font-weight: 500;
    color: #fff !important;
}

.navbar-nav .nav-link:hover {
    color: #fff !important;
    opacity: 0.8;
}

.navbar-rose .navbar-brand,
.navbar-rose-secondary .navbar-brand {
    filter: brightness(0) invert(1);
}

.navbar-rose .search-input,
.navbar-rose-secondary .search-input {
    background: rgba(255,255,255,0.9);
}

.navbar-rose .btn-light,
.navbar-rose-secondary .btn-light {
    background: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.9);
}

#welcomePopupModal .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

#welcomePopupModal .modal-header {
    position: absolute;
    right: 0;
    z-index: 10;
    background: transparent;
}

#welcomePopupModal .btn-close {
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    opacity: 0.9;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.order-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.order-status.pending {
    background: #ffeeba;
    color: #856404;
}

.order-status.processing {
    background: #b8daff;
    color: #004085;
}

.order-status.shipped {
    background: #c3e6cb;
    color: #155724;
}

.order-status.delivered {
    background: #d4edda;
    color: #155724;
}

.order-status.cancelled {
    background: #f5c6cb;
    color: #721c24;
}

.featured-collection {
    margin-bottom: 3rem;
}

.featured-collection h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.collection-product-card {
    border: none;
    transition: transform 0.3s ease;
}

.collection-product-card:hover {
    transform: translateY(-5px);
}

.collection-product-card img {
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.collection-product-card .card-body {
    padding: 15px 5px;
}

.collection-product-card .product-name {
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.collection-product-card .product-price {
    font-size: 14px;
    color: #666;
}

.view-all-btn {
    background: #333;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

.view-all-btn:hover {
    background: #000;
    color: white;
}

@media (max-width: 991px) {
    .mega-menu {
        position: relative;
        width: 100%;
        box-shadow: none;
        padding: 10px 0;
    }
    
    .mega-menu .container {
        padding: 0;
    }
    
    .mega-menu-image {
        display: none;
    }
    
    .navbar-brand .logo {
        height: 35px;
    }
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-bottom {
    background-color: #000 !important;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    transition: background 0.3s;
}

.social-links a:hover {
    background: rgba(255,255,255,0.2);
}

@media (max-width: 767.98px) {
    .footer-top h5 {
        font-size: 1rem;
    }
    
    .footer-top p,
    .footer-links li {
        font-size: 0.9rem;
    }
}

.color-palette {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.color-swatch {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.color-swatch:hover {
    transform: scale(1.15);
    box-shadow: 0 0 0 2px #333;
}

.country-dropdown-scroll {
    max-height: 400px;
    overflow-y: auto;
}

.pay-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 22px;
    border-radius: 3px;
    overflow: hidden;
}

.pay-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-description {
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
}

.product-description h5 {
    font-weight: 600;
    color: #333;
}

.description-content {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
}

.description-content p {
    margin-bottom: 0.75rem;
}

.description-content p:last-child {
    margin-bottom: 0;
}

/* ========== HOME PAGE NEW SECTIONS ========== */

.hero-image {
    max-height: 520px;
    object-fit: contain;
    object-position: center top;
    background-color: #EE90B0;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.featured-row {
    margin-bottom: 3rem;
}

.featured-product-card {
    text-align: center;
    transition: transform 0.2s ease;
}

.featured-product-card:hover {
    transform: translateY(-5px);
}

.featured-product-card .product-image-wrapper {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1rem;
}

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

.featured-product-card .placeholder-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
}

.featured-product-card .product-name {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.featured-product-card .product-price {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0;
}

.view-all-btn {
    display: inline-block;
    padding: 10px 30px;
    background: #333;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.3s ease;
}

.view-all-btn:hover {
    background: #555;
    color: #fff;
}

/* Pet Products Banner */
.pet-products-banner {
    background: #6DDBDD;
    margin: 0;
}

.pet-banner-content {
    background: #6DDBDD;
    min-height: 400px;
}

.pet-banner-content h2 {
    color: #333;
}

.pet-banner-content p {
    color: #333;
}

/* Category Strip */
.category-strip {
    background: #f8f9fa;
}

.category-card-home {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.category-card-home:hover {
    transform: translateY(-5px);
}

.category-card-home img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.category-card-link {
    text-decoration: none;
}

.category-label {
    text-align: center;
    color: #333;
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

/* Customised Bags Section */
.customised-bags-section {
    background: #A7F1FC;
    margin-bottom: 0;
}

.customised-bags-content {
    padding: 4rem !important;
}

.customised-bags-content h2 {
    color: #333;
}

.customised-bags-content p {
    color: #333;
}

/* Mobile Responsive for Home Sections */
@media (max-width: 991.98px) {
    .pet-banner-content {
        min-height: auto;
    }
    
    .customised-bags-content {
        padding: 2rem !important;
    }
    
    .category-strip .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .category-strip .row::-webkit-scrollbar {
        display: none;
    }
    
    .category-strip .col {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 575.98px) {
    .category-strip .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .featured-product-card .product-name {
        font-size: 0.8rem;
    }
    
    .featured-product-card .product-price {
        font-size: 0.75rem;
    }
}

/* ========== BLOG STYLES ========== */

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.blog-card-image-link {
    display: block;
    overflow: hidden;
}

.blog-card-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image {
    transform: scale(1.05);
}

.blog-card-placeholder {
    width: 100%;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
}

.blog-card-content {
    padding: 1.5rem;
}

.blog-card-meta {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 0.75rem;
}

.blog-card-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.blog-card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-card-title a:hover {
    color: #EE90B0;
}

.blog-card-excerpt {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blog-read-more {
    font-size: 0.9rem;
    font-weight: 500;
    color: #EE90B0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-read-more:hover {
    color: #d67a9a;
}

/* Blog Detail */
.blog-detail-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.blog-detail-meta {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 1.5rem;
}

.blog-detail-image img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 12px;
}

.blog-detail-content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.blog-detail-content p {
    margin-bottom: 1.25rem;
}

.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4 {
    color: #333;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-detail-content strong {
    color: #333;
}

@media (max-width: 767.98px) {
    .blog-detail-title {
        font-size: 1.5rem;
    }
    
    .blog-card-title {
        font-size: 1rem;
    }
    
    .blog-card-content {
        padding: 1rem;
    }
}

/* Secondary Nav Links (Blog, Contact) */
.nav-link-secondary {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.25rem 0;
    transition: color 0.2s ease;
}

.nav-link-secondary:hover {
    color: #fff;
}

/* Fix horizontal scroll on mobile */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* Bolder dropdown menu text */
.mega-menu .dropdown-item {
    font-weight: 600;
}
