@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/hind-siliguri/hind_siliguri_regular.woff) format("woff")
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/hind-siliguri/hind_siliguri_medium.woff) format("woff")
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/hind-siliguri/hind_siliguri_semi_bold.woff) format("woff")
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/hind-siliguri/hind_siliguri_bold.woff) format("woff")
}

@font-face {
    font-family: Futura;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/futura/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410c66a.woff2") format("woff2"),
        url("../fonts/futura/futura_n4.6bce24beb4ba1ff4ddeb20f7cd6e2fa513a3d6ec3cbe.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/futura/futura_n7.153f8fffad8e901382179997bbb87aa7a5ff33b3f9a0.woff2") format("woff2"),
        url("../fonts/futura/futura_n7.711e9243b3eccc2745ecf4731eba61651a122376d255.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 400;
    font-style: oblique;
    font-display: swap;
    src: url("../fonts/futura/futura_o4.9747e2e6ed2f11b894984527c927b42234e488156caf.woff2") format("woff2"),
        url("../fonts/futura/futura_o4.d5edc6b1d9a050bbe0beb9093d73b883bf18c6c17cf6.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 700;
    font-style: oblique;
    font-display: swap;
    src: url("../fonts/futura/futura_o7.ece1472e1fefbb598873ba72dc2bfa2e050347c15905.woff2") format("woff2"),
        url("../fonts/futura/futura_o7.7028291332320745f0217c346c800da7522a22b288de.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/futura/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410c66a.woff2") format("woff2"),
        url("../fonts/futura/futura_n4.6bce24beb4ba1ff4ddeb20f7cd6e2fa513a3d6ec3cbe.woff") format("woff");
}

html {
    box-sizing: border-box;
    font-size: calc(1.0 * 62.5%);
    height: 100%;
}

*,
:after,
:before {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

:root {
    --bs-primary: #0e1412;
    --bs-secondary: #0b0e0c;
    --bs-light: #f6f7f9;
    --bs-dark: #2d3941;
    --bs-text: #787878;
    --bs-border: #E9E9E9;
}

body {
    margin: 0px;
    color: var(--bs-dark);
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    min-height: 100vh;
    font: 400 15px Futura, sans-serif;
    line-height: 1.5;
    text-underline-offset: 4px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    letter-spacing: 0.06rem;
    color: var(--bs-black);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a:hover,
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
}

.form-control:focus {
    border-color: #b3bdc0;
    box-shadow: none;
}

.py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-dark {
    background-color: var(--bs-dark) !important;
}

.button {
    display: inline-flex;
    min-height: 4.4rem;
    align-items: center;
    justify-content: center;
    padding: 1rem 3rem 1.2rem;
    border-radius: 4rem;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.form-select:focus,
.form-control:focus,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.scrollTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 10px 10px 20px -10px rgb(155 32 144 / 60%);
}

.scrollTop:hover {
    color: var(--bs-white);
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollTop.show {
    opacity: 1;
    transform: none;
    pointer-events: visible;
}

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 15px;
}

.text-normal {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

.text-xl {
    font-size: 26px;
}

.form-control {
    border: 1px solid #b3bdc0;
    padding: .3rem .75rem;
    min-height: 36px;
    font-size: 14px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.text-truncate-2,
.text-truncate-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.text-truncate-2 {
    -webkit-line-clamp: 2;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    display: none;
}

.tooltip-inner {
    background: var(--bs-dark);
    border-radius: 8px;
    font-size: 12px;
    padding: 5px 10px;
    z-index: 8;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
}

.swal2-popup.swal2-toast .swal2-html-container {
    font-size: 1.3em !important;
    color: var(--bs-primary);
}

.btn-filled {
    background-color: #ECB157 !important;
    color: var(--bs-white) !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.4rem !important;
}

.btn-filled:active,
.btn-filled:focus,
.btn-filled:hover {
    background-color: #ecb157 !important;
    box-shadow: -1rem -1rem 1rem -1rem #0000000d, 1rem 1rem 1rem -1rem #ecb157, 0 0 .5rem var(--bs-white) 0, 0 2rem 3.5rem -2rem #ecb157 !important;
    box-shadow: none !important;
    border-color: transparent;
}

.btn-filled:hover:after {
    box-shadow: 0 0 0 1.3px #c69953, 0 0 0 1px var(--bs-white) !important;
}

.btn-filled:after {
    box-shadow: none !important;
}

/*** ========== Header css ========== ***/
.header {
    background: var(--bs-white);
    position: sticky;
    top: calc(-1 * 117px);
    z-index: 99;
    border-bottom: .1rem solid rgb(0 0 0 / 8%);
    transition: top .15s ease-out;
}

.header.sticky {
    top: -1px;
    width: 100%;
}

.hover-underline:hover {
    text-decoration: underline;
}

.search-modal {
    display: none;
}

.header_top {
    background-color: var(--bs-white);
    border-bottom: .2rem solid rgb(0 0 0 / 8%);
    padding: 8px 0;
    letter-spacing: 1px;
    font-size: 13px;
    color: var(--bs-black);
    position: relative;
    z-index: 99;
}

.top_area__wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.header__logo {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__logo a {
    padding: 10px 0;
}

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

.search__btn,
.user__btn,
.cart__btn {
    height: 4.4rem;
    width: 4.4rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--bs-gray-700);
}

.search__btn:first-child:active,
.user__btn:first-child:active,
.cart__btn:first-child:active,
.search__btn:active,
.user__btn:active,
.cart__btn:active {
    border-color: transparent !important;
}

.header__nav_menu {
    display: flex;
    justify-content: center;
}

.header__nav_menu>li {
    position: relative;
    padding: 8px 0;
}

.header__menu-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
}

.header__menu-item.active {
    color: var(--bs-black);
    text-decoration: underline;
}

.header__menu-item>svg {
    margin-top: 4px;
    margin-left: 5px;
}

.header__submenu {
    box-shadow: 0 4px 5px rgb(18 18 18 / 5%);
    border: 1px solid rgb(0 0 0 / 10%);
    width: 20rem;
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--bs-white);
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.header__nav_menu>li:hover>.header__submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header__submenu .header__menu-item {
    padding: 6px 15px;
}

.cart-count-bubble {
    position: absolute;
    background-color: var(--bs-black);
    color: var(--bs-white);
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    bottom: .8rem;
    left: 2.2rem;
    line-height: 1;
}

.modal__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-white);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-overlay::after {
    position: absolute;
    content: "";
    background-color: rgb(0 0 0 / 50%);
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
}

.search-modal__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    position: relative;
}

.search-modal__form {
    width: 100%;
    max-width: 74.2rem;
    position: relative;
}

.field {
    position: relative;
    width: 100%;
}

.field__input,
.search__input {
    border: 1px solid var(--bs-dark);
    border-radius: 0;
    padding: 1.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    height: 4.5rem;
}

.search__input {
    padding-right: 9.8rem;
}

.field__label {
    font-size: 1.6rem;
    left: calc(1.5rem);
    top: calc(1rem);
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top 0.1s ease, font-size 0.1s ease;
    color: rgb(0 0 0 / 75%);
    letter-spacing: .1rem;
    line-height: 1.5;
}

.field__input::placeholder,
.search__input::placeholder {
    opacity: 0 !important;
}

.field__input:not(:placeholder-shown),
.search__input:not(:placeholder-shown),
.field__input:focus,
.search__input:focus {
    padding: 2.2rem 1.5rem .8rem 1.5rem;
    border-color: var(--bs-black);
    border-width: 2px;
}

.search__input:not(:placeholder-shown)~.reset__button.hidden {
    visibility: visible;
}

.field__input:not(:placeholder-shown)~.field__label,
.field__input:focus+.field__label,
.search__input:not(:placeholder-shown)~.field__label,
.search__input:focus+.field__label {
    font-size: 1.2rem;
    top: calc(.5rem);
    left: calc(1.5rem);
    letter-spacing: .04rem;
}

.reset__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
    right: calc(1px + 4.4rem);
    top: 1px;
}

.reset__button svg {
    height: 1.6rem;
    width: 1.6rem;
    border: 1px solid var(--bs-gray-500);
    border-radius: 50%;
    padding: 0.2rem;
    color: var(--bs-black);
}

.reset__button:not(:focus):after {
    border-right: .1rem solid rgb(0 0 0 / 8%);
    display: block;
    height: calc(100% - 1.8rem);
    content: "";
    position: absolute;
    right: 0;
}

.search__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: var(--bs-gray-800);
    cursor: pointer;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
}

