@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    font-family: Manrope, sans-serif;
    margin: 0;
    background: #fff;
    color: #000;
}

b,
strong {
    font-weight: 800;
}

a {
    color: #000;
    text-decoration: none;
}

.header {
    background: #FFFEEF;
}

h1.entry-title {
    text-align: center !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1440px;
    margin: 0 auto;
}

.menu {
    display: flex;
    gap: 20px;
    list-style: none;
}

.menu a {
    text-decoration: none;
    color: #111;
    text-transform: uppercase;
}

.products {
    display: flex;
    justify-content: space-around;
    padding: 30px;
    
}

.product_b {
    padding: 15px;
    width: 30%;
    text-align: center;
}

.woocommerce-LoopProduct-link {
    text-align: center;
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    text-align: center;
}

.old-price {
    text-decoration: line-through;
    color: #888;
}

.coming-soon {
    opacity: 0.6;
}

.slogan {
    padding: 30px;
    background: #eaeaea;
    text-align: center;
}

.banner {
    background: url(assets/img/slide.jpg) no-repeat center #111;
    background-size: cover;
}

.aboutus {
    background: url(assets/img/about_us.jpg) no-repeat center #111;
    background-size: cover;
}

.welcome {
    background: url(assets/img/about_us_footer.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
}

.bg_aboutus {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 50px;
    margin: 90px 0;
}

.bg_aboutus p {
    text-align: justify;
    text-align-last: justify;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 5px;
}

.bg_aboutus h1 {
    margin-bottom: 20px;
}

.min-vh-80 {
    min-height: 80vh !important;
}

.min-vh-100 {
    min-height: 110vh !important;
}

.banner button {
    margin-top: 20px;
    padding: 10px 20px;
}

.free-shipping {

    text-align: center;
}

.marquee {
    overflow: hidden;
    /* ховаємо текст за межами контейнера */
    white-space: nowrap;
    /* всі слова в один рядок */
    box-sizing: border-box;
    width: 100%;
    background-color: #B12324;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}

.marquee span {
    display: inline-block;
    padding-right: 10px;
    /* відстань між повтореннями */
    animation: marquee 10s linear infinite;
}

/* Анімація руху тексту з права наліво */
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.free-line {
    background: #ffefef;
    text-align: center;
    height: 81px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.info {
    background-color: #FFFEEF;
}

.footer-links,
.footer-contact {
    margin-bottom: 10px;
}

.footer-links a {
    color: #eee;
    margin: 0 10px;
    text-decoration: none;
}

.entry-title {
    text-align: center !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #FFFEEF;
}

.read-more {
    width: 183px;
    height: 50px;
    background: #FFFEEF;
    padding: 15px 20px;
    color: #000;
    text-decoration: none;
    margin: 50px auto 0;
    display: block;
    box-shadow: 0 0 0 1px #000 inset;
}

.read-more:hover {
    background: #000;
    color: #FFF;
    box-shadow: 0 0 0 1px #FFFEEF inset;
}

.products .product_b img,
.attachment-woocommerce_thumbnail {
    border: 1px solid #000;
    max-width: 100%;
    height: auto;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100%;
}

.products .product_b h4 {
    font-size: 18px;
    padding: 15px 0 0 0;
}

a.button,
.add_to_cart_button,
.single_add_to_cart_button,
.added_to_cart {

    height: 50px !important;
    background: #000 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 16px 20px 15px 20px !important;
    margin: 0 auto !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
}

a.button:hover,
.add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.added_to_cart:hover {
    background: #FFFEEF !important;
    box-shadow: 0 0 0 1px #000 inset !important;
    color: #000 !important;
}

a.added_to_cart {
    margin-top: 5px !important;
}

.logos {
    background-color: #FFFEEF;
    padding: 20px 0;
}

.footer-up {
    background: url(assets/img/bg_un_footer.jpg) no-repeat center #111;
    background-size: cover;
    color: #fff;
    display: inherit;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
}

.footer1 {
    position: absolute;
    z-index: 3;
    width: 183px;
    left: 0;
    top: 100px;
    display: block;
}

.footer2 {
    position: absolute;
    width: 212px;
    left: 60px;
    z-index: 2;
    display: block;
    top: 200px;
}

.footer3 {
    position: absolute;
    z-index: 1;
    width: 216px;
    left: 110px;
    display: block;
    top: 60px;
}

.footer4 {
    position: absolute;
    z-index: 1;
    width: 316px;
    display: block;
    left: 0;
    bottom: 40px;
}


.footer5 {
    position: absolute;
    z-index: 2;
    width: 300px;
    display: block;
    right: 180px;
    top: 40px;
}

.footer6 {
    position: absolute;
    z-index: 1;
    width: 390px;
    display: block;
    right: 0;
    top: 200px;
}

.footer7 {
    position: absolute;
    z-index: 2;
    width: 320px;
    display: block;
    right: 220px;
    bottom: 40px;
}

.footer8 {
    position: absolute;
    z-index: 2;
    width: 180px;
    display: block;
    right: 10px;
    bottom: -70px;
}

.link {
    color: #fff;
    text-decoration: none;
    z-index: 5;
}

.page-id-61 .entry-title {
    display: none;
}

footer {
    background: #FFFEEF;
    color: #000;
    padding: 20px;
    text-align: center;
    padding-top: 50px;
}

footer.black {
    background: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
    padding-top: 50px;
}

footer ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

footer.black a {
    color: #fff;
}

footer ul li {
    list-style: none;
    text-transform: uppercase;
    display: block;
    width: 90%;
    text-align: left;
}

.support {
    border-top: 1px solid #000;
    margin-top: 20px;
    padding: 30px 0;
}

footer.black .support {
    border-top: 1px solid #fff;
}


.copy {
    padding: 30px 0;
}

.banner-2 {
    height: 253px;
    width: 100%;
    background: url(assets/img/bg_top.jpg) no-repeat center;
    display: block;
    background-size: cover;
}

.related.products,
.upsells.products,
.cross-sells,
.post-navigation {
    display: none !important;
}

.product_meta {
    clear: both;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 10px 4px 0 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000;
    font-size: 16px;
}

.wc-block-components-button__text,
.wc-block-components-button {
    background-color: green;
    color: #fff;
    font-weight: bold;
}

.wc-block-components-button {
    border: 1px solid #000;
    border-radius: 5px;
}

.mini_cart_item {
    list-style: none;
}

.cart-wrapper {
    position: relative;
    display: inline-block;
}

.custom-mini-cart {
    display: none;
    position: absolute;
    top: 70px;
    width: 700px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 15px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    border-radius: 0;
}


@media (min-width: 992px) {
    .navbar {
        z-index: 999999;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 110%;
    }

    .dropdown-menu {
        border: none;
        border-radius: 0;
    }
}

/* Адаптивність для мобільних пристроїв */
@media (max-width: 768px) {
    .menu a {
        text-decoration: none;
        color: #000;
        text-transform: lowercase;
        padding: 0;
        font-weight: bold;
        margin: 0;
    }

    .navbar-brand img {
        max-width: 140%;
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
    }

    header+section {
        padding-top: 50px;
    }

    .offcanvas {
        background: #fff;
        z-index: 99999999;
    }

    .navbar-toggler {
        border: none;
        color: #FFFEEF;
    }

    .menu li li a {
        font-weight: 100;
    }

    .navbar-nav .dropdown-menu {
        border: none;
        margin-top: 20px;
    }

    .footer8 {
        width: 140px;
    }

    footer .logo img {
        max-width: 100%;
    }

    footer .logo,
    footer .col-sm-8 {
        padding: 0;
    }

    #menu-footers {
        padding-left: 0;
    }

    .products {
        flex-direction: column;
        align-items: center;
    }

    .product_b .single_add_to_cart_button {
        width: 90%;
        margin-bottom: 20px;
    }

    .nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .banner h2 {
        font-size: 1.5em;
    }

    .banner button {
        width: 100%;
    }

    .logos .row {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .logos .row::-webkit-scrollbar {
        display: none;
    }

    .logos .col {
        flex: 0 0 auto;
        min-width: 150px;
    }
    .custom-mini-cart {
      position: absolute;
      top: 70px;
      width: 100%;
      background: #fff;
      border: 1px solid #ccc;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      z-index: 999;
      padding: 15px;
      right: 0;
    }
    .woocommerce-mini-cart__buttons{
     flex-direction: column; 
     justify-content: center;   
     align-items: center; 
    }
    .woocommerce-mini-cart__buttons a.button{
       margin: 10px auto !important; 
       height: auto;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        background-color:#fff;
    }
    a.inst{
        border: 1px solid #000;
        background: #FFFEEF;
        color: #000;
        display: inline-block;
        padding: 10px 15px;
        z-index: 999;
        position: relative;
    }
    .inst-img{
        position: absolute;
        margin-top: -285px;
    }
    .post-67{
        padding-bottom: 250px;
    }
}



@media (max-width: 991px) {
    .navbar-collapse {
        z-index: 1051 !important;
        position: absolute !important;
        top: 100%;
        left: 0;
        background-color: #FFFEEF;
        padding: 0 20px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;

    }
}

/* Додаткова адаптація для екранів до 480px */
@media (max-width: 480px) {


    .navbar-collapse {
        z-index: 1051 !important;
        position: absolute !important;
        top: 100%;
        left: 0;
        width: 100vw;
        background-color: #FFFEEF;
        padding: 0 20px;
    }

    .header {
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

    body {
        font-size: 16px;
    }

    .logo {
        font-size: 1.2em;
        margin: 20px 0;
    }

    footer ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .menu {
        width: 100%;
    }

    .menu li {
        margin-bottom: 10px;
    }

    .product_b .single_add_to_cart_button {
        padding: 10px;
        font-size: 0.95em;
    }

    .product_b h3 {
        font-size: 1em;
    }

    .product_b button {
        width: 100%;
        padding: 10px;
        font-size: 1em;
    }

    .slogan {
        font-size: 0.95em;
        padding: 20px 10px;
    }

    .banner h2 {
        font-size: 1.2em;
    }

    .banner button {
        padding: 10px;
        font-size: 1em;
    }

    .footer-links a {
        display: block;
        margin: 5px 0;
    }

    .free-shipping {
        font-size: 0.9em;
        padding: 5px;
    }

    .apple {
        display: none;
    }

    .lips {
        bottom: -190px !important;
        width: 30%;
    }

    .copy {
        padding: 0;
    }

}

.slogan_position {
    max-width: 100%;
    height: auto;
    display: block;
}

.slogan_text {
    text-align: right;
    font-family: "Manrope", sans-serif;
    color: #fff;
    font-size: 20px;
}

.slogan {
    background: #000;
    color: #fff;
}

.p-8 {
    padding: 8% 5%;
}

.text_description {
    font-family: "Manrope", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    text-align: justify;
    text-align-last: justify;
    position: relative;
}

.text_description b {
    font-weight: 600;
}

.apple {
    position: absolute;
    top: -240px;
    left: -65px;

}

.lips {
    position: absolute;
    bottom: -310px;
    right: 0px;
    z-index: 3;
}

.wp-block-product-new {
    display: none;
}

.woocommerce-mini-cart-item {
    display: flex;
    /* горизонтальне розташування */
    align-items: center;
    justify-content: flex-start;

}

.remove_from_cart_button {
    width: 25px !important;
    height: 25px !important;

}

.product-mini-card {
    width: 450px !important;
    display: flex !important;
    align-items: center;
}

a.product-mini-card img {
    width: 81px !important;
    margin-right: 10px;
}

.mini-cart-qty-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mini-cart-qty-wrap button {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.mini-cart-qty-wrap input.qty {
    width: 40px;
    text-align: center;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: inherit !important;
}

.woocommerce-info {
    border-top-color: #000;
}

.woocommerce-notices-wrapper {
    display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
    background-color: #000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
    border-radius:0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
    background: #FFFEEF;
    box-shadow: 0 0 0 1px #000 inset;
    color: #000;
}
.woocommerce-mini-cart__buttons{
    display: flex;
}
.woocommerce-mini-cart__total{
  text-align: right;
  padding-right: 50px;
}