/* General styles for the page */.page-jeep-wrangler-jl-seats { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-jeep-wrangler-jl-seats__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-jeep-wrangler-jl-seats h1, .page-jeep-wrangler-jl-seats h2, .page-jeep-wrangler-jl-seats h3 { color: #2c3e50; margin-bottom: 20px; text-align: center; } .page-jeep-wrangler-jl-seats p { margin-bottom: 15px; text-align: center; } .page-jeep-wrangler-jl-seats__cta, .page-jeep-wrangler-jl-seats__quick-access-btn, .page-jeep-wrangler-jl-seats__product-cta, .page-jeep-wrangler-jl-seats__promo-cta, .page-jeep-wrangler-jl-seats__service-cta, .page-jeep-wrangler-jl-seats__blog-cta { 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; border: none; cursor: pointer; } .page-jeep-wrangler-jl-seats__cta:hover, .page-jeep-wrangler-jl-seats__quick-access-btn:hover, .page-jeep-wrangler-jl-seats__product-cta:hover, .page-jeep-wrangler-jl-seats__promo-cta:hover, .page-jeep-wrangler-jl-seats__service-cta:hover, .page-jeep-wrangler-jl-seats__blog-cta:hover { background-color: #c0392b; } /* Hero Section */ .page-jeep-wrangler-jl-seats__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 20px; /* Decorative padding below potential body padding-top */ background-color: #34495e; /* Fallback background */ } .page-jeep-wrangler-jl-seats__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .page-jeep-wrangler-jl-seats__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.6); } .page-jeep-wrangler-jl-seats__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-jeep-wrangler-jl-seats__hero-title { font-size: 3.2em; margin-bottom: 15px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jeep-wrangler-jl-seats__hero-description { font-size: 1.3em; margin-bottom: 30px; color: #eee; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } .page-jeep-wrangler-jl-seats__hero-cta { font-size: 1.1em; padding: 15px 35px; } /* Introduction Section */ .page-jeep-wrangler-jl-seats__introduction-section { background-color: #fff; padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-jeep-wrangler-jl-seats__introduction-title { font-size: 2.2em; margin-bottom: 30px; } .page-jeep-wrangler-jl-seats__introduction-text { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px auto; color: #555; } .page-jeep-wrangler-jl-seats__introduction-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; } .page-jeep-wrangler-jl-seats__feature-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; background-color: #fefefe; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 25px; transition: transform 0.3s ease; box-sizing: border-box; } .page-jeep-wrangler-jl-seats__feature-item:hover { transform: translateY(-5px); } .page-jeep-wrangler-jl-seats__feature-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 20px; min-width: 200px; min-height: 200px; } .page-jeep-wrangler-jl-seats__feature-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; } .page-jeep-wrangler-jl-seats__feature-description { color: #777; font-size: 0.95em; } /* Quick Access Section */ .page-jeep-wrangler-jl-seats__quick-access-section { background-color: #ecf0f1; padding: 50px 20px; text-align: center; } .page-jeep-wrangler-jl-seats__quick-access-title { font-size: 2em; margin-bottom: 30px; } .page-jeep-wrangler-jl-seats__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto; } .page-jeep-wrangler-jl-seats__quick-access-btn { font-size: 1em; padding: 12px 25px; min-width: 200px; text-align: center; } /* Products Section */ .page-jeep-wrangler-jl-seats__products-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-jeep-wrangler-jl-seats__products-title { font-size: 2.2em; margin-bottom: 40px; } .page-jeep-wrangler-jl-seats__product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-jeep-wrangler-jl-seats__product-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-jeep-wrangler-jl-seats__product-card:hover { transform: translateY(-7px); } .page-jeep-wrangler-jl-seats__product-image { width: 100%; height: 250px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-jeep-wrangler-jl-seats__product-name { font-size: 1.5em; margin: 20px 15px 10px; color: #2c3e50; } .page-jeep-wrangler-jl-seats__product-description { font-size: 0.95em; color: #777; padding: 0 15px 20px; margin-bottom: 0; } .page-jeep-wrangler-jl-seats__product-cta { margin-top: 15px; margin-bottom: 20px; } /* Promotions Section */ .page-jeep-wrangler-jl-seats__promotions-section { background-color: #f0f4f7; padding: 60px 20px; text-align: center; } .page-jeep-wrangler-jl-seats__promotions-title { font-size: 2.2em; margin-bottom: 40px; } .page-jeep-wrangler-jl-seats__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; } .page-jeep-wrangler-jl-seats__promo-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-jeep-wrangler-jl-seats__promo-card:hover { transform: translateY(-7px); } .page-jeep-wrangler-jl-seats__promo-image { width: 100%; height: 200px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-jeep-wrangler-jl-seats__promo-name { font-size: 1.5em; margin: 20px 15px 10px; color: #2c3e50; } .page-jeep-wrangler-jl-seats__promo-description { font-size: 0.95em; color: #777; padding: 0 15px 20px; margin-bottom: 0; } .page-jeep-wrangler-jl-seats__promo-cta { margin-top: 15px; margin-bottom: 20px; } /* Service Section */ .page-jeep-wrangler-jl-seats__service-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-jeep-wrangler-jl-seats__service-title { font-size: 2.2em; margin-bottom: 30px; } .page-jeep-wrangler-jl-seats__service-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px auto; color: #555; } .page-jeep-wrangler-jl-seats__service-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-bottom: 40px; } .page-jeep-wrangler-jl-seats__service-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); padding: 25px; box-sizing: border-box; } .page-jeep-wrangler-jl-seats__service-item-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; } .page-jeep-wrangler-jl-seats__service-item-text { color: #777; font-size: 0.95em; } /* FAQ Section */ .page-jeep-wrangler-jl-seats__faq-section { background-color: #ecf0f1; padding: 60px 20px; text-align: center; } .page-jeep-wrangler-jl-seats__faq-title { font-size: 2.2em; margin-bottom: 40px; } .page-jeep-wrangler-jl-seats__faq-container { max-width: 900px; margin: 0 auto; text-align: left; } .page-jeep-wrangler-jl-seats__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); overflow: hidden; } .page-jeep-wrangler-jl-seats__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #fefefe; border-bottom: 1px solid #eee; user-select: none; } .page-jeep-wrangler-jl-seats__faq-question-text { margin: 0; font-size: 1.1em; color: #2c3e50; pointer-events: none; } .page-jeep-wrangler-jl-seats__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; } .page-jeep-wrangler-jl-seats__faq-item.active .page-jeep-wrangler-jl-seats__faq-toggle { transform: rotate(45deg); } .page-jeep-wrangler-jl-seats__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-jeep-wrangler-jl-seats__faq-item.active .page-jeep-wrangler-jl-seats__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jeep-wrangler-jl-seats__faq-answer p { margin: 0; color: #555; text-align: left; } /* Blog Section */ .page-jeep-wrangler-jl-seats__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-jeep-wrangler-jl-seats__blog-title { font-size: 2.2em; margin-bottom: 40px; } .page-jeep-wrangler-jl-seats__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-jeep-wrangler-jl-seats__blog-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-jeep-wrangler-jl-seats__blog-card:hover { transform: translateY(-7px); } .page-jeep-wrangler-jl-seats__blog-image { width: 100%; height: 200px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-jeep-wrangler-jl-seats__blog-content { padding: 20px; } .page-jeep-wrangler-jl-seats__blog-post-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; text-align: left; } .page-jeep-wrangler-jl-seats__blog-excerpt { font-size: 0.9em; color: #777; margin-bottom: 20px; text-align: left; } .page-jeep-wrangler-jl-seats__blog-cta { font-size: 0.9em; padding: 10px 20px; float: right; } /* Responsive Adjustments */ @media (max-width: 1024px) { .page-jeep-wrangler-jl-seats__hero-title { font-size: 2.8em; } .page-jeep-wrangler-jl-seats__hero-description { font-size: 1.1em; } .page-jeep-wrangler-jl-seats__hero-cta { padding: 12px 30px; font-size: 1em; } .page-jeep-wrangler-jl-seats__introduction-title, .page-jeep-wrangler-jl-seats__products-title, .page-jeep-wrangler-jl-seats__promotions-title, .page-jeep-wrangler-jl-seats__service-title, .page-jeep-wrangler-jl-seats__faq-title, .page-jeep-wrangler-jl-seats__blog-title { font-size: 2em; } } @media (max-width: 768px) { .page-jeep-wrangler-jl-seats__hero-section { min-height: 400px; } .page-jeep-wrangler-jl-seats__hero-title { font-size: 2.2em; } .page-jeep-wrangler-jl-seats__hero-description { font-size: 1em; } .page-jeep-wrangler-jl-seats__hero-cta { padding: 10px 25px; font-size: 0.9em; } .page-jeep-wrangler-jl-seats__introduction-title, .page-jeep-wrangler-jl-seats__products-title, .page-jeep-wrangler-jl-seats__promotions-title, .page-jeep-wrangler-jl-seats__service-title, .page-jeep-wrangler-jl-seats__faq-title, .page-jeep-wrangler-jl-seats__blog-title { font-size: 1.8em; } .page-jeep-wrangler-jl-seats__feature-item, .page-jeep-wrangler-jl-seats__service-item { flex: 1 1 100%; max-width: 100%; } .page-jeep-wrangler-jl-seats__quick-access-links { flex-direction: column; } .page-jeep-wrangler-jl-seats__quick-access-btn { width: 100% !important; max-width: 100% !important; margin: 0 auto 10px auto !important; box-sizing: border-box !important; } .page-jeep-wrangler-jl-seats__product-grid, .page-jeep-wrangler-jl-seats__promo-grid, .page-jeep-wrangler-jl-seats__blog-grid { grid-template-columns: 1fr; } .page-jeep-wrangler-jl-seats__product-card, .page-jeep-wrangler-jl-seats__promo-card, .page-jeep-wrangler-jl-seats__blog-card { max-width: 100%; margin: 0 auto; } .page-jeep-wrangler-jl-seats__section { padding: 30px 15px; } .page-jeep-wrangler-jl-seats__faq-question { padding: 15px 20px; } .page-jeep-wrangler-jl-seats__faq-answer { padding: 0 20px; } .page-jeep-wrangler-jl-seats__faq-item.active .page-jeep-wrangler-jl-seats__faq-answer { padding: 15px 20px !important; } .page-jeep-wrangler-jl-seats__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-jeep-wrangler-jl-seats__blog-cta { float: none; display: block; width: fit-content; margin: 20px auto 0 auto; } /* Image responsiveness for all images */ .page-jeep-wrangler-jl-seats img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jeep-wrangler-jl-seats__hero-image-wrapper, .page-jeep-wrangler-jl-seats__feature-item, .page-jeep-wrangler-jl-seats__product-card, .page-jeep-wrangler-jl-seats__promo-card, .page-jeep-wrangler-jl-seats__blog-card { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-jeep-wrangler-jl-seats__hero-title { font-size: 1.8em; } .page-jeep-wrangler-jl-seats__hero-description { font-size: 0.9em; } .page-jeep-wrangler-jl-seats__introduction-title, .page-jeep-wrangler-jl-seats__products-title, .page-jeep-wrangler-jl-seats__promotions-title, .page-jeep-wrangler-jl-seats__service-title, .page-jeep-wrangler-jl-seats__faq-title, .page-jeep-wrangler-jl-seats__blog-title { font-size: 1.5em; } .page-jeep-wrangler-jl-seats__hero-cta { padding: 8px 20px; font-size: 0.8em; } .page-jeep-wrangler-jl-seats__feature-title, .page-jeep-wrangler-jl-seats__service-item-title { font-size: 1.2em; } .page-jeep-wrangler-jl-seats__product-name, .page-jeep-wrangler-jl-seats__promo-name { font-size: 1.3em; } .page-jeep-wrangler-jl-seats__faq-question-text { font-size: 1em; } }