/*!
Theme Name: amir
Theme URI: http://underscores.me/
Author: Evgenii
Author URI: http://Evgenii
Description: тема для сайту amir
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 5.6
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,900;1,900&display=swap');


@font-face {
    font-family: 'Oswald';
    src: local('Oswald Light'), local('Oswald-Light'),
        url('assets/fonts/oswald/Oswaldlight.woff2') format('woff2'),
        url('assets/fonts/oswald/Oswaldlight.woff') format('woff'),
        url('assets/fonts/oswald/Oswaldlight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: local('Oswald Regular'), local('Oswald-Regular'),
        url('assets/fonts/oswald/Oswaldregular.woff2') format('woff2'),
        url('assets/fonts/oswald/Oswaldregular.woff') format('woff'),
        url('assets/fonts/oswald/Oswaldregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: local('Oswald Medium'), local('Oswald-Medium'),
        url('assets/fonts/oswald/Oswaldmedium.woff2') format('woff2'),
        url('assets/fonts/oswald/Oswaldmedium.woff') format('woff'),
        url('assets/fonts/oswald/Oswaldmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: local('Oswald Bold'), local('Oswald-Bold'),
        url('assets/fonts/oswald/Oswaldbold.woff2') format('woff2'),
        url('assets/fonts/oswald/Oswaldbold.woff') format('woff'),
        url('assets/fonts/oswald/Oswaldbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --text: #3a3a3a;
    --black: #000;
    --white: #fff;
    --green: #09164d;
    --brown: #f23106;
    --rose: #c36;
    --yellow: #f2cb42;
    --light-gray: #e7e7e7;

    --transparent-black: rgba(0, 0, 0, 0.9);
}

.woocommerce table.shop_table td {
    max-width: 300px;
}

#order_review .product-name:after,
#order_review .cart-subtotal>th:after,
#order_review .woocommerce-shipping-totals>th:after,
#order_review .order-total>th:after {
    display: none;
}

.product-shop-info {
    margin-bottom: 10px;
}
.woocommerce .products .product .price {
	display:flex;
}
label[for="shipping_method_0_wcus_ukrposhta_shipping-9"] .woocommerce-Price-amount {
    display: none !important;
}

/* Делаем текст в label невидимым, но оставляем видимым цену */
label[for^="shipping_method_0_wcus_ukrposhta"] {
    font-size: 0;
}

.payment_method_mono_gateway label[for="payment_method_mono_gateway"] {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    /* Вирівнювання по лівому краю */
    gap: 8px;
    /* Відступ між текстом та картинкою */
}

.payment_method_mono_gateway label img {
    max-width: 100px;
    /* Щоб картинка не була занадто великою */
    margin-left: 0 !important;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woocommerce-additional-fields__field-wrapper {
    display: block !important;
}

label[for^="shipping_method_0_wcus_ukrposhta"]::before {
    content: "УкрПошта: (від 50грн) ";
    /* Пишем текст без двоеточия */
    font-size: 14px;
    /* Укажите ваш размер шрифта */
    font-family: 'Oswald', sans-serif;
    margin: 0;
    padding: 0;
    opacity: 1;
    overflow-x: hidden;
    line-height: 22px;
    font-weight: 600;

    font-size: 16px;
    color: var(--text);
}

.woocommerce ul#shipping_method li label {
    display: inline;
    height: 24px;
}

.woocommerce-form-login-toggle {
    display: none;

}

label[for^="shipping_method_0_wcus_ukrposhta"] .woocommerce-Price-amount {
    font-size: 14px;
}

.custom-logo {
    width: 200px;
}

@media (max-width: 767px) {
    label[for^="shipping_method_0_wcus_ukrposhta"]::before {
        font-weight: 400;
    }
	li.menu-profile a {
		height: 20px !important;
	}
}

.amir-member-price-wrap {
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: flex-end;

}

.alg-wc-alfs-progress-bar {
    background-color: #032b85 !important;
}

#recipient_last_name_field {
    width: 100%;
}

.different-recipient-fields {
    display: flex;
    flex-direction: column;
}

.shop-wrap .content-wrap.content-shop {

    display: flex;
    flex-direction: column;
}


* {
    box-sizing: border-box;
    outline: none !important;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    padding: 0;
    opacity: 1;
    overflow-x: hidden;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    line-height: normal;
}

h1.entry-title:not(.product_title) {
    font-size: 45px;
    text-transform: uppercase;
    color: #09164d;
}

h1.woocommerce-products-header__title {
    font-size: 40px;
    line-height: 40px;
    color: #09164d;
    text-align: center;
}

