
.dropdown-item {
    font-family: 'Marcellus', 'Roboto', 'sans-serif' !important;
    font-size: 12.4px;
    text-align: center;
}
.dropdown-item:hover {
    background-color: #28a745 !important;
    color: white !important;
}
.dropdown-menu {
    color:white !important;
}
svg{
    color:#28a745;
    
}
.nav-icon {
    position: relative;
}

.item-anchor  {
   
    font-size: 16.4px !important;
}
.item-anchor:hover {
    color: #131f13 !important;
    font-weight:600;
   
}


.btn-zoom {
  background: rgba(24, 122, 24, 0.6);
  border-radius: 50%;
  padding: 6px 8px;
  transition: 0.2s ease;
}

.btn-zoom:hover {
  background: rgba(0,0,0,0.85);
}

.image-holder img {
  transition: transform 0.3s ease;
}




.nav-icon:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background:#28a745; /* soft boutique pink */
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.nav-icon::after {
    opacity: 0;
}

.dropdown-item:hover {
    background-color: #28a745  !important;
    color: white !important;
}
.dropdown-menu {
    color:white !important;
}
.item-anchor  {
    font-family: 'Marcellus', 'Roboto', 'sans-serif' !important;
    font-size: 16.4px !important;
}
.btn-zoom {
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 6px 8px;
  transition: 0.2s ease;
}

.category-container {
    background: #fff;
}

.category-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
}

.product-card {
    display: block;
    background: #ffffff;
    padding: 15px;
    border-radius: 6px;
    text-decoration: none;
    color: #000;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.product-card:hover {
    background: #f8f9fa; /* soft boutique grey */
    border: 1px solid #dcdcdc; /* thin border */
    transform: translateY(-4px); /* subtle lift */
}

.product-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.product-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}

.product-price {
    font-size: 16px;
    font-weight: 700;
    color: #28a745; /* your boutique green */
}

/* Additional styles for the Tops and Blouses category */

.category-container{
     border-style: solid;
     color: rgb(43, 89, 156);
    border-radius: 16px;
    padding:30px;
}



.banner{
    max-height: 90%;
   
}
.element-title{
    color:#28a745 !important;
}

.fontStyle {
    font-family: 'Marcellus', 'Roboto', 'sans-serif' !important;
    font-size: 18.4px;
   
}
.fontStyles{
    font-family: 'Marcellus', 'Roboto', 'sans-serif' !important;
    font-size: 28.4px;
}
a {
      font-family: 'Marcellus', 'Roboto', 'sans-serif' !important;
    text-decoration: none !important;
    font-size: 22.4px;
}
.dropdown-item {
    font-size: 12.4px;
    text-align: center;

}

.dropdown-item:hover {
    background-color: #28a745 !important;
    color: white !important;
}
.dropdown-menu {
    color:white !important;
}
.item-anchor  {
   
    font-size: 16.4px !important;
}


.btn-zoom {
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 6px 8px;
  transition: 0.2s ease;
}

.btn-zoom:hover {
  background: rgba(0,0,0,0.85);
}

.image-holder img {
  transition: transform 0.3s ease;
}
