/*
Theme Name: Atomic Science SEN
Text Domain: atomic-science-sen
Version: 1.0.0
Description: Single-page WooCommerce theme with ACF integration for Atomic Science SEN
Author: Henry Ruhl
*/

body::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg,
            #007bff 0%,
            #00c0ff 30%,
            #ff8c00 70%,
            #ff007b 100%);
    transform: skewY(-10deg) translateY(-50%);
    transform-origin: top left;
}

header,
main {
    position: relative;
}

.cfw-return-to-cart-link,
.return-to-cart,
a[href*="cart"],
#billing_state_field,
.cfw-module.billing h3 {
    display: none !important;
}

.cfw-breadcrumb-step a,
.garlic-auto-save {
    display: revert !important;
}

#galleryCarousel {
    padding: 0 60px;
}

#galleryCarousel .carousel-control-prev,
#galleryCarousel .carousel-control-next {
    background-color: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

#galleryCarousel .carousel-indicators {
    display: none;
}

@media (max-width: 767px) {
    #galleryCarousel {
        padding: 0 50px;
    }
}