a {
    text-decoration: none;
}

body {
    font-family: "Rubik", sans-serif;
    margin: 0;
}

.top-nav {
    background-color: #88296A;
    color: #fff;
    padding: 0 75px;
}

.top-nav .top-nav-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav p {
    margin-bottom: 0;
    padding: 10px;
    font-weight: 100;
    font-size: 14px;
}

.top-nav a {
    color: #fff;
    font-weight: 100;
    font-size: 14px;

}

/* .nav-bar */

.nav-bar {
    background-color: #fff;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 999;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
}

.nav-bar .nav-data .icons i {
    font-size: 23px;
}

.nav-bar .nav-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 55px;
}

.nav-bar .nav-data .logo {
    width: 120px;
    height: auto;
}

.nav-bar .menu-items a {
    color: #000;

}

.nav-bar .menu-items a:hover {
    color: #88296A;
}

.nav-bar .menu-items {
    display: flex;
    align-items: center;
    gap: 50px;
}

.nav-bar .menu-items a.active {
    text-decoration: underline;
    text-decoration-color: #88296A;
    color: #88296A;
}

.nav-bar .icons a {
    color: #000;
    font-size: 16px;
}

.nav-bar .nav-data .icons img {
    width: 22px;
    height: auto;
}

.nav-bar .nav-data .icons i:hover {
    color: #88296A;
}

.nav-bar .hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.nav-bar .nav-data .icons {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* ---banner */
.banner {
    margin: 0 65px;
}

.swiper {
    width: 100%;
    height: 85vh;
    padding: 0 75px;

}

.swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100% !important;
    margin: 10px 0;
    border-radius: 20px;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    color: #000;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.overlay-content h2 {
    font-size: 42px;
    font-weight: 600;
}

.overlay-content p {
    font-size: 16px;
    color: #54627F;
    margin-bottom: 0;
}

.overlay-content a {
    background-color: #88296A;
    padding: 14px 50px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    width: fit-content;
}

.overlay-content a:hover {
    border: 1px solid #88296A;
    background-color: #fff;
    color: #88296A;
}

.swiper-pagination {
    bottom: 30px !important;
}

/*  */


/* features-home */
.features-home .f-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

.features-home .f-one p {
    margin-bottom: 0;
    font-weight: 500;
}

.features-home .f-one .one {
    display: flex;
    align-items: center;
    gap: 10px;
}

.features-home .f-one img {
    width: 45px;
}

/* features-home end */
.section-head {
    font-size: 20px;
    margin: 30px 0;
}

/*  top-categories */
.top-categories .product {
    background: #F7F7F7;
    padding: 25px 25px 10px 24px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: .5px solid #E5E5E5;
    height: 685px;
}

.top-categories .product.large {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.top-categories .product.large p {
    font-size: 18px;
}

.top-categories .product.large h2 {
    font-size: 24px;
}

.top-categories .product.large {
    padding: 2.5rem;
}

.top-categories .product .tag {
    color: #88296A;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-align: right;
}

.top-categories .product h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 1rem;
    text-align: right;
}

.top-categories .product img {
    max-width: 80%;
    height: auto;
    margin-left: 35px;
}

