body {
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body > .b-main {
    flex: 1 0 auto;
}

body > .b-footer,
body > .b-copryright {
    flex: 0 0 auto;
}

.b-header.is-hero {
    top: 0;
    position: sticky;
}

a.b-social {
    border-bottom: none !important;
}

a.b-social svg {
    text-decoration: none;
    border-radius: 2px;
    fill: #FFF;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
}

a.b-social:hover svg {
    text-decoration: none;
    fill: #FFBE0F;
}

.b-pathway__list li a:not([href]) {
    border-bottom: none;
}

.b-copryright__logo {
    font-family: "b-bully","b-roboto",sans-serif;
    font-size: 50px;
    line-height: 1;
}

.b-copryright__company {
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 1015px) {
    .b-header .wrapper {
        display: flex;
    }
    .b-header .wrapper:after {
        content: none;
    }
    .b-main-menu ul.menu>li>a {
        color: #000 !important;
    }
}

@media screen and (max-width: 1200px) {
    .b-main-menu ul.menu>li>a {
        padding: 18px 8px;
    }
}

@media screen and (max-width: 1015px) {
    .b-main-menu__nav {
        margin-left: 0;
    }
}

.b-main-menu ul.menu > li.b-main-menu__dealer-item {
    display: none;
}

@media screen and (min-width: 426px) and (max-width: 1015px) {
    .b-main-menu ul.menu > li:nth-last-child(2) > a {
        border-radius: 0 0 2px 2px;
    }
}

@media screen and (max-width: 425px) {
    .b-header__button {
        display: none;
    }

    .b-main-menu ul.menu > li.b-main-menu__dealer-item {
        display: block;
    }

    .b-main-menu ul.menu > li.b-main-menu__dealer-item > a {
        padding: 12px 10px;
    }

    .jq-selectbox__dropdown {
        max-width: 306px;
    }

    .jq-selectbox li {
        white-space: pre-wrap;
    }
}

.wrapper {
    width: 1320px;
}

#menu-language-switcher {
    margin: 0;
    padding-left: 1em;
    list-style: none;
}

#menu-language-switcher li:after {
    content: none;
}

.localize-menu {
    position: relative;
    min-width: 150px;
}

.localize-menu__button {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    width: 100%;
    background: none;
    border-radius: 0;
    border: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #fff;
    padding: 10px;
}

.localize-menu__button-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.localize-menu__button-section {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.localize-menu__button-section img {
    width: auto;
    height: 20px;
}

.localize-menu__button-divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
}

.localize-menu__button img {
    width: auto;
    height: 20px;
}

.localize-menu__button svg{
    transition: all .3s;
}

.localize-menu--active .localize-menu__button svg{
    transform: rotateX(180deg);
}

.localize-menu__panel {
    z-index: 30;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 360px;
    padding: 18px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .3s;
    pointer-events: none;
}

.localize-menu--active .localize-menu__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.localize-menu__columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.localize-menu__column {
    min-width: 0;
}

.localize-menu__columns-divider {
    width: 1px;
    min-height: 100%;
    background: rgba(51, 51, 51, 0.12);
    justify-self: center;
}

.localize-menu__column-title {
    margin-bottom: 10px;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.66);
}

.localize-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.localize-menu__list li {
    margin-top: 0;
    padding: 0;
}

.localize-menu__list li:after {
    content: none;
}

.localize-menu__option,
.localize-menu__panel #menu-language-switcher a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #333;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    transition: background-color .2s, color .2s;
}

.localize-menu__option {
    cursor: pointer;
}

.localize-menu__option-label {
    min-width: 0;
}

.localize-menu__option-currency {
    margin-left: auto;
    color: rgba(51, 51, 51, 0.66);
    font-size: 0.875rem;
    line-height: 1.25rem;
    white-space: nowrap;
}

.localize-menu__option img,
.localize-menu__panel #menu-language-switcher a img {
    width: auto;
    height: 20px;
}

