html, body {
    background-color: #fff6f2 !important;
}
body {
    background-image: linear-gradient(180deg, #ffffff 50px, #fff6f2 200px) !important;
}
* {
    background-clip: padding-box;
}
a:focus, button:focus {
    outline: none; /* убираем везде */
}
a:focus-visible, button:focus-visible {
    outline: 2px solid #000; /* показываем только при Tab-навигации */
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1340px !important;
}

/* ----- HEADER ----- */

header .wp-block-navigation {
    gap: 5px !important;
}
header .wp-block-navigation > li {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 68px;
    border-radius: 10px;
}
header .wp-block-navigation > li > a {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 1px;
    height: 100%;
}
header .wp-block-navigation > li > a * {
    text-align: center;
}

header .wp-block-navigation a {
    display: flex !important;
}

header .wp-block-site-title a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100px;
    line-height: 1;
}

header .wp-block-site-title a:before {
    display: inline-block;
    content: "";
    position: relative;
    background-image: url('img/logo/MerchZone6.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 70px;
    border-radius: 5px;
    flex: 0 0 auto;
}

header .mz-header-catalog-link {}
header .mz-header-stores-link {}
header .mz-header-basket-link {}
header .mz-header-user-link {}

header .wp-block-navigation .mz-header-link-icon {
    flex: 0 0 auto;
}
header .wp-block-navigation .wp-block-navigation-item__label {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-size: 85%;
}
header .mz-header-link-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: padding-box;
    position: relative;
    transition-duration: 3s;
    transition-timing-function: cubic-bezier(0.42, 0.09, 0.49, 0.9);
}
header #mz-header-catalog-link-icon {
    background-image: url(/wp-content/plugins/imfox-acf-item-catalog/ui/assets/icons/catalog-ico.svg);
}
header #mz-header-stores-link-icon {
    background-image: url(/wp-content/plugins/imfox-acf-item-catalog/ui/assets/icons/stores-ico.svg);
}
header #mz-header-basket-link-icon {
    background-image: url(/wp-content/plugins/imfox-acf-item-catalog/ui/assets/icons/basket-ico.svg);
}
header .mz-header-basket-link #mz-basket-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 14px;
    width: 24px;
    height: 14px;
    font-size: 12.5px;
    line-height: 0;
    font-weight: 600;
    border-radius: 2px;
    background-color: #ff7832;
    border: solid 0px #ffffff;
    color: #ffffff;
}
header .mz-header-basket-link #mz-basket-counter[mz-cnt="0"] {
    pointer-events: none;
    opacity: 0;
}
header .mz-header-basket-link #mz-basket-counter:before,
header .mz-header-basket-link #mz-basket-counter:after {
    content: "";
    display: block;
    pointer-events: none;
    background-color: #ff7832;
    position: absolute;
    left: 50%;
    transition-timing-function: cubic-bezier(0.42, 0.09, 0.49, 0.9);
}
header .mz-header-basket-link #mz-basket-counter:before {
    width: 9px;
    height: 6px;
    transform: rotate(22deg);
    border-radius: 1px;
    margin-left: -10px;
    top: -7px;
    transition-duration: 2s;
}
header .mz-header-basket-link #mz-basket-counter:after {
    width: 9px;
    height: 9px;
    border-radius: 4px;
    margin-left: 1px;
    top: -8px;
    transition-duration: 2.7s;
}
header .mz-header-basket-link #mz-basket-counter[mz-cnt="0"]:before,
header .mz-header-basket-link #mz-basket-counter[mz-cnt="0"]:after {
    opacity: 0;
}
header #mz-header-basket-link-icon[mz-anim="1"] { transform: rotate(7deg); }
header #mz-header-basket-link-icon[mz-anim="-1"] { transform: rotate(-7deg); }
header #mz-header-basket-link-icon[mz-anim="1"] #mz-basket-counter:before { top: -11px; }
header #mz-header-basket-link-icon[mz-anim="1"] #mz-basket-counter:after { top: -13px; }

header .mz-header-user-link a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
header .mz-header-user-link .mz-header-user-link-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 5px 0 2px 0;
    background-color: #ebebeb;
    border: solid 1px #0000000f;
    border-radius: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: padding-box;
}

/* ----- BODY ----- */

main.wp-block-group, main>div.wp-block-group {
    margin-top: 0 !important;
    padding-top: 0 !important;
}