:root {
    --white: white;
    --black: black;
    --primary--main: #730d22;
    --desktop-separator: 4em;
    --desktop-padding-x: 2em;
    --mobile-padding-x: 1em;
    --mobile-separator: 2em;
    --global-radius: 32px;
    --secondary--light: #f8ddb4;
    --secondary--main: #ecc489;
    --gray: #545454;
    --secondary--lighter: #fceed9;
    --primary--lightest: #f8e2e6;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
    outline-offset: 2px;
    border-radius: 50%;
    outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

body {
    background-color: var(--white);
    color: var(--black);
    letter-spacing: .4px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
}

h1 {
    margin-top: .4em;
    margin-bottom: .2em;
    font-family: Bookos, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1;
}

h2 {
    margin-top: .4em;
    margin-bottom: .2em;
    font-family: Bookos, Arial, sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
}

h3 {
    margin-top: .4em;
    margin-bottom: .2em;
    font-family: Bookos, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1;
}

h4 {
    margin-top: .4em;
    margin-bottom: .2em;
    font-family: Bookos, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1;
}

h5 {
    margin-top: .4em;
    margin-bottom: .2em;
    font-family: Bookos, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Bookos, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
}

p {
    margin-bottom: .2em;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3;
}

a {
    color: var(--black);
    text-decoration: none;
}

img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
}