h2 {
    font-size: 32px;
    color: #f23106;
    text-transform: uppercase;
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item {
    border-color: #09164d !important;
    width: 20%;
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item:hover,
.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item.selected {
    background: #09164d !important;
    border-color: #09164d !important;
}


body.home h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 35px;
}

h2.green {
    color: #09164d;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 22px;
}

.container {
    margin: 0 auto;
    display: block;
    width: 1200px;
}

a {
    color: #09164d;
    font-weight: 400;

    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.button {
    background: #09164d;
    border: 1px solid #09164d;
    padding: 19px 53px;
    font-size: 16px;
    line-height: normal;
    color: var(--white);
    border-radius: 10px;
    padding: 10px;
}

a.button:hover {
    color: #09164d;
    background: var(--white);
}

header#masthead a.callback.button {
    height: 30px;
    padding: 0px 15px;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-wrap {
    margin-top: 10px;
}

a.button.form-submit {
    width: max-content;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 100px;
}

section.widget {
    margin-bottom: 50px;
}

section.widget.widget_wpc_sorting_widget {
    margin-bottom: 30px;
}

img {
    display: flex;
    max-width: 100%;
    height: auto;
}

svg {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

.post-thumbnail img {
    width: 100%;
}

form.default_form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

label {
    position: relative;
    display: flex;
}

input:not([type='radio'], [type='checkbox']) {
    width: 100%;
    padding: 8px 20px;

    display: inline-block;
    border: 1px solid #09164d;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    color: var(--text);
    font-weight: 400;
    font-size: 16px;
}

input[type='radio'],
input[type='checkbox'] {
    accent-color: #09164d;
}

/* 

input[type='checkbox'] {
    width: 20px;
    height: 20px;

    border: 2px solid #09164d;
    border-radius: 3px;

    -webkit-appearance: none;
    appearance: none;
    margin: 0 30px 0 0;
    flex: 0 0 auto;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
input[type='checkbox']:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
    background-color: transparent;
    color: #09164d;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 2px solid #09164d;
    border-radius: 3px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-sizing: border-box;
    transition: 120ms transform ease-in-out;
}
input[type='checkbox']:checked:before {
    transform: scale(1);
} */

textarea {
    border: 1px solid #09164d;
    border-radius: 10px;
    color: var(--text);
    font-family: 'Oswald', sans-serif;
    outline: none !important;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 20px;
    height: 100%;
}

input::-webkit-input-placeholder {
    font-family: 'Oswald', sans-serif;
    color: var(--text);
    font-weight: 400;
    font-size: 16px;
}

input::-moz-placeholder {
    font-family: 'Oswald', sans-serif;
    color: var(--text);
    font-weight: 400;
    font-size: 16px;
}

input:-ms-input-placeholder {
    font-family: 'Oswald', sans-serif;
    color: var(--text);
    font-weight: 400;
    font-size: 16px;
}

input:-moz-placeholder {
    font-family: 'Oswald', sans-serif;
    color: var(--text) !important;
    font-weight: 400;
    font-size: 16px;
}

textarea::placeholder {
    /* Modern browsers */
    font-family: 'Oswald', sans-serif;
    color: var(--text);
    font-weight: 400;
    font-size: 16px;
}

.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.grid-category-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hide_mobile {
    display: flex;
}

.show_mobile {
    display: none;
}

.hidden {
    display: none !important;
}

.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
    supported by Chrome, Opera and Firefox */
}

.top {
    position: fixed;
    bottom: 80px;
    right: -120px;
    background-color: #09164d;
    z-index: 995;
    border-radius: 50%;
    color: var(--white);
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.top i {
    color: var(--white);
}

.top:hover {
    opacity: 1;
}

.top.active {
    right: 20px;
}

.popup {
    background-color: var(--white);
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    width: 30%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup h2.form-info-text {
    font-size: 32px;
    margin-bottom: 15px;
}

.popup i.mfp-close {
    font-size: 14px;
    color: #fdfdfd;
    background-color: var(--black);
    font-family: 'Font Awesome 6 Pro';
    width: 24px;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* =========================================Style Start================================= */

header.site-header {
    background-color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin-bottom: 50px;
}

header.site-header.active {
    box-shadow: 0 0 15px 7px rgb(0 0 0 / 10%);
}

header.site-header.active .header-center {
    margin: 5px 0;
}

header.site-header .container {
    display: flex;
    align-items: center;
}

main.site-main {
    margin-top: 178.4px;
}

ul.menu,
ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.main-navigation {
    margin: 0 auto;
}

ul#primary-menu {
    display: flex;
    align-items: center;
}

ul#primary-menu>li {
    margin-right: 15px;
    position: relative;
    display: flex;
    flex-grow: 1;
}

ul#primary-menu>li:last-child {
    margin-right: 0;
}

ul#primary-menu li.menu-item-has-children>a:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 100;
    padding-left: 7px;
}

ul#primary-menu>li>a {
    color: #09164d;
    font-weight: 300;
    font-size: 18px;
    padding: 7px 10px;
    white-space: nowrap;
}

ul#primary-menu>li>a:hover,
ul#primary-menu>li.current-menu-item>a,
ul#primary-menu>li.current-menu-ancestor>a,
ul#primary-menu li.menu-item-has-children:hover>a {
    color: #f23106;
}

ul#primary-menu>li>a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #f23106;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul#primary-menu>li.current-menu-item>a:before,
ul#primary-menu>li.current-menu-ancestor>a:before,
ul#primary-menu>li>a:hover:before {
    width: 100%;
}

ul#primary-menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 170px;
    padding: 0;
    border-radius: 5px;
    background-color: var(--white);
    box-shadow: 0px 16px 40px 0px rgba(93, 102, 85, 0.25);

    opacity: 0;
    visibility: hidden;
    z-index: 3;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul#primary-menu li.menu-item-has-children:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

ul#primary-menu ul.sub-menu li {
    margin-bottom: 10px;
}

ul#primary-menu ul.sub-menu li:last-child {
    margin-bottom: 0;
}

ul#primary-menu ul.sub-menu a {
    color: #09164d;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 13px 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
    position: relative;
}

ul#primary-menu ul.sub-menu li.current-menu-item>a,
ul#primary-menu ul.sub-menu li:hover>a {
    color: #f23106;
    background-color: #f3f3f3;
}

/* ==============Home menu============= */

section.home-slider>.container {
    border-radius: 10px;
    overflow: hidden;
}

ul.main_categories_list {
    margin-top: 50px;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 16px 40px 0px rgba(85, 102, 84, 0.23);
}

ul.main_categories_list>li.home-cat {
    margin-bottom: 30px;
}

ul.main_categories_list>li.home-cat>a {
    color: #09164d;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

ul.main_categories_list>li.home-cat>a span {
    position: relative;
}

li.home-cat>a:hover,
li.home-cat>a:hover span {
    color: #f23106;
}

ul.main_categories_list>li.home-cat>a span:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #f23106;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.main_categories_list>li.home-cat>a:hover span:after {
    width: 100%;
}

img.main-cat-ico {
    width: 40px;
    margin-right: 10px;
}

ul.sub_categories_list {
    padding-left: 50px;
}

ul.sub_categories_list i {
    margin-right: 5px;
}

ul.sub_categories_list a {
    font-size: 15px;
    line-height: 30px;
    color: #f23106;
}

ul.sub_categories_list a:hover span,
ul.sub_categories_list a:hover {
    color: #09164d;
}

/* ==============Home menu============= */

/* ==============Menu hanburger============= */
html.active {
    overflow: hidden;
}

.sandwich {
    width: 30px;
    height: 20px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sandwich>span {
    position: relative;
    width: 30px;
    height: 2px;
    border: none;
    border-radius: 4px 4px 4px 4px;
    background-color: #09164d;
}

.sw-topper {
    top: 0;

    -webkit-transition: top 0.2s, -webkit-transform 0.5s;
    transition: top 0.2s, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
}

.sw-bottom {
    top: 7px;

    -webkit-transition: top 0.2s, -webkit-transform 0.5s;
    transition: top 0.2s, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.sw-footer {
    top: 15px;

    -webkit-transition: all 0.5;
    transition: all 0.5;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.sandwich.active>span {
    background: var(--white);
}

.sandwich.active .sw-topper {
    top: 9px;

    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
}

.sandwich.active .sw-bottom {
    top: 7px;

    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
}

.sandwich.active .sw-footer {
    opacity: 0;
    top: 0;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle_mnu {
    border: none;
    outline: none;
    width: 30px;
    height: 24px;
    margin-left: 40px;
    position: relative;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.toggle_mnu span {
    display: block;
}

.toggle_mnu.active {
    /* position: fixed;
	left: 132px;
    top: 75px; */
}

.top_mnu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--transparent-black);
    z-index: 995;
    top: 0;
    left: 0;
}

#mobile_wrap {
    height: 100%;
    width: 100%;
    padding: 50px 0;
    overflow-y: scroll;
}

.mobile-logo {
    max-width: 200px;
}

#mobile_wrap nav.main-navigation {
    flex: 0;
    margin: 0;
}

#mobile_wrap ul.menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile_wrap ul.menu>li {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
    position: relative;
    flex-direction: column;
}

