@media (max-width: 1199px) {
    .header__nav-group--acc_action_cart {
        padding: 3rem;
        justify-content: space-between;
    }
    .header__nav-group--acc_action_cart > *:first-child {
        margin-right: auto;
        border: none;
    }
    .header__nav-group--currency_language {
        padding: 0;
       
    }
    .header__currency-offcanvas, .header__language-offcanvas {
         justify-content: flex-start; 
    }
}

.news__item-date {
    display: flex
;
    align-items: center;
    gap: 5px;}
.sku__price-option span{
    display: inline-block;
}

.only-mobile {
    display: flex;
}
@media (min-width: 768px) {
    .only-mobile {
        display: none !important;
    }
}

.only-desktop {
    display: none;
}
@media (min-width: 768px) {
    .only-desktop {
        display: flex !important;
    }
}
.sku__stock_wish {
    display: flex;
    align-items: center;       /* выравнивание по вертикали */
    gap: 12px;                 /* отступ между элементами */
    flex-wrap: wrap;           /* если не влезает — перенос */
    width: 100%;
    justify-content: space-between;
}
.sku__stock_wish span {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.2;
}
.article__body p {
    margin: 0 0 1.5rem;
}
h1 { font-size: 18px; }
h2 { font-size: 18px !important; }
h3 { font-size: 18px !important; }
.article__body h1, .article__body h2, .article__body h3{
        margin-top: 20px;
    margin-bottom: 10px;

}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: unset;
    border-left: 5px solid #eee;
}
.checkout__data-action{
    margin: 0 0 40px 0;
}
.checkout__data-action .ui-check__checkbox {
    border-color: #b4bbd1;
    background: #F7F8FB;
}

.info-rull{
	font-size: 12px;
}
#mfButtonCheckout{
    width: 100%;
}
.checkout #button-confirm{
     width: 100%;
}
.header__logo img {
    width: auto;
    height: auto;
    
  
    object-fit: contain;
}

/* Remove browser default focus outline on this header link (mouse click),
   but keep a visible focus style for keyboard navigation. */
.header__tags-btn:focus {
    outline: none;
    box-shadow: none;
}

.header__tags-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}

/* Global: remove the extra black browser focus outline on links,
   while keeping a clear keyboard focus indicator. */
a:focus {
    outline: none;
}

a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px var(--theme-primary-color);
    border-radius: 3px;
}
#ngenius_online_payment input{
    width: 100%;

}
