ADVENT CALENDAR
1 box : $112.00 (MSRP : $150.00) /* Product Blurb */ .product-blurb { font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; max-width: 700px; margin: 30px auto; color: white; line-height: 1.6; } .product-blurb h2 { text-align: center; font-size: 1.5rem; margin-bottom: 1rem; } .product-blurb strong { color: #ffcc66; /* gold accent */ } /* FAQ Styling */ .faq-container { font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; max-width: 700px; margin: 30px auto; color: white; } .faq-item { border-bottom: 1px solid #444; } .faq-question { background: none; border: none; outline: none; width: 100%; text-align: left; padding: 15px; font-size: 1rem; font-weight: bold; color: white; cursor: pointer; position: relative; transition: color 0.3s ease; } .faq-question:hover { color: #ccc; } .faq-question::after { con