/* Add custom CSS styles below */ 
a[aria-label="Open-menu"] {
    display: none;
}
.header-btn__icon.icon.sicon-search {
    display: none;
}

#product-670278866, #product-430130532 {
    background-color: #ddba83;    }





.flex.rtl\:space-x-reverse.space-x-2.items-end.justify-center {
    margin-top: 20px; /* Adjust the value as needed */
}
.product-card__content-wrapper {
  font-size: 1.2rem; /* Adjust for slightly larger font size */
  color: #000; /* Black font color */
}

.product-card__title a {
  color: #000; /* Ensure the link text is black */
  text-decoration: none; /* Optional: Remove underline for links */
}

.product-card__price h2,
.product-card__price h4,
.product-card__price .before-price {
  font-size: 1.2rem; /* Adjust the price text size */
  color: #000; /* Black font color */
}



.s-fast-checkout-button::part(widget-label) {
    color: #FF5733; /* Change this to your desired color */
}

.s-fast-checkout-button svg {
    fill: #FF5733; /* Change this to your desired color */
    
}

h4.total-price {
    color: red !important; /* Ensures the red color is applied */
    font-weight: bold !important; /* Ensures the text is bold */
    font-size: 1.2rem !important; /* Makes the text larger */
}