html, body, .brx-body { overflow-x: hidden; width: 100%; } .animate-scrollup { opacity: 0; transform: translateY(50px); transition: all 0.8s ease-out; } .animate-scrollup.active { opacity: 1; transform: translateY(0); }  .delay-0.active { transition-delay: 0s; } .delay-1.active { transition-delay: 0.2s; } .delay-2.active { transition-delay: 0.4s; } .delay-3.active { transition-delay: 0.6s; } .bricks-rich-text a { color: #d10404 !important; text-decoration:underline; font-weight:bold !important; } .bricks-rich-text a:hover { color: #d10404 !important; } .woocommerce .button { background-color: #d10404;  color: #fff;  transition: background-color 0.3s ease;  } .woocommerce .button:hover { background-color: #a30303;  color: #fff;  } .product-documents-list { list-style-type: disc; padding-left: 20px; } .product-documents-list li { margin-bottom: 5px; } .responsive-spec-table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 16px; line-height: 1.5; border: 1px solid #ddd; } .responsive-spec-table th, .responsive-spec-table td { padding: 12px 15px; border: 1px solid #ddd; text-align: left; } .responsive-spec-table th { background-color: #f7f7f7; font-weight: 600; } @media screen and (max-width: 768px) { .responsive-spec-table { border: 0; } .responsive-spec-table thead { display: none; } .responsive-spec-table tr { margin-bottom: 1rem; display: block; border-bottom: 2px solid #ddd; } .responsive-spec-table td { display: block; text-align: right; padding-left: 50%; position: relative; } .responsive-spec-table td::before { content: attr(data-label); position: absolute; left: 15px; top: 12px; font-weight: bold; text-align: left; } } .brx-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; justify-content: center; }