.modal__close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 4.4rem;
    width: 4.4rem;
    background-color: transparent;
    position: initial;
    margin-left: .5rem;
    color: var(--bs-gray-700);
}

.btn-check:checked+.modal__close-button,
.modal__close-button.active,
.modal__close-button.show,
.modal__close-button:first-child:active,
:not(.btn-check)+.modal__close-button:active {
    border-color: transparent;
}

.animate-arrow .icon-arrow path {
    transform: translate(-.25rem);
    transition: transform 0.1s ease;
}

.animate-arrow:hover .icon-arrow path {
    transform: translate(-.05rem);
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

input[type="search"]::-moz-search-cancel-button {
    display: none;
}

.hidden {
    visibility: hidden;
}

.icon-cart {
    margin-top: 5px;
}

/*** ========== Header css ========== ***/

/* ========== Mobile Menu Css Start ========== */
.nav-toggler {
    min-width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 99;
    color: var(--bs-primary);
}

.close-icon {
    display: block;
    width: 16px;
    position: relative;
}

.close-icon:before,
.close-icon:after {
    background-color: var(--bs-gray);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    max-width: 400px;
    background-color: var(--bs-white);
    z-index: 9999;
    height: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}

.mobile-menu.open-menu {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-light);
    height: 50px;
    flex-shrink: 0;
}

.mobile-menu-body {
    flex-grow: 1;
    overflow: auto;
}

.mobile-menu-footer {
    background-color: rgb(0 0 0 / 3%);
    padding: 2rem 3rem;
    flex-shrink: 0;
}

.account-link {
    display: inline-flex;
    padding: 8px 0;
    color: var(--bs-black);
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.close-menu {
    padding: 6px;
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 49px;
    width: 50px;
}

.list-item {
    border-bottom: 1px solid #eee;
    position: relative;
}

.nav__cat-par {
    display: block;
    padding: 13px 0 13px 15px;
}

.list-item h6 {
    padding: 13px 0 13px 15px;
    font-size: 14px;
    font-weight: 500;
    background-color: #f3f6f7;
    line-height: 1;
}

.nav__cats .list-item .nav__parent>span {
    margin-left: 12px;
}

.submenu_toggler {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--bs-gray);
    width: 46px;
    display: grid;
    place-items: center;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #eee;
}

.submenu_toggler::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}

.item-submenu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    background-color: var(--bs-white);
    z-index: 10000;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.list-item.open>.item-submenu {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu-heading {
    color: var(--bs-gray-800);
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.submenu_collapse {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    border-right: 1px solid #ddd;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: var(--bs-gray);
    font-size: 14px;
}

.submenu_collapse::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
}

.menu-heading-list {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-light);
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.link-list {
    flex: 0 0 auto;
    height: calc(100% - 50px);
    overflow: auto;
}

.menu-link,
.menu-link:hover,
.menu-link:focus {
    display: block;
    color: var(--bs-gray-800);
    padding: 13px 15px;
    font-size: 14px;
}

/* ========== Mobile Menu Css End ========== */

/*** ========== Hero Section css ========== ***/
.banner__image {
    display: flex;
}

.banner__image img {
    width: 100%;
    max-height: 750px;
    object-fit: cover;
}

/*** ========== Hero Section css ========== ***/

/*** ========== Product Section css ========== ***/
.btn {
    font-size: 15px;
}

.card-wrapper {
    margin-bottom: 2rem;
}

.button--primary,
.button--secondary,
.buy__btn,
.quick-add__submit {
    padding: 1rem 2rem;
    display: block;
    width: 100%;
    letter-spacing: .1rem;
    color: var(--bs-black);
    border-radius: 50px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform-origin: center;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
}

.button--primary::after,
.button--secondary::after,
.buy__btn::after,
.quick-add__submit::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 50px;
    box-shadow: 0 0 0 0.3px #000, 0 0 0 0 var(--bs-white);
    transition: box-shadow 0.1s ease;
}

.card--standard .card__inner {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform-origin: center;
    position: relative;
    z-index: 1;
}

.button--primary:hover,
.card--standard:hover .card__inner,
.button--secondary:hover,
.buy__btn:hover,
.quick-add__submit:hover {
    transition: transform 3s ease, box-shadow 0.5s ease;
    /* transform: rotate(1deg); */
    box-shadow: -1rem -1rem 1rem -1rem #0000000d, 1rem 1rem 1rem -1rem #0000000d, 0 0 .5rem var(--bs-white)0, 0 2rem 3.5rem -2rem #00000080;
}

.button--primary:hover,
.buy__btn:hover {
    background-color: var(--bs-black);
    color: var(--bs-white);
}

.button--secondary:hover::after,
.quick-add__submit:hover:after {
    box-shadow: 0 0 0 1.3px #000, 0 0 0 1px var(--bs-white);
}

.card--standard {
    border: none;
}

.card__heading {
    font-size: 1.4rem;
    font-weight: 400;
    min-height: 16px;
    max-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.card--standard:hover .card__heading a {
    text-decoration: underline;
}

.card__information {
    padding-bottom: 1.7rem;
    padding-top: 1.7rem;
}

.price {
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.price__container {
    margin-top: .7rem;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.price__container>div {
    margin-right: 10px;
}

.media {
    display: block;
    background-color: rgb(255 255 255 / 10%);
    position: relative;
    overflow: hidden;
}

.card-wrapper:hover .media--hover-effect>img+img {
    opacity: 1;
    transition: transform 0.5s ease;
    transform: scale(1.03);
}

.card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child) {
    opacity: 0;
}

.card-wrapper .media--hover-effect>img {
    z-index: 2;
    object-fit: cover;
}

.card-wrapper .media--hover-effect>img+img {
    z-index: 1;
}

.collection__heading a::after,
.card__heading a::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.collection__heading {
    font-size: 1.6rem;
    font-weight: 500;
}

/*** ========== Product Section css ========== ***/

/*** ========== Footer css ========== ***/
.footer {
    padding: 2.5rem 0;
}

.footer__title {
    margin-bottom: 2rem;
    margin-top: 0;
    font-size: 1.8rem;
}

.footer-block__details-content {
    font-size: 1.6rem;
}

.link--text {
    display: inline-block;
    margin-bottom: 10px;
}

.link--text:hover {
    text-decoration: underline;
}

.list-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1.3rem;
    margin-right: -1.3rem;
}

.list-social__link {
    align-items: center;
    display: flex;
    padding: 1.1rem;
    color: var(--bs-black);
}

.list-social__item .icon {
    height: 2.2rem;
    width: 2.2rem;
}

.footer-block__newsletter {
    text-align: center;
    padding-top: 20px;
}

.footer-block__heading {
    margin-bottom: 2rem;
}

.newsletter-form__field-wrapper {
    display: flex;
    margin: 0 auto;
    max-width: 36rem;
    align-items: flex-start;
    justify-content: center;
}

.newsletter-form__field-wrapper .loading__spinner {
    right: 1.5rem;
    top: 1rem;
}

.newsletter-form__field-wrapper .loading__spinner:not(.hidden)~* {
    visibility: hidden;
}

.field__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
}

.newsletter-form__button .icon {
    width: 1.5rem;
}

.footer-bottom {
    border-top: solid .1rem rgb(0 0 0 / 8%);
    padding-top: 3rem;
    margin-top: 3rem;
}

/*** ========== Footer css ========== ***/

