﻿
html {
    overflow-x: hidden;
}

html:has(.offcanvas.show, .modal.show) {
    overflow-y: hidden;
    height: 100%;
}

body {
    font-family: Roboto;
    /*    color: #2D3236;*/
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: clip;
}

h1 {
    font-family: Roboto;
    color: #2D3236;
    font-size: 3.375rem;
    font-weight: 900;
    line-height: 200%;
    padding: 0;
    margin: 0;
}

h2 {
    /*background-color: pink;*/
    font-family: Roboto;
    color: #2D3236;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 200%;
    padding: 0;
    margin: 0;
}

h3 {
    font-family: Roboto;
    color: #2D3236;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 150%;
    padding: 0;
    margin: 0;
}

h4 {
    font-family: Roboto;
    color: #2D3236;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 150%;
    padding: 0;
    margin: 0;
}

h5 {
    font-family: Roboto;
    color: #2D3236;
    /*background-color: antiquewhite;*/
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    padding: 0;
    margin: 0;
    
}

p {
    font-family: Roboto;
    color: #2D3236;
    /*background-color: antiquewhite;*/
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin: 0;
}

span {
    font-family: Roboto;
    color: #2D3236;
    /*background-color: antiquewhite;*/
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
}


li {
    font-family: Roboto;
    color: #2D3236;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

a {
    font-family: Roboto;
    color: #497D59;
    text-decoration: underline;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 0;
    margin: 0;
    /*background-color: antiquewhite;*/
}

.section-container {
    /* Default for xs screens */
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media (min-width: 576px) {
    /* sm and up */
    .section-container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (min-width: 1400px) {
    /* xxl and up */
    .section-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.number {
    font-size: 0.875rem;
    font-weight: 500;
    padding-left: 1rem;
}

.color-white {
    color: #F4ECE8;
}

.color-red {
    color: #C10134;
}

.background-color-red {
    background-color: #C10134;
}

.background-color-red.dropdown-item {
    color: #F4ECE8;
    background-color: #C10134;
}

.background-color-red.dropdown-item:hover {
    color: #2D3236;
}

.background-color-red.dropdown-item:active {
    color: #2D3236;
    background-color: #F4ECE8;
}

.nav-item-city .dropdown-item.active {
    color: #2D3236;
    background-color: #F4ECE8;
}

.text-align-justify {
    text-align: justify;
}

.button-primary-white, .button-primary-red:hover {
    background-color: #FFFFFF;
    color: #C10134;
    border: 1px solid #C10134;
    display: flex;
    justify-content: center;
    align-content: center;
    font-family: Roboto;
}

.button-primary-white .nav-link {
    color: #C10134;
}

.button-primary-white .nav-link:hover {
    color: #FFFFFF;
}

.button-primary-red, .button-primary-white:hover {
    background-color: #C10134;
    color: #FFFFFF;
    border: 1px solid #C10134;
    display: flex;
    justify-content: center;
    align-content: center;
    font-family: Roboto;
}

.user-menu-link {
    padding: 0.6rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 300;
}


/*  -- section - menu-section-top --  */

.menu-section-top {
    position: relative;
    background-color: #2D3236;
    color: #497D59;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu-section-top--wrap {
    display: flex;
    flex: content;
    justify-content: space-between;
    margin: auto;
    max-width: 1440px;
}

ul > nav {
    align-items: center;
    display: flex;
    justify-content: start;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

li a {
    margin: 0;
    padding: 0;
}

img {
    padding: 0;
    margin: 0;
}

.caret-double-up {
    transform: rotate(180deg);
}

.show-more,
.show-less {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.show-more:hover,
.show-less:hover {
    cursor: pointer;
    text-decoration: underline;
}

.manufacturers-discount-carousel {
    display: flex;
    flex-wrap: wrap;
}

.carousel-caption-title {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.manufacturers-discount-wrapper .item img {
    width: 100%;
}

.manufacturers-discount-wrapper .slick-slide {
    margin: 0 10px;
}

.manufacturers-discount-wrapper .slick-list {
    margin: 0 -10px;
}

.slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.image-column {
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-column a {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    max-width: 271px;
    max-height: 171px;
}

.main-page-header {
    font-size: 1.5rem;
    line-height: 120%;
}

.header-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
}

.view-all-link {
    color: #C10134;
    font-size: 0.85rem;
    text-decoration: underline;
    text-decoration-color: rgba(193, 1, 52, 0.25);
    text-underline-offset: 0.25rem;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: auto;
}

.view-all-link:hover {
    text-decoration-color: rgba(193, 1, 52, 1);
}

header .nav-item-top {
    font-size: 0.875rem;
    font-weight: 500;
}

header .nav-link {
    font-size: 0.875rem;
    font-weight: 300;
    color: #F4ECE8;
    padding: 0.6rem;
    margin: 0;
}

header .nav-link:hover {
    color: #C10134;
}

header .nav-link:focus {
    color: #F4ECE8;
}

header .nav-link:focus:hover {
    color: #C10134;
}

footer .nav-item-top {
    font-size: 0.875rem;
    font-weight: 500;
}

footer .nav-link {
    font-size: 0.875rem;
    font-weight: 300;
    color: #F4ECE8;
    padding: 0.6rem;
    margin: 0;
}

footer .nav-link:hover {
    color: #C10134;
}

footer .nav-link:focus {
    color: #F4ECE8;
}

footer .nav-link:focus:hover {
    color: #C10134;
}

/*  -- section - header-menu --  */

.header-menu {
    background-color: #F4ECE8;
    margin: 0;
    padding: 0;
    width: 100%;
}

.header-menu--wrap {
    display: inline-flex;
    background-color: #F4ECE8;
    margin: auto;
    max-width: 1440px;
}

.header-menu--wrap > ul {
    display: flex;
    justify-content: space-between;
}

.menu-section-top--wrap > .nav {
    align-items: center;
}


header .nav > .nav-item {
    display: inline-flex;
}

/*  -- section - cards --  */

.cards {
    /*    background-color: #F4ECE8;*/
    margin: auto;
    padding: 0;
    width: 100%;
}

/*  -- section - services --  */

.services-container-subcontainer, .rpo-container-subcontainer {
    background-color: #F4ECE8;
}

.services-cell-wrapper, .rpo-cell-wrapper {
    width: 300px;
}

@media (max-width: 1200px) {
    .services-container-subcontainer, .rpo-container-subcontainer {
        row-gap: 40px;
    }
}

.services-container-subcontainer > *,
.rpo-container-subcontainer > *
{
    height: 100%;
}

/*  -- section - cosmetics --  */

.default-carousel-prev, .default-carousel-next {
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    z-index: 1;
}

.default-carousel-prev {
    left: 10px;
}

.default-carousel-next {
    right: 10px;
}

.default-carousel-prev:hover, .default-carousel-next:hover {
    color: #555;
}

.cosmetics-logo-carousel {
    width: calc(100% - 76px);
    height: 140px;
    margin: 0 auto;
}

.cosmetics-logo-carousel .slick-slide {
    max-width: 120px;
    margin-right: 25px;
}

.slick-dots {
    text-wrap: nowrap;
}

.slick-dots li.slick-active button:before {
    color: #C10134;
}

.cosmetics-logo-wrapper {
    width: 120px;
    height: 120px;
    margin-right: 25px;
}

.cosmetics-logo-wrapper .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*  -- section - offcanvas --  */

.navbar-nav {
    gap: 0.5rem;
}

.navbar-nav .nav-link {
    color: #2D3236;
    padding: 0.25rem;
    margin: 0;
    margin-left: 0.875rem;
}

.ad h3 {
    text-decoration: none;
    color: antiquewhite;
    padding: 0;
    margin: 0;
}

.ad p {
    color: antiquewhite;
}

.ad a {
    text-decoration: none;
}

.ad-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background: transparent;
}

.dropdown-item {
    font-family: Roboto;
    color: #2D3236;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #F4ECE8;
}

.dropdown-item:active {
    color: white;
    background-color: #c10134;
}

.dropdown-authorization-anonymous {
    width: 287px;
    height: 134px;
}

/*  -- section - main --  */

main .index-nav {
    align-items: start;
    /*    display: flex;
    justify-content: start;*/
    color: #2D3236;
    margin: 0;
    padding: 0;
    list-style: none;
    /*    flex-direction: column;*/
}

main .index-nav li {
    background-color: deeppink;
}

/*  -- section - footer --  */

.own-container {
    color: #2D3236;
    margin: 0;
    padding: 0;
    width: 100%;
}

.own-container--wrap {
    margin: auto;
    max-width: 1440px;
}

.footer {
    background-color: #2D3236;
    color: #000000;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer p {
    font-family: Roboto;
    color: #F4ECE8;
    /*background-color: antiquewhite;*/
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

footer .index-nav {
    align-items: start;
    /*    display: flex;
    justify-content: start;*/
    color: #000000;
    margin: 0;
    padding: 0;
    list-style: none;
    /*    flex-direction: column;*/
}

/*footer .index-nav li {
background-color: aqua;
}*/

.footer-title {
    color: #F4ECE8;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}

.footer-info {
    text-align: justify;
}

footer .getReCallNumber {
    /*color: turquoise;*/
    color: #F4ECE8;
    font-size: 0.875rem;
}

footer .getReCallNumber:hover {
    /*color: turquoise;*/
    color: #C10134;
    font-size: 0.875rem;
}

.dropdown-item.getReCallNumber:hover {
    background-color: unset;
}

.dropdown-item.getReCallNumber:hover {
    background-color: unset;
}

header .dropdown-item.getReCallNumber:hover {
    background-color: #F4ECE8;
}

/* ����� ��� ����� ������� (��� �������� �������) */
.filter-body {
    font-size: 0.875rem;
}

    .filter-body p {
        font-size: 0.875rem;
        font-weight: 500;
    }

.product-grid-card {
    min-width: 100%;
}

.product-grid-card-dark {
    filter: contrast(60%);
}

.product-grid-filter {
    width: 100%;
    margin-right: 2rem;
}

.card-body h5 {
    padding: 0;
}

.card-title {
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    color: #2D3236;
    min-height: 48px;
}

.price .card-title {
    min-height: unset;
}

.manufacturer-text {
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price p {
    font-size: 0.875rem;
}

.price-container {
    position: absolute;
    bottom: 10px;
    padding-right: 20px;
}

.btn-price {
    width: 100%;
    height: 2rem;
    font-size: 0.875rem;
    background-color: #C10134;
    color: #FFFFFF;
    border-radius: 4px;
}

.btn-price:hover {
    background-color: #FFFFFF;
    color: #C10134;
    border-color: #C10134;
}

.warning-message {
    font-family: Roboto;
    font-weight: 300;
    font-size: 44px;
    color: #2D3236;
    line-height: 100%;
}


.breadcrumb {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    padding-left: 4px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.breadcrumb a {
    color: #2D3236;
    text-decoration: none;
}

.breadcrumb img {
    width: 16px;
    height: 16px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    background-image: url("");
    width: 16px;
    margin-right: 3px;
    font-size: 16px;
    padding: 0 5px;
    transform: translateY(20%);
}

/* ����� ��� �������� /static/ */

/* ����� ��� �������� ������ �������� �������� (group-card)*/


.group-card-wrap {
    width: 100%;
    height: 100%;
    background-color: #F4ECE8;
    border: none;
    padding: 0;
    margin: 0;
}

.group-card-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0.5rem;
}

.group-card-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-bottom: 14px;
}

.group-card-body-link {
    font-size: 0.875rem;
    font-weight: 400;
    color: #2D3236;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.group-card-item-wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.group-card-item-wrapper .group-card-body-link {
    display: unset;
}

.group-card-body-link:visited {
    text-decoration: none;
}

.group-card-body-link:hover {
    text-decoration: underline;
    color: #2D3236;
}

.group-card-list {
    height: 162px;
}

.see-all {
    font-size: 0.875rem;
    color: #C10134;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.see-all:hover {
    text-decoration: underline;
    color: #C10134;
}

/* ����� ��� �������� ������ �������� �������� (_CatalogMenuLevel1 -- Category)*/

.category {
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0;
    margin: 0;
}

.category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4px;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

.category-list i {
    float: right;
}

.btn-paging {
    padding: .375em;
    margin: 0px;
    font-size: 0.875rem;
    font-weight: 400;
    border: 0.25px solid #d8d9da;
    background-color: #fff;
    width: 2.25em;
    height: 2.25em;
}

.btn-paging-large {
    padding: .375em;
    margin: 0px;
    font-size: 0.875rem;
    font-weight: 400;
    border: 0.25px solid #d8d9da;
    background-color: #fff;
    width: fit-content;
    height: 2.25em;
    min-width: 4em;
}

.btn-paging:hover,
.btn-paging-large:hover {
    border: 0.25px solid #d8d9da;
}


span.btn-paging {
    color: #bababa;
}

.product-details-custom-nav,
.blog-navigation {
    position: sticky;
    top: 0;
    z-index: 5;
}

#xt-doc .blog-navigation .nav-link-subnav {
    color: #2D3236;
    text-decoration: none;
}

.blog-navigation .nav-subnav {
    gap: 12px;
}

@media (max-width: 1000px) {
    .product-details-custom-nav, .blog-navigation {
        width: 100vw;
        overflow-x: auto;
    }

    .product-details-custom-nav .nav-subnav,
    .blog-navigation .nav-subnav {
        width: 1150px;
    }
}

#basket_badge_mobile.basket-badge {
    left: 38px;
}

.form-select {
    font-size: 0.875rem;
}

.price {
    float: right;
    padding-right: 0.75rem;
}

.price-currency {
    font-size: 14px;
}

.price-old {
    color: #2D3236;
    opacity: 30%;
    text-decoration: line-through;  
}

.title {
    font-size: 1.25rem;
    font-weight: 500;
    padding-bottom: 1.5rem;
}

.subtitle {
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 8px;
    padding-top: 1.5rem;
}

.questions {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ������ ����� � ����� ������� */
.catalog_flt {
    font-family: Roboto;
    font-size: 0.875rem;
    line-height: 0.875rem;
}

.catalog_flt:hover {
    cursor: pointer;
}

/* Validation errors */
.validation-summary-errors {
    color: #C10134;
    background-color: pink;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 2rem;
    margin: 0 0 2rem 0;
}

    .validation-summary-errors ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .validation-summary-errors ul li {
            padding: 0;
            margin: 0;
        }


.field-validation-error {
    color: var(--bs-danger);
    font-size: 0.875rem;
    padding: 0;
    margin: 0;
}

.btn-grid-group-line {
    display: flex;
    overflow-x: auto;
}

.wrap-btn-grid-group {
    max-width: 89%;
    min-height: auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
}

.box-btn-grid-group {
    width: 100%;
}

.btn-grid-group {
    background-color: #FFFFFF;
    border: 0.25px solid #808080;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #2D3236;
    margin: 0 0 0 12px;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.btn-grid-group:first-of-type {
    margin-left: 0;
}

.btn-grid-group.clear-filters {
    border: 1px dashed #C10134;
    color: #C10134;
}

.btn-grid-group.clear-filters .btn-close {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(4812%) hue-rotate(337deg) brightness(74%) contrast(107%);
}

.modal-body .btn-grid-group.clear-filters {
    margin-left: 8px;
}

.btn-grid-group .btn-close {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
}

.btn-grid-group:hover {
    border: 0.25px solid #C10134;
}

.btn-grid-group:active {
    border: 0.25px solid #C10134;
}

/*@media (min-width: 768px) {
    .button-2 {
        min-width: 120px;
        padding: 0 25px;
    }
}*/


/* ---- pharmacy card style  -----*/
.text-pharmacy-number {
    font-weight: 300;
    font-size: 0.875rem;
}

.text-pharmacy-city {
    font-weight: 900;
    font-size: 1.3rem;
    width: 100%;
}

.text-pharmacy-adress {
    font-weight: 900;
    font-size: 1.3rem;
    padding: 0;
    width: calc(100% - 120px);
    word-wrap: break-word;
    margin-bottom: 16px;
}

.pharmacy-details-container .text-pharmacy-adress {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 120%;
    margin-bottom: 8px;
}

.text-pharmacy-shedule {
    font-weight: 300;
    font-size: 0.875rem;
    color: #2D3236;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pharmacy-link {
    display: flex;
    justify-content: end;
    font-weight: 300;
    font-size: 0.875rem;
    color: #C10134;
    text-decoration: none;
}

.pharmacy-link:hover {
    text-decoration: underline;
}

.pharmacy-card-container {
    height: 200px;
}

.pharmacy-page-image-container {
    width: 40%;
    height: 200px;
}

.pharmacy-page-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pharmacy-details-page-container {
    min-height: 600px;
    height: fit-content;
}

.pharmacy-details-page-container > * {
    height: fit-content;
}

.pharmacy-details-container {
    width: 40%;
}

.pharmacy-details-container > :last-child {
    margin-top: auto;
}

.pharmacy-details-page-image-container {
    width: 33%;
    height: 33%;
    position: absolute;
    top: 0;
    right: 0;
}

.pharmacy-details-page-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .pharmacy-details-page-image-container {
        width: 120px;
        height: 120px;
    }
}

/* ---- basket demo sv style  -----*/
.btn-group {
    height: 36px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 8px;
}


/* ---- accordion basket style  -----*/
.accordion-pharmacy-number {
    font-weight: 300;
    font-size: 0.875rem;
}

.accordion-pharmacy-adress {
    font-weight: 900;
    font-size: 1.5rem;
    padding: 0;
}

.accordion-pharmacy-shedule {
    font-weight: 300;
    font-size: 0.875rem;
    color: #2D3236;
}

/*.btn {
    height: 36px;
}
*/
.btn .btn-danger {
    background-color: #C10134;
}

.btn-outline-danger {
    color: #C10134;
    border-color: #C10134;
}

    .btn-outline-danger:hover {
        color: white;
        border-color: #C10134;
        background-color: #C10134;
        color: white;
    }



/*  -- pharmacy-city list style  --  */
.nav-city {
    align-items: center;
    display: flex;
    justify-content: start;
    list-style: none;
    margin: 24px 0 24px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 15px;
}

.nav-item-city {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.nav-link-city {
    font-size: 1rem;
    font-weight: 600;
    color: #2D3236;
    padding: 0.875rem;
    margin: 0;
    text-decoration: none;
}

.nav-link-city.active {
    color: #C10134;
}

.nav-link-city:hover {
    color: #C10134;
    text-underline-offset: 1rem;
    font-weight: 600;
    text-decoration: underline;
}

.product-card-wrapper {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    height: 26.25rem;
}

.product-card-body {
    height: 150px;
}

.rec-indicator {
    width: 2rem;
    height: 2rem;
}

.icon-container {
    width: 2rem;
    height: 2rem;
}

.heart-icon {
    font-size: 1.2rem;
    color: #c10134;
    cursor: pointer;
}

.percent-icon {
    font-size: 1.1rem;
    color: #c10134;
}

.truck-icon {
    font-size: 1.2rem;
}

.not-available {
    color: #c10134;
}

.card-img-container {
    max-height: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.card-img-container img {
    object-fit: contain;
    padding: 48px;
    height: 16.875rem;
    width: 100%;
    /*border-radius: 4px 4px 0 0;*/
}

.prodpagelink {
    color: #2D3236;
    text-decoration: none;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 3;
}

.modal-thead-sticky {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #FFFFFF;
}

.nav-subnav {
    background-color: #F4ECE8;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}


.nav-item-subnav {
    display: inline-flex;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 500;
    height: 39px;
    white-space: nowrap;
}

.nav-subnav {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
}

.nav-link-subnav {
    font-size: 0.875rem;
    font-weight: 300;
    color: #2D3236;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
    text-decoration: none;
    border-bottom: 2px solid #F4ECE8;
}

.nav-link-subnav:hover {
    color: #C10134;
    border-bottom: 2px solid #C10134;
}

.subnav-active {
    color: #C10134;
    border-bottom: 2px solid #C10134;
}




.slider {
    width: 100%;
    overflow: hidden;
}

.slider-wrap {
    display: flex;
    flex-direction: column;
/*    width: 12vh;*/
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
}

.slide-img {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

    .slide-img img {
        object-fit: contain;
        padding-bottom: 4px;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        height: 11vh;
        width: 100%;
    }

.slides {
    width: 100%;
    height: 32rem;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    background-color: #FFFFFF;
}

.slides img {
    object-fit: contain;
    padding: 24px;
    height: 100%;
    width: 200vh;
}

    .slides::-webkit-scrollbar {
        width: 10px;
        height: 4px;
    }

    .slides::-webkit-scrollbar-thumb {
        background: #C10134;
        border-radius: 4px;
    }

    .slides::-webkit-scrollbar-track {
        background: transparent;
    }

    .slides > div {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
/*      margin-right: 50px;*/
/*      border-radius: 10px;
        background: yellow;*/
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 100px;
    }

.slider > a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
}

    .slider > a:active {
        top: 1px;
        color: #C10134;
    }

    .slider > a:focus {
        background: #eee;
    }
/* ������������� ������ �� ���������  */
@supports (scroll-snap-type) {
    .slider > a {
        display: none;
    }
}

.about-product {
    width: 100%;
    max-height: 32rem;
}

.product-name {
    font-family: Roboto;
    color: #2D3236;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 150%;
    padding: 0;
    margin: 0;
}

.carousel-title {
    font-family: Roboto;
    color: #2D3236;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 200%;
    padding: 0;
    margin: 0;
}

.product-about {
    font-size: 14px;
    line-height: 16px;
}

.product-about-text-icon {
    width: 20px;
    height: 20px;
}

.product-about-text-inner-container {
    background-color: #f4ece8;
}

.product-page-main-image {
    max-height: 500px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pink-icon-container {
    display: inline-block;
    background-color: #e5a6b3;
}

.pink-icon-container img, .gray-icon-container img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(76%) saturate(6056%) hue-rotate(337deg) brightness(74%) contrast(107%);
}

.gray-icon-container {
    display: inline-block;
    background-color: #f8f9fa;
}

.gray-icon-container img {
    filter: brightness(0) saturate(100%) invert(7%) sepia(79%) saturate(7302%) hue-rotate(339deg) brightness(119%) contrast(101%);
}

.alternative-product-name {
    margin-left: 90px;
}

.custom-anchor-fix {
    scroll-margin-top: 50px;
}

.product-page-main-image {
    max-height: 500px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Product Price Table */
.prices-table-container {
    background-color: #f5eeea;
}

.wide-column {
    width: 40%;
}

.prices-table-container table {
    --bs-table-bg: none;
    --bs-table-border-color: #d3cfcc;
}

.prices-table-container thead tr {
    border-top: 1px solid #d3cfcc;
    border-bottom: 1px solid #d3cfcc;
}

.prices-table-container-button {
    box-sizing: border-box;
    background-color: #c10134;
    border: 1px solid #c10134;
    color: white;
    font-size: 16px;
    white-space: nowrap;
    height: 34px;
}

.prices-table-container-button:hover,
.prices-table-container-button.active {
    background-color: white;
    color: #c10134;
    --bs-btn-hover-border-color: #c10134;
    --bs-btn-active-border-color: #c10134;
    --bs-btn-active-bg: #c10134;
}

/* advertizing card styles */
.advertizing-card {
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #C10134;
}

.advertizing-card-button-wrapper {
    margin-left: 10px;
}

/* sales component */
.sales-item {
    width: 460px;
    height: 140px;
    text-decoration: none;
    font-size: 20px;
    color: #2D3236;
    font-family: Roboto;
}

.sales-item .d-flex {
    text-decoration: none;
}

.sales-item-image {
    border-radius: 5px 0 0 5px;
    height: 138px;
}

.bi-box-arrow-up-right {
    font-size: 16px;
    margin-left: 5px;
}

.custom-link {
    color: #2D3236;
    text-decoration: none;
}

.custom-link:hover {
    text-decoration: underline;
}

/* Carousel Styles */

.carousel-caption {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 16px;
    border-radius: 4px;
}

.carousel-caption .btn {
    border: 1px solid #ffc107;
    background-color: #ffc107;
}

.default-slick-items-carousel {
    margin: 0;
}

.default-slick-items-carousel .slick-slide {
    width: 285px;
}

.default-slick-carousel-prev, .default-slick-carousel-next {
    display: none;
    color: #C10134;
}

.cosmetics-carousel-prev {
    left: 0;
}

.cosmetics-carousel-next {
    right: 0;
}

.cosmetics-carousel-prev, .cosmetics-carousel-next {
    color: #C10134;
}

@media (max-width: 1200px) {
    .default-slick-items-carousel .slick-slide {
        max-width: none;
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .default-slick-carousel-prev, .default-slick-carousel-next {
        display: block;
    }
}

.newsletter-subscription-wrapper {
    max-width: 303px;
    min-width: 260px;
}

.newsletter-subscription-form {
    width: 100%
}

.newsletter-subscription-input {
    border: 1px solid #CED4DA;
    height: 38px;
    width: 180px;
}

.newsletter-subscription-button {
    height: 38px;
    border: 1px solid #CED4DA;
    background-color: #C10134;
}

.new-products-section-image {
    width: 100%;
    height: 100%;
    container-type: size;
}

.custom {
    width: 100%;
    height: 256px;
    object-fit: cover;
}

#myCarousel {
    position: relative;
}

#myCarousel::before,
#myCarousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
    z-index: 1;
    pointer-events: none;
}

#myCarousel::before {
    left: 0;
    backdrop-filter: blur(6px);
}

#myCarousel::after {
    right: 0;
    backdrop-filter: blur(6px);
}

.carousel-control-next {
    z-index: 2;
}

.basket-badge {
    display: none;
    left: 43px;
}

.basket-badge-small {
    left: -13px;
}

.basket-policy-checkbox {
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.basket-personal-data-link {
    color: #C10134;
    text-decoration: none;
}

.basket-personal-data-link:hover {
    text-decoration: underline;
}

/* settings-menu */
.accessibility-mode {
    filter: grayscale(100%);
}

.font-increase-class {
    zoom: 1.2;
}

/* basket page */
.basket-accordion-body > * {
    border-bottom: 1px solid #dfe0e1;
}

.basket-accordion-body > *:last-child {
    border-bottom: none;
}

.basket-quantity-btn {
    border: 1px solid #dfe0e1;
    border-radius: 15%;
}

.basket-quantity-btn:hover {
    border: 1px solid #dfe0e1;
}

.basket-quantity-btn-group {
    width: 100%;
}

.basket-quantity-btn-group > * {
    width: 40px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket-total-price {
    /*border: 1px solid #dfe0e1;
    border-radius: 5%;*/
    font-weight: bold;
    font-size: 19px;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
}

.basket-price-container {
    width: 120px;
    white-space: nowrap;
}

.basket-item-description {
    width: 300px;
}

.basket-price-container.large {
    width: 133px;
}

.basket-accordion-body .card-title {
    min-height: unset;
}

.order-processing-form:checked {
    background-color: #C10134;
    border: 1px solid #C10134;
}

.order-processing-alert {
    border: 1px solid #C10134;
    background-color: #F4ECE8;
    padding: 3dvh 9dvw;
}

.basket-custom-btn {
    height: 40px;
}

.basket-custom-btn.btn-danger {
    background-color: #C10134;
}

.basket-custom-btn.btn-danger:hover {
    background-color: #FFFFFF;
    color: #C10134;
}

@media (max-width: 550px) {
    .basket-quantity-btn-group > * {
        width: 30px;
        height: 34px;
    }

    .basket-quantity-btn-group > .input-group > .form-control {
        width: 30px;
    }

    .basket-quantity-btn {
        padding: 0;
    }

    .basket-total-price {
        height: 34px;
    }
}

@media (max-width: 559px) {
    .basket-mobile-header {
        font-size: 26px;
    }
}

.back-to-top-btn {
    position: fixed;
    right: 23px;
    bottom: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 1px solid #ffc107;
    background-color: #ffc107;
    color: black;
    transform: rotateZ(-90deg);
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 3px #000;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .back-to-top-btn {
        right: 47px;
        bottom: 186px;
        width: 48px;
        height: 48px;
    }
}

.back-to-top-btn.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top-btn:focus,
.back-to-top-btn:focus-visible {
    outline: none;
}

.back-to-top-btn i {
    width: 16px;
}

.back-to-top-btn i::before {
    margin-top: 4px;
}

/* Error page */
.error-page-container {
    margin: 40px auto 10px;
    width: 100%;
    max-width: 335px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-errorpage {
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    width: 400px;
    height: fit-content;
    color: #999;
}

.block-errorpage .error-number {
    color: #C10134;
    font-size: 96px;
    margin-bottom: 16px;
    line-height: 108px;
}

.block-errorpage p {
    text-align: center;
    color: #999;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.error-page-details {
    text-align: center;
    margin-top: 16px;
}

.error-page-details h1 {
    color: #2D3236;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.error-page-details p {
    font-family: Roboto;
    color: #2D3236;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin-bottom: 16px;
}

.error-page-details b {
    font-size: 16px;
}

.error-page-details a {
    color: #007F64;
    text-underline-offset: 3px;
}

.offcanvas-header {
    padding: 8px 1rem;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
}

.navigation-main {
    background-color: #F4ECE8;
    margin-bottom: 22px;
    display: flex;
}

.navigation-main-container {
    margin: 0 auto;
    display: flex;
}

.menu-mobile-footer {
    background-color: #F4ECE8;
    padding-right: 16px;
    flex: 1;
}

.menu-mobile-dropdown .dropdown-menu {
    border: none;
}

.menu-mobile-dropdown ul {
    list-style-type: disc;
}

.menu-mobile-dropdown ul li {
    margin-left: 15%;
}

    .city-select-hidden {
        display: none;
    }

.category-list-item {
    border-bottom: 1px solid rgba(45, 50, 54, 0.3);
}

.category-list-item .category-item-link {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.category-list-item .category-link {
    color: #2D3236;
}

.category-item-link i {
    font-size: 14px;
}

.filter-container {
    margin-top: 48px;
}

.product-group-main-title {
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
    margin: 10px 20px;
}

.menu-mobile-search {
    padding: 16px 8px;
    background-color: #F4ECE8
}

/* products grid */

.filter-column-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 11px;
    background-color: #F4ECE8;
    margin-bottom: 8px;
}

.filter-column-section strong {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 21px;
    font-family: Roboto;
    font-weight: 500;
}

.filter-column-section .form-check {
    padding: 4px 25px;
}

.filter-column-section .form-check .form-check-input {
    border: 1px solid #198754;
}

.filter-column-section .form-check .form-check-label {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 21px;
    font-family: Roboto;
    font-weight: 400;
}

.form-check-input:checked {
    border: 1px solid #C10134;
    background-color: #C10134;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(193, 1, 52, 0.2);
    border-color: var(--bs-border-color);
}

.online-expert-img {
    max-width: 6rem;
    max-height: 6rem;
    width: 100%;
    height: 100%;
    min-width: 5rem;
    min-height: 5rem;
    border-radius: 50%;
}

.product-grid-sorting-tab {
    width: fit-content;
}

.chosen-filters {
    white-space: nowrap;
    margin-right: 12px;
}

.filters-mobile-button {
    margin: 16px 8px;
    width: fit-content;
    display: flex;
    background-color: #fff;
    border: 1px solid #2D3236;
    color: #2D3236;
    padding: 4px 8px;
    border-radius: 8px;
}

.modal-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-content {
    transform: translateY(0);
}

.modal-dialog-product-stock {
    max-width: 80vw;
}

.modal-dialog-product-stock .modal-content {
    height: 100%;
}

.modal-dialog-product-stock .modal-body {
    overflow: hidden;
    padding: 0;
}

@media (max-width: 768px) {
    .modal-dialog-product-stock {
        max-width: 100%;
        height: 100%;
        margin: 0;
    }

    .modal-dialog-product-stock .modal-content {
        border-radius: 0;
        height: 100%;
    }
}

.mobile-filters-modal .close {
    border: none;
    background-color: #fff;
}

.mobile-filters-modal .close span {
    font-size: 30px;
}

.mobile-filters-modal .modal-header {
    border-bottom-style: dashed;
}

.mobile-filters-modal .modal-filter-header {
    padding: 8px;
    border-bottom: 1px dashed #dee2e6;
    display: flex;
}

.accordion-body .filter-column-section {
    background-color: #fff;
}

.filter-column-section input[type="search"] {
    border: none;
    width: 98%;
    outline: none;
}

.accordion-body .filter-column-section input[type="search"] {
    border: 1px solid #ced4da;
}

.filters-modal-accordion .accordion-item {
    border-top: none;
}

.filters-modal-accordion .filter-column-section strong {
    display: none;
}

.checked-filter-count {
    padding: 0 8px;
    border-radius: 50%;
    margin-left: 4px;
    color: #C10134;
    background-color: #ECB3C2;
}

.descktop-sorting-wrapper {
    display: flex;
    height: 38px;
    margin-bottom: 5px;
}

.button-close-filters {
    border: none;
    background: none;
    padding: 0;
    margin-left: 16px;
}

@media (max-width: 768px) {
    .descktop-sorting-wrapper, .descktop-filter-wrapper, .product-grid-filters-wrapper {
        display: none;
    }

    .filter-container {
        margin-top: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100dvw;
        height: 100dvh;
        transform: translate(-100%);
        overflow: auto;
        background: #fff;
        padding: 16px;
        z-index: 10;
        transition: transform .325s ease;
    }

    .filter-container .filters-sidebar-container {
        height: fit-content;
        min-height: 100%;
    }

    .filter-container.m-opened {
        transform: translate(0);
    }

    .category-header {
        padding: 10px;
    }

    .category-list-item:has(.category-header[aria-expanded="true"]) {
        border-bottom: none;
    }

    .stock-modal__city-nav::-webkit-scrollbar {
        height: 3px;
    }

    .stock-modal__city-nav::-webkit-scrollbar-thumb {
        background-color: #c10134;
    }
}

@media (min-width: 768px) {
    .filters-mobile-button {
        display: none;
    }
}

@media (max-width: 576px) {
    .category-link {
        font-size: 16px;
    }
}

.group-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-3-lines {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    max-height: calc(1.2em * 3); /* Adjust line height if necessary */
}

.group-card-list .subcategory-item:nth-child(n+4) {
    display: none;
}

.group-card-title:only-child ~ .group-card-list .subcategory-item:nth-child(n+3) {
    display: none;
}

.category-header .category-link {
    color: #2D3236;
}

.category-header[aria-expanded="true"] {
    background-color: #C10134;
}

.category-header[aria-expanded="true"] .category-link {
    color: #fff;
}

[aria-expanded="true"] .collapse-icon {
    transform: rotate(90deg);
    transition: transform 0.2s;
}

.collapse-icon {
    font-size: 11px;
    transition: transform 0.2s;
}

.adc-alert-container {
    color: #141414;
    font-size: 14px;
    font-family: Open Sans, sans-serif;
    max-width: 38vw;
    margin-bottom: 32px;
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 1055;
    transition: transform .3s ease;
}

.adc-alert-container .alert {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #0a3622;
    background-color: #d1e7dd;
    padding: 20px 32px 20px 24px;
    transition: opacity .15s linear;
}

.adc-alert-container {
    pointer-events: none;
}

.adc-alert-container .alert.show {
    pointer-events: all;
}

/* About us */
.company-section {
    margin-bottom: 100px;
}

.company-section:last-of-type {
    margin-bottom: 0;   
}

/* Layout modifiers */
.company-section--hero,
.company-section--advantages,
.company-section--guarantees,
.company-section--technology {
    display: flex;
    gap: 30px;
}

.company-section--intro {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 30px;
}

.company-section--gallery {
    display: flex;
    margin-left: -24px;
}

.company-section__content--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* Content alignment */
.company-section__content--centered {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.company-section__title--centered,
.company-section__subtitle--centered {
    text-align: center;
}

/* Elements */
.company-section__image {
    object-fit: cover;
}

.company-section__image--circle {
    border-radius: 50%;
}

.company-section__image--full {
    width: 100%;
}

.company-section__content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.company-section__stats {
    column-count: 2;
}

#xt-doc .company-section__stat--highlight {
    color: #dc3545;
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
}

/* History section */
.history-list {
    list-style: none;
    padding: 0;
    max-width: 991px;
    margin: 0 auto;
}

.history-item {
    display: grid;
    grid-template-columns: 15% 35% 50%;
    margin-bottom: 10px;
}

.company-section__image-container {
    display: flex;
    justify-content: center;
}

.company-section--support {
    width: 900px;
}

.company-section--hero {
    justify-content: center;
}

.company-section__stat {
    display: grid;
    align-items: center;
    grid-template-columns: .1fr 1fr;
}

#xt-doc .company-section__text,
#xt-doc .company-section__stat,
#xt-doc .company-section__list-item {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    padding: 10px 0;
}

#xt-doc .company-section__title {
    font-weight: bold;
    font-size: 54px;
    line-height: 150%;
    margin: 0;
}

#xt-doc .company-section__subtitle {
    font-size: 40px;
    line-height: 56px;
    font-weight: 400;
}

#xt-doc .company-section--hero .company-section__title {
    width: 60vw;
}

#xt-doc .company-section__list > ::marker {
    color: black;
}

#xt-doc .history-item__year {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .company-section {
        margin-bottom: 50px;
    }

    .company-section--hero,
    .company-section--advantages,
    .company-section--guarantees,
    .company-section--technology {
        flex-direction: column;
        gap: 20px;
    }

    .company-section--intro {
        grid-template-columns: 1fr;
    }

    .company-section__content--split {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .company-section__content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .company-section--gallery {
        flex-wrap: wrap;
        margin-left: 0;
    }

    .company-section__stats {
        column-count: 1;
    }

    .company-section__stat {
        grid-template-columns: 1fr;
        text-align: center;
    }

    #xt-doc .company-section__title {
        font-size: 32px;
        line-height: 130%;
    }

    #xt-doc .company-section__subtitle {
        font-size: 26px;
        line-height: 36px;
    }

    #xt-doc .company-section__text,
    #xt-doc .company-section__stat,
    #xt-doc .company-section__list-item {
        font-size: 16px;
        line-height: 140%;
    }

    #xt-doc .company-section__stat--highlight {
        font-size: 28px;
        line-height: 38px;
    }

    .history-item {
        grid-template-columns: 1fr;
        margin-bottom: 25px;
    }

    #xt-doc .history-item__year {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    #xt-doc .company-section--hero .company-section__title {
        width: 100%;
    }

    #xt-doc .company-section--hero .company-section__subtitle {
        display: none;
    }

    .company-section--support {
        width: 100%;
    }

    .company-section__image {
        max-width: 100%;
        height: auto;
    }

    .company-section__image-container {
        margin: 0 auto;
    }
}

