/** Shopify CDN: Minification failed

Line 50:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
/* Full-width banner style */
/* General Banner Styles */


/* General Full-Width Banner Styles */
#iosBanner, #androidBanner {
    display: none;
    background-color: #c8def9;
    color: #181818;
    padding: 11px;
    text-align: center;
    font-family: Arial, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 4px #0003;
}

/* Text Styles */
#iosBanner p, #androidBanner p {
    font-size: 16px;
    margin: 0;
    padding-right: 30px; /* Space for close button */
}

/* Close Button */
#closeBtn, .install-banner-close {
    position: absolute;
    top: 11px;
    right: 11px;
    background: #ffffff2e;
    border: none;
    color: #000000;
    font-size: 20px;
    cursor: pointer;
    transition: color .2s;
    padding: 2px 7px;
}
}

#closeBtn:hover, .install-banner-close:hover {
    color: #cccccc;
}

/* Icon Image Styling */
#iosBanner img {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: 0 5px;
}

/* Responsive Adjustments */
@media (max-width: 480px) {
    #iosBanner p, #androidBanner p {
        font-size: 14px;
    }
    
    #closeBtn, .install-banner-close {
        font-size: 18px;
    }
}


/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width:1024px) {}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width:1024px) {}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width:767px){}

