Step Through Ebikes with Throttle
A collection page of Himiway Bike
About
/* Step Through Throttle E-Bikes Collection */ .throttle-st-collection { padding: 1px 1px; background: #ffffff; } .throttle-st-container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; } /* Introduction Section */ .throttle-st-intro h2 { font-size: 2.2rem; color: #2d3436; margin-bottom: 1.5rem; text-align: center; font-weight: 700; line-height: 1.2; } .throttle-st-intro-text { max-width: 900px; margin: 0 auto 2.5rem; text-align: center; color: #555; line-height: 1.7; font-size: 1.05rem; } .throttle-st-value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-bottom: 3rem; } .throttle-st-value-card { background: #ffffff; padding: 1.5rem; border-radius: 8px; border: 1px solid #e5e5e5; transition: all 0.3s ease; } .throttle-st-value-card:hover { transform: translateY(-3px); box-shadow: 0 4px 20px rgba(220, 38, 38, 0.1); border-color: #dc2626; } .throttle-st-value-card h3 { margin-bottom: 0.8rem; font-size: 1.1rem; font-weight: 600; line-height: 1.4; color: #2d3436; } .throttle-st-value-card p { color: #666; line-height: 1.6; margin: 0; font-size: 0.95rem; } .throttle-st-value-card a { color: #dc2626; text-decoration: none; font-weight: 500; } .throttle-st-value-card a:hover { text-decoration: underline; } /* Products Section */ .throttle-st-products-section { margin-bottom: 3rem; } .throttle-st-products-section h3 { font-size: 2rem; color: #2d3436; text-align: center; margin-bottom: 2rem; font-weight: 700; } .throttle-st-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } .throttle-st-product-card { background: #ffffff; padding: 1.5rem; border-radius: 8px; border: 1px solid #e5e5e5; transition: all 0.3s ease; } .throttle-st-product-card:hover { transform: translateY(-3px); box-shadow: 0 4px 20px rgba(220, 38, 38, 0.1); border-color: #dc2626; } .throttle-st-product-title { margin-bottom: 0.8rem; font-size: 1.1rem; font-weight: 600; line-height: 1.4; } .throttle-st-product-title a { color: #2d3436; text-