.top-categories .product:hover {
    transform: scale(1.001);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.top-categories .all-container {
    margin: 0 75px;
}

.top-categories .part {
    display: flex;
    gap: 20px;

}

.top-categories .part-two {
    display: flex;
    gap: 20px;
}

.top-categories .two-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top-categories .two-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* end top-categories */

/* products-section */
.product-grid {
    margin: 50px 0;
}

.products-section {
    /* max-width: 1352px; */
    margin: 50px 85px;
    margin-bottom: 100px !important;
}

.products-section .product-grid {
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
    border-radius: 10px;
}

.products-section .product-card {
    /* width: 18%; */
    text-align: center;
    padding: 40px 15px;
    /* border-radius: 8px; */
    /* background-color: #fff; */
    position: relative;
}

.products-section .product-name {
    font-size: 15px;
    margin-top: 10px;
    color: #333;
    font-weight: 500;
}

.products-section .product-price {
    font-size: 18px;
    color: #737373;
    font-weight: 500;
    margin-top: 5px;
}

.products-section .product-card i {
    float: right;
}

.products-section .product-card img {
    width: 150px;
    margin: 20px 0;
}

.line {
    border: 1px solid #eee;
    margin: 20px 0;
}


/* Featured-Projects */

.Featured-Projects {
    background-color: #F9F9F9;
    padding: 70px 65px;
}

.Featured-Projects .one img {
    width: 100%;
}

.Featured-Projects .card-one i {
    float: right;
}

.Featured-Projects .product-content {
    width: 100%;
    border-radius: 8px;
}

.Featured-Projects .product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Featured-Projects .category-tabs {
    display: flex;
    list-style: none;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.Featured-Projects .tab {
    font-size: 14px;
    color: #555;
    cursor: pointer;
    position: relative;
    padding: 5px 10px;
}

.Featured-Projects .tab.active {
    color: #88296A;
    font-weight: bold;
    border-bottom: 2px solid #88296A;
}

.Featured-Projects .product-list {
    display: none;
    grid-template-columns: repeat(3, 1fr);
}

.Featured-Projects .product-list.show {
    display: grid;
}

.Featured-Projects .product-list .card-price {
    margin-bottom: 2rem;

}

.Featured-Projects .card-one {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.Featured-Projects .favorite-icon {
    text-align: right;
}

/* promo-banner */
.promo-banner {
    background-color: #88296A;
    /* Deep purple */
    border-radius: 20px;
    padding: 40px 100px;
    margin: 85px;
    max-width: 1350px;
    color: #fff;
}

.promo-banner .promo-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.promo-banner .promo-text h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.promo-banner .promo-text p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.promo-banner .shop-button {
    display: inline-block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.promo-banner .shop-button:hover {
    background-color: #000;
    color: #fff;
}

.promo-banner .promo-image img {
    width: 80%;
    height: auto;
}

/* Products For You */
.filter {
    margin: 85px;
}

.filter .product-container {
    display: flex;
    gap: 20px;
}

/* Sidebar */
.filter-sidebar {
    width: 300px;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
}

.filter-sidebar h3 {
    color: #88296A;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.filter-group {
    margin-bottom: 15px;
}


.filter .product-main {
    flex-grow: 1;
}


.filter .sort-bar {
    width: 300px !important;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.filter .product-grids {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

/* Product Card */
.filter .product-cards {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    background: #fff;
    transition: 0.3s;
}

.filter .product-cards:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.filter .product-cards img {
    max-width: 100%;
    height: 160px;
    object-fit: contain;
    margin-bottom: 10px;
}

.filter .product-cards h4 {
    font-size: 15px;
    margin-bottom: 15px;
}

.price {
    font-size: 14px;
    margin-bottom: 25px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 5px;
}

.new-price {
    color: #88296A;
    font-weight: 500;
    font-size: 20px;
}


.add-to-cart {
    flex: 1;
    padding: 8px 13px;
    /* border: 1px solid #ccc; */
    /* background: white; */
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    /* color: #000; */
    border: 1px solid #88296a21;
    color: #88296A;
    background-color: #88296a0d;
}

.heart {
    flex: 1;
    padding: 10px 13px;
    /* border: 1px solid #ccc; */
    /* background: white; */
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    /* color: #000; */
    border: 1px solid #88296a21;
    color: #88296A;
    background-color: #88296a0d;
}

.forward {
    flex: 1;
    padding: 10px 13px;
    /* border: 1px solid #ccc; */
    /* background: white; */
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    /* color: #000; */
    border: 1px solid #88296a21;
    color: #88296A;
    background-color: #88296a0d;
}

.product-actions button:hover {
    background-color: #f2f2f2;
}

/* .add-to-cart {
    flex: 2;
    padding: 6px;
} */

.product-lists .card-title {
    margin-bottom: .5rem;
    font-weight: 500;
    color: #000 !important;
}

.product-lists .product-list img {
    width: 170px;
    margin: 10px 0;
}

/* Products For You end */
/*  */


/*hot sale* slidebar*/

.hot-sale {
    background-color: #f9f9f9;
    padding: 50px 75px;
}

.hot-sale .sidebar {
    width: 370px;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 0px;
    background-color: #fff;
    height: fit-content;
}

.hot-sale .panel label {
    display: block;
    margin: 15px 0;
    font-size: 15px;
}

/*slidebar ends */
.hot-sale .main-content {
    flex: 1;
}

.hot-sale .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.hot-sale .sidebar h3 {
    color: #88296A;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}
 .login-btnregister{
            padding: 10px;
    background-color: #88296A;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    border: #88296a;
        }


.hot-sale .product-grid-one {
    display: flex;
    gap: 0px;
}

.hot-sale .product-card {
    border: 1px solid #eee;
    border-radius: 0px;
    background-color: #fff;
    padding: 15px;
    width: 300px;
    position: relative;
    text-align: center;
}

.hot-sale .discount-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #88296A;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    font-size: 15px;
    font-weight: 500;
}

.hot-sale .product-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 20px;
}

.hot-sale .product-card h4 {
    margin: 10px 0;
    font-size: 15px;
    color: #000;
}

.hot-sale .product-card p {

    color: #000;
}

/* tab */
.hot-sale .tabs {
    width: 100%;
}

.hot-sale .tab-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hot-sale .tab-btn {
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
    font-size: 17px;
}

.hot-sale .tab-btn:hover {
    background: #f9f9f9;
}

.hot-sale .tab-btn.active {
    color: #88296A;
}

.hot-sale .tab-content {
    display: none;
}

.hot-sale .tab-content.active {
    display: block;
}

.hot-sale .tab-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* accordian */
.hot-sale .accordion-section {
    max-width: 400px;
}

.hot-sale .accordion {
    background: none;
    border: none;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid #eee;
    position: relative;
}

.hot-sale .accordion::after {
    content: "▾";
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

.hot-sale .accordion.active::after {
    content: "▴";
}

.hot-sale .panel {
    display: none;
    padding: 0 10px 10px 10px;
}

/* hot sale ends */

/* footer */
footer {
    background-color: #fff;
    padding: 0px 95px;
}

footer .top-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px 10px;

}

footer .s-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .s-icons i {
    font-size: 16px;
    color: #88296A;
    background-color: #FBF3F6;
    padding: 16px;
    border-radius: 50px;
    border: 1px solid #B898A5;
}

footer .s-icons i:hover {
    background-color: #88296A;
    color: #fff;

}

footer .center-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px 0 40px;
}

footer h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer .center-footer .one {
    font-weight: 400;
}

footer .center-footer .two {
    font-weight: 500;
}

footer .center-footer p {
    margin-bottom: 10px;
    font-weight: 300;
}

footer .center-footer a {
    color: #000;
    font-weight: 500;
}

footer .center-footer .menus {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .center-footer .menus a {
    font-weight: 300;
}

footer .sec-one.two {
    margin-left: 200px;
}

footer .sec-one.three {
    margin-left: 150px;
}

footer .sec-one.one {
    margin-right: 80px;
}

footer .add1 {
    margin-bottom: 30px;
}

.bottom-footer {
    background-color: #88296A;
    padding: 15px;
}

.bottom-footer p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
}

.products-section .product-card i:hover {
    color: red !important;
}

.Featured-Projects .card-one i:hover {
    color: #88296A !important;
}

.product-actions a:hover {
    background-color: #88296A;
    color: #fff;
    border: none;
}

footer .center-footer .menus a:hover {
    color: #88296A;
}

.hot-sale .product-card:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);

}

/* .add-to-cart:hover {
    animation: cart-bounce 0.5s ease;
} */

.products-section .product-card img:hover {
    animation: cart-bounce 0.2s ease;
}

.product-lists .product-list img:hover {
    animation: cart-bounce 0.2s ease;
}

.product-grids img:hover {
    animation: cart-bounce 0.2s ease;

}

.product-actions {
    display: flex;
    align-items: center;
    gap: 5px;
}

.products-section .product-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    border: 1px solid #ddd;
    border-radius: 10px;

}

.products-section .product-card {
    border-right: 1px solid #ddd;
    padding: 15px;
    transition: transform 0.3s ease;
    margin: 10px 0;
}

/* search */

.search-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

#search-box button {
    background-color: #88296A;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 7px 10px;
}