/* Blog */
.blog-popular-articles {
    background-color: #F4ECE8;
}

.blog-popular-articles-title {
    margin-left: 13px;
}

.blog-popular-articles-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 24px;
    margin: 8px 100px 0;
    padding-bottom: 24px;
}

@media screen and (max-width: 1023px) {
    .blog-popular-articles-content {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        margin-left: 40px;
        margin-right: 40px;
    }

}

@media screen and (max-width: 767px) {
    .blog-popular-articles-content {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, auto);
        margin-left: 20px;
        margin-right: 20px;
    }
}

.blog-latest-articles {
    background-color: #2D3236;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
    padding: 8px;
}

.blog-latest-articles p {
    color: #fff;
}

.slick-slide .blog-carousel-slide-text {
    font-weight: 600;
}

.blog-carousel-slide-img {
    background-color: #D9D9D9;
    border: 1px solid #C10134;
    margin-right: 8px;
}

.blog-banner {
    margin: 50px 130px;
    display: flex;
}

.blog-banner-img {
    background-color: #D9D9D9;
    width: 100%;
}

.blog-banner-advices {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #F4ECE8;
    max-width: 600px;
    min-width: 400px;
    height: fit-content;
    margin-left: -20vw;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px;
}

.blog-banner-advices .blog-banner-advices-subtitle {
    color: #C10134;
    font-size: 16px;
    padding: 0;
}

