.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;
}
.banner-image {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.action-buttons {
  display: flex !important;
  gap: 1rem !important;
}

/* Enquiry (WhatsApp) → first */
.action-buttons .pr-card-action-enquiry {
  order: 1;
}

/* Add → second */
.action-buttons .add-to-bag-button {
  order: 2;
}

/* Buy Now → third */
.action-buttons .buy-now-button {
  order: 3;
}
.whatsapp-enq-button-icon {
  color: #1a6e67 !important;
}
.pr-card-action-enquiry {
  border: 1px solid #1a6e67 !important;
}
@media (min-width: 768px) {
  .pr-card-action-enquiry {
    border: 1px solid #1a6e67 !important;
    height: 48px !important;
  }
}
.BannerCollection-component {
  max-width: 1480px !important;
  margin: auto !important;
}
