@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Roboto+Slab:wght@100..900&display=swap');

:root {
    --bs-primary: #1485cc;
    --bs-secondary: #0c7bc0;
    --bs-light: #f6f6f6;
    --bs-dark: #272d47;
    --bs-darker: #1a1c33;
    --bs-success: #0abb75;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #3F4254;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

img,
svg {
    max-width: 100%;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: 500;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    padding: 0.5rem 0.8rem;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    white-space: nowrap;
}

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

.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-light {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-secondary);
}

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

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

.text-lg {
    font-size: 20px !important;
}

.text-md {
    font-size: 18px !important;
}

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

.text-xs {
    font-size: 13px !important;
}

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

.pagination li>* {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    text-align: center;
    display: block;
    min-width: 2.5em;
    border: 1px solid var(--bs-primary);
    height: 2.5em;
    color: var(--bs-primary);
    margin: 0 2px;
    border-radius: 0.5rem;
}

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

.pagination {
    justify-content: center;
}

.pagination li.disabled {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slick-arrow {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    padding: 0 !important;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.6rem;
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 0.25rem !important;
    position: absolute;
    left: -0.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.2rem !important;
}

.owl-carousel .owl-nav button.owl-next,
.slick-arrow.slick-next {
    left: auto;
    right: -0.6rem;
}

.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.owl-nav button svg,
.slick-arrow svg {
    height: 9px;
    width: auto;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
}

.slick-dots li {
    display: inline-flex;
}

.slick-dots button {
    font-size: 0;
    border: none;
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--bs-gray-300);
    border-radius: 50%;
    margin: 0 0.2rem;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
    background-color: var(--bs-gray-500);
    width: 0.6rem;
    height: 0.6rem;
}

.slick-dots button:hover {
    background-color: var(--bs-gray-500);
}

.social-list>li {
    flex-shrink: 0;
}

.social-list {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: var(--bs-primary);
    background-color: var(--bs-white);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    line-height: 1;
    padding-top: 2px;
}

.social-link:hover,
.social-link:focus,
.social-link:active {
    animation-name: animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    background-color: rgb(255 255 255 / 17%);
    color: var(--bs-white);
}

@keyframes animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.rajdhani-bold {
    font-family: "Rajdhani", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal;
}

.rajdhani-medium {
    font-family: "Rajdhani", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal;
}

.rajdhani-normal {
    font-family: "Rajdhani", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
}

/* =============== Header CSS =============== */
.header-top {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding-block: 0.5rem;
}

.info-carousel .slick-arrow:focus,
.info-carousel .slick-arrow:hover {
    background-color: transparent !important;
}

.header {
    background-color: var(--bs-white);
    border-bottom: 1px solid rgb(18 18 18 / 8%);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, -o-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    z-index: 1021;
    width: 100%;
    box-shadow: 0 2px 10px rgb(34 34 34 / 10%);
}

.header.normal {
    -webkit-transform: translateZ(0) translateY(-100%);
    -moz-transform: translateZ(0) translateY(-100%);
    transform: translateZ(0) translateY(-100%);
}

.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    box-shadow: 0 2px 10px rgb(34 34 34 / 10%);
}

.header-left {
    min-width: 200px;
}

.header-right {
    min-width: 200px;
}

.header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    color: var(--bs-dark);
    transition: all 0.3s ease;
    position: relative;
}

.header-icon:hover {
    color: var(--bs-primary);
}

.header-icon svg {
    transition: all 0.2s ease-in-out;
}

.header-icon:hover svg {
    transform: scale(1.1);
}

.menu-item {
    position: relative;
    display: inline-flex;
}

.menu-link {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.8rem;
}

.menu-link:hover {
    color: var(--bs-primary);
}

.menu-item:has(.submenu:hover) .menu-link {
    color: var(--bs-primary);
}

.menu-item:has(.submenu) .menu-link::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    margin-left: 0.4rem;
    margin-top: 0.3rem;
    font-size: 13px;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.2rem;
    background-color: var(--bs-white);
    min-width: 220px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
    z-index: 99;
}

.submenu::before {
    content: '';
    display: block;
    padding-top: 0.2rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
}

.menu-item:hover .submenu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.submenu-list {
    padding: 0.6rem 0;
}

.submenu-link {
    display: block;
    font-size: 0.9rem;
    color: var(--bs-gray-700);
    padding: 0.3rem 1.3rem;
}

.submenu-link:hover {
    color: var(--bs-primary);
}

