* {
    font-family: "Open Sans", sans-serif;
}

:root {
    --Gray-50: #F2F4F5;
    --Gray-100: #77878F;
    --Gray-200: #F0F0F0;
    --Gray-300: #E0E0E0;
    --Gray-400: #565656;
    --Gray-500: #EEEEEE;
    --Gray-600: #484848;
    --Gray-700: #E8E8E8;
    --Gray-800: #303639;
    --Gray-900: #191C1F;
    --Gray-00: #FFFFFF;
    --Warning-300: #F3DE6D;
    --Warning-400: #EFD33D;
    --Warning-500: #EBC80C;
    --Brand-Primary: #E51521;
    --Color-Text: #171720;
    --Functional-greys-Grey-20: #DADEE3;
    --Functional-greys-grey-30: #A5ABB3;
    --Functional-greys-Grey-70: #394452;
    --Functional-greys-grey-80: #09101D;
    --Functional-greys-Grey-50: #6D7580;
    --Black: #000000;
    --Black-01: #F9F9F9;
    --Black-02: #E5E5E5;
    --Black-03: #C2C2C2;
    --Black-04: #A3A3A3;
    --Black-50: #001021;
    --Secondary-500: #2DA5F3;
    --Secondary-700: #007289;
    --Stroke-1: #E4E7E9;
    --Stroke-2: #F7F7F7;
    --Red-00: #FFEBEC;
    --Danger-400: #D30000;
    --Danger-500: #EE5858;
    --Neutral-Neutral-3: #FBFBFB;
    --Neutral-Neutral-4: #343539;
    --Neutral-Neutral-5: #858C94;
    --Black-100: #100F0D;
    --Status-link-color-01: #F4F7FF;
    --Status-link-color: #2062F6;
    --Status-Info-BG: #EEF2FA;
    --Facebook-Color: #4267B2;
    --Twitter-Color: #1DA1F2;
    --Youtube-Color: #F00F00;
    --Marque: #B8B8B8;
    --Marque-600: #5F6C72;
    --Marque-700: #475156;
    --Success-500: #2DB224;
    --Status-Success: #287D3C;
    --Gradient-blue: linear-gradient(222deg, #4A9BFE 2.55%, #146FFD 97.45%);
}

.black-friday-container {
    background-color: var(--Gray-900);
    padding: 0.875rem 0.875rem 0.9375rem 0.875rem;
    border-radius: 0;
}

.black-friday-black {
    display: inline-flex;
    transform: rotate(-2.255deg);
    background: var(--Warning-300);
    padding: 0.28825rem 0.48044rem;
    align-items: center;
    color: var(--Gray-900);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.34525rem;
    /* 134.528% */
}

.black-friday-friday {
    color: var(--Gray-00);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.53744rem;
    /* 136.663% */
}

.block-2 span:first-child {
    color: var(--Gray-00);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.00369rem;
    /* 133.829% */
}

.block-2 span.black-friday-percentage {
    color: var(--Warning-500);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.40894rem;
    /* 120.446% */
}

.block-2 span:last-child {
    color: var(--Gray-00);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.40519rem;
    /* 140.52% */
}

.black-friday-link {
    padding: 0rem 1.25rem;
    border-radius: 0.10425rem;
    background: var(--Warning-500);
    width: fit-content;
    height: fit-content;
}

.black-friday-link:hover,
.black-friday-link:active,
.black-friday-link:focus {
    background: var(--Warning-500);
    color: var(--Gray-900);
}

.black-friday-link span {
    color: var(--Gray-900);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.50206rem;
    /* 333.61% */
    letter-spacing: 0.009rem;
    text-transform: uppercase;
}

.black-friday-link span {
    color: var(--Gray-900);
    font-size: 1.0425rem;
}

.black-friday-container .btn--close {
    border-radius: 0.125rem;
    background: var(--Gray-800);
    padding: 0.5rem;
    width: fit-content;
    height: fit-content;
}

.header {
    background: var(--Gray-00);
    padding: 1rem 3rem 1.5rem 3rem;
}

.shipping-address span {
    color: var(--Brand-Primary);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 1.225rem */
}

.become-seller {
    text-decoration: none;
    border-radius: 4.375rem;
    background: var(--Gray-700);
    padding: 0.125rem 0.75rem;
    color: var(--Color-Text);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 1.225rem */
}

.become-seller:hover,
.become-seller:active,
.become-seller:visited,
.become-seller:focus {
    background: var(--Brand-Primary);
    color: var(--Gray-00);
}

.topbar-link span {
    text-decoration: none;
    color: var(--Gray-600);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 1.225rem */
}

.topbar-link:hover span,
.topbar-link:active span,
.topbar-link:visited span,
.topbar-link:focus span {
    text-decoration: none;
    color: var(--Brand-Primary);
    font-weight: 600;
}

.topbar-link:hover svg path,
.topbar-link:active svg path,
.topbar-link:visited svg path,
.topbar-link:focus svg path {
    fill: var(--Brand-Primary);
}

.lang-select {
    border-radius: 3rem;
    border: 1px solid var(--Functional-greys-grey-30);
    background: var(--Gray-00);
    width: fit-content;
    padding: .25rem 0.5rem;
}

.lang-select:after {
    display: none;
    content: "";
}

.lang-select option {
    color: var(--Functional-greys-grey-80);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.68613rem;
    /* 91.482% */
}

.btn-catalogue,
.btn-catalogue:hover,
.btn-catalogue:active,
.btn-catalogue:visited {
    border-radius: 0.25rem;
    background: var(--Brand-Primary);
    padding: 0.75rem 1rem;
}

.btn-catalogue span {
    color: var(--Gray-00);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.search-bar-group {
    border-radius: 0.25rem;
    border: 1px solid var(--Brand-Primary);
    background: transparent;
}

.search-bar-group .input-group-text.input-group-left {
    padding: .3rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background: var(--Gray-00);
    border: none;
    width: 25%;
}

.search-bar-group .input-group-text.input-group-left #category {
    border-radius: 0.25rem;
    background: var(--Gray-500);
    padding: 0.3125rem 0.5rem;
    border: none;
}

.search-bar-group .input-group-text.input-group-left #category option {
    color: var(--Gray-400);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 1.4rem */
}

