.page-playtime-toy-store { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-playtime-toy-store__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-playtime-toy-store__section { padding: 60px 20px; text-align: center; }.page-playtime-toy-store__section:nth-of-type(even) { background-color: #f0f0f0; }.page-playtime-toy-store__hero-section { background-color: #ffcc00; color: #fff; padding: 100px 20px 80px; text-align: center; position: relative; overflow: hidden; padding-top: 10px; }.page-playtime-toy-store__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-playtime-toy-store__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }.page-playtime-toy-store__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #fff; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }.page-playtime-toy-store__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #fff; }.page-playtime-toy-store__cta-button { display: inline-block; background-color: #e60000; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-playtime-toy-store__cta-button:hover { background-color: #cc0000; transform: translateY(-3px); }.page-playtime-toy-store__heading { font-size: 2.5em; margin-bottom: 40px; color: #333; }.page-playtime-toy-store__text-content { font-size: 1.1em; max-width: 800px; margin: 0 auto 30px; }.page-playtime-toy-store__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; }.page-playtime-toy-store__grid-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); padding: 30px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-playtime-toy-store__grid-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }.page-playtime-toy-store__grid-item-title { font-size: 1.5em; margin-bottom: 15px; color: #e60000; }.page-playtime-toy-store__grid-item-text { font-size: 1em; color: #555; }.page-playtime-toy-store__image-wrapper { margin-bottom: 20px; overflow: hidden; border-radius: 8px; }.page-playtime-toy-store__image { max-width: 100%; height: auto; display: block; border-radius: 8px; }.page-playtime-toy-store__product-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, box-shadow 0.3s ease; }.page-playtime-toy-store__product-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }.page-playtime-toy-store__product-image { width: 100%; height: 250px; object-fit: cover; display: block; }.page-playtime-toy-store__product-content { padding: 20px; }.page-playtime-toy-store__product-title { font-size: 1.4em; margin-bottom: 10px; color: #e60000; }.page-playtime-toy-store__product-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-playtime-toy-store__product-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; }.page-playtime-toy-store__product-button:hover { background-color: #e0b300; }.page-playtime-toy-store__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); padding: 25px; text-align: left; }.page-playtime-toy-store__promo-title { font-size: 1.6em; margin-bottom: 10px; color: #e60000; }.page-playtime-toy-store__promo-description { font-size: 1em; color: #555; margin-bottom: 20px; }.page-playtime-toy-store__security-item { display: flex; align-items: center; text-align: left; margin-bottom: 20px; }.page-playtime-toy-store__security-icon { width: 60px; height: 60px; margin-right: 20px; flex-shrink: 0; }.page-playtime-toy-store__security-text h3 { margin-top: 0; font-size: 1.4em; color: #333; }.page-playtime-toy-store__security-text p { margin-bottom: 0; font-size: 1em; color: #555; }.page-playtime-toy-store__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); overflow: hidden; text-align: left; }.page-playtime-toy-store__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-playtime-toy-store__blog-content { padding: 20px; }.page-playtime-toy-store__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #e60000; }.page-playtime-toy-store__blog-date { font-size: 0.85em; color: #888; margin-bottom: 10px; }.page-playtime-toy-store__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-playtime-toy-store__blog-button { display: inline-block; color: #e60000; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: color 0.3s ease; }.page-playtime-toy-store__blog-button:hover { color: #cc0000; }.page-playtime-toy-store__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; background-color: #fff; }.page-playtime-toy-store__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #ffe066; border-radius: 8px; transition: background-color 0.3s ease; }.page-playtime-toy-store__faq-question:hover { background-color: #ffd733; }.page-playtime-toy-store__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; }.page-playtime-toy-store__faq-toggle { font-size: 1.5em; font-weight: bold; color: #333; pointer-events: none; transition: transform 0.3s ease; }.page-playtime-toy-store__faq-item.active .page-playtime-toy-store__faq-toggle { transform: rotate(45deg); }.page-playtime-toy-store__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-playtime-toy-store__faq-item.active .page-playtime-toy-store__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-playtime-toy-store__faq-answer p { margin-bottom: 0; color: #555; font-size: 1em; }.page-playtime-toy-store__list-item { box-sizing: border-box; }.page-playtime-toy-store__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-playtime-toy-store__social-icons { display: flex; justify-content: center; gap: 20px; margin-top: 30px; }.page-playtime-toy-store__social-icon { width: 40px; height: 40px; transition: transform 0.3s ease; }.page-playtime-toy-store__social-icon:hover { transform: scale(1.1); }@media (max-width: 768px) { .page-playtime-toy-store__hero-title { font-size: 2.5em; }.page-playtime-toy-store__hero-subtitle { font-size: 1.2em; }.page-playtime-toy-store__heading { font-size: 2em; }.page-playtime-toy-store__section { padding: 40px 15px; }.page-playtime-toy-store__grid { grid-template-columns: 1fr; }.page-playtime-toy-store__grid-item, .page-playtime-toy-store__product-card, .page-playtime-toy-store__promo-card, .page-playtime-toy-store__blog-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; }.page-playtime-toy-store__faq-question { padding: 12px 15px; }.page-playtime-toy-store__faq-question h3 { font-size: 1.1em; }.page-playtime-toy-store__faq-answer { padding: 15px !important; }.page-playtime-toy-store__security-item { flex-direction: column; text-align: center; }.page-playtime-toy-store__security-icon { margin: 0 auto 15px; }.page-playtime-toy-store__security-text { width: 100%; }.page-playtime-toy-store__security-grid { grid-template-columns: 1fr; }img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }