/* General Styles */
body {
    /* font-family: Arial, sans-serif; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	background-color:#f6f4f3;
}

a {
    text-decoration: none;
}

.head {
    display: flex; /* Use flexbox for the header */
    justify-content: space-between; /* Space out logo and navigation */
    align-items: center; /* Align items vertically */
    padding: 15px 5%;
    background-color: #F6F4F3;
    width:match-parent;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sticky {
    position: fixed;
    width: 90%;
    background-color: #F6F4F3;
    z-index: 1000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.div1-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.div1-2 {
    display: flex;
    gap: 20px;
}

.logo {
    width: 30%;
    height: auto;
}

/* ====== TYPOGRAPHY ====== */
.p1 {
    font-size: 3rem;
    font-weight: bold;
    white-space: nowrap;
    font-family: Montserrat;
    color: #31241E;
}

.p1-1 {
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.3s;
    font-family: Montserrat;
    color: #31241E;
}

.p1-1:hover {
    color: #A08872;
}


.div1-1 {
    display: flex;
    align-items: center;
}

.div1-1 img {
    height: 50px;
    margin-right: 10px;
}

.p1 {
	font-family:Montserrat;
	color:#31241e;
    font-size: 20px;
    font-weight: bold;
}

.div1-2 {
    display: flex;
    gap: 15px;
}

.div1-2 p {
	font-family:Montserrat;
    margin: 0;
    cursor: pointer;
}

.div1-2 p:hover {
    /* text-decoration: underline; */
}

/* Catalog Section */
.p29 {
	font-family:Poppins;
	color:#201f1f;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

.flexCatalog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px;
    justify-items: center;
}

.divproduct {
    background-color: #f6f4f3;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    transition: transform 0.3s;
    max-width: 200px;
}

.divproduct img {
    width: 100%; /* Ensures images take full width */
    height: 100%; /* Makes all images fill the container */
    object-fit: cover; /* Ensures they are cropped properly */
}

.p4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.divproduct:hover {
    transform: scale(1.05);
}

.divproduct {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
	gap:1.5%;
}

.divproduct img {
    width: 100%; /* Ensures images take the full width of the container */
    display: block;
}

.woodNb {
    width: 100%; /* Matches the image width */
    background: #333; /* Dark background color */
    color: white; /* White text for contrast */
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}


/* Responsive Design */
@media screen and (max-width: 768px) {
    .head {
        flex-direction: column;
        text-align: center;
    }

    .div1-2 {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 480px) {
    .flexCatalog {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .divproduct {
        max-width: 150px;
    }
}


.DR-FT801{
	background-color:#c0b3a2;
}
.DR-FT802{
	background-color:#a59482;
}
.DR-FT803{
	background-color:#af967f;
}
.DR-FT804{
	background-color:#b3a99f;
}
.DR-FT805{
	background-color:#c2b4a9;
}
.DR-SC901{
	background-color:#d2d2d2;
}
.DR-SC902{
	background-color:#e5e6e1;
}
.DR-SC903{
	background-color:#c5c6c1;
}
.DR-SC904{
	background-color:#a69674;
}
.DR-SC905{
	background-color:#999a9a;
}
.DR-SC906{
	background-color:#888981;
}
.DR-SC907{
	background-color:#7a7a78;
}
.DR-SC908{
	background-color:#5a5b55;
}
.DR-SC909{
	background-color:#afa395;
}
.DR-SC910{
	background-color:#33383c;
}
.DR-SC911{
	background-color:#727e77;
}
.DR-SC912{
	background-color:#4c5f59;
}
.DR-SC913{
	background-color:#244554;
}
.DR-SC914{
	background-color:#4a4f53;
}
.DR-SC915{
	background-color:#45494a;
}
.DR-SC916{
	background-color:#3f3f3f;
}
.DR-SC917{
	background-color:#242a38;
}
.DR-SC918{
	background-color:#282d30;
}
.DR-ST701{
	background-color:#c8c4b8;
}
.DR-ST702{
	background-color:#78746f;
}
.DR-ST703{
	background-color:#ada69f;
}
.DR-ST704{
	background-color:#a89f91;
}
.DR-ST705{
	background-color:#b3a797;
}
.DR-WT601{
	background-color:#aa8c72;
}
.DR-WT602{
	background-color:#8f7e6f;
}
.DR-WT603{
	background-color:#af957b;
}
.DR-WT604{
	background-color:#b6ad9e;
}
.DR-WT605{
	background-color:#96897a;
}
.DR-WT606{
	background-color:#bc966f;
}
.DR-WT608{
	background-color:#97785e;
}
.DR-WT610{
	background-color:#9e714b;
}
.DR-WT611{
	background-color:#bea687;
}
.DR-WT612{
	background-color:#968677;
}
.DR-WT613{
	background-color:#ba9c77;
}
.DR-WT614{
	background-color:#887f74;
}
.DR-WT616{
	background-color:#b58b66;
}
.DR-WT617{
	background-color:#95826b;
}
.DR-WT618{
	background-color:#b57549;
}
.DR-WT619{
	background-color:#917561;
}
.DR-WT620{
	background-color:#ad9c85;
}
.DR-WT621{
	background-color:#a88061;
}
.DR-WT622{
	background-color:#b59170;
}
.DR-WT623{
	background-color:#b09476;
}
.DR-WT624{
	background-color:#a27758;
}
.DR-WT625{
	background-color:#ad8e70;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    width: 500px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    border-radius: 8px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 20px;
}

.product-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.product-item p {
    margin: 0;
    font-size: 1rem;
    font-family: Montserrat;
    color: #31241E;
}



/* ====== RESPONSIVE DESIGN ====== */

/* Large Desktops (1440px and below) */
@media (max-width: 1440px) {
    .p1-1 {
        font-size: 1rem;
    }
	.p1 {
        font-size: 1.5rem;
    }
    .p2 {
        font-size: 2rem;
    }
	.head{
		padding: 3px 0.5%;
	}
	
	
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    width: 900px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    border-radius: 8px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 20px;
}

.product-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.product-item p {
    margin: 0;
    font-size: 1rem;
    font-family: Montserrat;
    color: #31241E;
}


}

/* Laptops (1280px) */
@media (max-width: 1280px) {
    .p1-1 {
        font-size: 1rem;
    }
	.p1 {
        font-size: 1.5rem;
    }
	
	
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    width: 900px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    border-radius: 8px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 20px;
}

.product-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.product-item p {
    margin: 0;
    font-size: 1rem;
    font-family: Montserrat;
    color: #31241E;
}


}


/* Tablets (768px) */
@media (max-width: 768px) {
    .head {
        flex-direction: column; /* Stack items vertically on smaller screens */
        text-align: center;
    }
    .div1-2 {
        flex-direction: column;
        gap: 10px;
    }
    .logo {
        width: 60px;
    }
    .p1, .p1-1 {
        font-size: 0.8rem;
    }
    .p2 {
        font-size: 1.5rem;
    }
	
	
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    width: 450px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    border-radius: 8px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 20px;
}

.product-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.product-item p {
    margin: 0;
    font-size: 1rem;
    font-family: Montserrat;
    color: #31241E;
}


}

/* Mobile (480px) */
@media (max-width: 480px) {
    .logo {
        width: 50px;
    }
    .p1, .p1-1 {
        font-size: 0.5rem;
    }
    .p2 {
        font-size: 1rem;
    }
	
	
}


.product-item p:hover{
	color:#8B5E3C;
}

.product-item p:visited{
	color:gray;
}