/*
Theme Name: UKAZ Minimalist Luxury
Theme URI: https://qawmihaaat.store
Author: UKAZ Modest Fashion
Author URI: https://qawmihaaat.store
Description: An Apple-inspired ultra-minimalist, high-conversion WooCommerce theme built for Modest Fashion. Features fully admin-controlled hero banner/custom promotional banner switcher, featured product IDs selector, button controls, SMS OTP verification, and checkout coupon engine.
Version: 2.8.0
License: GNU General Public License v2 or later
Text Domain: ukaz-theme
*/

#cookie-law-info-again,
#cookie-law-info-bar,
.cli-modal-backdrop,
.cky-btn-revisit-wrapper,
.cky-consent-container,
div[class*="cookie"],
div[id*="cookie"],
div[class*="consent"],
div[id*="consent"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: -9999 !important;
}

@media (min-width: 768px) {
    .ukaz-floating-order-dock,
    #floatingCartPill {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}


/* UKAZ core layout hardening */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.ukaz-hero-shell {
    min-height: 0;
}

.ukaz-hero-media {
    min-width: 0;
}

.ukaz-hero-image {
    display: block;
    background: #f1f1f3;
}

@media (max-width: 767px) {
    .ukaz-hero-shell {
        border-radius: 24px !important;
    }

    .ukaz-hero-media {
        margin-top: 0;
    }
}

/* Prevent WordPress/WooCommerce content from creating accidental horizontal overflow. */
.wp-site-blocks,
.site,
main {
    max-width: 100%;
    overflow-x: clip;
}

.ukaz-cart-open {
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .ukaz-mobile-safe-area {
        padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
    }
}