/*** ========== Quick View css ========== ***/
.product-form__input input[type=radio] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.product-form__input--pill input[type=radio]+label {
    border: 1px solid rgb(0 0 0 / 55%);
    background-color: var(--bs-white);
    color: var(--bs-black);
    border-radius: 40px;
    display: inline-block;
    margin: .7rem .5rem .2rem 0;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 1;
    text-align: center;
    transition: border 0.1s ease;
    cursor: pointer;
    position: relative;
}

.product-form__input--pill input[type=radio]:checked+label {
    background-color: var(--bs-black);
    color: var(--bs-white);
}

.price-per-item__container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.quantity {
    color: var(--bs-black);
    position: relative;
    width: 142px;
    display: flex;
    border-radius: 0;
    min-height: 47px;
}

.cart_quantity__button,
.quantity__button {
    width: 4.5rem;
    flex-shrink: 0;
    font-size: 1.8rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-black);
    padding: 0;
}

.cart_quantity__button svg,
.quantity__button svg {
    width: 1rem;
    pointer-events: none;
}

.quantity::before {
    background: var(--bs-white);
    pointer-events: none;
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    z-index: -1;
}

.quantity::after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 55%);
    border: .1rem solid transparent;
    z-index: 1;
}

.quantity__input {
    color: currentColor;
    font-size: 1.6rem;
    font-weight: 500;
    opacity: .85;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 .5rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.product__view-details {
    margin: 1.5rem 0;
    display: block;
}

.button--primary:disabled,
.button--primary,
.buy__btn:disabled,
.buy__btn {
    min-width: 12rem;
    min-height: 4.5rem;
    background-color: var(--bs-black);
    color: var(--bs-white);
    font-size: 1.4rem;
    letter-spacing: .07rem;
}

.product-form__buttons {
    margin: 2.5rem 0;
}

.modal-body {
    padding: 2.5rem 2.5rem;
}

.modal {
    --bs-modal-zindex: 9999;
}

.modal-content {
    border-radius: 0;
}

#quickView .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
}

.btn-close:focus {
    box-shadow: none;
}

.modal.fade .modal-dialog {
    transform: scale(0.85);
}

.modal.show .modal-dialog {
    transform: none;
}

.badge {
    border: 1px solid transparent;
    border-radius: 4rem;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 1;
    padding: .5rem 1.1rem .5rem;
    text-align: center;
    background-color: rgb(198 0 0);
    border-color: rgb(255 255 255 / 10%);
    color: var(--bs-white);
    word-break: break-word;
    font-weight: 400;
}

/*** ========== Quick View css ========== ***/

/*** ========== Cart View css ========== ***/
.cart-notification {
    border-color: rgb(0 0 0 / 10%);
    border-style: solid;
    padding: 2.5rem 3.5rem;
    position: absolute;
    right: 0;
    transform: translateY(-100%);
    visibility: hidden;
    width: 100%;
    box-shadow: 0px 4px 5px rgb(18 18 18 / 5%);
    z-index: -1;
    border-width: 0 1px 1px;
    max-width: 36.8rem;
    background-color: var(--bs-white);
    top: 1px;
}

.cart-notification.active {
    transform: translateY(0);
    transition: transform 0.2s ease, visibility 0s;
    visibility: visible;
}

.cart-notification__header {
    align-items: flex-start;
    display: flex;
}

.cart-notification__heading {
    align-items: center;
    display: flex;
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.3rem;
    line-height: calc(1 + .5);
    letter-spacing: .04rem;
    font-weight: 400;
}

.cart-notification__heading .icon-checkmark {
    color: var(--bs-black);
    margin-right: 1rem;
    width: 1.3rem;
}

.cart-notification__close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 4.4rem;
    width: 4.4rem;
    background-color: transparent;
    margin-top: -2rem;
    margin-right: -3rem;
}

.cart-notification-product {
    align-items: flex-start;
    display: flex;
    padding-bottom: 3rem;
    padding-top: 2rem;
}

.cart-notification-product__image {
    display: inline-flex;
    margin-right: 1.5rem;
    margin-top: .5rem;
    flex-shrink: 0;
}

.cart-notification-product__image img {
    object-fit: cover;
}

.caption-with-letter-spacing {
    font-size: 1rem;
    letter-spacing: .13rem;
    text-transform: uppercase;
}

.light {
    opacity: .7;
}

.cart-notification-product__name {
    margin-bottom: .5rem;
    margin-top: 0;
    font-weight: 400;
    font-size: 1.5rem;
}

.cart-notification-product dl {
    margin-bottom: 0;
    margin-top: 0;
}

.product-option {
    font-size: 1.4rem;
    word-break: break-word;
}

.product-option * {
    display: inline;
    margin: 0;
    color: rgb(0 0 0 / 75%);
    font-weight: 400;
}

.cart-notification__links>* {
    margin-top: 1rem;
}

.button-label {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: .3rem;
    background-color: transparent;
    font-size: 1.4rem;
    width: 100%;
}

button,
select {
    text-transform: none;
}

/*** ========== Cart View css ========== ***/

/*** ========== Single Product css ========== ***/
.nav-pills .nav-link {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: var(--bs-primary);
    letter-spacing: 1px;
    position: relative;
    padding-left: 0;
    padding-right: 20px;
}

.nav-pills .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background-color: var(--bs-primary);
    visibility: hidden;
}

.nav-pills .nav-link.active {
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

.nav-pills .nav-link.active::after {
    visibility: visible;
}

.image__thumbnail.video {
    position: relative;
}

.image__gallery {
    overflow: hidden;
}

.image__thumbnail {
    margin-bottom: 5px;
    overflow: hidden;
}

.gallery__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.gallery__item {
    flex-shrink: 0;
    width: 60px;
    position: relative;
    height: 75px;
}

.gallery__item_video,
.gallery__item_image {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__item:has(.active)::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid var(--bs-black);
    pointer-events: none;
}

.lens {
    position: absolute;
    cursor: crosshair;
    display: block;
    top: -500px;
    left: 0;
    z-index: 0;
    border-radius: 50%;
    -webkit-box-shadow: inset 1px 1px 3px 1px #969696;
    box-shadow: inset 1px 1px 3px 1px #969696;
    background-repeat: no-repeat !important;
    background-color: var(--bs-white);
}

img.tiksluslens {
    z-index: 0;
}

.play__icon {
    visibility: hidden;
    height: 8rem;
}

.play__link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video .play__link {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}

.video .play__icon {
    visibility: visible;
}

.video__icon {
    object-fit: contain;
    padding: 1rem;
}

/*** ========== Single Product css ========== ***/

/*** ========== Products Page css ========== ***/
#ProductGridContainer {
    position: relative;
}

.product-count .loading__spinner:not(.hidden)~* {
    visibility: hidden;
}

.loading-overlay {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 0 1.5rem;
    background-color: var(--bs-white);
    opacity: .7;
}

#ProductGridContainer.loading .loading-overlay {
    display: block;
}

.facets__form {
    display: grid;
    gap: 0 3.5rem;
    grid-template-columns: 1fr max-content max-content;
    margin-bottom: .5rem;
}

.facets__wrapper {
    align-items: center;
    align-self: flex-start;
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-wrap: wrap;
}

.active-facets {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: -.5rem;
}

.facet-filters {
    align-items: flex-start;
    display: flex;
    grid-column: 2;
    grid-row: 1;
    padding-left: 2.5rem;
}

.product-count {
    align-self: center;
    position: relative;
    text-align: right;
}

.facets__form .product-count {
    grid-column-start: 3;
    align-self: flex-start;
}

.facets__heading {
    color: rgb(0 0 0 / 85%);
    font-size: 1.4rem;
    margin: -1.5rem 2rem 0 0;
    font-weight: 400;
}

.facets__disclosure {
    margin-right: 3.5rem;
}