#search-box {
    transition: all 0.3s ease;
}

#search-box input {
    padding: 8px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding: 10px 0;
    /* border-top: 1px solid #ccc; */
}

@keyframes cart-bounce {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* home page ends */

@media (max-width: 768px) {
    .nav-bar .hamburger {
        display: block;
    }

    .nav-bar .menu-items {
        display: none;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .nav-bar .menu-items a {
        margin: 10px 0;
        /* margin: 10px 0;
        border-bottom: 1px solid #ebebeb;
        WIDTH: 100%;
        text-align: center;
        margin-bottom: 10px; */
    }

    .nav-bar .icons {
        display: none;
    }

    .nav-bar .menu-items.show {
        display: flex;
    }

    .nav-bar .nav-data {
        padding: 0;
    }

    .top-nav {
        display: none;
    }

    /* .nav-bar .nav-data .icons {
        display: none;

    } */

    /* banner */
    .overlay-content {
        left: 5%;
        right: 5%;
        text-align: left;
        gap: 10px;
    }

    .overlay-content h2 {
        font-size: 18px;
    }

    .overlay-content p {
        font-size: 12px;
    }

    .features-home .f-one {
        padding: 30px 0;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .banner {
        margin: 0 10px;
    }

    .swiper {
        height: 45vh;
    }

    .overlay-content a {
        padding: 10px 30px;
        font-size: 14px;
    }

    .nav-bar .nav-data .logo {
        width: 80px;
    }

    .features-home .f-one img {
        width: 30px;
    }

    .top-categories .all-container {
        margin: 0 20px;
    }

    .top-categories .part {
        flex-direction: column;
    }

    .top-categories .product {
        padding: 15px;
        height: 334px;
        border-radius: 10px;

    }

    .top-categories .product.large {
        gap: 20px;
    }

    .top-categories .part-two {
        gap: 10px;
    }

    .top-categories .product .tag {
        font-size: 14px;
    }

    .top-categories .product h2 {
        font-size: 12px;
    }

    .products-section {
        margin: 0 20px;
    }

    .Featured-Projects .one img {
        display: none;
    }

    .Featured-Projects .product-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .Featured-Projects {
        background-color: #F9F9F9;
        padding: 10px 0px;
    }

    .Featured-Projects .category-tabs {
        gap: 10px;
    }

    .Featured-Projects .tab {
        font-size: 14px;
    }

    .product-lists .product-list img {
        width: 100px;
    }

    .Featured-Projects .product-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .Featured-Projects .card-one {
        padding: 10px;
        height: 100%;
    }

    .product-lists .card-title {
        font-size: 13px;
    }

    .old-price {
        font-size: 12px;
    }

    .new-price {
        font-size: 14px;
    }

    .promo-banner {
        padding: 20px;
        margin: 20px;
    }

    .promo-banner .promo-text h2 {
        font-size: 24px;
    }

    .promo-banner .promo-text p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .promo-banner .shop-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .promo-banner .promo-image img {
        width: 57%;
        margin-top: 30px;
    }

    .filter {
        margin: 10px;
    }

    .filter .sort-bar {
        width: 170px;
    }

    .filter-sidebar {
        width: 100px;
        padding: 20px 10px;
    }

    .filter .product-container {
        gap: 10px;
    }

    .filter .product-grids {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 10px;
    }

    .add-to-cart {
        font-size: 10px;
        padding: 6px;
    }

    .heart {
        font-size: 10px;
        padding: 6px 15px;
    }

    .forward {
        font-size: 10px;
        padding: 6px 15px;
    }

    .hot-sale {
        padding: 50px 5px;
    }

    .hot-sale .sidebar {
        display: none;
    }

    .hot-sale .tab-buttons {
        gap: 10px;
    }

    .hot-sale .tab-btn {
        font-size: 14px;
    }

    .section-head {
        font-size: 18px;
    }

    .filter .product-cards img {
        height: 70px;
    }

    .filter .product-cards {
        padding: 5px;
        height: 240px;
    }

    .filter .product-cards h4 {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .product-actions {
        flex-direction: column;
    }

    .price {
        margin-bottom: 5px;
    }

    /* footer */

    footer {
        padding: 0px 15px;
    }

    footer .top-footer {
        flex-direction: column;
        gap: 30px;
    }

    footer .center-footer {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    footer .sec-one.three {
        margin-left: 0px;
    }

    footer .sec-one.two {
        margin-left: 0px;
    }

    .filter-sidebar h3 {
        font-size: 12px;
    }

    .products-section .product-slider {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 12px;
        padding: 10px 0;
        border-radius: 8px;
    }

    .products-section .product-card {
        flex: 0 0 auto;
        min-width: 50%;
        scroll-snap-align: start;
    }

    .products-section .product-price {
        font-size: 16px;
    }

    .products-section .product-name {
        font-size: 13px;
    }

    .products-section .product-card img {
        width: 100px;
    }

    .top-categories .product.large h2 {
        font-size: 20px;
    }

    .product-grid-one {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 16px;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .hot-sale .product-card {
        width: 50%;
        flex: 0 0 auto;
        scroll-snap-align: start;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 10px;
    }

    .hot-sale .product-card img {
        width: 100px;
        height: auto;
        margin-bottom: 10px;
    }

    .hot-sale .product-card h4 {
        font-size: 14px;
    }

    .hot-sale .product-card p {
        font-size: 10px;
        margin-bottom: 10px;
    }


    .hot-sale .discount-tag {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }

    .sort-bar .dropdown-menu {
        min-width: 150px;
    }

    .icons {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        background-color: #88296A;
    }

    .icons a,
    .icons .search-box {
        flex: 1;
        text-align: center;
    }

    .icons img {
        height: 20px;
    }

    .icons a i {
        color: #fff;
    }

    .icons span {
        display: none;
    }

    #search-box {
        position: absolute;
        bottom: 50px;
        /* Show above nav */
        left: 10%;
        right: 10%;
        background: white;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 8px;
    }

    .search-box {
        display: unset;
        align-items: center;
        gap: 10px;
    }

    .promo-banner .promo-content {
        flex-direction: column-reverse;
    }

    footer .sec-one.one {
        margin-right: 0px;
    }

    .bottom-footer {
        padding: 8px;
    }

    footer h4 {
        font-size: 16px;
    }

    footer p {
        font-size: 14px;
    }

    footer a {
        font-size: 14px;
    }
}

/* home page media query ends  */

/* about us */
.about-page {
    background-color: #F7F7F7;
}

.about-page .a-page {
    padding: 80px 85px;
}

.about-page .a-page h2 {
    font-size: 16px;
    font-weight: 500;
    color: #88296A;
    margin-bottom: 30px;
}

.about-page .a-page h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;

}

.about-page .part-one img {
    width: 100%;
    height: 350px;
}

.about-page .part-two img {
    width: 93%;
    height: 350px;
}

.about-page .part-one {
    margin-bottom: 30px;
}

.about-page .part-two {
    margin-top: 30px;

}

.about-page .count {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.about-page .count-one h4 {
    font-size: 36px;
    color: #88296A;
    font-weight: 600;
}

.about-page p {
    font-size: 15px;
    line-height: 32px;
}

.about-page .data img {
    width: 15px !important;
    height: auto !important;
}

.about-page .data span {
    font-weight: 600;
}

@media (max-width: 768px) {
    .about-page .a-page {
        padding: 40px 15px;
    }

    .about-page .part-one img {
        margin-top: 20px;
        height: auto;
    }

    .about-page .part-two .images img {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }

    .features-home .f-one p {
        font-size: 14px;
    }

    .about-page .count p {
        font-size: 15px;
        line-height: 32px;
        font-weight: 500;
    }
}

/* about page ends */

/* catagories page */
.catagories-page {
    background-color: #F7F7F7;
    padding: 80px;
    text-align: center;
}

.catagories-page h6 {
    font-weight: 400;
    color: #88296A;
}

.catagories-page .cata-one {
    position: relative;
    /* background-image: url(images/cata-one.avif); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50vh;
    color: white;
    overflow: hidden;


}

.catagories-page .cata-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* semi-transparent black */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    opacity: 1;
}

.catagories-page .cata-one:hover::before {
    opacity: .5;
}

.catagories-page .cata-one p,
.cata-one .view-all {
    position: relative;
    z-index: 1;
}

.catagories-page .details p {
    font-size: 19px;
    font-weight: 500;
}

.catagories-page .view-all {
    color: white;
    text-decoration: none;
    background-color: #88296A;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 5px;
}

.catagories-page .view-all:hover {
    color: #88296A;
    background-color: #fff;
    border: 1px solid #88296A;
}

.catagories-page .cata-one.two {
    /* background-image: url(images/cata-two.avif); */
}

.catagories-page .cata-one.three {
    /* background-image: url(images/cata-three.avif); */
}

.catagories-page .products {
    margin: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.details {
    /* background: #ffffff; */
    padding: 20px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */

}

@media (max-width: 768px) {
    .catagories-page {
        padding: 20px;
    }

    .catagories-page .products {
        margin: 0px;
        grid-template-columns: 1fr;
    }

    .catagories-page .cata-one {
        height: 32vh;
    }

    .catagories-page .cata-one p {
        font-size: 16px;
    }

    .catagories-page .view-all {
        padding: 10px 10px;
        font-size: 11px;
    }

    .catagories-page h6 {
        margin-bottom: 20px;
    }

    .catagories-page .details p {
        font-size: 16px;
        font-weight: 500;
    }

    .product-info p {
        font-size: 14px;
    }

    .thumbnails {
        gap: 10px;
    }
}

/* catagories end */


/* whishlist-page */
.whishlist-page {
    background-color: #F7F7F7;
    padding: 80px;
}

.whishlist-product {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.stars {
    color: gold;
    font-size: 22px;
}

/* cartpage */
.cart-page {
    background-color: #F7F7F7;
    padding: 80px;
}

.cart-page .all {
    margin-top: 50px;
}

/* Details page */
.Details-page {
    background-color: #F7F7F7;
    padding: 80px;
}

.contact-page {
    background-color: #F7F7F7;
    padding: 80px;
}

.contact-page a {
    color: #88296A;
}

.contact-page .one {
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
}

.contact-page p {
    font-size: 16px;
}

.contact-page span {
    font-size: 16px;
    font-weight: 500;

}

.contact-page .address {
    margin-right: 250px;
}

.contact-page .names {
    display: flex;
    align-items: center;

}

.contact-page .input-text input {
    border: 1px solid #c5c5c5;
    height: 50px;
    border-radius: 12px;
    width: 100%;

}

.contact-page .box textarea {
    width: 100%;
    border: 1px solid #c5c5c5;
    /* height: 50px; */
    border-radius: 12px;
    width: 100%;
}

.contact-page .box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    padding: 50px 30px;
    border-radius: 10px;
}

.contact-page .btns {
    text-align: center;
    background: #88296A;
    padding: 10px;
    border-radius: 5px;

}


.contact-page .btns a {
    color: #fff;
}

.contact-page .input-text input::placeholder {
    padding-left: 10px;
    font-size: 15px;
}

.contact-page .input-text textarea::placeholder {
    padding-left: 10px;
    font-size: 15px;
}


.contact-page .social-icons .icons-c a {
    font-size: 19px;
    color: #88296A;
    background-color: #FBF3F6;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #B898A5;
}

.contact-page .social-icons .icons-c {

    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-page .social-icons h4 {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .contact-page {
        padding: 20px 15px;
        text-align: center;
    }

    .contact-page .address {
        margin-right: 0px;
    }

    .social-icons .icons-c {
        gap: 10px;
        justify-content: center;
    }

    .social-icons .icons-c a {
        font-size: 16px;
        padding: 10px 14px;
    }

    .contact-page .box {
        gap: 15px;
        padding: 29px 17px;
        margin-top: 20px;
    }


}

/* products */
/* Desktop View */
.products-page {
    background-color: #F7F7F7;
    padding: 80px 180px;
}

.products-page h2 {
    font-size: 26px;
    color: #88296A;
    margin-bottom: 20px;
}

.products-page .para {
    line-height: 32px;
}

.products-page .product-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border-radius: 10px;
    padding: 20px 0;
}

.products-page .product-card {
    padding: 25px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    scroll-snap-align: start;
    min-width: 0;
    /* Prevents growing in flex scroll */
}

.products-page .product-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.products-page .product-name {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.products-page .product-price {
    font-size: 18px;
    color: #88296A;
    font-weight: 500;
    margin-bottom: 0;
}

.hr-line {
    border-bottom: 1px solid #ddd;
    margin: 10px;
    width: 100%;
}

.products-page .product-sub-name {
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 500;
}

/* Mobile View */
@media (max-width: 768px) {
    .products-page .product-slider {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 12px;
        padding: 10px 0 10px 16px;
        /* Add left padding so first item isn't hidden */
        -webkit-overflow-scrolling: touch;
    }

    .products-page .product-slider::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for a cleaner look */
    }

    .products-page .product-card {
        min-width: 220px;
        /* Ensure proper card width in scroll */
        flex: 0 0 auto;
        border: 1px solid #ddd;
        border-radius: 10px;
        background-color: #fff;
    }

    .products-page .para {
        line-height: 30px;
        font-size: 14px;
    }


    .products-page .product-name {
        font-size: 13px;
    }

    .products-page .product-price {
        font-size: 14px;
    }

    .products-page {
        padding: 20px;
    }

    .products-page h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

/* product-slider metal-dectoctor */
.product-slider.metal-dectoctor {
    grid-template-columns: repeat(3, 1fr);
}

.product-slider.metal-dectoctor .product-name {
    font-size: 18px;
    text-align: left;
    color: #88296A;
}

.product-slider.metal-dectoctor p {
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    color: #000;
}

.details-all {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

/* shop page ---------------------*/
.shop-page {
    /* background-color: #F7F7F7; */
    padding: 20px;
}

.shop-page h2 {
    margin-bottom: 30px;
}

.shop-page .order-table {
    overflow: hidden;
    min-width: 800px;

}

.shop-page .order-table-wrapper {
    /* width: 100%; */
    overflow-x: hidden;
}

.shop-page .order-header,
.order-row {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.shop-page .order-header {
    color: #88296A;
}

.shop-page .order-row .order-cell {
    font-size: 15px;
}

.shop-page .order-cell {
    flex: 1;
    text-align: center;
}

.shop-page .order-cell.image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.shop-page .order-cell.status {
    color: #008000;
    background: #00800024;
    border-radius: 10px;
    padding: 6px 0;
}

.shop-page .order-cell.cancel {
    color: #b40000;
    background: #b4000030;
    border-radius: 10px;
    padding: 6px 0;
}

.shop-page .order-cell.pending {
    color: #d3b300;
    background: #f4cf003d;
    border-radius: 10px;
    padding: 6px 0;
}

.shop-page .toggle-btn {
    cursor: pointer;
    font-size: 12px !important;
}

.shop-page .expanded-content {
    display: none;
    padding: 20px;
    background: #fff;
    /* border-top: 1px solid #eee; */
    border-radius: 10px;
    margin-top: 20px;
}

.shop-page .expanded {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.shop-page .expanded img {
    width: 150px;
    height: 150px;
    border-radius: 6px;
    object-fit: cover;
    padding: 10px;
}

.shop-page .shop-page .expanded-text {
    flex: 1;
}

.shop-page .expanded-text h4 {
    margin: 0 0 10px;
    font-size: 20px;
}

.shop-page .expanded-text p {
    margin: 5px 0;
    font-size: 15px;
}

.shop-page .expanded-text span {
    font-weight: 500;

}

.shop-page .expanded-text .Completed {
    color: #008000;
}

.shop-page .expanded-text .Pending {
    color: #b40000;
}

.shop-page .expanded-text .cancel {
    color: #d3b300;
}

/*  */
.shop-page .profile-details {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 85%;

}

.shop-page .profile-details img {
    width: 100px;
    height: 100px;
    border-radius: 91%;
    border: 1px solid #e3e3e3;
    margin: 20px 0;
}

.shop-page .profile-details h6 {
    font-size: 18px;
}

.shop-page .mail {
    color: #555;
    font-size: 14px;
}

.shop-page .names {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.shop-page .names h5 {
    margin-bottom: 0;
}

.shop-page .names a {
    color: #88296A;
}

.shop-page .shipping-address {
    text-align: left;

}

.shop-page .shipping-address h5 {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;

}

.shop-page .part-two {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-page .address {
    color: #555;
}

@media (max-width: 768px) {
    .shop-page {
        padding: 20px 0px;
        overflow-x: hidden;
    }

    .shop-page h2 {
        margin-bottom: 15px;
        text-align: center;
    }

    .order-cell.last {
        font-size: 0;
    }

    .shop-page .order-header {
        font-size: 14px;
    }

    .shop-page .order-table-wrapper {
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow-x: auto;
        margin: 0 10px;
    }

    .shop-page .order-table {
        min-width: 700px;
    }

    .shop-page .part-two {
        margin-top: 20px;
    }

    .shop-page .profile-details {
        width: 94%;
    }

}

/* profile-page*/
.profile-page {
    background-color: #F7F7F7;
    padding: 80px 180px;
}

.profile-page h2 {
    margin: 20px 0 50px 0;
    text-align: center;
}

.profile-page .profile-details {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* text-align: center; */
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;

}


.profile-page .profile-container {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-page .profile-container .profile-pic {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
    margin-bottom: 12px;
}

.profile-page .profile-container .camera-icon {
    position: absolute;
    bottom: 11px;
    right: 0;
    background-color: #88296A;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.profile-page .profile-container .camera-icon img {
    width: 14px;
    height: 14px;
}

.profile-page .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    border-bottom: 2px solid #ddd;
    padding: 15px;

}

.profile-page .data {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-page .hr-line {
    margin: 0px;
}

/* --------------------------------- */

.profile-page .forms-data {
    /* background-color: #fff; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* align-items: center; */
    border-radius: 10px;
}

.profile-page .form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.profile-page .form-group {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
}

.profile-page label {
    margin-bottom: 6px;
    font-weight: 500;
    color: #333;
}

.profile-page input {
    padding: 10px 12px;
    font-size: 16px;
    transition: border 0.3s ease;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
}

.profile-page input::placeholder {
    color: #ccc;
}

.profile-page input:focus {
    border-color: #88296A;
    outline: none;
}

.profile-page .form-submit {
    text-align: center;
}

.profile-page .form-submit button {
    background-color: #88296A;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.profile-page button:hover {
    background-color: #88296A;
}

.profile-page .image-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
    .profile-page .form-row {
        flex-direction: column;
    }

    .profile-page {
        padding: 10px;
    }

    .profile-page .forms-data {
        padding: 10px;
    }

    .profile-page label {
        font-size: 14px;
    }

    .profile-page input {
        font-size: 14px;
    }

    .profile-page input::placeholder {
        font-size: 13px;
        font-weight: 400;
    }

    .profile-page h2 {
        margin: 10px 0 15px 0;
        text-align: center;
        font-size: 18px;
    }

    .change-password {
        padding: 10px;
    }

    .change-password .error-message {
        font-size: 14px !important;
    }

    .change-password .password-rules li {
        font-size: 14px !important;
    }
}

/* login page */
.login-page {
    background-color: #F7F7F7;
    padding: 80px 180px;
}

.login-page .form-group input {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    width: 100%;
}

.login-page .form-group input::placeholder {
    margin-left: 5px;
}

.login-page .form-datas {
    padding-right: 50px;
    border-right: 1px solid #E5E5E5;
}

.login-page label {
    margin-bottom: 10px;
}

.login-page .form-group {
    margin-bottom: 20px;
}

.login-page .login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page .login-btn a {
    padding: 10px;
    background-color: #88296A;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.login-page .forget-password {
    margin-top: 20px;
    text-align: right;
}

.login-page .forget-password a {
    color: #000;
}

.login-page .login-data {
    text-align: center;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-direction: column;
    gap: 20px;
    padding-left: 40px;
}

.login-page .login-data a {
    background-color: #FFEA00;
    color: #88296A;
    padding: 10px;
    border-radius: 8px;
}

.login-page h3 {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .login-page {
        padding: 20px 15px;
    }

    .login-page .form-datas {
        padding-right: 10px;
    }

    .login-page .login-data {
        gap: 0px;
        margin-top: 50px;
        padding-left: 0px;
    }

    .remove-btn {
        margin-left: 1px !important;
    }

    .whishlist-product {
        gap: 10px;
    }

    .btn:hover {
        background-color: #000000;
        color: #fff;
    }
}

.login-btns {
    background-color: #88296A;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 13px;
}

.login-btns:hover {
    background-color: #000;
    border: 1px solid #88296A;
}

/*  */
.buynow-page {
    background-color: #F7F7F7;
    padding: 80px 180px;
}

.buynow-page input {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    width: 50%;
    padding-left: 10px;
}

.buynow-page textarea {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    width: 50%;
    padding-left: 10px;

}

.buynow-page select {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px
}


.buynow-page h3 {
    font-size: 18px;
    color: #88296A;
    margin: 40px 0;
}

.buynow-page h4 {
    font-size: 20px;
    color: #88296A;
    margin: 30px 0;
}

.buynow-page .c-btn {
    background-color: #88296A;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    padding-top: 20px;
    width: fit-content;
}

.buynow-page .c-btn:hover {
    background-color: #fff;
    color: #88296A;
    border: 1px solid #88296A;
}

.buynow-page .form-group {
    margin: 20px 0;
}

/*  */
.buynow-page .method {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    border: 1px solid #88296a30;
    width: 40%;
    border-radius: 10px;
    background: #88296a0f;
    margin-bottom: 20px;
}

/*  */
.buynow-page .method-one {
    display: flex;
    align-items: center;
    gap: 20px;

}

.buynow-page .method-one p {
    margin-bottom: 0px;
    font-size: 24px;
}

.buynow-page .method-one i {
    font-size: 28px;
    color: #88296A;
}

.cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 768px) {
    .buynow-page {
        background-color: #F7F7F7;
        padding: 20px 10px;
    }

    .buynow-page input {
        width: 100%;
    }

    .buynow-page textarea {
        width: 100%;
    }

    .buynow-page select {
        width: 100%;
    }

    .buynow-page .method {
        width: 100%;
    }

    .buynow-page .method-one p {
        font-size: 20px;
    }

    .login-btns {
        background-color: transparent;
        color: #000000 !important;
        padding: 0;
    }

    .login-btns:hover {
        color: #88296A;
        border: none;
    }

    /*  */
}

.more-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 15px 0;
}

.more-btns a {
    border: 1px solid #88296a21;
    padding: 12px 20px;
    border-radius: 5px;
    color: #88296A;
    background-color: #88296a0d;

}

.more-btns a:hover {
    color: #fff;
    background-color: #88296A;
}

.more-btns i:hover {
    color: #fff !important;
}

/*  */
.tab-data {
    background: #fff;
}

/* --------------------------------- */
.icons .dropdown {
    position: relative;
    display: inline-block;
}

.icons .dropdown-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.icons .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    padding: 0px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    min-width: 180px;
    z-index: 100;
}

.icons .dropdown-menu a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
}

.icons .dropdown-menu a:hover {
    background-color: #88296A;
    color: #fff;
}

.icons .show {
    display: block;
}

/* ---------------------------------------------- */


.change-password .form-container {
    width: 100%;
    max-width: 500px;
}

.change-password .input-group {
    position: relative;
    margin-bottom: 20px;
}

.change-password .input-group input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    font-size: 14px;
    border-radius: 8px;
    border: 1.5px solid #ccc;
    outline: none;
}

.change-password .input-group input::placeholder {
    color: #555;
}

.change-password .input-group.invalid input {
    border-color: #88296A;
}

.change-password .input-group.valid input {
    border-color: #ccc;
}

.change-password .input-group .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    cursor: pointer;
}

.change-password .input-group.invalid .icon {
    color: #88296A;
}

.change-password .input-group.valid .icon {
    color: #ccc;
}

.change-password .error-message {
    color: #000;
    font-size: 17px;
    margin-bottom: 5px;
}

.change-password .password-rules {
    font-size: 15px;
    list-style: none;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 20px;
}

.change-password .password-rules li {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.change-password .password-rules li::before {
    content: "●";
    margin-right: 8px;
    font-size: 10px;
}



.change-password .btn {
    width: 100%;
    padding: 12px;
    background-color: #88296A;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.change-password .btn:hover {
    background-color: #88296A;
}

.change-password .forgot-link {
    margin-top: 12px;
    display: block;
    font-size: 13px;
    color: #88296A;
    text-align: right;
    text-decoration: none;
}

.change-password .forgot-link:hover {
    text-decoration: underline;
}

.profile-page .change-password h2 {
    margin: 20px 0 50px 0;
    text-align: left;
}

@media (max-width: 768px) {

    .more-btns a {
        padding: 6px 12px;
        font-size: 12px;
    }

    .top-categories .product.large {
        padding: 1.5rem;
    }
     .view-all {
        color: white !important;
        background: #88296A;
        padding: 7px 9px !important;
        font-size: 11px !important;
    }
    

}