#mobile_wrap ul.menu li a {
    display: flex;
    text-transform: uppercase;
    color: var(--white);
    position: relative;
    padding: 3px 0;
    font-size: 18px;
    font-weight: 300;
}

#mobile_wrap ul.menu>li>a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--white);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobile_wrap ul.menu>li:hover>a,
#mobile_wrap ul.menu>li.current-menu-item>a,
#mobile_wrap ul.menu li.menu-item-has-children:hover>a {
    background-color: transparent;
    border: none;
}

#mobile_wrap ul.menu>li:hover a:after,
#mobile_wrap ul.menu>li.current-menu-item a:after {
    width: 100%;
}

/* ========================SUBMENU========================= */

#mobile_wrap .toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#mobile_wrap .toggle-wrap>a {
    padding: 3px 10px 3px 0;
    white-space: nowrap;
    position: relative;
}

#mobile_wrap ul.menu>li.menu-item-has-children .menu-toggle {
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: -45px;
    top: 3px;
}

#mobile_wrap ul.menu li.menu-item-has-children .menu-toggle:after {
    content: '\f105';
    color: var(--white);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobile_wrap ul.menu li.menu-item-has-children.opened .menu-toggle {
    transform: rotate(90deg);
}

#mobile_wrap ul.menu ul.sub-menu {
    padding: 10px;
    margin: 0;
    list-style: none;
    opacity: 1;
    visibility: visible;
    position: static;
    display: none;
    transition: none;
    background-color: transparent;
    box-shadow: none;
}

#mobile_wrap ul.menu ul.sub-menu li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#mobile_wrap ul.menu li ul.sub-menu a {
    justify-content: center;
}

/* ========================SUBMENU========================= */

/* ==============Menu hanburger============= */
.header-info {
    color: #f23106;
}

.phone-dropdown {
    position: relative;
    margin-right: 10px;
}

.phone-number {
    padding: 0 10px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 10px;
    height: 30px;
    background-color: var(--white);
    color: #f23106;
    text-decoration: none;
    border: 1px solid #f23106;
    cursor: pointer;
}

.phone-list {
    position: absolute;
    top: calc(100% - 30px);
    left: 0;
    padding: 0;
    background-color: #f0f0f0;
    box-shadow: 0px 16px 40px 0px rgba(93, 102, 85, 0.25);
    border-radius: 10px;

    opacity: 0;
    visibility: hidden;

    z-index: 3;
    width: 100%;
    overflow: hidden;
}

.phone-dropdown:hover .phone-list {
    opacity: 1;
    visibility: visible;
}

.phone-list a {
    cursor: pointer;
    padding: 10px 0;
    letter-spacing: 1px;
    text-align: center;
    color: #f23106;
}

.phone-list a:hover {
    background-color: #f23106;
    color: var(--white);
}

.header-center {
    margin: 15px 0;
    width: 100%;
}

.header-center>div {
    flex: 1;
}

.site-branding {
    margin: 0 auto;
    max-width: 300px;
}

ul#cart-menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
    padding: 0;
}

ul#cart-menu>li,
ul#header-top-menu>li {
    margin-left: 40px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    position: relative;
}

ul#cart-menu>li:first-child,
ul#header-top-menu>li:first-child {
    margin-left: 0;
}

ul#cart-menu li a,
ul#header-top-menu li a {
    position: relative;
    color: var(--text);
}

li.menu-profile a {
    background-image: url('assets/images/user.svg');
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0px;
    width: 25px;
    height: 25px;
    display: inline-flex;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {

    max-width: 25px !important;
    max-height: 25px !important;
  
}
ul#cart-menu a.wishlist_products_counter.top_wishlist-custom img {
  
    margin: 0 !important;
}

.product-shop-image {
    margin: 0 0 0px;
    padding: 10px;
}

.product-shop-info {
    padding: 0 30px;
    width: 100%;
    flex-wrap: wrap;
    flex: 1 0 auto;
    opacity: 1;
    position: relative;
    z-index: 3;
}

.variations-warp {
    padding: 0 30px;
    position: static;
}

.woo-variation-swatches .variable-items-wrapper {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

body.single-product.woo-variation-swatches .variable-items-wrapper {
    justify-content: flex-start;
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item {
    width: 20%;
    padding: 0 5px;
    border-radius: 10px;
    font-size: 12px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    border-radius: 10px;
    padding: 0 15px;
}

.product-buttons {
    margin-top: auto;
    padding: 0 30px;
    width: 100%;
}

.product-buttons .tinv-wraper.tinv-wishlist {
    margin-left: 0;
}

a.wishlist_products_counter>span {
    display: flex;
}

a.wishlist_products_counter span.wishlist_products_counter_number {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -10px;
    right: -7px;
    font-size: 10px;
    line-height: 10px;
    color: var(--white);
    background: #f23106;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tinv-wraper.tinv-wishlist {
    margin-left: 15px;
}

a.buyOneClick {
    margin-left: 15px !important;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
    top: -1px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 30px;
    height: 30px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    font-size: 30px;
    position: static;
    margin-top: 0;
    margin-left: 0;
    color: #09164d;
}

.ordering_wrap {
    margin-bottom: 75px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul#cart-menu li a.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents-count {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -10px;
    right: -7px;
    font-size: 10px;
    line-height: 10px;
    color: var(--white);
    background: #f23106;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul#cart-menu li.languages-wrap,
ul#header-top-menu li.languages-wrap {
    width: max-content;
}

ul#cart-menu .wpml-ls-legacy-list-horizontal,
ul#header-top-menu .wpml-ls-legacy-list-horizontal {
    padding: 0;
}

.wpml-ls-legacy-list-horizontal>ul {
    display: flex;
    align-items: center;
}

ul#cart-menu li a.wpml-ls-link,
ul#header-top-menu li a.wpml-ls-link {
    color: #09164d;
}