.localize-menu__option:hover,
.localize-menu__option:focus-visible,
.localize-menu__panel #menu-language-switcher a:hover,
.localize-menu__panel #menu-language-switcher a:focus-visible {
    color: #111;
    background: rgba(255, 190, 15, 0.12);
}

.localize-menu__option.is-active,
.localize-menu__panel #menu-language-switcher a.current_language {
    font-weight: 600;
    color: #111;
    background: #ffe6a2;
}

.localize-menu__option:hover .localize-menu__option-currency,
.localize-menu__option:focus-visible .localize-menu__option-currency,
.localize-menu__option.is-active .localize-menu__option-currency {
    color: inherit;
}

.localize-menu__panel #menu-language-switcher {
    position: static;
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
}

#menu-language-switcher a:hover,
#menu-language-switcher a:active {
    color: #FFBE0F;
}

@media screen and (max-width: 1200px) {
    .localize-menu {
        min-width: 0;
    }

    .localize-menu__button-section--region [data-current-region-label] {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .localize-menu__panel {
        position: fixed;
        top: calc(env(safe-area-inset-top, 0px) + 78px);
        left: 8px;
        right: 8px;
        width: auto;
        min-width: 0;
        max-width: none;
        max-height: calc(100vh - 90px);
        box-sizing: border-box;
        padding: 12px;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .localize-menu__columns {
        grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
        gap: 10px;
        align-items: stretch;
    }

    .localize-menu__columns-divider {
        width: 1px;
        min-height: 100%;
        height: auto;
    }

    .localize-menu__column-title {
        margin-bottom: 8px;
        font-size: 0.6875rem;
        line-height: 0.9375rem;
    }

    .localize-menu__option,
    .localize-menu__panel #menu-language-switcher a {
        gap: 8px;
        padding: 8px;
        font-size: 0.9375rem;
        line-height: 1.375rem;
    }

    .localize-menu__option-currency {
        font-size: 0.8125rem;
    }

    .localize-menu__option img,
    .localize-menu__panel #menu-language-switcher a img {
        width: auto;
        height: 20px;
    }

    .localize-menu__button {
        padding-left: 8px;
        padding-right: 8px;
        gap: 6px;
    }

    .localize-menu__button-group {
        gap: 0;
    }

    .localize-menu__button-section--region [data-current-region-label] {
        display: none;
    }
}

.region-confirm {
    z-index: 10000;
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 24px;
    background: rgba(0, 0, 0, 0.55);
    color: #333;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    pointer-events: none;
}

.region-confirm--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.region-confirm:focus {
    outline: none;
}

.region-confirm__dialog {
    width: min(100%, 420px);
    max-height: calc(100vh - 48px);
    box-sizing: border-box;
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
    overflow-y: auto;
    transform: translateY(8px) scale(0.98);
    transition: transform .3s;
}

.region-confirm--visible .region-confirm__dialog {
    transform: translateY(0) scale(1);
}

body.region-confirm-scroll-locked {
    overflow: hidden;
}

.region-confirm__text {
    margin: 0 0 18px;
    font-size: 1rem;
    line-height: 1.45;
    color: #333;
}

.region-confirm__region {
    font-weight: 700;
    color: #111;
}

.region-confirm__selector {
    margin-bottom: 20px;
}

.region-confirm__selector-title {
    margin-bottom: 10px;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.66);
}

.region-confirm__list {
    display: flex;
    flex-direction: column;
    max-height: min(320px, calc(100vh - 260px));
    padding-right: 4px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.region-confirm__option:focus {
    outline: none;
}

.region-confirm__option:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(255, 190, 15, 0.72);
}

.region-confirm__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.region-confirm__actions .b-btn {
    flex: 0 1 auto;
    min-width: 0;
    padding: 11px 12px;
    font-size: 13px;
}

