 
        * {
            font-family: 'Inter', sans-serif;
        }
    
           nav a.navbar-link.me-4 {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    font-weight: 300;
}
       .logo-container img{
        height: 65px;
       } 
        .top-bar {
            background-color: #000;
            height: 30px;
        }
        .navbar {
            background-color: #f8f9fa;
            padding: 1rem 0;
        }
        .logo-container {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .logo-circle {
            width: 50px;
            height: 50px;
            border: 2px solid #8B7355;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #8B7355;
            font-weight: 600;
            font-size: 20px;
        }
        .logo-text {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }
        .logo-text-top {
            font-weight: 700;
            font-size: 18px;
            color: #333;
            letter-spacing: 1px;
        }
        .logo-text-bottom {
            font-weight: 400;
            font-size: 16px;
            color: #333;
            letter-spacing: 1px;
        }
        .search-box {
            position: relative;
            width: 390px;
        }
        .search-box input {
    border: none;
    background-color: rgba(221,213,209,0.4);
    border-radius: 74px;
    padding-right: 40px;
    height: 48px;
    padding: 10px 21px;
}
        .search-box input:focus {
            box-shadow: none;
            background-color: #f0f0f0;
        }
        .search-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            border: none;
            background: none;
            font-size: 18px;
            z-index: 10;
        }
        .hero-section {
            height: 600px;
            background-size: cover;
            background-position: center;
        }
        .category-section {
            padding: 60px 0;
        }
        .category-title {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000000;
}
        .filter-buttons {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 50px;
        }
        .filter-btn {
    padding: 8px 24px;
    border: 1px solid rgba(0,0,0,.4);
    border-radius: 25px;
    background: white;
    cursor: pointer;
    transition: all 0.3s;
    color: #926F56;
    font-weight: 500;
}
        .filter-btn.active {
            background: #333;
            color: white;
            border-color: #333;
        }
        .product-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
        }
        .product-card {
            text-align: center;
        }
        .product-image {
            width: 100%;
            height: 200px;
            background: #f5f5f5;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
        }
        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .product-name {
            font-size: 20px;
            font-weight: 500;
            color: #000000;
        }
        .new-arrivals-section {
            padding: 30px 0;
            background: #F6F6F8;
        }
        .new-arrivals-container {
            display: flex;
            gap: 10px;
            height: 575px;
        }
        .left-section {
            flex: 1;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 15px;
        }
          .right-section {
            flex: 1;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 15px;
        }
        .middle-section {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 15px;
            position: relative;
        }
        .item1, .item2 {
            display: flex;
            gap: 15px;
        }
       .item1 .new-item, .item2 .new-item {
    flex: 1;
    height: 220px;
}
        .new-item {
           
         
        }
        .item2 img{
            height: 200px;
        }
        .bg_custom{
            background-image: url("images/bgback.png");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            height: 168px;
        }
         .bg_custom2{
            background-image: url("images/bgback1.png");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            height: 168px;
        }
        .new-item.left-large {
    height: 385px;
}
        .new-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
        .left-large { grid-column: 1 / 3; grid-row: 2 / 3; }
        .right-section .left-large { grid-column: 1 / 3; grid-row: 1 / 2; }
        .right-large { grid-column: 1 / 3; grid-row: 1 / 3; }
        .middle-top { flex: 1; }
        .middle-center {
          
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 2px;
            border-radius: 8px;
            color: #000000;
            padding: 20px 27px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .middle-bottom { flex: 1; }
        .banner-section {
            padding: 60px 0;
            padding-bottom: 0px;
        }
        .banner-container {
            position: relative;
            height: 500px;
            border-radius: 0;
            overflow: hidden;
        }
        .banner-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
       .banner-text {
    position: absolute;
    top: 50%;
    right: -147px;
    border-radius: 10px;
    background: white;
    padding: 15px 60px;
    /* border-radius: 0; */
    text-align: left;
    transform: translate(-50%, -50%);
}
        .banner-text h2 {
            font-family: 'Averia Serif Libre', serif;
            font-size: 40px;
            font-weight: 400;
            font-style: italic;
            margin-bottom: 5px;
            color: #000000;
        }
        .banner-container {
    background-color: #F6F6F8;
}
        .banner-text p {
            font-size: 30px;
            font-weight: 400;
            margin: 0;
            letter-spacing: 0;
            color: #000000;
        }
        .pillows-section {
            padding: 60px 0;
            background: #fff;
        }
        .pillows-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 6px;
        }
        .pillow-item {
            position: relative;
            height: 200px;
            background: #f5f5f5;
            overflow: hidden;
            cursor: pointer;
        }
        .pillow-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .pillow-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            opacity: 0;
            transition: opacity 0.3s;
        }
        .pillow-item:hover .pillow-overlay {
            opacity: 1;
        }
        .pillow-overlay span {
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            line-height: 1.4;
        }
        .slider-section {
            padding: 60px 0;
            background: #fff;
        }
        .slider-container {
            position: relative;
            overflow: hidden;
        }
        .slider-wrapper {
            display: flex;
            transition: transform 0.3s ease;
        }
        .slide {
            min-width: 33.333%;
            padding: 0 10px;
            box-sizing: border-box;
        }
        .slide-content {
            background: #f5f5f5;
            border-radius: 12px;
            padding: 30px;
            height: 300px;
            position: relative;
            overflow: hidden;
            display: flex;
            justify-content: space-between;
        }
        .slide-left {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .slide-right {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #e0e0e0;
            border-radius: 8px;
            margin-left: 20px;
            font-size: 80px;
            color: #999;
        }
        .slide-badge {
    position: absolute;
    background: #8B6F47;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    left: 0px;
    top: 21px;
}
        .slide-title {
            font-size: 19px;
            font-weight: 700;
            margin-bottom: 5px;
        }
        .slide-subtitle {
            font-size: 12px;
            color: #000000;
            margin-bottom: 20px;
        }
        .slide-price-label {
            font-size: 14px;
            color: #000000;
            margin-bottom: 0px;
        }
        .slide-price {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 0px;
        }
        .slide-delivery {
            font-size: 12px;
            color: #000000;
        }
        .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #000000;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}
        .slider-arrow.left { left: 10px; }
        .slider-arrow.right { right: 10px; }
        @media (max-width: 768px) {
            .slide { min-width: 100%; }
        }
        .text-slider-section {
            position: relative;
            height: 500px;
            overflow: hidden;
        }
        .text-slider-bg {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .text-slider-content {
            position: absolute;
            top: 50%;
            left: 80px;
            transform: translateY(-50%);
            color: white;
            max-width: 600px;
        }
        .text-slider-wrapper {
            overflow: hidden;
        }
        .text-slide {
            display: none;
        }
        .text-slide.active {
            display: block;
            animation: fadeIn 0.5s;
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        .text-slider-content h2 {
            font-size: 56px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .text-slider-content p {
            font-size: 24px;
            margin-bottom: 30px;
        }
        .text-slider-arrow {
            background: white;
            color: black;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
        }
        .mia-look-section {
            padding: 60px 0;
            background: #fff;
        }
        .mia-look-container {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }
        .mia-look-slider {
            position: relative;
            height: 500px;
            overflow: hidden;
            border-radius: 12px;
        }
        .mia-slide {
            display: none;
            position: relative;
            height: 100%;
        }
        .mia-slide.active {
            display: block;
        }
        .mia-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .mia-title {
            position: absolute;
            top: 40px;
            left: 40px;
            font-size: 48px;
            font-weight: 400;
            font-style: italic;
            color: white;
            border-bottom: 2px solid white;
            padding-bottom: 10px;
        }
        .product-tag {
            position: absolute;
            background: rgba(0,0,0,0.7);
            color: white;
            padding: 8px 16px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
        }
        .product-tag::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            background: white;
            border-radius: 50%;
            border: 2px solid rgba(0,0,0,0.7);
        }
        .explore-btn {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            background: white;
            color: black;
            padding: 12px 40px;
            border: none;
            border-radius: 25px;
            font-weight: 600;
            cursor: pointer;
        }
        .mia-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.9);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
        }
        .mia-arrow.left { left: 20px; }
        .mia-arrow.right { right: 20px; }
        .mia-dots {
            text-align: center;
            margin-top: 20px;
        }
        .mia-dot {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #ddd;
            margin: 0 5px;
            cursor: pointer;
        }
        .mia-dot.active {
            background: #333;
        }
        footer {
            background: #f5f5f5;
            padding: 60px 0 20px;
            padding-bottom: 0px;
        }
        .footer-top {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 40px;
          
            border-bottom: 1px solid #ddd;
        }
        .footer-column h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 20px;
        }
        .footer-column ul {
            list-style: none;
            padding: 0;
        }
        .footer-column ul li {
            margin-bottom: 10px;
        }
        .footer-column ul li a {
            color: #333333;
            text-decoration: none;
            font-size: 16px;
        }
        .footer-middle {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 30px 0;
            border-bottom: 1px solid #ddd;
        }
        .delivery-info {
            font-size: 14px;
            color: #666;
        }
        .delivery-info .more-link {
            color: #ff6600;
            text-decoration: none;
        }
        .payment-methods img {
            height: 40px;
            margin: 0 5px;
        }
        .app-download img {
            height: 40px;
            margin: 0 5px;
        }
        .footer-bottom {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 0;
            border-bottom: 1px solid #ddd;
        }
        .social-links a {
            color: #333;
            font-size: 20px;
            margin: 0 10px;
        }
        .footer-copyright {
            text-align: center;
            padding: 20px 0;
            font-size: 12px;
            color: #666;
        }
        .slide-left > div:nth-child(1){
            padding-top: 48px;
        }
        .icon_item {
    display: flex;
}
 .icon_item a{
    color: #000000;
    margin-right: 10px;
 }
   .icon_item h5{
    margin-right: 10px;
   }
.footer-bottom h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}
    