:root {
    --primary-color: #f37422;
    --bs-primary: #f37422;
    --bs-primary-rgb: #f37422;
}
body {
    font-family: "Open Sans", sans-serif;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f37422;
    --bs-btn-border-color: #f37422;
    --bs-btn-hover-color: #f37422;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #f37422;
    --bs-btn-focus-shadow-rgb: 29, 157, 131;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: #f37422;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color);
}
.btn-link {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #007aff;
    text-decoration: none;
    transition: 0.3s;
    --bs-btn-font-weight: 400;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--primary-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 29, 157, 131;
}
a.link-reset:hover {
    color: var(--primary-color);
}
.dropdown-item:active {
    background-color: var(--primary-color);
}
.pagination {
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: 0;
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--primary-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(34, 185, 154, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--primary-color);
    --bs-pagination-active-border-color: var(--primary-color);
    --bs-pagination-disabled-color: #adb5bd;
    --bs-pagination-disabled-bg: transparent;
    --bs-pagination-disabled-border-color: var(--bs-border-color);
}
.page-link {
    border-radius: 5px;
    margin: 0 4px;
}
.page-link:focus {
    z-index: 3;
    color: var(--primary-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: none;
}
.form-select:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(243, 118, 34, 0.356);
}
.steps .steps-item a:hover {
    color: var(--primary-color);
}
.invalid-feedback {
    font-size: 12px;
    font-style: italic;
}
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--psrimary-color);
}
.text-bg-primary {
    background-color: var(--primary-color) !important;
}
.nav-link:hover,
.nav-link:focus,
.navbar-nav .nav-link.show {
    color: var(--primary-color);
}
.nav-link:focus,
.navbar-nav .nav-link.show {
    font-weight: 700;
}