ul#cart-menu li.wpml-ls-item a span,
ul#header-top-menu li.wpml-ls-item a span {
    position: relative;
}

ul#cart-menu li.wpml-ls-item a span:after,
ul#header-top-menu li.wpml-ls-item a span:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #09164d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul#cart-menu li.wpml-ls-item:hover a span:after,
ul#cart-menu li.wpml-ls-current-language a span:after,
ul#header-top-menu li.wpml-ls-item:hover a span:after,
ul#header-top-menu li.wpml-ls-current-language a span:after {
    width: 100%;
}

li.wpml-ls-last-item a.wpml-ls-link {
    padding-right: 0;
}

.header-search {
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
}

.toggle-search {
    cursor: pointer;
    display: flex;
}

.toggle-search i {
    font-size: 28px;
}

.header-search .search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: var(--transparent-black);
    z-index: 1000;
    color: var(--text);
}

.header-search-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 200px;
}

.header-search-inner>img {
    width: 250px;
    margin-bottom: 30px;
}

body div.asl_r.asl_w {
    box-shadow: 0 16px 40px 0 rgb(85 102 85 / 23%);
}

body div.asl_m .probox .proclose svg {
    background: #09164d;
}

body div.asl_w .probox .promagnifier .innericon svg {
    fill: #09164d;
}

body div.asl_w .probox div.asl_simple-circle {
    border: 2px solid #09164d;
}

i.close-search {
    color: var(--white);
    position: absolute;
    right: 30px;
    top: 60px;
    font-size: 30px;
    cursor: pointer;
}

.header-search .asl_w_container {
    width: 50%;
}

.header-search #ajaxsearchlite1 .probox,
div.asl_w .probox,
.header-search div.asl_m .probox .proinput input,
.header-search div.asl_w .probox .promagnifier {
    height: 50px;
}

.header-search div.asl_w .probox .proloading,
.header-search div.asl_w .probox .proclose,
.header-search div.asl_w .probox .promagnifier,
.header-search div.asl_w .probox .prosettings {
    width: 50px;
    height: 50px;
}

body div.asl_r {
    margin: 3px 0 0;
}

/* header.site-header.active .header-search .search-wrap {
    top: 55px;
} */

body div.asl_r .results .item .asl_content h3,
body div.asl_r .results .item .asl_content h3 a {
    color: var(--black);
}

body #ajaxsearchlite1 .probox .proinput input,
body div.asl_w .probox .proinput input {
    font-size: 18px;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-nav {
    position: absolute;
    top: calc(50% - 40px);
    left: -80px;
    right: -80px;
    display: flex;
    justify-content: space-between;
    height: 0;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent !important;
    border: 1px solid #09164d !important;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-nav button:hover {
    background-color: #09164d !important;
}

.owl-nav i {
    font-size: 30px;
    color: #09164d;
}

.owl-nav button:hover i {
    color: var(--white);
}

.variations-loop {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #3d3d3d;
}

.attr_name {
    margin-right: 20px;
}

.content-attribute {
    width: 18px;
    height: 18px;
    padding: 1px;
    margin-right: 10px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
}

footer.site-footer {
    background-color: #09164d;
    padding: 50px 0 30px;
    color: var(--white);
    margin-top: 50px;
}

footer.site-footer a {
    color: var(--white);
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
}

footer.site-footer a.social_item {
    font-size: 24px;
    margin-right: 7px;
    margin-bottom: 7px;
}

.footer-logo img {
    width: 100%;
    max-width: 160px;
    margin-bottom: 0px;
}

footer.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer.site-footer ul li a {
    position: relative;
}

footer.site-footer ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--white);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer.site-footer ul li:hover a:before б footer.site-footer ul li.current-menu-item a:before {
    width: 100%;
}

.result {
    font-weight: bold;
    color: #09164d;
}

.help-block.form-error {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 12px;
    color: var(--rose);

    -webkit-transform: translateY(calc(-50% + 5px));
    transform: translateY(calc(-50% + 5px));
}

form.comment-form {
    display: flex;
    flex-wrap: wrap;
}

form.comment-form p.comment-form-author,
form.comment-form p.comment-form-email {
    width: 49%;
}

form.comment-form p.comment-form-email {
    margin-left: 2% !important;
}

form.comment-form p.comment-form-comment,
form.comment-form p.form-submit {
    width: 100%;
}

.country-hide {
    display: none;
}

/*=====================QUANITY BUTTON=========================*/

.form-group--number {
    width: 175px;
    position: relative;
}

label.screen-reader-text {
    display: none;
}

.form-group--number button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    color: #3d3d3d;
    font-size: 30px;
    border: none;
    background: none;
}

.form-group--number button.down {
    left: 12px;
}

.form-group--number button.down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #09164d;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.form-group--number button.up {
    right: 12px;
}

.form-group--number button.up:before,
.form-group--number button.up:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #09164d;
}

.form-group--number button.up:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.form-group--number button.up:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.form-group--number .form-control {
    border: 1px solid #3d3d3d;
    height: 45px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #3d3d3d;
    background-color: transparent;
}

.form-group--number input {
    border-radius: 0;
}

/*=====================QUANITY BUTTON=========================*/

/*=====================CART SIDEBAR=========================*/
.mobile-sidebar-filter.is-active .side_menu_opa {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background-color: var(--transparent-black);
    z-index: 997;
}

.sidebar-filter {
    bottom: 0;
    top: 0;
    width: 330px;
    right: -400px;
    position: fixed;
    z-index: 99999;
    margin-left: 0;
    max-width: 95%;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-sidebar-filter.is-active .sidebar-filter {
    right: 0;
}

.sidebar-filter-inner {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--white);
    color: var(--black);
}

.side_menu_close {
    left: -45px;
    top: 10px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    width: 34px;
    height: 34px;
    font-size: 28px;
    color: var(--white);
    background-color: #09164d;
    z-index: 1;
}

.side_menu_close:hover {
    color: #09164d;
    background-color: var(--white);
}

.cart-items-wrap {
    padding: 30px 20px 10px 15px;
    height: 100%;
}

.woocommerce-mini-cart__total {
    margin-top: auto;
}

.widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    height: 90%;
}

.woocommerce-mini-cart__buttons.buttons a.button {
    width: 100%;
}

.woocommerce-mini-cart__buttons.buttons a.button.checkout {
    margin-top: 10px;
}

ul.woocommerce-mini-cart.loading {
    opacity: 0.3;
}