.facets__summary {
    color: rgb(0 0 0 / 75%);
    font-size: 1.4rem;
    padding: 0 1.75rem 0 0;
    margin-bottom: 1.5rem;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.facets__summary span {
    transition: text-decoration 0.1s ease;
}

.facets__summary:hover .facets__summary-label {
    text-decoration: underline;
    text-underline-offset: .3rem;
}

.facets__display {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0 0 0 / 10%);
    border-radius: 0;
    box-shadow: 0px 4px 5px rgb(18 18 18 / 5%);
    background-color: var(--bs-white);
    position: absolute;
    top: calc(100% + .5rem);
    left: -1.2rem;
    width: 35rem;
    max-height: 55rem;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
}

.disclosure-has-popup {
    position: relative;
}

.disclosure-has-popup[open]>div+* {
    z-index: 100;
    visibility: visible;
    opacity: 1;
}

@keyframes animateMenuOpen {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-1.5rem);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.facets__disclosure[open] .facets__display,
.facets__disclosure-vertical[open] .facets__display-vertical {
    animation: animateMenuOpen 0.2s ease;
}

.facets__header {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    position: sticky;
    top: 0;
    background-color: var(--bs-white);
    z-index: 1;
}

.facets__reset {
    margin-left: auto;
}

.underlined-link,
.customer a,
.inline-richtext a {
    text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    transition: text-decoration-thickness ease .1s;
    text-decoration: underline;
}

.facets__label:hover,
.facets__label.active,
.facets__label:has(:focus-visible) {
    color: var(--bs-black);
}

.facets-layout-list--text input[type=checkbox] {
    position: absolute;
    opacity: 1;
    width: 1.6rem;
    height: 1.6rem;
    top: .7rem;
    left: -.4rem;
    z-index: -1;
    appearance: none;
    -webkit-appearance: none;
}

.facet-checkbox>svg {
    background-color: var(--bs-white);
    margin-right: 1.2rem;
    flex-shrink: 0;
}

.facet-checkbox .icon-checkmark {
    visibility: hidden;
    position: absolute;
    left: .3rem;
    z-index: 5;
    top: 1.4rem;
}

.facet-checkbox>input[type=checkbox]:checked~.icon-checkmark {
    visibility: visible;
}

.facets__list {
    padding: .5rem 2rem;
}

.facet-checkbox {
    padding: 1rem 2rem 1rem 0;
    flex-grow: 1;
    position: relative;
    font-size: 1.4rem;
    display: flex;
    word-break: break-word;
}

.link,
.customer a {
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: .3rem;
    color: var(--bs-black);
    background-color: transparent;
    font-size: 1.4rem;
    font-family: inherit;
}

.disclosure-has-popup[open]>.facets__summary::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    cursor: default;
    content: " ";
    background: transparent;
}

.facets__summary .icon-caret {
    position: absolute;
    height: .6rem;
    right: 1.5rem;
    top: calc(50% - .2rem);
}

.facets__summary .icon-caret {
    right: 0;
}

.facets__price {
    display: flex;
    padding: 2rem;
}

.facets__price .field-currency {
    align-self: center;
    margin-right: .6rem;
}

.field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow 0.1s ease;
}

.facets .disclosure-has-popup[open]>div+* {
    z-index: 2;
}

.list-menu__item label,
.list-menu__item input[type=checkbox] {
    cursor: pointer;
}

.facet-filters__label {
    display: block;
    color: rgb(0 0 0 / 85%);
    font-size: 1.4rem;
    margin: 0 2rem 0 0;
    font-weight: 400;
    white-space: nowrap;
}

.facet-filters__sort {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 1.4rem;
    height: auto;
    margin: 0;
    padding: 1px 1.75rem 1px 5px;
}

.facet-filters__sort,
.facet-filters__sort:hover {
    box-shadow: none;
    filter: none;
    transition: none;
}

.facet-filters__field .select__select,
.mobile-facets__sort .select__select {
    border-radius: 0;
    min-width: auto;
    min-height: auto;
    transition: none;
}

.facet-filters__field .select__select:focus,
.mobile-facets__sort .select__select:focus {
    box-shadow: 0 0 0 calc(2px) var(--bs-black);
}

.select .icon-caret,
.customer select+svg {
    height: .6rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - .2rem);
    right: calc(1px + 1.5rem);
}

.field__input,
.select__select {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    display: flex;
    position: relative;
    width: 100%;
}

.facet-filters__sort+.icon-caret {
    right: 5px;
}

.facet-filters__field .select {
    display: flex;
    position: relative;
    width: 100%;
}

.product-count__text {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
}

.product-count {
    align-self: center;
    position: relative;
    text-align: right;
    grid-column-start: 3;
    align-self: flex-start;
}

.facet-filters__field {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
    box-shadow: 0 0 0 calc(1px) var(--bs-black);
    outline: 0;
    border-radius: 0;
    border-color: var(--bs-black);
}

.active-facets {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: -.5rem;
}

.active-facets__button-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
}

.active-facets__button-wrapper *,
span.active-facets__button-inner {
    font-size: 1.4rem;
}

.active-facets__button {
    display: block;
    margin-right: 1.5rem;
    padding-left: .2rem;
    padding-right: .2rem;
    text-decoration: none;
}

span.active-facets__button-inner {
    color: var(--bs-black);
    box-shadow: 0 0 0 .1rem var(--bs-black);
    border-radius: 2.6rem;
    font-size: 1.3rem;
    min-height: 0;
    min-width: 0;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.active-facets__button--light .active-facets__button-inner {
    box-shadow: 0 0 0 .1rem rgb(0 0 0 / 20%);
}

.loading__spinner {
    position: absolute;
    z-index: 1;
    width: 1.8rem;
}

.loading__spinner {
    width: 1.8rem;
    display: inline-block;
}

.product-count .loading__spinner,
.product-count-vertical .loading__spinner {
    position: absolute;
    padding-top: .6rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
}

.path {
    stroke-dasharray: 280;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: var(--bs-black);
    animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
    .path {
        stroke: CanvasText;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 280;
    }

    50% {
        stroke-dashoffset: 75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 280;
        transform: rotate(450deg);
    }
}

.spinner {
    animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

#ProductCountDesktop.loading,
#ProductCount.loading {
    visibility: hidden;
}

.mobile-facets__open svg {
    width: 2rem;
}

.mobile-facets__open>*+* {
    margin-left: 1rem;
}

.mobile-facets__open {
    text-align: left;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: inline-flex;
    align-items: center;
    color: rgb(0 0 0 / 85%);
}

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

.active-facets .active-facets__button-wrapper:only-child {
    display: none;
}

.product__search_wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 3rem;
}

/*** ========== Products Page css ========== ***/

/*** ========== Mobile Filter css ========== ***/
.mobile-filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    transition: all 0.2s ease;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.mobile-filter.menu-opening {
    visibility: visible;
    opacity: 1;
}

.mobile-facets__open::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.mobile-facets__open.active::after {
    display: block;
}

.mobile-filter::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-color: rgb(0 0 0 / 50%);
    visibility: hidden;
    opacity: 0;
}

.mobile-filter.menu-opening::after {
    visibility: visible;
    opacity: 1;
}

.mobile-filter__inner {
    background-color: var(--bs-white);
    width: calc(100% - 5rem);
    margin-left: auto;
    height: 100%;
    /* overflow-y: auto; */
    pointer-events: all;
    max-width: 37.5rem;
    display: flex;
    flex-direction: column;
    border-color: rgb(0 0 0 / 10%);
    border-style: solid;
    border-width: 0 0 0 1px;
    filter: drop-shadow(0px 4px 5px rgba(18, 18, 18, 0.0));
    position: relative;
    z-index: 99;
    transition: transform 0.2s ease;
}

.mobile-filter-header {
    border-bottom: .1rem solid rgb(0 0 0 / 8%);
    padding: 1rem 2.5rem;
    text-align: center;
    display: flex;
    position: sticky;
    justify-content: center;
    top: 0;
    z-index: 2;
    flex-direction: column;
    color: var(--bs-black);
}

.mobile-facets__count {
    color: rgb(0 0 0 / 70%);
    font-size: 1.3rem;
    margin: 0;
    flex-grow: 1;
}

.close-filter {
    padding: 6px;
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 61px;
    width: 61px;
}

