/* hotfix */


/* we're only adding "body" to increase specificity - don't add it in the production css */

@media (max-width: 375px) {
	body .filter-line-mobile { padding: .75rem; }	
}

body .hero-free-design-left a { background: #000; } /* just make this element have the .button class */

body .sample-header .sample-info legend { white-space: nowrap; }

body.is-iphone .sample-header .container { padding-top: 0 !important; }

body .form-new-design #btnCheckoutAsGuest { background-color: #000; }

body section.assembly:has(+ .assembly) { display: none; } /* hotfix hiding BILT on PDP */

body #rtaFooterNavNew .footer-klaviyo.desktop { max-width: 304px; margin-left: 0; padding: 10px 16px; }
body #rtaFooterNavNew .footer-klaviyo { background: none; }
body #rtaFooterNavNew .footer-klaviyo button[type=button] { padding-top: 3px !important; }
@media screen and (max-width: 60em) {
	body #rtaFooterNavNew .footer-klaviyo > div { margin-top: 0; padding-top: 0; }
    body #rtaFooterNavNew .footer-klaviyo {
        border: 1px solid var(--glob-light-border-color);
    }
}