.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: calc(100vh - 100px);
}

.sticky .modal-overlay::after {
    height: calc(100vh - 15px);
}

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

.search-modal__form {
    width: 100%;
    max-width: 550px;
    position: relative;
    margin-right: 0.3rem;
}

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

.field__input,
.search__input {
    border: 1px solid var(--bs-dark);
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
}

.search__input {
    padding-right: 40px;
}

.field__label {
    font-size: 14px;
    left: calc(15px);
    top: calc(10px);
    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: 1px;
    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: 16px 15px 8px 15px;
    border-color: var(--bs-black);
    border-width: 2px;
    box-shadow: none;
}

.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: 12px;
    top: calc(3px);
    left: calc(15px);
    letter-spacing: .04rem;
}

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

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

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

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

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

.modal__close-button:hover {
    transform: scale(0.9);
}

.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(-3px);
    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;
}

.cart-count-bubble {
    position: absolute;
    background-color: var(--bs-black);
    color: var(--bs-white);
    height: 17px;
    width: 17px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    left: 28px;
    top: 0;
}

/* =============== Header CSS =============== */

/* =============== Footer CSS =============== */
.footer {
    background-color: #212121;
    color: #c0c0c0;
    padding: 3rem 0 0;
    font-size: 15px;
}

.footer-title {
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    color: var(--bs-white);
}

.footer-link {
    font-size: 15px;
    display: inline-block;
    padding: 0.25rem 0;
    color: #c0c0c0;
}

.footer-link:hover {
    color: var(--bs-gray-400);
}

.footer-text {
    font-size: 0.95rem;
    margin-bottom: 0.7rem;
}

.subscription-input {
    height: 46px;
    border-radius: 5rem;
    padding-inline: 1.5rem;
    margin-bottom: 0.5rem;
    max-width: 450px;
    font-size: 14px;
}

.subscription-btn {
    display: flex;
    width: 100%;
    max-width: 450px;
    align-items: self-end;
    justify-content: center;
    gap: 0.3rem;
    height: 46px;
    padding: 0.8rem;
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-light);
    --bs-btn-hover-border-color: var(--bs-light);
    --bs-btn-active-bg: var(--bs-light);
    --bs-btn-active-border-color: var(--bs-light);
    border-radius: 5rem;
}

.footer .social-link {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
    color: var(--bs-secondary);
}

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

.footer-bottom {
    font-size: 0.9rem;
    border-top: 1px solid rgb(255 255 255 / 17%);
    padding: 0.5rem 0;
    margin-top: 3rem;
}

.footer-bottom-list {
    display: flex;
    align-items: center;
    font-size: 0.83rem;
}

.footer-bottom-list .list-item {
    flex-shrink: 0;
    position: relative;
}

.footer-bottom-list .list-item:not(:last-child)::after {
    content: '';
    width: 2px;
    height: 10px;
    display: inline-flex;
    background-color: var(--bs-white);
    margin-right: 0.5rem;
}

.footer-bottom-link {
    display: inline-block;
    padding: 0.5rem;
}

/* =============== Footer CSS =============== */


/* ========== Mobile Menu CSS ========== */
.offcanvas.offcanvas-menu {
    --bs-offcanvas-width: 280px;
}

.offcanvas-header {
    background-color: var(--bs-gray-200);
    padding: 0.7rem 1.2rem;
    border-bottom: 1px solid var(--bs-gray-300);
}

.mobile-nav {
    display: none;
    background: #f8f8f8;
    padding: 10px;
}

.menu-toggle {
    display: none;
    background: #333;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.mobileMenu {
    list-style: none;
    padding-left: 0;
}

.mobileMenu li {
    margin-bottom: 5px;
    position: relative;
}

.mobileMenu li a {
    text-decoration: none;
    display: block;
    padding: 6px 10px;
    background: #eee;
    color: #333;
    position: relative;
}

.mobileMenu li:hover>a {
    color: var(--bs-primary);
    background-color: var(--bs-gray-300);
}

.mobileMenu .msubmenu {
    display: none;
    margin-left: 15px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .mobile-nav {
        display: block;
    }
}

.toggle-arrow {
    width: 33px;
    height: 33px;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--bs-gray-500);
    cursor: pointer;
    background-color: rgb(100 100 100 / 10%);
}

.toggle-arrow::after {
    content: "\f0dd";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    transform: translateY(-4px);
}

.mobileMenu li.active>.toggle-arrow::after {
    content: "\f0de";
    transform: translateY(4px);
}