.mobile-filter-body {
    flex-grow: 1;
}

.mobile-filter-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 15px;
    flex-shrink: 0;
    border-top: .1rem solid rgb(0 0 0 / 8%);
}

.mobile-filter-footer>* {
    width: 50%;
    display: flex;
    justify-content: center;
}

.mobile-facets__label>svg {
    background-color: var(--bs-white);
    position: relative;
    z-index: 2;
    margin-right: 1.2rem;
    flex-shrink: 0;
}

.mobile-facets__label .icon-checkmark {
    position: absolute;
    top: 2.2rem;
    left: 2.8rem;
    visibility: hidden;
}

.mobile-facets__label>input[type=checkbox]:checked~.icon-checkmark {
    visibility: visible;
}

.mobile-facets__label {
    padding: 1.5rem 2rem 1.5rem 2.5rem;
    width: 100%;
    transition: background-color .2s ease;
    word-break: break-word;
    display: flex;
    align-items: center;
}

.list-menu__item {
    display: flex;
    align-items: center;
}

.mobile-facets__item {
    position: relative;
}

.mobile-facets__highlight {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgb(0 0 0 / 4%);
    opacity: 0;
    visibility: hidden;
}

.mobile-facets__checkbox:checked+.mobile-facets__highlight {
    opacity: 1;
    visibility: visible;
}

.mobile-facets__close-button {
    align-items: center;
    background-color: transparent;
    font-size: 1.4rem;
    font: inherit;
    letter-spacing: inherit;
    margin-top: 1rem;
    padding: 1.2rem 2.6rem;
    text-decoration: none;
    display: grid;
    grid-template-columns: min-content 1fr;
    text-align: start;
    width: 100%;
}

.mobile-facets__close-button .icon-arrow {
    transform: rotate(180deg);
    margin-right: 1rem;
}

.icon-arrow {
    width: 1.5rem;
}

.mobile-facets__submenu {
    position: absolute;
    top: 63px;
    width: 100%;
    bottom: 85px;
    left: 0;
    z-index: 3;
    transform: translate(100%);
    visibility: hidden;
    display: flex;
    flex-direction: column;
    background-color: var(--bs-white);
    transition: transform .4s cubic-bezier(.29, .63, .44, 1), visibility .4s cubic-bezier(.29, .63, .44, 1);
}

div[open]>.mobile-facets__submenu {
    transform: translate(0);
    visibility: visible;
}

.mobile-facets__summary {
    padding: 1.3rem 2.5rem;
}

.mobile-facets__sort {
    display: flex;
    justify-content: space-between;
}

.mobile-facets__summary>div {
    display: flex;
    align-items: center;
}

.mobile-facets__sort label {
    flex-shrink: 0;
}

.mobile-facets__sort .select {
    width: auto;
}

.mobile-facets__sort .select__select {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: .5rem;
    padding-right: 1.5rem;
    min-height: 4rem;
}

.select__select {
    font-size: 1.2rem;
    color: rgb(0 0 0 / 75%);
}

.mobile-facets__arrow,
.mobile-facets__summary .icon-caret {
    margin-left: auto;
    display: block;
}

.mobile-facets__sort .select .icon-caret {
    right: 0;
}

.text-area,
.select {
    display: flex;
    position: relative;
    width: 100%;
}

.mobile-facets__info {
    padding: 0 2.6rem;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border: .1rem solid transparent;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 55%);
    transition: box-shadow 0.2s ease;
    z-index: 1;
}

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

.facets__price .field-currency {
    align-self: center;
    margin-right: .6rem;
}

.facets__price .field+.field-currency {
    margin-left: 2rem;
}

.facet-filters__field .select:after,
.facet-filters__field .select:before,
.mobile-facets__sort .select:after,
.mobile-facets__sort .select:before {
    content: none;
}

.mobile-filter:not(.menu-opening) .mobile-filter__inner {
    transform: translate(105vw);
}

.mobile-filter.menu-opening .mobile-filter__inner {
    transform: translate(0);
}

/*** ========== Mobile Filter css ========== ***/

/*** ========== Cart css ========== ***/
.title-wrapper-with-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.title-wrapper-with-link {
    margin-top: 0;
}

.cart-items td,
.cart-items th {
    padding: 0;
    border: none;
}

.cart-items th {
    text-align: left;
    padding-bottom: 1.8rem;
    opacity: 0.85;
    font-weight: normal;
}

.cart-item__quantity-wrapper {
    display: flex;
}

.cart-item__totals {
    position: relative;
}

.cart-items *.right {
    text-align: right;
}

.cart-item__image-container {
    display: inline-flex;
    align-items: flex-start;
}

.cart-item__image-container:after {
    content: none;
}

.cart-item__image {
    height: auto;
    max-width: 10rem;
}

@media screen and (min-width: 750px) {
    .cart-item__image {
        max-width: 100%;
    }
}

.cart-item__details {
    font-size: 1.6rem;
    line-height: calc(1 + 0.4 / 1);
}

.cart-item__details>* {
    margin: 0;
    max-width: 30rem;
}

.cart-item__details>*+* {
    margin-top: 0.6rem;
}

.cart-item__media {
    position: relative;
}