blockquote {
    border-left: 5px solid var(--primary--main);
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.content {
    display: block;
}

.section {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.section.hero-section, .section.overflow-visible {
    overflow: visible;
}

.container {
    padding: var(--desktop-separator) var(--desktop-padding-x);
    max-width: 98vw;
}

.container.navbar-container {
    padding-top: 2em;
    padding-bottom: 2em;
}

.container.primary-color-container {
    border-radius: var(--global-radius);
    background-color: var(--primary--main);
    background-image: url('../images/678259342c3f11a62687d2de_062fe584aae73d52d8e8a88e4bbbc0e5_11zon_11zon_11zon.jpg');
    background-position: 50%;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.container.primary-color-container.for--about {
    padding-top: var(--desktop-separator);
    padding-bottom: var(--desktop-separator);
    background-image: url('../images/Union.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 80%;
    padding-left: 7em;
}

.container.primary-color-container.for--single-product {
    background-image: none;
    background-size: auto;
    border-radius: 0;
    max-width: 100vw;
}

.container.page-top-container {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.container.secondary-color-container {
    border-radius: var(--global-radius);
    background-color: var(--secondary--light);
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.container.footer-container {
    border-radius: var(--global-radius);
    background-color: var(--primary--main);
    margin-bottom: 2vh;
    padding-bottom: 3em;
    position: relative;
}

.container.comments-container {
    padding-top: 0;
}

.container.popular-products-container {
    padding-left: 0;
    padding-right: 0;
}

.container.single-product-container {
    padding-top: 4em;
}

.container.cards-slider-container {
    margin-bottom: var(--desktop-separator);
    border-radius: var(--global-radius);
    background-image: linear-gradient(0deg, #ecc489, #fadcb0);
    padding-top: 7em;
    position: relative;
    overflow: hidden;
}

.navbar {
    width: 100%;
    position: absolute;
    top: 70px;
    backdrop-filter: blur(0px);
    background: rgba(0, 0, 0, 0);
    transition: backdrop-filter 0.5s ease, background 0.5s ease;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.11);
}
.nav-menu {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
}

.navbar-content-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nav-link {
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    transition: color .4s;
}

.nav-link:hover {
    color: var(--secondary--main);
}

.nav-link.w--current {
    border-bottom: 2px solid var(--secondary--main);
    color: var(--secondary--main);
}

.nav-right {
    grid-column-gap: .35em;
    grid-row-gap: .35em;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.nav-icon-wrapper {
    aspect-ratio: 1;
    border: 1px solid var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: auto;
    transition: background-color .4s;
    display: flex;
}

.nav-icon-wrapper:hover {
    background-color: var(--black);
}

.nav-icon-wrapper.for--bag {
    background-color: var(--white);
    border-style: none;
    transition: none;
    position: relative;
}

.nav-icon-wrapper.for--search {
    background-color: #fff3;
    border-style: none;
}

.nav-icon-wrapper.for--search:hover {
    background-color: var(--black);
}

.nav-icon {
    aspect-ratio: 1;
    cursor: pointer;
    width: 20px;
    height: auto;
}

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

.tell-wrapper {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.phone-icon-wrapper {
    border: 1px solid var(--black);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 30px;
    display: flex;
}

.page-locale-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.locale-text {
    font-weight: 700;
    transition: opacity .4s;
}

.locale-text:hover {
    opacity: .6;
}

.locale-text.wight-normal {
    font-weight: 400;
}

.locale-text.is--color-primary-main {
    color: var(--primary--main);
}

.hero-logo-wrapper {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%);
}

.hero-logo-wrapper.for--main-logo {
    z-index: 1;
    top: -12%;
}

.hero-logo-wrapper.for--main-logo.for--single-product {
    top: -50%;
}

.hero-logo-wrapper.for--main-logo.for--homepage {
    top: -7%;
}

.hero-logo-wrapper.full-width {
    width: 95%;
}

.hero-logo-wrapper.full-width.for--footer {
    top: -.5px;
}

.hero-design-vector {
    width: 200px;
    height: auto;
}

.hero-design-vector.for--main-logo {
    width: 125px;
}

.title-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.title-wrapper.more-max-width {
    max-width: 65%;
}

.title-wrapper.more-max-width.low-gap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
}

.title-wrapper.more-max-width.for--homepage {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 45%;
    margin-left: 0;
    margin-right: 0;
}

.hero-title {
    color: var(--white);
    text-align: center;
    text-transform: capitalize;
    font-size: 3.5rem;
}

.hero-title.is--color-black {
    color: var(--black);
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 600;
}

.hero-title.color-black {
    color: var(--black);
    margin-bottom: 0;
}

.hero-title.for--home {
    text-align: left;
    line-height: 1.2;
}

.hero-p {
    color: var(--white);
    text-align: center;
    font-weight: 300;
}

.hero-p.is--color-custom-gray {
    color: #00000091;
    margin-bottom: .4em;
}

.hero-p.color-black {
    color: var(--black);
}

.hero-p.for--home {
    text-align: left;
}

.hero-layer {
    border-radius: var(--global-radius);
    pointer-events: none;
    background-color: #610f1ca1;
    position: absolute;
    inset: 0%;
}

.hero-content-wrapper {
    z-index: 2;
    height: 325px;
    padding-top: 5em;
    position: relative;
}

.hero-content-wrapper.for--single-product {
    height: auto;
}

.hero-content-wrapper.for--home {
    height: 85vh;
    padding-bottom: 4em;
}

.custom-h2-title {
    text-align: center;
    font-size: 3rem;
    line-height: 1.3;
}

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

.flex-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.flex-wrapper.is--wrap-single-row {
    flex-flow: row-reverse;
}

.flex-wrapper.align-stretch {
    align-items: stretch;
}

.flex-container-image-wrapper {
    border-radius: var(--global-radius);
    width: 45%;
    height: 300px;
    overflow: hidden;
}

.flex-container-detail-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
    display: flex;
}

.flex-container-detail-wrapper.align-between {
    justify-content: space-between;
}

.h3-title {
    font-size: 1.8rem;
    line-height: 1.4;
}

.h3-title.size--large {
    font-size: 2.5rem;
}

.global-p {
    line-height: 1.7;
}

.global-p.for--footer {
    color: var(--white);
    line-height: 1.3;
}

.global-p.for--comments {
    max-width: 70%;
}

.video-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.2em;
    font-size: 2rem;
}

.background-video {
    border-radius: var(--global-radius);
    background-image: url('../images/67826843c36756f3a6c0a7e5_ba810204a01da13e76f94acdd1abb9e6_11zon_11zon_11zon.jpg');
    background-position: 50%;
    background-size: cover;
    max-width: 90%;
    margin-bottom: -6.1em;
    margin-left: auto;
    margin-right: auto;
}

.background-video.for--home {
    border: 1px #000;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-bottom: 0;
}

.play-pause-button {
    aspect-ratio: 1;
    border: 1px solid var(--secondary--light);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0000002b;
    border-radius: 50%;
    width: 130px;
    transition: transform .4s;
    position: static;
    top: 50%;
    left: 50%;
}

.play-pause-button:hover {
    transform: scale(1.1);
}

.video-play-state-image {
    aspect-ratio: 1;
    width: 30px;
    height: auto;
}

.spacer-x-large {
    padding-top: 4em;
    padding-bottom: 4em;
}

.custom-image-wrapper {
    border-radius: var(--global-radius);
    width: 70%;
    height: auto;
    overflow: hidden;
}

.custom-section-detail {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    background-color: var(--white);
    border-radius: 20px;
    flex-flow: column;
    width: 50%;
    padding: 1.1em;
    display: flex;
    position: absolute;
    inset: auto 5% 14% auto;
}

.custom-h3-title {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.5;
}

.footer-vector {
    height: auto;
}

.spacer-large {
    padding-top: 3em;
    padding-bottom: 3em;
}

.footer-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    display: flex;
}

.footer-left {
    grid-column-gap: 2.4em;
    grid-row-gap: 2.4em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 35%;
    display: flex;
}

.footer-logo-wrapper {
    width: 125px;
    height: auto;
}

.footer-socials-row {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.footer-social-icon-wrapper {
    aspect-ratio: 1;
    background-color: var(--white);
    outline-color: var(--white);
    outline-offset: -1px;
    border-radius: 50%;
    outline-width: 1px;
    outline-style: solid;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: auto;
    transition: all .4s;
    display: flex;
}

.footer-social-icon-wrapper:hover {
    outline-color: var(--white);
    outline-offset: 3px;
    outline-width: 1px;
    outline-style: solid;
}

.footer-social-icon-wrapper.for--brands {
    color: var(--black);
    width: 40px;
    transition: all .4s;
}

.footer-social-icon-wrapper.for--brands:hover {
    outline-color: var(--primary--main);
    outline-offset: 3px;
    color: var(--primary--main);
}

.social-icon {
    aspect-ratio: 1;
    width: 24px;
    height: auto;
}

.footer-links-grid-block {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.footer-links-grid-child {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    display: flex;
}

.footer-link-title {
    color: var(--white);
    text-transform: capitalize;
    font-size: 1.2rem;
}

.footer-links-separator {
    background-color: #ffffff38;
    width: 100%;
    height: 1px;
}

.footer-link {
    color: var(--white);
    text-transform: capitalize;
    font-size: .9rem;
    transition: color .4s;
}

.footer-link:hover {
    color: var(--secondary--main);
}

.footer-link.for--subtitle {
    color: #e8d8d8;
    font-size: .7rem;
    line-height: 1.5;
}

.footer-link.for--subtitle:hover {
    color: var(--secondary--main);
}

.footer-link.none-hover {
    transition: none;
}

.footer-link.none-hover:hover {
    color: var(--white);
}

.footer-address-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.primary-button {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
    background-color: var(--black);
    color: var(--white);
    text-transform: capitalize;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding-left: 3.5em;
    padding-right: 3.5em;
    font-size: .9rem;
    display: flex;
    position: relative;
}

.primary-button.is--secondary {
    border: 1px solid var(--black);
    color: var(--black);
    background-color: #0000;
}

.primary-button.is--secondary:hover {
    background-color: var(--black);
    color: var(--white);
}

.primary-button.is--secondary:active {
    outline-offset: 7px;
}

.primary-button.is--color-yellow {
    background-color: var(--secondary--main);
    outline-color: var(--secondary--main);
    color: var(--black);
    outline-width: 2px;
}

.primary-button.is--color-yellow.is--full-on-mobile.for--home:hover {
    outline-color: var(--white);
}

.button-arrow {
    aspect-ratio: 1;
    width: 10px;
    height: auto;
}

.button-arrow.rotate {
    transform: rotate(180deg);
}

.button-arrow.for--products {
    width: 25px;
}

.center-flex {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.center-flex.is--horizontal {
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.button-arrow-box {
    aspect-ratio: 1;
    width: 10px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.button-arrow-box.for--products {
    width: 25px;
}

.button-arrow-container {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 24px;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
}

.button-arrow-container.for--products {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 54px;
}

.button-arrow-wrapper {
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: auto;
    display: flex;
}

.button-arrow-wrapper.for--products {
    width: 25px;
}

.brand-row-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.primary-box {
    border-radius: var(--global-radius);
    background-color: var(--primary--main);
    justify-content: center;
    align-items: center;
    width: 425px;
    height: 400px;
    display: flex;
}

.brand-image {
    width: 55%;
    height: auto;
}

.secondary-box {
    z-index: -1;
    border-radius: var(--global-radius);
    background-color: var(--secondary--main);
    width: 400px;
    height: 330px;
    position: absolute;
    inset: 15% auto auto 12%;
}

.secondary-box.right {
    bottom: auto;
    left: auto;
    right: 12%;
    transform: rotate(10deg);
}

.secondary-box.left {
    transform: rotate(-10deg);
}

.spacer-medium {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.social-block-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.bookos-font {
    text-transform: capitalize;
    font-family: Bookos, Arial, sans-serif;
    font-size: 1.1rem;
}

.social-row {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.separator-line {
    background-color: #000000a3;
    width: 85%;
    height: .2px;
    margin: 2em auto;
}

.separator-line.full-width {
    width: 100%;
}

.separator-line.full-width.is--color-gray {
    background-color: #e0e0e0;
}

.spacer-small {
    padding-top: 1em;
    padding-bottom: 1em;
}

.map-wrapper {
    border-radius: var(--global-radius);
    position: relative;
}

.location-text {
    color: var(--white);
    font-family: Bookos, Arial, sans-serif;
    font-size: 8rem;
    position: absolute;
    inset: -52% auto auto 8%;
}

.location-text.bottom {
    inset: -25% auto auto 36%;
}

.blending-difference {
    pointer-events: none;
    mix-blend-mode: difference;
    position: absolute;
    inset: 0%;
}

.map-image {
    border-radius: var(--global-radius);
    height: 300px;
}

.contact-details-flex {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-left: 5em;
    padding-right: 5em;
    display: flex;
}

.contact-details-grid-block {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.contact-detail-grid-block {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    display: flex;
}

.contact-detail-title {
    text-transform: capitalize;
    margin-bottom: .5em;
}

.contact-detail {
    color: #00000052;
    font-size: .9rem;
    transition: color .4s;
}

.contact-detail:hover {
    color: var(--primary--main);
}

.contact-detail.none--hover:hover {
    color: #00000052;
}

.contact-socials-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    display: flex;
}

.contact-form-wrapper {
    border-radius: var(--global-radius);
    background-color: var(--secondary--light);
    background-image: url('../images/Union-1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 5em 3em 3em;
    display: flex;
}

.contact-form-holder {
    width: 45%;
}

.contact-form-content-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex;
}

.contact-form-content-wrapper.for--comments {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-left: auto;
    margin-right: auto;
}

.contact-form-input {
    background-color: var(--white);
    color: var(--black);
    text-transform: capitalize;
    border-radius: 12px;
    margin-bottom: 0;
    padding: 2em 1em;
    transition: all .4s;
}

.contact-form-input:active, .contact-form-input:focus {
    outline-color: var(--black);
    outline-offset: 2px;
    border: 1px #000;
    outline-width: 2px;
    outline-style: solid;
}

.contact-form-input::placeholder {
    color: var(--black);
}

.contact-form-input.for--text-area {
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
    padding-top: 1.5em;
}

.contact-form-input.for--comments {
    background-color: #f6f4f7;
    border: 1px #000;
}

.contact-form-button {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.privacy-text {
    color: #00000052;
    font-size: .8rem;
    line-height: 1.5;
}

.privacy-link {
    color: var(--black);
    transition: color .4s;
}

.privacy-link:hover {
    color: var(--primary--main);
}

.contact-form-right {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-bottom: 4em;
    display: flex;
}

.contact-form-title {
    text-align: center;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
}

.contact-form-p {
    color: #000000a3;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.6;
}

.archive-page-top {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.select-wrapper-block {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.select-wrapper {
    background-color: #0000;
}

.select-field {
    color: var(--black);
    background-color: #0000;
    border: 1px #000;
    margin-top: 19px;
    margin-bottom: 0;
    padding: 0;
    font-weight: 700;
}

.select-field.wight-400 {
    font-weight: 400;
}

.archive-boxes-grid-block {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.archive-box-grid-child {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    background-color: var(--white);
    border: 1px #000;
    border-radius: 24px;
    flex-flow: column;
    padding: .6em 1em 2em;
    transition: all .4s;
    display: flex;
    box-shadow: 0 4px 13px #cecece24;
}

.archive-box-grid-child:hover {
    box-shadow: 0 4px 22px #cecece80;
}

.archive-box-grid-child.for--products {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    padding-bottom: 1.5em;
}

.archive-box-image-wrapper {
    position: relative;
}

.archive-box-image-wrapper.for--products {
    background-color: #e7e4eb63;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    height: 225px;
    display: flex;
    overflow: hidden;
}

.archive-box-image {
    border-radius: 16px;
    height: 225px;
}

.archive-box-image.for--products {
    mix-blend-mode: multiply;
    width: 90%;
    height: auto;
}

.blog-name {
    text-transform: uppercase;
    font-weight: 700;
}

.blog-name.product-price {
    font-weight: 800;
}

.archive-child-name-wrapper {
    justify-content: space-between;
    display: flex;
}

.archive-child-name-wrapper.for--product {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    justify-content: flex-end;
    align-items: center;
}

.blog-p {
    color: var(--gray);
    margin-bottom: 0;
    font-size: .8rem;
}

.blog-p.for--product {
    color: var(--black);
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.2;
}

.blog-p.for--product.have--max-width {
    max-width: 90%;
}

.custom-design-vector-wrapper {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: auto;
    display: flex;
    position: absolute;
    inset: 15% -1px auto auto;
}

.custom-design-vector-wrapper.for--product-gallery {
    z-index: 2;
    width: 100px;
    inset: auto -1px 15% auto;
}

.custom-vector-text {
    letter-spacing: 0;
    white-space: nowrap;
    font-family: Bookos, Arial, sans-serif;
    font-size: .9rem;
    position: absolute;
    inset: 55% 0% 0% 50%;
    transform: translate(-50%, -50%);
}

.custom-vector-text.for--blog {
    left: 42%;
}

.blog-first-image {
    border-radius: var(--global-radius);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.blog-author-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.blog-author-image-wrapper {
    aspect-ratio: 1;
    border-radius: 50%;
    width: 80px;
    height: auto;
    overflow: hidden;
}

.author-name {
    text-align: center;
    font-weight: 700;
}

.blog-rich-text {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
    line-height: 1.8;
}

.is--font-bold {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
}

.rich-text-p {
    line-height: 1.6;
}

.blog-richtext-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.blog-images-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.blog-gallery-image {
    border-radius: var(--global-radius);
    width: 50%;
    height: 300px;
}

.blog-date-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    background-color: var(--black);
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: .6em 1em;
    display: flex;
}

.blog-date-day {
    color: var(--white);
    font-family: Bookos, Arial, sans-serif;
    font-size: 1.4rem;
}

.blog-date-month {
    color: var(--white);
    text-transform: capitalize;
    font-family: Bookos, Arial, sans-serif;
}

.blog-rating-row {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: center;
    align-items: center;
    display: flex;
}

.blog-rate-block {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.like-icon {
    width: 20px;
    height: auto;
}

.blog-social-flex {
    justify-content: space-between;
    display: flex;
}

.blog-social-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex;
}

.blog-social-block.align-right {
    justify-content: flex-start;
    align-items: flex-end;
}

.social-title {
    text-transform: capitalize;
    font-size: 1.1rem;
}

.comment-row {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.comment-detail-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex;
}

.comment-reply-row {
    padding-left: 5em;
}

.comments-form-input-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    display: flex;
}

.heart-wrapper {
    aspect-ratio: 1;
    background-color: var(--white);
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: auto;
    transition: all .4s;
    display: flex;
    position: absolute;
    inset: 5% auto auto 5%;
}

.heart-wrapper:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 5px #00000012;
}

.read-heart-image {
    width: 20px;
    height: auto;
}

.read-heart-image.is--liked {
    display: none;
}

.read-heart-image.is--not-liked {
    display: block;
}

.products-row-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    display: flex;
}

.piece-box-title {
    margin-bottom: .5em;
    font-size: 1.5rem;
    font-weight: 700;
}

.popular-products-wrapper {
    padding-top: 5em;
    padding-right: var(--desktop-padding-x);
    padding-left: var(--desktop-padding-x);
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    border-radius: var(--global-radius);
    background-color: var(--primary--main);
    flex-flow: column;
    margin-bottom: 110px;
    display: flex;
}

.popular-products-wrapper.for--collection {
    background-color: var(--secondary--main);
    margin-bottom: 0;
    padding-top: 4em;
}

.pagination-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.pagination-wrapper.for--gallery {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
}

.pagination-link {
    aspect-ratio: 1;
    background-color: #0000002b;
    border: 1px solid #0000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: auto;
    transition: all .4s;
    display: flex;
}

.pagination-link.for--gallery {
    width: 12px;
}

.pagination-black-circle {
    aspect-ratio: 1;
    background-color: var(--black);
    border-radius: 50%;
    width: 40%;
    height: auto;
}

.product-info-row {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.product-info-box {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.product-info-circle {
    aspect-ratio: 1;
    background-color: var(--secondary--light);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: auto;
    display: flex;
}

.product-info-image {
    aspect-ratio: 1;
    width: 40px;
    height: auto;
}

.info-title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
}

.info-p {
    color: #00000080;
    text-align: center;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 500;
}

.info-tab-menu {
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.info-tab-link {
    background-color: var(--white);
    border: 1px solid #f8f8f8;
    justify-content: center;
    align-items: center;
    width: 34%;
    padding: 13px 0;
    font-weight: 600;
    display: flex;
}

.info-tab-link.w--current {
    background-color: var(--secondary--light);
}

.info-tab-pane {
    background-color: #fafafa;
    border-radius: 8px;
    padding: 4em 3em 3em;
}

.info-content-p {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}

.additional-information-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 5em;
    display: flex;
}

.list-item {
    font-weight: 600;
}

.is--color-gray {
    color: #a8a8a8;
}

.comments-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    display: flex;
}

.right-flex {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.rating-wrapper {
    justify-content: space-between;
    display: flex;
}

.rating-box {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex;
}

.text-block {
    color: #acacac;
    font-size: .8rem;
}

.rating-title {
    font-size: 1.8rem;
}

.rate-number-flex {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.rate-number {
    font-family: Bookos, Arial, sans-serif;
    font-size: 2.5rem;
}

.rate-number.size--small {
    font-size: 1.2rem;
}

.stars-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.star {
    aspect-ratio: 1;
    width: 17px;
    height: auto;
}

.progress-wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: column;
    width: 33%;
    padding-top: 1.2em;
    display: flex;
}

.progress-box {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    flex-flow: column;
    display: flex;
}

.progress-title-wrapper {
    justify-content: space-between;
    display: flex;
}

.progress-title {
    font-size: .9rem;
    font-weight: 600;
}

.progress-line-wrapper {
    background-color: #ccc;
    width: 100%;
    height: 5px;
}

.progress-line {
    background-color: var(--black);
    width: 55%;
    height: 100%;
}

.product-dropdown {
    background-color: #f8f8f8;
    border-radius: 28px;
    width: 100%;
    padding: 1.7em 1.5em 1.5em;
    position: static;
    overflow: hidden;
}

.product-dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    transition: opacity .2s;
    display: flex;
    position: relative;
}

.product-dropdown-toggle:hover {
    opacity: .65;
}

.accordion-p {
    color: var(--black);
    white-space: pre-wrap;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
}

.accordion-p.for--dropdown {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
}

.accordion-p.for--dropdown.for--inner {
    font-size: .8rem;
}

.accordion-p.weight-500 {
    font-weight: 500;
}

.dropdown-circle {
    background-color: #0000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    padding: .2em;
    display: flex;
    position: relative;
}

.dropdown-circle.for--inner {
    background-color: var(--white);
}

.plus-text {
    z-index: 2;
    color: #434548;
    margin-top: -5px;
    font-size: 1.2rem;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-dropdown-list {
    background-color: #0000;
    padding-top: 1.8em;
    padding-bottom: 1.5em;
    display: block;
    position: static;
}

.product-dropdown-list.for--inner {
    padding-top: .5em;
    padding-bottom: .5em;
}

.product-title-wrapper {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    display: flex;
}

.is--color-gray-light {
    color: #a8a8a8;
}

.product-details-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.product-gallery {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    border-radius: 24px;
    width: 50%;
    display: flex;
    position: sticky;
    top: 40px;
    overflow: hidden;
}

.product-vertical-images-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    width: 28%;
    display: flex;
}

.product-gallery-image-wrapper {
    height: 150px;
}

.product-right {
    background-color: #f8f8f8;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 64%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1em;
    display: flex;
    position: relative;
}

.date-wrapper {
    background-color: var(--white);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: .7em 1.2em;
    font-size: .9rem;
    display: flex;
}

.arrows-wrapper {
    aspect-ratio: 1;
    background-color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: auto;
    transition: all .4s;
    display: flex;
}

.arrows-wrapper:hover {
    transform: scale(1.1);
}

.arrows {
    width: 25px;
    height: auto;
}

.product-main-image-wrapper {
    width: 90%;
    height: 45%;
    margin-left: auto;
    margin-right: auto;
}

.multiply {
    mix-blend-mode: multiply;
}

.product-details-right {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    width: 50%;
    padding-left: 1.5em;
    display: flex;
}

.product-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
}

.share-icon {
    width: 15px;
    height: auto;
}

.arrow-down {
    width: auto;
    height: auto;
}

.accordion-title-row {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.accordion-circle {
    aspect-ratio: 1;
    background-color: var(--black);
    border-radius: 50%;
    width: 6px;
    height: auto;
}

.accordion-drop-row {
    border-top: 2px solid #00000030;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    display: flex;
}

.checkbox {
    aspect-ratio: 1;
    background-color: var(--secondary--lighter);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: auto;
    display: flex;
}

.check {
    width: 15px;
    height: auto;
}

.dropdowns-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex;
}

.inner-drop-row {
    justify-content: space-between;
    align-items: center;
    padding: .3em 1em;
    display: flex;
}

.inner-dropdown-select {
    aspect-ratio: 1;
    border: 1.5px solid var(--secondary--main);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: auto;
    display: flex;
}

.lighter-circle {
    aspect-ratio: 1;
    background-color: var(--secondary--main);
    border-radius: 50%;
    width: 80%;
    height: auto;
}

.inner-dropdown {
    border-bottom: 2px solid #00000030;
    width: 100%;
    padding: 1em;
    overflow: hidden;
}

.custom-mix-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.custom-mix-link {
    color: var(--secondary--main);
    font-weight: 500;
    text-decoration: underline;
}

.question-image {
    width: 25px;
    height: auto;
}

.sause-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.sause-box {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.product-price {
    font-size: 1.2rem;
    font-weight: 500;
}

.bold-price {
    font-size: 1.4rem;
    font-weight: 700;
}

.submit-row {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.quantity-row {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.quantity-counter {
    aspect-ratio: 1;
    background-color: var(--black);
    color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: auto;
    padding-bottom: .1em;
    display: flex;
}

.custom-mix-popup {
    z-index: 1000;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    width: 100%;
    height: 100vh;
    padding: 2em 2.5em 2em 1.5em;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
}

.close-icon {
    aspect-ratio: 1;
    width: 20px;
    height: auto;
    margin-left: auto;
    transition: opacity .4s;
}

.close-icon:hover {
    opacity: .5;
}

.custom-mix-content-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.custom-mix-content-wrapper.for--12-box {
    display: none;
}

.custom-mix-content-wrapper.for--32-box {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    display: flex;
}

.custom-mix-left {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    width: 53%;
    display: flex;
    position: relative;
}

.custom-mix-left.for--32 {
    grid-column-gap: 2em;
    grid-row-gap: 3em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.custom-mix-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.custom-mix-row.for--32 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.width {
    margin-left: auto;
    margin-right: auto;
}

.custom-mix-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ffffff8c;
    border-radius: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 45%;
    display: grid;
    position: sticky;
    top: 50px;
    overflow: hidden;
}

.custom-mix-right.for--32 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
}

.product-mix-child {
    border: .25px solid #d2d2d2;
    border-style: none solid solid none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    display: flex;
}

.product-mix-child.border-right-none {
    border-right-style: none;
}

.product-mix-child.border-bottom-none {
    border-bottom-style: none;
}

.custom-mix-product-image {
    width: 80%;
    height: auto;
}

.buttons-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    align-items: center;
    display: flex;
}

.left-button {
    width: 30%;
}

.right-button {
    width: 70%;
}

.no-wrap {
    white-space: nowrap;
}

.cards-swiper-wrapper {
    flex-flow: row;
    width: 100%;
    display: flex;
}

.cards-swiper.swiper {
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 400px;
    display: flex;
}

.swiper-slide {
    opacity: 1;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card {
    background-color: var(--primary--main);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.card.second {
    background-color: #fceed9a8;
}

.card.third {
    background-color: var(--secondary--lighter);
}

.card.banner {
    background-image: url('../images/Banner-1.jpg');
    background-position: 50%;
    background-size: cover;
}

.cards-wrap {
    justify-content: center;
    align-items: center;
    margin-bottom: -140px;
    display: flex;
    position: relative;
}

.cards-swiper-button-next, .cards-swiper-button-prev {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.navigation {
    background-color: var(--white);
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 55px;
    display: flex;
    position: absolute;
    inset: 40% 0% auto auto;
}

.navigation.product-swiper-button-next,
.navigation.product-swiper-button-prev {
    position: static !important;
    inset: auto;
}


.navigation.prev {
    border-radius: 80px 0 0 80px;
}

.navigation.for--simple {
    background-color: #0000000f;
    position: static;
}

.navigation.for--simple.next {
    background-color: var(--black);
}

.product-swiper {
    padding-top: 1em;
    padding-bottom: 1em;
}

.product-swiper.swiper {
    padding-top: 1em;
    padding-bottom: 3em;
}

.product-swiper-wrapper.swiper-wrapper {
    display: flex;
}

.product-swiper-slide.swiper-slide {
    flex: none;
    width: auto;
    height: auto;
    overflow: visible;
}

.product-swiper-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #f6f4f7;
    border-radius: 24px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 270px;
    height: 300px;
    padding-bottom: 2em;
    transition: box-shadow .4s;
    display: flex;
    position: relative;
}

.product-swiper-slide.swiper-slide.swiper-slide-active .product-swiper-content  {
    box-shadow: 0 15px 40px #0000001a;
}

.product-swiper-content:hover {
    box-shadow: 0 15px 40px #0000001a;
}

.center-flex.is--horizontal .product-swiper-pagination {
    position: static;
    width: auto;
}

.product-swiper-name {
    text-align: center;
    text-transform: uppercase;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    line-height: 1.3;
}

.product-swiper-button-prev, .product-swiper-button-next {
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: var(--black);
    cursor: pointer;
}

.product-swiper-button-next.navigation.swiper-button-disabled,
.product-swiper-button-prev.navigation.swiper-button-disabled {
    background-color: #0000000f;
}

.categories-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: center;
    align-items: center;
    display: flex;
}

.categorie-box {
    aspect-ratio: 1;
    background-color: var(--primary--lightest);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: auto;
    transition: box-shadow .4s linear;
    display: flex;
}

.categorie-box:hover {
    box-shadow: 0 32px 75px #730d2299;
}

.categorie-box.first {
    background-color: var(--primary--main);
}

.categorie-image {
    width: 90%;
    height: auto;
}

.code-svg {
    z-index: 3;
    aspect-ratio: 1;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0%;
}

.categorie-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    aspect-ratio: 1;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 275px;
    height: auto;
    display: flex;
    position: relative;
    transform: scale(.85);
}

.categorie-wrap.first {
    transform: scale(1);
}

.categorie-field {
    text-align: center;
    white-space: nowrap;
    font-size: 1.1rem;
    font-weight: 700;
}

.homepage-content-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: flex;
}

.is--color-secondary-main {
    color: var(--secondary--main);
}

.home-slider-process-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.is--color-white {
    color: var(--white);
}

.process-line {
    background-color: #ffffff36;
    width: 350px;
    height: 2px;
}

.process-inner-line {
    background-color: var(--white);
    width: 25%;
    height: 100%;
}

.process-inner-line.second {
    width: 50%;
}

.process-inner-line.third {
    width: 75%;
}

.process-inner-line.fourth {
    width: 100%;
}

.home-slider {
    background-color: #0000;
    height: 100%;
}

.home-slider-right-arrow {
    inset: auto 0% 0% auto;
}

.home-slider-right-arrow.navigation.for--home {
    background-color: var(--white);
    width: 55px;
    height: 40px;
}

.home-slider-right-arrow.navigation.for--home.is--left {
    background-color: var(--black);
    border-radius: 80px 0 0 80px;
    margin-right: 6.5%;
}

.search-popup {
    z-index: 1001;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background-color: #f8f8f8c4;
    width: 100%;
    height: auto;
    max-height: 100vh;
    padding: 2em 2.5em 8em 1.5em;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: auto;
}

.search-input {
    color: var(--black);
    background-color: #0000;
    border: 1px #000;
    border-bottom: 2px solid #676767;
    padding-left: 2em;
}

.search-input:active {
    border-bottom-style: solid;
    border-bottom-color: var(--black);
}

.search-input:focus {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--black);
}

.search-input::placeholder {
    color: #676767;
}

.search-input-wrapper {
    position: relative;
}

.search-button {
    background-color: #0000;
    background-image: url('../images/search-normal-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 65%;
    width: 30px;
    height: 30px;
    position: absolute;
    inset: 6% auto auto -.5%;
}

.recent-searchs-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.recent-search-link {
    color: var(--white);
    background-color: #730d2252;
    border-radius: 24px;
    padding: 1em 2.5em;
    transition: all .4s;
}

.recent-search-link:hover {
    background-color: var(--primary--main);
}

.cart-wrapper {
    background-color: var(--white);
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    border-radius: 16px;
    flex-flow: column;
    justify-content: space-between;
    min-width: 425px;
    height: 400px;
    min-height: 400px;
    padding: 3em 1.5em 1.5em;
    display: none;
    position: absolute;
    inset: 140% -110% auto auto;
}

.cart-close-row {
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    display: flex;
}

.cart-content-wrapper {
    z-index: 4;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
    position: relative;
}

.empty-text {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

.cart-vec {
    width: 25px;
    height: 18px;
    position: absolute;
    inset: -3% 12% auto auto;
    overflow: hidden;
}

.shows-on-tablet {
    display: none;
}

.shows-on-desktop {
    display: block;
}

.search-when-write {
    justify-content: space-between;
    padding-top: 2em;
    display: flex;
}

.search-write-left {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    display: flex;
}

.creamy-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    font-size: .9rem;
    display: flex;
}

.search-grid {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 55%;
    display: grid;
}

.search-grid-child {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
    background-color: var(--white);
    border-radius: 16px;
    width: 100%;
    padding: .5em;
    display: flex;
}

.search-image {
    background-color: #e8e8e8;
    border-radius: 10px;
    width: 65px;
    height: 65px;
    overflow: hidden;
}

.search-image-detail {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.product-code {
    color: #acacac;
    font-size: .8rem;
}

.nav-sign-button-wrapper {
    display: none;
}

.tablet-flex {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    display: flex;
}

.collection-product-swiper-wrapper.swiper-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
}

.collection-product-swiper.swiper, .popular-product-swiper.swiper {
    padding-bottom: 3em;
}

.popular-product-swiper-wrapper.swiper-wrapper {
    display: flex;
}

.shows-on-mobile {
    display: none;
}

.categorie-name-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto auto -20% 0%;
}

.global-popup {
    z-index: 1000;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    padding: 2em 2.5em 2em 1.5em;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
}

.gallery-image-wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}

.gallery-popup-image {
    width: 50%;
    height: auto;
}

.video-play-button-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
}

.all-comments-link {
    transition: opacity .2s;
}

.all-comments-link:hover {
    opacity: .55;
}

.all-comments-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
}

.comment-link-row {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.comment-icon {
    width: 15px;
    height: auto;
    transform: rotate(-90deg);
}

.comment-icon.size--small {
    width: 10px;
    margin-top: 5px;
}

.logo-bg-image {
    width: auto;
    height: auto;
    position: absolute;
    inset: 0% 0% auto auto;
}

.product-swiper-image {
    width: 95%;
    height: 60%;
}

.margin-block {
    margin-bottom: -150px;
}

.custom-spacer {
    pointer-events: none;
    padding-top: 10em;
}

.swiper-pagination.collection-product-swiper-pagination, .swiper-pagination.popular-product-swiper-pagination {
    justify-content: center;
    align-items: center;
    display: flex;
}

.swiper-pagination.product-swiper-pagination {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
}

.swiper-pagination.categories-swiper-pagination {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.popular-product-swiper-slide.swiper-slide {
    flex: none;
    width: auto;
    height: auto;
    overflow: visible;
}

.categories-swiper.swiper {
    margin-bottom: 100px;
    overflow: visible;
}

.categories-swiper-wrapper.swiper-wrapper {
    display: flex;
    overflow: visible;
}

.categories-swiper-slide.swiper-slide {
    overflow: visible;
}

.linear-border-wrapper {
    z-index: -1;
    background-image: linear-gradient(90deg, var(--black) 4%, var(--white) 85%);
    border-radius: 17px;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto 50% 50% auto;
    transform: translate(50%, 50%);
}

.linear-border-inner {
    background-color: var(--white);
    border-radius: 16px;
    width: 99%;
    height: 97%;
    position: absolute;
    inset: auto 50% 50% auto;
    transform: translate(50%, 50%);
}

.hero-home-slider {
    width: 100%;
    height: 100%;
}

.hero-home-slider .swiper-wrapper {
    height: 80%;
}

.hero-home-slider .swiper-wrapper .swiper-slide h1 {
    clip-path: polygon(0% 0, 0% 0, 0% 100%, 0% 100%);
    transition: all 1s ease;
    transition-delay: 0.2s;
}

.hero-home-slider .swiper-wrapper .swiper-slide.swiper-slide-active h1 {
    clip-path: polygon(100% 0%, 0% 0, 0% 100%, 100% 100%);
}

.hero-home-slider .swiper-wrapper .swiper-slide p {
    font-size: 1.2rem;
    clip-path: polygon(0% 0, 0% 0, 0% 100%, 0% 100%);
    transition: all 1.1s ease;
    transition-delay: 0.2s;
}

.hero-home-slider .swiper-wrapper .swiper-slide.swiper-slide-active p {
    clip-path: polygon(100% 0%, 0% 0, 0% 100%, 100% 100%);
}

.hero-home-slider .swiper-wrapper .swiper-slide .primary-button {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 1s ease;
}

.hero-home-slider .swiper-wrapper .swiper-slide.swiper-slide-active .primary-button {
    opacity: 1;
    transform: translateX(2%);
}

.hero-home-slider .hero-home-button-prev {
    right: 3.8em;
    left: auto;
    top: auto;
    bottom: 0;
    background: #fff;
    padding: 0.9em 1.5em;
    height: auto;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: all 0.4s ease;
}

.hero-home-slider .hero-home-button-next {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    background: #fff;
    padding: 0.9em 1.5em;
    height: auto;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    backdrop-filter: blur(0px);
    transition: all 0.4s ease;
}

.hero-home-slider .hero-home-button-next.swiper-button-disabled,
.hero-home-slider .hero-home-button-prev.swiper-button-disabled {
    opacity: 1;
    background: #ffffff2e;
    backdrop-filter: blur(2px);
}

.hero-home-slider .hero-home-button-next:after,
.hero-home-slider .hero-home-button-prev:after {
    font-size: 0.8rem;
    color: #000;
    transition: color 0.4s ease;
}

.hero-home-slider .hero-home-button-next.swiper-button-disabled:after,
.hero-home-slider .hero-home-button-prev.swiper-button-disabled:after {
    color: #fff;
}


.hero-home-slider .hero-home-pagination-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    display: flex;
    align-items: center;
    gap: 1em;
}

.hero-home-slider .hero-home-pagination-wrapper span {
    color: #fff;
    font-size: 1.1rem;
    transition: all 0.4s ease;
}

.hero-home-slider .hero-home-pagination-wrapper .total-slides {
    color: #ffffff38;
}

.hero-home-slider .hero-home-pagination-wrapper .total-slides.last-slide {
    color: #fff;
}

.hero-home-slider .hero-home-pagination-wrapper .hero-home-pagination {
    position: static;
    background: #ffffff38;
    border-radius: 10px;
    height: 3px;
}

.hero-home-slider .hero-home-pagination-wrapper .hero-home-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
    border-radius: 10px;
    transition-duration: 700ms !important;
}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 97vw;
    }

    .container.primary-color-container.for--about {
        padding-left: 10em;
    }

    .hero-logo-wrapper.for--main-logo.for--single-product {
        top: -41%;
    }

    .hero-logo-wrapper.for--main-logo.for--homepage {
        top: -8%;
    }

    .hero-design-vector {
        width: 250px;
    }

    .hero-design-vector.for--main-logo {
        width: 130px;
    }

    .title-wrapper {
        max-width: 70%;
    }

    .title-wrapper.more-max-width {
        max-width: 55%;
    }

    .hero-content-wrapper {
        height: 350px;
        padding-top: 6em;
    }

    .custom-h2-title {
        font-size: 3.5rem;
    }

    .flex-container-image-wrapper {
        height: 350px;
    }

    .h3-title {
        font-size: 2.3rem;
    }

    .video-title {
        font-size: 2.2rem;
    }

    .custom-image-wrapper {
        width: 65%;
    }

    .custom-section-detail {
        width: 45%;
    }

    .custom-h3-title {
        font-size: 1.9rem;
    }

    .footer-logo-wrapper {
        width: 140px;
    }

    .footer-links-grid-block {
        grid-column-gap: 4em;
        grid-row-gap: 4em;
    }

    .primary-button {
        min-height: 55px;
    }

    .secondary-box {
        left: 22%;
    }

    .secondary-box.right {
        right: 22%;
    }

    .location-text {
        font-size: 10rem;
    }

    .location-text.bottom {
        top: -22%;
        left: 33%;
    }

    .map-image {
        height: 420px;
    }

    .contact-detail-title {
        font-size: 1.2rem;
    }

    .contact-detail {
        font-size: 1rem;
    }

    .contact-form-holder {
        width: 40%;
    }

    .contact-form-content-wrapper.for--comments {
        max-width: 90%;
    }

    .privacy-text {
        font-size: .9rem;
    }

    .contact-form-right {
        padding-bottom: 6em;
    }

    .archive-box-image-wrapper.for--products, .archive-box-image {
        height: 250px;
    }

    .archive-box-image.for--products {
        width: 80%;
    }

    .blog-p.for--product.have--max-width {
        max-width: 80%;
    }

    .custom-design-vector-wrapper {
        width: 70px;
    }

    .custom-vector-text {
        top: 57%;
    }

    .blog-richtext-wrapper {
        width: 65%;
    }

    .blog-images-wrapper {
        width: 85%;
    }

    .piece-box-title {
        font-size: 1.7rem;
    }

    .product-info-row {
        grid-column-gap: 6em;
        grid-row-gap: 6em;
    }

    .progress-wrapper {
        grid-column-gap: 3em;
        grid-row-gap: 3em;
        width: 31%;
    }

    .plus-text {
        top: 57%;
    }

    .quantity-counter {
        padding-bottom: .2em;
    }

    .width {
        width: 85%;
    }

    .cards-swiper.swiper {
        width: 45%;
        height: 425px;
    }

    .product-swiper-name {
        font-size: 1.1rem;
    }

    .categorie-box {
        width: 175px;
    }

    .categorie-field {
        font-size: 1.3rem;
    }

    .home-slider-right-arrow.navigation.for--home.is--left {
        margin-right: 5.5%;
    }
}

@media screen and (min-width: 1440px) {
    body {
        font-size: 1.1rem;
    }

    h1 {
        font-size: 4rem;
    }

    .navbar {
        top: 80px;
    }

    .nav-link {
        font-size: 1.1rem;
    }

    .nav-icon-wrapper {
        width: 44px;
    }

    .nav-icon {
        width: 23px;
    }

    .hero-logo-wrapper.for--main-logo.for--single-product {
        top: -34%;
    }

    .hero-design-vector {
        width: 300px;
    }

    .hero-design-vector.for--main-logo {
        width: 150px;
    }

    .title-wrapper {
        max-width: 65%;
    }

    .title-wrapper.more-max-width {
        max-width: 45%;
    }

    .title-wrapper.more-max-width.for--homepage {
        max-width: 35%;
    }

    .hero-content-wrapper {
        height: 400px;
        padding-top: 6.5em;
    }

    .hero-content-wrapper.for--home {
        padding-bottom: 5em;
    }

    .flex-container-image-wrapper {
        height: 400px;
    }

    .h3-title.size--large {
        font-size: 3rem;
    }

    .global-p {
        font-size: 1.1rem;
    }

    .global-p.for--comments {
        max-width: 60%;
    }

    .video-title {
        font-size: 2.4rem;
    }

    .custom-image-wrapper {
        width: 55%;
    }

    .custom-section-detail {
        width: 40%;
        right: 13%;
    }

    .custom-h3-title {
        font-size: 2.2rem;
    }

    .footer-logo-wrapper {
        width: 160px;
    }

    .footer-link-title {
        font-size: 1.3rem;
    }

    .footer-link {
        font-size: 1rem;
    }

    .footer-link.for--subtitle {
        font-size: .8rem;
    }

    .primary-button {
        font-size: 1rem;
    }

    .secondary-box {
        left: 25%;
    }

    .secondary-box.right {
        right: 25%;
    }

    .location-text {
        font-size: 11rem;
        top: -42%;
    }

    .location-text.bottom {
        top: -19%;
    }

    .map-image {
        height: 500px;
    }

    .contact-details-flex, .contact-details-grid-block {
        grid-column-gap: 5em;
        grid-row-gap: 5em;
    }

    .contact-detail-title {
        font-size: 1.4rem;
    }

    .contact-detail {
        font-size: 1.2rem;
    }

    .contact-form-wrapper {
        width: 90%;
    }

    .contact-form-content-wrapper.for--comments {
        max-width: 80%;
    }

    .contact-form-right {
        padding-bottom: 6em;
    }

    .contact-form-title {
        font-size: 3rem;
    }

    .contact-form-p {
        font-size: 1.1rem;
    }

    .archive-box-grid-child.for--products {
        grid-column-gap: .9em;
        grid-row-gap: .9em;
    }

    .archive-box-image-wrapper.for--products {
        height: 275px;
    }

    .archive-box-image {
        height: 320px;
    }

    .archive-box-image.for--products {
        width: 75%;
    }

    .blog-name {
        font-size: 1.2rem;
    }

    .blog-p, .blog-p.for--product {
        font-size: 1rem;
    }

    .blog-p.for--product.have--max-width {
        max-width: 70%;
    }

    .custom-design-vector-wrapper {
        width: 75px;
    }

    .custom-vector-text {
        font-size: 1rem;
    }

    .blog-richtext-wrapper {
        width: 60%;
    }

    .blog-images-wrapper {
        width: 80%;
    }

    .heart-wrapper {
        width: 55px;
    }

    .piece-box-title {
        font-size: 1.8rem;
    }

    .popular-products-wrapper {
        margin-bottom: 120px;
    }

    .product-info-row {
        grid-column-gap: 7em;
        grid-row-gap: 7em;
    }

    .info-title {
        font-size: 1.5rem;
    }

    .info-content-p {
        font-size: 1.2rem;
    }

    .additional-information-list {
        padding-left: 8em;
    }

    .comments-wrapper {
        grid-column-gap: 5.5em;
        grid-row-gap: 5.5em;
    }

    .progress-wrapper {
        width: 28%;
    }

    .accordion-p.for--dropdown {
        font-size: 1.1rem;
    }

    .dropdown-circle {
        width: 27px;
        height: 27px;
    }

    .product-gallery-image-wrapper {
        height: 200px;
    }

    .date-wrapper {
        font-size: 1rem;
    }

    .product-title {
        font-size: 3rem;
    }

    .bold-price {
        font-size: 1.5rem;
    }

    .quantity-counter {
        width: 30px;
        padding-bottom: .3em;
    }

    .custom-mix-row {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
    }

    .width {
        width: 80%;
    }

    .product-mix-child {
        width: 100%;
        height: 103px;
    }

    .cards-swiper.swiper {
        height: 450px;
    }

    .product-swiper-content {
        width: 300px;
        height: 330px;
    }

    .product-swiper-name {
        font-size: 1.2rem;
    }

    .categorie-box {
        width: 200px;
    }

    .categorie-field {
        font-size: 1.4rem;
    }

    .home-slider-right-arrow.navigation.for--home.is--left {
        margin-right: 4.7%;
    }

    .cart-wrapper {
        right: -96%;
    }

    .empty-text {
        font-size: 2.2rem;
    }

    .margin-block {
        margin-bottom: -160px;
    }
}

@media screen and (min-width: 1920px) {
    .container {
        max-width: 1500px;
    }

    .hero-content-wrapper.for--home {
        max-height: 800px;
    }

    .location-text.bottom {
        left: 34%;
    }
}

@media screen and (max-width: 991px) {
    .container {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .container.navbar-container {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .container.primary-color-container.for--single-product {
        padding-bottom: 2em;
    }

    .container.cards-slider-container {
        border-radius: 0;
        max-width: 100%;
    }

    .nav-menu {
        z-index: 1005;
        background-color: var(--white);
        -webkit-backdrop-filter: blur(100px);
        backdrop-filter: blur(100px);
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: 100vh;
        padding-top: 10em;
        padding-left: 3em;
        position: fixed;
        inset: 0% auto auto 0%;
    }

    .nav-link-wrapper {
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 1.5em;
        margin-bottom: 1em;
        display: flex;
    }

    .nav-link {
        color: var(--black);
        font-size: 2.5rem;
    }

    .nav-link:hover {
        color: var(--black);
    }

    .nav-link.w--current {
        color: var(--black);
        text-decoration: none;
        -webkit-text-decoration-color: var(--black);
        text-decoration-color: var(--black);
        border-bottom-style: none;
        font-weight: 800;
    }

    .page-top {
        display: none;
    }

    .title-wrapper.more-max-width {
        max-width: 80%;
    }

    .title-wrapper.more-max-width.for--homepage {
        max-width: 50%;
    }

    .hero-title.for--home, .custom-h2-title {
        font-size: 2.5rem;
    }

    .flex-container-image-wrapper {
        height: 275px;
    }

    .global-p.for--footer {
        font-size: .9rem;
    }

    .spacer-large {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .footer-links-grid-block {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em;
    }

    .footer-link-title {
        font-size: 1rem;
    }

    .primary-button.is--secondary.for--nav {
        border-width: 2px;
        font-weight: 700;
    }

    .primary-button.is--secondary.for--nav:hover {
        outline-color: var(--black);
        outline-offset: 3px;
        color: var(--black);
        background-color: #0000;
        outline-width: 1px;
        outline-style: none;
    }

    .center-flex.is--horizontal.for--collection {
        justify-content: space-between;
    }

    .center-flex.is--horizontal.for--collection.for--categorie {
        justify-content: center;
        align-items: center;
    }

    .location-text {
        font-size: 6rem;
        top: -40%;
    }

    .location-text.bottom {
        top: -20%;
    }

    .contact-details-flex {
        grid-column-gap: 3em;
        grid-row-gap: 3em;
        flex-flow: row-reverse wrap-reverse;
        justify-content: flex-end;
        align-items: flex-start;
        padding-left: 0;
    }

    .contact-details-grid-block {
        grid-column-gap: 3em;
        grid-row-gap: 3em;
    }

    .contact-form-wrapper {
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto;
        padding-top: 3em;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .contact-form-holder, .contact-form-right {
        width: 50%;
    }

    .contact-form-title {
        font-size: 2rem;
    }

    .archive-boxes-grid-block {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .archive-box-grid-child.for--products.for--popular {
        width: 270px;
    }

    .blog-richtext-wrapper {
        width: 90%;
    }

    .blog-gallery-image {
        height: 275px;
    }

    .popular-products-wrapper {
        margin-bottom: 0;
        padding-bottom: 3em;
    }

    .popular-products-wrapper.for--collection {
        margin-bottom: 0;
    }

    .product-info-row {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .product-info-box {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex-flow: row;
    }

    .info-p {
        text-align: left;
    }

    .info-tab-link {
        font-size: .9rem;
    }

    .info-tab-pane {
        padding-top: 3em;
    }

    .rating-wrapper {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        flex-flow: column;
    }

    .progress-wrapper {
        width: 100%;
    }

    .progress-wrapper.hidden-on-tablet {
        display: none;
    }

    .accordion-p.for--dropdown {
        font-size: .9rem;
    }

    .product-details-wrapper {
        grid-column-gap: 3em;
        grid-row-gap: 3em;
        flex-flow: column;
    }

    .product-gallery {
        width: 100%;
        position: static;
    }

    .product-main-image-wrapper {
        height: auto;
    }

    .product-details-right {
        width: 100%;
        padding-left: 0;
    }

    .custom-mix-content-wrapper.for--12-box {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        flex-flow: column;
    }

    .custom-mix-left {
        width: 100%;
    }

    .custom-mix-left.for--32 {
        grid-column-gap: 1em;
        grid-row-gap: 2em;
    }

    .custom-mix-right {
        width: 100%;
    }

    .custom-mix-product-image {
        width: 50%;
    }

    .cards-swiper.swiper {
        width: 70%;
    }

    .navigation.prev.hidden-on-tablet, .navigation.hidden-on-tablet {
        display: none;
    }

    .categories-wrapper {
        height: 350px;
        overflow: auto;
    }

    .categorie-wrap {
        flex: none;
        width: 225px;
    }

    .home-slider-right-arrow.navigation.for--home.is--left {
        margin-right: 9%;
    }

    .shows-on-tablet {
        display: block;
    }

    .shows-on-desktop {
        display: none;
    }

    .shows-on-desktop.for--home {
        display: block;
    }

    .search-when-write {
        flex-flow: wrap;
    }

    .menu-button {
        color: var(--white);
        background-color: #ffffff1f;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        padding: 10px;
        display: flex;
    }

    .menu-button.w--open {
        background-color: #00000026;
    }

    .nav-sign-button-wrapper {
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }

    .navbar-wrapper {
        padding-top: 3em;
    }

    .nav-button-wrapper {
        position: absolute;
        inset: 5% auto auto 6%;
    }

    .tablet-flex {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        display: flex;
    }

    .collection-product-swiper-button-prev, .collection-product-swiper-button-next {
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        display: flex;
    }

    .collection-product-swiper-wrapper.swiper-wrapper, .popular-product-swiper-wrapper.swiper-wrapper {
        display: flex;
    }

    .popular-product-swiper-button-prev, .popular-product-swiper-button-next {
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        display: flex;
    }

    .custom-spacer {
        padding-top: 8em;
    }

    .categories-swiper.swiper {
        height: auto;
        margin-bottom: 100px;
    }

    .categories-swiper-slide.swiper-slide {
        flex: none;
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-right: var(--mobile-padding-x);
        padding-left: var(--mobile-padding-x);
    }

    .container.navbar-container {
        padding-top: .5em;
        padding-bottom: .5em;
    }

    .container.primary-color-container.for--about {
        padding-top: 3em;
        padding-bottom: 3em;
        padding-left: 1em;
    }

    .container.primary-color-container.for--single-product {
        padding-bottom: 0;
    }

    .container.footer-container {
        padding-top: 4em;
    }

    .navbar {
        top: 50px;
    }

    .nav-menu {
        padding-left: 1.7em;
    }

    .nav-link-wrapper {
        margin-bottom: 1.5em;
    }

    .nav-icon-wrapper.hidden-on-mobile {
        display: none;
    }

    .page-locale-wrapper {
        font-size: .9rem;
    }

    .title-wrapper, .title-wrapper.more-max-width {
        max-width: 100%;
    }

    .title-wrapper.more-max-width.for--homepage {
        max-width: 70%;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-content-wrapper {
        height: 275px;
    }

    .custom-h2-title {
        font-size: 2rem;
    }

    .flex-wrapper {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex-flow: row-reverse wrap-reverse;
        justify-content: space-between;
        align-items: flex-start;
    }

    .flex-wrapper.is--wrap-single-row {
        flex-flow: row-reverse wrap-reverse;
    }

    .flex-container-image-wrapper, .flex-container-detail-wrapper {
        width: 100%;
    }

    .global-p.for--footer {
        text-align: center;
    }

    .global-p.for--comments {
        font-size: .9rem;
    }

    .background-video {
        max-height: 400px;
    }

    .spacer-x-large.hidden-on-mobile {
        display: none;
    }

    .custom-image-wrapper {
        width: 100%;
    }

    .custom-section-detail {
        width: 100%;
        margin-top: 1.1em;
        position: static;
    }

    .spacer-large {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    .footer-wrapper {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        flex-flow: column;
    }

    .footer-left {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .footer-links-grid-block {
        grid-template-columns: 1fr;
    }

    .footer-links-grid-child {
        flex-flow: row;
        justify-content: center;
        align-items: center;
    }

    .footer-links-grid-child.hidden-on-mobile, .footer-link-title.hidden-on-mobile, .footer-links-separator.hidden-on-mobile, .footer-link.hidden-on-mobile {
        display: none;
    }

    .center-flex.is--horizontal.for--collection {
        justify-content: space-between;
        width: 90%;
        margin-top: -66px;
        margin-left: auto;
        margin-right: auto;
    }

    .primary-box {
        width: 300px;
        height: 310px;
    }

    .secondary-box.right, .secondary-box.left {
        width: 300px;
        height: 250px;
    }

    .location-text {
        font-size: 4rem;
        top: -30%;
    }

    .location-text.bottom {
        top: -30%;
    }

    .contact-form-wrapper {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em;
        flex-flow: column-reverse;
    }

    .contact-form-holder {
        width: 100%;
    }

    .contact-form-right {
        width: 100%;
        padding-bottom: 0;
    }

    .archive-boxes-grid-block {
        grid-template-columns: 1fr 1fr;
    }

    .blog-gallery-image {
        height: 200px;
    }

    .popular-products-wrapper.for--collection {
        padding-top: 2em;
    }

    .info-content-p {
        line-height: 1.7;
    }

    .additional-information-list {
        padding-left: 2em;
    }

    .list-item {
        line-height: 1.5;
    }

    .accordion-p {
        font-size: 1rem;
    }

    .product-dropdown-list {
        padding-top: 1.5em;
    }

    .product-gallery {
        flex-flow: row-reverse wrap-reverse;
    }

    .product-vertical-images-wrapper {
        flex-flow: row;
        width: 100%;
    }

    .product-right {
        width: 100%;
    }

    .product-main-image-wrapper {
        width: 50%;
    }

    .custom-mix-left.for--32 {
        grid-template-columns: 1fr;
    }

    .custom-mix-row {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .custom-mix-right.for--32 {
        overflow: auto;
    }

    .product-mix-child {
        height: 75px;
    }

    .cards-swiper.swiper {
        width: 80%;
        height: 350px;
    }

    .home-slider-right-arrow.navigation.for--home, .home-slider-right-arrow.navigation.for--home.is--left {
        display: none;
    }

    .recent-search-link {
        padding: .7em 2em;
        font-size: .9rem;
    }

    .cart-wrapper {
        min-width: 350px;
        height: 300px;
        min-height: 300px;
        padding-top: 2em;
        right: -86%;
    }

    .search-when-write {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
    }

    .search-grid {
        width: 100%;
    }

    .margin-block {
        margin-bottom: 0;
    }

    .custom-spacer {
        display: none;
    }

    .categories-swiper.swiper {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 479px) {
    h2 {
        font-size: 2.3rem;
    }

    blockquote {
        padding-left: 10px;
        font-size: 13px;
    }

    .container {
        padding-top: var(--mobile-separator);
        padding-bottom: var(--mobile-separator);
    }

    .container.primary-color-container.for--about {
        border-radius: 0;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .container.primary-color-container.for--single-product {
        padding-bottom: .8em;
    }

    .container.primary-color-container.for--home {
        background-image: url('../images/5bf42bfae7d8ce18b9596d196772e6b4_11zon.jpg');
    }

    .container.footer-container {
        padding-top: 2.5em;
    }

    .container.popular-products-container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .container.none-padding-on-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-menu {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .nav-link {
        font-size: 1.8rem;
    }

    .nav-icon-wrapper {
        width: 35px;
    }

    .nav-icon {
        width: 17px;
    }

    .page-locale-wrapper {
        font-size: .9rem;
    }

    .hero-logo-wrapper.for--main-logo {
        margin-top: -8px;
    }

    .hero-logo-wrapper.for--main-logo.for--homepage {
        top: -3%;
    }

    .hero-logo-wrapper.full-width.for--footer {
        width: 150%;
    }

    .hero-design-vector.for--main-logo {
        width: 85px;
    }

    .title-wrapper.more-max-width {
        grid-column-gap: .6em;
        grid-row-gap: .6em;
    }

    .title-wrapper.more-max-width.for--homepage {
        max-width: 100%;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-title.is--color-black {
        font-size: 1.6rem;
    }

    .hero-title.for--home {
        text-align: center;
        font-size: 2.3rem;
    }

    .hero-p {
        font-size: .9rem;
        display: none;
    }

    .hero-p.is--color-custom-gray.is--show {
        font-size: .8rem;
        display: block;
    }

    .hero-p.for--home {
        text-align: center;
        font-size: 1rem;
        display: block;
    }

    .hero-p.show-on-mobile {
        display: block;
    }

    .hero-content-wrapper {
        height: 150px;
        padding-top: 3em;
    }

    .flex-container-image-wrapper {
        height: 250px;
    }

    .h3-title {
        font-size: 1.5rem;
    }

    .h3-title.size--large {
        font-size: 1.8rem;
    }

    .global-p {
        font-size: .9rem;
    }

    .global-p.for--footer {
        font-size: .85rem;
        line-height: 1.4;
    }

    .global-p.for--comments {
        max-width: 100%;
    }

    .video-title {
        font-size: 1.6rem;
    }

    .background-video {
        max-height: 275px;
    }

    .play-pause-button {
        width: 100px;
    }

    .video-play-state-image {
        width: 24px;
    }

    .custom-h3-title {
        font-size: 1.3rem;
        line-height: 1.2;
    }

    .custom-h3-title.text-align-center-on-mobile {
        text-align: center;
    }

    .footer-social-icon-wrapper {
        width: 44px;
    }

    .social-icon {
        width: 21px;
    }

    .footer-links-grid-child {
        grid-column-gap: .8em;
        grid-row-gap: .8em;
    }

    .footer-link {
        font-size: .6rem;
    }

    .primary-button {
        padding-left: 2em;
        padding-right: 2em;
        font-size: .8rem;
    }

    .primary-button.is--secondary.for--nav {
        width: 100%;
    }

    .primary-button.is--color-yellow {
        font-size: .75rem;
    }

    .primary-button.is--full-on-mobile {
        width: 100%;
    }

    .button-arrow {
        width: 8px;
    }

    .center-flex.is--horizontal.for--collection {
        z-index: 100;
        justify-content: space-between;
        align-items: flex-end;
        position: relative;
    }

    .center-flex.is--horizontal.for--collection.for--popular {
        margin-top: -120px;
    }

    .center-flex.is--full-on-mobile {
        width: 100%;
    }

    .primary-box {
        width: 240px;
        height: 250px;
    }

    .secondary-box.right, .secondary-box.left {
        width: 260px;
        height: 200px;
    }

    .spacer-medium.categorie-spacer {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .social-row.hidden-on-mobile {
        display: none;
    }

    .location-text {
        font-size: 2.4rem;
        top: -18%;
    }

    .location-text.bottom {
        top: -18%;
    }

    .map-image {
        height: 250px;
    }

    .contact-details-flex {
        justify-content: center;
        align-items: flex-start;
        padding-right: 0;
    }

    .contact-details-grid-block {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .contact-detail-grid-block {
        justify-content: flex-start;
        align-items: center;
    }

    .contact-form-wrapper {
        border-radius: 0;
        padding: 2em 1em;
    }

    .contact-form-content-wrapper.for--comments {
        grid-column-gap: .5em;
        grid-row-gap: .5em;
    }

    .contact-form-button {
        flex-flow: row-reverse wrap-reverse;
        justify-content: flex-end;
        align-items: center;
    }

    .contact-form-title {
        font-size: 1.8rem;
    }

    .contact-form-p {
        font-size: .8rem;
    }

    .archive-boxes-grid-block {
        grid-template-columns: 1fr;
    }

    .archive-boxes-grid-block.for--products {
        grid-column-gap: .5em;
        grid-row-gap: 1em;
        grid-template-columns: 1fr 1fr;
    }

    .archive-box-grid-child.for--products {
        justify-content: flex-start;
        align-items: center;
    }

    .archive-box-grid-child.for--products.for--popular {
        width: 200px;
    }

    .archive-box-image-wrapper.for--products {
        height: 145px;
    }

    .archive-box-image.for--products {
        width: 80%;
    }

    .blog-name.product-price {
        font-size: 1rem;
    }

    .archive-child-name-wrapper {
        justify-content: center;
        align-items: center;
    }

    .blog-p.for--product {
        font-size: .8rem;
    }

    .blog-p.for--product.have--max-width {
        text-align: center;
        font-size: .7rem;
    }

    .custom-design-vector-wrapper {
        width: 40px;
    }

    .custom-design-vector-wrapper.for--product-gallery {
        width: 70px;
    }

    .custom-vector-text {
        letter-spacing: 0;
        font-size: .7rem;
    }

    .blog-first-image {
        border-radius: 16px;
        width: 100%;
    }

    .rich-text-p {
        font-size: .9rem;
    }

    .blog-richtext-wrapper, .blog-images-wrapper {
        width: 100%;
    }

    .blog-gallery-image {
        border-radius: 16px;
        height: 125px;
    }

    .blog-rating-row {
        grid-column-gap: 1.7em;
        grid-row-gap: 1.7em;
    }

    .blog-rate-block {
        font-size: .8rem;
    }

    .blog-social-flex {
        grid-column-gap: 4em;
        grid-row-gap: 4em;
        flex-flow: row-reverse wrap-reverse;
        justify-content: center;
        align-items: flex-start;
    }

    .blog-social-block.align-right {
        margin-left: auto;
    }

    .social-title.tex-align-center-mobile {
        text-align: center;
    }

    .comment-row {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .comments-form-input-row {
        grid-column-gap: .5em;
        grid-row-gap: .5em;
        flex-flow: column;
    }

    .heart-wrapper {
        width: 27px;
    }

    .read-heart-image {
        width: 12px;
    }

    .piece-box-title {
        font-size: 1.1rem;
    }

    .popular-products-wrapper {
        border-radius: 0;
        padding: 3em 1em;
    }

    .popular-products-wrapper.for--collection {
        border-radius: 0;
        padding-top: 3em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .pagination-wrapper {
        grid-column-gap: .6em;
        grid-row-gap: .6em;
    }

    .pagination-link.for--gallery {
        width: 8px;
    }

    .product-info-box {
        grid-column-gap: .7em;
        grid-row-gap: .7em;
    }

    .product-info-circle {
        width: 65px;
    }

    .product-info-image {
        width: 27px;
    }

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

    .info-p {
        font-size: .8rem;
    }

    .info-tab-link {
        font-size: .6rem;
    }

    .info-tab-pane {
        padding: 1em;
    }

    .info-content-p {
        font-size: .9rem;
    }

    .additional-information-list {
        font-size: .8rem;
    }

    .comments-wrapper {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
    }

    .rating-title {
        font-size: 1.4rem;
    }

    .product-dropdown {
        border-radius: 16px;
        padding-top: 1.5em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .accordion-p {
        width: 90%;
        font-size: .8rem;
    }

    .accordion-p.for--dropdown {
        width: 100%;
        font-size: .8rem;
    }

    .dropdown-circle {
        width: 20px;
        height: 20px;
    }

    .plus-text {
        font-size: 1rem;
    }

    .product-dropdown-list {
        padding-top: 1.7em;
    }

    .product-gallery-image-wrapper {
        height: 100px;
    }

    .date-wrapper {
        padding: .5em .9em;
        font-size: .75rem;
    }

    .arrows-wrapper {
        width: 40px;
    }

    .arrows {
        width: 16px;
    }

    .product-title {
        font-size: 2rem;
    }

    .sause-wrapper {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
    }

    .sause-box {
        font-size: .75rem;
    }

    .submit-row {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
    }

    .custom-mix-popup {
        padding-left: 1em;
        padding-right: 1em;
    }

    .product-mix-child {
        height: 50px;
    }

    .custom-mix-product-image {
        width: 80%;
    }

    .buttons-wrapper {
        flex-flow: row-reverse wrap-reverse;
    }

    .left-button, .right-button {
        width: 100%;
    }

    .cards-swiper.swiper {
        width: 80%;
        height: 300px;
    }

    .navigation.for--simple.prev, .navigation.for--simple.next {
        width: 45px;
        height: 35px;
    }

    .product-swiper-content {
        width: 200px;
        height: 250px;
    }

    .product-swiper-name {
        font-size: .9rem;
    }

    .categories-wrapper {
        height: 300px;
    }

    .categorie-box {
        width: 125px;
    }

    .categorie-wrap {
        width: 175px;
    }

    .categorie-field {
        font-size: .9rem;
    }

    .homepage-content-wrapper {
        justify-content: space-between;
        align-items: center;
    }

    .home-slider-process-wrapper {
        font-size: .8rem;
    }

    .process-line {
        width: 225px;
    }

    .search-popup {
        padding-left: 1em;
        padding-right: 1em;
    }

    .recent-search-link {
        padding-left: 1.5em;
        padding-right: 1.5em;
        font-size: .75rem;
    }

    .cart-wrapper {
        min-width: 90vw;
        padding-left: 1em;
        padding-right: 1em;
        right: 0%;
    }

    .cart-close-row {
        font-size: 1rem;
    }

    .empty-text {
        font-size: 1.7rem;
    }

    .cart-vec {
        right: 2%;
    }

    .shows-on-desktop.for--home {
        display: none;
    }

    .search-when-write {
        font-size: .8rem;
        line-height: 1.4;
    }

    .creamy-wrapper {
        font-size: .7rem;
    }

    .search-grid {
        display: flex;
        overflow: auto;
    }

    .search-grid-child {
        flex: none;
        width: 200px;
    }

    .search-image {
        width: 50px;
        height: 50px;
    }

    .hidden-on-mobile {
        display: none;
    }

    .collection-product-swiper.swiper {
        margin-bottom: 1em;
    }

    .shows-on-mobile {
        display: block;
    }

    .shows-on-mobile.for--home {
        width: 100%;
        margin-top: .5em;
    }

    .global-popup {
        padding-left: 1em;
        padding-right: 1em;
    }

    .gallery-popup-image {
        width: 90%;
    }

    .swiper-pagination, .swiper-pagination.collection-product-swiper-pagination, .swiper-pagination.popular-product-swiper-pagination, .swiper-pagination.product-swiper-pagination, .swiper-pagination.categories-swiper-pagination {
        position: relative;
    }
}


@font-face {
    font-family: 'Bookos';
    src: url('../fonts/BOOKOS.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}