/* f18e28 */
.header {
    background-color: #fff;
}
.orange-line-along-with-category,
.faq {
    border: 1px solid orange;
    width: 100%;
}
a.register_button,
a.login_button {
    cursor: pointer;
    height: 42px;
    padding: 8px 24px;
    border: 1px solid #131313;
    border-radius: 22px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #131313;
    transition: 0.3s ease;
}
a.register_button svg,
a.login_button svg {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}
a.login_button {
    margin-left: 11px;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 700;
}
a.login_button:hover {
    background-color: #fff;
    color: var(--primary-color);
}
a.register_button:hover {
    background-color: #131313;
    color: #fff;
    border-color: #131313;
}
.orange-line-along-with-category {
    height: 48px;
    background-color: var(--primary-color);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
a.orange-line-along-with-category__link {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 38.4px;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    transition: 0.3s ease;
}
a.orange-line-along-with-category__link svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
a.orange-line-along-with-category__link img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
a.orange-line-along-with-category__link:hover {
    opacity: 1;
}
.orange-line-along-with-category__devider {
    color: #fff;
    opacity: 0.7;
}
@media (max-width: 992px) {
    .orange-line-along-with-category {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        justify-content: flex-start;
    }
    a.orange-line-along-with-category__link {
        flex-shrink: 0;
    }
    .orange-line-along-with-category__devider {
        flex-shrink: 0;
    }
}
/* SECTION BANNER */
.section-banner {
    position: relative;
    height: 604px;
}
.section-banner__content {
    max-width: 1300px;
    margin: 41px auto;
}
.section-banner__titles {
    max-width: 714px;
}
.section-banner__titles h2 {
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    opacity: 0.5;
}
.section-banner__titles h1 {
    margin-bottom: 30px;
    font-size: 78px;
    font-weight: 500;
    color: #000;
}
.section-banner__titles h1 span {
    font-weight: 700;
}
.section-banner__content p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.section-banner__content p span {
    font-weight: 700;
}
.section-banner__content a {
    text-decoration: none;
}
.section-banner__content a div {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 21px;
    background-color: #f5f5f5;
    width: 450px;
    height: 64px;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: #909090;
}
.section-banner__content a .contactUs-button__image {
    position: absolute;
    top: 8px;
    left: 393px;
    color: #fff;
    background-color: #f37422;
    width: 48px;
    height: 48px;
    border-radius: 30px;
}
.section-banner__content a .contactUs-button__image svg {
    position: absolute;
    left: 16px;
}
.section-banner__image {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: -1;
}
.section-banner__image img {
    height: 535px;
}
@media (max-width: 992px) {
    .section-banner__content {
        margin: 32px;
        margin-bottom: 0;
    }
    .section-banner__titles h2 {
        font-size: 18px;
    }
    .section-banner__titles h1 {
        font-size: 30px;
    }
    .section-banner__content p {
        font-size: 16px;
    }
    .section-banner__content a div {
        width: 309px;
    }
    .section-banner__content a .contactUs-button__image {
        left: 249px;
    }

    .section-banner__image {
        position: relative;
        top: 0;
    }
    .section-banner__image img {
        width: 100%;
        height: auto;
    }
}
/* SECTION OFFER */
.section-offer {
    height: 600px;
}
.section-offer .row {
    width: 100%;
    margin: 0;
}
.section-offer .col {
    margin: 0;
    padding: 0;
}
.gifts-base {
    background-color: #f6f6f6;
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.gifts-base .gifts-base__content {
    max-width: 400px;
    margin-right: 15px;
}
.gifts-base .gifts-base__content h1 {
    font-size: 49px;
    font-weight: 700;
    color: #231f20;
}
.gifts-base .gifts-base__content p {
    font-size: 16px;
    font-weight: 500;
    color: #909090;
}
.gifts-children {
    position: relative;
    background-color: #ededed;
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.gifts-children img {
    position: absolute;
    height: 100%;
    opacity: 0.7;
    left: 5px;
}
.gifts-children .gifts-children__content {
    max-width: 160px;
    margin-right: 48px;
    z-index: 99;
}
.gifts-children .gifts-children__content h2 {
    font-size: 29px;
    font-weight: 500;
    color: #231f20;
}
.gifts-children .gifts-children__content p {
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
}
.gifts-personal {
    background-color: var(--primary-color);
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gifts-personal .gifts-personal__content {
    max-width: 260px;
}
.gifts-personal .gifts-personal__content h2 {
    font-size: 29px;
    font-weight: 500;
    color: #ffffff;
}
.gifts-personal .gifts-personal__content p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.gifts-special {
    position: relative;
    height: 600px;
    background-color: #ededed;
    display: flex;
    align-items: center;
}
.gifts-special img {
    height: 100%;
    position: absolute;
    right: 0;
}
.gifts-special .gifts-special__content {
    margin: 122px 0 122px 56px;
    max-width: 360px;
    background: linear-gradient(
        270deg,
        rgba(237, 237, 237, 0) 0%,
        rgba(237, 237, 237, 0.51) 5.66%,
        #ededed 18.3%
    );
    z-index: 99;
}
.gifts-special .gifts-special__content h1 {
    font-size: 54px;
    line-height: 70px;
    font-weight: 700;
    color: #231f20;
}
.gifts-special .gifts-special__content p {
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 30px;
}
.gifts-special .gifts-special__content a {
    text-decoration: none;
    cursor: pointer;
    padding: 16px 56px;
    background-color: var(--primary-color);
    border-radius: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    transition: 0.3s ease;
}
.gifts-special .gifts-special__content a:hover {
    color: var(--primary-color);
    background-color: #fff;
}
.section-offer__pagination {
    display: none;
}
.section-offer__slider {
    overflow: hidden;
    position: relative;
    height: 435px;
    display: none;
}
.section-offer__track {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
    height: 100%;
}
.section-offer__track > div {
    min-width: 100vw;
    height: 435px;
    padding: 20px;
    box-sizing: border-box;
}
/* Center content */
.gifts-base__content,
.gifts-children__content,
.gifts-personal__content,
.gifts-special__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.section-offer__pagination span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
}
.section-offer__pagination .active {
    background-color: #000;
}
/* Responsive visibility */
@media (max-width: 767px) {
    .original-layout {
        display: none;
    }

    .section-offer__slider {
        display: block;
    }
}
@media (min-width: 768px) {
    .original-layout {
        display: block;
    }

    .section-offer__slider {
        display: none;
    }
}
@media (max-width: 992px) {
    .desktopOffer {
        display: none;
    }
    .section-offer {
        height: 435px;
    }
    .section-offer .row {
        height: 100%;
    }
    .section-offer .row .col:nth-child(2) {
        display: none;
    }
    .gifts-base,
    .gifts-children,
    .gifts-personal,
    .gifts-special {
        height: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 71px;
        padding-left: 31px;
    }
    .gifts-special .gifts-special__content {
        margin: 0;
    }
    .gifts-base .gifts-base__content h1,
    .gifts-children .gifts-children__content h1,
    .gifts-personal .gifts-personal__content h1,
    .gifts-special .gifts-special__content h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .gifts-base .gifts-base__content p,
    .gifts-children .gifts-children__content p,
    .gifts-personal .gifts-personal__content p,
    .gifts-special .gifts-special__content p {
        font-size: 16px;
    }
    .section-offer__pagination {
        margin-top: 38px;
        display: flex;
        justify-content: center;
    }
    .section-offer__pagination span {
        width: 13px;
        height: 13px;
        background-color: #eeeeee;
        border-radius: 6px;
        margin: 0 2px;
    }
    .section-offer__pagination .active {
        background-color: var(--primary-color);
    }
    .section-offer__pagination .others {
        width: 86px;
    }
}
/* SECTION POPULAR CATEGORIES */
.section-popularCategories {
    margin-top: 64px;
}
.section-popularCategories .container {
    max-width: 1120px;
}
.section-popularCategories .col-4 {
    display: flex;
    justify-content: center;
}
.section-popularCategories .popularCategories__heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.section-popularCategories
    .popularCategories__heading
    .popularCategories__title
    h1 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1%;
    color: #231f20;
}
.section-popularCategories
    .popularCategories__heading
    .popularCategories__navigation {
    display: flex;
    gap: 8px;
}
.section-popularCategories
    .popularCategories__heading
    .popularCategories__navigation
    .leftArrow,
.section-popularCategories
    .popularCategories__heading
    .popularCategories__navigation
    .rightArrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #ededed;
    transition: 0.3s ease;
}
.section-popularCategories
    .popularCategories__heading
    .popularCategories__navigation
    .leftArrow
    svg,
.section-popularCategories
    .popularCategories__heading
    .popularCategories__navigation
    .rightArrow
    svg {
    width: 24px;
    height: 24px;
    transition: 0.1s ease;
}
.section-popularCategories
    .popularCategories__heading
    .popularCategories__navigation
    .leftArrow:hover,
.section-popularCategories
    .popularCategories__heading
    .popularCategories__navigation
    .rightArrow:hover {
    cursor: pointer;
    background-color: #f37422;
    color: #fff;
}
.section-popularCategories .categories__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.section-popularCategories .categories__inner {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease;
    touch-action: pan-y;
}
.section-popularCategories .popularCategories__card {
    width: 350px;
    height: 409px;
    border-radius: 16px;
    border: 1px solid #ebebeb;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    margin-bottom: 61px;
}
.section-popularCategories
    .popularCategories__card
    .popularCategories__card--image {
    width: 332px;
    height: 237px;
    margin: 8px 8px 0 8px;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-popularCategories
    .popularCategories__card
    .popularCategories__card--image
    img {
    max-width: 300px;
    max-height: 200px;
}
.section-popularCategories .popularCategories__card h2 {
    margin-top: 37px;
    margin-left: 16px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: -0.48px;
    color: #231f20;
}
.section-popularCategories .popularCategories__card a {
    cursor: pointer;
    text-decoration: none;
    margin-top: 28px;
    margin-left: 16px;
    font-size: 20px;
    line-height: 137%;
    font-weight: 500;
    letter-spacing: -0.48px;
    color: var(--primary-color);
}
.section-popularCategories .navigationMobile {
    display: none;
}
@media (max-width: 992px) {
    .section-popularCategories .col {
        padding: 0;
    }
    .section-popularCategories .popularCategories__heading {
        margin-bottom: 30px;
    }
    .section-popularCategories
        .popularCategories__heading
        .popularCategories__title
        h1 {
        font-size: 30px;
        line-height: 32px;
        margin-left: 31px;
        width: 160px;
    }
    .section-popularCategories
        .popularCategories__heading
        .popularCategories__navigation {
        display: none;
    }
    .section-popularCategories .col-4 {
        display: none;
    }
    .section-popularCategories .col-4:first-of-type {
        display: flex;
    }
    .section-popularCategories .popularCategories__card {
        margin-bottom: 36px;
    }
    .section-popularCategories .categories {
        justify-content: center;
    }
    .section-popularCategories .navigationMobile {
        display: flex;
    }
    .section-popularCategories
        .navigationMobile
        .popularCategories__navigation {
        display: flex;
        gap: 8px;
        justify-content: center;
    }
    .section-popularCategories
        .navigationMobile
        .popularCategories__navigation
        .leftArrow,
    .section-popularCategories
        .navigationMobile
        .popularCategories__navigation
        .rightArrow {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #ededed;
        transition: 0.3s ease;
    }
    .section-popularCategories
        .navigationMobile
        .popularCategories__navigation
        .leftArrow
        svg,
    .section-popularCategories
        .navigationMobile
        .popularCategories__navigation
        .rightArrow
        svg {
        width: 24px;
        height: 24px;
        transition: 0.1s ease;
    }
    .section-popularCategories
        .navigationMobile
        .popularCategories__navigation
        .leftArrow:hover,
    .section-popularCategories
        .navigationMobile
        .popularCategories__navigation
        .rightArrow:hover {
        cursor: pointer;
        background-color: #f37422;
        color: #fff;
    }
}
/* SECTION WHY US */
.section-whyUs .container {
    max-width: 1120px;
}
.whyUs__slider {
    overflow: hidden;
    position: relative;
}

.whyUs__track {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
}
@media (min-width: 992px) {
    .whyUs__track {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        transform: none !important;
    }
}
.section-whyUs h1 {
    text-align: center;
    margin-top: 36px;
    font-size: 50px;
    font-weight: 700;
    color: #231f20;
}
.section-whyUs .whyUs__card {
    background-color: #f5f5f5;
    margin: 36px 10px 107px;
    border-radius: 15px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease;
    opacity: 0;
    transform: translateY(40px);
}
.section-whyUs .whyUs__card.animate {
    animation: cardFadeUp 0.6s ease forwards;
}
@keyframes cardFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.section-whyUs .whyUs__card:hover {
    cursor: pointer;
    background-color: var(--primary-color);
}
.section-whyUs .whyUs__card svg {
    width: 80px;
    height: 80px;
    color: #231f20;
}
.section-whyUs .whyUs__card p {
    margin-top: 27px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    width: 155px;
    color: #231f20;
}
.section-whyUs .whyUs__card:hover > p,
.section-whyUs .whyUs__card:hover > svg {
    color: #fff;
}
@media (max-width: 992px) {
    .section-whyUs h1 {
        margin-top: 60px;
    }
    .section-whyUs .whyUs__track {
        margin-left: 45px;
    }
    .section-whyUs .col {
        justify-content: center;
    }
    .section-whyUs .whyUs__card {
        margin-bottom: 33px;
        width: 265px;
    }
    .section-whyUs .section-offer__pagination {
        margin-bottom: 67px;
    }
}
/* SECTION PERFECT OFFER */
.section-perfectOffer {
    background-image: linear-gradient(to right, #f6f6f6 30%, #fff 70%);
}
.section-perfectOffer .container {
    max-width: 1120px;
}
.section-perfectOffer .row {
    justify-content: space-between;
}
.section-perfectOffer .perfectOffer__content {
    margin: 52px 0;
    max-width: 500px;
}
.section-perfectOffer .perfectOffer__content h1 {
    font-size: 24px;
    font-weight: 700;
    color: #0e1422;
}
.section-perfectOffer .perfectOffer__content p {
    font-size: 18px;
    font-weight: 400;
    color: #5c5f6a;
    max-width: 462px;
    margin-bottom: 38px;
    margin-top: 20px;
}
.section-perfectOffer .perfectOffer__content a {
    font-size: 14px;
    line-height: 175%;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
    background-color: var(--primary-color);
    border-radius: 20px;
    transition: 0.3s ease;
}
.section-perfectOffer .perfectOffer__content a:hover {
    color: var(--primary-color);
    background-color: #fff;
}
.section-perfectOffer img {
    width: 167px;
}
@media (max-width: 992px) {
    .section-perfectOffer .row {
        padding: 73px 0 73px 31px;
    }
    .section-perfectOffer .perfectOffer__content {
        margin-top: 0;
    }
}
/* SECTION HWO WE WORK */
.section-howWeWork .container {
    max-width: 1140px;
}
.section-howWeWork .container .row > h1 {
    margin-top: 197px;
    font-size: 50px;
    font-weight: 700;
    color: #231f20;
    text-align: center;
}
.section-howWeWork .container .row > h2 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: var(--primary-color);
}
.section-howWeWork .col {
    display: flex;
    width: 450px;
    margin-top: 83px;
    margin-bottom: 111px;
}
.section-howWeWork .howWeWork__circle {
    background-color: #fff;
    border: 2px solid var(--primary-color);
    width: 46px;
    height: 46px;
    margin-right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary-color);
}
.section-howWeWork .howWeWork__circle.active {
    background-color: var(--primary-color);
    color: #fff;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}
.section-howWeWork .howWeWork__content--title {
    display: flex;
    align-items: flex-start;
}
.section-howWeWork .howWeWork__content--title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--primary-color);
    width: 232px;
}
.section-howWeWork p {
    font-size: 16px;
    font-weight: 500;
    color: #425466;
    width: 232px;
}
@media (max-width: 992px) {
    .section-howWeWork .container {
        max-width: 300px;
        padding: 0;
        margin: 0;
    }
    .section-howWeWork .container .row {
        width: 100vw;
    }
    .section-howWeWork .container .row > h1 {
        font-size: 30px;
        margin-top: 67px;
    }
    .section-howWeWork .container .row > h2 {
        font-size: 18px;
    }
    .section-howWeWork .col {
        margin-bottom: 53px;
    }
    .section-howWeWork .col:first-of-type {
        display: flex;
    }
    .section-howWeWork .section-offer__pagination {
        margin-bottom: 59px;
    }
    .section-howWeWork .howWeWork__content--title img {
        display: none;
    }
    .howWeWork__inner {
        margin-left: 20px;
    }
    .section-howWeWork .col .howWeWork__circle {
        background-color: var(--primary-color);
        color: #fff;
    }
}
.howWeWork__wrapper {
    overflow: hidden;
    position: relative;
}
.howWeWork__inner {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
}
@media (max-width: 768px) {
    .howWeWork__inner .col {
        flex: 0 0 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 1rem;
    }
}
@media (min-width: 992px) {
    .howWeWork__inner {
        transform: none !important;
    }

    .howWeWork__inner .col {
        flex: 1;
    }
}