/* ========== Mobile Menu CSS ========== */

/* ========== Cart CSS ========== */
.cart-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(18 18 18 / 8%);
    padding-bottom: 0.5rem;
    margin-bottom: 0.2rem;
    flex-shrink: 0;
}

.cart-header-title {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: var(--bs-gray);
}

.cart-body {
    flex-grow: 1;
    overflow: auto;
    overflow-x: hidden;
}

.cart-body::-webkit-scrollbar {
    width: 3px;
}

.cart-body::-webkit-scrollbar-thumb {
    background-color: var(--bs-gray);
    border-radius: 100px;
}

.cart-body::-webkit-scrollbar-track-piece {
    margin-top: 31px;
}

.cart-footer {
    flex-shrink: 0;
    padding: 1rem;
    margin: -1rem;
    padding-top: 0;
    background-color: var(--bs-white);
}

.cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    border-top: 1px solid rgb(18 18 18 / 8%);
    padding-top: 1rem;
    margin-top: 1rem;
}

.cart-total-title {
    margin-bottom: 0;
    text-transform: uppercase;
    flex-grow: 1;
}

.cart-total-value {
    margin-bottom: 0;
    font-size: 18px;
    flex-shrink: 0;
}

.c_sysmbol {
    font-family: initial;
    font-weight: 500;
    font-size: 16px;
}

.checkout-link {
    width: 100%;
    justify-content: center;
}

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

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

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

.quantity {
    color: var(--bs-black);
    position: relative;
    width: 100px;
    display: flex;
    border-radius: 0;
    min-height: 35px;
    background-color: var(--bs-gray-200);
    border-radius: 4px;
}

.cart_quantity__button,
.quantity__button {
    width: 35px;
    flex-shrink: 0;
    font-size: 15px;
    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: 10px;
    pointer-events: none;
}

.quantity__input {
    color: currentColor;
    font-size: 14px;
    font-weight: 500;
    opacity: .85;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 5px;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    outline: 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;
}

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

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

.cart-drawer .cart-item {
    display: grid;
    grid-template: repeat(2, auto) / repeat(4, 1fr);
    gap: 5px;
    margin-bottom: 0;
}

.cart-drawer .cart-items td {
    padding: 0;
    padding-top: 1rem;
    vertical-align: top;
}

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

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

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

.cart-drawer .cart-items .cart-item__quantity {
    padding-top: 0;
    grid-column: 2 / 5;
}

.product-option {
    font-size: 14px;
    word-break: break-word;
}

.cart-item__details>*+* {
    margin-top: 5px;
    margin-bottom: 0;
}

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

.cart-item__name {
    font-weight: 500;
}

.cart-item-image {
    border-radius: 4px;
    border: 1px solid rgb(18 18 18 / 20%);
}

.icon-remove {
    height: 15px;
    width: 15px;
}

.cart-remove-button {
    min-width: 35px;
    min-height: 35px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}

.hero-carousel .slick-dots {
    bottom: 20px;
}

.cart-empty {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 1rem;
}

.cart-empty-text {
    text-align: center;
    color: var(--bs-black);
}

.cart-empty-btn {
    justify-content: center;
    padding: 1rem;
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
}

.cart-empty-title {
    color: var(--bs-black);
    margin-bottom: 0;
    margin-top: 2rem;
}

.cart-empty-paragraph {
    margin-bottom: 0;
    font-size: 15px;
}

/* ========== Cart CSS ========== */

/* ========== Category CSS ========== */
.category-section-title {
    background: rgb(20 133 204 / 15%);
    padding: 20px 0px;
    color: var(--bs-secondary);
    margin: 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.category-carousel {
    margin: 0 -4px;
}

.category-card {
    background-color: #f5f5f5;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    margin: 5px;
}

.category-card-title {
    position: absolute;
    left: 50%;
    background: white;
    padding: 5px 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    bottom: -1px;
    transform: translateX(-50%);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    color: var(--bs-black);
    margin-bottom: 0;
    white-space: nowrap;
}

/* ========== Category CSS ========== */

/* ========== Product CSS ========== */
.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgb(18 18 18 / 8%);
    padding-bottom: 0.8rem;
}

.section-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    color: var(--bs-black);
    font-weight: 600;
    line-height: 1;
}

.section-link {
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

.product-card {
    position: relative;
    border: 1px solid rgb(18 18 18 / 10%);
    border-radius: 6px;
    overflow: hidden;
}

.product-card-content {
    padding: 0.8rem 0.5rem;
    padding-bottom: 6px;
    text-align: center;
}

.product-card-title {
    font-size: 13px;
    color: var(--bs-black);
    min-height: 32px;
}

.product-card-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.5rem;
}