ul.woocommerce-mini-cart .form-group--number,
ul.woocommerce-mini-cart .form-group--number input.qty {
    width: 120px;
}

ul.woocommerce-mini-cart .form-group--number input.mini-cart-qty-input[readonly] {
    pointer-events: none;
    user-select: none;
}

.quanity-price-block {
    margin: 10px 0;
}

button.qty_button {
    cursor: pointer;
}

html.menu-active {
    overflow: hidden;
}

/*=====================CART SIDEBAR=========================*/

.page-banner-wrap {
    border-radius: 10px;
    height: 300px;
    margin-bottom: 50px;
    position: relative;

    box-shadow: 0px 16px 40px 0px rgba(93, 102, 85, 0.25);
    overflow: hidden;
}

h1.page-banner-title {
    color: #032b85;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    left: 30px;
    top: 40px;
}

.page-banner-wrap img {
    width: 100%;
    object-fit: cover;
    object-position: center right;
}

section.top-products .product {
    height: 100%;
}

.category-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.category-item:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
}

.category-item img {
    width: 100%;
    max-height: 195px;
    object-fit: cover;
}

h3.category-item-title {
    color: var(--white);
    position: absolute;
    left: 30px;
    top: 10px;
    font-size: 40px;
    font-weight: bold;
}

section.about {
    background-color: #09164d;
    padding: 50px 0;
    color: var(--white);
}

.about-wrap {
    margin-top: 20px;
}

.about-item-title {
    margin-bottom: 10px;
}

.about-item-title img {
    margin-right: 10px;
    max-width: 55px;
}

.about-item-title h4 {
    color: var(--white);
    margin-bottom: 0;
}

.instagram-wrap {
    padding: 10px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 16px 40px 0px rgba(85, 102, 85, 0.23);
}

a.instagram-item {
    border-radius: 10px;
    position: relative;
    height: 350px;
    overflow: hidden;
}

img.instagram-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.instagram-item-descr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    font-size: 18px;
    color: white;
    background-color: #032b858f;

    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.instagram-item:hover .instagram-item-descr {
    opacity: 1;
    visibility: visible;
}

.sidebar-wrap {
    width: 25%;
    margin-right: 50px;
}

.content-wrap {
    flex: 1;
}

.wpc-posts-found {
    display: none;
}

.wpc-filter-title {
    color: #09164d;
    font-size: 20px;
    font-weight: 300;
}

.wpc-filters-main-wrap .wpc-filter-has-hierarchy li.wpc-term-item label {
    align-items: center;
    flex-direction: row;
}

.wpc-filters-main-wrap li.wpc-term-item a {
    color: var(--text);
}

li.wpc-term-item .wpc-term-count {
    opacity: 1;
    font-size: 10px;
    font-weight: 400;
    color: #09164d;
}

.wpc-filters-main-wrap ul.children {
    padding-left: 0;
}

.sidebar-wrap .wpc-filters-main-wrap input[type='checkbox'],
.sidebar-wrap .wpc-filters-main-wrap input[type='radio'] {
    border: 1px solid #f23106;
}

.sidebar-wrap .wpc-filters-main-wrap .wpc-checkbox-item.wpc-term-disabled>div>input[type='checkbox'] {
    opacity: 1;
    border: 1px solid #09164d;
}

.sidebar-wrap .wpc-filters-main-wrap .wpc-checkbox-item.wpc-term-disabled>div>input[type='checkbox']:after {
    border-color: #09164d;
}

i.wpc-toggle-children-list:after,
i.wpc-toggle-children-list:before {
    background-color: #09164d;
}

.wpc-sorting-form {
    width: 100%;
}

.sidebar-wrap .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single,
.sidebar-wrap .wpc-sorting-form .select2-container--default .select2-selection--single {
    border-color: #09164d;
    border-radius: 10px;
}

.sidebar-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}

.sidebar-wrap .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    background-color: transparent;
}

.sidebar-wrap .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #09164d;
}

.sidebar-wrap .select2-container--default .select2-results>.select2-results__options {
    max-height: inherit;
}

.sidebar-wrap .select2-container--default.select2-container--open .wpc-filter-everything-dropdown.select2-dropdown {
    border-color: #09164d;
    border-radius: 0 0 23px 23px;
    overflow: hidden;
}

.sidebar-wrap .wpc-filters-main-wrap ul.wpc-filters-labels {
    display: flex;
    flex-wrap: wrap;
}

body .wpc-filters-main-wrap .wpc-term-item-content-wrapper label:hover .wpc-term-count,
body .wpc-filters-main-wrap input.wpc-label-input:checked+label .wpc-term-count {
    color: var(--white);
}

.sidebar-wrap .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
    width: 100%;
    border-radius: 10px;
}

.sidebar-wrap .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item:hover label {
    border: 1px solid #09164d;
}

.sidebar-wrap .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    width: 100%;
    padding: 7px 10px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.sidebar-wrap .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
    float: none;
    width: 25%;
    border-radius: 10px;
    font-size: 12px;
}

.attributes-wrap {
    margin-bottom: 15px;
}

.sidebar-wrap .wpc-filters-main-wrap .wpc-filters-widget-controls-container a {
    border-radius: 10px;
    color: var(--text);
}

.sidebar-wrap .wpc-widget-close-container .wpc-icon-html-wrapper {
    background: #09164d;
}

.sidebar-wrap .wpc-icon-html-wrapper span {
    background: var(--white);
}

.content-wrap .wpc-icon-html-wrapper span {
    background-color: var(--white);
}

body .content-wrap .wpc-filters-open-button-container a.wpc-filters-open-widget,
body .content-wrap .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    color: var(--white);
    background: #09164d;
    border: 1px solid #09164d;
    padding: 5px 30px;
    font-weight: 300;
    border-radius: 10px;
}

.free-delivery-wrap {
    margin-bottom: 15px;
}

.woocommerce-product-details__short-description {
    font-weight: 100;
}

.product .product_meta {
    display: flex;
    align-items: center;
}

.single-product .summary > .price,
.single-product .summary .woocommerce-variation-price {
    display: none !important;
}

.single-product .summary .amir-single-product-price-wrap {
    margin: 12px 0 18px;
}

.single-product .summary .amir-single-product-price-wrap .price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
    margin: 0;
}

.sku_wrapper {
    order: 1;
    margin-left: 15px;
}

