body {
    padding: 0;
    margin: 0;
    color: #404756;
    
}

a {
    text-decoration: unset;
    color: unset;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: none;
    margin: none;
    margin-block-start: 0;
    margin-block-end: 0;
    display: unset;
    font-size: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    font-weight: unset;
    unicode-bidi: unset;
}

.hidden {
    display: none !important;
}

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

.pointer {
    cursor: pointer;
}

.page-body {
    min-height: calc( 100% - 100px );
}

.section {
    width: calc( 100% - 60px );
    max-width: 1300px;
    margin: 30px auto;
    padding: 30px 30px;
}

.section-background {
    background: #EBF5FF80;
    border-radius: 24px;
}

.white {
    color: #fff !important;
}

.not-white {
    color: #F5F9FF !important;
}

.full-width {
    width: 100% !important;
}

.gap20 {
    height: 20px;
}

input,
textarea {
    width: calc( 100% - 10px ) ;
    border: 1px solid #4047564D;
    height: 48px;
    background-color: #fff;
    color: #333;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Open Sans", serif;
    padding-left: 10px;
}

textarea {
    height: 100px;
}

.product-tab-content > p > img {
    width: 100%;
}

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

table, th, td {
    border: 1px solid #6B7794;
}

/* TEXTS */

.menu-link {
    font-size: 14px;
    line-height: 150%;
    font-weight: 600;
    text-transform: uppercase;
    color: #404756;
    font-family: "Open Sans", serif;
    white-space: break-spaces;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
}

.menu-item-icon {
    width: 20px;
}

.footer-text {
    font-size: 14px;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", serif;
}

.footer-text-link {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
}

.title {
    font-size: 48px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Nunito", serif;
}

.body-small {
    font-size: 12px;
    line-height: 150%;
    color: #6B7794;
    font-weight: 400;
    font-family: "Open Sans", serif;
}

.body-normal {
    font-size: 16px;
    line-height: 150%;
    color: #6B7794;
    font-weight: 400;
    font-family: "Open Sans", serif;
}

.body-h5 {
    font-size: 18px;
    line-height: 120%;
    color: #404756;
    font-weight: 600;
    font-family: "Nunito", serif;
}

.body-h4 {
    font-size: 20px;
    line-height: 120%;
    color: #404756;
    font-weight: 600;
    font-family: "Nunito", serif;
}

.body-h3 {
    font-size: 28px;
    line-height: 120%;
    color: #404756;
    font-weight: 600;
    font-family: "Nunito", serif;
}

.link {
    font-size: 14px;
    line-height: 150%;
    color: #F28773;
    font-weight: 400;
    font-family: "Open Sans", serif;
    cursor: pointer;
}