/* SECTION POPULAR PRODCUCTS */
.section-popularProducts .popularProducts__title h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.96px;
    text-align: center;
    color: #231f20;
}
.section-popularProducts .popularProducts__title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.44px;
    text-align: center;
    color: #231f20;
    margin-top: 36px;
    margin-bottom: 61px;
}
.section-popularProducts .products {
    justify-content: center;
    gap: 35px;
    margin-left: 15px;
}
.section-popularProducts .products .col {
    padding: 0;
}
.section-popularProducts .popularProducts__card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 515px;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    background-color: #fafafa;
    text-decoration: none;
}
.section-popularProducts .popularProducts__card--image {
    background-color: #fff;
    align-self: center;
    width: 334px;
    height: 237px;
    margin-bottom: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-top: 8px;
}
.section-popularProducts .popularProducts__card h3 {
    margin-left: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #231f20;
}
.section-popularProducts .popularProducts__card p {
    margin-left: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #425466;
    margin-top: 25px;
    margin-bottom: 44px;
}
.section-popularProducts .popularProducts__card .price {
    margin-left: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 137%;
    color: var(--primary-color);
    margin-bottom: 35px;
}
.section-popularProducts .products__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.section-popularProducts .products__inner {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease;
    touch-action: pan-y;
}
.section-popularProducts .popularProducts__navigation {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 174px;
}
.section-popularProducts
    .popularProducts__navigation
    .popularProducts__leftArrow,
.section-popularProducts
    .popularProducts__navigation
    .popularProducts__rightArrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #ededed;
    transition: 0.3s ease;
}
.section-popularProducts
    .popularProducts__navigation
    .popularProducts__leftArrow
    svg,
.section-popularProducts
    .popularProducts__navigation
    .popularProducts__rightArrow
    svg {
    width: 24px;
    height: 24px;
    transition: 0.1s ease;
}
.section-popularProducts
    .popularProducts__navigation
    .popularProducts__leftArrow:hover,
