/** Shopify CDN: Minification failed

Line 35:33 Expected "}" to go with "{"

**/
/* Place any CSS overrides in this file. */

@media screen and (max-width: 767px) {
    .videoBackground .videoBox {
        padding: 100px 20px 80px !important;
    }
    .videoBackground .fullscreen-video-wrap {
        position: absolute !important;
        z-index: 1 !important;
    }
    .videoBackground .videoBoxInfo {
        padding: 10px !important;
    }
}

.banner__content .button {
    background: #ffd556; /* Button background color */
    border: 2px solid #000000; /* Button border color */
    color: #000000; /* Button text color */
}
 
/* Button hover effects */
.banner__content .button:hover {
    background: #f0c040; /* Button background color on hover */
    border-color: #ff9900; /* Button border color on hover */
    color: #ffffff; /* Button text color on hover */
}
 
/* Optional: Remove pseudo-element (if not already applied) */
.banner__content .button::after {