.product-card-price .price-regular {
    text-decoration: line-through;
    color: var(--bs-gray);
}

.product-card-price .price-sale {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-black);
}

.product-card-badges {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 0.3rem;
}

.badge {
    border-radius: 2px;
}

.badge.price__badge-sold-out {
    border: 1px solid transparent;
    border-radius: 40px;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px 10px 6px;
    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: 700;
}

.badge-primary {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.product-card-btn {
    width: 100%;
    justify-content: center;
    gap: 5px;
    border-radius: 0;
    padding-block: 10px;
}

.product-card-btn:hover {
    background-color: var(--bs-dark);
}

/* ========== Product CSS ========== */

/* ========== Banner CSS ========== */
.banner-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.3rem;
}

.banner-card-image img {
    transition: transform 0.3s ease;
}

.banner-card:hover img {
    transform: scale(1.05);
}

.banner-card-title {
    font-family: "Rajdhani", sans-serif;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: var(--bs-white);
    text-align: center;
    padding: 0.8rem;
}

/* ========== Banner CSS ========== */

/* ========== Why Choose CSS ========== */
.why-choose-title {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    color: var(--bs-dark);
}

.choose-card {
    background-color: var(--bs-gray-200);
    border-radius: 0.5rem;
    text-align: center;
    padding: 1rem;
    height: 100%;
    transition: transform 0.3s ease;
}

.choose-card:hover {
    transform: translateY(-10px);
}

.choose-card-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.choose-card-icon svg {
    width: 30px;
    height: 30px;
}

.choose-card-title {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    color: var(--bs-dark);
}

.choose-card-text {
    max-width: 250px;
    margin: 0 auto;
}

/* ========== Why Choose CSS ========== */

/*** ========== Products Page css ========== ***/
.category-hero-title {
    background: rgb(20 133 204 / 15%);
    padding: 15px 0px;
    color: var(--bs-secondary);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: "Rajdhani", sans-serif;
}

#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 15px;
    background-color: var(--bs-white);
    opacity: .7;
}

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

.facets__form {
    display: grid;
    gap: 0 20px;
    grid-template-columns: 1fr max-content max-content;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(18 18 18 / 8%);
    padding-bottom: 1rem;
}

.facets__wrapper {
    align-items: baseline;
    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: -5px;
}

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

.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: var(--bs-dark);
    font-size: 16px;
    margin: -15px 20px 0 0;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
}

.facets__disclosure {
    margin-right: 35px;
}

.facets__summary {
    color: rgb(0 0 0 / 75%);
    font-size: 14px;
    padding: 0 17px 0 0;
    margin-bottom: 10px;
    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: 3px;
}

.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% + 5px);
    left: -12px;
    width: 350px;
    max-height: 550px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    border-radius: 0.5rem;
}

.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(-15px);
    }

    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 / 10%);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    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: 3px;
    text-decoration-thickness: 1px;
    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: 16px;
    height: 16px;
    top: 7px;
    left: -4px;
    z-index: -1;
    appearance: none;
    -webkit-appearance: none;
}

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

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

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

.facets__list {
    padding: 10px 20px;
}

.facet-checkbox {
    padding: 10px 0;
    flex-grow: 1;
    position: relative;
    font-size: 14px;
    display: flex;
    word-break: break-word;
    align-items: center;
}

.link,
.customer a {
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--bs-black);
    background-color: transparent;
    font-size: 14px;
    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: 6px;
    right: 15px;
    top: calc(50% - 2px);
}

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

.facets__price {
    display: flex;
    padding: 20px;
}

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

.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: 14px;
    margin: 0 2rem 0 0;
    font-weight: 400;
    white-space: nowrap;
}

.facet-filters__sort {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 1px 17px 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: 6px;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 2px);
    right: calc(1px + 15px);
}

.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: 14px;
    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: -5px;
}

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

.active-facets__button-wrapper *,
span.active-facets__button-inner {
    font-size: 14px;
}

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

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

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

.loading__spinner {
    position: absolute;
    z-index: 1;
    width: 18px;
}

.loading__spinner {
    width: 18px;
    display: inline-block;
}

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

.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: 20px;
}

.mobile-facets__open>*+* {
    margin-left: 10px;
}

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

.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 30px;
}

