Sale!

Additional Cost Placeholder ($1) Discount

Original price was: $1.00.Current price is: $0.65.

SKU: US-5958968705211 Categories: ,

Description

Additional Cost Placeholder ($1)

To ensure your order reflects the additional amount requested, please adjust the quantity in your cart accordingly. You can do this by:

  • Clicking on the quantity box and entering the desired amount, or
  • Using the and + symbols next to the box.

For example, if we requested an extra $25, please add a quantity of 25 to your cart.

Additionally, kindly provide your order number or any identifying information so we can easily recognize your account. Thank you for your attention!

.quantity-adjustment-message {
max-width: 600px;
margin: 20px auto;
padding: 15px;
font-family: ‘Helvetica Neue’, Arial, sans-serif;
background-color: #f9f9f9; /* Light background for visibility */
border: 1px solid #ccc; /* Subtle border */
border-radius: 8px; /* Rounded corners */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
color: #333; /* Text color for readability */
}

.quantity-adjustment-message ul {
padding-left: 20px; /* Indentation for list items */
}

.quantity-adjustment-message p {
margin-bottom: 10px; /* Spacing between paragraphs */
line-height: 1.5; /* Improved line height for readability */
}

/* Responsive design adjustments */
@media (max-width: 600px) {
.quantity-adjustment-message {
padding: 10px; /* Adjust padding for smaller screens */
}
}