/* =========================================================
   BUXA – upozornění na dovolenou dodavatele
   Kategorie + detail produktu + automatické zobrazení
   ========================================================= */

/* ---------------------------------------------------------
   AUTOMATICKÉ SKRYTÍ UPOZORNĚNÍ V KATEGORII
   JavaScript přidá třídu .is-active v nastaveném období
   --------------------------------------------------------- */

.buxa-holiday-notice.buxa-auto-notice {
    display: none !important;
}

.buxa-holiday-notice.buxa-auto-notice.is-active {
    display: block !important;
}


/* ---------------------------------------------------------
   ZÁKLADNÍ VZHLED RÁMEČKU
   --------------------------------------------------------- */

.buxa-holiday-notice,
#buxa-product-notice {
    box-sizing: border-box !important;
    display: block;
    width: 100% !important;

    margin: 18px 0 28px !important;
    padding: 17px 19px !important;

    border: 1px solid #e2a23a !important;
    border-left: 6px solid #d99016 !important;
    border-radius: 7px !important;

    background-color: #fffaf0 !important;
    background-image: linear-gradient(
        90deg,
        #fff8e8 0%,
        #fffdf8 100%
    ) !important;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;

    color: #4a4238 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    text-align: left !important;
}


/* ---------------------------------------------------------
   NADPIS UPOZORNĚNÍ
   --------------------------------------------------------- */

.buxa-notice__heading {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;

    width: 100% !important;
    margin: 0 0 9px !important;
    padding: 0 !important;

    color: #83520b !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.buxa-notice__heading strong,
.buxa-notice__heading span:not(.buxa-notice__icon) {
    margin: 0 !important;
    padding: 0 !important;

    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: 700 !important;
    line-height: inherit !important;
}


/* ---------------------------------------------------------
   KULATÁ IKONA S VYKŘIČNÍKEM
   --------------------------------------------------------- */

.buxa-notice__icon {
    box-sizing: border-box !important;
    display: inline-flex !important;
    flex: 0 0 28px !important;

    align-items: center !important;
    justify-content: center !important;

    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;

    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 50% !important;

    background-color: #d99016 !important;
    color: #ffffff !important;

    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
}


/* ---------------------------------------------------------
   TEXTOVÁ ČÁST
   --------------------------------------------------------- */

.buxa-notice__content {
    box-sizing: border-box !important;
    display: block !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.buxa-notice__content p,
#buxa-product-notice p {
    margin: 0 0 7px !important;
    padding: 0 !important;

    color: #4a4238 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    text-align: left !important;
}

.buxa-notice__content p:last-child,
#buxa-product-notice p:last-child {
    margin-bottom: 0 !important;
}


/* ---------------------------------------------------------
   ZVÝRAZNĚNÉ ČÁSTI TEXTU
   --------------------------------------------------------- */

.buxa-holiday-notice strong,
#buxa-product-notice strong {
    color: #3f382f !important;
    font-weight: 700 !important;
}

.buxa-nowrap {
    white-space: nowrap !important;
    color: #714500 !important;
    font-weight: 700 !important;
}


/* ---------------------------------------------------------
   DETAIL PRODUKTU – KOMPAKTNĚJŠÍ VARIANTA
   --------------------------------------------------------- */

#buxa-product-notice {
    margin: 15px 0 18px !important;
    padding: 14px 16px !important;

    border-left-width: 5px !important;
}

#buxa-product-notice .buxa-notice__heading {
    margin-bottom: 8px !important;
    font-size: 16px !important;
}

#buxa-product-notice .buxa-notice__content p,
#buxa-product-notice p {
    font-size: 14px !important;
    line-height: 1.55 !important;
}


/* ---------------------------------------------------------
   OCHRANA PŘED STYLY SHOPTET ŠABLONY
   --------------------------------------------------------- */

.buxa-holiday-notice div,
#buxa-product-notice div {
    box-sizing: border-box !important;
}

.buxa-holiday-notice a,
#buxa-product-notice a {
    color: #83520b !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

.buxa-holiday-notice a:hover,
#buxa-product-notice a:hover {
    text-decoration: none !important;
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media screen and (max-width: 991px) {
    .buxa-holiday-notice,
    #buxa-product-notice {
        margin: 16px 0 24px !important;
        padding: 15px 17px !important;
    }

    .buxa-notice__heading {
        font-size: 16px !important;
    }
}


/* ---------------------------------------------------------
   MOBILNÍ ZOBRAZENÍ
   --------------------------------------------------------- */

@media screen and (max-width: 767px) {
    .buxa-holiday-notice,
    #buxa-product-notice {
        width: 100% !important;

        margin: 14px 0 20px !important;
        padding: 14px !important;

        border-left-width: 4px !important;
        border-radius: 6px !important;

        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
    }

    .buxa-notice__heading {
        align-items: flex-start !important;
        gap: 8px !important;

        margin-bottom: 8px !important;

        font-size: 15px !important;
        line-height: 1.35 !important;
    }

    .buxa-notice__icon {
        flex-basis: 25px !important;

        width: 25px !important;
        min-width: 25px !important;
        max-width: 25px !important;

        height: 25px !important;
        min-height: 25px !important;
        max-height: 25px !important;

        font-size: 15px !important;
    }

    .buxa-notice__content p,
    #buxa-product-notice p {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    #buxa-product-notice {
        margin: 13px 0 16px !important;
        padding: 13px 14px !important;
    }
}


/* ---------------------------------------------------------
   VELMI MALÉ MOBILY
   --------------------------------------------------------- */

@media screen and (max-width: 420px) {
    .buxa-holiday-notice,
    #buxa-product-notice {
        padding: 12px 13px !important;
    }

    .buxa-notice__heading {
        font-size: 14px !important;
    }

    .buxa-notice__content p,
    #buxa-product-notice p {
        font-size: 13px !important;
    }
}/* CSS Document */
