

* {
    margin: 0;
    padding: 0;
   
}



.ads-banner {
    background-color: black;
    text-align: center;
    color: white;
    background-color: #222222;
    padding: 14px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.cross {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.cross:hover {
    color: rgb(165, 165, 165);
}


nav {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    padding: 26px 0px;
    align-items: center;
}

nav .logo img {
    width: 40px;
    margin-left: 20px;
}

.nav-items ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 40px;
    color: black;
    cursor: pointer;
}

.nav-items ul li:hover {
    color: #878787;
}

.red-text {
    color: #EB0201;
}

.nav-icons {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-right: 20px;
    position: relative;
}

.nav-icons .zero {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: black;
    color: white;
    border-radius: 50%;
    font-size: 8px;
    top: -10px;
    right: -14px;
    padding: 4px;
    display: flex;
    justify-content: center;
}

.nav-icons .zero-two {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: black;
    color: white;
    border-radius: 50%;
    font-size: 8px;
    top: -10px;
    right: 24px;
    padding: 4px;
    display: flex;
    justify-content: center;
}


.nav-icons i {
    font-size: 20px;
}



.new-up {
    position: relative;
}

.new-up .new-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #B7998E;
    font-size: 10px;
    color: white;
    border-radius: 10px;
    padding: 4px 8px;
}

.new-in {
    margin: 30px 0px;
}

.new-in h2 {
    text-align: center;
}

.grid-cont {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}

.new-grid {
    width: 1280px;
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    justify-content: center;
    gap: 24px;
}

.grid-item {
    cursor: pointer;
}

.new-grid .image {
    width: 100%;
    height: 360px;
    position: relative;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    transition: background-size 1s ease-in-out;
}

.new-grid .image.tote-black {
    background-image: url("../assets/media/images/a1.webp");
}

.new-grid .image.tote-black:hover {
    background-image: url("../assets/media/images/a2.webp");
    background-size: 108%;
}

.new-grid .image.tote-clay {
    background-image: url("../assets/media/images/a2.webp");
}

.new-grid .image.tote-clay:hover {
    background-image: url("../assets/media/images/a6.webp");
    background-size: 108%;
}

.new-grid .image.tote-beige {
    background-image: url("../assets/media/images/ok.webp");
}

.new-grid .image.tote-beige:hover {
    background-image: url("../assets/media/images/ok8.webp");
    background-size: 108%;
}

.new-grid .image.zipper-clay {
    background-image: url("../assets/media/images/ok9.webp");
}

.new-grid .image.zipper-clay:hover {
    background-image: url("../assets/media/images/ok7.webp");
    background-size: 108%;
}

.new-grid .item-name:hover {
    color: #b7998e;
}


.image i {
    color: white;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.grid-item:hover i {
    top: 16px;
    left: 20px;
    opacity: 1;
}


.image-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: black;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.grid-item:hover .image-overlay {
    opacity: 0.1;
}

.new-grid .image img {
    width: 100%;
}

.new-grid .image .off {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: black;
    color: white;
    font-size: 14px;
    padding: 4px 14px;
}


.item-details {
    margin-top: 14px;
    font-size: 14px;
}

.item-details .item-price {
    margin-top: 4px;
    color: #ec0101;
}





.our-muses {
    margin: 80px 0px;
}
.our-muses h2 {
    text-align: center;
}

.grid-muses {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin: 50px 0px;
    gap: 2px;

}


.muse-item {
    overflow: hidden;
}

.muse-item img {
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
}


.muse-item:hover img {
    scale: 1.1;
}

.details {
    background-color: #B7998E;
}

.details-grid {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    justify-content: center;
    padding: 40px 0px;
    gap: 40px;
}

.detail-grid-item {
    display: grid;
    grid-template-columns: 12% 85%;
    gap: 10px;
}

.detail-item-text {
    color: white;
}

.details-icon i {
    font-size: 36px;
    color: white;
}

.detail-grid-item:hover i {
    animation-name: scaleup;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

@keyframes scaleup {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.7);
    }

    30% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.detail-item-head {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.detail-item-desc {
    font-size: 14px;
}

.footer {
    background-color: black;
    color: white;
    padding: 40px 0px;
}

.footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-text {
    font-size: 14px;
    margin: 14px 0px;
}

.footer-text i {
    font-size: 18px;
}

.footer-grid {
    display: grid;
    width: 1280px;
    overflow: hidden;
    grid-template-columns: 40% 15% 30%;
    justify-content: center;
    margin: auto;
    gap: 40px;
}

.footer-grid .icons {
    display: flex;
    gap: 16px;
}

.footer-grid .icons i {
    font-size: 20px;
}

.newsletter {
    position: relative;
}

.newsletter input {
    border-radius: 40px;
    border: 1px solid white;
    background: transparent;
    color: white;
    padding: 10px 225px 10px 10px;
}

.newsletter button {
    position: absolute;
    right: 47px;
    top: 65px;
    border: none;
    color: white;
    background: #222222;
    padding: 9px 42px;
    border-radius: 40px;
    font-weight: 500;
}

.newsletter img {
    width: 100%;
    margin-top: 14px;
    position: absolute;
    left: -10px;
}


.copyright {
    padding: 20px;
    padding-left: 400px;
    display: grid;
    grid-template-columns: 85%;
    justify-content: center;
}