@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Dancing+Script:wght@400..700&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Questrial&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
}




/*.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: 100px;
    margin-left: 100px;
}

.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;
}

.banner img {
    width: 100%;
}


.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/bag_first.webp");
}

.new-grid .image.tote-black:hover {
    background-image: url("../Assets/Media/images/bag1.webp");
    background-size: 108%;
}

.new-grid .image.tote-clay {
    background-image: url("../Assets/Media/images/bag_second.webp");
}

.new-grid .image.tote-clay:hover {
    background-image: url("../Assets/Media/images/bag2.webp");
    background-size: 108%;
}

.new-grid .image.tote-beige {
    background-image: url("../Assets/Media/images/bag_third.webp");
}

.new-grid .image.tote-beige:hover {
    background-image: url("../Assets/Media/images/bag3.webp");
    background-size: 108%;
}

.new-grid .image.zipper-clay {
    background-image: url("../Assets/Media/images/bag_fourth.webp");
}

.new-grid .image.zipper-clay:hover {
    background-image: url("../Assets/Media/images/bag4.jpg");
    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;
}


.shop-cat {
    margin: 40px 0px;
}

.shop-cat-head {
    text-align: center;
    font-size: 24px;
}

.shop-cat-head hr {
    margin-top: 20px;
    width: 100px;
    height: 6px;
    background: black;
    margin: 4px auto;
}

.shop-grid {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    gap: 2px;
    margin: 50px 20px;
}

.shop-grid-item img {
    width: 100%;
}

.shop-grid-item p {
    text-align: center;
    color: white;
    background-color: #222222;
    padding: 14px;
    font-weight: 500;
    margin-top: -4px;
}

.best-sellers {
    margin: 40px 0px;
}

.best-sellers-head h2 {
    text-align: center;
}

.best-sellers-head hr {
    margin-top: 20px;
    width: 80px;
    height: 6px;
    background: black;
    margin: 4px auto;
}

.new-grid .image.tote-wine {
    background-image: url("../Assets/Media/images/best_seller/first_seller.webp");
}

.new-grid .image.tote-wine:hover {
    background-image: url("../Assets/Media/images/best_seller/seller1.webp");
    background-size: 108%;
}

.new-grid .image.zipper-black {
    background-image: url("../Assets/Media/images/best_seller/second_seller.webp");
}

.new-grid .image.zipper-black:hover {
    background-image: url("../Assets/Media/images/best_seller/seller2.webp");
    background-size: 108%;
}

.new-grid .image.zipper-tan {
    background-image: url("../Assets/Media/images/best_seller/third_seller.webp");
}

.new-grid .image.zipper-tan:hover {
    background-image: url("../Assets/Media/images/best_seller/seller3.webp");
    background-size: 108%;
}

.new-grid .image.pine-green {
    background-image: url("../Assets/Media/images/best_seller/fourth_seller.webp");
}

.new-grid .image.pine-green:hover {
    background-image: url("../Assets/Media/images/best_seller/seller4.webp");
    background-size: 108%;
}


.new-grid .image.celeste-tote {
    background-image: url("../Assets/Media/images/best_seller/fifth_seller.webp");
}

.new-grid .image.celeste-tote:hover {
    background-image: url("../Assets/Media/images/best_seller/seller5.webp");
    background-size: 108%;
}

.new-grid .image.celeste-tote-brown {
    background-image: url("../Assets/Media/images/best_seller/sixth_seller.webp");
}

.new-grid .image.celeste-tote-brown:hover {
    background-image: url("../Assets/Media/images/best_seller/seller6.webp");
    background-size: 108%;
}

.new-grid .image.pouch {
    background-image: url("../Assets/Media/images/best_seller/seventh_seller.webp");
}

.new-grid .image.pouch:hover {
    background-image: url("../Assets/Media/images/best_seller/seller7.webp");
    background-size: 108%;
}

.new-grid .image.tote-tan {
    background-image: url("../Assets/Media/images/best_seller/eighth_seller.webp");
}

.new-grid .image.tote-tan:hover {
    background-image: url("../Assets/Media/images/best_seller/seller8.jpg");
    background-size: 108%;
}

.best-sellers button {
    display: flex;
    margin: auto;
    border: 2px solid black;
    background: white;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
}

.best-sellers button:hover {
    border: 2px solid black;
    background: black;
    color: white;
}


.our-muses {
    margin: 80px 0px;
}

.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;
    display: grid;
    grid-template-columns: 85%;
    justify-content: center;
}