/*
Theme Name: Intima Bellissima
Theme URI: https://intimabellissima.com
Author: Intima Bellissima
Description: Custom WooCommerce theme for Intima Bellissima.
Version: 1.0
Text Domain: intima-bellissima
*/

:root {
    --ib-black: #111111;
    --ib-white: #ffffff;
    --ib-cream: #f7f4f0;
    --ib-beige: #d8c5b4;
    --ib-text: #171717;
    --ib-grey: #6f6f6f;
    --ib-border: #e5e2de;
}

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: var(--ib-white);
    color: var(--ib-text);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

body.home header.ib-header {
    z-index: 999998 !important;
}

body.home header.ib-header .ib-header-inner {
    position: relative !important;
}

body.home header.ib-header a.ib-logo,
body.home .ib-header .ib-header-inner .ib-logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%, -50%) !important;
    color: #ffffff !important;
    background: transparent !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: 2.5px !important;
    text-align: center !important;
    white-space: nowrap !important;
    z-index: 999999 !important;
    pointer-events: auto !important;
}

body.home .ib-header .ib-logo::before,
body.home .ib-header .ib-logo::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 768px) {
    body.home header.ib-header a.ib-logo,
    body.home .ib-header .ib-header-inner .ib-logo {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        width: auto !important;
        max-width: calc(100% - 120px) !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: translate(-50%, -50%) !important;
        color: #ffffff !important;
        font-size: 10px !important;
        line-height: 1 !important;
        font-weight: 600 !important;
        letter-spacing: 2.4px !important;
        text-align: center !important;
        white-space: nowrap !important;
        z-index: 999999 !important;
    }
}