/*** ========== 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% - 50px);
    margin-left: auto;
    height: 100%;
    /* overflow-y: auto; */
    pointer-events: all;
    max-width: 375px;
    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: 1px solid rgb(0 0 0 / 8%);
    padding: 10px 25px;
    text-align: center;
    display: flex;
    position: sticky;
    justify-content: center;
    top: 0;
    z-index: 2;
    flex-direction: column;
    color: var(--bs-black);
    font-size: 16px;
}

.mobile-facets__count {
    color: rgb(0 0 0 / 70%);
    font-size: 12px;
    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;
}

.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-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-filter-footer>button {
    padding: 9px 0 10px;
}

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

.mobile-facets__label .icon-checkmark {
    position: absolute;
    top: 22px;
    left: 28px;
    visibility: hidden;
}

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

.mobile-facets__label {
    padding: 15px 20px 15px 25px;
    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: 14px;
    font: inherit;
    letter-spacing: inherit;
    margin-top: 10px;
    padding: 12px 26px;
    text-decoration: none;
    display: grid;
    grid-template-columns: min-content 1fr;
    text-align: start;
    width: 100%;
    gap: 5px;
}

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

.icon-arrow {
    width: 15px;
}

.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: 13px 25px;
}

.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;
    margin-right: 3px;
}

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

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

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

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

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

.mobile-facets__info {
    padding: 0 26px;
}

.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: 6px;
    font-family: initial;
}

.facets__price .field+.field-currency {
    margin-left: 20px;
}

.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 ========== ***/


/*** ========== 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;
    z-index: 99;
}

.image__thumbnail>img {
    width: 100%;
}

.image__gallery {
    overflow: hidden;
}

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

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

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

.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;
}

.play__icon {
    visibility: hidden;
    height: 80px;
}

.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;
}

.product-title {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    color: var(--bs-dark);
}

.single-product-price .price-regular {
    font-size: 18px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    margin-right: 5px;
    letter-spacing: -0.8px;
}

.single-product-price .price-sale {
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--bs-dark);
    line-height: 1.4;
    letter-spacing: -0.8px;
}

.single-product-price .price-regular .c_sysmbol {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 18px;
}

.single-product-price .price-sale .c_sysmbol {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 24px;
}

.form__label {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    color: var(--bs-gray-700);
}

.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);
    display: inline-block;
    margin: .3rem 0.25rem .2rem 0;
    padding: 10px 20px;
    font-size: 14px;
    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);
}

.single-product-qty .quantity {
    background-color: transparent;
    border: 1px solid var(--bs-dark);
    border-radius: 0;
    min-height: 40px;
    width: 140px;
}

.single-product-qty .cart_quantity__button {
    width: 40px;
}

.product-form__buttons .btn {
    width: 100%;
    max-width: 440px;
    display: block;
    padding: 1rem;
}

.related-carousel {
    margin: 0 -5px;
}

.related-product {
    padding: 5px;
}

.ZoomContainer {
    z-index: 9 !important;
}

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

/*** ========== Quick View css ========== ***/
#quickView .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
}

#quickView .price-regular {
    font-size: 18px;
}

#quickView .price-sale {
    font-size: 20px;
}

#quickView .price-regular .c_sysmbol {
    font-size: 18px;
}

#quickView .price-sale .c_sysmbol {
    font-size: 18px;
}

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

#quickView .modal-body {
    padding: 1.5rem;
}

#quickView .product-form__input--pill input[type=radio]+label {
    padding: 6px 15px 8px;
    font-size: 12px;
}

#quickView .product-form__buttons .btn {
    padding: 0.8rem;
    font-size: 12px;
}

#quickView .single-product-qty .quantity {
    min-height: 36px;
    width: 120px;
}

#quickView .single-product-qty .cart_quantity__button {
    width: 36px;
}

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


/*** ========== Checkout css ========== ***/
.checkout__header {
    padding: 10px 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 2.2rem;
    align-items: center;
}

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

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

.header__link {
    display: block;
    padding: 7px 13px;
    border-radius: 0.3rem;
}

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

.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;
}

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

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

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

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

.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: 1.5rem;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

.form-check-input {
    width: 16px;
    height: 16px;
}

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

.checkout__input {
    padding: 10px 16px;
    min-height: 40px;
    border-color: transparent !important;
    font-size: 14px;
    background-color: var(--bs-white);
}

.checkout__input:focus {
    box-shadow: none !important;
}

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

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

.checkout__body {
    flex-grow: 1;
}

