@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Baloo+Bhaijaan+2:wght@400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-size: 16px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 1.5;
}

input,
textarea,
button {
    font-family: "Bai Jamjuree", sans-serif;
}

textarea {
    resize: none;
}

.container {
    width: 1366px;
    margin: auto;
}

/* @media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
} */

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
}

/* [class*="col"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
} */

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* @media (min-width: 768px) {
    .col-md {flex: 1 0 0%;}
    .col-md-1 {flex: 0 0 auto; width: 8.333333%;}
    .col-md-2 {flex: 0 0 auto; width: 16.666667%;}
    .col-md-3 {flex: 0 0 auto; width: 25%;}
    .col-md-4 {flex: 0 0 auto; width: 33.333333%;}
    .col-md-5 {flex: 0 0 auto; width: 41.666667%;}
    .col-md-6 {flex: 0 0 auto; width: 50%;}
    .col-md-7 {flex: 0 0 auto; width: 58.333333%;}
    .col-md-8 {flex: 0 0 auto; width: 66.666667%;}
    .col-md-9 {flex: 0 0 auto; width: 75%;}
    .col-md-10 {flex: 0 0 auto; width: 83.333333%;}
    .col-md-11 {flex: 0 0 auto; width: 91.666667%;}
    .col-md-12 {flex: 0 0 auto; width: 100%;}
} */

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* @media (min-width: 1200px) {
    .col-xl {flex: 1 0 0%;}
    .col-xl-1 {flex: 0 0 auto; width: 8.333333%;}
    .col-xl-2 {flex: 0 0 auto; width: 16.666667%;}
    .col-xl-3 {flex: 0 0 auto; width: 25%;}
    .col-xl-4 {flex: 0 0 auto; width: 33.333333%;}
    .col-xl-5 {flex: 0 0 auto; width: 41.666667%;}
    .col-xl-6 {flex: 0 0 auto; width: 50%;}
    .col-xl-7 {flex: 0 0 auto; width: 58.333333%;}
    .col-xl-8 {flex: 0 0 auto; width: 66.666667%;}
    .col-xl-9 {flex: 0 0 auto; width: 75%;}
    .col-xl-10 {flex: 0 0 auto; width: 83.333333%;}
    .col-xl-11 {flex: 0 0 auto; width: 91.666667%;}
    .col-xl-12 {flex: 0 0 auto; width: 100%;}
}
  
@media (min-width: 1400px) {
    .col-xxl {flex: 1 0 0%;}
    .col-xxl-1 {flex: 0 0 auto; width: 8.333333%;}
    .col-xxl-2 {flex: 0 0 auto; width: 16.666667%;}
    .col-xxl-3 {flex: 0 0 auto; width: 25%;}
    .col-xxl-4 {flex: 0 0 auto; width: 33.333333%;}
    .col-xxl-5 {flex: 0 0 auto; width: 41.666667%;}
    .col-xxl-6 {flex: 0 0 auto; width: 50%;}
    .col-xxl-7 {flex: 0 0 auto; width: 58.333333%;}
    .col-xxl-8 {flex: 0 0 auto; width: 66.666667%;}
    .col-xxl-9 {flex: 0 0 auto; width: 75%;}
    .col-xxl-10 {flex: 0 0 auto; width: 83.333333%;}
    .col-xxl-11 {flex: 0 0 auto; width: 91.666667%;}
    .col-xxl-12 {flex: 0 0 auto; width: 100%;}
} */


/* Margin 0 */
.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

/* mx həm sol, həm də sağ üçündür */
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

/* mx həm sol, həm də sağ üçündür */
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* my həm yuxarı, həm də aşağı üçündür */