.blog-banner-advices .blog-banner-advices-title {
    padding: 0;
    font-size: 24px;
    color: #2D3236;
}

.blog-banner-advices .blog-banner-advices-text {
    padding: 0;
    font-size: 16px;
    color: #2D3236;
}

.blog-banner-advices .blog-banner-advices-button {
    padding: 6px 20px;
    border-radius: 4px;
    background-color: #C10134;
    text-decoration: none;
    color: #fff;
    width: fit-content;
}

.blog-category-banner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #F4ECE8;
    padding: 20px;
    margin: 50px auto;
    width: fit-content;
    height: fit-content;
    max-width: 670px;
}

.blog-category-banner .blog-category-banner-title {
    padding: 0;
    font-size: 24px;
    color: #2D3236;
}

.blog-category-banner .blog-category-banner-text {
    padding: 0;
    font-size: 16px;
    color: #2D3236;
}

.blog-categories {
    padding-top: 24px;
    padding-bottom: 26px;
    border-top: 1px solid rgb(45, 50, 54, 30%);
    border-bottom: 1px solid rgb(45, 50, 54, 30%);
}

.blog-categories-item {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #C10134;
    width: fit-content;
}

.blog-categories-item a {
    color: #C10134;
    text-decoration: none;
}

.blog-categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 130px;
}