.cart-item__link {
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cart-item__name {
    text-decoration: none;
    display: block;
}

.cart-item__name:hover {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.2rem;
}

.cart-item__price-wrapper>* {
    display: block;
    margin: 0;
    padding: 0;
}

.cart-item__discounted-prices dd {
    margin: 0;
}

.cart-item__discounted-prices .cart-item__old-price {
    font-size: 1.4rem;
}

.cart-item__old-price {
    opacity: 0.7;
}

.cart-item__final-price {
    font-weight: 400;
}

.product-option {
    font-size: 1.4rem;
    word-break: break-word;
    line-height: calc(1 + 0.5 / 1);
}

.cart-item .cart-remove-button {
    display: flex;
    margin-left: 1rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
    .cart-item .cart-remove-button {
        width: 4.5rem;
        height: 4.5rem;
    }
}

.cart-remove-button .button {
    min-width: calc(4.5rem / 1);
    min-height: 4.5rem;
    padding: 0;
    margin: 0 0.1rem 0.1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-remove-button .button:before,
.cart-remove-button .button:after {
    content: none;
}

.cart-remove-button .button:not([disabled]):hover {
    color: var(--bs-danger);
}

@media screen and (min-width: 750px) {
    .cart-remove-button .button {
        min-width: 3.5rem;
        min-height: 3.5rem;
    }
}

.cart-remove-button .icon-remove {
    height: 1.5rem;
    width: 1.5rem;
}

.cart-item .loading__spinner {
    top: 0;
    left: auto;
    right: auto;
    bottom: 0;
    padding: 0;
}

@media screen and (min-width: 750px) {
    .cart-item .loading__spinner {
        right: 0;
        padding-top: 4.5rem;
        bottom: auto;
    }
}

.cart-item .loading__spinner:not(.hidden)~* {
    visibility: hidden;
}

.cart-item__error {
    display: flex;
    align-items: flex-start;
    margin-top: 0.2rem;
    width: min-content;
    min-width: 100%;
}

.cart-item__error-text {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.04rem;
    order: 1;
}

.cart-item__error-text+svg {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.7rem;
    margin-top: 0.25rem;
}

.cart-item__error-text:empty+svg {
    display: none;
}

.product-option+.product-option {
    margin-top: 0.4rem;
}

.product-option * {
    display: inline;
    margin: 0;
}

.product-option dd:not(:last-child)::after {
    content: '|';
    margin-left: 5px;
    color: var(--bs-gray-500);
}

.cart-items thead th {
    text-transform: uppercase;
}

.cart__wrapper {
    position: relative;
    padding-bottom: 3rem;
    border-bottom: .1rem solid rgb(0 0 0 / 8%);
}

.cart__footer>* {
    max-width: 30rem;
    margin-left: auto;
    text-align: right;
}

.cart__footer {
    display: flex;
    justify-content: space-between;
    border: 0;
    padding: 5rem 0;
}

.tax-note {
    margin: 2.2rem 0 1.6rem auto;
    text-align: right;
    display: block;
}

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

.totals>* {
    font-size: 1.6rem;
    margin: 0;
}

.totals>h2 {
    font-size: 1.6rem;
    font-weight: 400;
}

.totals * {
    line-height: 1;
}

.totals>*+* {
    margin-left: 2rem;
}

.totals__total {
    margin-top: .5rem;
}

.totals__total-value {
    font-size: 1.8rem;
}

.cart__ctas+.totals {
    margin-top: 2rem;
}

.cart__empty-text,
.is-empty .cart__contents,
.is-empty .title-wrapper-with-link,
.is-empty .cart__footer {
    display: none;
}

@media all and (min-width: 750px) {
    .totals {
        justify-content: flex-end;
    }
}


@media screen and (max-width: 749px) {

    .cart-items,
    .cart-items thead,
    .cart-items tbody {
        display: block;
        width: 100%;
    }

    .cart-items thead tr {
        display: flex;
        justify-content: space-between;
        border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
        margin-bottom: 4rem;
    }

    .cart-item {
        display: grid;
        grid-template: repeat(2, auto) / repeat(4, 1fr);
        gap: 1.5rem;
        margin-bottom: 3.5rem;
    }

    .cart-item:last-child {
        margin-bottom: 0;
    }

    .cart-item__media {
        grid-row: 1 / 3;
    }

    .cart-item__details {
        grid-column: 2 / 4;
    }

    .cart-item__quantity {
        grid-column: 2 / 5;
    }

    .cart-item__quantity-wrapper {
        flex-wrap: wrap;
    }

    .cart-item__totals {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .quantity {
        min-height: 40px;
        width: 115px;
    }

    .cart_quantity__button,
    .quantity__button {
        width: 3.5rem;
    }

    .cart-item__price-wrapper .price {
        font-size: 1.6rem !important;
    }
}

@media screen and (min-width: 750px) {
    .cart-items {
        border-spacing: 0;
        border-collapse: separate;
        box-shadow: none;
        width: 100%;
        display: table;
    }

    .cart-items th {
        border-bottom: .1rem solid rgb(0 0 0 / 8%);
    }

    .cart-items thead th:first-child {
        width: 50%;
    }

    .cart-items th+th {
        padding-left: 4rem;
    }

    .cart-items td {
        vertical-align: top;
        padding-top: 4rem;
    }

    .cart-item {
        display: table-row;
    }

    .cart-item>td+td {
        padding-left: 4rem;
    }

    .cart-item__details {
        width: 35rem;
    }

    .cart-item__media {
        width: 10rem;
    }

    .cart-item .cart-remove-button {
        margin: 0.5rem 0 0 1.5rem;
    }

    .cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices) {
        margin-top: 1rem;
    }

    .cart-item__error {
        margin-left: 0.3rem;
    }
}

@media screen and (min-width: 990px) {

    .cart-item .cart-item__quantity,
    .cart-items .cart-items__heading--wide {
        padding-left: 6rem;
    }

    .cart-item__details {
        width: 50rem;
    }

    .cart-items thead th:first-child {
        width: 60%;
    }
}

@media screen and (min-width: 750px) {

    .cart-items .cart-items__heading--quantity,
    .cart-item .cart-item__quantity,
    .cart-item__quantity--info .quantity-popover>* {
        padding-left: 5rem;
    }

    .cart-item .cart-item__quantity--info,
    .cart-item__quantity--info .cart-item__quantity-wrapper,
    .cart-item__quantity--info .cart-items__info {
        padding-left: 0;
    }
}

@media screen and (max-width: 989px) {
    .cart-items .quantity-popover__info-button {
        padding-left: 0;
    }
}

.cart {
    position: relative;
    display: block;
}

.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .title-wrapper-with-link,
.is-empty .cart__footer {
    display: none;
}

.is-empty .cart__empty-text,
.is-empty .cart__warnings {
    display: block;
}

.cart__warnings {
    display: none;
    text-align: center;
    padding: 3rem 0 1rem;
}

.cart__empty-text {
    margin: 4.5rem 0 2rem;
}

.cart__contents>*+* {
    margin-top: 2.5rem;
}

.cart__login-title {
    margin: 5.5rem 0 0.5rem;
}

.cart__login-paragraph {
    margin-top: 0.8rem;
}

.cart__login-paragraph a {
    font-size: inherit;
}

@media screen and (min-width: 990px) {
    .cart__warnings {
        padding: 4rem 0 1rem;
    }

    .cart__empty-text {
        margin: 0 0 3rem;
    }
}

cart-items {
    display: block;
}

.cart__items {
    position: relative;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart__items--disabled {
    pointer-events: none;
}

.cart__footer-wrapper:last-child .cart__footer {
    padding-bottom: 5rem;
}

.cart__footer>div:only-child {
    margin-left: auto;
}

.cart__footer>*+* {
    margin-top: 6.5rem;
}

.cart__footer .discounts {
    margin-bottom: 1rem;
}

.cart__note {
    height: fit-content;
    top: 2.5rem;
}

.cart__note label {
    display: flex;
    align-items: flex-end;
    position: absolute;
    line-height: 1;
    height: 1.8rem;
    top: -3rem;
    color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
    height: 100%;
    position: relative;
    border-radius: var(--inputs-radius);
    padding: 1rem 2rem;
}

.cart__note .text-area {
    resize: vertical;
}

.cart__note:after,
.cart__note:hover.cart__note:after,
.cart__note:before,
.cart__note:hover.cart__note:before,
.cart__note .field__input:focus,
.cart__note .field__input {
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 750px) {
    .cart__items {
        grid-column-start: 1;
        grid-column-end: 3;
        padding-bottom: 4rem;
    }

    .cart__contents>*+* {
        margin-top: 0;
    }

    .cart__items+.cart__footer {
        grid-column: 2;
    }

    .cart__footer {
        display: flex;
        justify-content: space-between;
        border: 0;
    }

    .cart__footer-wrapper:last-child {
        padding-top: 0;
    }

    .cart__footer>* {
        width: 35rem;
    }

    .cart__footer>*+* {
        margin-left: 4rem;
        margin-top: 0;
    }
}

.cart__ctas button {
    width: 100%;
}

.cart__ctas>*+* {
    margin-top: 1rem;
}

.cart__update-button {
    margin-bottom: 1rem;
}

.cart__dynamic-checkout-buttons {
    max-width: 36rem;
    margin: 0 auto;
}

.cart__dynamic-checkout-buttons:has(.dynamic-checkout__content:empty) {
    margin: 0;
}

.cart__dynamic-checkout-buttons div[role='button'] {
    border-radius: var(--buttons-radius-outset) !important;
}

.cart__blocks>*+* {
    margin-top: 1rem;
}

.cart-note__label {
    display: inline-block;
    margin-bottom: 1rem;
    line-height: calc(1 + 1 / var(--font-body-scale));
}

.tax-note {
    margin: 2.2rem 0 1.6rem auto;
    text-align: center;
    display: block;
}

.cart__checkout-button {
    max-width: 36rem;
}

.cart__ctas {
    text-align: center;
}

@media screen and (min-width: 750px) {
    .cart-note {
        max-width: 35rem;
    }

    .cart__update-button {
        margin-bottom: 0;
        margin-right: 0.8rem;
    }

    .tax-note {
        margin-bottom: 2.2rem;
        text-align: right;
    }

    [data-shopify-buttoncontainer] {
        justify-content: flex-end;
    }

    .cart__ctas {
        display: flex;
        gap: 1rem;
    }
}

/*** ========== Cart css ========== ***/

/*** ========== Checkout css ========== ***/
.checkout__header {
    padding: 2.1rem 0;
    border-bottom: 1px solid hsl(0 0% 87% / 1);
    background-color: var(--bs-white);
}

.checkout__header_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 3.8rem;
    align-items: center;
}

.cart__icon {
    fill: none;
    height: 24px;
}

.cart__icon path {
    vector-effect: non-scaling-stroke;
    stroke-width: 1.4px;
    stroke: rgb(23 115 176);
}

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

.text__link {
    color: hsl(204 77% 39% / 1);
}

.footer__link {
    color: hsl(204 77% 39% / 1);
    font-size: 1.3rem;
}

.checkout__wrapper {
    min-height: calc(100vh - 71px);
    border-right: 1px solid #dedede;
    padding: 3.8rem;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
}

.cart__summary {
    background-color: #F5F5F5;
    position: sticky;
    top: 0;
    padding: 3.8rem;
}

.login__section,
.checkout__section {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    position: relative;
}

.checkout__section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #F5F5F5;
    z-index: -1;
    pointer-events: none;
    width: 50%;
    height: 100%;
}

.checkout__heading {
    font-size: 2.1rem !important;
    font-weight: 600;
}

.form-check-input {
    width: 1.6rem;
    height: 1.6rem;
}

.form-check label {
    padding-top: 1px;
    cursor: pointer;
}

.checkout__input {
    padding: 1.3rem 1.75rem;
    min-height: 50px;
    border-color: transparent !important;
}

.form-group {
    border: 1px solid #dedede;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.form-group:has(input:focus) {
    border-color: #1773b0;
    box-shadow: 0 0 0 1px #1773b0;
}

.checkout__body {
    flex-grow: 1;
}

.checkout__footer {
    flex-shrink: 0;
    border-top: 1px solid #dedede;
    padding-top: 1.4rem;
    margin-top: 5rem;
}

.checkbox__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border: 1px solid #dedede;
    margin-top: -1px;
    position: relative;
    background-color: var(--bs-white);
}