.posts-wrap a.post-thumbnail {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.posts-wrap h2.entry-title {
    font-size: 24px;
    line-height: 32px;
}

body.single-post article.post img {
    border-radius: 10px;
}

.woo-variation-swatches .wvs-archive-variations-wrapper {
    position: static;
}

section.category-faq {
    margin-top: 60px;
}

.faq-wrap {
    margin-top: 30px;
}

.faq-item {
    border-radius: 10px;
    background-color: transparent;
    border-bottom: 1px solid rgb(222, 223, 225);
    margin-bottom: 15px;
}

.faq-item.opened,
.faq-item:hover {
    background-color: #09164d;
    color: var(--white);
    border-bottom: 1px solid transparent;
}

.faq-question {
    padding: 20px;

    font-size: 18px;
    line-height: 140%;
    cursor: pointer;
}

.faq-item.opened .faq-question {
    border-bottom: 1px solid rgb(222, 223, 225);
}

.faq-question h4 {
    margin-bottom: 0;
}

.faq-answer {
    padding: 20px;
    display: none;
}

svg.faq-arrow {
    margin-left: auto;
}

.faq-item.opened svg.faq-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.faq-item.opened svg.faq-arrow path,
.faq-item:hover svg.faq-arrow path {
    stroke: var(--white);
}

a.footer-developer {
    width: 120px;
    display: flex;
    align-items: center;
    margin: 15px 0 0;
}

/*=====================ADAPTIVE=========================*/
@media screen and (max-width: 1420px) {
    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 1024px;
    }

    .toggle_mnu {
        display: flex;
    }

    header.site-header .container>nav#site-navigation {
        display: none;
    }

    .popup {
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 960px;
    }

    .hide_mobile {
        display: none;
    }

    .show_mobile {
        display: flex;
    }

    ul#cart-menu>li.header-search,
    ul#cart-menu>li.menu-profile,
    ul#cart-menu>li.languages-wrap,
    .header-center>.header-info,
    .header-bottom {
        display: none;
    }

    .header-top {
        padding: 5px 0;
        background-color: #e7e7e7;
    }

    .header-top,
    .header-top .header-info {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .container {
        width: 720px;
    }

    h2,
    body.home h2,
    h1.entry-title:not(.product_title) {
        font-size: 32px;
    }

    section {
        margin-bottom: 30px;
    }

    header.site-header {
        margin-bottom: 15px;
    }

    main.site-main {
        margin-top: 138.39px;
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-category-3 {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        justify-content: center;
        flex-wrap: wrap;
    }

    .category-item {
        width: calc(50% - 15px);
    }

    .site-info {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .single_widget {
        width: 33%;
    }

    footer .single_widget.footer-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .footer-logo img {
        max-width: 350px;
    }

    .ordering_wrap {
        margin-bottom: 15px;
    }

    .woocommerce-cart-form__cart-item .quantity.form-group--number {
        display: flex;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .grid-3 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .about-wrap.grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    ul#cart-menu>li,
    ul#header-top-menu>li {
        width: 20px;
        height: 20px;
        margin-left: 20px;
    }

    .toggle_mnu {
        margin-left: 25px;
    }

    .header-search .asl_w_container {
        width: 80%;
    }

    body div.asl_r.asl_w {
        border-radius: 20px !important;
    }

    .header-search #ajaxsearchlite1 .probox,
    div.asl_w .probox,
    .header-search div.asl_m .probox .proinput input,
    .header-search div.asl_w .probox .promagnifier {
        height: 40px;
    }

    .header-search div.asl_w .probox .proloading,
    .header-search div.asl_w .probox .proclose,
    .header-search div.asl_w .probox .promagnifier,
    .header-search div.asl_w .probox .prosettings {
        width: 40px;
        height: 40px;
    }

    body #ajaxsearchlite1 .probox .proinput input,
    body div.asl_w .probox .proinput input {
        font-size: 16px;
    }

    .page-banner-wrap {
        height: auto;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    h1.page-banner-title {
        font-size: 40px;
        line-height: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    tr.wishlist_item {
        border: 1px solid #09164d;
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        border-radius: 20px;
        width: 100%;
    }

    .tinv-wishlist table td,
    .tinv-wishlist table th {
        padding: 5px;
    }

    .sidebar-wrap {
        display: block;
        /* Раніше було display: none; що приховувало мій фільтр */
        width: 100%;
        margin-bottom: 20px;
    }

    .wpc-filter:not(.amir-filter-wrap) {
        display: none !important;
        /* Приховуємо старі віджети, якщо вони там є */
    }

    .wpc_show_bottom_widget .wpc-filters-open-button-container {
        margin-top: 0;
        display: block;
    }

    a.instagram-item {
        height: 250px;
    }

    .product-shop-info,
    .variations-warp,
    .product-buttons {
        padding: 0 10px;
    }

    .tinv-wishlist .tinvwl-table-manage-list .product-remove {
        padding: 5px;
    }

    .popup {
        width: 95%;
        border-radius: 20px;
        padding: 20px;
    }

    .popup i.mfp-close {
        right: 15px;
        top: 15px;
    }
}

@media screen and (max-width: 580px) {

    .grid-3,
    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        height: 20px;
    }

    .form-group--number {
        width: 120px;
    }

    .popup h2.form-info-text {
        font-size: 28px;
    }

    .site-branding {
        min-width: 215px;
    }

    .category-item {
        border-radius: 10px;
    }

    h3.category-item-title {
        font-size: 20px;
        left: 15px;
    }

    .about-item-title {
        flex-direction: column;
        align-items: flex-start;
    }

    footer.site-footer {
        margin-top: 30px;
        padding: 30px;
    }

    section.widget {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    h4 {
        font-size: 20px;
    }

    header.site-header .container {
        width: 100%;
        padding: 0 10px;
    }

    ul#cart-menu>li,
    ul#header-top-menu>li {
        margin-left: 15px;
    }

    ul#header-top-menu li a.wpml-ls-link {
        padding: 0;
    }

    ul#header-top-menu li:not(.wpml-ls-last-item) a.wpml-ls-link {
        padding-right: 5px;
    }

    .phone-number,
    .phone-list a {
        font-size: 10px;
        padding: 5px;
    }

    header#masthead a.callback.button {
        line-height: 10px;
        font-size: 10px;
        padding: 0 7px;
    }

    .about-item-title img {
        max-width: 45px;
    }

    a.instagram-item {
        height: 200px;
    }

    .instagram-item-descr {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
    }

    .woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item {
        width: 27%;
    }

    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,
    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
        font-size: 20px;
    }

    form.comment-form p.comment-form-author,
    form.comment-form p.comment-form-email {
        width: 100%;
    }

    form.comment-form p.comment-form-email {
        margin-left: 0 !important;
    }

    .side_menu_close {
        left: inherit;
        top: 10px;
        right: 10px;
    }

    .cart-items-wrap {
        margin-right: 10px;
    }

    .posts-wrap a.post-thumbnail {
        border-radius: 20px;
    }

    body.single-post article.post img {
        border-radius: 20px;
    }

    a.buyOneClick {
        margin-left: 0 !important;
        margin-top: 7px !important;
    }

    .site-info {
        justify-content: flex-start;
    }

    footer .single_widget {
        width: 50%;
    }

    footer .single_widget.subscribe {
        width: 100%;
    }
}

