/*
Theme Name: Mychef
Author: flashimage
Author URI: http://flashimage.ru
Description: Theme for mychef.pizza
Version: 0.24
Text Domain: muchef
*/

/* Keyframes для анимаций */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-Medium.woff2.html') format('woff2'),
        url('fonts/inter/Inter-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Regular.woff2.html') format('woff2'),
        url('fonts/Montserrat/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Medium.woff2.html') format('woff2'),
        url('fonts/Montserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-SemiBold.woff2.html') format('woff2'),
        url('fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Bold.woff2.html') format('woff2'),
        url('fonts/Montserrat/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Black.woff2.html') format('woff2'),
        url('fonts/Montserrat/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Roboto', sans-serif;

}

* {
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

html {
    font-size: 110%;
}

html,
body {
    margin: 0;
    padding: 0;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Скрыть стандартные браузерные кнопки для Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    padding: 0.875em;
}

fieldset> :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0 0 10px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}

h1 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
}

.h2,
h2 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}

.h3,
h3 {
    font-size: 24px;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

article {
    font-size: 14px;
}

body,
.site {
    overflow-x: hidden;
}

body {
    color: #333;
    background-color: #FFF5F3;
}

.clear {
    clear: both;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

blockquote {
    padding: 10px 20px !important;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

/*}*/
/*1.
  * ---HEADER---
  */

header .header-left {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-375px);
    width: 354px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 35px 16px rgba(0, 0, 0, .08);
    transition: all ease .5s;
    z-index: 1000;
}

@media (max-width: 767px) {
    header .header-left {
        width: 100vw;
        transform: translateX(-100vw);
    }
}

header .header-left.active {
    transform: translateX(0);
    transition: all ease .5s;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

header .header-left .close_menu {
    margin-left: auto;
    /* margin-top: 46px; */
    margin-top: 10px;
    width: 47px;
    height: 49px;
    position: relative;
    cursor: pointer;
    opacity: 0;
    transition: all ease .5s;
}

@media (max-width: 767px) {
    header .header-left .close_menu {
        /* margin-left: 20px;
          margin-top: 24px;
          width: 32px;
          height: 34px; */
    }
}

header .header-left .close_menu.active {
    opacity: 1;
    transition: all ease .5s;
}


header .header-left .close_menu:before {
    width: 29px;
    height: 3px;
    border-radius: 30px;
    background: #000;
    opacity: 0.5;
    position: absolute;
    content: "";
    left: 0;
    top: 20px;
    transform: rotate(45deg);
    transition: all ease .25s;
}

@media (max-width: 767px) {
    header .header-left .close_menu:before {
        /* width: 44px;
          height: 4px;
          left: -6px;
          top: 14px; */
    }
}

header .header-left .close_menu:after {
    width: 29px;
    height: 3px;
    border-radius: 30px;
    background: #000;
    opacity: 0.5;
    position: absolute;
    content: "";
    left: 0;
    top: 20px;
    transform: rotate(-45deg);
    transition: all ease .25s;
}

@media (max-width: 767px) {
    header .header-left .close_menu:after {
        /* width: 44px;
          height: 4px; */
        /* left: -6px;
          top: 14px; */
    }
}

header .header-left .close_menu:hover:after {
    background: #D30909;
    transition: all ease .25s;
}

header .header-left .close_menu:hover:before {
    background: #D30909;
    transition: all ease .25s;
}


header .header-left .primary-menu {
    /* margin-top: 4px; */
    margin-left: 20px;
    margin-right: 20px;
}

header .header-left .primary-navigation {
    max-height: calc(100vh - 150px);
    overflow: scroll;
    scrollbar-width: none;
}

header .header-left .primary-navigation::-webkit-scrollbar {
    width: 0;
}

header .header-left .primary-navigation {
    max-height: calc(100vh - 86px);
    overflow: scroll;
}

header .header-left .primary-menu {
    margin-left: 33px;
    margin-right: 14px;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    width: 100%;
    max-width: 274px;
}

header .header-left .primary-menu .menu-item {
    width: 100%;
}

header .header-left .primary-menu a {
    margin-right: 6px;
    margin-bottom: 12px;
    margin-left: 6px;
    /* height: 100px; */
    font-size: 18px !important;
    border-radius: 10px;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, .2); */
    /* padding: 10px; */
    padding: 0 0 10px 0;


}

header .header-left .primary-menu .menu-item-35 a {
    background: url(../../uploads/2025/07/image-45.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    /* отступ между картинкой и текстом */
    height: 45px;
    line-height: 45px;
    /* выравнивание текста по вертикали */
    padding-top: 0px;
}



header .header-left .primary-menu .menu-item-42 a {
    background: url(../../uploads/2025/07/image-45-1.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-5672 a {
    background: url(../../uploads/2025/07/image-45-2.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-5017 a {
    background: url(../../uploads/2025/07/image-45-3.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-12832 a {
    background: url(../../uploads/2025/07/image-45-4.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-5570 a {
    background: url(../../uploads/2025/07/image-45-5.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-1152 a {
    background: url(../../uploads/2025/07/image-45-6.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-41 a {
    background: url(../../uploads/2025/07/image-45-7.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-36 a {
    background: url(../../uploads/2025/07/image-45-8.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-1166 a {
    background: url(../../uploads/2025/07/image-45-9.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-44 a {
    background: url(../../uploads/2025/07/image-45-10.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-37 a {
    background: url(../../uploads/2025/07/image-45-11.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-39 a {
    background: url(../../uploads/2025/07/image-45-12.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-40 a {
    background: url(../../uploads/2025/07/image-45-13.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-1214 a {
    background: url(../../uploads/2025/07/image-45-14.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

header .header-left .primary-menu .menu-item-32344 a {
    background: url(../../uploads/2025/07/image-45-14.svg) no-repeat left center;
    background-size: 45px 45px;
    display: block;
    padding-left: 58px;
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
}

@media (max-width: 767px) {
    header .header-left .primary-menu {
        margin-top: 18px;
    }
}

header .header-left .primary-menu a {
    display: block;
    font-size: 24px;
    margin-bottom: 13px;
    color: #000;
    transition: all ease .25s;
}

header .header-left .primary-menu a:hover {
    color: #D30909;
    transition: all ease .25s;
}


header .header_right_wrapper .col-full {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 520px) {
    header .header_right_wrapper .col-full {
        margin-top: 9px;
    }
}

header .header_right_wrapper .new-container {
    max-width: 1640px;
    /*       padding-left: 20px;
      padding-right: 20px; */
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    header .header_right_wrapper .new-container {
        flex-direction: column;
    }
}

header .header_right_wrapper .page-title {
    font-size: 48px;
    color: #000;
    margin: 0;
    margin-right: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 113%;
    letter-spacing: -0.04em;
    color: #312928;
    margin: 0;
    margin-top: 20px;
}

.content-area .term-description {
    display: none;
}




header .header_right_wrapper .taxonomy-description {
    font-size: 46px;
    color: #000;
    font-weight: 400;
    display: none;
}



@media (max-width: 767px) {
    header .header_right_wrapper .page-title {
        margin-bottom: 5px;
        font-size: 24px;
    }

    header .header_right_wrapper .taxonomy-description {
        font-size: 14px;
    }
}

/* Удалено правило скрытия заголовка на мобильных - теперь заголовок отображается на всех устройствах */


.product_title_wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1020px) {
    .product_title_wrapper {
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .product_title_wrapper {
        padding: 0 16px;
    }
}


.page-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 113%;
    letter-spacing: -0.04em;
    color: #312928;
    margin: 0;
}

@media screen and (max-width: 1020px) {
    .page-title {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .page-title {
        font-size: 28px;
    }
}


header .header_right_wrapper .mobile_swap_menu {
    display: none;
}

@media (max-width: 767px) {
    header .header_right_wrapper .mobile_swap_menu {
        display: block;
        /* margin-bottom: 10px; */
        margin-right: -16px;
        margin-left: -16px;



    }

    header .header_right_wrapper .mobile_swap_menu::-webkit-scrollbar {
        display: none;
    }

    header .header_right_wrapper .mobile_swap_menu .primary-menu {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        /* padding-left: 20px;
          padding-right: 20px; */
    }

    header .header_right_wrapper .mobile_swap_menu .primary-menu::-webkit-scrollbar {
        width: 0;
    }

    header .header_right_wrapper .mobile_swap_menu .primary-menu .menu-item {
        margin-right: 8px;
    }

    header .header_right_wrapper .mobile_swap_menu .primary-menu .menu-item:last-child {
        margin-right: 0;
    }

    header .header_right_wrapper .mobile_swap_menu .primary-menu a {
        /* font-size: 18px; */
        display: block;
        background: #d30909;
        border-radius: 30px;
        white-space: nowrap;
        padding: 5px 12px;
        font-weight: 500;
        font-size: 14px;
        line-height: 143%;
        color: #fff;
    }
}

@media (max-width: 767px) {
    header .header_right_wrapper .mobile_swap_menu .primary-menu .menu-item:first-child {
        margin-left: 16px;
    }

    header .header_right_wrapper .mobile_swap_menu .primary-menu .menu-item:last-child {
        margin-right: 16px;
    }
}

header .header_right_wrapper .col-full .menu_burger_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* gap: 15px;
  
      color: #312928;
      */
    cursor: pointer;
}

.menu_burger_btn span {
    display: none !important;
}

@media screen and (max-width: 1000px) {
    .menu_burger_btn span {
        display: block !important;
    }
}

header .header_right_wrapper .col-full .menu_burger_btn .menu__button-icon {

    width: 19px;
    height: 19px;
}

@media (max-width: 1000px) {
    header .header_right_wrapper .col-full .menu_burger_btn .menu__button-icon {
        display: block;
    }
}



header .header_right_wrapper .col-full .menu_burger_btn .menu__button-text {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 89%;
    color: #312928;
    margin-right: 33px;
    transition: all ease .25s;
    margin-bottom: 3px;
    font-family: "Montserrat", sans-serif;
    margin-top: 6px;
}

.menu__button-text:hover {
    cursor: pointer;
    color: #D30909 !important;
    transition: all ease .25s;
}

@media screen and (max-width: 1000px) {
    .menu__button-text {
        display: none;
    }
}

@media (max-width: 1730px) {
    header .header_right_wrapper .col-full .menu_burger_btn {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .menu_burger_btn {
        width: 38px;
        height: 26px;
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .menu_burger_btn {
        width: unset;
        height: unset;
        margin-top: 0;

    }
}

header .header_right_wrapper .col-full .menu_burger_btn span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 30px;
    background: #312928;
    position: relative;
    top: 15px;
    transition: all ease .25s;
}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .menu_burger_btn span {
        /* width: 18px;
          height: 4px; */
        width: 23px;
        height: 3px;
    }
}

header .header_right_wrapper .col-full .menu_burger_btn span:before {
    width: 22px;
    height: 2px;
    border-radius: 30px;
    background: #312928;
    position: absolute;
    content: "";
    left: 0;
    top: -8px;
    transition: all ease .25s;
}


@media (max-width: 767px) {
    header .header_right_wrapper .col-full .menu_burger_btn span:before {
        width: 23px;
        height: 3px;
        top: -10px;
    }
}

header .header_right_wrapper .col-full .menu_burger_btn span:after {
    width: 22px;
    height: 2px;
    border-radius: 30px;
    background: #312928;
    position: absolute;
    content: "";
    left: 0;
    bottom: -7px;
    transition: all ease .25s;
}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .menu_burger_btn span:after {
        width: 23px;
        height: 3px;
        bottom: -10px;
    }
}

header .header_right_wrapper .col-full .menu_burger_btn:hover span {
    width: 35px;
    transition: all ease .25s;
    background: #312928;
}

header .header_right_wrapper .col-full .menu_burger_btn:hover span:before {
    background: #312928;
    transition: all ease .25s;
}

header .header_right_wrapper .col-full .menu_burger_btn:hover span:after {
    width: 30px;
    background: #312928;
    transition: all ease .25s;
}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .menu_burger_btn:hover span:after {
        width: 30px;
    }
}

header .header_right_wrapper .col-full .logo-wrapper {
    margin-top: 14px;
}

header .header_right_wrapper .col-full .logo-wrapper img {
    width: 95px;
    height: 67px;
    margin-top: -6px;
    margin-left: -5px;
}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .logo-wrapper {
        margin-top: 6px;
    }

    header .header_right_wrapper .col-full .logo-wrapper img {
        max-width: 82px;
        width: 100%;
        height: auto;
    }
}

header .header_right_wrapper .col-full .col-full-center_content {
    width: 100%;
}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .col-full-center_content {
        width: 192px;
        position: relative;
    }
}

/* header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner {
      border-bottom: 1px solid #ADADAF;
  } */

header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner .header__delivery-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 7px;
}

header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner .header__delivery-info .header__delivery-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}


header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner .delivery__info .header__delivery-info-content {
    max-width: 250px;
}

/* header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner .header__delivery-info .header__delivery-heading .header__delivery-info-content-title {
      margin: 0;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      color: #000000;
      text-wrap: nowrap;
  } */

header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner .header__delivery-info .header__delivery-description {
    margin: 0;
    padding-left: 37px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    text-wrap: nowrap;
}

header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    margin-top: 27px;
    padding-bottom: 17px;
}

@media screen and (max-width: 1000px) {
    header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner {
        display: flex;
        justify-content: flex-start;
        flex-direction: row-reverse;
        gap: 10px;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner {
        flex-direction: row-reverse;
        align-content: center;


    }
}

header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner .work_shedule_wrapper svg {
    margin-right: 10px;
    margin-bottom: -2px;
}

@media (max-width: 1460px) {
    header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner .work_shedule_wrapper svg {
        margin-bottom: -4px;
    }
}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner .work_shedule_wrapper svg {
        margin-right: 6px;
        margin-bottom: -2px;
        width: 12px;
        height: 12px;
    }
}

.header__phone {
    display: flex;


}

@media (max-width: 1151px) {
    .header__phone {
        flex-direction: column;
        gap: 7px;
        align-items: flex-end;
    }
}

@media (max-width: 520px) {
    .header__phone {
        align-items: unset;
    }
}

.header__menu_flex {
    display: flex;
    gap: 11px;
}

.header__phone-inner {
    display: flex;
    align-items: center;
    /* gap: 10px; */
}

.header__phone .header__phone-heading .header__phone-heading-link {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header__phone .header__phone-heading .header__phone-heading-label {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 89%;
    color: #000;
    opacity: 0.5;
    transition: 0.3s ease-in-out;
    text-wrap: nowrap;
}

@media screen and (max-width: 1280px) {
    .header__phone .header__phone-heading .header__phone-heading-label {
        font-size: 16px;
        line-height: 100%;
    }
}

@media (max-width: 850px) {
    .header__phone .header__phone-heading .header__phone-heading-label {
        font-size: 14px;
        line-height: 114%;
    }
}

.header__phone .header__phone-description {

    margin: 1px 39px 0 6px;

    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 89%;
    color: #000;
    opacity: 0.5;
    text-wrap: nowrap;
}

@media screen and (max-width: 1280px) {
    .header__phone .header__phone-heading .header__phone-heading-label {
        font-size: 16px;
        line-height: 100%;
    }
}

@media (max-width: 520px) {
    .header__phone .header__phone-heading .header__phone-heading-label {
        font-size: 13px;
    }
}

@media (max-width: 1151px) {
    .header__phone .header__phone-description {
        margin: 1px 0 0 6px;
    }
}

@media (max-width: 850px) {
    .header__phone .header__phone-description {
        font-size: 14px;

    }
}

@media (max-width: 520px) {
    .header__phone .header__phone-description {
        font-size: 13px;
    }
}

.header__phone .header__phone-heading .header__phone-heading-link:hover .header__phone-heading-label {
    color: #D30909;
}

.header__search {
    position: relative;
    width: 100%;
    height: 39px;
}

.header__search .header__search-input {
    width: 100%;
    height: 100%;
    padding: 10px 35px 10px 15px;
    border: 1px solid #9a9a9d;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    background-color: #FFFFFF;
}

.header__search .header__search-input::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #9C9C9C;
}

.header__search span {
    position: absolute;
    top: 5px;
    right: 7px;
}

.header__orders {
    display: flex;
    /*  align-items: center;
      justify-content: space-between;
      width: 169px;
      height: 39px;
      min-width: 169px;
      padding: 0 15px 0 21px;
      border-radius: 30px;
      box-shadow: 0 4px 4px 0 rgba(250, 74, 12, 0.2); */
    background: unset;
    cursor: pointer;
}

.header__orders .header__orders-icon {
    margin-top: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header__orders .header__orders-icon:hover {
    transform: scale(1.05);
}

.header__orders .header__orders-value {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    color: #FFFFFF;
}

.header__orders span,
.cart-count {
    border-radius: 30px;
    padding: 2px 5px 3px 6px;
    width: 18px;
    height: 18px;
    background: #ff0a0a;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    margin-left: 15px;
    margin-top: -45px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
}

.header__tell {
    cursor: pointer;
    transition: all 0.3s ease;
}

.header__tell:hover {
    transform: scale(1.05);
}

.header__profile {
    /* border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 39px;
      min-width: 39px;
      height: 39px;
      min-height: 39px;
      background-color: #FFAD00; */
    cursor: pointer;
    transition: all 0.3s ease;
}

.header__profile:hover {
    transform: scale(1.05);
}

header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner .work_shedule_wrapper span {
    font-size: 28px;
    color: #000;
    position: relative;
}

@media (max-width: 1460px) {
    header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner .work_shedule_wrapper span {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .col-full-center_content .col-full-center_top .header_contacts_inner .work_shedule_wrapper span {
        font-size: 12px;
        font-weight: 600;
    }
}


header .header_right_wrapper .col-full .col-full-center_content .col-full-center_bottom {
    display: flex;
    justify-content: space-between;

}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .col-full-center_content .col-full-center_bottom {
        margin: 0;
    }
}

header .header_right_wrapper .col-full .col-full-center_content .col-full-center_bottom .menu-top-container {
    width: 100%;
}

@media (max-width: 1000px) {
    header .header_right_wrapper .col-full .col-full-center_content .col-full-center_bottom .menu-top-container {
        display: none;
    }
}

header .header_right_wrapper .col-full .col-full-center_content .col-full-center_bottom .menu-top-container .secondary-menu {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

header .header_right_wrapper .col-full .col-full-center_content .col-full-center_bottom .menu-top-container .secondary-menu .menu-item {
    width: 100%;
    margin-top: 2px;

}

header .header_right_wrapper .col-full .col-full-center_content .col-full-center_bottom .menu-top-container .secondary-menu .menu-item a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 89%;
    color: #312928;
    transition: all ease .25s;
    font-family: "Montserrat", sans-serif;

}

.col-full-center_bottom .menu__button {}

@media (max-width: 1460px) {
    header .header_right_wrapper .col-full .col-full-center_content .col-full-center_bottom .menu-top-container .secondary-menu .menu-item a {
        font-size: 18px;
    }
}

header .header_right_wrapper .col-full .col-full-center_content .col-full-center_bottom .menu-top-container .secondary-menu .menu-item a:hover {
    color: #D30909;
    transition: all ease .25s;
}

header .header_right_wrapper .col-full .top-delivery {
    margin-right: 65px;
}

@media (max-width: 1730px) {
    header .header_right_wrapper .col-full .top-delivery {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    header .header_right_wrapper .col-full .top-delivery {
        display: none;
    }
}

header .header_right_wrapper .col-full .top-delivery span {
    color: #79842f;
    font-size: 18px;
    max-width: 222px;
    display: block;
    margin-top: 65px;
}

@media (max-width: 1730px) {
    header .header_right_wrapper .col-full .top-delivery span {
        max-width: 186px;
        margin-top: 100px;
    }
}

@media (max-width: 1460px) {
    header .header_right_wrapper .col-full .top-delivery span {
        margin-top: 92px;
    }
}

header .header_right_wrapper .site-header-cart .cart-content {
    position: fixed;
    top: 0;
    right: -380px;
    bottom: 0;
    width: 380px;
    height: 100vh;
    background: #fff;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1000;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    opacity: 0;
    transform: translateX(20px);
}

@media (max-width: 767px) {
    header .header_right_wrapper .site-header-cart .cart-content {
        right: -100vw;
        width: 100vw;
        border-radius: 0;
        opacity: 0;
        transform: translateX(50px);
    }
}

header .header_right_wrapper .site-header-cart .cart-content.toggled {
    right: 0;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: translateX(0);
}

/* Add backdrop for mobile */
.cart-content::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 380px;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}

.cart-content.toggled::before {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 767px) {
    .cart-content::before {
        right: 0;
    }
}


/* Modern cart header styles */
.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.cart-content.toggled .cart-header {
    opacity: 1;
    transform: translateY(0);
}

.cart-header-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.cart-close {
    background: #ffffff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8) rotate(-90deg);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

.cart-content.toggled .cart-close {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.cart-content.toggled .cart-close:hover {
    background: #D30909;
    color: white;
    transform: scale(1.1) rotate(0deg);
}

@media (max-width: 767px) {
    .cart-header {
        padding: 15px;
    }

    .cart-header-title {
        font-size: 20px;
    }

    .cart-close {
        width: 35px;
        height: 35px;
    }
}

/* Cart items animation */
.cart-items-container {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.cart-content.toggled .cart-items-container {
    opacity: 1;
    transform: translateY(0);
}

/* Loading animation for cart */
.cart-items-container.loading {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.cart-items-container.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #D30909;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* New modern cart styles */
.cart-items-container {
    padding: 0 20px 20px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    scrollbar-width: none;
}

.cart-items-container::-webkit-scrollbar {
    width: 0;
}

@media (max-width: 767px) {
    .cart-items-container {
        padding: 0 15px 15px;
        max-height: calc(100vh - 150px);
    }
}

.cart-items-container .empty {
    text-align: center;
    color: #666;
    font-size: 18px;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin: 20px 0;
}

.cart-items-container .cart_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-items-container .mini_cart_item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.cart-item-image {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cart-item-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.cart-item-name:hover {
    color: #D30909;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-btn {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    transition: all 0.3s ease;
}

.qty-btn:hover {
    background: #D30909;
    color: white;
    border-color: #D30909;
}

.qty-display {
    min-width: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.cart-item-price {
    font-size: 16px;
    font-weight: 700;
    color: #D30909;
}

.remove-item {
    position: absolute;
    top: 10px;
    right: 0;
    width: 30px;
    height: 30px;
    /* background: #f8f9fa; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #D30909;
    text-decoration: none;
}

.remove-item:hover {
    /* background: #ff4757; */
    /* color: white; */
}

.cart-items-container .total {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.cart-items-container .buttons {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.cart-items-container .buttons a {
    color: #fff;
    background: #D30909;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 120px;
    /* display: none; */
}

.cart-items-container .buttons a:first-child {
    display: none;
}


.cart-items-container .buttons a:hover {
    background: #D30909;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(211, 9, 9, 0.3);
}

.cart-items-container .buttons .checkout {
    background: #D30909;
}

.cart-items-container .buttons .checkout:hover {
    background: #D30909;
}

/* ===== MODERN CHECKOUT STYLES ===== */

/* Modern Checkout Container */
.modern-checkout-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    background: #f8f9fa;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

/* Checkout Header */
.checkout-header {
    background: linear-gradient(135deg, #D30909 0%, #ff1a1a 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(211, 9, 9, 0.3);
}

.checkout-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkout-title i {
    font-size: 2.2rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Progress Steps */
.checkout-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    min-width: 120px;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

.step.active .step-number {
    background: white;
    color: #D30909;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.step-text {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.8;
    text-align: center;
}

.step.active .step-text {
    opacity: 1;
    font-weight: 600;
}

.step-connector {
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 -10px;
    margin-top: -20px;
}

/* Main Content Layout */
.checkout-main-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: start;
}

.checkout-left-section .checkout-right-section {
    /* background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden; */
}

/* Section Headers */
.section-header {
    padding: 0px 30px;
    /* border-bottom: 1px solid #f0f0f0; */
    position: relative;
}

.section-title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title i {
    color: #D30909;
    font-size: 1.3rem;
}

.section-divider {
    height: 3px;
    background: linear-gradient(90deg, #D30909, transparent);
    margin-top: 10px;
    border-radius: 2px;
}

.section-content {
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .section-content {
        padding: 0px;
    }
}

/* Modern Form Fields */
.billing-fields-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.field-group {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.field-group:hover {
    border-color: #D30909;
    box-shadow: 0 5px 15px rgba(211, 9, 9, 0.1);
}

.field-group-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 15px 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 10px;
}

.field-group-header h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
}

.field-group-header i {
    color: #D30909;
    font-size: 1.2rem;
}

.field-group-content {
    padding: 15px 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /* gap: 20px; */
}

.modern-form-field {
    position: relative;
}

.modern-form-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #495057;
    font-size: 0.95rem;
}

.modern-form-field .required {
    color: #D30909;
}

.modern-form-control,
.modern-form-field input[type="text"],
.modern-form-field input[type="email"],
.modern-form-field input[type="tel"],
.modern-form-field input[type="password"],
.modern-form-field select,
.modern-form-field textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    color: #495057;
}

.modern-form-control:focus,
.modern-form-field input:focus,
.modern-form-field select:focus,
.modern-form-field textarea:focus {
    outline: none;
    border-color: #D30909;
    box-shadow: 0 0 0 3px rgba(211, 9, 9, 0.1);
    transform: translateY(-1px);
}

/* Custom Checkbox */
.modern-checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.modern-checkbox-label:hover {
    border-color: #D30909;
    background: rgba(211, 9, 9, 0.02);
}

.modern-checkbox {
    display: none;
}

.checkbox-custom {
    min-width: 20px;
    min-height: 20px;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
}

.modern-checkbox:checked+.checkbox-custom {
    background: #D30909;
    border-color: #D30909;
}

.modern-checkbox:checked+.checkbox-custom::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.checkbox-text {
    font-weight: 500;
    color: #495057;
}

/* Account Creation Fields */
.create-account-fields {
    margin-top: 20px;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.account-description {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Order Summary */
.order-summary-wrapper {
    position: relative;
    /* Для корректной работы loading overlay */
    top: 20px;
}

.modern-review-order-wrapper {
    padding: 0;
}

.order-items-section {
    padding: 20px 30px;
    border-bottom: 1px solid #f0f0f0;
}

.order-items-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modern-order-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.modern-order-item:hover {
    border-color: #D30909;
    box-shadow: 0 3px 10px rgba(211, 9, 9, 0.1);
}

.item-image {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-details {
    flex: 1;
}

.item-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.item-meta {
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.item-quantity {
    color: #D30909;
    font-weight: 500;
    font-size: 0.9rem;
}

.item-price {
    font-weight: 600;
    color: #333;
    font-size: 1.1rem;
}

/* Order Summary Section */
.order-summary-section {
    padding: 20px 30px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f8f9fa;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-label {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #495057;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .summary-label {
        display: none;
    }
}

.summary-label i {
    color: #D30909;
    width: 16px;
    text-align: center;
}

.summary-value {
    font-weight: 600;
    color: #333;
}

.total-row {
    padding: 20px 0;
    border-top: 2px solid #D30909;
    margin-top: 15px;
}

.total-row .summary-label,
.total-row .summary-value {
    font-size: 1.2rem;
}

.total-value {
    color: #D30909 !important;
}

.discount-value {
    color: #28a745 !important;
}

/* Payment Methods */
.payment-methods-section {
    margin-bottom: 30px;
}

.modern-payment-methods {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .payment-method-item {
        padding: 0px 10px;
    }
}

.payment-methods-wrapper {
    padding: 0 30px;
}

@media screen and (max-width: 480px) {
    .payment-methods-wrapper {
        padding: 0 15px;
    }
}

.privacy-agreement-section {
    padding: 0 30px;
}

.privacy-agreement-section .consent-download-link {
    display: block;
    margin-top: 10px;
    font-size: 13px;
}

.privacy-agreement-section .consent-download-link a {
    color: #e21b0e;
    text-decoration: none;
}

.privacy-agreement-section .consent-download-link a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 480px) {
    .privacy-agreement-section {
        padding: 0 15px;
    }
}



.payment-method-item {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: 452px;
    width: 100%;
    margin: 10px auto 0;
}

.payment-method-item:hover {
    border-color: #D30909;
    box-shadow: 0 5px 15px rgba(211, 9, 9, 0.1);
}

.payment-method-label {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    cursor: pointer;
    margin: 0;
}

.input-radio {
    display: none;
}

.payment-method-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.input-radio:checked+.payment-method-radio {
    border-color: #D30909;
}

.input-radio:checked+.payment-method-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #D30909;
    border-radius: 50%;
}

.payment-method-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-method-title {
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-toggle {
    color: #6c757d;
    font-size: 0.8rem;
}

.payment-method-icon img {
    max-height: 30px;
    max-width: 80px;
}

.payment-box {
    padding: 20px;
    border-top: 1px solid #f0f0f0;
    background: #f8f9fa;
}

/* Place Order Button */
.place-order-section {
    text-align: center;
    padding: 10px 30px;
}

@media screen and (max-width: 480px) {
    .place-order-section {
        padding: 10px 15px;
    }
}


/* Предупреждение о согласии на обработку персональных данных */
.privacy-warning {
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #fff8e1;
    border: 1px solid #ffd54f;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInUp 0.3s ease;
    box-shadow: 0 2px 4px rgba(255, 193, 7, 0.1);
}

.privacy-warning .warning-message {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f57c00;
    font-size: 0.85rem;
    font-weight: 500;
}

.privacy-warning .warning-message i {
    color: #ff9800;
    font-size: 0.9rem;
}

.privacy-warning .warning-message span {
    line-height: 1.3;
}

.modern-place-order-btn {
    background: linear-gradient(135deg, #D30909 0%, #ff1a1a 100%);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 250px;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 20px rgba(211, 9, 9, 0.3);
}

.modern-place-order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(211, 9, 9, 0.4);
}

.modern-place-order-btn:active {
    transform: translateY(0);
}

.modern-place-order-btn:disabled {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 10px rgba(108, 117, 125, 0.3);
    opacity: 0.7;
}

.modern-place-order-btn:disabled:hover {
    transform: none;
    box-shadow: 0 2px 10px rgba(108, 117, 125, 0.3);
}

.modern-place-order-btn i {
    font-size: 1rem;
}

.btn-loader {
    display: none;
}

.modern-place-order-btn.loading .btn-text {
    display: none;
}

.modern-place-order-btn.loading .btn-loader {
    display: block;
}

.security-info {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #6c757d;
    font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
    .security-info {
        display: none;
    }
}

.security-info i {
    color: #28a745;
}

/* Alert Messages */
.alert {
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-warning {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
}

.noscript-warning {
    background: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.update-totals-btn {
    margin-top: 10px;
    padding: 8px 16px;
    background: #6c757d;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Tablet responsive styles for checkout */
@media (max-width: 1024px) {
    .modern-checkout-container {
        /* padding: 0 40px; */
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* Mobile responsive styles for checkout */
@media (max-width: 768px) {
    .modern-checkout-container {
        /* padding: 20px 20px; */
    }

    .checkout-header {
        padding: 20px;
        text-align: center;
    }

    .checkout-title {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
    }

    .checkout-steps {
        flex-wrap: wrap;
        gap: 10px;
    }

    .step {
        min-width: 80px;
    }

    .step-connector {
        display: none;
    }

    .checkout-main-content {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .section-content {
        padding: 0px;
    }

    .field-group-content {
        grid-template-columns: 1fr;
        /* gap: 15px; */
    }

    /* Мобильные стили для предупреждения */
    .privacy-warning {
        margin: 0 15px 15px 15px;
        padding: 8px 12px;
    }

    .privacy-warning .warning-message {
        font-size: 0.8rem;
        text-align: center;
        /* flex-direction: column; */
        gap: 6px;
    }

    .modern-place-order-btn {
        min-width: 200px;
        padding: 16px 30px;
        font-size: 1rem;
    }

    .modern-order-item {
        flex-direction: column;
        text-align: center;
    }

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

    .modern-place-order-btn {
        width: 100%;
        min-width: auto;
        padding: 10px 20px;
        max-width: 300px;
        width: 100%;

    }
}

@media (max-width: 480px) {
    .checkout-title {
        font-size: 1.5rem;
    }

    .section-header {
        padding: 0 15px 20px;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .order-items-section,
    .order-summary-section {
        padding: 15px 20px;
    }

    .modern-order-item {
        padding: 12px;
    }
}

/* Дополнительные стили для обновления checkout */
.checkout-updating .modern-review-order-wrapper {
    opacity: 0.7;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.shipping-method-updating {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

/* Анимация для обновляющихся элементов */
.updating-totals {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

/* Стили для индикатора загрузки */
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    border-radius: 15px;
}

.loading-spinner {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #D30909;
    font-weight: 500;
    font-size: 1rem;
}

.loading-spinner i {
    font-size: 1.2rem;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Кнопка ручного обновления */
.manual-update-section {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.manual-update-btn {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 3px 10px rgba(40, 167, 69, 0.3);
}

.manual-update-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
}

.manual-update-btn:active {
    transform: translateY(0);
}

.manual-update-btn i {
    font-size: 0.8rem;
}

/* Индикатор загрузки для итоговой суммы */
.total-loading {
    color: #D30909;
    font-size: 0.9rem;
}

.total-loading i {
    animation: spin 1s linear infinite;
}

/* Простой спиннер для итоговой суммы */
.total-spinner {
    color: #D30909;
    font-size: 0.9rem;
    margin-left: 5px;
    animation: spin 1s linear infinite;
}

/* Mobile responsive styles for cart */
@media (max-width: 767px) {
    .cart-item-image {
        width: 50px;
        height: 50px;
    }

    .cart-item-name {
        font-size: 14px;
    }

    .qty-btn {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .qty-display {
        min-width: 25px;
        font-size: 14px;
    }

    .cart-item-price {
        font-size: 14px;
    }

    .remove-item {
        width: 25px;
        height: 25px;
        top: 5px;
    }

    .cart-items-container .total {
        font-size: 18px;
        margin: 15px 0;
        padding: 12px;
    }

    .cart-items-container .buttons a {
        font-size: 14px;
        padding: 10px 20px;
        margin: 3px;
        min-width: 100px;
    }

    .cart-items-container .mini_cart_item {
        padding: 12px 0;
        gap: 10px;
    }
}


@media (max-width: 1640px) {
    header .header_right_wrapper .top-img .master-slider-parent {
        margin-right: 20px;
        margin-left: 20px;
    }
}




header .header_right_wrapper .top-img .ms-view {
    overflow: inherit;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    header .header_right_wrapper .top-img .ms-view {
        height: 150px !important;
        margin-bottom: 30px;
    }
}


header .header_right_wrapper .top-img .ms-slide {
    background: #7F8C25 url(images/img_banner-bg.jpg);
    background-size: cover;
    border-radius: 50px;
    overflow: hidden;
}

@media (max-width: 767px) {
    header .header_right_wrapper .top-img .ms-slide {
        border-radius: 20px;
        height: 150px !important;
    }

    header .header_right_wrapper .top-img .ms-slide .ms-slide-bgcont {
        background-size: contain;
    }
}


header .header_right_wrapper .top-img .ms-slide-info {
    position: absolute !important;
    left: 100px;
    top: 50px;
    max-width: 400px;
}

@media (max-width: 767px) {
    header .header_right_wrapper .top-img .ms-slide-info {
        top: 20px;
        left: 20px;
        margin-top: 0 !important;
        max-width: 150px;
    }
}

header .header_right_wrapper .top-img .ms-slide-info .top-ban-title span {
    color: #f3d34a;
}

@media (max-width: 767px) {
    header .header_right_wrapper .top-img .ms-slide-info .top-ban-title span:nth-child(1) {
        font-size: 12px !important;
    }

    header .header_right_wrapper .top-img .ms-slide-info .top-ban-title span:nth-child(3) {
        font-size: 14px !important;
        max-width: 178px;
        display: block;
    }
}

header .header_right_wrapper .top-img .ms-slide-info .top-ban-price {
    color: #f3d34a;
    font-size: 150px;
    margin-top: 25px;
}

@media (max-width: 767px) {
    header .header_right_wrapper .top-img .ms-slide-info .top-ban-price {
        font-size: 30px;
        margin-top: 0;
    }
}

header .header_right_wrapper .top-img .ms-bullets {
    opacity: 1 !important;
    bottom: -45px !important;
    display: block !important;
}

@media (max-width: 767px) {
    header .header_right_wrapper .top-img .ms-bullets {
        bottom: -35px !important;
    }
}

header .header_right_wrapper .top-img .ms-bullets .ms-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6f7b20;
}

header .header_right_wrapper .top-img .ms-bullets .ms-bullet.ms-bullet-selected {
    background: #D30909;
}

.content-area .site-main .col-full {
    max-width: 1640px;
    /* padding-left: 20px;
      padding-right: 20px; */
    margin: 0 auto;

    max-width: 1440px;
    padding: 0 80px;
}

@media screen and (max-width: 1020px) {
    .content-area .site-main .col-full {
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .content-area .site-main .col-full {
        padding: 0 16px;
    }
}



.content-area .site-main .col-full .section-title {
    /* margin-top: 8px;
    padding-top: 50px; */
    margin-bottom: 31px;
    font-size: 48px;

    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 55px;
    line-height: 142%;
    letter-spacing: -0.07em;
    color: #d30909;
    margin-top: 46px;
}

@media (max-width: 1280px) {
    .content-area .site-main .col-full .section-title {
        font-size: 50px;
    }
}

@media (max-width: 900px) {
    .content-area .site-main .col-full .section-title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .content-area .site-main .col-full .section-title {
        padding-top: 30px;
        margin-bottom: 20px;
        font-size: 40px;
    }
}

.content-area .site-main .col-full .items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* margin-left: -24px;
      margin-right: -24px; */
    margin: 0;
    gap: 10px;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .content-area .site-main .col-full .items {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        gap: 0;
    }
}

.content-area .site-main .col-full .items .product {
    width: calc(25% - 8px);
    /* padding-left: 24px;
      padding-right: 24px; */
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 312px;
    min-width: 215px;
    /* background-color: #fff; */
    border-radius: 20px;
    /* margin: 0 auto 0; */
    margin: 0;
}

@media (max-width: 1051px) {
    .content-area .site-main .col-full .items .product {
        min-width: 270px;
    }
}

@media (max-width: 1040px) {
    .content-area .site-main .col-full .items .product {
        min-width: 260px;
    }
}

@media (max-width: 880px) {
    .content-area .site-main .col-full .items .product {
        min-width: 249px;
    }
}

@media (max-width: 850px) {
    .content-area .site-main .col-full .items .product {
        min-width: 239px;
    }
}

@media (max-width: 830px) {
    .content-area .site-main .col-full .items .product {
        min-width: 229px;
    }
}

@media (max-width: 790px) {
    .content-area .site-main .col-full .items .product {
        min-width: 219px;
    }
}




@media (max-width: 767px) {
    .content-area .site-main .col-full .items .product {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 16px;
        position: relative;
        max-width: 100%;
    }
}

.content-area .site-main .col-full .items .product .woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.content-area .site-main .col-full .items .product .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .container-image-and-badge {
        width: 50%;
    }

    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
        width: 50%;
        position: relative;
    }

    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .container-image-and-badge img {
        width: 100%;
    }
}

@media (max-width: 470px) {
    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
        height: 150px;
        object-fit: cover;
    }
}

.content-area .site-main .col-full .items .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    /* font-size: 22px;
      color: #000;
      margin-bottom: 15px;
      min-height: 53px; */
    font-family: 'Montserrat', sans-serif !important;
    margin-left: 14px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 101%;
    color: #312928;
}

@media (max-width: 767px) {
    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
        position: absolute;
        right: 0;
        left: 50%;
        margin-top: 0;
        margin-left: 16px;
        font-size: 14px;
        min-height: 27px;
        height: 27px;
        overflow: hidden;
        margin-bottom: 0;
        line-height: 13px;
        margin-top: 20px;
    }
}

.content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-icons span {
    font-size: 17px;
    color: #6f7b20;
    margin-right: 30px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 143%;
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-icons span {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-icons {
        position: absolute;
        right: 0;
        top: 67px;
        left: 50%;
        margin-left: 16px;
        margin-top: 20px;
    }
}

.content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-icons span:last-child {
    margin-right: 0;
}


.content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-icons span img {
    margin-top: -5px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-icons span img {
        margin-top: -3px;
        margin-right: 5px;
        width: 12px;
    }
}

.product-icons {
    margin-left: 14px;
}

.content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-description {
    margin-top: 15px;
    margin-bottom: auto;
    margin-left: 14px;
    margin-right: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #312928;
}

.content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-description p {

    font-family: 'Montserrat', sans-serif !important;

}


@media (max-width: 767px) {
    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-description {
        margin: 0;
        position: absolute;
        left: 50%;
        right: 0;
        top: 26px;
        margin-left: 16px;
        max-height: 42px;
        overflow: hidden;
        margin-top: 20px;
    }
}

.content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-description p {
    font-size: 17px;
    color: #000;
}

@media (max-width: 767px) {
    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-description p {
        font-size: 12px;
        margin: 0;
    }
}

.content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-price {
    position: absolute;
    /* right: 0;
      bottom: -54px; */
    left: 14px;
    bottom: -50px;




}

.product-price {
    position: absolute;
    right: 14px;
    bottom: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 28px;
    line-height: 101%;
    color: #312928;
}

@media (max-width: 767px) {
    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-price {
        /* bottom: 0;
          bottom: 15px;
      left: 360px; */
        position: absolute;
        top: 80%;
        left: 53%;
    }
}

@media (max-width: 520px) {
    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-price {
        top: 75%;

    }
}

.content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-price * {
    font-size: 34px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 28px;
    line-height: 101%;
    color: #312928;
}


@media (max-width: 767px) {
    .content-area .site-main .col-full .items .product .woocommerce-loop-product__link .product-price * {
        font-size: 18px;
    }
}

.content-area .site-main .col-full .items .product .product-btn {
    width: max-content;
    margin-top: 10px;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .content-area .site-main .col-full .items .product .product-btn {
        margin-top: 0;
        position: absolute;
        left: 86%;
        bottom: 12px;
        margin-left: 16px;
        transition: all 0.3s ease;
    }
}

@media (max-width: 720px) {
    .content-area .site-main .col-full .items .product .product-btn {
        bottom: 5px;
    }
}

@media (max-width: 620px) {
    .content-area .site-main .col-full .items .product .product-btn {
        bottom: 2px;
    }
}

@media (max-width: 570px) {
    .content-area .site-main .col-full .items .product .product-btn {
        bottom: 0px;
        left: 83%;
    }
}

@media (max-width: 520px) {
    .content-area .site-main .col-full .items .product .product-btn {
        left: 79%;
    }
}

.noselect {
    display: none;
}

.content-area .site-main .col-full .items .product .product-btn .btn {
    /* background: #D30909;
      color: #fff;
      font-size: 20px;
      padding: 8px 12px;
      border-radius: 10px;
      transition: all ease .25s; */
}

@media (max-width: 767px) {
    .content-area .site-main .col-full .items .product .product-btn .btn {
        font-size: 12px;
        padding: 0 10px;
    }
}

.content-area .site-main .col-full .items .product .product-btn .btn:hover {
    /* background: #ff8800; */
    /* transition: all ease .25s; */


    transform: scale(1.01);
}


.content-area .site-main .col-full .entry-content h1 {
    /* text-align: start !important; */
    font-size: 48px;
    color: #000;
    /* margin-top: 50px; */
}

@media (max-width: 767px) {
    .content-area .site-main .bottom-content .entry-content.hidden {
        max-height: 308px;
        overflow: hidden;
    }

    .content-area .site-main .col-full .entry-content h1 {
        font-size: 24px;
        /* margin-top: 34px; */
        margin-bottom: 0;
    }
}

.content-area .site-main .col-full .entry-content span {
    /* font-size: 18px;
    color: #000; */
    /* margin-bottom: 30px; */
    /* display: block; */
}

@media (max-width: 767px) {
    .content-area .site-main .col-full .entry-content span {
        font-size: 12px;
    }
}

.content-area .site-main .col-full .all_entry-content_btn {
    font-size: 14px;
    color: #fff;
    background: #D30909;
    border-radius: 10px;
    padding: 3px 10px;
    width: max-content;
    display: none;
    margin-top: 24px;
}

@media (max-width: 767px) {
    .content-area .site-main .bottom-content .all_entry-content_btn {
        display: block;
    }
}

.site-footer hidden-xs {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}



@media (max-width: 767px) {
    .add-button-svg {
        width: 30px;
        height: 30px;
    }
}

footer .footer_top_wrapper {
    background: #312928;
    margin-top: 63px;
}

@media screen and (max-width: 767px) {
    footer .footer_top_wrapper {
        margin-top: 50px;
    }
}



footer .footer_top_wrapper .ip5_mobile_bottom_panel {
    display: none;
}

@media screen and (max-width: 767px) {
    footer .footer_top_wrapper .ip5_mobile_bottom_panel {
        display: flex;
        justify-content: space-between;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 60px;
        background: #fff;
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 0 -4px 12px rgb(0, 0, 0, .1);
        z-index: 900;
        padding-top: 10px;
    }

    footer .footer_top_wrapper .ip5_mobile_bottom_panel div {
        width: 42px;
        height: 42px;
    }

    footer .footer_top_wrapper .ip5_mobile_bottom_panel div.catalog {
        background: url(../../uploads/2025/07/Group.svg) no-repeat center center;
    }

    footer .footer_top_wrapper .ip5_mobile_bottom_panel div.phone {
        background: url(../../uploads/2025/07/phone-svgrepo-com-2-1.svg) no-repeat center center;
    }

    footer .footer_top_wrapper .ip5_mobile_bottom_panel div.phone a {
        width: 42px;
        height: 42px;
        display: block;
    }

    footer .footer_top_wrapper .ip5_mobile_bottom_panel div.user {
        background: url(../../uploads/2025/07/user-1-svgrepo-com-1.svg) no-repeat center center;
    }

    footer .footer_top_wrapper .ip5_mobile_bottom_panel div.user a {
        width: 42px;
        height: 42px;
        display: block;
    }

    footer .footer_top_wrapper .ip5_mobile_bottom_panel div.cart {
        background: url(../../uploads/2025/07/basket-svgrepo-com-1-1.svg) no-repeat center center;
    }
}

footer .footer_top_wrapper .col-full {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 50px;
    width: 100%;
    margin: 0px auto;
    padding: 39px 80px 0;
}

@media screen and (max-width: 767px) {
    footer .footer_top_wrapper .col-full {
        padding-bottom: 30px;
        padding-top: 50px;
        flex-direction: column;
        position: relative;
        padding: 29px 16px 0;
    }
}

footer .footer_top_wrapper .col-full .footer_contacts_wrapper {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    footer .footer_top_wrapper .col-full .footer_contacts_wrapper {
        /* display: none; */
    }
}

footer .footer_top_wrapper .col-full .footer_contacts_wrapper h3 {
    margin-bottom: 24px;
    margin-top: 0;
    font-size: 36px;
    color: #000;
}

footer .footer_top_wrapper .col-full .footer_contacts_wrapper span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 112%;
    text-transform: capitalize;

    color: #c8c8c8;
    margin-bottom: 15px;

}

@media (max-width: 768px) {
    footer .footer_top_wrapper .col-full .footer_contacts_wrapper span {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-transform: capitalize;
        color: #c8c8c8;
    }
}

footer .footer_top_wrapper .col-full .footer_contacts_wrapper span a {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #c8c8c8;
    transition: all ease .25s;
}

@media (max-width: 768px) {
    footer .footer_top_wrapper .col-full .footer_contacts_wrapper span a {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-transform: capitalize;
        color: #c8c8c8;
    }
}

footer .footer_top_wrapper .col-full .footer_contacts_wrapper span a:hover {
    color: #D30909;
    transition: all ease .25s;
}

footer .footer_top_wrapper .col-full .menu-top-container {
    /* margin-right: 20px; */
}

@media screen and (max-width: 767px) {
    footer .footer_top_wrapper .col-full .menu-top-container {
        margin-right: 42px;
    }
}

footer .footer_top_wrapper .col-full .menu-top-container .secondary-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* flex-wrap: wrap;
      max-width: 500px;
      margin-right: -150px; */
}

.footer__social_wrapper {
    width: 100%;
}

@media screen and (max-width: 767px) {
    footer .footer_top_wrapper .col-full .menu-top-container .secondary-menu {
        display: flex;
        flex-direction: column;
        margin: 0;
        align-items: flex-start;
    }
}

footer .footer_top_wrapper .col-full .menu-top-container .secondary-menu .menu-item {
    width: 50%;
    width: auto;
}

@media screen and (max-width: 767px) {
    footer .footer_top_wrapper .col-full .menu-top-container .secondary-menu .menu-item {
        width: auto;
    }
}

footer .footer_top_wrapper .col-full .menu-top-container .secondary-menu .menu-item a {
    font-family: 'Montserrat', sans-serif;

    font-weight: 400;
    font-size: 18px;
    line-height: 172%;
    text-transform: capitalize;
    color: #c8c8c8;
    color: #c8c8c8;
    margin-bottom: 5px;
    display: block;
    transition: all ease .25s;
}

@media screen and (max-width: 767px) {
    footer .footer_top_wrapper .col-full .menu-top-container .secondary-menu .menu-item a {
        margin-bottom: 10px;
    }
}

footer .footer_top_wrapper .col-full .menu-top-container .secondary-menu .menu-item a:hover {
    color: #D30909;
    transition: all ease .25s;
}

footer .footer_top_wrapper .col-full .footer_social_wrapper {
    display: flex;
    flex-direction: column;
}

footer .footer_top_wrapper .col-full .footer_social_wrapper * {
    margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
    footer .footer_top_wrapper .col-full .footer_social_wrapper * {
        margin-bottom: 16px;
    }
}

footer .footer_top_wrapper .col-full .footer_social_wrapper a {
    font-size: 24px;
    color: #000;
    transition: all ease .25s;
}

@media screen and (max-width: 767px) {
    footer .footer_top_wrapper .col-full .footer_social_wrapper a {
        font-size: 16px;
    }

    footer .footer_top_wrapper .col-full .footer_social_wrapper a br {
        display: none;
    }
}




footer .footer_top_wrapper .col-full .footer_social_wrapper a:hover {
    color: #D30909;
    transition: all ease .25s;
}

footer .footer_top_wrapper .col-full .footer_social_wrapper .footer_social img {
    margin-right: 45px;
}

footer .footer_top_wrapper .col-full .footer_social_wrapper .footer_social .tel {
    display: none;
}

@media screen and (max-width: 767px) {
    footer .footer_top_wrapper .col-full .footer_social {
        position: absolute;
        right: 20px;
        top: 50px;
        display: flex;
        flex-direction: column;
    }

    footer .footer_top_wrapper .col-full .footer_social_wrapper .footer_social img {
        margin-right: 0;
    }

    footer .footer_top_wrapper .col-full .footer_social_wrapper .footer_social .tel {
        display: block;
    }
}

.footer__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 80px;
    line-height: 34%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.41);
    margin-top: 123px;
    margin-bottom: 34px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .footer__title {
        display: none;
    }
}

.footer__copy {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    color: #c8c8c8;
    white-space: nowrap
}

@media (max-width: 767px) {
    .footer__copy {
        font-size: 11px;
    }
}

.footer__margin {
    display: flex;
    gap: 40px;
}

@media (max-width: 1200px) {
    .footer__margin {
        flex-direction: column;
        gap: 0;
        margin-top: 10px;
    }
}


.footer__container_title {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px 31px;
    background: #312928;
}

@media (max-width: 1200px) {
    .footer__container_title {
        flex-direction: column-reverse;
        padding: 0 80px 31px
    }
}

@media (max-width: 767px) {
    .footer__container_title {
        padding: 0 16px 31px;
        margin-bottom: 40px;
    }
}

.footer__backgraund {
    background: #312928;
}


.footer__title_mobile {
    display: none;
}

@media (max-width: 767px) {
    .footer__title_mobile {
        display: block;
        font-weight: 900;
        font-size: 48px;
        line-height: 56%;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 0.41);
        margin: 34px 0 0 0;
    }
}

body #shiftnav-toggle-main {
    display: none !important;
}



@media screen and (max-width: 767px) {
    html {
        margin-top: 0 !important;
    }
}

.footer__vk {
    width: 45px;
    display: block;
    margin-top: 35px;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer__vk:hover {
    transform: scale(1.05);
}

.footer__vk {
    @media (max-width: 767px) {
        display: none;
    }
}

.footer__vk_mobile {
    display: none;
}

@media (max-width: 767px) {
    .footer__vk_mobile {
        display: block;
        margin: 0 0 75px 0;
    }
}

footer .footer_bottom_wrapper .col-full {
    max-width: 1640px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

footer .footer_bottom_wrapper .col-full .copyright_wrapper {
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    footer .footer_bottom_wrapper .col-full .copyright_wrapper {
        font-size: 12px;
    }
}


.content-area .woocommerce_category_content {
    padding-top: 50px;
}

.content-area .woocommerce_category_content p {
    margin-bottom: 24px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .content-area .woocommerce_category_content p span {
        font-size: 14px !important;
        line-height: 16px;
    }
}


.mfp-wrap .mfp-arrow {
    display: none;
}

.mfp-wrap .wpb_wl_quick_view_content {
    border-radius: 20px;
    padding: 40px;
}

@media screen and (max-width: 767px) {
    .mfp-wrap .wpb_wl_quick_view_content {
        padding: 30px;
    }
}

.mfp-wrap .wpb_wl_quick_view_content .mfp-close {
    color: #000;
}

.mfp-wrap .wpb_wl_quick_view_content .mfp-close:hover {
    color: #D30909;
}

.mfp-wrap .mfp-content .wpb_wl_images {
    width: 60%;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .mfp-wrap .mfp-content .wpb_wl_images {
        width: 100%;
    }

    .mfp-wrap .mfp-content .wpb_wl_summary {
        padding: 15px 0 0;
    }
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .wpb_wl_product_title {
    color: #000;
    min-height: 65px;
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .price * {
    color: #000;
    font-size: 40px;
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .price {
    display: none;
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .woocommerce-product-details__short-description {
    display: none;
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .quantity_wrapper label.screen-reader-text {
    display: none;
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .quantity_wrapper {
    display: flex;
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .quantity_wrapper .quantity {
    position: relative;
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .quantity_wrapper .quantity:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .quantity_wrapper .down_qty {
    background: #D30909;
    border: none;
    border-radius: 10px;
    margin-right: 15px;
    color: #fff;
    font-size: 24px;
    padding: 10px 18px;
    transition: all ease .25s;
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .quantity_wrapper .down_qty:hover {
    background: #D30909;
    transition: all ease .25s;
}



.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .quantity_wrapper .input-text.qty {
    height: 49px !important;
    max-width: 49px !important;
    background: transparent !important;
    border-radius: 10px !important;
    border: 2px solid #6f7b20 !important;
    font-size: 24px !important;
    color: #000 !important;
    text-align: end;
    margin-right: 15px !important;
}

@media screen and (max-width: 767px) {
    .mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .quantity_wrapper .input-text.qty {
        text-align: center;
    }
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .quantity_wrapper .up_qty {
    background: #D30909;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    padding: 10px 18px;
    transition: all ease .25s;
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .quantity_wrapper .up_qty:hover {
    background: #D30909;
    transition: all ease .25s;
}


.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .button {
    border-radius: 10px !important;
    border: none !important;
    background: #D30909 !important;
    color: #fff !important;
    font-size: 24px !important;
    text-transform: inherit !important;
    padding: 10px 33px !important;
    margin-top: 20px !important;
    height: auto !important;
}

.mfp-wrap .wpb_wl_quick_view_content .wpb_wl_summary .cart .button:hover {
    background: #D30909 !important;
}



header .header_right_wrapper .product_title {
    display: none;
}

.site-main .woocommerce-notices-wrapper .woocommerce-message {
    border-left: none;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    background: #D30909;
}

@media screen and (max-width: 767px) {
    .site-main .woocommerce-notices-wrapper .woocommerce-message {
        padding: 20px;
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.site-main .woocommerce-notices-wrapper .woocommerce-message a {
    display: none;
}

.site-main .product {
    display: flex;
    flex-direction: column;
    position: relative;
}

.site-main .product .woocommerce-product-gallery img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

.site-main .product .woocommerce-product-gallery {
    min-height: 450px;
}

@media screen and (max-width: 767px) {
    .site-main .product .woocommerce-product-gallery {
        min-height: 0;
    }
}

.site-main .product .summary {
    position: absolute;
    top: 0;
    right: 0px;
    max-width: 650px;
    width: 100%;
}

/* Адаптив: переключаем на вертикальный layout при ширине ≤1420px */
@media screen and (max-width: 1420px) {
    .site-main .product {
        /* flex-direction: column; */
        /* display: flex; */
    }

    .site-main .product .summary {
        /* position: relative;
        order: 1;
        right: 0;
        max-width: 100%;
        width: 100%; */
    }

    .site-main .product .woocommerce-product-gallery {
        /* order: 0; */
    }
}

@media screen and (max-width: 767px) {
    .site-main .product .summary {
        position: relative;
        order: -1;
        right: 0;
        max-width: unset;
        width: unset;
    }
}

.site-main .product .summary .title_single_product_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .title_single_product_wrapper {
        flex-direction: row;
    }
}

.site-main .product .summary .title_single_product_wrapper .product_title {
    color: #000;
    font-size: 40px;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .title_single_product_wrapper .product_title {
        font-size: 24px;
    }
}

.site-main .product .summary .title_single_product_wrapper .weight_single_product {
    color: #707070;
    font-size: 30px;
    margin-top: 0;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .title_single_product_wrapper .weight_single_product {
        font-size: 24px;
    }
}

.site-main .product .summary .title_single_product_wrapper .clear {
    display: none;
}

.site-main .product .summary .woocommerce-product-details__short-description {
    color: #6f6f6f;
    font-size: 24px;
    margin-top: 24px;
}

.site-main .product .summary .woocommerce-product-details__short-description p {
    max-width: 500px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .woocommerce-product-details__short-description p {
        max-width: unset;
        width: unset;
    }
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .woocommerce-product-details__short-description {
        font-size: 16px;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .cart {
        display: flex;
        margin-bottom: 0;
        justify-content: space-between;
        padding: 15px 0;
    }
}

.site-main .product .summary .cart .quantity_wrapper .quantity label.screen-reader-text {
    display: none !important;
}

.site-main .product .summary .cart .quantity_wrapper {
    display: flex;
}

.site-main .product .summary .cart .quantity_wrapper .quantity {
    position: relative;
}

.site-main .product .summary .cart .quantity_wrapper .quantity:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
}

.site-main .product .summary .cart .quantity_wrapper .down_qty {
    background: #D30909;
    border: none;
    border-radius: 10px;
    margin-right: 15px;
    color: #fff;
    font-size: 24px;
    padding: 10px 18px;
    transition: all ease .25s;
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .cart .quantity_wrapper .down_qty {
        padding: 0 8px;
        margin-right: 6px;
        font-size: 18px;
    }
}

.site-main .product .summary .cart .quantity_wrapper .down_qty:hover {
    background: #D30909;
    transition: all ease .25s;
}



.site-main .product .summary .cart .quantity_wrapper .input-text.qty {
    height: 49px !important;
    max-width: 49px !important;
    background: transparent !important;
    border-radius: 10px !important;
    border: 2px solid #6f7b20 !important;
    font-size: 24px !important;
    color: #000 !important;
    text-align: end;
    margin-right: 15px !important;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .cart .quantity_wrapper .input-text.qty {
        height: 29px !important;
        max-width: 29px !important;
        margin-right: 6px !important;
        font-size: 18px !important;
    }
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .cart .quantity_wrapper .input-text.qty {
        text-align: center;
    }
}

.site-main .product .summary .cart .quantity_wrapper .up_qty {
    background: #D30909;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    padding: 10px 18px;
    transition: all ease .25s;
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .cart .quantity_wrapper .up_qty {
        padding: 0 8px;
        font-size: 18px;
    }
}

.site-main .product .summary .cart .quantity_wrapper .up_qty:hover {
    background: #D30909;
    transition: all ease .25s;
}

.site-main .product .summary .cart .price {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .cart .price {
        order: 1;
        margin-bottom: 0;
    }
}

.site-main .product .summary .cart .price * {
    font-size: 40px;
    color: #000;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .cart .price * {
        font-size: 24px;
    }
}


.site-main .product .summary .cart .button {
    border-radius: 10px !important;
    border: none !important;
    background: #D30909 !important;
    color: #fff !important;
    font-size: 24px !important;
    text-transform: inherit !important;
    padding: 10px 33px !important;
    margin-top: 20px !important;
    height: auto !important;
}

@media screen and (max-width: 767px) {
    .site-main .product .summary .cart .button {
        margin-top: 0 !important;
        font-size: 18px !important;
        padding: 3px 20px !important;
        white-space: nowrap;
    }
}

.site-main .product .summary .cart .button:hover {
    background: #D30909 !important;
}


.site-main .product .up-sells .up_sells_section_title {
    margin-top: 0;
    padding-top: 50px;
    margin-bottom: 40px;
    font-size: 48px;
    color: #000;
}

@media screen and (max-width: 767px) {
    .site-main .product .up-sells .up_sells_section_title {
        margin-bottom: 20px;
        font-size: 24px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .site-main .moto_wrapper img {
        width: 100%;
        height: auto;
    }
}


.site-main .page_contacts_wrapper .page_contacts_item {
    display: flex;
    flex-direction: column;
}

.site-main .page_contacts_wrapper .page_contacts_item .page_item_gallery_wrapper {
    order: 1;
}

.site-main .page_contacts_wrapper .page_contacts_item .page_item_content_wrapper {
    display: flex;
    margin-bottom: 24px;
}


@media screen and (max-width: 767px) {
    .site-main .page_contacts_wrapper .page_contacts_item .page_item_content_wrapper {
        display: flex;
        margin-bottom: 12px;
    }
}

.site-main .page_contacts_wrapper .page_contacts_item .page_item_content_wrapper .page_item_content_logo img {
    width: 300px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .site-main .page_contacts_wrapper .page_contacts_item .page_item_content_wrapper .page_item_content_logo img {
        width: 110px;
    }
}

.site-main .page_contacts_wrapper .page_contacts_item .page_item_content_wrapper .page_item_content_logo.my_chef img {
    width: 82px;
    /* margin: 16px 61px; */
    height: auto;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .site-main .page_contacts_wrapper .page_contacts_item .page_item_content_wrapper .page_item_content_logo.my_chef img {
        margin: 0;
        /* width: 110px; */
    }
}

.site-main .page_contacts_wrapper .page_contacts_item .page_item_content_wrapper .page_item_content_inner {
    width: 100%;
    padding-left: 30px;
}

.site-main .page_contacts_wrapper .page_contacts_item .page_item_content_wrapper .page_item_content_inner h2 {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #D30909;
}

@media screen and (max-width: 767px) {
    .site-main .page_contacts_wrapper .page_contacts_item .page_item_content_wrapper .page_item_content_inner h2 {
        font-size: 14px;
        margin-top: 0;
        padding-bottom: 10px;
        border-bottom: 2px solid #D30909;
    }

    .site-main .page_contacts_wrapper .page_contacts_item .page_item_content_wrapper .page_item_content_inner h3 {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .site-main .page_contacts_wrapper .page_contacts_item .page_item_content_wrapper .page_item_content_inner p {
        margin: 0;
        font-size: 12px;
    }
}

.site-main .page_contacts_wrapper .page_contacts_item .page_item_content_wrapper .page_item_content_notification {
    display: none;
}

.site-main .page_contacts_wrapper .page_contacts_item .contacts_map_block {
    border-radius: 20px;
    margin-bottom: 24px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .site-main .page_contacts_wrapper .page_contacts_item .contacts_map_block {
        margin-bottom: 12px;
    }
}

.site-main .page_contacts_wrapper .page_contacts_item .page_item_gallery_wrapper {
    margin-bottom: 100px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .site-main .page_contacts_wrapper .page_contacts_item .page_item_gallery_wrapper {
        margin-bottom: 40px;
    }
}

.site-main .page_contacts_wrapper .page_contacts_item .page_item_gallery_wrapper .slick-list {
    margin-left: -12px;
    margin-right: -12px;
}

@media screen and (max-width: 767px) {
    .site-main .page_contacts_wrapper .page_contacts_item .page_item_gallery_wrapper .slick-list {
        margin-left: -3px;
        margin-right: -3px;
    }
}

.site-main .page_contacts_wrapper .page_contacts_item .page_item_gallery_wrapper .slick-slide img {
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .site-main .page_contacts_wrapper .page_contacts_item .page_item_gallery_wrapper .slick-slide img {
        border-radius: 10px;
    }
}

.site-main #customer_login {
    display: flex;
    float: none !important;
}

.site-main #customer_login h2 {
    color: #000;
}

@media screen and (max-width: 767px) {
    .site-main #customer_login {
        flex-direction: column;
    }

    .site-main #customer_login h2 {
        font-size: 24px;
        color: #000;
    }
}

.site-main .woocommerce-error {
    border-left: none;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    background: #D30909;
}

@media screen and (max-width: 767px) {
    .site-main .woocommerce-error {
        padding: 20px;
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.site-main label {
    display: flex !important;
    margin-top: 24px;
    color: #000;
}

.site-main label .required {
    margin-bottom: 0;
    color: red !important;
    margin-left: 10px;
}


.site-main input {
    font-size: 18px;
    color: #000;
    padding: 10px;
    border-radius: 20px;
    border: 2px solid #D30909;
}

.site-main textarea {
    font-size: 18px;
    color: #000;
    padding: 10px;
    border-radius: 20px;
    border: 2px solid #D30909;
}

.site-main input.btn {
    color: #fff;
    background: #D30909;
    margin-top: 24px;
}

.site-main input.btn:hover {
    background: #D30909;
    border: 2px solid #D30909;
}

.site-main label.inline input {
    margin-top: 0;
    margin-right: 10px;
}

.site-main .lost_password a {
    font-size: 18px;
    color: #000;
}

.woocommerce .shop_table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}


.woocommerce .col2-set.addresses {
    display: flex;
    float: none;
}


.site-main .woocommerce-info {
    border-left: none;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    background: #D30909;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .site-main .woocommerce-info {
        padding: 20px;
        font-size: 18px;
        margin-bottom: 24px;
    }
}


#order_review_heading {
    border: 3px solid #D30909 !important;
    padding: 20px !important;
    border-radius: 20px 20px 0 0 !important;
    border-bottom: none !important;
}

@media screen and (max-width: 767px) {
    #order_review_heading {
        margin-bottom: 0;
    }
}

#order_review {
    border: 3px solid #D30909 !important;
    padding: 0px !important;
    border-radius: 20px !important;

}

#order_review .cart_item bdi {
    display: flex;
    align-items: center;
}

#order_review .cart_item bdi .woocommerce-Price-currencySymbol {
    margin-bottom: 0;
    margin-top: 4px;
}

#order_review .cart_item .woocommerce-Price-amount {
    margin-bottom: 0;
}

#order_review .cart_item bdi .rur {
    display: flex;
    margin-bottom: 0;
}

#order_review .cart_item bdi .rur span {
    margin: 0;
    margin-top: -4px;
}


#order_review .cart-subtotal bdi {
    display: flex;
    align-items: center;
}

#order_review .cart-subtotal bdi .woocommerce-Price-currencySymbol {
    margin-bottom: 0;
    margin-top: 4px;
}

#order_review .cart-subtotal .woocommerce-Price-amount {
    margin-bottom: 0;
}

#order_review .cart-subtotal bdi .rur {
    display: flex;
    margin-bottom: 0;
}

#order_review .cart-subtotal bdi .rur span {
    margin: 0;
    margin-top: -4px;
}



#order_review .order-total bdi {
    display: flex;
    align-items: center;
}

#order_review .order-total bdi .woocommerce-Price-currencySymbol {
    margin-bottom: 0;
    margin-top: 4px;
}

#order_review .order-total .woocommerce-Price-amount {
    margin-bottom: 0;
}

#order_review .order-total bdi .rur {
    display: flex;
    margin-bottom: 0;
}

#order_review .order-total bdi .rur span {
    margin: 0;
    margin-top: -4px;
}


.woocommerce-billing-fields h3 {
    display: none;
}





#shipping_method li {
    display: flex;
    align-items: center;
}


#shipping_method li input {
    margin: 0;
}

#shipping_method li label {
    margin: 4px;
}

#shipping_method li span {
    margin-bottom: 0;
}

#shipping_method li span bdi {
    display: flex;
    margin-bottom: 0;
    margin-left: 6px;
    margin-top: -2px;
}

#shipping_method li span bdi span .rur {
    display: flex;
    margin: 0;
    margin-top: 5px;
}


#shipping_method li span bdi .rur span {
    margin-top: -5px;
}



@media screen and (max-width: 767px) {
    #shipping_method li span bdi span .rur {
        font-size: 14px;
        margin-top: 3px;
    }

    #shipping_method li span bdi span .rur span {
        font-size: 14px;
        margin-top: -3px;
    }
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
    background-color: #D30909;
    border-radius: 20px;
}

.header__top {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}

@media screen and (max-width: 1020px) {
    .header__top {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .header__top {
        padding: 0 16px;
    }
}

.header__delivery-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 7px 80px 0;
}

@media (max-width: 1020px) {
    .header__delivery-heading {
        padding: 7px 40px 0;
    }
}

@media (max-width: 767px) {
    .header__delivery-heading {
        padding: 7px 16px 0;
    }
}

@media (max-width: 520px) {
    .header__delivery-heading {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px;
        padding: 7px 16px 0;
    }
}

.shiftnav-wrap {
    background-color: #FFF5F3 !important;
}

.header__delivery-full {
    width: 100vw;
    background: rgba(0, 0, 0, 0.06);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 5px 0px;
    height: 40px;
}

@media (max-width: 1151px) {
    .header__delivery-full {
        height: unset;
    }
}


.header__delivery-info-content-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 89%;
    color: #000 !important;
    opacity: 0.5 !important;
    margin: 0;
}

@media screen and (max-width: 1280px) {
    .header__delivery-info-content-title {
        font-size: 16px;
        line-height: 100%;
    }
}

@media (max-width: 850px) {
    .header__delivery-info-content-title {
        font-size: 14px;
        line-height: 114%;
        margin-right: 25px;
    }
}

@media (max-width: 520px) {
    .header__delivery-info-content-title {
        font-size: 13px;
        margin-right: 0;
    }

}

.mychef-featured-products {
    max-width: 1440px;
    margin: 0 auto;
    /* padding: 0 80px; */
}

@media (max-width: 1020px) {
    .mychef-featured-products {
        /* padding: 0 40px; */
    }
}

@media (max-width: 767px) {
    .mychef-featured-products {
        /* padding: 0 16px; */
    }
}

.section-title_hit {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 55px;
    line-height: 142%;
    letter-spacing: -0.07em;
    color: #312928;
}

.section-title__svg {
    position: absolute;
    /*     top: 25px; */
    top: -28px;
    left: -6px;
}

@media (max-width: 767px) {
    .section-title__svg {
        top: -6px;
        left: -18px;
        width: 126px;
    }
}




.section-title__highlight {
    font-family: 'Montserrat', sans-serif !important;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 55px;
    line-height: 142%;
    letter-spacing: -0.07em;
    color: #312928;
}

@media (max-width: 1280px) {
    .section-title__highlight {
        font-size: 50px;
    }
}

@media (max-width: 900px) {
    .section-title__highlight {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .section-title__highlight {
        font-size: 40px;
    }
}


footer .footer_top_wrapper .col-full .menu-top-container .secondary-menu .menu-item {
    text-align: right;
}

footer .footer_top_wrapper .col-full .menu-top-container .secondary-menu .menu-item a {
    text-align: right;
}


.header__phone .header__phone-heading .header__phone-heading-link svg:hover {
    fill: #D30909;
}

.header__phone-heading-link {
    color: #787473;
    transition: color 0.3s ease;
}

.header__phone-heading-link:hover {
    color: #D30909;
}



.review__card {
    max-width: 1440px;
    width: 100%;
    padding: 0 80px;
    margin: 0 auto;

    @media (max-width: 1020px) {
        padding: 0 40px;
    }

    @media (max-width: 767px) {
        padding: 0 16px;
    }
}

/* ===== СТИЛИ ДЛЯ СТРАНИЦЫ ОТЗЫВОВ ===== */

/* Простые анимации для скролла */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Базовые классы для элементов с анимацией скролла */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.scroll-animate.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Дополнительные элементы для анимации */
.section-subtitle {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.section-subtitle.animate {
    opacity: 1;
    transform: translateY(0);
}

.cta-title {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.cta-title.animate {
    opacity: 1;
    transform: translateY(0);
}

.cta-text {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.cta-text.animate {
    opacity: 1;
    transform: translateY(0);
}

.review__card {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.review__card.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Заголовок страницы отзывов */
.reviews-hero-section {
    background: linear-gradient(135deg, #D30909 0%, #a00707 100%);
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.reviews-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://mychefpizza.ru/wp-content/themes/images/img_vegetable-pattern.png') repeat;
    opacity: 0.1;
    z-index: 1;
}

.reviews-hero-content {
    position: relative;
    z-index: 2;
}

.reviews-main-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
}

.reviews-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
}

/* Статистика */
.reviews-stats-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.reviews-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-item {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.stat-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.stat-item.animate:nth-child(1) {
    transition-delay: 0.1s;
}

.stat-item.animate:nth-child(2) {
    transition-delay: 0.2s;
}

.stat-item.animate:nth-child(3) {
    transition-delay: 0.3s;
}

.stat-item.animate:nth-child(4) {
    transition-delay: 0.4s;
}

.stat-item:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #D30909;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.stat-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 500;
}

.stat-stars {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.star {
    color: #ffc107;
    font-size: 20px;
}

.star.filled {
    color: #ffc107;
}

/* Выделенные отзывы */
.featured-reviews-section {
    padding: 60px 0;
    background: #fff;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0 0 60px 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    opacity: 0;
    /* transform: translateY(30px); */
}

.section-title.animate {
    opacity: 1;
    transform: translateY(0);
}

.mychef-featured-products .section-title_hit {
    opacity: 1 !important;
    transform: none !important;
}


.section-title::after {
    /* content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #D30909;
    border-radius: 2px; */
}

.featured-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.featured-review-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    opacity: 0;
    transform: translateY(30px);
}

.featured-review-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.featured-review-card.animate:nth-child(1) {
    transition-delay: 0.1s;
}

.featured-review-card.animate:nth-child(2) {
    transition-delay: 0.3s;
}

.featured-review-card.animate:nth-child(3) {
    transition-delay: 0.5s;
}

.featured-review-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.review-content {
    margin-bottom: 25px;
}

.review-stars {
    color: #ffc107;
    font-size: 20px;
    margin-bottom: 15px;
}

.review-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    margin: 0;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #D30909;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.avatar-letter {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.author-name {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.author-date {
    color: #888;
    font-size: 14px;
}

/* Секция с Яндекс отзывами */
.yandex-reviews-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.yandex-reviews-section .review__card {
    margin: 0 auto;
}

/* Галерея фото от клиентов */
.customer-gallery-section {
    padding: 60px 0;
    background: #fff;
}

.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin: 0 0 50px 0;
}

.customer-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.gallery-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item.animate:nth-child(1) {
    transition-delay: 0.1s;
}

.gallery-item.animate:nth-child(2) {
    transition-delay: 0.2s;
}

.gallery-item.animate:nth-child(3) {
    transition-delay: 0.3s;
}

.gallery-item.animate:nth-child(4) {
    transition-delay: 0.4s;
}

.gallery-item.animate:nth-child(5) {
    transition-delay: 0.5s;
}

.gallery-item.animate:nth-child(6) {
    transition-delay: 0.6s;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(211, 9, 9, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-hashtag {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Призыв к действию */
.reviews-cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #D30909 0%, #a00707 100%);
    text-align: center;
}

.reviews-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
}

.cta-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin: 0 0 40px 0;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.cta-button {
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transform: translateY(30px);
}

.cta-button.animate {
    opacity: 1;
    transform: translateY(0);
}

.cta-button.animate:nth-child(1) {
    transition-delay: 0.1s;
}

.cta-button.animate:nth-child(2) {
    transition-delay: 0.3s;
}

.cta-button.primary {
    background: #D30909;
    color: #fff;
    border: 2px solid #D30909;
}

.cta-button.primary:hover {
    background: #a00707;
    border-color: #a00707;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(211, 9, 9, 0.3);
}

.cta-button.secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.cta-button.secondary:hover {
    background: #fff;
    color: #D30909;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}



/* Адаптивность */
@media (max-width: 768px) {
    .reviews-main-title {
        font-size: 32px;
    }

    .reviews-subtitle {
        font-size: 16px;
    }

    .reviews-stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .stat-number {
        font-size: 36px;
    }

    .section-title {
        font-size: 28px;
    }

    .featured-reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .customer-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }

    .cta-title {
        font-size: 28px;
    }

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

    .cta-button {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .reviews-hero-section {
        padding: 40px 0;
    }

    .reviews-stats-section,
    .featured-reviews-section,
    .yandex-reviews-section,
    .customer-gallery-section,
    .reviews-cta-section {
        padding: 60px 0;
    }

    .featured-review-card {
        padding: 20px;
    }

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


header .header_right_wrapper .page-title {
    display: none;
}




.bonus {
    background: #fffefc;
    max-width: 1280px;
    border-radius: 40px;
    width: 100%;
    margin: 0 auto;
    /* padding: 40px 80px; */
    font-family: 'Montserrat', sans-serif;
    color: #2c2c2c;

}

.bonus__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}


.bonus__title {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 113%;
    letter-spacing: -0.04em;
    color: #312928;

}

.bonus__intro {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    /* text-align: center; */
    /* margin-bottom: 30px; */
}

.bonus__intro span {
    color: #d30909;
    font-weight: 600;
}

.bonus__subtitle {
    font-size: 22px;
    margin-top: 30px;
    color: #1a1a1a;
    border-left: 4px solid #d30909;
    padding-left: 12px;
    font-family: 'Montserrat', sans-serif;
}

.bonus__list {
    margin: 10px 0 20px;
    padding-left: 20px;
    list-style: disc;
}

.bonus__list--alert li {
    color: #b30000;
}

.bonus__levels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    margin: 20px 0;
}

.bonus__level {
    background: #fff4f4;
    border: 1px solid #ffe3e3;
    border-radius: 10px;
    padding: 12px 16px;
    font-weight: 600;
    color: #b30000;
    box-shadow: 0 2px 6px rgba(211, 9, 9, 0.05);
}

.bonus__text {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.bonus__image-wrap {
    text-align: center;
    margin: 24px 0;
}

.bonus__image {
    max-width: 120px;
}

.bonus__phone {
    color: #d30909;
    font-weight: 600;
    text-decoration: none;
}

.bonus__email {
    color: #d30909;
    font-weight: 500;
    text-decoration: underline;
}

.bonus__content {
    padding: 0 30px 30px;
}

.bonus__list {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0 20px;
}

.bonus__list-item {
    margin-bottom: 10px;
}

.pickup-info-section {
    max-width: 1440px;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 80px;
    /* background: #ffffff; */
}

@media (max-width: 1180px) {
    .pickup-info-section {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .pickup-info-section {
        padding: 0 16px;
    }
}

.pickup-info {
    max-width: 600px;
    width: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.pickup-info h2 {
    /* font-size: 28px;
    margin-bottom: 20px;
    color: #333; */
}

.pickup-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border: none;
    padding: 40px;
    border-radius: 24px;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 16px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 1s ease-out 0.5s both;
}



.pickup-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(248, 249, 250, 0.6) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.pickup-item:last-child {
    margin-bottom: 0;
}

.pickup-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.pickup-item:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 16px 32px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.05);
    border-color: rgba(211, 9, 9, 0.1);
}

.pickup-item:hover::before {
    left: 100%;
}

.pickup-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.9) 100%);
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pickup-item:hover .pickup-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pickup-content {
    flex: 1;
}

.pickup-content strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #312928;
    display: block;
    margin-bottom: 8px;
}

.pickup-content span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(49, 41, 40, 0.8);
    line-height: 1.5;
}

.pickup-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #2196F3;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.pickup-phone::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #2196F3, #64B5F6);
    transition: width 0.3s ease;
}

.pickup-phone:hover {
    color: #1976D2;
    transform: translateY(-1px);
}

.pickup-phone:hover::after {
    width: 100%;
}

/* Компактная версия секции самовывоза */
.pickup-card-compact {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    padding: 24px;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.06),
        0 4px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    animation: fadeInUp 1s ease-out 0.3s both;
}

.pickup-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.pickup-compact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.pickup-compact-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transition: left 0.5s ease;
}

.pickup-compact-item:hover {
    transform: translateY(-2px);
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
    border-color: rgba(211, 9, 9, 0.1);
}

.pickup-compact-item:hover::before {
    left: 100%;
}

.pickup-compact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.pickup-compact-item:hover .pickup-compact-icon {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.pickup-compact-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.pickup-compact-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: rgba(49, 41, 40, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pickup-compact-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #312928;
    line-height: 1.3;
}

.pickup-compact-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #2196F3;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pickup-compact-phone:hover {
    color: #1976D2;
    text-decoration: underline;
}

/* Адаптивные стили для компактной секции */
@media (max-width: 768px) {
    .pickup-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pickup-card-compact {
        padding: 20px;
        border-radius: 12px;
    }

    .pickup-compact-item {
        padding: 14px;
        gap: 10px;
    }

    .pickup-compact-icon {
        min-width: 32px;
        height: 32px;
    }

    .pickup-compact-text {
        font-size: 13px;
    }

    .pickup-info_title {
        font-size: 28px;
        margin-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .pickup-grid {
        gap: 8px;
    }

    .pickup-card-compact {
        padding: 16px;
    }

    .pickup-compact-item {
        padding: 12px;
        gap: 8px;
    }

    .pickup-compact-content {
        gap: 2px;
    }

    .pickup-compact-label {
        font-size: 11px;
    }

    .pickup-compact-text,
    .pickup-compact-phone {
        font-size: 12px;
    }
}

.pickup-card p {
    margin: 15px 0;
    font-size: 18px;
    color: #555;
}

.pickup-card a {
    color: #D30909;
    text-decoration: none;
    font-weight: bold;
}

.pickup-card a:hover {
    text-decoration: underline;
}


.pickup-info_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #312928;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out both;
}

@media (max-width: 1180px) {
    .pickup-info_title {
        font-size: 40px;
        line-height: 112%;
        letter-spacing: -0.08em;
        max-width: 490px;
    }
}

@media (max-width: 1020px) {
    .pickup-info_title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .pickup-info_title {
        font-weight: 500;
        font-size: 30px;
        line-height: 113%;
        letter-spacing: -0.07em;
        color: #312928;
        max-width: 285px;
        margin-bottom: 11px;
    }
}

.blogs {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}

@media screen and (max-width: 1020px) {
    .blogs {
        padding: 0 40px;
    }
}


@media screen and (max-width: 767px) {
    .blogs {
        padding: 0 16px;
    }
}

.blogs__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 16px;
}

.blogs__card {
    /* max-width: 290px; */
    /* height: 430px; */
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* align-items: center; */
    border: 1px solid #b30000;
}

.blogs__card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 113%;
    letter-spacing: -0.04em;
    color: #312928;
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blogs__card-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 113%;
    letter-spacing: -0.04em;
    color: #312928;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blogs__card-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 113%;
    letter-spacing: -0.04em;
    color: #312928;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;

    color: #ffffff;
    background: #b30000;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: auto;
}

.blogs__card-link:hover {
    color: #b30000;
    background: #ffffff;
    /* border: 1px solid #b30000; */
    outline: 2px solid #b30000;
}

/* Blog Hero Section */
.blog-hero {
    background: linear-gradient(135deg, #D30909 0%, #a00707 100%);
    padding: 60px 0 60px;
    position: relative;
    overflow: hidden;
}

.blog-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
    opacity: 0.3;
}

.blog-hero .col-full {
    position: relative;
    z-index: 2;
}

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

.blog-hero__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 16px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.blog-hero__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
}

/* Enhanced Blog Styles */
.blogs {
    padding: 60px 0;
}

.blogs__header {
    text-align: center;
    margin-bottom: 48px;
}

.blogs__section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #312928;
    margin: 0 0 16px;
}

.blogs__section-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #666;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
}

.blogs__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

.blogs__card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.blogs__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.blogs__card--featured {
    grid-column: span 2;
}

.blogs__card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.blogs__card--featured .blogs__card-image {
    height: 280px;
}

.blogs__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blogs__card:hover .blogs__card-image img {
    transform: scale(1.05);
}

.blogs__card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #b30000;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blogs__card-badge--new {
    background: #28a745;
}

.blogs__card-badge--discount {
    background: #ff6b35;
}

.blogs__card-badge--loyalty {
    background: #ffc107;
    color: #000;
}

.blogs__card-content {
    padding: 24px;
}

.blogs__card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.blogs__card-date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #999;
}

.blogs__card-category {
    background: #f8f9fa;
    color: #666;
    padding: 4px 8px;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.blogs__card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #312928;
    margin: 0 0 12px;
}

.blogs__card--featured .blogs__card-title {
    font-size: 24px;
}

.blogs__card-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs__card--featured .blogs__card-text {
    font-size: 16px;
    -webkit-line-clamp: 4;
}

.blogs__card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blogs__card-link:hover {
    color: #8b0000;
    gap: 12px;
}

.blogs__card-link svg {
    transition: transform 0.3s ease;
}

.blogs__card-link:hover svg {
    transform: translateX(4px);
}



/* Responsive Design */
@media screen and (max-width: 1200px) {
    .blogs__card--featured {
        grid-column: span 1;
    }

    .blogs__cards {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 24px;
    }
}

@media screen and (max-width: 1020px) {
    .blog-hero__title {
        font-size: 36px;
    }

    .blogs__section-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .blog-hero {
        padding: 60px 0 40px;
    }

    .blog-hero__title {
        font-size: 28px;
    }

    .blog-hero__subtitle {
        font-size: 16px;
    }

    .blogs__cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blogs__section-title {
        font-size: 24px;
    }

    .blogs__section-subtitle {
        font-size: 16px;
    }

    .blogs__card-image {
        height: 180px;
    }

    .blogs__card--featured .blogs__card-image {
        height: 200px;
    }

    .blogs__card-content {
        padding: 20px;
    }
}

/* Product Popup Styles */
.product-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.product-popup-content {
    background: white;
    border-radius: 15px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.product-popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    color: #999;
    cursor: pointer;
    z-index: 10001;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.product-popup-close:hover {
    color: #333;
    background: #f5f5f5;
}

.product-popup-body {
    display: flex;
    padding: 20px;
    gap: 25px;
}

.product-popup-image {
    flex: 1;
    max-width: 250px;
}

.product-popup-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.product-popup-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-popup-info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.product-popup-price {
    margin-bottom: 15px;
}

.product-popup-price span {
    font-size: 28px;
    font-weight: 700;
    color: #D30909;
}

.product-popup-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.product-popup-weight,
.product-popup-size {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    color: #666;
}

.product-popup-weight:before {
    content: '⚖️';
}

.product-popup-size:before {
    content: '📏';
}

.product-popup-description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.product-popup-actions {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: auto;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
}

.qty-btn {
    background: #f8f9fa;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    transition: all 0.3s ease;
}

.qty-btn:hover {
    background: #D30909;
    color: white;
}

.quantity-controls .qty {
    border: none;
    background: white;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    outline: none;
}

/* Дополнительно скрыть стандартные браузерные кнопки в модальном окне */
.product-popup .quantity-controls .qty::-webkit-inner-spin-button,
.product-popup .quantity-controls .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-popup .quantity-controls .qty {
    -moz-appearance: textfield;
    appearance: textfield;
}

.add-to-cart-popup {
    background: #D30909;
    border: none;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 200px;
}

.add-to-cart-popup:hover {
    background: #D30909;
    transform: translateY(-2px);
}

.add-to-cart-popup:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .product-popup-content {
        max-width: 95vw;
        margin: 20px;
    }

    .product-popup-body {
        flex-direction: column;
        padding: 15px;
        gap: 20px;
    }

    .product-popup-image {
        max-width: 100%;
    }

    .product-popup-info h3 {
        font-size: 20px;
    }

    .product-popup-actions {
        flex-direction: column;
        gap: 15px;
    }

    .add-to-cart-popup {
        max-width: 100%;
    }
}

/* Success notification */
.cart-success-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #d30909;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10002;
    font-weight: 500;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    user-select: none;
}

.cart-success-notification.show {
    transform: translateX(0);
    opacity: 1;
}

.cart-success-notification::before {
    content: '✓ ';
    font-weight: bold;
    margin-right: 8px;
}

.cart-success-notification:hover {
    background: #b30808;
    transform: translateX(0) scale(1.02);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.cart-success-notification.clicked {
    transform: translateX(0) scale(0.95);
    background: #8f0606;
    transition: all 0.15s ease;
}

/* Cart update animations */
.cart-updating {
    opacity: 0.7;
    transform: scale(0.98);
    transition: all 0.3s ease;
}

.cart-updated {
    animation: cartUpdated 0.6s ease;
}

@keyframes cartUpdated {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(255, 149, 0, 0.3);
    }

    100% {
        transform: scale(1);
    }
}

/* ========================================
   MODERN BONUS PAGE STYLES
   ======================================== */

.bonus-modern__section {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}

@media (max-width: 1020px) {
    .bonus-modern__section {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .bonus-modern__section {
        padding: 0 16px;
    }
}

.bonus-modern {
    background: linear-gradient(135deg, #FFF5F3 0%, #FFEBE8 100%);
    min-height: 100vh;
    padding: 40px 30px;
    border-radius: 20px;
    margin-top: 40px;
}

@media (max-width: 1020px) {
    .bonus-modern {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .bonus-modern {
        padding: 20px 15px;
        margin-top: 20px;
    }
}

/* Hero Section */
.bonus-modern__hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    min-height: 500px;
}

@media (max-width: 1024px) {
    .bonus-modern__hero {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        margin-bottom: 60px;
        min-height: auto;
    }
}

.bonus-modern__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(211, 9, 9, 0.1);
    color: #D30909;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 24px;
    animation: slideInFromBottom 0.8s ease-out, pulse 2s infinite 1s;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bonus-modern__badge:hover {
    transform: scale(1.05);
    background: rgba(211, 9, 9, 0.15);
}

.bonus-modern__badge-icon {
    font-size: 18px;
    animation: bounce 2s infinite 2s;
}

.bonus-modern__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    color: #312928;
    margin: 0 0 24px 0;
}

.bonus-modern__highlight {
    background: linear-gradient(135deg, #D30909 0%, #FF4757 100%, #D30909 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    animation: gradientShift 3s ease-in-out infinite;
}

.bonus-modern__highlight::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #D30909 0%, #FF4757 100%);
    border-radius: 2px;
    opacity: 0.3;
}

@media (max-width: 1024px) {
    .bonus-modern__title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .bonus-modern__title {
        font-size: 32px;
    }
}

.bonus-modern__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    margin: 0 0 32px 0;
}

@media (max-width: 767px) {
    .bonus-modern__subtitle {
        font-size: 18px;
    }
}

.bonus-modern__stats {
    display: flex;
    gap: 32px;
}

@media (max-width: 767px) {
    .bonus-modern__stats {
        flex-direction: column;
        gap: 16px;
    }
}

.bonus-modern__stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.bonus-modern__stat:hover {
    transform: translateY(-5px);
}

@media (max-width: 1024px) {
    .bonus-modern__stat {
        align-items: center;
    }
}

.bonus-modern__stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #D30909;
    line-height: 1;
}

.bonus-modern__stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-top: 4px;
}

.bonus-modern__hero-image {
    animation: float 6s ease-in-out infinite 2s;
}

.bonus-modern__hero-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(211, 9, 9, 0.15);
}

/* Section Styles */
.bonus-modern__section {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .bonus-modern__section {
        margin-bottom: 60px;
    }
}

.bonus-modern__section-title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #312928;
    margin: 0 0 40px 0;
    text-align: center;
    justify-content: center;
    animation: scaleIn 0.6s ease-out;
    opacity: 1;
}

.bonus-modern__section-title.animate {
    animation: scaleIn 0.6s ease-out forwards;
    opacity: 1;
}

@media (max-width: 767px) {
    .bonus-modern__section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

.bonus-modern__section-icon {
    font-size: 40px;
}

@media (max-width: 767px) {
    .bonus-modern__section-icon {
        font-size: 32px;
    }
}

/* Steps */
.bonus-modern__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media (max-width: 1024px) {
    .bonus-modern__steps {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.bonus-modern__step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.bonus-modern__step.animate {
    animation: slideInFromBottom 0.6s ease-out forwards;
}

.bonus-modern__step:nth-child(1).animate {
    animation-delay: 0.1s;
}

.bonus-modern__step:nth-child(2).animate {
    animation-delay: 0.2s;
}

.bonus-modern__step:nth-child(3).animate {
    animation-delay: 0.3s;
}

.bonus-modern__step:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.bonus-modern__step-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #D30909 0%, #FF4757 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.bonus-modern__step-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #312928;
    margin: 0 0 8px 0;
}

.bonus-modern__step-content p {
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.bonus-modern__step-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #312928;
    margin: 0 0 12px 0;
}

.bonus-modern__step-text {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

/* Levels */
.bonus-modern__levels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.bonus-modern__level {
    background: white;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    opacity: 0;
    transform: scale(0.9);
}

.bonus-modern__level.animate {
    animation: scaleIn 0.5s ease-out forwards;
}

.bonus-modern__level:nth-child(1).animate {
    animation-delay: 0.1s;
}

.bonus-modern__level:nth-child(2).animate {
    animation-delay: 0.2s;
}

.bonus-modern__level:nth-child(3).animate {
    animation-delay: 0.3s;
}

.bonus-modern__level:nth-child(4).animate {
    animation-delay: 0.4s;
}

.bonus-modern__level:nth-child(5).animate {
    animation-delay: 0.5s;
}

.bonus-modern__level::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #D30909 0%, #FF4757 100%);
}

.bonus-modern__level:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.bonus-modern__level--bronze::before {
    background: linear-gradient(135deg, #CD7F32 0%, #E6A85C 100%);
}

.bonus-modern__level--silver::before {
    background: linear-gradient(135deg, #C0C0C0 0%, #E8E8E8 100%);
}

.bonus-modern__level--gold::before {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}

.bonus-modern__level--platinum::before {
    background: linear-gradient(135deg, #E5E4E2 0%, #B8B8B8 100%);
}

.bonus-modern__level--diamond::before {
    background: linear-gradient(135deg, #B9F2FF 0%, #4FC3F7 100%);
}

.bonus-modern__level-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.bonus-modern__level-icon {
    font-size: 32px;
}

.bonus-modern__level-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #312928;
    margin: 0;
    text-align: left;
}

.bonus-modern__level-header p {
    font-size: 14px;
    color: #666;
    margin: 4px 0 0 0;
    text-align: left;
}

.bonus-modern__level-bonus {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 900;
    background: linear-gradient(135deg, #D30909 0%, #FF4757 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.bonus-modern__level-desc {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

/* Benefits */
.bonus-modern__benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.bonus-modern__benefit {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.bonus-modern__benefit.animate {
    animation: slideInFromBottom 0.6s ease-out forwards;
}

.bonus-modern__benefit:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.bonus-modern__benefit-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.bonus-modern__benefit h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #312928;
    margin: 0 0 12px 0;
}

.bonus-modern__benefit p {
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Usage */
.bonus-modern__usage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

@media (max-width: 767px) {
    .bonus-modern__usage {
        grid-template-columns: 1fr;
    }
}

.bonus-modern__usage-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-30px);
}

.bonus-modern__usage-card.animate {
    animation: fadeInLeft 0.6s ease-out forwards;
}

.bonus-modern__usage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.bonus-modern__usage-icon {
    font-size: 48px;
    flex-shrink: 0;
}

.bonus-modern__usage-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #312928;
    margin: 0 0 12px 0;
}

.bonus-modern__usage-content p {
    color: #666;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

.bonus-modern__phone,
.bonus-modern__email {
    color: #D30909;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.bonus-modern__phone:hover,
.bonus-modern__email:hover {
    color: #FF4757;
    text-decoration: underline;
}

/* CTA */
.bonus-modern__cta {
    background: linear-gradient(135deg, #D30909 0%, #FF4757 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(211, 9, 9, 0.3);
    margin-top: 40px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.9);
}

.bonus-modern__cta.animate {
    animation: scaleIn 0.8s ease-out forwards;
}

.bonus-modern__cta h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

@media (max-width: 767px) {
    .bonus-modern__cta h2 {
        font-size: 28px;
    }
}

.bonus-modern__cta p {
    font-size: 18px;
    opacity: 0.9;
    margin: 0 0 32px 0;
}

.bonus-modern__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #D30909;
    padding: 18px 36px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.bonus-modern__cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.bonus-modern__cta-button:hover::before {
    left: 100%;
}

.bonus-modern__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    color: #D30909;
    text-decoration: none;
}

.bonus-modern__cta-icon {
    font-size: 20px;
}

/* Additional CTA Styles for new elements */
@media (max-width: 767px) {
    .bonus-modern__cta {
        padding: 40px 20px;
    }
}

.bonus-modern__cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.bonus-modern__cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: white;
}

@media (max-width: 767px) {
    .bonus-modern__cta-title {
        font-size: 32px;
    }
}

.bonus-modern__cta-text {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 40px 0;
    opacity: 0.9;
}

@media (max-width: 767px) {
    .bonus-modern__cta-text {
        font-size: 18px;
    }
}

.bonus-modern__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .bonus-modern__cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

.bonus-modern__cta-button.primary {
    background: white;
    color: #D30909;
}

.bonus-modern__cta-button.secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.bonus-modern__cta-button.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    text-decoration: none;
}

.bonus-modern__button-icon {
    transition: transform 0.3s ease;
}

.bonus-modern__cta-button:hover .bonus-modern__button-icon {
    transform: translateX(5px);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        transform: translate3d(0, -8px, 0);
    }

    70% {
        transform: translate3d(0, -4px, 0);
    }

    90% {
        transform: translate3d(0, -2px, 0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(211, 9, 9, 0.4);
    }

    70% {
        transform: scale(1.02);
        box-shadow: 0 0 0 10px rgba(211, 9, 9, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(211, 9, 9, 0);
    }
}

@keyframes slideInFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotateIn {
    from {
        opacity: 0;
        transform: rotate(-10deg) scale(0.9);
    }

    to {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .bonus-modern__usage {
        grid-template-columns: 1fr;
    }

    .bonus-modern__usage-card {
        padding: 30px 20px;
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .bonus-modern__levels {
        grid-template-columns: 1fr;
    }

    .bonus-modern__benefits {
        grid-template-columns: 1fr;
    }

    .bonus-modern__steps {
        grid-template-columns: 1fr;
    }

    .bonus-modern__step {
        padding: 24px;
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
}

/* Delivery Zones Styles */
.bonus-modern__delivery-zones {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .bonus-modern__delivery-zones {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.bonus-modern__delivery-zone {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    opacity: 0;
    transform: translateY(30px);
}

.bonus-modern__delivery-zone.animate {
    animation: slideInFromBottom 0.6s ease-out forwards;
}

.bonus-modern__delivery-zone:nth-child(1).animate {
    animation-delay: 0.1s;
}

.bonus-modern__delivery-zone:nth-child(2).animate {
    animation-delay: 0.3s;
}

.bonus-modern__delivery-zone:nth-child(3).animate {
    animation-delay: 0.5s;
}

.bonus-modern__delivery-zone:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(211, 9, 9, 0.1);
}

.bonus-modern__zone-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 10px;
}

.bonus-modern__zone-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #312928;
    margin: 0;
}

@media (max-width: 767px) {
    .bonus-modern__zone-title {
        font-size: 20px;
    }
}

.bonus-modern__zone-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bonus-modern__zone-badge.city {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.bonus-modern__zone-badge.suburb {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.bonus-modern__zone-badge.distant {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.bonus-modern__zone-areas {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.bonus-modern__zone-pricing {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bonus-modern__price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.bonus-modern__price-item:hover {
    background: #e9ecef;
}

.bonus-modern__price-condition {
    font-weight: 600;
    color: #312928;
}

.bonus-modern__price-value {
    font-weight: 700;
    color: #666;
    padding: 4px 12px;
    border-radius: 15px;
    background: white;
}

.bonus-modern__price-value.free {
    color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

/* ==========================================================================*
 * WooCommerce My Account Page Modernization
 * ==========================================================================*/

/* General Account Page Styling */
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2.2em;
    color: #312928;
    margin-bottom: 25px;
    border-bottom: 2px solid #D30909;
    /* Accent line */
    padding-bottom: 10px;
}

/* Recent Orders Table */
.woocommerce-account .shop_table {
    width: 100%;
    border-collapse: separate;
    /* Use separate for border-spacing */
    border-spacing: 0 10px;
    /* Space between rows */
    margin-bottom: 2em;
}

.woocommerce-account .shop_table th,
.woocommerce-account .shop_table td {
    padding: 15px 20px;
    text-align: left;
    border: none;
    /* Remove individual cell borders */
}

.woocommerce-account .shop_table thead th {
    background-color: #f8f8f8;
    color: #312928;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95em;
    letter-spacing: 0.05em;
}

.woocommerce-account .shop_table tbody tr {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    /* Rounded corners for rows */
    transition: all 0.3s ease;
}

.woocommerce-account .shop_table tbody tr:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.woocommerce-account .shop_table .order-number a,
.woocommerce-account .shop_table .order-actions .button {
    color: #007bff;
    /* Standard blue for links/buttons for consistency with general web patterns */
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.woocommerce-account .shop_table .order-number a:hover,
.woocommerce-account .shop_table .order-actions .button:hover {
    color: #0056b3;
    text-decoration: underline;
}

.woocommerce-account .shop_table .order-actions .button {
    display: inline-block;
    padding: 8px 16px;
    border: none;
    border-radius: 25px;
    /* More rounded buttons */
    margin-right: 8px;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.woocommerce-account .shop_table .order-actions .button.view {
    background-color: #D30909;
    /* Primary brand color */
    color: #fff;
}

.woocommerce-account .shop_table .order-actions .button.view:hover {
    background-color: #a00707;
    /* Darker shade on hover */
}

.woocommerce-account .shop_table .order-actions .button.cancel {
    background-color: #6c757d;
    /* Neutral gray for cancel */
    color: #fff;
}

.woocommerce-account .shop_table .order-actions .button.cancel:hover {
    background-color: #5a6268;
}

/* Responsive adjustments for Recent Orders */
@media (max-width: 768px) {
    .woocommerce-account .shop_table.shop_table_responsive tbody td {
        text-align: right;
        display: block;
        padding-left: 50%;
        /* Make space for data-title */
        position: relative;
    }

    .woocommerce-account .shop_table.shop_table_responsive tbody td:before {
        content: attr(data-title) ": ";
        position: absolute;
        left: 20px;
        font-weight: bold;
        text-align: left;
        width: calc(50% - 30px);
    }

    .woocommerce-account .shop_table.shop_table_responsive tbody td.order-actions {
        text-align: center;
        /* Center buttons on mobile */
        padding-bottom: 20px;
        /* More space below buttons */
    }
}

/* My Addresses section */
.woocommerce-account .myaccount_address {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.woocommerce-account .col2-set.addresses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* Responsive grid */
    gap: 30px;
    margin-bottom: 2em;
}

.woocommerce-account .col2-set.addresses .address {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    transition: all 0.3s ease;
}

.woocommerce-account .col2-set.addresses .address:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.woocommerce-account .col2-set.addresses .address header.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce-account .col2-set.addresses .address header.title h3 {
    margin: 0;
    font-size: 1.4em;
    color: #312928;
    font-weight: 700;
}

.woocommerce-account .col2-set.addresses .address .edit {
    color: #D30909;
    /* Primary brand color for edit link */
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    padding: 5px 10px;
    border: 1px solid #D30909;
    border-radius: 20px;
}

.woocommerce-account .col2-set.addresses .address .edit:hover {
    background-color: #D30909;
    color: #fff;
    text-decoration: none;
}

.woocommerce-account .col2-set.addresses .address address {
    font-style: normal;
    line-height: 1.8;
    color: #444;
}

/* Enhancements for empty address message */
.woocommerce-account .woocommerce-message {
    background-color: #e6f7ff;
    border-left: 5px solid #2196F3;
    padding: 15px;
    margin-bottom: 20px;
    color: #333;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .woocommerce-account .col2-set.addresses {
        grid-template-columns: 1fr;
        /* Single column on small screens */
    }
}

/* General Account Navigation Styling */
.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
    /* Add some space below navigation */
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 10px 15px;
    color: #312928;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background-color: #D30909;
    color: #fff;
}

/* ==========================================================================*
 * My Account Introductory Text Styling
 * ==========================================================================*/
.woocommerce-account .myaccount_user {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 1.6;
    color: #444;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.woocommerce-account .myaccount_user strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #312928;
    /* Darker color for emphasis */
}

.woocommerce-account .myaccount_user a {
    color: #D30909;
    /* Use primary brand color for links */
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.woocommerce-account .myaccount_user a:hover {
    color: #a00707;
    text-decoration: underline;
}


.woocommerce-error {
    background-color: #ffe0e0;
    color: #cc0000;
    border: 1px solid #cc0000;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    list-style: none;
    text-align: center;
}

.woocommerce-info {
    background-color: #ffe0e0;
    color: #cc0000;
    border: 1px solid #cc0000;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    list-style: none;
    text-align: center;
}

.woocommerce-info a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-info a:hoveer {

    transform: scale(1.05);
}


@media (max-width: 768px) {
    .my_account_thead {
        display: none;

    }
}

/* ==========================================================================*
 * Category Info Message Styling
 * ==========================================================================*/
.category-info-message {
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #007cba;
    border-radius: 10px;
    padding: 20px;
    margin: 25px 0;
    text-align: center;
    font-size: 16px;
    color: #495057;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: slideInUp 0.6s ease forwards; */
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.category-info-message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007cba, #005a87);
}

.category-info-message i {
    margin-right: 10px;
    color: #007cba;
    font-size: 18px;
}

.category-info-message:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

/* Responsive styles for category info message */
@media (max-width: 768px) {
    .category-info-message {
        padding: 15px;
        margin: 20px 0;
        font-size: 14px;
    }

    .category-info-message i {
        font-size: 16px;
    }
}

/* ==========================================================================*
 * Category Info Message Styling - Pizza Theme
 * ==========================================================================*/
.category-info-message {
    background: linear-gradient(135deg, #fff5f0 0%, #ffe8d6 100%);
    border: 2px solid #D30909;
    border-radius: 15px;
    padding: 18px 25px;
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #312928;
    box-shadow: 0 6px 20px rgba(211, 9, 9, 0.15);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: slideInUp 0.6s ease forwards;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-info-message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #D30909, #a00707);
}

.category-info-message::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.category-info-message:hover::after {
    left: 100%;
}

.category-info-message i {
    margin-right: 12px;
    color: #D30909;
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(211, 9, 9, 0.2);
    animation: pulse 2s infinite;
}

.category-info-message:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 30px rgba(211, 9, 9, 0.25);
    border-color: #a00707;
    background: linear-gradient(135deg, #fff8f0 0%, #fff0e0 100%);
}

.category-info-message:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 4px 15px rgba(211, 9, 9, 0.2);
}

/* Анимация появления */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Анимация пульсации для иконки */
@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Адаптивные стили */
@media (max-width: 768px) {
    .category-info-message {
        padding: 15px 20px;
        margin: 15px 0;
        font-size: 14px;
        border-radius: 12px;
    }

    .category-info-message i {
        font-size: 18px;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .category-info-message {
        padding: 12px 16px;
        margin: 12px 0;
        font-size: 13px;
        border-radius: 10px;
    }

    .category-info-message i {
        font-size: 16px;
        margin-right: 8px;
    }
}