.checkbox__item:has(.checkbox__item_input:checked) {
    background-color: #f0f5ff;
    border-color: #1773b0;
    z-index: 1;
}

.checkbox__item:first-child {
    border-radius: 5px 5px 0 0;
}

.checkbox__item:last-child {
    border-radius: 0 0 5px 5px;
}

.checkbox__item_left {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox__item_input {
    width: calc((1.4rem * 18) / 14);
    height: calc((1.4rem * 18) / 14);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 1px solid #dedede;
    transition: all 0.15s cubic-bezier(.3, .5, .5, 1);
}

.checkbox__item_input:checked {
    background-color: var(--bs-white);
    border: .44em hsl(204 77% 39% / 1) solid;
}

.checkbox__item_label {
    font-size: 1.4rem;
    color: var(--bs-black);
}

.checkbox__item_label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.checkbox__item_right {
    flex-shrink: 0;
    font-weight: 600;
    color: var(--bs-black);
}

.method__item {
    border-color: #dedede;
    border: none;
    margin-top: -1px;
    z-index: 2;
    position: relative;
}

.method__item:has(.accordion-button:not(.collapsed)) {
    border-color: #1773b0;
}

.accordion-button {
    font-size: 1.5rem;
    color: var(--bs-black) !important;
    border: 1px solid #dedede;
    height: 48px;
    padding: 1.2rem 1.5rem;
    font-size: 1.4rem;
    font-weight: 400;
}

.accordion-item:first-child .accordion-button {
    border-radius: 5px 5px 0 0 !important;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0 0 5px 5px !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #f0f5ff;
    border-color: #1773b0;
}

.accordion-body {
    background-color: rgb(0 0 0 / 4%);
    border-width: 0 1px 1px 1px;
    border-color: #dedede;
    border-style: solid;
    padding: 1.5rem;
}

.accordion-item:last-child .accordion-body {
    border-radius: 0 0 5px 5px;
}

.form-check-input:focus {
    border-color: #0d6efd;
    box-shadow: none;
}

.accordion-button::after {
    visibility: hidden;
}

.checkout__item {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.checkout__item_img {
    flex-shrink: 0;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
    max-width: 66px;
    background-color: var(--bs-white);
}

.checkout__item_img img {
    object-fit: contain;
    object-position: top;
}

.checkout__item_desc {
    color: var(--bs-black);
    margin-right: 1rem;
    flex-grow: 1;
}

.checkout__item_price {
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: 500;
    min-width: 65px;
    text-align: right;
    position: relative;
}

.checkout__item_price .loading__spinner {
    right: 0;
}

.checkout__item_price .loading__spinner:not(.hidden)~* {
    visibility: hidden;
}

.checkout__item_option {
    color: #666;
    font-size: 1.2rem;
}

.checkout__item_count {
    position: absolute;
    right: -1rem;
    top: -1rem;
    min-width: 2rem;
    height: 2rem;
    background-color: #666;
    color: var(--bs-white);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.5rem;
    padding-bottom: 0.55rem;
}

.checkout__summary {
    border-top: 1px solid rgba(172, 172, 172, 0.34);
}

.coupon__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.coupon__wrapper .form-group {
    flex-grow: 1;
}

.coupon__btn {
    background-color: #dedede;
    font-weight: 600;
    color: #666;
    border-radius: 0.5rem;
    flex-shrink: 0;
    min-width: 102px;
}

.coupon__wrapper:has(.checkout__input.is-invalid) .coupon__btn,
.coupon__wrapper:has(.checkout__input:not(:placeholder-shown)) .coupon__btn,
.coupon__btn:hover {
    background-color: #1773b0;
    color: var(--bs-white);
}

.coupon__btn .loading__spinner .path {
    stroke: var(--bs-white);
}

.coupon__btn .loading__spinner:not(.hidden)+span {
    display: none;
}

.coupon__wrapper:has(.checkout__input.is-invalid)~#coupon_invalid {
    visibility: visible;
}

.coupon__wrapper:has(.checkout__input:not(:placeholder-shown)) .coupon__btn {}

.checkout__pricing {
    padding-top: 2rem;
}

.checkout__pricing_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    position: relative;
}

.checkout__pricing_item:last-child {
    border-top: 1px solid rgba(172, 172, 172, 0.34);
    margin-top: 1rem;
}

.checkout__item_label {
    color: var(--bs-black);
}

.checkout__item_amount {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    font-weight: 500;
}