.section-popularProducts
    .popularProducts__navigation
    .popularProducts__rightArrow:hover {
    cursor: pointer;
    background-color: #f37422;
    color: #fff;
}
@media (max-width: 992px) {
    .section-popularProducts .popularProducts__title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-popularProducts .popularProducts__title h1 {
        font-size: 30px;
        width: 177px;
    }
    .section-popularProducts .popularProducts__title h2 {
        font-size: 18px;
        width: 312px;
    }
    .section-popularProducts .col {
        justify-content: center;
    }
    .section-popularProducts .col:first-of-type {
        display: flex;
    }
    .section-popularProducts .popularProducts__card {
        margin-bottom: 30px;
        margin-left: -10px;
    }
    .section-popularProducts .section-offer__pagination {
        margin-top: 0;
        margin-bottom: 80px;
    }
    .section-popularProducts .popularProducts__navigation {
        display: none;
    }
    .section-popularProducts .products {
        margin: 0;
    }
}
.products__wrapper {
    overflow: hidden;
    position: relative;
}
.products__inner {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
}
.slide {
    flex: 0 0 calc(33.333% - 1.333rem);
    max-width: 100%;
    box-sizing: border-box;
    padding: 1rem;
}
.popularProducts__card {
    display: block;
    background: white;
    border-radius: 12px;
    text-align: center;
    padding: 1rem;
}
@media (min-width: 769px) {
    .products__inner {
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
        display: flex;
    }
}
/* SECTION RATING */
.section-rating {
    background-color: #f5f5f5;
    margin-top: 100px;
}
.section-rating div {
    padding: 0;
}
.section-rating .rating__image,
.section-rating .rating__ratesNumber {
    display: flex;
    justify-content: center;
    padding: 45px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #231f20;
    height: 100%;
}
.section-rating .rating__image img {
    width: 157px;
    height: 36px;
}
.section-rating .rating__rate {
    display: flex;
    justify-content: space-between;
    padding: 45px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #231f20;
    height: 100%;
}
.section-rating .rating__rate--stars {
    display: flex;
    align-items: center;
    gap: 8px;
}
.section-rating .rating__rate--stars svg {
    width: 20px;
    height: 20px;
    color: var(--primary-color);
}
.section-rating p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
@media (max-width: 992px) {
    .section-rating {
        margin: 0;
    }
    .section-rating .row {
        flex-direction: column;
        max-width: 350px;
    }
    .section-rating .rating__rate {
        flex-direction: column;
        padding: 0;
        padding-left: 24px;
    }
    .section-rating .rating__rate p {
        margin-bottom: 15px;
    }
    .section-rating .rating__image,
    .section-rating .rating__ratesNumber {
        justify-content: flex-start;
        padding-left: 24px;
    }
}
/* SECTION FAQ */
.section-faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 1100px;
}
.section-faq h1 {
    margin-top: 114px;
    font-size: 50px;
    line-height: 92px;
    font-weight: 700;
    color: #231f20;
}
.section-faq .section-faq__questions {
    width: 1200px;
    margin: 51px auto;
}
.section-faq .section-faq__questions .question {
    border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 992px) {
    .section-faq .section-faq__questions .question {
        min-width: 350px;
    }
}
.section-faq .section-faq__questions .question:last-child {
    border: none;
}
.section-faq .section-faq__questions .question .question--title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-faq .section-faq__questions .question .question--title h1 {
    user-select: none;
    font-size: 22px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: -0.14px;
    color: #231f20;
    margin: 0;
    padding: 30px 0 30px 32px;
}
.section-faq .section-faq__questions .question .question--title svg {
    color: var(--primary-color);
    width: 16px;
    height: 16px;
    margin-right: 32px;
}
.section-faq .section-faq__questions .question .question--answer {
    display: none;
}
.section-faq .section-faq__questions .active {
    background-color: var(--primary-color);
    transition: background-color 0.3s;
}
.section-faq .section-faq__questions .active .question--title h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.section-faq .section-faq__questions .active .question--title svg {
    color: #fff;
}
.section-faq .section-faq__questions .active .question--answer {
    display: block;
    margin: 0 50px 0 34px;
    padding-bottom: 39px;
}
.section-faq .section-faq__questions .question .question--answer p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.14px;
    font-weight: 400;
    user-select: none;
}

.section-faq .section-faq__questions .active .question--answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

