
Cozy Holiday Delights Bag
.cta-container { display: flex; gap: 10px; /* Adjust spacing between buttons */ justify-content: center; /* Center the buttons */ flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */ } .cta-button { background-color: #dd644e; color: #fffded !important; /* Added !important to override any existing styles */ border: none; border-radius: 30px; padding: 10px 20px; font-size: 16px; cursor: pointer; text-align: center; display: inline-flex; align-items: center; text-decoration: none; transition: background-color 0.3s ease, transform 0.3s ease; } .cta-button img { margin-right: 8px; /* Adjust the spacing between the icon and text */ width: 30px; /* Adjust the size of the icon */ height: 30px; } .c