body{padding-top:var(--header-offset, 122px);}.page-poppy-playtime-3-toys__hero-section{position:relative;width:100%;height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding-top:10px;}.page-poppy-playtime-3-toys__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;}.page-poppy-playtime-3-toys__hero-content{z-index:1;max-width:800px;padding:20px;background-color:rgba(0,0,0,0.6);border-radius:10px;}.page-poppy-playtime-3-toys__hero-title{font-size:3.5rem;margin-bottom:20px;line-height:1.2;}.page-poppy-playtime-3-toys__hero-subtitle{font-size:1.5rem;margin-bottom:30px;}.page-poppy-playtime-3-toys__cta-button{display:inline-block;background-color:#e74c3c;color:#fff;padding:15px 30px;border-radius:5px;text-decoration:none;font-size:1.2rem;font-weight:bold;transition:background-color 0.3s ease;}.page-poppy-playtime-3-toys__cta-button:hover{background-color:#c0392b;}.page-poppy-playtime-3-toys__section{padding:60px 20px;background-color:#f8f8f8;color:#333;text-align:center;}.page-poppy-playtime-3-toys__section--dark{background-color:#2c3e50;color:#eee;}.page-poppy-playtime-3-toys__section-title{font-size:2.5rem;margin-bottom:40px;color:#333;}.page-poppy-playtime-3-toys__section--dark .page-poppy-playtime-3-toys__section-title{color:#eee;}.page-poppy-playtime-3-toys__text-content{max-width:900px;margin:0 auto;line-height:1.7;font-size:1.1rem;}.page-poppy-playtime-3-toys__text-content p{margin-bottom:20px;}.page-poppy-playtime-3-toys__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:40px auto 0 auto;}.page-poppy-playtime-3-toys__grid-item{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.1);padding:30px;text-align:left;}.page-poppy-playtime-3-toys__grid-item--dark{background-color:#34495e;color:#eee;}.page-poppy-playtime-3-toys__grid-item-image{width:100%;height:250px;object-fit:cover;border-radius:8px;margin-bottom:20px;}.page-poppy-playtime-3-toys__grid-item-title{font-size:1.8rem;margin-bottom:15px;color:#e74c3c;}.page-poppy-playtime-3-toys__grid-item--dark .page-poppy-playtime-3-toys__grid-item-title{color:#f39c12;}.page-poppy-playtime-3-toys__grid-item-description{font-size:1rem;line-height:1.6;margin-bottom:20px;}.page-poppy-playtime-3-toys__link-button{display:inline-block;background-color:#e74c3c;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color 0.3s ease;}.page-poppy-playtime-3-toys__link-button:hover{background-color:#c0392b;}.page-poppy-playtime-3-toys__quick-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:40px;}.page-poppy-playtime-3-toys__quick-link-item{background-color:#f39c12;color:#fff;padding:15px 25px;border-radius:5px;text-decoration:none;font-weight:bold;font-size:1.1rem;transition:background-color 0.3s ease;}.page-poppy-playtime-3-toys__quick-link-item:hover{background-color:#e67e22;}.page-poppy-playtime-3-toys__faq-container{max-width:900px;margin:40px auto;}.page-poppy-playtime-3-toys__faq-item{background-color:#fff;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 10px rgba(0,0,0,0.05);}.page-poppy-playtime-3-toys__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;user-select:none;background-color:#ecf0f1;border-radius:8px;transition:background-color 0.3s ease;}.page-poppy-playtime-3-toys__faq-question:hover{background-color:#e0e6e7;}.page-poppy-playtime-3-toys__faq-question h3{margin:0;font-size:1.2rem;color:#2c3e50;pointer-events:none;}.page-poppy-playtime-3-toys__faq-toggle{font-size:1.5rem;font-weight:bold;color:#e74c3c;transition:transform 0.3s ease;pointer-events:none;}.page-poppy-playtime-3-toys__faq-item.active .page-poppy-playtime-3-toys__faq-toggle{transform:rotate(45deg);}.page-poppy-playtime-3-toys__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-3-toys__faq-item.active .page-poppy-playtime-3-toys__faq-answer{max-height:2000px !important;padding:20px !important;opacity:1;}.page-poppy-playtime-3-toys__faq-answer p{margin-bottom:15px;font-size:1rem;color:#555;}.page-poppy-playtime-3-toys__blog-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:40px auto 0 auto;}.page-poppy-playtime-3-toys__blog-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.1);overflow:hidden;text-align:left;transition:transform 0.3s ease;}.page-poppy-playtime-3-toys__blog-card:hover{transform:translateY(-5px);}.page-poppy-playtime-3-toys__blog-card-image{width:100%;height:200px;object-fit:cover;}.page-poppy-playtime-3-toys__blog-card-content{padding:25px;}.page-poppy-playtime-3-toys__blog-card-title{font-size:1.5rem;margin-bottom:10px;line-height:1.3;}.page-poppy-playtime-3-toys__blog-card-title a{color:#2c3e50;text-decoration:none;transition:color 0.3s ease;}.page-poppy-playtime-3-toys__blog-card-title a:hover{color:#e74c3c;}.page-poppy-playtime-3-toys__blog-card-excerpt{font-size:0.95rem;color:#666;line-height:1.5;margin-bottom:15px;}.page-poppy-playtime-3-toys__blog-card-date{font-size:0.85rem;color:#999;}.page-poppy-playtime-3-toys__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:15px;z-index:1000;}.page-poppy-playtime-3-toys__floating-button{background-color:#e74c3c;color:#fff;border:none;border-radius:50px;width:60px;height:60px;font-size:0.9rem;font-weight:bold;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,0.2);display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;transition:background-color 0.3s ease;}.page-poppy-playtime-3-toys__floating-button:hover{background-color:#c0392b;}@media (max-width:1024px){.page-poppy-playtime-3-toys__hero-title{font-size:3rem;}.page-poppy-playtime-3-toys__hero-subtitle{font-size:1.3rem;}.page-poppy-playtime-3-toys__section-title{font-size:2rem;}.page-poppy-playtime-3-toys__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}}@media (max-width:768px){.page-poppy-playtime-3-toys__hero-section{height:500px;}.page-poppy-playtime-3-toys__hero-title{font-size:2.5rem;}.page-poppy-playtime-3-toys__hero-subtitle{font-size:1.2rem;}.page-poppy-playtime-3-toys__cta-button{padding:12px 25px;font-size:1.1rem;}.page-poppy-playtime-3-toys__section{padding:40px 15px;}.page-poppy-playtime-3-toys__section-title{font-size:1.8rem;margin-bottom:30px;}.page-poppy-playtime-3-toys__text-content{font-size:1rem;}.page-poppy-playtime-3-toys__grid{grid-template-columns:1fr;}.page-poppy-playtime-3-toys__grid-item{padding:20px;}.page-poppy-playtime-3-toys__grid-item-title{font-size:1.5rem;}.page-poppy-playtime-3-toys__quick-links{flex-direction:column;gap:15px;}.page-poppy-playtime-3-toys__quick-link-item{width:100%;max-width:300px;margin:0 auto;text-align:center;}.page-poppy-playtime-3-toys__faq-question{padding:15px;}.page-poppy-playtime-3-toys__faq-question h3{font-size:1.1rem;}.page-poppy-playtime-3-toys__faq-answer{padding:15px !important;}.page-poppy-playtime-3-toys__blog-cards{grid-template-columns:1fr;}.page-poppy-playtime-3-toys__blog-card-content{padding:20px;}.page-poppy-playtime-3-toys__blog-card-title{font-size:1.3rem;}.page-poppy-playtime-3-toys__floating-buttons{bottom:15px;right:15px;gap:10px;}.page-poppy-playtime-3-toys__floating-button{width:50px;height:50px;font-size:0.8rem;}.page-poppy-playtime-3-toys__list-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;}.page-poppy-playtime-3-toys__list-item{flex:1 1 calc(33.333% - 20px);box-sizing:border-box;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.05);text-align:left;}@media (max-width:768px){.page-poppy-playtime-3-toys__list-container{width:100% !important;max-width:100% !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-poppy-playtime-3-toys__list-item{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;padding:15px !important;}.page-poppy-playtime-3-toys__list-item h4{font-size:1.1rem;}.page-poppy-playtime-3-toys__list-item p{font-size:0.9rem;}.page-poppy-playtime-3-toys__image-wrapper{width:100% !important;max-width:100% !important;overflow:hidden !important;box-sizing:border-box !important;}.page-poppy-playtime-3-toys__image-wrapper img{max-width:100% !important;height:auto !important;}}