/*=====================ADAPTIVE=========================*/

/* =====================================================
   AMIR PRODUCT FILTER
   ===================================================== */

.amir-filter-wrap {
    width: 100%;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}

/* Мобільна кнопка відкриття фільтру */
.amir-filter-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    background: #09164d;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 22px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.2s;
    margin-bottom: 15px;
    position: relative;
}

.amir-filter-toggle:hover {
    background: #f23106;
}

.amir-filter-count {
    background: #f23106;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -6px;
    right: -6px;
}

/* Заголовок панелі */
.amir-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #09164d;
}

.amir-filter-title {
    font-size: 20px;
    font-weight: 500;
    color: #09164d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.amir-filter-reset {
    background: none;
    border: 1px solid #f23106;
    color: #f23106;
    border-radius: 8px;
    padding: 4px 12px;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

.amir-filter-reset:hover {
    background: #f23106;
    color: #fff;
}

.amir-filter-close {
    display: none;
    /* Прихована на десктопі, покажемо на мобільному */
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #09164d;
    cursor: pointer;
    padding: 0 5px;
}

/* Секція фільтру */
.amir-filter-section {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.amir-filter-section:last-child {
    border-bottom: none;
}

.amir-filter-section-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 0 0 12px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #09164d;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.amir-filter-section-toggle:hover {
    color: #f23106;
}

.amir-chevron {
    transition: transform 0.25s;
    flex-shrink: 0;
}

.amir-chevron.rotated {
    transform: rotate(180deg);
}

/* Пошук по фільтру */
.amir-filter-search-wrap {
    margin-bottom: 10px;
}

.amir-filter-search {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #09164d;
    border-radius: 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    margin-top: 0;
}

.amir-filter-search:focus {
    outline: 2px solid #09164d;
}

/* Список елементів */
.amir-filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 220px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #09164d #e7e7e7;
}

.amir-filter-list::-webkit-scrollbar {
    width: 4px;
}

.amir-filter-list::-webkit-scrollbar-track {
    background: #e7e7e7;
    border-radius: 4px;
}

.amir-filter-list::-webkit-scrollbar-thumb {
    background: #09164d;
    border-radius: 4px;
}

.amir-filter-item {
    margin-bottom: 6px;
}

.amir-filter-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
    border: 1px solid transparent;
    font-size: 14px;
    color: #3a3a3a;
}

.amir-filter-label:hover {
    background: #f5f6fa;
    border-color: #e7e7e7;
}

.amir-filter-label.checked {
    background: #edf0f8;
    border-color: #09164d;
}

.amir-filter-cb {
    accent-color: #09164d;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
    margin-top: 0;
}

.amir-filter-name {
    flex: 1;
}

.amir-filter-cnt {
    font-size: 11px;
    color: #999;
    background: #f0f0f0;
    border-radius: 20px;
    padding: 1px 7px;
    min-width: 22px;
    text-align: center;
}

/* Розміри — кнопки-таблиця */
.amir-size-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 4px;
}

.amir-size-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 5px 10px;
    border: 1.5px solid #09164d;
    border-radius: 8px;
    font-size: 13px;
    color: #09164d;
    cursor: pointer;
    transition: all 0.15s;
    font-family: 'Oswald', sans-serif;
    background: #fff;
}

.amir-size-label input {
    display: none;
}

.amir-size-label:hover {
    background: #09164d;
    color: #fff;
}

.amir-size-label.checked {
    background: #09164d;
    color: #fff;
}

/* Ціна — range slider */
.amir-price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.amir-price-input-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.amir-price-input-wrap label {
    font-size: 11px;
    color: #999;
    margin-bottom: 4px;
    position: static;
}

.amir-price-field {
    width: 100%;
    padding: 6px 10px;
    border: 1.5px solid #09164d;
    border-radius: 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #09164d;
    text-align: center;
    margin-top: 0;
}

.amir-price-field::-webkit-inner-spin-button,
.amir-price-field::-webkit-outer-spin-button {
    opacity: 1;
}

.amir-price-sep {
    color: #aaa;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 16px;
}

/* Range slider */
.amir-range-slider {
    position: relative;
    height: 6px;
    margin: 6px 0 20px;
}

.amir-range-track {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    background: #e7e7e7;
    border-radius: 4px;
    z-index: 0;
}

.amir-range-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #09164d;
    border-radius: 4px;
}

.amir-range {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background: transparent !important;
    /* !important прибирає базову сіру лінію в WP */
    -webkit-appearance: none !important;
    appearance: none !important;
    pointer-events: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: none !important;
    /* !important щоб не було рамки на слайдері */
    outline: none !important;
    box-shadow: none !important;
}

.amir-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #09164d;
    border: 2px solid #fff;
    box-shadow: 0 1px 6px rgba(9, 22, 77, 0.3);
    cursor: pointer;
    pointer-events: all;
    transition: background 0.15s;
}

.amir-range::-webkit-slider-thumb:hover {
    background: #f23106;
}

.amir-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #09164d;
    border: 2px solid #fff;
    box-shadow: 0 1px 6px rgba(9, 22, 77, 0.3);
    cursor: pointer;
    pointer-events: all;
}

.amir-price-apply {
    width: 100%;
    padding: 9px 0;
    background: #09164d;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 4px;
}

.amir-price-apply:hover {
    background: #f23106;
}

/* Лоадер */
.amir-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10;
    border-radius: 10px;
    pointer-events: none;
}

.amir-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e7e7e7;
    border-top-color: #09164d;
    border-radius: 50%;
    animation: amirSpin 0.7s linear infinite;
}

@keyframes amirSpin {
    to {
        transform: rotate(360deg);
    }
}

/* Не знайдено */
.amir-no-products {
    padding: 40px 0;
    text-align: center;
    color: #999;
    font-size: 18px;
    width: 100%;
}

/* Пагінація фільтрованих результатів */
.amir-pagination {
    margin-top: 30px;
    text-align: center;
}

.amir-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 6px;
}