@media (max-width: 1200px) {
    .section-faq .section-faq__questions {
        width: 900px;
    }
}
@media (max-width: 992px) {
    .section-faq {
        height: 100%;
    }
    .section-faq > h1 {
        margin-top: 34px;
        text-align: center;
        font-size: 30px;
    }
    .section-faq .section-faq__questions {
        margin-top: 20px;
        width: auto;
        max-width: 900px;
    }
    .section-faq .section-faq__questions .question .question--title h1 {
        font-size: 16px;
    }
    .section-faq .section-faq__questions .active .question--answer p {
        font-size: 14px;
    }
}
/* FOOTER */
footer {
    background-color: #f5f5f5;
}
footer .row {
    margin: 0;
}
footer .needHelp {
    display: flex;
    justify-content: space-between;
    max-width: 1296px;
    height: 168px;
    background-color: #fff;
    margin: 32px auto 32px auto;
    border-radius: 16px;
    padding: 0;
}
footer .needHelp > a {
    display: none;
}
footer .needHelp .needHelp__content {
    width: 490px;
    margin: 32px 0 32px 48px;
}
footer .needHelp .needHelp__content h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--primary-color);
}
footer .needHelp .needHelp__content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #231f20;
}
footer .needHelp .needHelp__contact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 110px;
}
footer .needHelp .needHelp__contact a {
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
    line-height: 140px;
    color: #fff;
    font-weight: 500;
    z-index: 10;
}
footer .needHelp .needHelp__contact a:hover {
    color: #fff;
}
footer .needHelp .needHelp__contact svg {
    margin-left: 24px;
    z-index: 10;
}
footer .needHelp .needHelp__contact img {
    position: absolute;
}
footer .container {
    padding: 0;
}
footer .footer-menu {
    display: flex;
    flex-direction: row;
    padding: 0;
    /* width: 850px; */
    margin-bottom: 96px;
}
footer .footer-menu .footer-menu__list {
    display: flex;
    flex-direction: column;
    width: 170px;
}
footer .footer-menu .footer-menu__list h2 {
    font-size: 10px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #0e2432;
    opacity: 0.5;
    margin-bottom: 24px;
}
footer .footer-menu .footer-menu__list a {
    font-size: 14px;
    line-height: 140%;
    color: #231f20;
    text-decoration: none;
    padding: 2px 0;
}
footer .footer-menu .footer-menu__list a:hover {
    color: var(--primary-color);
}
footer .footer-menu .footer-menu__list h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    color: var(--primary-color);
    margin-top: 20px;
}
footer .footer-menu .footer-menu__list h3:first-of-type {
    margin-top: 0px;
}
footer .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* max-width: 350px; */
    margin-bottom: 30px;
    padding: 0;
}
footer .footer-contact p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    color: #231f20;
    margin: 0;
}
footer .footer-contact .footer-contact__mail {
    color: var(--primary-color);
}
footer .footer-socials {
    display: flex;
    justify-content: space-between;
    width: 850px;
    padding: 0;
    gap: 48px;
}
footer .footer-socials .socialMedia {
    border-top: 1px solid rgb(14, 36, 50, 0.2);
    width: 100%;
    max-width: 400px;
    padding: 31px 0 48px;
}
footer .footer-socials .socialMedia a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
footer .footer-socials .socialMedia p {
    color: var(--primary-color);
    font-size: 12px;
    line-height: 140%;
}
footer .footer-socials .socialMedia svg {
    color: var(--primary-color);
}
footer .footer-copyright {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
    padding: 0;
}
footer .footer-copyright p {
    font-size: 10px;
    line-height: 140%;
    color: var(--primary-color);
    font-weight: 500;
}
footer .footer-copyright a {
    cursor: pointer;
}
@media (max-width: 992px) {
    footer .needHelp {
        margin: 46px auto;
        max-width: 340px;
        height: auto;
        flex-direction: column;
    }
    footer .needHelp .needHelp__content {
        width: 100%;
        margin: 0;
        padding: 48px 31px 0 31px;
    }
    footer .needHelp a {
        display: inline-block;
        width: 100%;
        font-size: 20px;
        line-height: 140%;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        background-color: var(--primary-color);
        padding: 32px 0;
        margin-bottom: 32px;
        padding-left: 32px;
    }
    footer .needHelp .needHelp__contact {
        display: none;
    }
    footer .footer-menu {
        width: 100%;
        margin-bottom: 24px;
        padding-left: 26px;
        display: flex;
        flex-direction: column;
    }
    footer .footer-menu .col-2 {
        width: 100%;
    }
    footer .footer-menu .col-3 {
        width: 100%;
    }
    footer .footer-menu .footer-menu__list {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    footer .footer-menu .footer-menu__list h2 {
        margin-bottom: 12px;
        margin-top: 24px;
    }
    footer .footer-menu .footer-menu__list h3 {
        margin-top: 15px;
    }
    footer .footer-contact {
        align-items: flex-start;
        padding-top: 26px;
    }
    footer .footer-socials {
        margin-left: 26px;
        flex-direction: column;
        width: 50%;
    }
    footer .footer-socials .socialMedia {
        width: 100%;
    }
    footer .footer-socials .socialMedia:last-of-type {
        padding-bottom: 10px;
    }
    footer .footer-copyright {
        padding-left: 26px;
        flex-wrap: wrap;
        gap: 20px;
        min-height: 200px;
        padding-right: 26px;
        margin-top: 32px;
    }
    /* footer .footer-copyright a {
        display: none;
    } */
}
/* LOGIN PAGE */
.login__header {
    padding-top: 48px;
    padding-bottom: 24px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #231f20;
}
.login__header span {
    font-weight: 700;
    color: var(--primary-color);
}
.form-label.required::after,
.col-form-label.required::after {
    color: #231f20;
}
.form-label {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #231f20;
}
.form-control {
    padding: 14px 0 14px 16px;
    border-radius: 6px;
    background-color: #f2f2f2;
    border: none;
    margin-bottom: 16px;
    border: 0.5px solid #e5e5e5;
}
.form-control:focus {
    outline: none;
    border: 0.5px solid #e5e5e5;
    box-shadow: none;
    background-color: #f2f2f2;
}
.form-control::placeholder {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #808080;
}
.form-check {
    display: inline-block;
}
.form-check-label {
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #231f20;
    user-select: none;
}
.form-check-input {
    cursor: pointer;
}
.form-check-input:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}
.form-check-input:checked {
    background-color: var(--primary-color);
}
.loginRegister {
    padding-top: 30px;
    gap: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #1a1a1a;
    border-top: 0.5px solid #e5e5e5;
}
.loginRegister a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s ease;
}
.loginRegister a:hover {
    text-decoration: underline;
}
.mobileLogo {
    display: none;
}
@media (max-width: 992px) {
    .login__header {
        padding: 24px 0 0 0;
    }
    .desktopLogo {
        display: none;
    }
    .mobileLogo {
        display: flex;
        margin-top: 170px;
    }
}
/* FORGOTTEN PASSWORD */
.forgotten-password__header {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #231f20;
    padding: 48px 0 20px;
}
.forgotten-password__description {
    font-size: 12px;
    line-height: 20px;
    color: #909090;
    margin-bottom: 20px;
}
#sylius_user_request_password_reset_email {
    margin-bottom: 32px;
}
/* PRODUCT PAGE */
.search {
    height: 51px;
    padding-right: 72px;
}
.searchBar {
    border-right: none;
}
@media (max-width: 992px) {
    .search {
        padding-right: 12px;
    }
}
.searchBar--icon {
    width: 60px;
    height: 51px;
    border-radius: 6px;
    background-color: #f2f2f2;
    border: none;
    border-top: 0.5px solid #e5e5e5;
    border-bottom: 0.5px solid #e5e5e5;
}
.iconClear {
    border-right: 0.5px solid #e5e5e5;
    padding: 10px;
}
.searchBar--icon:focus {
    outline: none;
    border: 0.5px solid #e5e5e5;
    box-shadow: none;
    background-color: #f2f2f2;
}
.searchBar--icon::placeholder {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #808080;
}
.searchBar--icon > svg {
    color: #231f20;
}
.controls {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3%;
    color: #425466;
}
.controlsNumber {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3%;
    color: #0e2432;
    border: none;
}
.products-grid {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.productCard {
    position: relative;
    text-decoration: none;
    display: inline-block;
    width: 350px;
    height: 460px;
    background-color: #f6f6f6;
    border-radius: 16px;
    box-shadow:
        0px 3px 8px -1px rgba(50, 50, 71, 0.05),
        0px 0px 1px 0px rgba(12, 26, 75, 0.24);
}
.productCard .imageContainer {
    aspect-ratio: 1/1;
    margin: 8px;
}
.productName {
    color: #231f20;
    font-weight: 700;
    text-decoration: none;
    line-height: 24px;
}
.productPrice {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 137%;
    color: var(--primary-color);
}
.productPrice > span::before {
    content: "Cena: ";
    display: inline-block;
    padding-right: 5px;
}
.x-button {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    right: 22.5px;
    top: 22.5px;
    background-color: #ffffff;
    box-shadow:
        0px 3px 8px -1px rgba(50, 50, 71, 0.05),
        0px 0px 1px 0px rgba(12, 26, 75, 0.24);
    color: var(--primary-color);
    width: 49px;
    height: 49px;
    border-radius: 50%;
}
.x-button svg {
    width: 21px;
    height: 21px;
}
.productCard:hover,
.productCard:hover .x-button {
    transition: 0.2s ease-in-out;
    background-color: var(--primary-color);
    color: #fff;
}
.productCard:hover .productPrice {
    transition: 0.2s ease-in-out;
    color: #fff;
}
/* PRODUCT */
.productHeaderTitle {
    font-size: 28px;
    font-weight: 600;
    color: rgba(35, 31, 32, 1);
}
.productHeaderSubtitle {
    font-size: 16px;
    padding-top: 11px;
    color: #b9bbbf;
}
.sylius-rating label:has(~ label > :checked) svg,
.sylius-rating label:has(> :checked) svg {
    color: var(--primary-color);
}
.numberOfReviews {
    font-size: 14px;
    font-weight: 400;
    color: #a4a4a4;
    align-self: flex-end;
}
.addReview {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: none;
    transition: 0.3s ease-in-out;
    align-self: flex-end;
}
.addReview:hover {
    text-decoration: underline;
}
.product-price {
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 22px 0;
    font-size: 45px;
    line-height: 61px;
    font-weight: 700;
    color: #231f20;
}
#sylius_shop_add_to_cart_cartItem_note {
    height: 76px;
    background-color: #fff;
    border: 1px solid #b9bbbf;
    border-radius: 20px;
}
label[for="sylius_shop_add_to_cart_cartItem_note"] {
    font-weight: 500;
    color: #b9bbbf;
    margin-bottom: 13px;
}
.border-top {
    border-top: 1px solid #e4e4e4;
}
#sylius_shop_add_to_cart_cartItem_quantity {
    margin: 0;
    padding: 0 30px;
    display: inline-block;
    width: 170px;
    height: 60px;
    border: none;
    border-radius: 30px;
    background-color: #f3f3f3;
    font-size: 22px;
    font-weight: 700;
    color: #231f20;
}
.addToCartButton {
    margin-left: 19px;
    width: 309px;
    height: 60px;
    border-color: var(--primary-color);
    border-radius: 30px;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 600;
}
.accordion-header {
    font-size: 17px;
    font-weight: 700;
    color: #231f20;
}
.accordion-body {
    font-size: 14px;
    font-weight: 400;
    color: #726c6c;
}
.accordionReviewButton {
    border-radius: 30px;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 400;
}
.similarProducts-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 120px;
}
@media (max-width: 1492px) {
    .similarProducts-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 60px;
    }
}
@media (max-width: 992px) {
    .similarProducts-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 60px;
    }
}
.similarProducts-grid .productCard {
    background-color: #fff;
    width: 305px;
    height: 402px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    border: none;
    box-shadow: none;
}
.similarProducts-grid .productCard .imageContainer {
    width: 305px;
    height: 326px;
    margin: 0;
    border: 1px solid #b9bbbf;
}
.similarProducts-grid .productCard .x-button {
    display: none;
}
.similarProducts-grid .productName {
    font-size: 14px;
    font-weight: 500;
    line-height: 175%;
    color: #0e1422;
}
.similarProducts-grid .productPrice {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #231f20;
}
.similarProducts-grid .productCard:hover .productPrice {
    transition: 0.2s ease-in-out;
    color: var(--primary-color);
}
.productVariants .form-select {
    border-radius: 20px;
    border: 1px solid #b9bbbf;
    padding: 10px 25px;
}
.productVariants .form-select:focus {
    box-shadow: none;
}
/* CART */
.offcanvas-header {
    padding: 84px 56px 0 46px;
}
.offcanvas-header .offcanvas-title {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}
.offcanvas-body {
    padding: 44px 56px 0 46px;
}
.offcanvas-body tr {
    height: 100px;
    border-radius: 15px;
}
.offcanvas-body .itemInfo img {
    height: 80px !important;
    width: 80px !important;
    border-radius: 4px;
}
.offcanvas-body .itemInfo .rounded-3 {
    height: 80px !important;
    width: 80px !important;
}
.offcanvas-body .itemInfo small,
.offcanvas-body .itemInfo div {
    font-size: 7px;
    line-height: 12px;
    font-weight: 400;
    color: #909090;
}
.offcanvas-body .itemInfo .link-reset {
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 700;
    color: #231f20;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 1px;
}
.offcanvas-body .itemQuantity {
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #909090;
}
.offcanvas-body .itemPrice {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}
.offcanvas-footer {
    padding: 0 56px 40px 46px;
}
.offcanvas-footer .h5 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}
.offcanvas-footer .btn-primary {
    font-weight: 700;
}
/* CART PAGE */
.cartTitle {
    font-size: 16px;
    font-weight: 600;
    color: #0e1422;
    padding-bottom: 15px !important;
}
.table-responsive {
    padding: 48px 0;
    border: 1px solid #e9e9eb;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
    .cartItem {
        padding: 20px 0 !important;
    }
}
.cartItem .rounded-3 {
    width: 80px;
    height: 80px;
}
.cartItem small,
.cartItem div {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    color: #5c5f6a;
}
.cartItem .link-reset {
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 500;
    color: #0e1422;
}
.cartPrice {
    font-size: 14px;
    font-weight: 700;
    color: #0e1422;
}
.cartQuantity > .form-control {
    background-color: #fff;
    border: 1px solid #e6e7e8;
    border-radius: 4px;
    padding-left: 16px;
    width: 107px;
    height: 40px;
}
.cartCouponField .form-control {
    background-color: #fff;
    border: 1.5px solid #e9e9eb;
    border-radius: 4px;
    padding: 14px 0 14px 16px;
    height: 46px;
    margin-right: 16px;
}
.cartCouponField button {
    height: 44px;
    background-color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    color: #f3f3f3;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
}
.cartCouponField button:hover {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.cartClearButton {
    margin-right: 4px;
    background-color: #f2f2f2;
    border: 0.5px solid #e5e5e5;
    border-radius: 6px;
    padding: 15px;
    font-size: 12px;
    color: #acacac;
}
.summaryContainer {
    background-color: #f5f5f5;
    border: 1px solid #e6e7e8;
    border-radius: 4px;
}
.summaryContainer h3 {
    padding-top: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #0e1422;
}
.summaryContainer .hstack {
    margin-bottom: 35px;
}
.summaryContainer .hstack div {
    font-size: 14px;
    font-weight: 500;
    line-height: 175%;
    color: #5c5f6a;
    padding: 2px 0;
}
.summaryContainer .hstack .text-end,
.summaryContainer .hstack .text-end > div {
    color: #0e1422;
}
.summaryContainer .hstack .orderTotalLabel {
    font-size: 14px;
    line-height: 175%;
    font-weight: 500;
    color: #0e1422;
}
.summaryContainer .hstack .orderTotalSum {
    font-size: 14px;
    line-height: 175%;
    font-weight: 700;
    color: #0e1422;
}
.summaryContainer .btn-primary {
    width: 100%;
    margin-bottom: 90px;
}
.checkoutSummary {
    background-color: #f5f5f5;
    border: 1px solid #e6e7e8;
    border-radius: 4px;
    padding: 32px 24px 100px;
}
.checkoutSummary .h2 {
    font-size: 16px;
    font-weight: 600;
    color: #0e1422;
}
.checkoutSummary .text-end {
    color: #0e1422;
}
.checkoutSummary td {
    padding: 6px 0;
    font-size: 14px;
    line-height: 175%;
    color: #5c5f6a;
}
.checkoutSummary td > div {
    padding: 0 !important;
}
.checkoutSummary .orderTotalLabel {
    font-size: 14px;
    line-height: 175%;
    font-weight: 500;
    color: #0e1422;
}
.checkoutSummary .orderTotalSum {
    font-size: 14px;
    line-height: 175%;
    font-weight: 700;
    color: #0e1422;
}
.shippingTitle {
    font-size: 28px;
    font-weight: 600;
    color: #231f20;
    padding-bottom: 11px;
}
.shippingSubtitle {
    font-size: 16px;
    font-weight: 400;
    color: #b9bbbf;
    margin-bottom: 53px;
}
.cardChoice {
    background-color: #f2f2f2;
    border-radius: 16px;
}
.cardChoice .form-check {
    display: flex;
    align-items: center;
}
.cardChoice .form-check input {
    width: 37px;
    height: 37px;
}
.cardChoice .form-check label {
    padding-left: 42px;
    font-size: 20px;
    font-weight: 400;
    color: #101a24;
}
.cardChoice .cardChoice__price {
    display: flex;
    align-items: center;
    padding-right: 42px;
    font-size: 20px;
    font-weight: 400;
    color: #101a24;
}
.cardChoice:has(input[type="radio"]:checked) {
    border: 2px solid var(--primary-color);
}
.table > :not(caption) > * > * {
    padding: 5px 0 !important;
    /* color: #5c5f6a; */
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
    box-shadow: inset 0 0 0 9999px
        var(
            --bs-table-bg-state,
            var(--bs-table-bg-type, var(--bs-table-accent-bg))
        );
}
.thankYouButtonContainer {
    margin-top: 53px !important;
}
.thankYouButtonContainer .btn-primary {
    border-radius: 40px;
    padding: 20px 0;
    width: 330px;
    font-weight: 700;
}
.thankYouButtonContainer .btn-secondary {
    margin-left: 10px;
    border-radius: 40px;
    padding: 19px 0;
    width: 200px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.thankYouButtonContainer .btn-secondary:hover {
    color: #fff;
    background-color: #000;
}
.checkoutComplete .card {
    background-color: #f2f2f2 !important;
    border-radius: 16px;
}
.checkoutComplete .card-header {
    border-bottom-style: solid !important;
}
.checkoutComplete .table-responsive {
    border-color: #a4a4a4;
}
.checkoutComplete .checkoutTableHeader {
    display: flex;
    justify-content: space-between;
}
.checkoutComplete .checkoutTableHeader div {
    display: flex;
    justify-content: space-between;
}
.checkoutComplete .checkoutTableHeader p {
    color: #101a24;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}
.checkoutComplete .checkoutTableHeader div p {
    text-align: center;
    padding: 0 48px;
}
.checkoutComplete .tableCell {
    width: 170px;
}
.checkoutComplete .tableCell__item {
    margin-left: 35px;
}
.checkoutComplete .tableCell__item div {
    align-items: center;
}
.checkoutComplete .tableCell__item .rounded-3 {
    width: 80px;
    height: 80px;
}
.checkoutComplete .tableCell__item .h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #231f20;
    margin: 0 !important;
}
.checkoutComplete .tableCell__item small {
    font-size: 7px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #909090;
}
.checkoutComplete .border-top {
    border-top: 1px solid #e6e7e8 !important;
}
.checkoutComplete .table {
    margin-bottom: 0 !important;
}
.checkoutComplete .w-35 {
    width: 35% !important;
    margin-top: 32px;
}
@media (max-width: 875px) {
    .checkoutComplete .checkoutTableHeader div p {
        padding: 0px 3px;
    }
}
@media (max-width: 992px) {
    .checkoutComplete .checkoutTableHeader p {
        font-size: 12px;
    }
    .checkoutComplete .checkoutTableHeader div p {
        padding: 0px 10px;
    }
    .checkoutComplete .tableCell__item small {
        display: none;
    }
    .checkoutComplete .tableCell__item .h6 {
        min-width: 90px;
    }
    .checkoutComplete .tableCell__item .gap-4 {
        gap: 1px !important;
    }
    .checkoutComplete .w-35 {
        width: 100% !important;
        margin-top: 32px;
    }
    .checkoutComplete .steps {
        flex-direction: row;
    }
    .checkoutComplete .steps-item {
        width: 20%;
    }
}
/* PROFILE PAGE */
.accProfile {
    min-height: calc(100vh - 110px);
}
.accMenuTitle {
    font-size: 28px;
    font-weight: 600;
    color: #231f20;
}
.accMenuItem {
    padding: 12px 0 12px 12px;
    font-weight: 600;
}
.accDashboardMenu {
    font-size: 14px;
    font-weight: 400;
    color: #a4a4a4;
    padding-bottom: 35px;
}
.accDashboardMenu h1 {
    font-size: 32px;
    font-weight: 600;
    color: #231f20;
    padding-bottom: 12px;
}
.accDashboard {
    padding: 26px 26px 29px 46px;
    background-color: #f5f5f5 !important;
    border-radius: 20px;
}
.accDashboard .card-body {
    padding: 0 !important;
}
.dashboardFullName {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
}
.dashboardEmail {
    font-size: 16px;
    font-weight: 400;
    color: #a4a4a4;
    padding-top: 11px;
    padding-bottom: 30px;
}
.dashboardButtons a {
    background-color: #f2f2f2;
    border: 0.5px solid #e5e5e5;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 400;
    color: #231f20;
}
.accBirthdayInput input {
    padding: 14px 10px;
}
.accGenderInput select {
    padding: 14px 0 14px 16px;
    border-radius: 6px;
    background-color: #f2f2f2;
    border: none;
    margin-bottom: 16px;
    border: 0.5px solid #e5e5e5;
}
#sylius_shop_customer_profile_subscribedToNewsletter {
    border: 1px solid var(--primary-color);
    width: 16px;
    height: 16px;
    border-radius: 2px;
}
.adressBookHeader a {
    height: 44px;
}
@media (max-width: 992px) {
    .adressBookHeader a {
        height: 70px;
    }
}
.accAddressBookContent {
    padding: 26px 26px 29px 46px;
    background-color: #f5f5f5 !important;
    border-radius: 20px;
}
.accAddressBookContent .card-body {
    padding: 0 !important;
}
.accAddressBookContent__details strong {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
}
.accAddressBookContent__details span {
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
    padding-top: 11px;
}
.accAddressBookContent__buttons a,
.accAddressBookContent__buttons button {
    background-color: #f2f2f2;
    border: 0.5px solid #e5e5e5;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 400;
    color: #231f20;
}
.accAddressBookContent__buttons form > button {
    color: #f00505;
}
.accAddressBookContent__buttons .btn-outline-gray {
    color: #231f20;
}
.accAddressBookContent__buttons .btn-outline-gray:hover {
    color: #fff;
}
.tableContainer {
    border: none;
}
.tableContainer .card-body {
    padding: 0 !important;
}
.tableContainer .card-body thead {
    text-align: center;
}
.tableContainer .card-body thead th {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
}
.tableContainer .card-body thead th svg {
    display: none;
}
.tableContainer .card-table .item {
    border-bottom: var(--bs-border-width) var(--bs-border-style)
        var(--bs-border-color) !important;
}
.tableContainer .card-table .item td {
    padding: 23px 0 !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style)
        var(--bs-border-color) !important;
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
    text-align: center;
}
@media (max-width: 992px) {
    .tableContainer .card-table .item td {
        padding: 23px 10px !important;
    }
}
.tableContainer .card-table .item .badge {
    justify-self: center;
    height: 30px;
    width: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
}
.tableContainer .card-table .item .btn {
    border: 0.5px solid #e5e5e5;
    background-color: #f2f2f2;
    height: 30px;
    min-width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #231f20;
}
.tableContainer .card-table .item .btn svg {
    padding-right: 6px;
}
.tableContainer .card-table .item .btn:hover {
    border: 0.5px solid #000;
    background-color: #000;
    color: #fff;
}
/* CONTACT US PAGE */
.contactUs {
    padding: 0;
}
.contactUs .container {
    padding: 0;
    max-width: 1150px;
}
.contactUsMap {
    padding: 0;
    max-width: 500px;
    padding-top: 30px;
}
.contactUsMap iframe {
    max-width: 500px;
}
.contactUsForm {
    max-width: 545px;
    padding: 0;
}
.contactUsTitle {
    padding-bottom: 40px;
}
.contactUsTitle h1 {
    font-size: 45px;
    font-weight: 700;
    color: #231f20;
}
.contactUsTitle span {
    color: var(--primary-color);
}
.contactUsForm .form-label {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1%;
    color: #828282;
}
.contactUsForm .form-label::after {
    display: none;
}
.contactUsForm .form-control {
    height: 50px;
    padding: 13px 13px 13px 13px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 20px;
}
.contactUsForm .form-control::placeholder {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}
#sylius_contact_message {
    min-height: 77px;
}
.contactUsForm .btn-primary {
    font-size: 16px;
    font-weight: 700;
    height: 50px;
}
.contactUsInfo {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 108px;
}
.contactUsInfo__card {
    display: flex;
    align-items: center;
}
.contactUsInfo__card svg {
    width: 28px;
    height: 28px;
    margin-right: 15px;
}
.contactUsInfo__card h5 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #231f20;
    margin: 0;
}
.contactUsInfo__card h6 {
    font-size: 13px;
    font-weight: 300;
    color: var(--primary-color);
    margin: 0;
}
.mobileRow {
    display: none;
}
@media (max-width: 992px) {
    .contactUs .row {
        padding: 0 31px;
        margin-top: 60px !important;
    }
    .contactUs .col-6 {
        width: 100%;
    }
    .contactUsMap {
        padding-top: 0;
    }
    .contactUsMap iframe {
        max-width: 100%;
    }
    .contactUsInfo {
        flex-wrap: wrap;
    }
    .contactUsInfo__card {
        width: 100%;
    }
    .desktopRow {
        display: none;
    }
    .mobileRow {
        display: flex;
        margin: 60px 0;
    }
    .mobileRow .contactUsInfo {
        margin: 0;
    }
}
/* PRIVACY PAGE */
.section-privacy h1 {
    padding: 50px 0 30px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: var(--primary-color);
}
.section-privacy h2,
.section-privacy p,
.section-privacy h3,
.section-privacy a {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    color: #131313;
}
.section-privacy h2,
.section-privacy h3,
.section-privacy .bolded,
.section-privacy a {
    font-weight: 700;
}
.section-privacy h2,
.section-privacy p,
.section-privacy h3 {
    padding-bottom: 20px;
}
.section-privacy .devider {
    border-top: 1px solid #131313;
}
.section-privacy .devider.d1 {
    margin: 20px 0 0 0;
}
.section-privacy .devider.d2 {
    margin: 20px 0 50px 0;
}
/* ALL CATEGORIES */
.section-allCategories h1 {
    padding: 61px 0 74px;
    color: #231f20;
    font-size: 50px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-align: center;
}
#card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem 2rem;
}
@media (max-width: 992px) {
    #card-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.section-allCategories .card {
    border: none;
}

