.luxury-header {
    background-color: #ffffff;
}

.main-header {
    background-color: #ffffff;
}

.desktop-nav .no-scrollbar {
    overflow: scroll !important;
}

.search-icon svg {
    stroke: #1a6e67;
}

.account-popup svg {
    stroke: #1a6e67;
}

.icon-button svg {
    stroke: #1a6e67;
}

.mobile-menu-button svg {
    stroke: #1a6e67;
}

.mobile-header-icons svg {
    stroke: #1a6e67;
}

.collection-header {
    text-align: end;
}

.heading-title {
    text-align: center;
}

.shop-all-link {
    width: 100%;
    text-align: end;
}

.product-card-image-container {
    background-color: #ffffff;
}

.product-card-image-container:before {
    background-image: none;
}

.product-card-image-container .product-card-image.hover-image {
    object-fit: fill;
    width: 90%;
}

.product-card-image-container.has-hover-image:after {
    background-image: none;
}

.product-card-image {
    object-fit: contain;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    border: 1px solid gray;
    width: 90%; 
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.footer-logo h2 {
    font-size: 14px;
}
.product-card-image-container {
    background-color: #ffffff;
    /* border-top-left-radius: 160px; */
    border-top-left-radius: 140px;
    border-top-right-radius: 180px;
}
@media (max-width: 480px) {
    .logo-title h1 {
        font-size: 12px;
    }
}
.logo-title h1 {
    font-size: 15px;
}