.blog-categories .blog-categories-title {
    margin-left: 13px;
}

.blog-article-content {
    max-width: 940px;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .blog-banner {
        margin: 50px 0;
        flex-direction: column;
    }

    .blog-banner-advices {
        margin: 50px auto 0;
    }
}

@media screen and (max-width: 550px) {
    .blog-banner-advices {
        min-width: 0;
    }
}

@media screen and (max-width: 454px) {
    .blog-carousel-slide-img {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {
    .blog-categories-list {
        padding: 0;
    }
}

.product-row-card {
    display: grid;
    grid-template-columns: 120px 1fr 1fr;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0;
    margin: 8px 0 8px 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    width: 100%;
}

.product-row-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.product-row-card__image-container {
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-row-card__image {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.product-row-card__rx-indicator {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #c10134;
}

.product-row-card__content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.product-row-card__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: #2d3236;
    text-decoration: none;
}

.product-row-card__title:hover {
    color: #c10134;
}

.product-row-card__manufacturer {
    font-size: 0.75rem;
    font-style: italic;
    color: #666;
    margin-bottom: 0.5rem;
}

.product-row-card__availability {
    color: #c10134;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.product-row-card__original-price {
    color: #2D3236;
    opacity: 0.3;
    text-decoration: line-through;
    font-size: 0.9rem;
}

.product-row-card__actions {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-row-card__icons {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.product-row-card__icon {
    font-size: 1.3rem;
    color: #666;
    transition: color 0.2s ease;
}

.product-row-card__icon.heart-icon {
    color: #c10134;
}

.product-row-card__price-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.product-row-card__price {
    font-size: 1.125rem;
    font-weight: 500;
    margin-right: 1rem;
    text-wrap: nowrap;
}

.product-row-card__price-min {
    font-size: 0.9rem;
    margin-right: 1rem;
}

.product-row-card__button {
    background-color: #c10134;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
    width: fit-content;
    text-wrap: nowrap;
}

.product-row-card__discount {
    color: #c10134;
    font-size: 0.9rem;
}

.product-row-card__button:hover {
    background-color: #fff;
    color: #c10134;
    border-color: #c10134;
}

.product-row-card__button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.product-row-card__button--primary {
    background-color: #c10134;
    color: white;
    border: none;
}

.product-row-card__button--primary:hover {
    background-color: #a30029;
}

.user-account {
    display: flex;
    align-items: start;
}

.cookie-consent {
    max-width: 80%;
}

.cookie-container {
    background-color: #F4ECE8;
    border: 1px solid #C10134;
    border-radius: 0.75rem;
    padding: 16px;
}

.cookie-container a {
    color: #C10134;
    text-decoration: none;
}

.accept-policy {
    background-color: #C10134;
    border: 1px solid #C10134;
    font-size: 16px;
    white-space: nowrap;
}

.accept-policy:hover {
    background-color: #C10134;
    border: 1px solid #C10134;
    font-size: 16px;
    white-space: nowrap;
}

.accept-policy span {
    color: white;
}

@media screen and (max-width: 768px) {
    .product-row-card__price-section {
        grid-column: 1 / -1;
        margin: 0 1rem 1rem 0;
    }

    .product-row-card__icons {
        flex-direction: column;
    }

    .product-row-card {
        grid-template-columns: 120px 1fr 50px;
    }

    .user-account {
        flex-direction: column;
    }

    .user-account #v-pills-tab {
        flex-direction: row;
        width: 100%;
    }

    .user-account .nav-pills .nav-link {
        border-radius: .7rem .7rem 0 0;
        flex: 0 1 33.3%;
        border-bottom: none;
    }

    .user-account .nav-pills .nav-link.active {
        border: 1px solid gray;
        border-bottom: none;
        border-radius: .7rem .7rem 0 0;
    }

    .cookie-consent {
        max-width: 100%;
    }
}

.product-grid-group-title {
    line-height: 120%;
    margin-top: 16px;
    font-size: 2rem;
}

.search-input-group:focus-within {
    box-shadow: 0 0 0 0.2rem rgba(193, 1, 52, 0.2);
    border-radius: 0.375rem;
}

.search-input-group .form-control:focus {
    box-shadow: none;
}

.auth-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(193, 1, 52, 0.2);
    border-radius: 0.375rem;
    border-color: var(--bs-border-color);
}

.recover-pwd-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.icon {
    height: 32px;
    width: 32px;
}

.mobile-visible {
    display: table-row;
}

.hidden {
    display: none;
}

@media (min-width: 768px) {
    .mobile-visible {
        display: none;
    }
}

@media (max-width: 767px) {
    .desktop-visible {
        display: none;
    }
}

/* Stock Modal Styles */
.stock-modal__city-nav {
    padding: 1rem;
    margin: 0;
}

.stock-modal__body-content {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow-y: auto;
    height: calc(100% - 72px);
}

@media (min-width: 992px) {
    .stock-modal__body-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.stock-modal__table-header-price {
    text-align: center;
}

.stock-modal__table-header-price p {
    margin: 0;
}

.stock-modal__division-info {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.stock-modal__address {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 16px;
}

.stock-modal__schedule {
    font-size: 12px;
    color: #6c757d;
}

.stock-modal__price {
    font-size: 1rem;
}

.stock-modal__price--discount {
    color: #C10134;
}

.stock-modal__quantity {
    color: #C10134;
    font-size: 1rem;
}

.stock-modal__empty-message {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* Mobile stock modal styles */
.stock-modal__mobile-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.stock-modal__mobile-header p {
    margin-bottom: 0;
    font-size: 12px;
    color: #6c757d;
}

.stock-modal__mobile-address-block {
    margin-bottom: 1rem;
}

.stock-modal__mobile-address-block .stock-modal__address {
    margin-bottom: 0.25rem;
}

.stock-modal__mobile-address-block p:not(.stock-modal__address) {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 0;
}

.stock-modal__mobile-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.stock-modal__mobile-price-block {
    display: flex;
    flex-direction: column;
    text-align: end;
}

.stock-modal__mobile-price-block .price {
    margin-bottom: 0.25rem;
}

.stock-modal__mobile-price-block .price:last-child {
    margin-bottom: 0;
    color: #C10134;
    font-weight: bold;
}

/* Product Page Price Table - Updated to match Stock Modal */
.product-page-table {
    background-color: #f5eeea;
}

.product-page-table thead tr {
    border-top: 1px solid #d3cfcc;
    border-bottom: 1px solid #d3cfcc;
}

.product-page-table__container {
    --bs-table-bg: #f5eeea;
}

.product-page-table__header-price {
    text-align: center;
}

.product-page-table__header-price p {
    margin: 0;
}

.product-page-table__division-info {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.product-page-table__address {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 16px;
}

.product-page-table__schedule {
    font-size: 12px;
    color: #6c757d;
}

.product-page-table__price {
    font-size: 1rem;
}

.product-page-table__price--discount {
    color: #C10134;
}

.product-page-table__quantity {
    color: #C10134;
    font-size: 1rem;
}

.product-page-table__empty-message {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* Mobile product page table styles */
.product-page-table__mobile-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.product-page-table__mobile-header p {
    margin-bottom: 0;
    font-size: 12px;
    color: #6c757d;
}

.product-page-table__mobile-address-block {
    margin-bottom: 1rem;
}

.product-page-table__mobile-address-block .product-page-table__address {
    margin-bottom: 0.25rem;
}

.product-page-table__mobile-address-block p:not(.product-page-table__address) {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 0;
}

.product-page-table__mobile-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.product-page-table__mobile-price-block {
    display: flex;
    flex-direction: column;
    text-align: end;
}

.product-page-table__mobile-price-block .price {
    margin-bottom: 0.25rem;
}

.product-page-table__mobile-price-block .price:last-child {
    margin-bottom: 0;
    color: #C10134;
    font-weight: bold;
}


.workhours-oneline {
    /*background-color : magenta;*/
}

.mobile-visible .workhours-oneline {
    display: flex;
    flex-direction: column;
}

.workhours-oneline > p {
    /*display: inline-block;*/
    display: inline;
    margin-right: 1rem;
}

.workhours-oneline dow { font-weight: normal; }

.workhours-detailed {
    white-space: normal;
    background-color:magenta;
}

.insulin-vaccine-notice {
    padding: 16px;
    background-color: moccasin;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

.insulin-vaccine-notice p {
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #c40018;
}

.dbg-0 { background-color: hotpink; }
.dbg-1 { background-color: aqua; }
.dbg-2 { background-color: greenyellow; }
.dbg-3 { background-color: magenta; }
.dbg-4 { background-color: tomato; }