#pagination {
    margin: 70px 0;
    text-align: center;
}

#pagination button {
    margin: 0 4px;
    padding: 6px 12px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

#pagination button:hover:not(:disabled) {
    color: var(--primary-color);
    background-color: #f8f9fa;
}

#pagination button.active {
    background-color: var(--primary-color);
    color: #fff;
}
#pagination button.active:hover {
    background-color: var(--primary-color);
    color: #fff;
}
#pagination button:disabled {
    background-color: #fff;
    cursor: not-allowed;
}
.section-about-us .row {
    justify-content: center;
}
.section-about-us .about-us__text {
    max-width: 800px;
    min-height: 576px;
}
.navigation {
    display: none;
}
@media (max-width: 992px) {
    .navigation {
        display: flex;
        gap: 8px;
        justify-content: center;
        margin-top: 10px;
    }
    .navigation .leftArrow,
    .navigation .rightArrow {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #ededed;
        transition: 0.3s ease;
    }
    .navigation .leftArrow svg,
    .navigation .rightArrow svg {
        width: 24px;
        height: 24px;
        transition: 0.1s ease;
    }
    .navigation .leftArrow:hover,
    .navigation .rightArrow:hover {
        cursor: pointer;
        background-color: #f37422;
        color: #fff;
    }

    .whyUs-arrow,
    .howWeWork-arrow,
    .popularProducts-arrow {
        margin-bottom: 50px;
    }
}
.printLabel {
    font-weight: 500;
    color: #b9bbbf;
    margin-bottom: 13px;
}
.printLabelNote label {
    display: none;
}