.amir-pagination a.page-numbers,
.amir-pagination span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1.5px solid #09164d;
    border-radius: 8px;
    color: #09164d;
    font-size: 14px;
    transition: all 0.15s;
}

.amir-pagination a.page-numbers:hover,
.amir-pagination span.current {
    background: #09164d;
    color: #fff;
}

/* Категорії — ієрархія */
.amir-cat-list {
    max-height: 260px;
}

.amir-filter-item.has-children>.amir-filter-label .amir-filter-name {
    font-weight: 500;
    color: #09164d;
}

.amir-cat-children {
    list-style: none;
    margin: 4px 0 6px;
    padding: 0 0 0 18px;
    border-left: 2px solid #e7e7e7;
    margin-left: 24px;
}

.amir-cat-children .amir-filter-label {
    font-size: 13px;
    padding: 4px 8px;
}

.amir-cat-children .amir-filter-cnt {
    font-size: 10px;
}

/* ---- Адаптив фільтру ---- */
@media (max-width: 1023px) {
    .amir-filter-toggle {
        display: inline-flex;
    }

    .amir-filter-body {
        position: fixed;
        top: 0;
        left: -100%;
        width: min(340px, 90vw);
        height: 100%;
        background: #fff;
        z-index: 1200;
        overflow-y: auto;
        padding: 30px 20px;
        transition: left 0.3s ease;
        box-shadow: 4px 0 30px rgba(0, 0, 0, 0.15);
    }

    .amir-filter-body.is-open {
        left: 0;
    }

    body.amir-filter-open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1199;
    }

    .amir-filter-close {
        display: block;
    }
}

/* 4. Категорії на головній (зображення зверху, текст знизу) */
.category-item-new {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-item-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.category-image-wrap {
    width: 100%;
    aspect-ratio: 4/3;
    /* Фіксуємо пропорції фотографій */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

.category-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-item-new:hover .category-image-wrap img {
    transform: scale(1.05);
}

h3.category-item-title-new {
    font-size: 18px;
    font-weight: 600;
    color: #09164d;
    margin: 0;
    padding: 15px;
    text-align: center;
    width: 100%;
    background: #fff;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    h3.category-item-title-new {
        font-size: 15px;
        padding: 10px;
    }
}


/* Блокування кліків у міні-корзині під час оновлення */
.sidebar-filter.is-updating {
    pointer-events: none !important;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}

.sidebar-filter.is-updating .qty_button {
    pointer-events: none !important;
}

/* Головна: прелоадер зі сканером по логотипу */
html.amir-preloader-lock,
body.amir-preloader-lock {
    overflow: hidden;
}

body.amir-preloader-lock > *:not(#amir-home-preloader) {
    visibility: hidden;
}

.amir-home-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background:
        radial-gradient(circle at 25% 25%, rgba(242, 49, 6, 0.08), transparent 48%),
        radial-gradient(circle at 75% 80%, rgba(3, 43, 133, 0.14), transparent 46%),
        #f7f9ff;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.55s ease, visibility 0.55s ease;
}

.amir-home-preloader.is-hiding {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.amir-home-preloader__inner {
    width: min(96vw, 600px);
}

.amir-home-preloader__scan-frame {
    --amir-scan-duration: 1.35s;
    --amir-scan-width: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    border-radius: 22px;
    border: 1px solid rgba(9, 22, 77, 0.12);
    padding: 30px 34px;
    min-height: 168px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(233, 239, 255, 0.84));
    box-shadow: 0 18px 55px rgba(3, 43, 133, 0.2);
    contain: layout paint;
}

.amir-home-preloader__scan-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0px,
        rgba(255, 255, 255, 0) 7px,
        rgba(9, 22, 77, 0.06) 8px,
        rgba(255, 255, 255, 0) 12px
    );
    z-index: 1;
    pointer-events: none;
}

.amir-home-preloader__scan-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    transform-origin: right center;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.97), rgba(233, 239, 255, 0.9));
    animation: amir-preloader-reveal var(--amir-scan-duration) cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.amir-home-preloader__brand {
    position: relative;
    z-index: 2;
    width: min(100%, 430px);
    display: flex;
    gap: 8px;
    align-items: flex-end;
    justify-content: center;
    filter: drop-shadow(0 4px 16px rgba(9, 22, 77, 0.2));
    transform: translateZ(0) translateX(0);
    will-change: transform;
    contain: layout paint;
}

.amir-home-preloader__logo-image {
    width: 115px;
    height: 115px;
    object-fit: contain;
    flex: 0 0 115px;
    display: block;
    transform: translateZ(0);
}

.amir-home-preloader__logo-text {
    font-family: 'Nunito', 'Arial Rounded MT Bold', sans-serif;
    font-weight: 900;
    font-size: 34px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 0.82;
}

.amir-home-preloader__text-econom {
    background: linear-gradient(to bottom, #ffb400 0%, #ff8a00 45%, #e64a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.amir-home-preloader__text-center {
    background: linear-gradient(to bottom, #0054a6 0%, #003366 50%, #001a33 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.amir-home-preloader__scanner {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: var(--amir-scan-width);
    border-radius: 999px;
    z-index: 5;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.85) 22%,
        rgba(102, 214, 255, 0.98) 50%,
        rgba(255, 255, 255, 0.85) 78%,
        rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0 0 10px rgba(102, 214, 255, 0.95), 0 0 26px rgba(3, 43, 133, 0.45);
    animation: amir-preloader-scan-x var(--amir-scan-duration) cubic-bezier(0.65, 0, 0.35, 1) forwards;
    will-change: left, opacity;
}

@keyframes amir-preloader-reveal {
    0% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

@keyframes amir-preloader-scan-x {
    0% {
        left: 0;
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    92% {
        opacity: 1;
    }

    100% {
        left: calc(100% - var(--amir-scan-width));
        opacity: 0;
    }
}

@media (max-width: 780px) {
    .amir-home-preloader__scan-frame {
        border-radius: 16px;
        padding: 22px 18px;
        min-height: 122px;
    }

    .amir-home-preloader__logo-image {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
    }

    .amir-home-preloader__logo-text {
        font-size: 21px;
    }

    .amir-home-preloader__scanner {
        --amir-scan-width: 8px;
        top: 8px;
        bottom: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .amir-home-preloader__scan-frame::after,
    .amir-home-preloader__scanner {
        animation: none;
    }

    .amir-home-preloader__scan-frame::after {
        transform: scaleX(0);
    }

    .amir-home-preloader__scanner {
        opacity: 0;
    }
}