@media screen and (max-width: 640px) {
    .region-confirm {
        align-items: flex-start;
        padding: 16px;
        padding-top: calc(env(safe-area-inset-top, 0px) + 64px);
    }

    .region-confirm__dialog {
        width: 100%;
        max-height: calc(100vh - env(safe-area-inset-top, 0px) - 88px);
        padding: 18px;
    }

    .region-confirm__list {
        max-height: calc(100vh - env(safe-area-inset-top, 0px) - 260px);
    }

    .region-confirm__actions .b-btn {
        width: 100%;
    }
}

.header__buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: end;
}

@media screen and (max-width: 450px) {
    .header__buttons {
        gap: 0.8rem;
    }
}

.wpcf7-form-control-wrap:not([data-name="b-file"]) {
    display: block;
    width: 100%;
}

.wpcf7-form-control-wrap:not([data-name="b-file"]) *{
    width: 100%;
}

.wpcf7-form-control-wrap[data-name="b-select"] {
    position: relative;
}

.wpcf7-form-control-wrap[data-name="b-select"]::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #333; /* Цвет стрелки */
    pointer-events: none; /* Чтобы клик проходил сквозь стрелку к селекту */
}

.b-form__upload .btn-default.oc-icon-upload:hover {
    cursor: pointer !important;
}

.b-form__upload .btn-default.oc-icon-upload input {
    display: none;
}

.file-status {
    font-size: 1rem;
    color: black;
    font-family: "b-roboto", sans-serif;
    margin-top: 1rem;
    display: inline-block;
}

.b-submit {
    position: absolute;
    right: 0;
}

.b-contacts__form:after {
    left: -21%;
}

@media screen and (min-width: 821px) {
    .b-catalog__aside {
        position: sticky;
        top: 112px;
        z-index: 100;
    }
}

.no-products-message {
    width: 33.33%;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}

.mfp-arrow-right:before {
    background: url(../images/sprite.svg) 88% 56.97674% no-repeat;
    width: 32px;
    height: 21px;
}

.mfp-arrow-left:before {
    background: url(../images/sprite.svg) 88.20225% 70.34884% no-repeat;
    width: 32px;
    height: 21px;
}

.mfp-arrow:after {
    content: none;
}

.mfp-arrow:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    border: none !important;
}

.b-slider-hero__next {
    right: 0;
}

.b-slider-hero__prev {
    left: 0;
}

.swiper-slide .wrapper {
    padding: 0 70px;
}

.b-header.is-hero {
    z-index: 1000;
}

@media screen and (max-width: 1500px){
    .b-feature .b-grid__item:nth-child(3):after{
        display:none
    }
}

.b-footer__menu a {
    position: relative;
    border-bottom: none !important;
}

.b-footer__menu a::after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFBE0F;
    content: '';
    transition: all .2s ease-out;
}

.b-footer__menu a:hover::after {
    width: 0%;
    left: 50%;
}


.b-product-item__image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.b-product-item__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.b-product-item__title-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-word;
}

.b-product__file {
    display: flex;
    align-items: center;
    gap: 8px;
}

.b-product__file i {
    flex: 0 0 53px;
}

.b-product__file-info {
    display: flex;
    flex-direction: column;
}

.b-product__file-meta {
    font-size: 0.875rem;
    color: #6b7280;
}

/* корзина */
.b-header__cart {
    margin-right: 10px;
}

.b-header__cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}

.b-header__cart-link svg {
    width: 24px;
    height: 24px;
}

.b-header__cart-count {
    position: absolute;
    top: -7px;
    right: -12px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #FFBE0F;
    color: #2C2E29;
    font-size: 13px;
    font-weight: 700;
    display: none;
    align-items: center;
    justify-content: center;
}

.b-header__cart-count.is-visible {
    display: inline-flex;
}

.b-header__cart-count.bounce {
    animation: pulse 0.5s ease-in-out;
}


/* карточка товара */