.search-bar-group .form-control {
    border: none;
    color: var(--Functional-greys-grey-80);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 1.4rem */
}

.search-bar-group .form-control:focus {
    box-shadow: none;
}

::placeholder {
    color: var(--Functional-greys-Grey-50);
}

.search-bar-group .input-group-text.input-group-right {
    padding: .3rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background: var(--Brand-Primary);
    border: none;
}

.h-fit {
    height: fit-content !important;
}

.simple-link span {
    color: var(--Functional-greys-Grey-80);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.simple-link:hover span:not(.cart-badge),
.simple-link:focus span:not(.cart-badge),
.simple-link:active span:not(.cart-badge),
.simple-link.active span:not(.cart-badge) {
    color: var(--Brand-Primary);
}

.simple-link:hover svg path,
.simple-link:focus svg path,
.simple-link:active svg path,
.simple-link.active svg path {
    fill: var(--Brand-Primary);
    stroke: var(--Brand-Primary);
}

.badge.cart-badge {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: var(--Gray-00);
    text-align: center;
    font-family: "Public Sans";
    font-size: 0.7875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 1.02375rem */
    background-color: var(--Brand-Primary);
    top: -10px;
    right: -2px;
}

.flex-grow-2 {
    flex-grow: 2;
}

.navbar-toggler.custom-navbar-toggler:focus {
    box-shadow: none;
}


.shipping-address-2 span {
    color: var(--Functional-greys-grey-80);
    font-size: 0.75rem;
    font-style: normal;
    line-height: 130%;
    /* 0.975rem */
}

.shipping-address-2 span:nth-child(2) {
    font-weight: 400;
}

.shipping-address-2 span:nth-child(3) {
    font-weight: 600;
}

.main {
    padding: 3rem;
    background: var(--Gray-200);
}


.reduction-card {
    padding: 1.5rem;
    border: none;
    border-radius: 0.25rem;
    background: var(--Gray-00);
}

.day-offer {
    border-radius: 0.25rem;
    border: 1px solid var(--Brand-Primary);
    background: var(--Gray-00);
    padding: 1.2rem;
}

.day-offer h3 {
    color: var(--Black);
    font-size: .9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.4rem */
}

.day-offer .day-offer-badge {
    border-radius: 0.25rem;
    background: var(--Brand-Primary);
    padding: 0.25rem 0.5rem;
    color: var(--Gray-00);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 1.4rem */
    text-align: center;
}

.day-offer img {
    width: 115px;
    height: 90px;
    object-fit: cover;
    margin: .8rem 0;
}

.day-offer h4 {
    color: var(--Black);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.225rem */
    margin-bottom: .25rem;
}

.day-offer .offer-price {
    color: var(--Black);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 1.625rem */
    text-align: center;
    margin-bottom: .125rem;
}

.day-offer .real-price {
    color: var(--Functional-greys-Grey-50);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 1.1rem */
    text-decoration-line: line-through;
    text-align: center;
    margin-bottom: .5rem;
}

.day-offer .buy-now {
    border-radius: 0.25rem;
    border: 1px solid var(--Brand-Primary);
    padding: 0.5rem 0.75rem;
    text-decoration: none;
}

.day-offer .buy-now:hover,
.day-offer .buy-now:visited,
.day-offer .buy-now:focus,
.day-offer .buy-now:active,
.day-offer .buy-now.active {
    background-color: var(--Brand-Primary);
}

.day-offer .buy-now span {
    color: var(--Brand-Primary);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 1.225rem */
}

.day-offer .buy-now:hover span,
.day-offer .buy-now:visited span,
.day-offer .buy-now:focus span,
.day-offer .buy-now:active span,
.day-offer .buy-now.active span {
    color: var(--Gray-00);
}

.day-offer .buy-now:hover svg path,
.day-offer .buy-now:visited svg path,
.day-offer .buy-now:focus svg path,
.day-offer .buy-now:active svg path,
.day-offer .buy-now.active svg path {
    fill: var(--Gray-00);
}

.flash-sale-card {
    border-radius: 0.25rem;
    border: 1px solid var(--Brand-Primary);
    background: var(--Gray-00);
    padding: 1rem;
}

.flash-sale-card .flash-sale-card-header h3 {
    color: var(--Functional-greys-grey-80);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.flash-sale-card .flash-sale-card-header .flash-sale-timer {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    background: #FFED00;
    color: var(--Functional-greys-grey-80);
    text-align: center;
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.flash-sale-card .flash-sale-card-header .see-more span {
    color: var(--Secondary-500);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    /* 142.857% */
}

.product {
    padding: .9375rem;
    border-radius: 0.25rem;
    border: 1px solid var(--Stroke-1);
}

.product img {
    width: 100%;
    height: 105px;
    object-fit: cover;
}

.product h4 {
    color: var(--Black);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.225rem */
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.product .offer-price {
    color: var(--Black);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 1.1375rem */
    margin-bottom: .25rem;
}

.product .real-price {
    color: var(--Functional-greys-Grey-50);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.225rem */
    text-decoration-line: line-through;
    margin-bottom: .3rem;
}

.product .product-footer .reduction-badge {
    border-radius: 1.25rem;
    background: var(--Red-00);
    padding: 0.2rem .6rem;
    color: var(--Brand-Primary);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 0.975rem */
}

.product .product-footer .btn-cart {
    border-radius: 4rem;
    border: 1px solid var(--Gray-900);
    padding: 0.25rem 0.4rem;
}

.product .product-footer .btn-cart:hover {
    background: var(--Gray-900);
}

.product .product-footer .btn-cart span {
    color: var(--Functional-greys-grey-80);
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 0.8125rem */
}

.product .product-footer .btn-cart:hover span {
    color: var(--Gray-00);
}

.product .product-footer .btn-cart:hover svg path {
    fill: var(--Gray-00);
}

.occasion-offer {
    border-radius: 0.25rem;
    background: var(--Brand-Primary);
    padding: 1rem;
}

.occasion-offer h3 {
    color: var(--Gray-00);
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 1.575rem */
}

.occasion-offer .occasion-badge {
    border-radius: 0.25rem;
    background: var(--Gray-00);
    padding: 0.25rem 0.625rem;
    color: var(--Brand-Primary);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 1.75rem */
}

.occasion-offer .occasion-img {
    width: 170px;
    height: 200px;
}

.occasion-offer .occasion-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.occasion-offer .occasion-img .occasion-reduction-badge {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--Gray-00);
    color: var(--Brand-Primary);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    /* 1.575rem */
    padding: .5rem;
    top: 0;
    right: 0;
}

.occasion-offer .see-occasion {
    border-radius: 0.25rem;
    border: 1px solid var(--Gray-00);
    padding: 0.5rem 1rem;
}

.occasion-offer .see-occasion:hover,
.occasion-offer .see-occasion:visited,
.occasion-offer .see-occasion:focus,
.occasion-offer .see-occasion:active,
.occasion-offer .see-occasion.active {
    background-color: var(--Brand-Primary);
}

.occasion-offer .see-occasion span {
    color: var(--Gray-00);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 1.225rem */
}

.occasion-offer .see-occasion:hover span,
.occasion-offer .see-occasion:visited span,
.occasion-offer .see-occasion:focus span,
.occasion-offer .see-occasion:active span,
.occasion-offer .see-occasion.active span {
    color: var(--Gray-00);
}

.occasion-offer .see-occasion:hover svg path,
.occasion-offer .see-occasion:visited svg path,
.occasion-offer .see-occasion:focus svg path,
.occasion-offer .see-occasion:active svg path,
.occasion-offer .see-occasion.active svg path {
    fill: var(--Gray-00);
}

.custom-card-title {
    color: var(--Functional-greys-grey-80);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.some-categories {
    margin-top: 2.5rem;
}

.custom-product-card {
    background: var(--Gray-00);
    padding: .875rem;
}

.custom-product-card .custom-product-card-header h3 {
    color: var(--Functional-greys-grey-80);
    font-size: .9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom-product-card .custom-product-card-header a {
    color: var(--Secondary-500);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.custom-product-card .simple-product img {
    width: 100%;
    height: 105px;
    object-fit: cover;
}

.custom-product-card .simple-product h4 {
    color: var(--Black);
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: .25rem;
    margin-bottom: 0;
}

.custom-product-card .custom-product-card-footer-link {
    color: var(--Secondary-700);
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.custom-product-card .custom-product-card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.object-fit-fill {
    object-fit: fill !important;
}

.special-offer-card {
    padding: 1.2rem;
    background-color: var(--Gray-00);
    margin-top: 2.5rem;
    border-radius: 0;
    border: none;
}

.special-offer-card .special-offer-card-header .title {
    color: var(--Functional-greys-Grey-80);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 1.625rem */
}

.special-offer-card .special-offer-card-header a span {
    color: var(--Secondary-500);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    /* 142.857% */
}

.product.special-product-badge .special-product-badge {
    border-radius: 0.125rem;
    background: var(--Danger-500);
    padding: 0.25rem 0.5rem;
    color: var(--Gray-00);
    font-family: "Public Sans";
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1rem;
    /* 133.333% */
    top: .9375rem;
    left: .9375rem;
}

.product.special-product-badge .special-product-image {
    width: 100%;
    height: 170px;
    object-fit: contain;
}

.product.special-product-badge .ratings .rating-count {
    color: var(--Gray-100);
    font-family: "Public Sans";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    /* 133.333% */
}

.product.special-product-badge .special-product-price {
    color: var(--Functional-greys-Grey-80);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 1.1375rem */
}

.product.special-product-badge .btn-cart .special-product-cart-badge {
    background-color: var(--Brand-Primary);
    border: 1.5px solid var(--Gray-00);
    color: var(--Gray-00);
    text-align: center;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 1.08331rem */
    width: 24px;
    height: 24px;
    border-radius: 12px;
    top: -13px;
    right: -10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.category {
    width: fit-content;
}

.category:not(:last-child) {
    margin-right: 3.5rem;
}

.owl-carousel .category>img {
    width: 115px;
    height: 115px;
    border-radius: 100%;
}

.category h4 {
    color: var(--Black);
    text-align: center;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 1.3rem */
    margin-bottom: 0;
    margin-top: 1rem;
}

.custom-carousel-indicator {
    border-radius: 0.25rem 0rem 0rem 0.25rem;
    background: var(--Gray-00);
    padding: 1rem .25rem;
    cursor: pointer;
    z-index: 1000;
}

.custom-carousel-indicator.previous {
    box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.25);
    top: calc(2.7rem + 57.5px);
    left: 0;
    z-index: 1000;
}

.custom-carousel-indicator.next {
    top: calc(2.7rem + 57.5px);
    right: 0;
    box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.mark {
    width: 137px;
    height: 137px;
    border-radius: 50%;
    border: 1px solid var(--Marque);
    background: var(--Gray-00);
    padding: .5rem;
}

.mark:not(:last-child) {
    margin-right: 1.5rem;
}

.owl-carousel .mark>img {
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
}

.custom-carousel-indicator.previous-mark {
    box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.25);
    top: calc(2.7rem + 68.5px);
    left: 0;
    z-index: 1000;
}

.custom-carousel-indicator.next-mark {
    top: calc(2.7rem + 68.5px);
    right: 0;
    box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.generic-mt {
    margin-top: 2.5rem;
}

.generic-mb {
    margin-bottom: 2.5rem;
}

.shop-item {
    margin-right: 1.3rem;
}

.shop-item .image-container {
    width: 8.625rem;
    height: 8.75rem;
    border-radius: 0.25rem;
    background: var(--Stroke-2);
    padding: 1.125rem;
}

.shop-item .image-container img {
    width: -moz-available;
    width: -webkit-fill-available;
}

.shop-item .image-container .popular-shop-icon {
    top: .5rem;
    right: .5rem;
}

.shop-item h4 {
    color: var(--Black);
    text-align: center;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 1.4rem */
    margin-bottom: 0;
    margin-top: 1rem;
}

.shop-item-more .image-container {
    width: 8.625rem;
    height: 7.375rem;
    border-radius: 0.25rem;
    background: var(--Stroke-2);
    padding: 1.125rem;
}

.shop-item-more .image-container .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .6rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--Neutral-Neutral-4);
}

.shop-item-more a {
    color: var(--Black);
    text-align: center;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 1.4rem */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 1rem;
}


.shop-item-more p {
    color: var(--Black);
    text-align: center;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.4rem */
    margin-bottom: 0;
    margin-top: .25rem;
}

.promo-img-container {
    border-radius: 6px;
    background: lightgray 50% / cover no-repeat;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 190px;
}

.promo-img-container img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

footer {
    background: var(--Gray-200);
    padding: 0 3rem;
}

.before-footer-card {
    border: none;
    border-radius: 0.25rem;
    background: var(--Gray-00);
    padding: 2rem 6.5rem 0 6.5rem;
    margin-bottom: 2.5rem;
}

.newsletter-form label {
    color: var(--Black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 1.4625rem */
}

.search-bar-group.newsletter-input-group {
    border: none;
    border-radius: 0;
}

.search-bar-group.newsletter-input-group .form-control {
    border-radius: 0.5rem 0rem 0rem 0.5rem;
    border: 1px solid var(--Neutral-Neutral-5);
    background: var(--Gray-00);
    color: var(--Black);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.225rem */
    padding: .5rem .875rem;
    border-right: none;
}

.search-bar-group.newsletter-input-group .form-control::placeholder {
    opacity: .5;
}

.search-bar-group.newsletter-input-group .input-group-text.input-group-right {
    border-radius: 0rem 0.5rem 0.5rem 0rem;
    background: var(--Brand-Primary);
    padding: 0.8rem;
    color: var(--Gray-00);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 1.225rem */
}

.footer-iphone-img {
    width: 90%;
}

.app-links-container h4 {
    color: var(--Black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 1.4625rem */
}

.app-links-container a {
    border-radius: 0.46025rem;
    background: var(--Black-100);
    width: 150px;
    height: 44px;
    padding: .25rem;
}

.app-links-container a img {
    width: 100%;
    height: 100%;
}

.footer-card {
    background: var(--Gray-00);
    margin: 0 -3rem;
    padding: 1.5rem 0;
    border: none;
    border-radius: 0;
}

.bordered {
    border-left: 1px solid var(--Functional-greys-Grey-20);
    border-right: 1px solid var(--Functional-greys-Grey-20);
}

.service-quality>div:not(.icon-container) {
    padding-left: .75rem;
}

.service-quality .icon-container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--Red-00);
    padding: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.service-quality h3 {
    color: var(--Black);
    font-size: .9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: .125rem;
}

.service-quality p {
    color: var(--Functional-greys-Grey-50);
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 0.9rem */
    margin-bottom: 0;
}

.footer-title {
    color: var(--Black);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem;
}

.footer-link {
    color: var(--Functional-greys-Grey-70);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.225rem */
    text-decoration: none;
    display: block;
}

.footer-link:not(:last-child) {
    margin-bottom: .5rem;
}

.footer-link:hover,
.footer-link:focus,
.footer-link:active,
.footer-link:visited,
.footer-link.active {
    color: var(--Brand-Primary);
}

.call-us {
    border-radius: 2rem;
    border: 2px solid var(--Status-link-color);
    padding: .3rem 1.125rem;
    text-decoration: none;
    margin-bottom: 1.75rem;
}

.call-us:hover,
.call-us:hover,
.call-us:active,
.call-us.active {
    background: var(--Status-link-color);
}


.call-us span {
    color: var(--Status-link-color);
    font-size: .9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.call-us:hover span,
.call-us:hover span,
.call-us:active span,
.call-us.active span {
    color: var(--Gray-00);
}

.call-us:hover svg path,
.call-us:hover svg path,
.call-us:active svg path,
.call-us.active svg path {
    fill: var(--Gray-00);
}

.footer-subtitle {
    color: var(--Functional-greys-grey-80);
    font-size: .9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: .5rem;
}

.mail-us {
    text-decoration: none;
    margin-bottom: 1rem;
}

.mail-us span {
    color: var(--Gray-400);
    font-size: .9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.4rem */
}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
}

.social-link:not(:last-child) {
    margin-right: 1rem;
}

.social-link.facebook {
    background: var(--Facebook-Color);
}

.social-link.twitter {
    background: var(--Twitter-Color);
}

.social-link.youtube {
    background: var(--Youtube-Color);
}

.bordered-row {
    border-top: 1px solid var(--Functional-greys-Grey-20);
    border-bottom: 1px solid var(--Functional-greys-Grey-20);
}

.sub-footer-padding {
    padding-left: 3rem;
    padding-right: 3rem;
}

.footer-logo-link {
    margin-left: .75rem;
}

.footer-logo {
    width: 110px;
    height: 32px;
}

.policy-link {
    color: var(--Status-link-color);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.225rem */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.link-separator {
    display: inline-block;
    height: 20px;
    width: 1px;
    margin: 0 1rem;
    background: var(--Functional-greys-Grey-70);
}

.policy-container p {
    color: var(--Black);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.225rem */
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .main {
        padding: 0;
        padding-bottom: 1.5rem;
    }

    .header {
        padding: 1rem;
    }

    .logo {
        width: 5rem;
        height: 1.42594rem;
    }

    .reduction-card {
        padding: 1.125rem;
        border-radius: 0;
    }

    .day-offer {
        padding: 1rem;
    }

    .day-offer h3 {
        font-size: .875rem;
    }

    .day-offer h4 {
        font-size: 0.75rem;
    }

    .day-offer .offer-price {
        font-size: 1rem;
    }

    .day-offer .real-price {
        font-size: .875rem;
    }

    .day-offer .buy-now span {
        font-size: 0.75rem;
    }

    .day-offer .buy-now svg {
        height: 10px;
    }

    .flash-sale-card {
        padding: 0;
        border-radius: 0;
        border: none;
    }

    .flash-sale-card .flash-sale-card-header h3 {
        font-size: .9375rem;
    }

    .flash-sale-card .flash-sale-card-header .flash-sale-timer {
        padding: 0.25rem 0.4rem;
        font-size: .77rem;
    }

    .flash-sale-card .flash-sale-card-header .see-more span {
        font-size: 0.75rem;
    }

    .product {
        padding: .875rem;
    }

    .product h4 {
        font-size: 0.75rem;
    }

    .product .offer-price {
        font-size: 0.8rem;
    }

    .product .real-price {
        font-size: 0.8rem;
    }

    .product .product-footer .reduction-badge {
        border-radius: 1rem;
        padding: 0.25rem .75rem;
        font-size: 0.8rem;
    }

    .occasion-offer h3 {
        font-size: 1rem;
    }

    .occasion-offer .occasion-badge {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        /* 1.75rem */
    }

    .occasion-offer .occasion-img .occasion-reduction-badge {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        font-size: 1rem;
    }

    .occasion-offer .see-occasion span {
        font-size: 0.75rem;
    }

    .occasion-offer .see-occasion svg {
        height: 10px;
    }

    .some-categories {
        margin-top: 1.5rem;
    }

    .custom-product-card .custom-product-card-img {
        height: 275px;
    }

    .special-offer-card {
        padding: .975rem;
        margin-top: 1.5rem;
        border-radius: 0;
        border: none;
    }

    .product.special-product-badge .special-product-image {
        width: 100%;
        height: 100px;
        object-fit: contain;
    }

    .product.special-product-badge .special-product-price {
        font-size: 0.625rem;
    }

    .category:not(:last-child) {
        margin-right: 1.5rem;
    }

    .owl-carousel .category>img {
        width: 64px;
        height: 64px;
        border-radius: 100%;
    }

    .category h4 {
        font-size: .675rem;
    }

    .mark {
        width: 96px;
        height: 96px;
    }

    .mark:not(:last-child) {
        margin-right: 1rem;
    }

    .owl-carousel .mark>img {
        width: calc(100% - 1.5rem);
        height: calc(100% - 1.5rem);
    }

    footer {
        padding: 0;
        padding-top: 1.5rem;
    }

    .before-footer-card {
        padding: 1rem 1rem 0 1rem;
        border-radius: 0;
        margin-bottom: 1.5rem;
    }

    .footer-iphone-img {
        width: 80%;
    }

    .newsletter-form label {
        font-size: .875rem;
    }

    .app-links-container h4 {
        font-size: .875rem;
    }

    .shop-item:nth-child(4) {
        display: none !important;
    }

    .shop-item:nth-child(5) {
        display: none !important;
    }

    .shop-item:nth-child(6) {
        display: none !important;
    }

    .generic-mt {
        margin-top: 1.5rem;
    }

    .generic-mb {
        margin-bottom: 1.5rem;
    }

    .shop-item .image-container {
        width: 4rem;
        height: 4.375rem;
    }

    .shop-item .image-container .popular-shop-icon {
        top: .4rem;
        right: .4rem;
        width: 13px;
        height: 12px;
    }

    .shop-item h4 {
        font-size: .875rem;
    }

    .shop-item-more .image-container {
        width: 4rem;
        height: 3.75rem;
    }

    .shop-item-more .image-container .icon-container {
        width: 1.5rem;
        height: 1.5rem;
    }

    .shop-item-more a {
        font-size: .875rem;
    }

    .shop-item-more p {
        font-size: .875rem;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .main {
        padding: 0;
        padding-bottom: 1.5rem;
    }

    .reduction-card {
        padding: 1.125rem;
        border-radius: 0;
    }

    .day-offer {
        padding: 1rem;
    }

    .day-offer h3 {
        font-size: .875rem;
    }

    .day-offer h4 {
        font-size: 0.75rem;
    }

    .day-offer .offer-price {
        font-size: 1rem;
    }

    .day-offer .real-price {
        font-size: .875rem;
    }

    .day-offer .buy-now span {
        font-size: 0.75rem;
    }

    .day-offer .buy-now svg {
        height: 10px;
    }

    .flash-sale-card {
        padding: 0;
        border-radius: 0;
        border: none;
    }

    .flash-sale-card .flash-sale-card-header h3 {
        font-size: .9375rem;
    }

    .flash-sale-card .flash-sale-card-header .flash-sale-timer {
        padding: 0.25rem 0.4rem;
        font-size: .77rem;
    }

    .flash-sale-card .flash-sale-card-header .see-more span {
        font-size: 0.75rem;
    }

    .product {
        padding: .875rem;
    }

    .product h4 {
        font-size: 0.75rem;
    }

    .product .offer-price {
        font-size: 0.8rem;
    }

    .product .real-price {
        font-size: 0.8rem;
    }

    .product .product-footer .reduction-badge {
        border-radius: 1rem;
        padding: 0.25rem .75rem;
        font-size: 0.8rem;
    }

    .occasion-offer h3 {
        font-size: 1rem;
    }

    .occasion-offer .occasion-badge {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        /* 1.75rem */
    }

    .occasion-offer .occasion-img .occasion-reduction-badge {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        font-size: 1rem;
    }

    .occasion-offer .see-occasion span {
        font-size: 0.75rem;
    }

    .occasion-offer .see-occasion svg {
        height: 10px;
    }

    .some-categories {
        margin-top: 1.5rem;
    }

    .custom-product-card .custom-product-card-img {
        height: 275px;
    }

    .special-offer-card {
        padding: .975rem;
        margin-top: 1.5rem;
        border-radius: 0;
        border: none;
    }

    .category:not(:last-child) {
        margin-right: 2.5rem;
    }

    .custom-carousel-indicator.previous {
        top: calc(1.2rem + 57.5px);
    }

    .custom-carousel-indicator.next {
        top: calc(1.2rem + 57.5px);
    }

    .mark {
        width: 96px;
        height: 96px;
    }

    .mark:not(:last-child) {
        margin-right: 1rem;
    }

    .owl-carousel .mark>img {
        width: calc(100% - 1.5rem);
        height: calc(100% - 1.5rem);
    }

    .custom-carousel-indicator.previous-mark {
        top: calc(1.2rem + 48px);
    }

    .custom-carousel-indicator.next-mark {
        top: calc(1.2rem + 48px);
    }


    footer {
        padding: 0;
        margin-top: 1.5rem;
    }

    .before-footer-card {
        padding: 1rem 1rem 0 1rem;
        border-radius: 0;
        margin-bottom: 1.5rem;
    }

    .footer-iphone-img {
        width: 80%;
    }


    .newsletter-form label {
        font-size: .875rem;
    }

    .app-links-container h4 {
        font-size: .875rem;
    }

    .shop-item:nth-child(6) {
        display: none !important;
    }

    .generic-mt {
        margin-top: 1.5rem;
    }

    .generic-mb {
        margin-bottom: 1.5rem;
    }

    .shop-item .image-container {
        width: 4rem;
        height: 4.375rem;
    }

    .shop-item .image-container .popular-shop-icon {
        top: .4rem;
        right: .4rem;
        width: 13px;
        height: 12px;
    }

    .shop-item h4 {
        font-size: .875rem;
    }

    .shop-item-more .image-container {
        width: 4rem;
        height: 3.75rem;
    }

    .shop-item-more .image-container .icon-container {
        width: 1.5rem;
        height: 1.5rem;
    }

    .shop-item-more a {
        font-size: .875rem;
    }

    .shop-item-more p {
        font-size: .875rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .reduction-card {
        padding: 1.125rem;
    }

    .day-offer {
        padding: 1rem;
    }

    .day-offer h3 {
        font-size: .875rem;
    }

    .day-offer h4 {
        font-size: 0.75rem;
    }

    .day-offer .offer-price {
        font-size: 1rem;
    }

    .day-offer .real-price {
        font-size: .875rem;
    }

    .day-offer .buy-now span {
        font-size: 0.75rem;
    }

    .day-offer .buy-now svg {
        height: 10px;
    }

    .flash-sale-card .flash-sale-card-header h3 {
        font-size: .9375rem;
    }

    .flash-sale-card .flash-sale-card-header .flash-sale-timer {
        padding: 0.25rem 0.4rem;
        font-size: .77rem;
    }

    .flash-sale-card .flash-sale-card-header .see-more span {
        font-size: 0.75rem;
    }

    .product {
        padding: .875rem;
    }

    .product h4 {
        font-size: 0.75rem;
    }

    .product .offer-price {
        font-size: 0.8rem;
    }

    .product .real-price {
        font-size: 0.8rem;
    }

    .product .product-footer .reduction-badge {
        border-radius: 1rem;
        padding: 0.25rem .75rem;
        font-size: 0.8rem;
    }

    .occasion-offer h3 {
        font-size: 1rem;
    }

    .occasion-offer .occasion-badge {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        /* 1.75rem */
    }

    .occasion-offer .occasion-img .occasion-reduction-badge {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        font-size: 1rem;
    }

    .occasion-offer .see-occasion span {
        font-size: 0.75rem;
    }

    .occasion-offer .see-occasion svg {
        height: 10px;
    }

    .some-categories {
        margin-top: 1.5rem;
    }

    .before-footer-card {
        padding: 1.2rem 3rem 0 3rem;
    }

    .newsletter-form label {
        font-size: .875rem;
    }

    .app-links-container h4 {
        font-size: .875rem;
    }

    .generic-mt {
        margin-top: 1.5rem;
    }

    .generic-mb {
        margin-bottom: 1.5rem;
    }

    .shop-item:nth-child(4) {
        display: none !important;
    }

    .shop-item:nth-child(5) {
        display: none !important;
    }

    .shop-item:nth-child(6) {
        display: none !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .reduction-card {
        padding: 1.125rem;
    }

    .day-offer {
        padding: 1rem;
    }

    .day-offer h3 {
        font-size: .875rem;
    }

    .day-offer h4 {
        font-size: 0.75rem;
    }

    .day-offer .offer-price {
        font-size: 1rem;
    }

    .day-offer .real-price {
        font-size: .875rem;
    }

    .day-offer .buy-now span {
        font-size: 0.75rem;
    }

    .day-offer .buy-now svg {
        height: 10px;
    }

    .flash-sale-card .flash-sale-card-header h3 {
        font-size: .9375rem;
    }

    .flash-sale-card .flash-sale-card-header .flash-sale-timer {
        padding: 0.25rem 0.4rem;
        font-size: .77rem;
    }

    .flash-sale-card .flash-sale-card-header .see-more span {
        font-size: 0.75rem;
    }

    .product {
        padding: .875rem;
    }

    .product h4 {
        font-size: 0.75rem;
    }

    .product .offer-price {
        font-size: 0.8rem;
    }

    .product .real-price {
        font-size: 0.8rem;
    }

    .product .product-footer .reduction-badge {
        border-radius: 1rem;
        padding: 0.25rem .75rem;
        font-size: 0.8rem;
    }

    .occasion-offer h3 {
        font-size: 1rem;
    }

    .occasion-offer .occasion-badge {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        /* 1.75rem */
    }

    .occasion-offer .occasion-img .occasion-reduction-badge {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        font-size: 1rem;
    }

    .occasion-offer .see-occasion span {
        font-size: 0.75rem;
    }

    .occasion-offer .see-occasion svg {
        height: 10px;
    }

    .shop-item:nth-child(5) {
        display: none !important;
    }

    .shop-item:nth-child(6) {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .shop-item:nth-child(6) {
        display: none !important;
    }
}

/* Cart Dropdown Positioning Fix */
.cart-dropdown {
    position: relative;
}

.cart-dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    width: 350px;
    max-width: 90vw;
    z-index: 1050;
    background: var(--Gray-00);
    border: 1px solid var(--Stroke-1);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0;
    margin-top: 0.5rem;
    transform: translateX(0);
}

/* Ensure dropdown doesn't go off-screen on the right */
@media (max-width: 575px) {
    .cart-dropdown-menu {
        right: -10px !important;
        width: 300px;
        max-width: calc(100vw - 20px);
    }
}

/* Cart dropdown header */
.cart-dropdown-menu .cart-header {
    padding: 1rem 1rem 0.5rem 1rem;
    border-bottom: 1px solid var(--Stroke-1);
    background: var(--Gray-50);
    border-radius: 0.5rem 0.5rem 0 0;
}

.cart-dropdown-menu .cart-header h6 {
    color: var(--Functional-greys-grey-80);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0;
}

/* Cart items container */
.cart-dropdown-menu .cart-items {
    max-height: 300px;
    overflow-y: auto;
    padding: 0.5rem 0;
}

/* Individual cart item */
.cart-dropdown-menu .cart-item {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--Stroke-1);
}

.cart-dropdown-menu .cart-item:last-child {
    border-bottom: none;
}

.cart-dropdown-menu .cart-item-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 0.25rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.cart-dropdown-menu .cart-item-details {
    flex-grow: 1;
    min-width: 0;
}

.cart-dropdown-menu .cart-item-title {
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.cart-dropdown-menu .cart-item-title a {
    color: var(--Functional-greys-grey-80);
    text-decoration: none;
}

.cart-dropdown-menu .cart-item-title a:hover {
    color: var(--Brand-Primary);
}

.cart-dropdown-menu .cart-item-quantity {
    font-size: 0.75rem;
    color: var(--Gray-100);
    font-weight: 500;
}

.cart-dropdown-menu .cart-item-price {
    font-size: 0.75rem;
    color: var(--Brand-Primary);
    font-weight: 600;
}

.cart-dropdown-menu .btn-close {
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    font-size: 0.75rem;
    opacity: 0.5;
    flex-shrink: 0;
}

.cart-dropdown-menu .btn-close:hover {
    opacity: 1;
}

/* Cart footer */
.cart-dropdown-menu .cart-footer {
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--Stroke-1);
    background: var(--Gray-50);
    border-radius: 0 0 0.5rem 0.5rem;
}

.cart-dropdown-menu .cart-footer .btn {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

/* Empty cart state */
.cart-dropdown-menu .cart-empty {
    padding: 2rem 1rem;
    text-align: center;
}

.cart-dropdown-menu .cart-empty p {
    color: var(--Gray-100);
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.cart-dropdown-menu .cart-empty .btn {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
}

@media (max-width: 992px) {
    .search-bar-group .form-control {
        border: 1px solid var(--Gray-300);
        font-size: .875rem;
        line-height: normal;
        height: 3.125rem;
    }

    .search-bar-group .input-group-text.input-group-right {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        padding: 0.625rem;
    }

    .search-bar-group {
        border-radius: 0.5rem;
    }
}