.contacts-reach-item {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    font-family: "Open Sans", serif;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

/* MENU */
.menu-item {
    position: relative;
    /* display: inline-block; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dropdown {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 35px;
}

.menu-item:hover .dropdown,
.menu-item:focus-within .dropdown {
    display: block;
}

.dropdown-link {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
}

.dropdown-link:hover {
    background-color: #f4f4f4;
}

/* BUTTONS */
.button {
    border-radius: 24px;
    cursor: pointer;
    font-family: "Open Sans", serif;
    text-transform: uppercase;
    text-align: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.button-main {
    background-color: #8CA5D7;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 5px 25px;
    height: 40px;
    width: fit-content;
}

.button-main:hover {
    background-color: #9CB5D9;
}

.button-secondary {
    background-color: #F28773;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 5px 25px;
    height: 40px;
    width: fit-content;
}

.button-help {
    position: fixed;
    bottom: 40px;
    right: 90px;
    background-color: #F28773;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;
    height: 40px;
    box-shadow: 0px 3px 5px -1px #00000033;
    box-shadow: 0px 6px 10px 0px #00000024;
    box-shadow: 0px 1px 18px 0px #0000001F;
    z-index: 50;
}

.button-small {
    background-color: #8CA5D7;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 5px 20px;
    height: 32px;
}

.button-text {
    font-size: 14px;
    font-weight: 600;
    color: #8CA5D7;
    height: 32px;
    justify-content: flex-start;
}


/* MENU */

.menu-container {
    height: 100px;
    width: 100%;
    margin: auto;
    box-shadow: 0px 4px 16px 0px #00000014;
    position: sticky;
    top: 0px;
    background-color: #fff;
    z-index: 20;
}

.menu-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    height: calc( 100% - 40px );
    width: calc( 100% - 80px );
    max-width: 1600px;
    margin: auto;
}

.menu-logo {
    height: 100%;
}

.menu-logo-img {
    height: 100%;
}

.menu-links {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.menu-link {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.menu-link:hover {
    color: #000;
}

/* FOOTER */

.footer-container {
    height: 100px;
    width: 100%;
    margin: auto;
    bottom: 0px;
    background-color: #294772;
    z-index: 10;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    height: calc( 100% - 40px );
    width: calc( 100% - 80px );
    max-width: 1600px;
    margin: auto;
}

.footer-links {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}

/* PRODUCT */

.product {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
    align-items: flex-start;
}

.product-images {
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow: none;
    height: 550px;
    overflow: hidden;
}

.product-images-small {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 110px;
    overflow-y: scroll;
    scrollbar-width: none;
    height: 100%;
}

.product-image-small {
    min-height: 100px !important;
    height: 100px;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    border-radius: 24px;
    border: 1px solid #E6F4F1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.product-images-big {
    height: calc(100% - 2px);
    width: calc(100% - 110px);
    border-radius: 24px;
    border: 1px solid #E6F4F1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-images-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.product-texts {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.product-titles {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-title-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}

.product-code {
    background-color: #404756;
    padding: 5px 10px;
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
    height: fit-content;
    white-space: nowrap;
    font-family: "Open Sans", serif;
}

.product-price-row {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.product-descriptions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-variations {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-variation {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-variation-options {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
}

.product-variation-option {
    padding: 8px 16px 8px 16px;
    border-radius: 24px;
    border: 1px solid #E6F4F1;
    cursor: pointer;
    font-family: "Open Sans", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: #6B7794;
}

.product-variation-option-selected {
    background-color: #E6F4F1;
}

.product-actions {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}

.cart-quantity {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.cart-quantity-action {
    height: 40px;
    width: 40px;
    border: 1px solid #8CA5D7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.cart-quantity-input {
    height: 40px;
    width: 60px;
    border: 1px solid #E6F4F1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-tab-links {
    width: 100%;
    border-bottom: 1px solid #F2877333;
    display: flex;
    flex-direction: row;
    gap: 32px;
    height: 40px;
    align-items: center;
}

.product-tab-link {
    font-family: "Open Sans", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 15px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.product-tab-active {
    border-bottom: 2px solid #F28773;
    color: #F28773
}

.product-tab-content {
    margin: 20px 0px;
}

/* SLIDE ITEMS */

.slide-title-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.slide-title-row-category {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.slide-buttons {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}

.slide {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.slide-back {
    border: 1px solid #8CA5D7;
}

.slide-front {
    background-color: #8CA5D7;
}

.slide-items {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: scroll;
    align-items: center;
    height: fit-content;
    padding: 10px 10px 20px 0px;
    scrollbar-width: none;
}

/* CATEGORY */

.category-items {
    margin: 50px 0px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}

/* ITEMS */

.item {
    border-radius: 24px;
    width: 300px;
    min-width: 300px;
    height: 476px;
    box-shadow: none;
    background-color: #F0EBFD;
    border: 1px solid #F0EBFD;
}

.item-background-1 {
    background-color: #E6F4F1;
    border: 1px solid #E6F4F1;
}

.item-background-2 {
    background-color: #FFF3FF;
    border: 1px solid #FFF3FF;
}

.item-background-3 {
    background-color: #FFF7E5;
    border: 1px solid #FFF7E5;
}

.item-background-4 {
    background-color: #F0EBFD;
    border: 1px solid #F0EBFD;
}

.suggested-item {
    box-shadow: 4px 4px 16px 0px #00000014;
    background-color: #E6F4F1;
    border: none;
}

.item-image {
    height: 215px;
    width: 100%;
    background-color: #fff;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px;
    padding-bottom: 16px;

    background-image: url('/includes/uploads/system/patern.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto; /* This forces full fit */
}

.item-texts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.item-wide {
    width: 350px;
    height: 415px;
}

.item-text-limit {
    height: 75px;
    overflow: hidden;
}

.item-title-limit{
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.item-card-discount {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.card-price-discounted {
    color: #F28773;
}

.card-price-normal {
    font-weight: 400;
    text-decoration: line-through;
}

/* ABOUT */

.about {
    display: flex;
    flex-direction: row;
    gap: 30px;
    min-height: 400px;
    align-items: center;
}

.about-texts {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 55%;
}

.about-image {
    height: 400px;
    width: 45%;
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden; /* Ensures rounded corners apply to image */
}

.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

/* CATEGORY TEXT */

.category-description {
    display: flex;
    flex-direction: row;
    gap: 30px;
    min-height: 150px;
    align-items: center;
}

/* HERO */

.hero {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    max-height: 900px;
    min-height: 800px;
}

.hero-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    max-height: 720px;
}

.hero-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-shadow {
    background: #1D222AB0;
}

.hero-content {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    width: calc( 100% - 50px );
    height: calc( 80% - 50px );
}

.hero-texts {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 500px;
    justify-content: center;
    align-items: center;
}

.hero-titles {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-cards {
    position: absolute;
    margin: auto;
    width: calc( 100% - 60px );
    height: fit-content;
    bottom: -150px;
    z-index: 10;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.hero-card {
    width: calc( 25% - 80px );
    min-width: 150px;
    max-width: 300px;
    padding: 40px 32px 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 24px;
    align-items: center;
    justify-content: center;
}

.hero-card:nth-of-type(1) {
    background-color: #FEE5E5;
}

.hero-card:nth-of-type(2) {
    background-color: #EBF5FF;
}

.hero-card:nth-of-type(3) {
    background-color: #FEE5E5;
}

.hero-card:nth-of-type(4) {
    background-color: #EBF5FF;
}

.hero-card-texts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

/* NEWS */

.news {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.news-titles {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 750px;
    justify-content: left;
}

.news-items {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}


/* SOLUTIONS */

.solution {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.solutions-titles {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 750px;
    justify-content: center;
}

.solutions-items {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* PROJECTS */

.projects {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.projects-images {
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

.projects-image {
    border-radius: 16px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.projects-texts {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.projects-title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.project-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    min-height: 200px;
}

.project {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.project-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

/* CONTACTS */

.contacts {
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
}

.contacts-list {
    background-color: #294772;
    border-radius: 24px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 50px;
    justify-content: center;
    position: relative;
}

.contacts-titles {
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 5;
}

.contacts-address {
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 5;
}

.contacts-reach {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.button-contact {
    width: calc( 100% - 50px );
    z-index: 5;
}

.contacts-contact {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contacts-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contacts-icon {
    position: absolute;
    top: 0;
    right: 0;
}

/* COOKIES */

.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: #333;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    display: none;
    font-family: "Open Sans", serif;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 10;
}

.cookie-notice button {
    background: #8CA5D7;
    border: none;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    margin: 0px 20px;
    cursor: pointer;
    font-weight: bold;
    font-family: "Open Sans", serif;
    color: #fff;
}

/* CART */

.full-screen-modal {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    align-items: center;
    justify-content: center;
}

.full-screen-background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.cart-modal {
    width: 30%;
    min-width: 350px;
    max-width: 500px;
    height: calc(100% - 30px);
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-title-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.cart-titles {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cart-title {
    font-size: 28px;
    line-height: 150%;
    color: #404756;
    font-weight: 600;
    font-family: "Open Sans", serif;
}

.cart-subtitle {
    font-size: 16px;
    line-height: 150%;
    color: #404756;
    font-weight: 400;
    font-family: "Open Sans", serif;
}

.cart-close {
    font-size: 24px;
    line-height: 150%;
    color: #8CA5D7;
    font-weight: 600;
    cursor: pointer;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: calc( 100% - 124px );
    overflow-y: scroll;
    scrollbar-width: none;
}

.cart-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    cursor: pointer;
}

.cart-item-photo {
    width: 150px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    border: 1px solid #E6F4F1;
}

.cart-item-texts {
    width: calc( 100% - 160px );
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 0px;
}

.cart-item-title {
    font-size: 16px;
    line-height: 110%;
    color: #333;
    font-weight: 600;
    font-family: "Open Sans", serif;
    white-space: wrap;
}

.cart-item-small-texts {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cart-item-variations {
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-size: 12px;
    color: #656565;
    font-weight: 100;
    font-family: "Open Sans", serif;
    white-space: wrap;
}

.cart-item-quantity {
    font-size: 12px;
    color: #656565;
    font-weight: 100;
    font-family: "Open Sans", serif;
    white-space: wrap;
}

.cart-item-price-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.cart-item-price {
    font-size: 18px;
    line-height: 110%;
    color: #333;
    font-weight: 600;
    font-family: "Open Sans", serif;
    white-space: wrap;
}

.cart-item-delete {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
}

.cart-item-delete-text {
    font-size: 14px;
    color: #8CA5D7;
    font-weight: 100;
    font-family: "Open Sans", serif;
    text-transform: uppercase;
    font-weight: 600;
}

.cart-line {
    border-top: 1px solid #0000001A;
    width: 100%;
}

.cart-total {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.cart-total-sum-title {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.cart-total-sum-amount {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2%;
}

.cart-empty {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
}

.cart-empty-title {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.2%;
    text-align: center;
}

.cart-empty-subtitle {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.2%;
    text-align: center;
}

.cart-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cart-form-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

label {
    font-size: 12px;
    color: #656565;
    font-weight: 100;
    font-family: "Open Sans", serif;
    white-space: wrap;
}

.cart-input {
    height: 48px;
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2%;
}

.cart-actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cart-order-button {
    background-color: #8CA5D7;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 5px 25px;
    height: 40px;
    width: fit-content;
}

.cart-order-secondary-button {
    font-size: 12px;
    text-decoration: underline;
}

/* HELP */

.help-modal {
    position: absolute;
    width: 50%;
    min-width: 300px;
    max-width: 700px;
    height: fit-content;
    background-color: #fff;
    border-radius: 24px;
}

.help-close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}

.help-modal-content {
    padding: 75px 25px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: calc( 100% - 50px );
    height: calc( 100% - 150px );
}

.help-modal-phone,
.help-modal-call {
    height: calc( 50% - 50px );
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.help-modal-phone-text,
.help-modal-call-text {
    font-size: 18px;
    color: #656565;
    font-weight: 300;
    font-family: "Open Sans", serif;
    white-space: wrap;
    text-align: center;
}

.help-modal-phone-number {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    font-size: 24px;
    color: #656565;
    font-weight: 600;
    font-family: "Open Sans", serif;
}

.help-modal-separator {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    color: #656565;
    font-weight: 100;
    font-family: "Open Sans", serif;
}

.help-modal-line {
    border-bottom: 0.1px solid #656565;
    width: 100%;
}

.help-modal-call-row {
    width: 300px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.help-modal-call-button {
    background-color: #294772;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    border-radius: 6px;
    cursor: pointer;
}

/* CART PREVIEW */

.cart-preview {
    position: fixed;
    top: 50%;
    right: 0;
    width: 132px;
    background-color: #fff;
    border-radius: 4px 0px 0px 4px;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    box-shadow: -4px 0px 16px 0px #00000029;
    cursor: pointer;
    z-index: 15;
    height: fit-content;
    transform: translateY(-50%);
}

.cart-preview-title {
    font-family: "Open Sans", serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.2%;
    text-transform: uppercase;
}

.cart-preview-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.cart-preview-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cart-preview-item-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    border: 1px solid #E6F4F1;
}

.cart-preview-item-title {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.2%;
    color: #6B7794;
}

.cart-preview-link {
    font-family: "Open Sans", serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.2%;
    text-transform: uppercase;
    color: #F28773;
}

.help-modal-call-button-icon {
    width: 24px;
    height: 24px;;
}

/* Fullscreen Overlay FOR BIG IMAGE */

.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Fullscreen Image */
.fullscreen-overlay img {
    max-width: 90%;
    max-height: 90%;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

/* SEARCH */

.search-modal {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 10;
    overflow: scroll;
}

.search-close {
    width: 100%;
    text-align: right;
    font-size: 30px;
    color: rgb(140, 165, 215);
    cursor: pointer;
    font-weight: bold;
}

.search-input {
    border: 1px solid rgb(140, 165, 215);
    border-radius: 6px;
    background-color: transparent;
    color: rgb(140, 165, 215);
}

.search-input::placeholder{
    color: rgb(140, 165, 215);
}

.search-input:focus,
.search-input:focus-visible {
    outline: 1px solid rgb(140, 165, 215);
    border: 1px solid rgb(140, 165, 215);

}

.flex {
    display: flex;
}

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

.column {
    flex-direction: column;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.flex-start {
    justify-content: flex-start;
    flex-direction: column;
}

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

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

.white-background {
    background-color: rgba(255, 255, 255, 1);
}

.search-results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    overflow: scroll;
    align-items: center;
    justify-content: center;
}

.search-section {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgb(140, 165, 215);
    border-top: 4px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

.arrow {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: white;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
    z-index: 10;
}

.arrow.left {
    left: 30px;
}

.arrow.right {
    right: 30px;
}

.tag-filters {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0px;
}

.tag-filter-button {
    cursor: pointer;
    border: 2px solid #F28773;
    padding: 5px 20px;
    border-radius: 24px;
    color: #333;
}

.selected-tag {
    background-color: #F28773;
    color: #fff;
}