.b-product-item {
    background: white;
    border: 2px solid #2C2E29;
    border-radius: 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.b-product-item:hover {
    border-color: #333;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.b-product-item__image {
    overflow: hidden;
    flex-shrink: 0;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #FFBE0F;
}

.b-product-item__image:hover {
    border-bottom: 1px solid #FFBE0F;
}

.b-product-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-product-item__label {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    background: #e74c3c;
    color: white;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 5px;
    font-size: 13px;
}

.b-product-item__content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.b-product-item__price {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.b-price_block {
	padding-bottom:15px;
	margin-bottom:15px;
}
.b-price_block.b-delivery_info {
	border-bottom:2px solid #000;
}

.b-flex {
	display: flex;
}

.b-flex-row {
    flex-direction: row;
}

.b-flex-wrap {
	flex-wrap:wrap;
}

.b-flex-align-center {
	align-items: center;
}

.b-flex-gap {
    gap: 30px;
}
.b-flex-gap-15 {
    gap: 15px;
}

.b-w-40 {
    width: calc(40% - 15px);
}
.b-fb-40 {
    flex-basis: calc(40% - 15px);
}
.b-w-50 {
    width: calc(50% - 15px);
}
.b-fb-50 {
    flex-basis: calc(50% - 15px);
}
.b-w-60 {
    width: calc(60% - 15px);
}
.b-fb-60 {
    flex-basis: calc(60% - 15px);
}

.b-w-100 {
    width: 100%;
}
.b-fb-100 {
    flex-basis: 100%;
}


.b-delivery_info div>p{margin: 0;font-size:80%;}


.t-price {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: inherit;
    gap: 0.35em;
    max-width: 100%;
    font-weight: 600;
}

.t-price__primary {
    color: inherit;
    font-size: 1em;
    font-weight: inherit;
    line-height: inherit;
}

.t-price__secondary {
    color: rgba(34, 34, 34, 0.56);
    font-size: 0.72em;
    line-height: 1.25;
    white-space: nowrap;
}

.b-product-item__price-note {
    font-size: 13px;
    font-weight: 450;
}

.b-price-note--free-shipping {
    font-weight: 700;
    color: #e74c3c;
}

.b-product-item__meta {
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 8px;
    flex-shrink: 0;
    height: 20px;
}

.b-product-item__title {
    margin: 0 0 12px 0;
    font-size: 19px;
    flex-shrink: 0;
}

.b-product-item__title a {
    color: #222;
    text-decoration: none;
}

.b-product-item__description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    overflow: hidden;
    flex-grow: 1;
}

.b-product-item__add-to-cart {
    width: 100%;
    background-color: #FFBE0F;
    color: #2C2E29;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 10px;
    text-transform: uppercase;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.b-product-item__add-to-cart svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.b-product-item__add-to-cart:hover {
    background-color: #E0A30A;
    color: #1F211D;
}

.b-product-item__qty-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    min-height: 37px;
    box-sizing: border-box;
    background-color: #ffe6a2;
    border-radius: 5px;
}

.b-product-item__qty-btn {
    width: 50px;
    height: 38px;
    background: inherit;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.b-product-item__qty-btn:hover {
    background: #FFBE0F;
}

.b-product-item__qty {
    min-width: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.b-product-item__cart-actions {
    display: flex;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    margin-top: auto;
}

.b-product-item__cart-actions .b-product-item__qty-controls {
    flex: 1;
    margin-top: 0;
}

.b-product-item__cart-link {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-height: 37px;
    background-color: #FFBE0F;
    color: #2C2E29;
    border-radius: 5px;
    border-bottom: none;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.b-product-item__cart-link:hover {
    background-color: #E0A30A;
    color: #1F211D;
}

.b-product-item__cart-link svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1); }
}

.b-toast-stack {
    position: fixed;
    right: 24px;
    bottom: calc(24px + var(--tesseract-cookie-consent-offset, 0px));
    z-index: 10050;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    width: min(420px, calc(100vw - 32px));
    pointer-events: none;
}

.b-toast {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 18px;
    border-radius: 5px;
    border: 1px solid #1f211d;
    background: #2c2e29;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    color: #f7f4ea;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: auto;
    overflow: hidden;
}

.b-toast__content {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.b-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.b-toast.is-closing {
    opacity: 0;
    transform: translateY(10px);
}

.b-toast--success .b-toast__icon {
    color: #6bbf59;
}

.b-toast--error .b-toast__icon {
    color: #ff5a4f;
}

.b-toast--info .b-toast__icon {
    color: #ffbe0f;
}

.b-toast__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffbe0f;
}

.b-toast__icon svg {
    width: 24px;
    height: 24px;
}

.b-toast__message {
    font-size: 15px;
    line-height: 1.35;
    color: inherit;
}

.b-toast__close {
    border: 0;
    background: transparent;
    color: rgba(247, 244, 234, 0.72);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-toast__close:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .b-toast-stack {
        right: 20px;
        left: 20px;
        bottom: calc(12px + var(--tesseract-cookie-consent-offset, 0px));
        width: auto;
    }
}

.b-cart-notice {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 10050;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    width: min(380px, calc(100vw - 32px));
    box-sizing: border-box;
    padding: 16px 18px;
    border-radius: 5px;
    border: 1px solid #1f211d;
    background: #2c2e29;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    color: #f7f4ea;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.b-cart-notice.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.b-cart-notice.is-closing {
    opacity: 0;
    transform: translateY(10px);
}

.b-cart-notice__content {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.b-cart-notice__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffbe0f;
}

.b-cart-notice__icon svg {
    width: 24px;
    height: 24px;
}

.b-cart-notice__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.b-cart-notice__message {
    font-size: 15px;
    line-height: 1.35;
    color: inherit;
}

.b-cart-notice__link {
    align-self: flex-start;
    margin-top: 8px;
    padding: 9px 16px;
    font-size: 13px;
}

.b-cart-notice__close {
    border: 0;
    background: transparent;
    color: rgba(247, 244, 234, 0.72);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-cart-notice__close:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .b-cart-notice {
        right: 16px;
        left: 16px;
        bottom: 16px;
        width: auto;
        z-index: 9998;
    }
}

/* ASK THE PRICE */
.b-product__ask-price {
    margin-bottom: 20px;
}

.b-ask-price-modal {
    position: relative;
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 32px;
    border-radius: 8px;
    box-sizing: border-box;
}

body.ask-price-modal .mfp-content {
    width: 460px;
    max-width: calc(100% - 32px);
}

body.ask-price-modal .mfp-close {
    color: #333333;
    opacity: 0.8;
}

body.ask-price-modal .mfp-close:hover,
body.ask-price-modal .mfp-close:focus {
    opacity: 1;
}

.b-ask-price-modal__title {
    margin: 0 0 20px;
    font-size: 22px;
}

.b-ask-price-form__field {
    margin-bottom: 16px;
}

.b-ask-price-form__hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.b-ask-price-form__label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.b-ask-price-form__input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 16px;
}

.b-ask-price-form__input:focus {
    outline: none;
    border-color: #f7941d;
}

.b-ask-price-form__field--checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.b-ask-price-form__checkbox {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    border: 2px solid #2C2E29;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    transition: all 0.15s ease;
}

.b-ask-price-form__checkbox:checked {
    background: #FFBE0F;
    border-color: #FFBE0F;
}

.b-ask-price-form__checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2C2E29;
    font-size: 14px;
    font-weight: bold;
}

.b-ask-price-form__checkbox-label {
    font-size: 14px;
    line-height: 1.5;
    color: #2C2E29;
    margin: 0;
    cursor: pointer;
    flex: 1;
}

.b-ask-price-form__submit {
    display: block;
    width: 160px;
    margin-top: 8px;
    margin-left: auto;
}

.b-ask-price-form__submit[disabled] {
    opacity: 0.6;
    pointer-events: none;
}
