.page-all-cardboard-cutouts-poppy-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; } .page-all-cardboard-cutouts-poppy-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__container { padding: 10px; } } .page-all-cardboard-cutouts-poppy-playtime__hero-section { background-color: #e0f2f7; text-align: center; padding: 60px 20px; margin-bottom: 30px; border-radius: 8px; position: relative; overflow: hidden; } .page-all-cardboard-cutouts-poppy-playtime__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:abstract:1920x1080:geometric,pattern,playful]') no-repeat center center/cover; opacity: 0.1; z-index: 0; } .page-all-cardboard-cutouts-poppy-playtime__hero-content { position: relative; z-index: 1; } .page-all-cardboard-cutouts-poppy-playtime__hero-title { font-size: 3em; color: #2196f3; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__hero-title { font-size: 2em; } } .page-all-cardboard-cutouts-poppy-playtime__hero-description { font-size: 1.2em; color: #555; max-width: 800px; margin: 0 auto 30px auto; } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__hero-description { font-size: 1em; } } .page-all-cardboard-cutouts-poppy-playtime__section-title { font-size: 2.2em; color: #3f51b5; text-align: center; margin-bottom: 30px; padding-top: 20px; } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__section-title { font-size: 1.8em; } } .page-all-cardboard-cutouts-poppy-playtime__content-block { background-color: #fff; padding: 30px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__content-block { padding: 20px; } } .page-all-cardboard-cutouts-poppy-playtime__content-block h3 { font-size: 1.8em; color: #424242; margin-bottom: 15px; } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__content-block h3 { font-size: 1.4em; } } .page-all-cardboard-cutouts-poppy-playtime__image-wrapper { text-align: center; margin-bottom: 25px; } .page-all-cardboard-cutouts-poppy-playtime__image-wrapper img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__image-wrapper img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-all-cardboard-cutouts-poppy-playtime__list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__list { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } } .page-all-cardboard-cutouts-poppy-playtime__list-item { background-color: #e3f2fd; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; box-sizing: border-box; } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-all-cardboard-cutouts-poppy-playtime__list-item:hover { transform: translateY(-5px); } .page-all-cardboard-cutouts-poppy-playtime__list-item h4 { color: #1976d2; margin-top: 0; margin-bottom: 10px; font-size: 1.3em; } .page-all-cardboard-cutouts-poppy-playtime__cta-button { display: inline-block; background-color: #ff9800; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; margin-top: 20px; } .page-all-cardboard-cutouts-poppy-playtime__cta-button:hover { background-color: #f57c00; transform: translateY(-2px); } .page-all-cardboard-cutouts-poppy-playtime__gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__gallery { grid-template-columns: 1fr; } } .page-all-cardboard-cutouts-poppy-playtime__gallery-item { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; } .page-all-cardboard-cutouts-poppy-playtime__gallery-item img { width: 100%; height: 250px; object-fit: cover; display: block; } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__gallery-item img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-all-cardboard-cutouts-poppy-playtime__gallery-caption { padding: 15px; font-weight: bold; color: #424242; } .page-all-cardboard-cutouts-poppy-playtime__faq-section { margin-top: 40px; } .page-all-cardboard-cutouts-poppy-playtime__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); overflow: hidden; } .page-all-cardboard-cutouts-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #f1f8e9; color: #333; border-bottom: 1px solid #e0e0e0; transition: background-color 0.3s ease; user-select: none; } .page-all-cardboard-cutouts-poppy-playtime__faq-question:hover { background-color: #e8f5e9; } .page-all-cardboard-cutouts-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-all-cardboard-cutouts-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #4caf50; pointer-events: none; transition: transform 0.3s ease; } .page-all-cardboard-cutouts-poppy-playtime__faq-item.active .page-all-cardboard-cutouts-poppy-playtime__faq-toggle { transform: rotate(45deg); color: #f44336; } .page-all-cardboard-cutouts-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #f9fbe7; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-all-cardboard-cutouts-poppy-playtime__faq-item.active .page-all-cardboard-cutouts-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__faq-question { padding: 15px 18px; } .page-all-cardboard-cutouts-poppy-playtime__faq-question h3 { font-size: 1em; } .page-all-cardboard-cutouts-poppy-playtime__faq-answer { padding: 0 18px; } .page-all-cardboard-cutouts-poppy-playtime__faq-item.active .page-all-cardboard-cutouts-poppy-playtime__faq-answer { padding: 15px 18px !important; } } .page-all-cardboard-cutouts-poppy-playtime__final-cta { text-align: center; padding: 40px 20px; background-color: #2196f3; color: #fff; border-radius: 8px; margin-top: 40px; } .page-all-cardboard-cutouts-poppy-playtime__final-cta h2 { color: #fff; margin-bottom: 20px; font-size: 2.5em; } @media (max-width: 768px) { .page-all-cardboard-cutouts-poppy-playtime__final-cta h2 { font-size: 2em; } } .page-all-cardboard-cutouts-poppy-playtime__final-cta p { font-size: 1.1em; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; } .page-all-cardboard-cutouts-poppy-playtime__final-cta .page-all-cardboard-cutouts-poppy-playtime__cta-button { background-color: #ffc107; color: #333; } .page-all-cardboard-cutouts-poppy-playtime__final-cta .page-all-cardboard-cutouts-poppy-playtime__cta-button:hover { background-color: #ffb300; }