.printLabelNote textarea {
    height: 76px;
    background-color: #fff;
    border: 1px solid #b9bbbf;
    border-radius: 20px;
}
.productVariants .form-label {
    font-weight: 500;
    color: #b9bbbf;
    margin-bottom: 13px;
}
/* Dropdown */
.nav-item.dropdown.mega-dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu.mega-menu {
    left: 50%;
    margin-top: 0;
    border-top: 2px solid #eee;
    display: none;
    background-color: white;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    z-index: 1100;
    position: fixed;
}
.dropdown-header {
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: var(--primary-color);
}
.dropdown-item:hover {
    background-color: transparent;
    color: var(--primary-color);
}
.navbar .dropdown-menu {
    max-width: 100vw;
    width: max-content;
    transform: translateX(-50%);
}
@media (max-width: 992px) {
    .navbar .dropdown-menu {
        max-width: 300px;
        transform: translateX(0%);
    }
    .dropdown-menu.mega-menu {
        left: 0;
        right: auto;
        top: 100%;
        position: absolute;
    }
    #needForDropdown {
        pointer-events: none;
    }
}
.backsideTextarea {
    display: none;
}
.backsideTextarea textarea {
    height: 76px;
    background-color: #fff;
    border: 1px solid #b9bbbf;
    border-radius: 20px;
}
.inputImage--btn {
    background-color: #b9bbbf;
    display: inline-block;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}
.inputImage--btn:hover {
    background-color: var(--bs-primary);
}
.conditions {
    display: flex;
    align-items: center;
    gap: 6px;
}
.conditions input {
    width: 16px;
    aspect-ratio: 1/1;
}
.conditions a {
    color: var(--primary-color);
}
#sale-btn .disabled {
    pointer-events: none;
    opacity: 0.6;
}