/* Margin 1 (0.25rem) */
.m-1 {
    margin: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

/* Margin 2 (0.5rem) */
.m-2 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

/* Margin 3 (1rem) */
.m-3 {
    margin: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

/* Margin 4 (1.5rem) */
.m-4 {
    margin: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

/* Margin 5 (3rem) */
.m-5 {
    margin: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

/* Margin Auto */
.mx-auto {
    /* Elementləri üfüqi olaraq mərkəzləşdirmək üçün */
    margin-right: auto !important;
    margin-left: auto !important;
}


/* --- Padding Sinifləri (p-*) --- */

/* Padding 0 */
.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

/* px həm sol, həm də sağ üçündür */
.pr-0,
.px-0 {
    padding-right: 0 !important;
}

/* px həm sol, həm də sağ üçündür */
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* py həm yuxarı, həm də aşağı üçündür */

/* Padding 1 (0.25rem) */
.p-1 {
    padding: 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

/* Padding 2 (0.5rem) */
.p-2 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

/* Padding 3 (1rem) */
.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

/* Padding 4 (1.5rem) */
.p-4 {
    padding: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

/* Padding 5 (3rem) */
.p-5 {
    padding: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}


/* --- Responsiv Boşluq Sinifləri --- */
/* Bu siniflər müəyyən ekran ölçülərində (breakpoint-lərdə) boşluq tətbiq etmək üçündür. */
/* Məsələn, `mt-md-3` yalnız orta (medium) ekranlarda 1rem yuxarı marjin əlavə edər. */

/* Sm (Small - 576px və yuxarı) */
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    /* ... sm üçün bütün m-* və p-* sinifləri ... */
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

/* Md (Medium - 768px və yuxarı) */
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    /* ... md üçün bütün m-* və p-* sinifləri ... */
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

/* Lg (Large - 992px və yuxarı) */
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    /* ... lg üçün bütün m-* və p-* sinifləri ... */
    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

/* Xl (Extra Large - 1200px və yuxarı) */
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    /* ... xl üçün bütün m-* və p-* sinifləri ... */
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-grid {
    display: grid !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-flex {
        display: flex !important;
    }
}

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

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

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

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

.justify-content-around {
    justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

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

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

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

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

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

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

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

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

.text-justify {
    text-align: justify !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-right {
        text-align: right !important;
    }
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.header {
    width: 100%;
    background-color: #121212;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.searchbar {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}

.searchbar>input {
    border: none;
    width: 90%;
    outline: none;
    padding: 14px;
}

.searchbar>button {
    border: none;
    background: none;
    width: 10%;
    text-align: center;
    font-size: 18px;
    color: #7f7f7f;
}

.header-phone {
    color: #fff;
}

.header-dropdown {
    background: #121212;
    border: 2px solid #78BA47;
    border-radius: 8px;
    color: #fff;
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    transition: .2s;
    font-weight: bold;
    font-size: 18px;
    float: right;
}

.header-dropdown:hover {
    background-color: #78BA47;
}

.header-nav {
    border-bottom: 1px solid #eee;
}

.header-navbar {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-navbar>li>a {
    display: inline-block;
    padding: 8px;
    width: max-content;
    color: #777777;
    transition: .2s;
    font-size: 14px;
}

.header-navbar>li>a:hover {
    color: #78BA47;
}

.header-slider {
    border-radius: 20px;
    overflow: hidden;
}

.header-slider {
    height: 433px;
    background: #eee;
}

.header-slider img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    vertical-align: middle !important;
}

.weekly-slider {
    height: 180px;
    background: #eee;
    border-radius: 20px;
}

.weekly-slider img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    vertical-align: middle !important;
}

.weekly_counter {
    width: 100%;
}

.weekly_counter>h4 {
    font-weight: 600;
    color: #444;
    font-size: 24px;
}

.weekly_counter>span {
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-top: 6px;
}

.weekly_campaign {
    width: 100%;
    height: calc(180px - 32px);
    background-color: #fff;
    border-radius: 20px;
}

.weekly_campaign img {
    width: 100%;
    height: 116px !important;
    border-radius: 20px;
    vertical-align: middle;
    object-fit: cover;
}

.weekly_campaign span {
    color: #333;
    font-weight: 600;
}

.weekly_campaign a {
    display: block;
    width: 100%;
    padding: 8px;
    background-color: #78BA47;
    transition: .2s;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
}

.weekly_campaign a:hover {
    background-color: #6eab59;
}

.product {
    width: 100%;
    position: relative;
    border: 1px solid #eee;
    transition: .2s;
    cursor: pointer;
    height: 516.5px;
}

.product:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.product img {
    width: 100%;
}

.product-badge {
    position: absolute;
    display: inline-block;
    padding: 4px 12px;
    background: #78BA47;
    color: #fff;
    border-radius: 8px;
    left: 10;
    top: 10;
    z-index: 10;
    font-size: 13px;
}

.product-discount-badge {
    position: absolute;
    display: inline-block;
    padding: 4px 12px;
    background: #ffd739;
    color: #fff;
    border-radius: 8px;
    left: 70;
    top: 10;
    z-index: 10;
    font-size: 13px;
    color: #333;
}

.badge {
    display: inline-block;
    padding: 4px 12px;
    background: #78BA47;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
}

.product-body>a {
    color: #333;
    font-weight: 700;
    transition: .2s;
    display: block;
    font-size: 14px;
    /* height: 42px; */
}

.product-body>a:hover {
    color: #78BA47;
}

.product-price {
    display: inline-block;
    color: #000;
    font-weight: 700;
}

.product-button {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
    border-radius: 8px;
    transition: .2s;
}

.product-button:hover {
    background-color: #78BA47;
    color: #fff;
    border: 1px solid #78BA47;
}

.product-stars {
    width: 100%;
}

.product-star-active {
    color: #e6c553;
}

.product-star-deactive {
    color: #dddddd;
}

.product-actions {
    position: absolute;
    right: 10;
    top: 16%;
    display: flex;
    flex-direction: column;
    visibility: visible;
}

.product-actions>button {
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #777;
    border-radius: 8px;
}

.product-actions>button:hover {
    background-color: #78BA47;
    color: #fff;
}

.product-all {
    padding: 6px 18px;
    display: inline-block;
    border: 1px solid #eee;
    color: #777;
    font-size: 14px;
    border-radius: 8px;
    transition: .2s;
}

.product-all:hover {
    background-color: #78BA47;
    color: #fff;
    border: 1px solid #78BA47;
}

.brand-slider {
    height: 140px;
    background-color: #fff;
}

.brand-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-slider .swiper-slide>img {
    vertical-align: middle;
    object-fit: cover;
    height: 60px;
    filter: grayscale(100%);
    transition: .2s;
    opacity: 0.6;
}

.brand-slider .swiper-slide>img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.header-location {
    color: #777777;
}

.footer {
    background-color: #333;
}

.footer h3 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}

.footer-nav {
    list-style: none;
}

.footer-nav>li>a {
    display: block;
    padding: 4px 0px;
    color: #fff;
    font-size: 14px;
}

.footer-nav>li>a:hover {
    color: #777;
}

.header-actions {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
}

.header-actions>button {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    transition: .2s;
    border-radius: 8px;
    cursor: pointer;
}

.header-actions>button:hover {
    background: rgba(255, 255, 255, 0.2);

}

.header-actions>button>i {
    color: #fff;
    transition: .2s;
}

.header-actions>button>i:hover {
    color: #78BA47 !important;
}

.header-actions>button>span {
    position: absolute;
    top: 0;
    right: -5px;
    background: #78BA47;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    font-size: 11px;
    margin-left: 4px;
    font-weight: 900;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 1;
}

#category-dropdown {
    width: 640px;
    background-color: #fff;
    position: fixed;
    z-index: 2000;
    left: 17.8%;
    top: 70;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    display: none;
}

.category-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.category-item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 8px;
}

.category-hr {
    width: 100%;
    height: 8px;
    background-color: #fff;
}

.category-img {
    height: 34px;
    width: 34px;
    background-color: #f6f7f5;
    padding: 8px;
    border-radius: 8px;
}

.category-img>img {
    width: 100%;
}

.category-title {
    width: calc(100% - 34px);
    padding-left: 8px;
}

.category-title>a {
    display: block;
    color: #333333;
    font-weight: 900;
    transition: .2s;
}

.category-title>a:hover {
    color: #78BA47;
}

.page-breadcrump {
    color: #b6b5b5;
    font-size: .867em;
}

.page-title {
    font-size: 44px;
    font-weight: 900;
}

.contact-list {
    list-style: none;
}

.contact-list>li>a {
    color: #777;
    font-size: 18px;
    display: inline-block;
    padding: 8px 0;
}

.contact-list>li>a:hover {
    color: #78BA47;
}

.footer-social-links {
    display: flex;
    list-style: none;
}

.footer-social-links>li {
    padding-right: 4px;
}

.footer-social-links>li>a {
    /* display: inline-block; */
    margin-top: 8px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
}

.product-title {
    font-size: 36px;
    color: #222;
}

.product-brand-icon {
    height: 40px;
    vertical-align: middle;
}

.product-media-card {
    border: 1px solid #ececec;
    width: 100%;
    border-radius: 8px;
    width: 100%;
    padding: 36px;
}

.product-view-action {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 18px;
    color: #999;
    transition: .2s;
}

.product-view-action:hover {
    color: #fff;
    background-color: #78BA47;
    border: 1px solid #78BA47;
}

.product-media-card-image {
    width: 100%;
    padding: 24px;
    display: flex;
    justify-content: center;
}

.product-media-card-image>img {
    height: 400px;
    width: auto;
}

.product-media-card-header>ul {
    list-style: none;
    display: flex;
}

.product-media-card-header>ul>li {
    padding: 0 16px;
}


.add-to-card {
    width: 100%;
    background: #78BA47;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    cursor: pointer;
}

.add-to-card-deactivated {
    width: 100%;
    background: #888;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
}

.product-aside-links {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 24px;
    margin-top: 8px;
}

.product-aside-list {
    list-style: none;
    margin-top: 12px;
}

.product-aside-list>li>a {
    display: block;
    padding: 2px 12px;
    color: #78BA47;
}

.product-aside-list>li>a:hover {
    color: #555;
}

.product-view {
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 24px;
    width: 100%;
}

.product-parameters {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #eee;
    margin-top: 12px;
    padding: 24px;
}

.product-parameters>b {
    color: #777;
    font-weight: 500;
}

.product-parameters>span {
    color: #111;
    font-weight: 500;
}

.product-parameters>a {
    font-size: 18px;
    font-weight: 20px;
    display: block;
    font-weight: 900;
    margin-bottom: 8px;
}

.product-info-button {
    display: inline-block;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-top: 2px solid #78BA47;
    padding: 8px 24px;
    margin-bottom: 8px;
}

.form {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.form-body {
    padding: 24px;
}

.input-area {
    width: 100%;
    padding: 8px;
}

.input-area>label {
    font-size: 14px;
    color: #444;
    display: inline-block;
    margin-bottom: 4px;
}

.input {
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    transition: .2s;
    background-color: #fafafa;
}

.input:focus {
    border: 1px solid #78BA47;
}

.input-error {
    color: #db5c5c;
    font-size: 14px;
    display: inline-block;
    margin-top: 4px;
}

.button {
    color: #fff;
    background-color: #78BA47;
    border: none;
    transition: .2s;
}

.input,
.button,
.select {
    padding: 12px;
    border-radius: 4px;
}

.button:hover {
    background-color: #8dcf5d;
}

.form-header {
    width: 100%;
    border-bottom: 2px solid #eee;
    padding: 0px 32px;
}

.form-header>ul {
    list-style: none;
    display: flex;
}

.form-header>ul>li>a {
    display: inline-block;
    padding: 8px 0;
    color: #333;
    font-weight: 500;
    font-size: 18px;
}

.forgot-password {
    color: #78BA47;
    font-size: 14px;
    margin-top: 4px;
    display: inline-block;
    transition: .2s;
}

.forgot-password:hover {
    color: #333;
}

.form-footer {
    width: 100%;
    padding: 0 32px;
    padding-bottom: 16px;
}

.form-footer>div {
    background: #fafafa;
    padding: 16px;
    border-radius: 4px;
    text-align: center;
}

.form-footer>div>p {
    color: #555;
}

.form-footer>div>p>a {
    color: #78BA47;
    font-weight: 500;
}

.select {
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    transition: .2s;
    background-color: #fafafa;
}

.label-tooltip {
    background-color: #78BA47;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 100%;
}

.logo {
    color: #78BA47;
    font-weight: 900;
    font-size: 22px;
    display: flex;
    align-items: center;
}

.logo>b {
    padding-right: 4px;
}

.logo>span {
    font-size: 9.8px;
    color: #fff;
    display: inline-block;
    width: 120px;
    border-left: 1px solid #fff;
    padding-left: 4px;
}

.cart-modal {
    background-color: #fff;
    width: 480px;
    position: fixed;
    top: 70px;
    right: 24px;
    z-index: 100;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    display: none;
    overflow: hidden;
    max-height: calc(100vh - 100px);
    flex-direction: column;
}

.cart-modal.show {
    display: flex;
}

.cart-modal-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f1f3f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.cart-modal-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #212529;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cart-modal-count {
    font-weight: 400;
    color: #6c757d;
    font-size: 0.9375rem;
}

.clear-cart {
    color: #6c757d;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: transparent;
    border: none;
    font-size: 1rem;
}

.clear-cart:hover {
    background: #fff5f5;
    color: #dc3545;
}

.cart-modal-product {
    width: 100%;
    display: flex;
    padding: 1rem 1.5rem;
    gap: 1rem;
    border-bottom: 1px solid #f8f9fa;
    transition: background 0.2s ease;
}

.cart-modal-product:hover {
    background: #f8f9fa;
}

.cart-modal-product>img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.cart-modal-product>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.cart-modal-product>div>a {
    color: #212529;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.4;
    text-decoration: none;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.cart-modal-product>div>a:hover {
    color: #78BA47;
}

.cart-modal-product>div>ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.cart-modal-product>div>ul>li {
    display: flex;
    align-items: center;
}

.cart-modal-product>div>ul>li:first-child>span {
    font-size: 0.8125rem;
    color: #6c757d;
    font-weight: 400;
}

.cart-modal-product>div>ul>li:last-child>span {
    font-weight: 700;
    color: #212529;
    font-size: 0.9375rem;
}

.cart-modal-products {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
}

.cart-modal-products::-webkit-scrollbar {
    width: 6px;
}

.cart-modal-products::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.cart-modal-products::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 3px;
}

.cart-modal-products::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}

.cart-modal-footer {
    border-top: 1px solid #f1f3f5;
    background: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.cart-modal-summary {
    padding: 1.25rem 1.5rem;
}

.cart-modal-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-modal-total-label {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
}

.cart-modal-total-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #78BA47;
}

.cart-modal-link {
    width: 100%;
    padding: 0 1.5rem 1.5rem;
}

.cart-modal-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #78BA47 0%, #6ba83a 100%);
    color: #fff;
    padding: 1rem 1.5rem;
    text-align: center;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(120, 186, 71, 0.3);
    border: none;
    width: 100%;
}

.cart-modal-button:hover {
    background: linear-gradient(135deg, #6ba83a 0%, #5a9730 100%);
    box-shadow: 0 6px 16px rgba(120, 186, 71, 0.4);
    transform: translateY(-2px);
    color: #fff;
}

.cart-modal-button i {
    transition: transform 0.3s ease;
}

.cart-modal-button:hover i {
    transform: translateX(4px);
}

.empty-cart {
    width: 100%;
    padding: 3rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.empty-cart-icon {
    margin-bottom: 1.5rem;
}

.empty-cart-icon>i {
    font-size: 5rem;
    color: #dee2e6;
}

.empty-cart-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    margin: 0 0 0.5rem 0;
}

.empty-cart-text {
    font-size: 0.9375rem;
    color: #6c757d;
    margin: 0;
}

.cart-items-card {
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 24px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table>thead>tr>th {
    text-align: left;
    font-weight: 500;
    color: #222;
    padding: 8px 0;
}

.item-quantity-calculator {
    width: 100%;
    display: flex;
}

.item-quantity-calculator>button {
    border: none;
    background: #eee;
    width: 40px;
    height: 40px;
}

.item-quantity-calculator>div {
    width: 40px;
    height: 40px;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-item>td {
    padding: 8px 0;
}

.cart-item>td>img {
    height: 120px;
    width: 120px;
    vertical-align: middle;

}

.item-delete {
    color: #999;
    transition: .2s;
}

.item-delete:hover {
    color: #d93636;
}

.order-intro {
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 24px;
}

.order-intro>h3 {
    font-size: 36px;
    font-weight: 500;
}

.order-intro-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.order-intro-list-param {
    font-weight: 400;
    color: #555;
    font-size: 14px;
    width: 60%;
}

.order-intro-list-value {
    font-weight: 900;
    color: #111;
    font-size: 14px;
}

.hr {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.order-total {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-total>span {
    font-weight: 900;
    color: #444;
    font-size: 14px;
}

.order-total>b {
    color: #444;
    font-size: 20px;
}

.order-btn {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #78BA47;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    font-weight: 900;
    transition: .2s;
}

.order-btn:hover {
    background-color: #8dcf5d;
}

.empty-line {
    width: 100%;
    padding: 8px;
}

.label-span {
    color: #555;
    display: inline-block;
    margin-bottom: 4px;
}

.user_cabinet_dropdown {
    width: 200px;
    background-color: #fff;
    position: absolute;
    right: 24px;
    z-index: 100;
    padding: 8px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.user_cabinet_dropdown>ul {
    list-style: none;
    width: 100%;
}

.user_cabinet_dropdown>ul>li>a {
    display: block;
    padding: 8px;
    color: #555;
    transition: .2s;
}

.user_cabinet_dropdown>ul>li>a:hover {
    color: #78BA47;
}

.user-order {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 8px;
    display: flex;
    align-items: center;
}

.user-order>div {
    width: 20%;
}

.user-order-list {
    border: 1px dashed #eee;
    padding: 8px;
    font-size: 14px;
}

.user-order-list>ul {
    list-style: none;
}

.user-order-list>ul>li {
    display: flex;
    align-items: center;
    padding: 4px;
}

.user-order-list>ul>li>img {
    margin-right: 8px;
}

.user-order-total,
.user-order-status,
.user-order-bonus,
.user-order-date {
    text-align: center;
    font-weight: 900;
    color: #333;
}

.user-order-bonus>span>i {
    color: #78BA47;
}

.user-order-head {
    width: 100%;
    display: flex;
}

.user-order-head>div {
    width: 20%;
    text-align: center;
    font-weight: 400;
    color: #777;
    padding: 8px 0;
}

.bonus {
    display: flex;
    align-items: center;
    background-color: #78BA47;
    padding: 2px 4px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

.bonus>img {
    margin-left: 4px;
}

#user_cabinet_btn {
    border: none;
    background: none;
    color: #333;
    transition: .2s;
    font-weight: bold;
    padding: 8px;
    border-radius: 4px;
    color: #555;
    cursor: pointer;
    color: #78BA47;
    /* background-color: #e4f5d7; */
}

/* #user_cabinet_btn:hover {
    color: #fff;
    background-color: #78BA47;
} */
#login_account {
    display: inline-block;
    padding: 8px;
    transition: .2s;
    color: #78BA47;
    background-color: #e4f5d7;
    border-radius: 4px;
}

#login_account:hover {
    color: #78BA47;
}

.aside-product-bonus {
    width: 100%;
    border: 1px solid #eee;
    padding: 8px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
}

.aside-product-bonus>span {
    color: #333;
    font-weight: 600;
}

.aside-product-bonus>b {
    font-weight: 600;
    color: #78BA47;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    background-color: #e4f5d7;
}

.footer-hr {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 16px 0;
}

.footer-links>span {
    color: rgba(255, 255, 255, 0.6);
}

.footer-links>a {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin-top: 8px;
}

.footer-links>a:hover {
    color: #78BA47;
}

.footer-payments {
    width: 100%;
    display: flex;
    justify-content: end;
}

.footer-payment {
    height: 30px;
    filter: grayscale(100%);
    height: 22px;
}

.footer-payment:hover {
    filter: grayscale(0%);
}

.footer-payment {
    margin-left: 8px;
}

.footer-youtube {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 8px 16px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .2s;
    margin-bottom: 8px;
}

.footer-youtube:hover {
    background-color: #CD201F;
}

.policy {
    padding: 8px;
}

.policy ul {
    padding: 8px 24px;
}

.policy h2,
.policy h3 {
    color: #333;
}

.payment_type {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #78BA47;
    cursor: pointer;
}

.payment_type:hover {
    background-color: #78BA47;
    border: 1px solid #78BA47;
    color: #fff;
}

.payment_type>span {
    font-weight: 900;

}

.payment_type_unselected {
    background-color: #eff5eb;
    border: 1px solid #cfe3c1;
}

.payment_type_selected {
    background-color: #78BA47;
    border: 1px solid #78BA47;
    color: #fff;
}

.mobile-header,
.mobile-dropdown {
    display: none;
}

.popular-categories {
    width: 100%;
    /* border: 1px solid #eee; */
    display: flex;
    flex-wrap: wrap;
}

.popular-categories>div {
    width: 20%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
}

.popular-categories>div:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.popular-categories>div>a {
    text-align: center;
    font-weight: 900;
    color: #555;
}

.popular-categories>div>a>img {
    margin-bottom: 8px;
}

.aktual-slider {
    height: 240px;
}

.aktual-slider a>img {
    height: 240px;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
    border-radius: 20px;
}

.blog-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.blog-card>img {
    width: 100%;
    height: 204.2px;
    vertical-align: middle;
    object-fit: cover;
}

.blog-card-body {
    padding: 20px;
}

.blog-card-body>span {
    color: #777;
    font-size: 14px;
    display: inline-block;
}

.blog-card-body>a {
    font-weight: bold;
    display: block;
    color: #333;
    margin-top: 16px;
}

.special-card {
    background-color: #f6f7f5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.special-card>img {
    height: 360px;
}

.special-card>div {
    width: 60%;
    padding: 20px;
}

.special-card>div>span {
    color: #666;
    font-size: 14px;
    display: block;
}

.special-card>div>a {
    color: #333;
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin: 16px 0;
}

.special-card>div>a:hover {
    color: #78BA47;
}

.discount_price {
    display: inline-block;
    padding: 1px 4px;
    background: #ffd83a;
    white-space: nowrap;
    border-radius: 5px;
    margin-right: 8px;
}

.sale_price {
    color: #666;
}

.branch-card {
    background-color: #e4f5d7;
    border-radius: 20px;
    cursor: pointer;
}

.branch-card img {
    border-radius: 20px;
    vertical-align: middle;
    object-fit: cover;
}

.branch-list {
    display: flex;
    list-style: none;
}

.branch-list>li {
    padding-right: 8px;
}

.branch-list>li>span {
    display: inline-block;
    background-color: #fff;
    padding: 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #121212;
    font-weight: 600;
}

.branch-title {
    color: #121212;
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
    padding-bottom: 16px;
    font-weight: bold;
}

.branch-btn-list {
    display: flex;
    list-style: none;
}

.branch-btn-list>li {
    padding-right: 8px;
}

.branch-btn-list>li>a {
    display: inline-block;
    padding: 12px;
    background-color: #78BA47;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 20px;
}

.cicrle-btn {
    height: 48px;
    width: 48px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-stock {
    display: flex;
    padding: 8px 0;
}

.stock-state-success {
    color: #78BA47;
    text-decoration: underline dashed;
    margin-right: 12px;
    font-size: 14px;
}

.stock-state-success>i {
    font-size: 10px;
}

.stock-state-fail {
    color: #b5332a;
    text-decoration: underline dashed;
    margin-right: 12px;
    font-size: 14px;
}

.stock-state-fail>i {
    font-size: 10px;
}

.product-art {
    font-size: 14px;
    color: #888;
}

.product-arrikul {
    color: #888;
}

.deactive-image {
    filter: grayscale(100%);
    opacity: 0.4;
}

.pagination {
    list-style: none;
    display: flex;
}

.pagination>li {
    padding: 0 4px;
}

.pagination>li>a {
    border: 1px solid #eee;
    display: inline-block;
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-align: center;
    padding: 2px;
    font-weight: bold;
    color: #777;
    transition: .2s;
}

.pagination>li>a:hover {
    border: 1px solid #78BA47;
    background-color: #78BA47;
    color: #fff;
}

.pagination-active {
    border: 1px solid #78BA47 !important;
    background-color: #78BA47 !important;
    color: #fff !important;
}

.variation-title {
    display: block;
    color: #666;
    width: 100%;
}

.product-variations {
    width: 100%;
    display: flex;
}

.product-variations>a {
    display: inline-block;
    padding: 8px;
    border-radius: 20px;
    border: 1px solid #78BA47;
    margin-right: 8px;
    color: #78BA47;
    /* font-weight: bold; */
    transition: .2s;
}

.product-variations>a:hover {
    border: 1px solid #78BA47;
    background-color: #78BA47;
    color: #fff;
}

.product-variations-active {
    border: 1px solid #78BA47;
    background-color: #78BA47;
    color: #fff !important;
}

#to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    border: none;
    background-color: #78BA47;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100%;
    transition: .2s;
    cursor: pointer;
    display: none;
}

#to-top:hover {
    background-color: #8dcf5d;
}

.banner {
    cursor: pointer !important;
}

.swp-btn {
    width: 40px !important;
    height: 40px !important;
    background: #6eab59;
    border-radius: 100%;
    transition: .2s;
}

.swp-btn:hover {
    background: #78BA47;
}

.swp-btn::after {
    color: #fff;
    font-size: 20px !important;
}

.discount-badge {
    display: flex;
    background-color: #ffd83a;
    width: max-content;
    border: 2px solid #ffd83a;
    font-size: 14px;
    border-radius: 4px;
}

.discount-badge>span {
    padding: 2px;
    margin-left: 4px;
}

.discount-badge>p {
    background-color: #fff8db;
    padding: 2px;
}

.status-0 {
    background-color: #f0eeeb;
    color: #333;
    padding: 4px;
    border-radius: 2px;
}

.status-1 {
    background-color: #cad9e6;
    color: #718da6;
    padding: 4px;
    border-radius: 2px;
}

.status-2 {
    background-color: #f2efc7;
    color: #9e995a;
    padding: 4px;
    border-radius: 2px;
}

.status-3 {
    background-color: #f5c6c6;
    color: #b34949;
    padding: 4px;
    border-radius: 2px;
}

.status-4 {
    background-color: #f5c6c6;
    color: #b34949;
    padding: 4px;
    border-radius: 2px;
}

.status-5 {
    background-color: #d0f2c4;
    color: #6eab59;
    padding: 4px;
    border-radius: 2px;
}

.weekly-container {
    padding: 16px;
}

.m-footer-navbar {
    display: none;
}

.order-details {
    border: 1px solid #eee;
    padding: 16px;
}

.order-details>table {
    border: 1px solid #eee;
    margin-top: 8px;
}

.order-details>table>thead>tr>th,
.order-details>table>tbody>tr>td {
    padding: 8px;
    border: 1px solid #eee;
}

.order-details>summary {
    font-weight: 600px;
    color: #444;
}

.order-details-footer {
    margin-top: 6px;
}

.order-details-footer>span {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.brand-action {
    cursor: pointer;
}

.user_cabinet_header {
    width: 100%;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 16px 0;
}

.user_cabinet_header>h4 {
    color: #333;
    font-weight: 600;
}

.user_cabinet_header>span {
    display: inline-block;
    color: #78BA47;
}

.mobile-search-box {
    display: none;
}

.mobile-special-slider {
    display: none;
    height: 354px;
}

.desktop-special-slider {
    display: block;
}

.page-title {
    font-size: 28px;
    width: 60%;
}

.page-desc {
    width: 60%;
    font-weight: 200;
}

.product-media-actions {
    display: none;
}

.delivery_type {
    width: 100%;
    border-radius: 4px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.delivery_type_unselected {
    border: 1px solid #eee;
}

.delivery_type_selected {
    border: 1px solid #78BA47;
}

.delivery_type>div {
    text-align: center;
}

.delivery_type>div>b {
    color: #333;
}

.delivery_type>div>p {
    font-size: 14px;
    color: #555;
}

.my-swal-title {
    font-size: 14px;
}

.my-swal-icon {
    transform: scale(0.6);
}

@media (max-width: 576px) {
    .aktual-slider a>img {
        height: 210px;
    }

    .brand-slider .swiper-slide>img {
        height: 46px;
    }

    .m-bonus {
        font-size: 14px;
        display: inline-block;
        border: 1px solid #78BA47;
        border-radius: 4px;
        padding: 2px;
        font-weight: 600;
        color: #333;
    }

    .m-bonus>i {
        color: #78BA47;
    }

    .product-media-actions {
        width: 100%;
        padding: 20px;
        display: block;
    }

    .page-title,
    .page-desc {
        width: 100%;
    }

    .branch-list,
    .branch-btn-list {
        flex-wrap: wrap;
    }

    .branch-list>li {
        width: 100%;
        margin-bottom: 8px;
    }

    .branch-btn-list>li {
        margin-bottom: 8px;
    }

    .mobile-special-slider {
        display: block;
        height: 400px;
    }

    .desktop-special-slider {
        display: none;
    }

    .mobile-search-box {
        width: 100%;
        top: 0;
        position: fixed;
        z-index: 10000;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        display: none;
    }

    .mobile-search-box>form {
        width: 90%;
        margin: auto;
        padding: 16px;
        display: flex;
        align-items: center;
    }

    .mobile-search-box>form>* {
        margin: 0 8px;
    }

    .mobile-search-box>form>input {
        width: 100%;
        outline: none;
        padding: 8px;
        border: none;
    }

    .mobile-search-box>form>span {
        color: #888;
    }

    .container {
        width: 100%;
        padding: 0 16px !important;
        margin-top: 16px !important;
    }

    .footer-nav>li>a {
        font-size: 12px;
    }

    .footer h3 {
        font-size: 16px;
    }

    .footer-links>span {
        font-size: 12px;
    }

    .footer-links>a {
        font-size: 12px;
    }

    .footer-payment {
        height: 16px;
    }

    .footer-youtube {
        font-size: 12px;
    }

    section h2 {
        font-size: 16px;
    }

    h1 {
        font-size: 24px !important;
        margin-bottom: 16px;
    }

    .discount_price,
    .sale_price {
        font-size: 12px;
    }

    .product-body>a {
        /* height: 80px; */
    }

    .product-stock>a {
        font-size: 12px !important;
    }

    .product {
        padding: 8px !important;
        height: 410.5px;
    }

    .product-foot-detail span {
        font-size: 12px;
    }

    .product-button {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .product-stars>span>i {
        font-size: 12px;
    }

    .product-badge {
        font-size: 12px;
        padding: 2px 6px;
    }

    .header,
    .header-nav {
        display: none;
    }

    .header-slider {
        width: 100%;
        height: 110px;
    }

    .mobile-header {
        width: 100%;
        position: sticky;
        top: 0;
        z-index: 1000;
        display: initial;
    }

    .mobile-dropdown {
        display: initial;
    }

    .mobile-header-lent {
        background-color: #121212;
        height: 60px;
    }

    .logo {
        text-align: center;
    }

    .logo>span {
        font-size: 9px;
        text-align: left;
    }

    .mobile-dropdown-button {
        background: none;
        border: none;
        color: #fff;
        font-size: 20px;
    }

    .mobile-dropdown {
        display: none;
        position: fixed;
        top: 60px;
        height: calc(100vh - 60px);
        overflow-y: auto;
        background-color: #fff;
        width: 70%;
        z-index: 1000;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    }

    .mobile-dropdown-top-list {
        width: 100%;
        list-style: none;
    }

    .mobile-dropdown-top-list>li>a {
        display: block;
        padding: 16px;
        border-bottom: 1px solid #eee;
        color: #333;
        font-weight: bold;
    }

    .mobile-dropdown-bottom-list {
        list-style: none;
        width: 100%;
        background-color: #f7f7f7;
    }

    .mobile-dropdown-bottom-list>li>a {
        display: block;
        padding: 16px;
        border-bottom: 1px solid #eee;
        color: #333;
        font-weight: bold;
    }

    .product-media-card-header {
        flex-wrap: nowrap;
    }

    .product-arrikul {
        font-size: 12px;
    }

    .product-media-card {
        padding: 12px 0;
    }

    .product-media-card-header>ul {
        width: 100% !important;
        margin-bottom: 8px;
        align-items: center;
    }

    .product-media-card-image>img {
        height: 140px;
    }

    .mobile-header-actions {
        list-style: none;
        display: flex;
        justify-content: flex-end;
    }

    .mobile-header-actions>li>a {
        border: none;
        color: #fff;
        background: none;
        padding: 8px;
        font-size: 20px;
        cursor: pointer;
        display: inline-block;
        margin: 0 8px;
    }

    .cart-modal {
        width: calc(100% - 32px);
        right: 16px;
        left: 16px;
        top: 80px;
        max-height: calc(100vh - 100px);
    }

    .cart-modal-header {
        padding: 1rem;
    }

    .cart-modal-title {
        font-size: 1rem;
    }

    .cart-modal-count {
        font-size: 0.875rem;
    }

    .cart-modal-product {
        padding: 0.875rem 1rem;
    }

    .cart-modal-product>img {
        width: 60px;
        height: 60px;
    }

    .cart-modal-product>div>a {
        font-size: 0.875rem;
    }

    .cart-modal-product>div>ul>li:first-child>span {
        font-size: 0.75rem;
    }

    .cart-modal-product>div>ul>li:last-child>span {
        font-size: 0.875rem;
    }

    .cart-modal-products {
        max-height: 300px;
    }

    .cart-modal-summary {
        padding: 1rem;
    }

    .cart-modal-total-label {
        font-size: 0.9375rem;
    }

    .cart-modal-total-value {
        font-size: 1.125rem;
    }

    .cart-modal-link {
        padding: 0 1rem 1rem;
    }

    .cart-modal-button {
        padding: 0.875rem 1.25rem;
        font-size: 0.9375rem;
    }

    .empty-cart {
        padding: 2rem 1.5rem;
        min-height: 250px;
    }

    .empty-cart-icon>i {
        font-size: 4rem;
    }

    .empty-cart-title {
        font-size: 1.125rem;
    }

    .empty-cart-text {
        font-size: 0.875rem;
    }

    .cart-items-card {
        padding: 8px;
        width: 100%;
        overflow: auto;
    }

    .cart-items-card>table {
        width: 460px;
    }

    .cart-items-card>table>tbody>tr>td>span {
        font-size: 12px;
    }

    .cart-item>td>img {
        width: 24px !important;
        height: 24px !important;
    }

    .cart-items-card>table>thead>tr>th {
        font-size: 12px;
    }

    .item-quantity-calculator>button {
        width: 20px;
        height: 20px;
    }

    .item-quantity-calculator>div {
        width: 20px;
        height: 20px;
    }

    .item-price {
        font-size: 12px;
    }

    .order_aside {
        padding-left: 0 !important;
        margin-top: 12px !important;
    }

    .order_main {
        padding-right: 0 !important;
    }

    .cart-modal-product>div>ul>li>span {
        font-size: 12px;
    }

    .cart-modal-product>div {
        padding: 0 8px;
        height: max-content !important;
    }

    .footer-m-list {
        text-align: center;
    }

    .footer-social-links {
        justify-content: center;
    }

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

    .footer-m-nav {
        height: 100px;
    }

    .footer-m-nav i {
        margin-right: 8px;
    }

    .product-title {
        font-size: 18px;
    }

    .product_aside {
        display: none;
        margin-top: 16px;
    }

    .blog-card>img {
        height: 100.2px;
    }

    .blog-card-body {
        padding: 10px;
        height: 126px;
    }

    .blog-card-body>span {
        font-size: 12px;
    }

    .blog-card-body>a {
        font-size: 12px;
    }

    .m-footer-navbar {
        display: initial;
        width: 100%;
        position: fixed;
        z-index: 1000;
        bottom: 0;
        background-color: #fff;
        border-radius: 8px 8px 0px 0px;
        padding: 4px 0px;
    }

    .m-footer-navbar>ul {
        list-style: none;
        display: flex;
        padding: 4px;
    }

    .m-footer-navbar>ul>li {
        width: 20%;
    }

    .m-footer-navbar>ul>li>a {
        display: block;
        padding: 8px;
    }

    .m-footer-navbar>ul>li>a>span {
        position: relative;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 10px;
        color: #333;
    }

    .m-footer-navbar>ul>li>a>span>.counter {
        background-color: #6eab59;
        color: #ffffff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -8px;
        right: 3px;
    }

    .m-footer-navbar>ul>li>a>span>i {
        font-size: 24px;
    }

    .popular-categories>div {
        width: 50%;
        font-size: 12px;
    }

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

    .special-card>div {
        width: 100%;
    }

    .special-card>img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        vertical-align: middle;
    }

    .special-card>div {
        padding: 20px;
    }

    .special-card>div>a {
        font-size: 12px;
    }

    .special-card>div>span:nth-child(1) {
        display: none;
    }

    .special-section .col-sm-12 {
        padding: 0 !important;
    }

    .special-card {
        overflow: hidden;
    }

    .weekly_counter>h4 {
        font-size: 14px;
    }

    .weekly_counter>span {
        font-size: 12px !important;
    }

    .weekly-container {
        padding: 8px;
    }

    .weekly_campaign img {
        height: 60px !important;
    }

    .weekly_campaign .col-sm-4 {
        padding: 6px !important;
    }

    .weekly_campaign span {
        font-size: 12px;
    }

    .weekly_campaign a {
        font-size: 12px;
        padding: 6px;
    }

    .weekly_campaign {
        height: calc(126px - 32px);
        display: flex;
    }

    .weekly-slider {
        height: 110px;
    }

    .order-details>summary {
        font-size: 14px;
    }

    .order-details>table>thead>tr>th,
    .order-details>table>tbody>tr>td {
        font-size: 12px;
    }

    .m-cabinet-navbar {
        width: 100%;
        list-style: none;
        border: 1px solid #eee;
        border-radius: 4px;
    }

    .m-cabinet-navbar>li {
        border-bottom: 1px solid #eee;
        padding: 4px;
    }

    .m-cabinet-navbar>li:nth-last-child(1) {
        border-bottom: none;
    }

    .m-cabinet-navbar>li>a {
        display: block;
        padding: 8px;
        color: #333;
    }

    .m-cabinet-navbar>li>a>i {
        color: #78BA47;
    }

    .user-role {
        display: inline-block;
        padding: 4px;
        border-radius: 2px;
        background-color: #eee;
        color: #333;
        font-weight: 900;
    }

    #to-top {
        bottom: 80px;
    }

    .special-slider {
        height: 420px;
    }
}

/* Улучшенные стили для карточек продуктов */
.product {
    /* border-radius: 16px; */
    overflow: hidden;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-card-clickable {
    cursor: pointer;
}

.product:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    /* transform: translateY(-6px); */
    border-color: rgba(120, 186, 71, 0.2);
}

.product-image {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
}

.product:hover .product-image {
    transform: scale(1.05);
}

.product:hover .product-actions {
    visibility: visible;
    opacity: 1;
}

.product-actions {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.product-actions>button {
    margin-bottom: 0.5rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.product-actions>.add-favorite.is-favorite i,
.product-actions>.add-favorite.is-favorite {
    color: #dc3545;
}

.product-actions>.add-favorite.is-favorite:hover {
    background: #FFD1D1FF;
}

.product-actions>.add-favorite.is-favorite:hover i {
    color: #dc3545;
}

.product-actions>.add-favorite:not(.is-favorite) i {
    color: inherit;
}

.product-actions>button:hover {
    cursor: pointer;
    /* transform: scale(1.08); */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.product-quick-view {
    cursor: pointer;
    z-index: 20;
    position: relative;
}

.product-quick-view:hover {
    color: #78BA47;
}

/* Стили для кнопок управления количеством в корзине */
.product-quantity-control {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 0.5rem;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.product:hover .product-quantity-control {
    background: #fff;
    border-color: #78BA47;
    box-shadow: 0 2px 8px rgba(120, 186, 71, 0.15);
}

.quantity-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #495057;
    font-size: 0.875rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.quantity-btn:hover {
    background: #78BA47;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(120, 186, 71, 0.3);
    border-color: #78BA47;
}

.quantity-btn:active {
    transform: scale(0.95);
}

.quantity-btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background: #e9ecef !important;
    color: #adb5bd !important;
    border-color: #dee2e6 !important;
}

.quantity-btn:disabled:hover {
    background: #e9ecef !important;
    color: #adb5bd !important;
    transform: none !important;
    box-shadow: none !important;
}

.quantity-display {
    min-width: 32px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #212529;
    padding: 0 0.5rem;
}

/* Стили для кнопки добавления в корзину */
.product-add-to-cart {
    width: 40px;
    height: 40px;
    border: none;
    background: #78BA47;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(120, 186, 71, 0.25);
}

.product-add-to-cart:hover {
    background: #6ba83a;
    /* transform: scale(1.1); */
    border: none;
    box-shadow: 0 4px 16px rgba(120, 186, 71, 0.4);
}

.product-add-to-cart:active {
    /* transform: scale(0.95); */
}

.product-add-to-cart i {
    font-size: 1.125rem;
}

/* Улучшенные стили для цены */
.product-price-wrapper {
    display: flex;
    align-items: center;
}

.product-price {
    font-size: 1.125rem;
    font-weight: 700;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.product-title-link {
    color: #212529;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.product-title-link:hover {
    color: #78BA47;
}

.product-discount-info {
    /* position: relative; */
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.product-discount-info .discount_price {
    background: #dc3545;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-discount-info .sale_price {
    color: #adb5bd;
    font-size: 0.875rem;
}

.product-actions {
    z-index: 15;
}

/* Модальное окно быстрого просмотра - Профессиональный дизайн */
.product-quick-view-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow: hidden;
}

.product-quick-view-modal.show {
    display: flex !important;
}

.product-quick-view-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.75) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
    pointer-events: auto;
    opacity: 1 !important;
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.product-quick-view-content {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    max-width: 1100px;
    width: 100%;
    max-height: 92vh;
    max-height: 92dvh;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.05);
    animation: modalSlideIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    margin: auto;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.96);
    }

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

.product-quick-view-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 44px;
    height: 44px;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10002;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.125rem;
    color: #495057;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-quick-view-close:hover {
    background: #212529;
    color: #fff;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.product-quick-view-body {
    padding: 0;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-quick-view-body::-webkit-scrollbar {
    width: 8px;
}

.product-quick-view-body::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.product-quick-view-body::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 4px;
}

.product-quick-view-body::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}

.quick-view-product {
    display: inline-flex;
    /* grid-template-columns: 480px 1fr; */
    gap: 0;
    min-height: 100%;
    padding: 3rem;
}

.quick-view-product-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem 0 0;
    position: relative;
    overflow: hidden;
}

.quick-view-product-image {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.quick-view-product-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    aspect-ratio: 16 / 9;
    min-height: 400px;
    max-height: 400px;
    transition: transform 0.3s ease;
}

.quick-view-product-image:hover img {
    transform: scale(1.02);
}

.quick-view-product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 0 2rem;
    border-left: 1px solid #ececec;
    border-top: none;
}

.quick-view-product-header {
    margin-bottom: 2rem;
}

.quick-view-product-category {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.quick-view-product-info h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 1rem 0;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.quick-view-product-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.quick-view-product-stars {
    display: flex;
    gap: 0.25rem;
}

.quick-view-product-stars i {
    color: #ffc107;
    font-size: 0.875rem;
}

.quick-view-product-rating-text {
    font-size: 0.875rem;
    color: #6c757d;
}

.quick-view-product-price-wrapper {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.quick-view-product-price {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.quick-view-product-price-current {
    font-size: 2.25rem;
    font-weight: 700;
    color: #78BA47;
    line-height: 1;
}

.quick-view-product-price-original {
    font-size: 1.25rem;
    color: #adb5bd;
    text-decoration: line-through;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.quick-view-product-price-original img {
    display: inline-block;
}

.quick-view-product-discount-badge {
    display: inline-flex;
    align-items: center;
    /* padding: 0.375rem 0.75rem; */
    background: #f98892;
    color: #fff;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-left: 0.5rem;
    /* height: 100%; */
    border: 1px solid #dc3545;
    /* gap: 10px; */
}

.quick-view-product-discount-badge span {
    padding: 0.375rem 0.75rem;
}

.quick-view-product-discount-badge div {
    background: #dc3545;
    padding: 0.375rem 0.75rem;
}

.quick-view-product-details {
    margin: 1.5rem 0;
}

.quick-view-product-stock {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.quick-view-product-stock .stock-state-success {
    color: #28a745;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quick-view-product-stock .stock-state-success i {
    font-size: 0.5rem;
}

.quick-view-product-stock .stock-state-fail {
    color: #dc3545;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quick-view-product-stock .stock-state-fail i {
    font-size: 0.5rem;
}

.quick-view-product-art {
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 500;
}

.quick-view-product-description {
    color: #495057;
    line-height: 1.7;
    margin: 1.5rem 0;
    font-size: 0.9375rem;
}

.quick-view-product-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.quick-view-product-button {
    flex: 1;
    min-width: 180px;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9375rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-decoration: none;
    letter-spacing: 0.01em;
}

.quick-view-product-button-primary {
    background: linear-gradient(135deg, #78BA47 0%, #6ba83a 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(120, 186, 71, 0.3);
}

.quick-view-product-button-primary:hover {
    background: linear-gradient(135deg, #6ba83a 0%, #5a9730 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(120, 186, 71, 0.4);
    color: #fff;
}

.quick-view-product-button-primary:active {
    transform: translateY(0);
}

.quick-view-product-button-secondary {
    background: #212529;
    color: #fff;
    border: 2px solid #212529;
}

.quick-view-product-button-secondary:hover {
    background: #000;
    border-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(33, 37, 41, 0.3);
    color: #fff;
}

.quick-view-product-button-secondary:active {
    transform: translateY(0);
}

.quick-view-product-button i {
    font-size: 1rem;
}

@media (max-width: 992px) {
    .quick-view-product {
        flex-direction: column;
        padding: 1rem;
    }
    
    .quick-view-product-header {
        padding: 1rem 0;
        margin-bottom: 0;
    }

    .quick-view-product-image-wrapper {
        padding: 0;
        max-height: 305px;
        min-height: 270px;
    }

    .quick-view-product-info {
        padding: 0;
        border-left: none;
        border-top: 1px solid #ececec;
    }
}

@media (max-width: 768px) {
    .product {
        border-radius: 12px;
    }
    
    .quick-view-product-header {
        padding: 1rem 0;
        margin-bottom: 0;
    }
    .product-quantity-control {
        padding: 0.375rem;
        gap: 0.375rem;
        width: 100%;
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
    }

    .quantity-btn {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }

    .quantity-display {
        min-width: 28px;
        font-size: 0.875rem;
    }

    .product-add-to-cart {
        width: 36px;
        height: 36px;
    }

    .product-add-to-cart i {
        font-size: 1rem;
    }

    .product-quick-view-content {
        max-width: 100%;
        max-height: 100%;
        max-height: 100%;
        margin: 0;
        border-radius: 20px;
        padding: 1rem 0;
    }

    .product-quick-view-close {
        top: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
    }

    .product-quick-view-body {
        padding: 0;
    }

    .quick-view-product-image-wrapper {
        padding: 0;
        max-height: 350px;
        min-height: 300px;
    }

    .quick-view-product-info {
        padding: 0;
    }

    .quick-view-product-info h2 {
        font-size: 1.5rem;
    }
    

    .quick-view-product-price-wrapper {
        padding: 1rem 0;
        margin-top: 0;
    }

    .quick-view-product-price-current {
        font-size: 1.75rem;
        flex-wrap: wrap;
    }

    .quick-view-product-price-original {
        font-size: 1rem;
        flex-wrap: wrap;
    }

    .quick-view-product-discount-badge {
        margin-left: 0;
        margin-top: 0.5rem;
        width: auto;
        justify-content: center;
    }
    
    .quick-view-product-details {
        margin: 0;
    }

    .quick-view-product-actions {
        flex-direction: column;
        margin-top: 1.5rem;
    }

    .quick-view-product-button {
        width: 100%;
        min-width: 100%;
    }

    .product-discount-info {
        position: relative;
    }

    .product-discount-info .discount_price {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?93vy7d');
    src: url('fonts/icomoon.eot?93vy7d#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?93vy7d') format('truetype'),
        url('fonts/icomoon.woff?93vy7d') format('woff'),
        url('fonts/icomoon.svg?93vy7d#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-fm:before {
    content: "\e900";
}

/* ========== Ripple Effect ========== */
.has-ripple {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.ripple {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;

    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    background: #fff;
    opacity: 1;
}
.ripple-animate {
    -webkit-animation: ripple;
    -o-animation: ripple;
    animation: ripple;
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2);
    }
}
