.page-poppy-playtime-chapter-1-gift-shop { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-poppy-playtime-chapter-1-gift-shop__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-chapter-1-gift-shop__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-poppy-playtime-chapter-1-gift-shop__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-poppy-playtime-chapter-1-gift-shop__hero-section { background: linear-gradient(135deg, #2c3e50, #34495e); color: #fff; text-align: center; padding: 60px 20px; border-radius: 0; margin-bottom: 0; padding-top: calc(var(--header-offset, 122px) + 10px); }.page-poppy-playtime-chapter-1-gift-shop__hero-title { font-size: 3em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-poppy-playtime-chapter-1-gift-shop__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-poppy-playtime-chapter-1-gift-shop__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; margin: 10px; }.page-poppy-playtime-chapter-1-gift-shop__button:hover { background-color: #c0392b; transform: translateY(-2px); }.page-poppy-playtime-chapter-1-gift-shop__button--secondary { background-color: #3498db; }.page-poppy-playtime-chapter-1-gift-shop__button--secondary:hover { background-color: #2980b9; }.page-poppy-playtime-chapter-1-gift-shop__image-wrapper { text-align: center; margin: 20px 0; }.page-poppy-playtime-chapter-1-gift-shop__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-poppy-playtime-chapter-1-gift-shop__heading { font-size: 2.2em; color: #2c3e50; margin-bottom: 20px; text-align: center; }.page-poppy-playtime-chapter-1-gift-shop__heading--light { color: #ecf0f1; }.page-poppy-playtime-chapter-1-gift-shop__text-content { font-size: 1em; color: #555; text-align: justify; }.page-poppy-playtime-chapter-1-gift-shop__text-content--light { color: #bdc3c7; }.page-poppy-playtime-chapter-1-gift-shop__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-chapter-1-gift-shop__card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-poppy-playtime-chapter-1-gift-shop__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-poppy-playtime-chapter-1-gift-shop__card-image { width: 100%; height: 250px; object-fit: cover; }.page-poppy-playtime-chapter-1-gift-shop__card-content { padding: 20px; }.page-poppy-playtime-chapter-1-gift-shop__card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; }.page-poppy-playtime-chapter-1-gift-shop__card-description { font-size: 0.95em; color: #777; margin-bottom: 15px; }.page-poppy-playtime-chapter-1-gift-shop__quick-links-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }.page-poppy-playtime-chapter-1-gift-shop__quick-links-item { flex: 1 1 auto; max-width: 300px; }.page-poppy-playtime-chapter-1-gift-shop__quick-links-item a { display: block; background-color: #3498db; color: #fff; padding: 15px 20px; border-radius: 5px; text-decoration: none; text-align: center; font-weight: bold; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-1-gift-shop__quick-links-item a:hover { background-color: #2980b9; }.page-poppy-playtime-chapter-1-gift-shop__faq-list { list-style: none; padding: 0; margin-top: 30px; }.page-poppy-playtime-chapter-1-gift-shop__faq-item { background-color: #f0f0f0; margin-bottom: 10px; border-radius: 5px; overflow: hidden; transition: all 0.3s ease; }.page-poppy-playtime-chapter-1-gift-shop__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e0e0e0; cursor: pointer; user-select: none; font-weight: bold; color: #2c3e50; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-1-gift-shop__faq-question:hover { background-color: #d0d0d0; }.page-poppy-playtime-chapter-1-gift-shop__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-poppy-playtime-chapter-1-gift-shop__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-1-gift-shop__faq-item.active .page-poppy-playtime-chapter-1-gift-shop__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-chapter-1-gift-shop__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-poppy-playtime-chapter-1-gift-shop__faq-item.active .page-poppy-playtime-chapter-1-gift-shop__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-poppy-playtime-chapter-1-gift-shop__blog-card { text-align: left; }.page-poppy-playtime-chapter-1-gift-shop__blog-card-date { font-size: 0.85em; color: #999; margin-bottom: 5px; }.page-poppy-playtime-chapter-1-gift-shop__blog-card-link { text-decoration: none; color: inherit; }.page-poppy-playtime-chapter-1-gift-shop__blog-card-link:hover .page-poppy-playtime-chapter-1-gift-shop__card-title { color: #e74c3c; }.page-poppy-playtime-chapter-1-gift-shop__social-proof-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-chapter-1-gift-shop__social-proof-item { background-color: #f0f0f0; padding: 15px 20px; border-radius: 5px; text-align: center; flex: 1 1 auto; max-width: 250px; }.page-poppy-playtime-chapter-1-gift-shop__social-proof-item strong { display: block; font-size: 1.5em; color: #e74c3c; margin-bottom: 5px; }.page-poppy-playtime-chapter-1-gift-shop__social-proof-item span { font-size: 0.9em; color: #555; }.page-poppy-playtime-chapter-1-gift-shop__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-chapter-1-gift-shop__payment-logo { height: 50px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-poppy-playtime-chapter-1-gift-shop__payment-logo:hover { filter: grayscale(0%); opacity: 1; }.page-poppy-playtime-chapter-1-gift-shop__game-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-chapter-1-gift-shop__game-provider-logo { height: 80px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-poppy-playtime-chapter-1-gift-shop__game-provider-logo:hover { filter: grayscale(0%); opacity: 1; }.page-poppy-playtime-chapter-1-gift-shop__social-media-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-chapter-1-gift-shop__social-icon { height: 40px; width: 40px; object-fit: contain; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-1-gift-shop__social-icon:hover { transform: translateY(-3px); }@media (max-width: 768px) { .page-poppy-playtime-chapter-1-gift-shop__hero-title { font-size: 2.2em; }.page-poppy-playtime-chapter-1-gift-shop__hero-subtitle { font-size: 1em; }.page-poppy-playtime-chapter-1-gift-shop__button { padding: 10px 20px; margin: 8px; }.page-poppy-playtime-chapter-1-gift-shop__heading { font-size: 1.8em; }.page-poppy-playtime-chapter-1-gift-shop__grid { grid-template-columns: 1fr; }.page-poppy-playtime-chapter-1-gift-shop__card-image { height: 200px; }.page-poppy-playtime-chapter-1-gift-shop__quick-links-item { max-width: 100%; }.page-poppy-playtime-chapter-1-gift-shop__quick-links-item a { padding: 12px 15px; }.page-poppy-playtime-chapter-1-gift-shop__faq-question { padding: 12px 15px; }.page-poppy-playtime-chapter-1-gift-shop__faq-question h3 { font-size: 1em; }.page-poppy-playtime-chapter-1-gift-shop__faq-answer { padding: 0 15px; }.page-poppy-playtime-chapter-1-gift-shop__faq-item.active .page-poppy-playtime-chapter-1-gift-shop__faq-answer { padding: 15px !important; }.page-poppy-playtime-chapter-1-gift-shop__social-proof-item { max-width: 100%; }.page-poppy-playtime-chapter-1-gift-shop__payment-logo { height: 40px; }.page-poppy-playtime-chapter-1-gift-shop__game-provider-logo { height: 60px; }}