.checkout__footer {
    flex-shrink: 0;
    border-top: 1px solid #dedede;
    padding-top: 14px;
    margin-top: 50px;
}

.checkbox__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    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((14px * 18) / 14);
    height: calc((14px * 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: 4px hsl(204 77% 39% / 1) solid;
}

.checkbox__item_label {
    font-size: 14px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    color: var(--bs-dark);
}

.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 {
    color: var(--bs-dark) !important;
    border: 1px solid #dedede;
    height: 48px;
    padding: 12px 15px;
    font-size: 14px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}

.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: 15px;
    align-items: flex-start;
}

.checkout__item_img {
    flex-shrink: 0;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
}

.checkout__item_img img {
    object-fit: contain;
    object-position: top;
    background-color: var(--bs-white);
}

.checkout__item_desc {
    color: var(--bs-black);
    margin-right: 15px;
}

.checkout__item_price {
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    color: var(--bs-dark);
}

.checkout__item_option {
    color: #666;
    font-size: 12px;
}

.checkout__item_count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 22px;
    height: 22px;
    background-color: #666;
    color: var(--bs-white);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
}

.checkout__summary {
    padding-top: 1rem;
}

.coupon__wrapper {
    display: flex;
    gap: 12px;
}

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

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

.coupon__btn:hover {
    background-color: #1773b0;
    color: var(--bs-white);
}

.checkout__pricing {
    padding-top: 10px;
}

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

.checkout__pricing_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.checkout__item_label {
    color: var(--bs-gray-700);
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}

dl {
    margin-bottom: 0;
}

.checkout__item_amount {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

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

.password__toggler {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--bs-black);
    font-size: 15px;
}

.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__card {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
    background-color: var(--bs-white);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
}

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

.auth__card_heading {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    color: var(--bs-dark);
}

.auth__card__input {
    padding-top: 10px;
}

.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: 15px !important;
    font-weight: 500;
    padding-left: 12px !important;
}

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

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

/*** ========== Checkout css ========== ***/
.fancybox__container {
    z-index: 9999;
}

/*** ========== 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: 20px;
    padding-bottom: 20px;
}

.btn__account {
    color: #707070;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
}

.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: 14px;
    min-width: 220px;
    padding: 13px;
    padding-bottom: 12px;
}

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

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

.header__left {
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 20px;
}

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

.header__link {
    display: block;
    padding: 7px 13px;
    border-radius: 3px;
}

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

.dropdown__list a {
    display: block;
    padding: 7px 13px;
    margin-top: 5px;
    border-radius: 3px;
}

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

.section__padding {
    padding: 0 38px;
}

.btn-xs {
    font-size: 12px;
    padding: 4px 7px 6px;
    border-radius: 3px;
}

.table>thead>tr>th {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}

.table>tbody>tr>td {
    font-size: 12px;
}

.table>:not(caption)>*>* {
    padding: 10px 15px;
    color: var(--bs-gray-700);
    font-weight: 600;
}

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

.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: 12px;
    color: #707070;
    padding: 2px 8px 2px 3px;
    gap: 3px;
    border-radius: 20px;
    align-items: center;
}

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

.btn__edit {
    padding: 0;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

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

.edit__icon {
    height: 14px;
    color: #1773b0;
}

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

.form__input {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 5px 14px;
    min-height: 50px;
}

.form__input[type=file] {
    padding: 13px 18px;
}

.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: 17px;
}

.form__input:not(:placeholder-shown)~.field__label {
    top: 5px;
    font-size: 12px;
}

.form__input~.field__label {
    color: #707070;
    font-size: 13px;
    top: 15px;
}

.close__form_btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.form__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    padding-top: 20px;
}

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

#editView .modal-content {
    border-radius: 10px;
}

#editView .modal-body {
    padding: 20px;
}

.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: 10px;
}

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

.section__heading_text {
    flex-grow: 1;
}

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

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

.step__footer__info {
    flex-grow: 1;
}

.thank__header {
    position: relative;
    margin-bottom: 30px;
    padding-left: 60px;
}

.thank__check {
    font-size: 22px;
    color: #1773b0;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    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: 20px;
    font-weight: 400;
}

.content-box {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 20px;
}

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

.text-container {
    line-height: 15px;
    font-size: 12px;
}

.text-container p {
    margin-top: 10px;
    margin-bottom: 0;
}

.heading-3 {
    color: #333333;
    font-size: 14px;
    margin-top: 15px;
}

.address {
    margin-top: 10px
}

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