@import url("https://fonts.googleapis.com/css?family=Audiowide");
html{
    scroll-behavior: smooth;
}

.title{
    font-size: 2rem;
    /* font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ; */
    /* font-family: "Playfair Display", serif; */
    font-family: "Audiowide", sans-serif;
    font-weight: bolder;
    color: honeydew;
}
.two ul{
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}
.two ul a{
    text-decoration: none;
    color: honeydew;
    font-family: "Audiowide", sans-serif;
    transition: text-decoration 0.3s ease-in-out;
}
.two ul a:hover{
    text-decoration: overline rgb(101, 160, 101);
}
.menu ul{
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    margin-left: 2rem;
}
.menu ul a{
    text-decoration: none;
    color: honeydew;
    font-family: "Audiowide", sans-serif;
    transition: text-decoration 0.37s ease-in-out;
}
.menu ul a::before{
    content: "★ ";
}
.menu ul a:hover{
    text-decoration: overline rgb(101, 160, 101); 
}
.right ul{
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    margin-left: 6rem;
    color: honeydew;
    font-family: "Audiowide", sans-serif;
}
.right ul a{
    text-decoration: none;
    color: honeydew;
    font-family: "Audiowide", sans-serif;
    transition: text-decoration 0.3s ease-in-out;
}
.right ul a:hover{
    text-decoration: overline rgb(101, 160, 101);
}
nav{
    display: flex;
    margin: 0;
    padding: 0;
    gap: 150px;
    position: sticky;
}
.head{
    display: flex;
    align-items: center;
    align-content: center;
    gap: 50px;
    padding-left: 20px;
    /* background-color: #000; */
    height: 100%;
    width: 100%;
    /* border: 3px solid red; */
    /* background: url("https://images.pexels.com/photos/8755018/pexels-photo-8755018.jpeg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: #000;
    transition: background 0.5s ease-in-out;
}
.head:hover{
    background: rgb(201, 239, 251);
    box-shadow: 0 0 20px #000;
}
.head:hover .right ul a{
    color: #000;
}
.head:hover .menu ul a{
    color: #000;
}
.head:hover .two ul a{
    color: #000;
}
.head:hover .title{
    color: #000;
}
header{
    height: 10%;
    width: 100%;
    /*  */
    display: flex;
    position: fixed;
    z-index: 1;
}
body{
    margin: 0;
    overflow-x: hidden;
    height: 600vh;
    width: 100vw;
} 
main{
    height: 90%;
    width: 100%;
    /* border: 2px solid black; */
    display: flex;
}
 .filter {
  /* border: 2px solid red; */
  height: 100vh;  
  width: 22%;
  position: sticky;     
  top: 4.2rem;   
  left: 0;            
  align-self: flex-start;
  background-color: rgb(255, 255, 228);
}
.men h2{
    font-size: 2rem;
    text-align: center;
    font-family: "Audiowide", sans-serif;
    font-weight: normal;
}
.subhead h2{
    font-size: 1.5rem;
    text-align: center;
    font-family: "Audiowide", sans-serif;
    border-bottom: 2px solid lightgray;
    padding-bottom: 1rem;
    color: #000;
    font-weight: normal;
}
.tags{
    align-items: center;
    align-content: center;
}
.tags ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}
.tags a{
    text-decoration: none;
    color: #000;
    font-family: "Audiowide", sans-serif;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    margin-right: 1rem;
    transition: color 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.tags ul a span img{
    height: 1rem;
}
.tags a:hover{
    color: red;
    box-shadow: 1px 1px 1px 1px black
}
.content {
  height: 98%;
  width: 78%;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  top: 4.2rem;
  scrollbar-width: none;
  /* border: 2px solid navy; */
}
.content h2{
    text-align: center;
    font-size: 2rem;
    font-family: "Audiowide", sans-serif;
    color: #000;
    font-weight: normal;
}

.row1{
    display: flex;
    height: 13%;
    width: 100%;
    gap: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    /* border: 2px solid red; */
}
.item1{
    margin-top: 1rem;
    height: 92%;
    width: 30%;
    /* border: 2px solid black; */
    display: flex;
    flex-direction: column;
    /* background-color: rgba(255, 255, 255, 0.1); */
    /* background-color: #24243e; */
    /* background-color: rgb(249, 240, 240);
    backdrop-filter: blur(45px); */
    background: linear-gradient(to bottom, #ffffff, #f0f0f0, rgb(255, 219, 225));
    border-radius: 2rem;
    box-shadow: 0 0 2px rgb(143, 136, 136);
    transition: box-shadow 0.3s ease-in-out;
}
.item1:hover{
    box-shadow: 0 0 10px rgb(143, 136, 136);
}
.item1 .pic1{
    height: 76%;
    width: 80%;
    /* border: 2px solid red; */
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.item1 .pic1 img{
    height: 100%;
    width: 100%;
}
.item1 .text1{
    height: 22%;
    width: 80%;
    /* border: 2px solid navy; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
}
.item1 .text1 .upper{
    height: 30%;
    width: 100%;
    /* border: 2px solid black; */
    margin-bottom: 0.5rem;
}
.item1 .text1 .upper .product-name{
    font-family: "Audiowide", sans-serif;
    color: #000;
    font-size: 0.95rem;
    text-transform: uppercase;
    /* border: 2px solid red; */
}
.item1 .text1 .lower{
    height: 70%;
    width: 100%;
    /* border: 2px solid black; */
    display: flex;
}
.item1 .text1 .lower .low1{
    height: 100%;
    width: 50%;
    /* border: 2px solid black; */
}
.item1 .text1 .low1 .product-price{
    font-family: "Audiowide", sans-serif;
    color: #000;
    font-size: 0.9rem;
    text-transform: uppercase;
    /* border: 2px solid red; */
    margin-top: 0.2rem;
    margin-bottom: 0;
}
.item1 .text1 .low1 .product-detail span{
    font-family: "Audiowide", sans-serif;
    color: red;
    font-size: 0.9rem;
    text-transform: uppercase;
    text-decoration: line-through;
}
.item1 .text1 .low1 .product-detail{
    font-family: "Audiowide", sans-serif;
    color: green;
    font-size: 0.8rem;
    text-transform: uppercase;
    /* border: 2px solid red; */
    margin-top: 0;
    
}
.item1 .text1 .lower .low2{
    height: 100%;
    width: 50%;
    /* border: 2px solid black; */
}
.item1 .text1 .low2 button{
    height: 2rem;
    width: 8rem;
    border-radius: 5rem;
    margin-left: 2rem;
    font-family: "Audiowide", sans-serif;
    background-color: rgb(4, 34, 59);
    color: #f5f5f5;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background-color 0.2s ease-in-out;
}
.item1 .text1 .low2 button a{
    text-decoration: none;
    color: #f5f5f5;
    font-family: "Audiowide", sans-serif;
    display: inline-block;
    height: 100%;
    width: 100%;
    align-content: center;
    border-style: none;
    transition: background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.item1 .text1 .low2 button:hover a{
    color: #000;
}
.item1 .text1 .low2 button:hover{
    background-color: yellow;
    border-style: none;
}
.item2{
    margin-top: 1rem;
    height: 92%;
    width: 30%;
    /* border: 2px solid black; */
    display: flex;
    flex-direction: column;
    /* background-color: rgba(255, 255, 255, 0.1); */
    /* background-color: #24243e; */
    /* background-color: rgb(249, 240, 240);
    backdrop-filter: blur(45px); */
    background: linear-gradient(to bottom, #ffffff, #f0f0f0, rgb(255, 211, 218));
    border-radius: 2rem;
    box-shadow: 0 0 2px rgb(143, 136, 136);
    transition: box-shadow 0.3s ease-in-out;
}
.item2:hover{
    box-shadow: 0 0 10px rgb(143, 136, 136);
}
.item2 .pic2{
    height: 76%;
    width: 80%;
    /* border: 2px solid red; */
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.item2 .pic2 img{
    height: 100%;
    width: 100%;
}
.item2 .text2{
    height: 22%;
    width: 80%;
    /* border: 2px solid navy; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
}
.item2 .text2 .upper{
    height: 30%;
    width: 100%;
    /* border: 2px solid black; */
    margin-bottom: 0.5rem;
}
.item2 .text2 .upper .product-name{
    font-family: "Audiowide", sans-serif;
    color: #000;
    font-size: 0.95rem;
    text-transform: uppercase;
    /* border: 2px solid red; */
}
.item2 .text2 .lower{
    height: 70%;
    width: 100%;
    /* border: 2px solid black; */
    display: flex;
}
.item2 .text2 .lower .low1{
    height: 100%;
    width: 50%;
    /* border: 2px solid black; */
}
.item2 .text2 .low1 .product-price{
    font-family: "Audiowide", sans-serif;
    color: #000;
    font-size: 0.9rem;
    text-transform: uppercase;
    /* border: 2px solid red; */
    margin-top: 0.2rem;
    margin-bottom: 0;
}
.item2 .text2 .low1 .product-detail span{
    font-family: "Audiowide", sans-serif;
    color: red;
    font-size: 0.9rem;
    text-transform: uppercase;
    text-decoration: line-through;
}
.item2 .text2 .low1 .product-detail{
    font-family: "Audiowide", sans-serif;
    color: green;
    font-size: 0.8rem;
    text-transform: uppercase;
    /* border: 2px solid red; */
    margin-top: 0;
    
}
.item2 .text2 .lower .low2{
    height: 100%;
    width: 50%;
    /* border: 2px solid black; */
}
.item2 .text2 .low2 button{
    height: 2rem;
    width: 8rem;
    border-radius: 5rem;
    margin-left: 2rem;
    font-family: "Audiowide", sans-serif;
    background-color: rgb(4, 34, 59);
    color: #f5f5f5;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background-color 0.2s ease-in-out;
}
.item2 .text2 .low2 button a{
    text-decoration: none;
    color: #f5f5f5;
    font-family: "Audiowide", sans-serif;
    display: inline-block;
    height: 100%;
    width: 100%;
    align-content: center;
    border-style: none;
    transition: background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.item2 .text2 .low2 button:hover a{
    color: #000;
}
.item2 .text2 .low2 button:hover{
    background-color: yellow;
    border-style: none;
}
.item3{
    margin-top: 1rem;
    height: 92%;
    width: 30%;
    /* border: 2px solid black; */
    display: flex;
    flex-direction: column;
    /* background-color: rgba(255, 255, 255, 0.1); */
    /* background-color: #24243e; */
    /* background-color: rgb(249, 240, 240);
    backdrop-filter: blur(45px); */
    background: linear-gradient(to bottom, #ffffff, #f0f0f0, rgb(255, 211, 218));
    border-radius: 2rem;
    box-shadow: 0 0 2px rgb(143, 136, 136);
    transition: box-shadow 0.3s ease-in-out;
}
.item3:hover{
    box-shadow: 0 0 10px rgb(143, 136, 136);
}
.item3 .pic3{
    height: 76%;
    width: 80%;
    /* border: 2px solid red; */
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.item3 .pic3 img{
    height: 100%;
    width: 100%;
}
.item3 .text3{
    height: 22%;
    width: 80%;
    /* border: 2px solid navy; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
}
.item3 .text3 .upper{
    height: 30%;
    width: 100%;
    /* border: 2px solid black; */
    margin-bottom: 0.5rem;
}
.item3 .text3 .upper .product-name{
    font-family: "Audiowide", sans-serif;
    color: #000;
    font-size: 0.95rem;
    text-transform: uppercase;
    /* border: 2px solid red; */
}
.item3 .text3 .lower{
    height: 70%;
    width: 100%;
    /* border: 2px solid black; */
    display: flex;
}
.item3 .text3 .lower .low1{
    height: 100%;
    width: 50%;
    /* border: 2px solid black; */
}
.item3 .text3 .low1 .product-price{
    font-family: "Audiowide", sans-serif;
    color: #000;
    font-size: 0.9rem;
    text-transform: uppercase;
    /* border: 2px solid red; */
    margin-top: 0.2rem;
    margin-bottom: 0;
}
.item3 .text3 .low1 .product-detail span{
    font-family: "Audiowide", sans-serif;
    color: red;
    font-size: 0.9rem;
    text-transform: uppercase;
    text-decoration: line-through;
}
.item3 .text3 .low1 .product-detail{
    font-family: "Audiowide", sans-serif;
    color: green;
    font-size: 0.8rem;
    text-transform: uppercase;
    /* border: 2px solid red; */
    margin-top: 0;
    
}
.item3 .text3 .lower .low2{
    height: 100%;
    width: 50%;
    /* border: 2px solid black; */
}
.item3 .text3 .low2 button{
    height: 2rem;
    width: 8rem;
    border-radius: 5rem;
    margin-left: 2rem;
    font-family: "Audiowide", sans-serif;
    background-color: rgb(4, 34, 59);
    color: #f5f5f5;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background-color 0.2s ease-in-out;
}
.item3 .text3 .low2 button a{
    text-decoration: none;
    color: #f5f5f5;
    font-family: "Audiowide", sans-serif;
    display: inline-block;
    height: 100%;
    width: 100%;
    align-content: center;
    border-style: none;
    transition: background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.item3 .text3 .low2 button:hover a{
    color: #000;
}
.item3 .text3 .low2 button:hover{
    background-color: yellow;
    border-style: none;
}
.view-more{
    text-align: center;
}
.view-more button{
    height: 2rem;
    width: 8rem;
    border-radius: 2rem;
    border-style: none;
    background-color: purple;
    color: white;
    cursor: pointer;
}
.row2{
    display: flex;
    height: 13%;
    width: 100%;
    gap: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    /* border: 2px solid red; */
}
.row3{
    display: flex;
    height: 13%;
    width: 100%;
    gap: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    /* border: 2px solid red; */
}
.row4{
    display: flex;
    height: 13%;
    width: 100%;
    gap: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    /* border: 2px solid red; */
}
.row5{
    display: flex;
    height: 13%;
    width: 100%;
    gap: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    /* border: 2px solid red; */
}
.row6{
    display: flex;
    height: 13%;
    width: 100%;
    gap: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    /* border: 2px solid red; */
}
.row7{
    display: flex;
    height: 13%;
    width: 100%;
    gap: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    /* border: 2px solid red; */
}
.row8{
    display: flex;
    height: 13%;
    width: 100%;
    gap: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    /* border: 2px solid red; */
}

footer{
    height: 14%;
    width: 100%;
    /* border: 5px solid red; */
    display: flex;
    flex-direction: column;
    background-color: lightgray;
}
.footer-up{
    height: 90%;
    width: 100%;
    display: flex;
}
.sec1{
    height: 100%;
    width: 33%;
    /* border: 3px solid black; */
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}
.sec1 .sec1-head{
    font-size: 2rem;
    /* font-family: 'Spectral'; */
    font-family: "Audiowide", sans-serif;
    text-shadow: 2px 3px 3px gray;
}
.sec1 .sec1-p{
    /* font-family: 'Spectral'; */
    font-family: "Audiowide", sans-serif;
}
.sec2{
    height: 100%;
    width: 33%;
    /* border: 3px solid black; */
    align-items: center;
    align-content: center;
    padding-left: 20px;
    padding-right: 20px;
}
.sec2 .sec2-head{
    padding-left: 20px;
    font-size: 2rem;
    /* font-family: 'Spectral'; */
    font-family: "Audiowide", sans-serif;
    text-shadow: 2px 3px 3px gray;
}
.sec2 ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* font-family: 'Spectral'; */
    font-family: "Audiowide", sans-serif;
}
.sec3{
    height: 100%;
    width: 33%;
    /* border: 3px solid black; */
    align-items: center;
    align-content: center;
    padding-left: 20px;
    padding-right: 20px;
}
.sec3 .sec3-head{
    font-size: 2rem;
    /* font-family: 'Spectral'; */
    font-family: "Audiowide", sans-serif;
    text-shadow: 2px 3px 3px gray;
}
.sec3 .sec3-p{
    /* font-family: 'Spectral'; */
    font-family: "Audiowide", sans-serif;
}
.sec3 input{
    /* font-family: 'Spectral'; */
    font-family: "Audiowide", sans-serif;
    margin-bottom: 10px;
    height: 40px;
    width: 300px;
}
.sec3 button{
    /* font-family: 'Spectral'; */
    font-family: "Audiowide", sans-serif;
    height: 40px;
    width: 140px;
}
.footer-down{
    height: 10%;
    width: 100%;
    display: flex;
}
.footer-down .s1{
    height: 100%;
    width: 20%;
    /* border: 3px solid black; */
    /* font-family: 'Spectral'; */
    font-family: "Audiowide", sans-serif;
}
.footer-down .s1 p{
    text-align: center;
}
.footer-down .s2{
    height: 100%;
    width: 80%;
    /* border: 3px solid red; */
    align-items: center;
    align-content: center;
    padding-left: 100px;
}
.footer-down .s2 ul{
    list-style: none;
    display: flex;
    gap: 9px;
    margin-right: 50px;
    /* font-family: 'Spectral'; */
    font-family: "Audiowide", sans-serif;
    font-size: 0.8rem;
}


@media screen and (max-width: 480px) {
header {
        display: none;
    }

    .filter {
        display: none;
    }

    main {
        width: 100%;
        flex-direction: column;
        height: auto;
    }

    .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 2rem 1rem;
        top: 0;
    }

    .row1, .row2, .row3, .row4, .row5, .row6, .row7, .row8 {
        flex-direction: row;
        gap: 2rem;           
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;      
    }

    .item1, .item2, .item3 {
        width: 90%;           
        margin: 0;
        border-radius: 1rem;
    }

    .item1 .pic1, .item2 .pic2, .item3 .pic3 {
        width: 100%;
        height: auto;
    }


    .item1 .text1, .item2 .text2, .item3 .text3 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .item1 .lower, .item2 .lower, .item3 .lower {
        flex-direction: row;
        justify-content: space-between; 
        gap: 0.5rem;
    }

    .item1 .low2 button, .item2 .low2 button, .item3 .low2 button {
        width: auto;
        height: auto;
        text-align: center;
        margin-left: 0;
    }

    .men h2, .subhead h2, .content h2 {
        font-size: 1.8rem;
    }

    .item1 .upper .product-name, .item2 .upper .product-name, .item3 .upper .product-name,
    .item1 .low1 .product-price, .item2 .low1 .product-price, .item3 .low1 .product-price,
    .item1 .low1 .product-detail, .item2 .low1 .product-detail, .item3 .low1 .product-detail {
        font-size: 0.95rem;
    }

    .view-more button {
        width: auto;
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
  .footer-up {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
  }

  .sec1, .sec2, .sec3 {
    width: 100%;
    padding: 0;
  }

  .sec1-head, .sec2-head, .sec3-head {
    font-size: 1.4rem;
  }

  .sec1-p, .sec3-p, .sec2 ul li {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .sec3 input {
    max-width: 100%;
    width: 90%;
  }

  .sec3 button {
    width: 90%;
  }

  .footer-down {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    gap: 1rem;
  }

  .footer-down .s2 ul {
    justify-content: center;
    gap: 0.6rem;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-up {
    flex-direction: column;
    padding: 2rem 3%;
    padding-left: -4rem;
    gap: 2rem;
  }

  .sec1, .sec2, .sec3 {
    min-width: 100%;
    text-align: center;
  }

  .sec3 input {
    max-width: 100%;
  }

  .sec3 button {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }

  .footer-down {
    flex-direction: column;
    align-items: center;
    padding: 1rem 3%;
    gap: 1rem;
  }

  .footer-down .s2 ul {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .footer-up {

    gap: 1.5rem;
  }

  .sec1-head, .sec2-head, .sec3-head {
    font-size: 1.4rem;
  }

  .sec1-p, .sec3-p, .sec2 ul {
    font-size: 0.85rem;
  }

  .footer-down {
    padding: 1rem 2%;
  }

  .footer-down .s2 ul {
    flex-direction: column;
    gap: 0.5rem;
  }

  .sec3 input {
    height: 35px;
  }

  .sec3 button {
    height: 35px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {

    header {
        display: none;
    }

    .filter {
        display: none;
    }


    main {
        width: 100%;
        flex-direction: column;
        height: auto;
    }


    .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 2rem 1rem;
        top: 0;
    }


    .row1, .row2, .row3, .row4, .row5, .row6, .row7, .row8 {
        flex-direction: row;
        gap: 2rem;          
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;      
    }

    .item1, .item2, .item3 {
        width: 90%;           
        margin: 0;
        border-radius: 1rem;
    }


    .item1 .pic1, .item2 .pic2, .item3 .pic3 {
        width: 100%;
        height: auto;
    }


    .item1 .text1, .item2 .text2, .item3 .text3 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .item1 .lower, .item2 .lower, .item3 .lower {
        flex-direction: row;
        justify-content: space-between; 
        gap: 0.5rem;
    }

    .item1 .low2 button, .item2 .low2 button, .item3 .low2 button {
        width: auto;
        text-align: center;
        margin-left: 0;
    }

    .men h2, .subhead h2, .content h2 {
        font-size: 1.8rem;
    }

    .item1 .upper .product-name, .item2 .upper .product-name, .item3 .upper .product-name,
    .item1 .low1 .product-price, .item2 .low1 .product-price, .item3 .low1 .product-price,
    .item1 .low1 .product-detail, .item2 .low1 .product-detail, .item3 .low1 .product-detail {
        font-size: 0.95rem;
    }

    .view-more button {
        width: auto;
        font-size: 1rem;
    }
}
@media screen and (min-width:1025px) {
    .item1 .low2 .text1 a, .item2 .low2 .text2 button a, .item3 .low2 .text3 button a {
        width: auto;
        text-align: center;
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .item1 .lower,
    .item2 .lower,
    .item3 .lower {
        flex-direction: column; 
        gap: 0.5rem;
    }

    .item1 .low2 button,
    .item2 .low2 button,
    .item3 .low2 button {
        width: 100%;      
        margin-left: 0;    
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .item1 .lower,
    .item2 .lower,
    .item3 .lower {
        flex-direction: row;
        justify-content: space-between; 
        gap: 0.5rem;
    }

    .item1 .low2 button,
    .item2 .low2 button,
    .item3 .low2 button {
        width: auto;      
        min-width: 100px;  
    }
}

@media screen and (min-width: 1025px) {
    .item1 .lower,
    .item2 .lower,
    .item3 .lower {
        flex-direction: row;
        justify-content: space-between; 
        gap: 0.5rem;
    }

    .item1 .low2 button,
    .item2 .low2 button,
    .item3 .low2 button {
        width: auto;     
        min-width: 80px;  
    }
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #000;
    z-index: 1000;
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.title span {
    font-family: "Audiowide", sans-serif;
    font-size: 2rem;
    font-weight: bolder;
    color: #fff;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    cursor: pointer;
    z-index: 1100;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

nav {
    display: flex;
    gap: 50px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

nav a {
    text-decoration: none;
    color: #fff; 
    font-family: "Audiowide", sans-serif;
}

@media (max-width: 1024px) {
    .hamburger { display: flex; }

    nav {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        flex-direction: column;
        align-items: center;
        background-color: #000;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
    }

    nav.active {
        max-height: 100vh;
    }

    nav ul {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }

    nav a {
        font-size: 1.2rem;
    }
    .head:hover{
        display: none;
    }
    .right ul {
    margin-left: 0 !important;
    justify-content: center;
  }
}
nav {
    display: flex;
    gap: 150px;
}

.two ul, .menu ul, .right ul {
    display: flex;
    gap: 25px;
}

nav a { color: #fff; }

@media (max-width: 1024px) {
    .hamburger { display: flex; }

    nav {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        flex-direction: column;
        align-items: center;
        background-color: #000;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
        gap: 0; 
    }

    nav.active { max-height: 100vh; }

    nav ul {
        flex-direction: column;
        gap: 20px; 
        padding: 20px 0;
        margin: 0;
        width: 100%; 
        text-align: center;
    }

    nav a { font-size: 1.2rem; color: #fff; }
}