.login__section {
    min-height: calc(100vh - 75px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
}

.iti {
    display: block;
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: var(--bs-white) !important;
    border-right: 1px solid #dedede;
}

.iti__selected-flag {
    padding-right: 1.5rem !important;
    font-weight: 500;
    padding-left: 1.2rem !important;
}

.auth__card {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
    background-color: var(--bs-white);
    padding: 4rem;
    padding-bottom: 3.5rem;
    border-radius: 1.5rem;
}

.auth__alert {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
}

.iti__flag {
    height: 12px;
    background-position: -418px 0;
}

.auth__card_logo {
    text-align: center;
    margin-bottom: 2rem;
}

.auth__card__input {
    padding-top: 2rem;
}

.product__quantity .quantity {
    min-height: 3rem;
    width: 9rem;
    margin-left: auto;
}

.product__quantity .cart_quantity__button {
    width: 3rem;
}

.product__quantity .quantity__input {
    font-size: 1.3rem;
}

.product__quantity .cart_quantity__button svg {
    width: 0.9rem;
}

.product__quantity .quantity::after {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
}

.checkout__pricing_item .loading__spinner {
    right: 0;
}

.checkout__pricing_item .loading__spinner:not(.hidden)~* {
    visibility: hidden;
}

.form-group:has(input.is-invalid) {
    border-color: var(--bs-danger);
    box-shadow: 0 0 0 1px var(--bs-danger);
}

.custom__group_text {
    background-color: var(--bs-gray-300);
    font-size: 1.4rem;
    line-height: 1;
    padding-left: 10px;
}

.custom__group_input {
    border-color: #ddd;
}

/*** ========== Checkout css ========== ***/

/*** ========== Thank you css ========== ***/
.step__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.step__footer__info {
    flex-grow: 1;
}

.thank__header {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 6rem;
}

.thank__check {
    font-size: 2.2rem;
    color: #1773b0;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1773b0;
    border-radius: 50%;
}

.thank__heading {
    display: flex;
    flex-direction: column;
}

.order-number {
    color: #545454;
    display: block;
}

.thank__title {
    color: #333333;
    font-size: 2rem;
    font-weight: 400;
}

.content-box {
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
    padding: 2rem;
}

.content-box__title {
    font-size: 1.8rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
}

.text-container {
    line-height: 1.5em;
    font-size: 1.25rem;
}

.text-container p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.heading-3 {
    color: #333333;
    font-size: 1.4rem;
    margin-top: 1.5rem;
}

.address {
    margin-top: 1rem;
}

/*** ========== Thank you css ========== ***/

/*** ========== Customer Panel css ========== ***/
.content__wrapper {
    min-height: calc(100vh - 120px);
    background-color: var(--bs-light);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.btn__account {
    color: #707070;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.btn__account.show,
.btn__account:active {
    border-color: transparent !important;
}

.svg__icon,
.edit__icon,
.info__icon,
.dropdown__arrow,
.user__icon {
    fill: none;
}

.svg__icon circle,
.svg__icon path,
.edit__icon path,
.info__icon path,
.info__icon circle,
.dropdown__arrow path,
.user__icon path,
.user__icon circle {
    vector-effect: non-scaling-stroke;
    stroke-width: 1.4px;
    stroke: currentColor;
    fill: none;
}

.dropdown-menu {
    font-size: 1.4rem;
    min-width: 22rem;
    padding: 1.3rem;
    padding-bottom: 1.2rem;
}

.dropdown__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dedede;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
}

.dropdown__header_icon {
    color: rgb(23 115 176);
}

.header__left {
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 2rem;
}

.header__links {
    display: flex;
    align-items: center;
}

.header__link {
    display: block;
    padding: 0.7rem 1.3rem;
    border-radius: 0.3rem;
}

.header__link:hover {
    background-color: #f5f5f5;
}

.dropdown__list a {
    display: block;
    padding: 0.7rem 1.3rem;
    margin-top: 0.5rem;
    border-radius: 0.3rem;
}

.dropdown__list a:hover {
    background-color: #f5f5f5;
}

.section__padding {
    padding: 0 3.8rem;
}

.btn-xs {
    font-size: 1.2rem;
    padding: 0.2rem 0.7rem 0.4rem;
    border-radius: 0.3rem;
}

.table>:not(caption)>*>* {
    padding: 1.2rem 1.5rem;
}

.pagination li>* {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-gray-300);
    font-size: 1.4rem;
    margin-right: 0.5rem;
    border-radius: 0.3rem;
}

.pagination li:not(.disabled)>*:hover,
.pagination li.active>* {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.pagination {
    justify-content: flex-end;
}

.info__badge {
    background-color: #f5f5f5;
    display: inline-flex;
    width: fit-content;
    font-size: 1.2rem;
    color: #707070;
    padding: 0.2rem 0.8rem 0.2rem 0.3rem;
    gap: 0.3rem;
    border-radius: 2rem;
    align-items: center;
}

.info__badge span {
    color: var(--bs-black);
    padding-bottom: 0.15rem;
    line-height: 1;
}

.btn__edit {
    padding: 0;
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}

.btn__edit:active {
    border-color: transparent !important;
}

.edit__icon {
    height: 1.4rem;
    color: #1773b0;
}

.field:has(.form__input)::after {
    box-shadow: none;
}

.form__input {
    border: 1px solid #dedede;
    border-radius: 0.5rem;
    padding: 0.5rem 1.4rem;
    min-height: 5rem;
}

.form__input[type=file] {
    padding: 1.3rem 1.8rem;
}

.form__input::placeholder {
    color: transparent;
}

.form__input:focus {
    outline: 2px solid #1773b0;
    border-color: transparent;
}

.form__input.is-invalid,
.form__input.is-invalid:focus {
    outline: 2px solid var(--bs-form-invalid-border-color);
    box-shadow: none;
    border-color: transparent;
}

.form__input:not(:placeholder-shown):not([type="file"]) {
    padding-top: 1.7rem;
}

.form__input:not(:placeholder-shown)~.field__label {
    top: 0.5rem;
    font-size: 1.2rem;
}

.form__input~.field__label {
    color: #707070;
    font-size: 1.3rem;
    top: 1.5rem;
}

.close__form_btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.form__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem;
    padding-top: 2rem;
}

.form__footer button {
    min-width: fit-content;
    width: fit-content;
}

#editView .modal-content {
    border-radius: 1rem;
}

#editView .modal-body {
    padding: 2rem;
}

.submit__loader {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
}

.submit__loader .path {
    stroke: var(--bs-white);
}

.submit__loader.loading__spinner:not(.hidden)~* {
    visibility: hidden;
}

.avatar__wrapper:not(.hidden)~* {
    display: none;
}

.avatar__wrapper {
    border-radius: 50%;
    overflow: hidden;
    background-color: #f5f5f5;
    outline: 2px solid var(--bs-gray-300);
}

.avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.avatar__wrapper.hidden {
    display: none;
}

.section__heading {
    display: flex;
    gap: 1rem;
}

.section__heading_icon {
    color: #1773b0;
    flex-shrink: 0;
}

.section__heading_text {
    flex-grow: 1;
}

/*** ========== Customer Panel css ========== ***/

/*** ========== Auth css ========== ***/
.password__toggler {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--bs-black);
    font-size: 1.5rem;
}

.form-check {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.resend__area .loading__spinner:not(.hidden)~* {
    visibility: hidden;
}

.resend__area a {
    transition: 0s;
}

.resend__area {
    position: relative;
}

.resend__area .loading__spinner {
    right: 0.5rem;
}

/*** ========== Auth css ========== ***/

#loading {
    text-align: center;
    display: none;
}


/*** ========== Order Track css ========== ***/

.steps .step {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    height: 70px;
}

.steps .step:last-child {
    margin-bottom: 0;
}

.steps .step .step-icon-wrap {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
    margin-right: 15px;
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 2px;
    height: 55px;
    background-color: #e1e7ec;
    content: '';
    z-index: 1
}

.steps .step .step-icon-wrap::before {
    left: 35px;
    bottom: 50%;
    top: auto;
}

.steps .step .step-icon-wrap::after {
    left: 35px;
    top: 50%;
    width: 2px;
    height: 55px;
    z-index: 2;
}

.steps .step .step-icon {
    position: relative;
    width: 70px;
    height: 70px;
    border: 2px solid #e1e7ec;
    border-radius: 50%;
    background-color: var(--bs-white);
    color: #374250;
    font-size: 38px;
    line-height: 81px;
    z-index: 5;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.steps .step .step-title {
    margin-top: 14px;
    color: #333;
    font-size: 16px;
    font-weight: 500
}

.steps .step .step-desc {
    color: #606975;
    font-size: 13px;
    margin-bottom: 0;
}

.steps .step.completed .step-desc,
.steps .step.completed .step-title {
    color: #0da9ef;
}

.steps .step:first-child .step-icon-wrap::before {
    display: none
}

.steps .step:last-child .step-icon-wrap::after {
    display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #0da9ef
}

.steps .step.completed .step-icon {
    border-color: #0da9ef;
    background-color: var(--bs-white);
    color: #fff
}

@media (max-width: 576px) {

    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none
    }

    .steps .step:last-child {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {

    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 991px) {

    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 1200px) {

    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

.bg-faded,
.bg-secondary {
    background-color: #f5f5f5 !important;
}

.step-icon img {
    object-fit: cover;
}

.step-datetime {
    flex-shrink: 0;
    width: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    margin-right: 8px;
}

.step-datetime>* {
    color: #0da9ef;
}

#order_view h1,
#order_view h2,
#order_view h3,
#order_view h4,
#order_view h5,
#order_view h6 {
    font-weight: 500;
    font-family: sans-serif;
}

#order_view b,
#order_view dt,
#order_view th {
    font-weight: 500;
}

#order_view .table>:not(caption)>*>* {
    padding: .5rem 1.5rem;
    font-size: 14px;
}

#orderView .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
}

/*** ========== Order Track css ========== ***/