/* Hide scrollbar for Chrome, Safari and Opera */
/*::-webkit-scrollbar {
  display: none;
}


. {
  -ms-overflow-style: none;
  scrollbar-width: none;
}*/

/* ===== GLOBAL ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
}

body {
    background: #fff;
}

.coupon-input::placeholder {
    font-size: 12px;
}

.bg-other {
    background-color: #F4F5F9;
}

/** NAVBAR 2 **/
.navbar.navbar-1 {

    position: relative;
    z-index: 20;
}

.navbar-menu-bar {
    position: relative;
    z-index: 10;
}

.input-group.input-group-1 {
    background-color: #FBFBFB;
    border: 1px solid #f5f5f5;
    border-radius: 0.5rem;
}

.country-language-dropdown {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 0.75rem;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    color: #e30613;
    color: #E30613;
}

.btn.notify-btn {
    width: 2.5rem;
    height: 2.5rem;
    border-color: #e30613 !important;
    border-color: #E30613 !important;
}

.notification-number {
    font-family: "Rubik", sans-serif;
    font-weight: 600 !important;
    font-style: 500 !important;
    font-size: 9px !important;
    leading-trim: NONE;
    line-height: 145% !important;
    letter-spacing: 0% !important;
}

.nav-item.nav-item-nav-2 a {
    font-family: "Rubik", sans-serif;
    color: #686868;
    font-weight: 400;
    font-style: Semi Bold;
    font-size: 0.75rem;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    transition: 0.3s color ease-in-out;
}

.nav-item.nav-item-nav-2 a:hover {
    color: #9b0710;
    color: #9B0710;
}

.nav-link.nav-link-active {
    color: #9b0710 !important;
    color: #9B0710 !important;
}

/** LANGUAGE MODAL **/
.modal-content.modal-language {
    padding: 3rem;
    border-radius: 0.75rem;
}


/* Mobile Bottom Sheet Styles */
@media (max-width: 576px) {
    .modal-bottom-sheet .modal-dialog {
        margin: 0;
        display: flex;
        align-items: flex-end;
        min-height: 100%;
        max-width: 100%;
    }

    .modal-bottom-sheet .modal-content {
        border-radius: 1.5rem 1.5rem 0 0 !important;
        /* Rounded top corners only */
        padding: 1.5rem !important;
        /* Adjusting your 3rem padding for mobile space */
        border: none;
        width: 100%;
    }

    /* Animation: Slide up from bottom */
    .modal.fade .modal-dialog {
        transform: translateY(100%);
        transition: transform 0.3s ease-out;
    }

    .modal.show .modal-dialog {
        transform: translateY(0);
    }
}

.modal-title {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: -2%;
    color: #010F07;
}

.modal-sub,
.modal-sub span {
    margin-top: 1rem;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #8E9198;
}

.modal-title-2 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #333333;
}

.flag-icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
}

.country-name {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #333333;
}

.btn.btn-outline-country,
.btn.btn-outline-country:hover {
    border: 1px solid #cbced3;
    border: 1px solid #CBCED3;
    border-radius: 0.75rem;
    padding: 0.75rem;
    background-color: #fff;
    transition: all 0.3s ease;
}

.btn.btn-outline-country:hover {
    border: 1px solid #cbced3 !important;
    border: 1px solid #CBCED3 !important;
}

.btn.btn-outline-country .flag-icon {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.btn-check:checked+.btn-outline-country {
    border-color: #e30613 !important;
    border-color: #E30613 !important;
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
}

.btn-check:checked+.btn-outline-country .flag-icon {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
    box-shadow: #e306133d !important;
    box-shadow: #E306133D !important;
    transition: box-shadow 0.3s ease-in-out;
}

/* Secondary country input/button (only in second CSS) */
.btn.country-secondary,
.btn.country-secondary:hover {
    border: 1px solid #CBCED3;
    border-radius: 0.75rem;
    padding: 0.75rem;
    background-color: #fff;
    transition: all 0.3s ease;
}

.btn.country-secondary:hover,
.btn.country-secondary:focus {
    border: 1px solid #CBCED3 !important;
}

.form-control.country-secondary-1 {
    border: 1px solid #CBCED3;
    border-radius: 0.75rem;
    padding: 0.75rem;
    background-color: #fff;
}

.form-control.country-secondary-1:focus {
    box-shadow: none;
    border: 1px solid #CBCED3;
}

.btn.btn-outline-lang {
    border: 1px solid #c7c7c7 !important;
    border: 1px solid #C7C7C7 !important;
    border-radius: 200px !important;
    width: 8rem !important;
    background-color: #fff;
    color: #888;
    font-weight: 400 !important;
    transition: all 0.3s ease;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
}

.btn-check:checked+.btn-outline-lang {
    background-color: #e30613 !important;
    border-color: #e30613 !important;
    background-color: #E30613 !important;
    border-color: #E30613 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(227, 6, 19, 0.3) !important;
}

.btn-outline-lang:hover {
    border-color: #adb5bd !important;
    color: #333;
}

.btn.btn-next,
.btn.btn-next:hover,
.btn.btn-next:active {
    background: linear-gradient(118deg, #e30613 2.06%, #9b0710 100%);
    background: linear-gradient(118deg, #E30613 2.06%, #9B0710 100%);
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
    color: #FFF;
    height: 3.75rem;
}

/** MOBILE INPUT **/
.input-group.mobile-input-container {
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    background: #fbfbfb;
    background: #FBFBFB;
}

.mobile-input-container .input-group-text,
.mobile-input-container .form-control {
    border: none;
    padding: 1rem;
}

.mobile-input-container .form-control::placeholder {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
    opacity: 0.5;
}

.mobile-input-container .form-control {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
}

.mini-flag {
    width: 24px;
    height: auto;
}

.country-code {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #868686;
}

.guest-login-link {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: right;
    color: #e30613;
    color: #E30613;
    text-decoration: none;
}

.guest-note {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: right;
    color: #868889;
}

/** VERIFICATION MODAL **/
.otp-input {
    background-color: #f8f9fa;
    background-color: #F8F9FA;
    border: 1px solid #f1f1f1;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    padding: 1.2rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.8rem;
    color: #1a1a1a;
    color: #1A1A1A;
    height: 60px;
}

.otp-input::placeholder {
    color: #cbced3;
    color: #CBCED3;
    letter-spacing: 0.8rem;
}

.change-link,
.resend-link {
    color: #e30613 !important;
    color: #E30613 !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.change-link:hover,
.resend-link:hover {
    text-decoration: underline;
}

.change-link-1 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #e30613;
    color: #E30613;
    text-decoration: none;
}

.change-link-1 img {
    height: 20px;
    width: 20px;
}

.text-2 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 10px;
    letter-spacing: -3%;
    text-align: center;
    color: #868889;
}

/** SUCCESS MODAL **/
.success-icon-wrapper {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1060;
}

.success-circle {
    width: 64px;
    height: 64px;
    background-color: #22a45d;
    background-color: #22A45D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-circle img {}

.profile-input {
    background-color: #f8f9fa;
    background-color: #F8F9FA;
    border: 1px solid #f5f5f5;
    border-radius: 8px !important;
    overflow: hidden;
}

.profile-input .form-control,
.profile-input .input-group-text {
    background-color: #f8f9fa;
    background-color: #F8F9FA;
    border: none;
    padding: 0.8rem;
    color: #000;
    font-weight: 500;
}

.btn.btn-skip,
.btn.btn-skip:hover,
.btn.btn-skip:active {
    background: #fff;
    border: 1px solid #333333;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 3px;
    text-align: center;
    color: #333333;
    height: 3.75rem;
}

.btn.btn-filter-2 {
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #DCDDDE;
}

/** HOME BANNER **/
/*.banner-img{
    height: 32rem;
}*/

#carouselExampleInterval .carousel-control-prev,
#carouselExampleInterval .carousel-control-next {
    display: none;
}

/** FEATURED CATEGORY **/
.featured {
    padding-top: 1rem;
}

.section-title {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.see-all-link {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: right;
    color: #ed1c24;
    color: #ED1C24;
    text-decoration: none;
}

.cat-link {
    text-decoration: none;
}

.category-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 2rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 1.5rem;
}

.category-wrapper::-webkit-scrollbar {
    display: none;
}

.category-item {
    flex: 0 0 auto;
    text-align: center;
    width: 110px;
}

.category-item img {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 0.5rem;
    object-fit: cover;
    object-position: center;
}

.category-item p {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 1rem;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    color: #010f07;
    color: #010F07;
}

/** TOP SELLING **/
.top-selling-wrapper {
    margin-top: 1.5rem;
}

.noLink {
    text-decoration: none;
}

/** PRODUCT CARD **/
.product-card {
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    max-width: 15rem;
    border: 1px solid #ececec;
    border: 1px solid #ECECEC;
}

.product-img-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

.product-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.wishlist-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    background: none;
    border: none;
    font-size: 1.2rem;
    z-index: 10;
}

.badge-container {
    position: absolute;
    top: 15px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    z-index: 5;
}

.bundle-badge,
.discount-badge,
.discount-badge-1 {
    color: white;
    padding: 4px 12px;
    font-size: 0.75rem;
    border-radius: 2px 0 0 2px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: -3%;
    width: 4.375rem;
}

.bundle-badge {
    background-color: #fbbc05;
    background-color: #FBBC05;
    color: white;
}

.discount-badge-1 {
    background-color: #ed1c24;
    background-color: #ED1C24;
    color: white;
}

.discount-badge {
    position: absolute;
    top: 1rem;
    right: 0;
    background-color: #ed1c24;
    background-color: #ED1C24;
    color: white;
}

.product-title {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(22px * 2);
}

.rating-badge {
    background: linear-gradient(180deg, #22a45d 0%, #017335 100%);
    background: linear-gradient(180deg, #22A45D 0%, #017335 100%);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: none;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: -3%;
}

.rating-text-1 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: -3%;
}

.old-price {
    text-decoration: line-through;
    color: #868889;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 0.875rem;
    line-height: 14px;
}

.current-price {
    color: #e30613;
    color: #E30613;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 1rem;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
}

.tax-text {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: -3%;
    color: #868889;
    margin: 0;
}

/** BANNER SLIDERS 2 **/
.carousel-inner.carousel-inner-banner-2 {
    border-radius: 1.5rem;
}

.banner-img-small {
    border-radius: 1.5rem;
}

.sub-text-muted {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    margin-top: 0.75rem;
    color: #868889;
}

/** PRODUCT LISTINGS **/
.main-header-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 1rem;
}

.breadcrumb-item.item-nav a {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    color: #666666;
    text-decoration: none;
}

.product-listing-section {
    padding: 3rem 0;
}

.offcanvas-half {
    margin-top: 7rem;
    height: 50vh !important;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.offcanvas-half .offcanvas-body {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.filtered-heading {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #010f07;
    color: #010F07;
}

.filter-title-1 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    color: #000000;
}

.filter-title-2 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    color: #9b0710;
    color: #9B0710;
}

.filter-title-3 a {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    color: #868889;
    text-decoration: none;
}

.filter-title-3 {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
}

.btn.btn-clear-filter,
.btn.btn-clear-filter:hover {
    border: 1px solid #9b0710;
    border: 1px solid #9B0710;
    border-radius: 4px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #9b0710;
    color: #9B0710;
}

/** APPLY FILTER BUTTON **/
.btn.btn-apply-filter,
.btn.btn-apply-filter:hover,
.btn.btn-apply-filter:active {
    background: linear-gradient(118deg, #E30613 2.06%, #9B0710 100%);
    border: none;
    border-radius: 4px;
    font-family: "Rubik", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    transition: opacity 0.2s;
}

.btn.btn-apply-filter:hover {
    opacity: 0.9;
}

.btn.btn-apply-price,
.btn.btn-apply-price:hover {
    background-color: #9B0710;
    border: none;
    border-radius: 4px;
    font-family: "Rubik", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    transition: opacity 0.2s;
}

/** FILTER MULTICHECK (category checkboxes) **/
.filter-multicheck {
    width: 15px;
    height: 15px;
    accent-color: #E30613;
    cursor: pointer;
    flex-shrink: 0;
}

.filter-multicheck+label {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    cursor: pointer;
    margin-bottom: 0;
}

/** CATEGORY FILTER LINK STYLE (no visible checkbox) **/
.cat-hidden-check {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.cat-filter-label {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
    padding: 4px 0;
    margin-bottom: 4px;
    transition: color 0.15s ease;
    user-select: none;
}

.cat-filter-label:hover {
    color: #E30613;
}

.cat-filter-child {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    cursor: pointer;
    padding: 3px 0;
    margin-bottom: 2px;
    transition: color 0.15s ease;
    user-select: none;
}

.cat-filter-child:hover {
    color: #E30613;
}

.cat-filter-active {
    color: #CD001C !important;
    font-weight: 600;
}

/** PAGINATION **/
.page-number-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0 3px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.page-number-box:hover {
    background-color: #f5e6e7;
    border-color: #E30613;
    color: #E30613;
}

.page-number-box.active {
    background: linear-gradient(118deg, #E30613 2.06%, #9B0710 100%);
    color: #fff !important;
    border-color: transparent;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(227, 6, 19, 0.3);
}

.nav-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    margin: 0 4px;
    transition: all 0.2s ease;
}

.nav-arrow:hover {
    background-color: #f5e6e7;
    border-color: #E30613;
}

.nav-arrow.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.pagination-container {
    padding-bottom: 2rem;
}

/** FILTER PRICE COLLAPSE **/
.price-pill-input {
    width: 100px;
    height: 38px;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
}

.price-pill-input:focus {
    border-color: #a3000b;
}

.price-pill-input::-webkit-outer-spin-button,
.price-pill-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.price-pill-input[type="number"] {
    -moz-appearance: textfield;
}

.price-pill-input[type=number] {
    -moz-appearance: textfield;
}

/** SIZE COLLAPSE **/
.size-filter-item {
    display: inline-flex;
    align-items: center;
}

.size-checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 8px;
}

.size-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-box {
    height: 17px;
    width: 17px;
    background-color: #f4f6f9;
    border: 1px solid #999999;
    border-radius: 4px;
    position: relative;
    transition: all 0.2s ease;
}

.custom-box::after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #1a202c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.size-checkbox-input:checked+.size-checkbox-label .custom-box::after {
    display: block;
}

.size-checkbox-input:checked+.size-checkbox-label .custom-box::after {
    display: block;
}

.size-text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.size-checkbox-label:hover .custom-box {
    border-color: #666;
}

/** COLOR FILTER **/
.color-item {
    position: relative;
    width: 32px;
    height: 32px;
}

.color-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.color-label {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 5px solid var(--btn-color);
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: transform 0.2s ease;
}

.color-label::after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #1f2937;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.color-input:checked+.color-label::after {
    display: block;
}

.color-input:checked+.color-label::after {
    display: block;
}

/* Subtle hover effect */
.color-label:hover {
    transform: scale(1.1);
    transform: scale(1);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.color-label.not-available {
    cursor: not-allowed;
    opacity: 0.6;
}

.color-label.not-available::before {
    content: "\2715";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
    z-index: 10;
}

.white-color-border {
    border-color: #d1d5db !important;
}

/** MATERIAL FILTER **/
.custom-check-group {
    display: flex;
    align-items: center;
}

.custom-check-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 10px;
}

.custom-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-check-box {
    height: 17px;
    width: 17px;
    background-color: #f4f6f9;
    border: 1px solid #999;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
}

.custom-check-box::after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #1a202c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-check-input:checked+.custom-check-label .custom-check-box::after {
    display: block;
}

.custom-check-input:checked+.custom-check-label .custom-check-box::after {
    display: block;
}

.filter-label-text {
    font-size: 15px;
    color: #111;
    font-weight: 400;
    white-space: nowrap;
    /* Keeps text on one line */
    white-space: nowrap;
}

.per-page-box,
.page-number-box {
    background-color: #eeeeee;
    background-color: #EEEEEE;
    color: #2c2d30;
    color: #2C2D30;
    border: 1px solid #dcddde;
    border: 1px solid #DCDDDE;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 10px;
    letter-spacing: -3%;
}

.pagination-text {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    color: #2c2d30;
    color: #2C2D30;
}

/** PRODUCT DETAIL SECTION **/
.thumbnail-wrapper img {
    height: 6rem;
    width: 6rem;
    border-radius: 15px;
    object-fit: cover;
}

.thumbnail-wrapper.active img {
    border: 1px solid #9b0710 !important;
    border: 1px solid #9B0710 !important;
    height: 6rem;
    width: 6rem;
}

@media (max-width: 767.98px) {

    .thumbnail-wrapper img,
    .thumbnail-wrapper.active img {
        height: 64px !important;
        width: 64px !important;
        border-radius: 10px;
    }
}

.main-img-container {
    width: 100%;
    max-width: 40rem;
    aspect-ratio: 1 / 1;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #F5F5F5;
}

.main-img-container img,
.main-img-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

@media (max-width: 576px) {
    .main-img-container {
        max-width: 100%;
        height: auto;
    }
}

/** PRODUCT DETAIL **/
.product-main-title {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: -2%;
    color: #263238;
    max-width: 30rem;
}

@media (max-width: 767.98px) {
    .product-main-title {
        font-size: 22px !important;
        line-height: 1.3;
    }
}

.rating-point {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    color: #263238;
}

.all-review-links {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    color: #686868;
    text-decoration: none;
}

.stock-title {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    color: #22a45d;
    color: #22A45d;
}

.product-enquiry {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    color: #000000;
}

.strike-rate {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #868889;
}

.main-rate {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -1%;
    color: #263238;
}

.product-badge {
    background: linear-gradient(180deg, #22a45d 0%, #017335 100%);
    border-radius: 2px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #fff;
}

.text-101 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    color: #868889;
}

/* Color Swatches */
.color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.color-swatch.active {
    border-color: #e30613;
    border-color: #E30613;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.color-swatch div {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.color-swatch i {
    position: absolute;
    font-size: 14px;
}

.btn.btn-size {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    background-color: #f0f0f0;
    color: #444;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.btn.btn-size.active {
    background-color: #000 !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.btn.btn-size.not-available {
    background-color: #f0f0f0;
    color: #aaa;
    cursor: not-allowed;
    border: 1px solid #ccc;
    overflow: hidden;
}

.btn.btn-size.not-available::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: linear-gradient(to top right, transparent 46%, #E30613 47%, #E30613 53%, transparent 54%);
    z-index: 1;
}

.btn.btn-size:hover:not(:disabled):not(.active) {
    background-color: #d0d0d0;
}

/* Dynamic width for size buttons with longer text */
.btn-check+.btn.btn-size {
    width: auto;
    min-width: 27px;
    padding: 0 8px;
    white-space: nowrap;
}

/** BUNDLE BADGE **/
.badge.badge-text {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    color: #263238;
}

.badge-text-1 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    color: #686868;
}

.input-group.quantity-picker {
    max-width: 11rem;
}

.quantity-picker .btn,
.quantity-picker .btn:hover {
    background: #9b0710;
    background: #9B0710;
    color: white;
    width: 2.5rem;
    border-radius: 6px !important;
    font-size: 1.2rem;
}

.quantity-picker .form-control {
    background: #f1f1f1;
    background: #F1F1F1;
    border: none;
    border-radius: 6px !important;
    font-weight: 700;
}

.btn.btn-buy-now,
.btn.btn-buy-now:hover,
.btn.btn-buy-now:active {
    background: linear-gradient(118deg, #e30613 2.06%, #9b0710 100%);
    background: linear-gradient(118deg, #E30613 2.06%, #9B0710 100%);
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
    color: #FFF;
    height: 3.75rem;
    box-shadow: 0px 10px 16px 0px #e3061333;
    box-shadow: 0px 10px 16px 0px #E3061333;
}

.text-102 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    color: #868889;
}

.text-103 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    color: #9b0710;
    color: #9B0710;
}

.offer-title-1 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    color: #22a45d;
    color: #22A45D;
}

.badge-text {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

.description-title {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #263238;
}

.specs-list,
.description-text,
.description-text p {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #37474f;
    color: #37474F;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Scrollable Container */
.product-scroll-container {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
}

.product-scroll-container::-webkit-scrollbar {
    width: 2px;
    border-radius: 8px;
}

.product-scroll-container::-webkit-scrollbar-thumb {
    background: #676a72;
    background: #676A72;
    border-radius: 10px;
}

.product-img-box {
    width: 100px;
    height: 100px;
    background-color: #e0e0e0;
    background-color: #E0E0E0;
    border-radius: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.quantity-control {
    background-color: #2d3748 !important;
    /* Dark navy-grey */
    background-color: #2D3748 !important;
}

.btn.trash-btn,
.btn.trash-btn:hover,
.btn.trash-btn:active {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #e30613;
    padding: 0;
}

@media (max-width: 575.98px) {
    .trash-btn {
        width: 24px !important;
        height: 24px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .trash-btn img {
        width: 12px !important;
        height: 12px !important;
        object-fit: contain;
    }
}

/* Mobile fix: cart product image & price alignment */
@media (max-width: 575.98px) {
    .product-card-horizontal.row {
        align-items: flex-start !important;
    }

    .product-card-horizontal .d-flex.flex-column .d-flex.align-items-center.gap-1 {
        flex-wrap: wrap;
    }

    .product-card-horizontal .d-flex.flex-column .d-flex.align-items-center.gap-1>span {
        white-space: nowrap;
    }

    .product-card-horizontal .d-flex.flex-column .d-flex.align-items-center.gap-1>.ms-4 {
        margin-left: 0 !important;
    }
}

.product-title-cart {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #000000;
    max-width: 17rem;
}

.cart-spec {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    color: #494949;
}

.save-for-text {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    color: #9b0710;
    color: #9B0710;
}

.qty-wrapper {}

.qty-btn {
    width: 30px;
    height: 29px;
    border-radius: 12px;
    border: none;
    background: #263238;
    color: white;
    font-size: 24px;
    transition: 0.2s;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    background: #1f272b;
}

.qty-btn:active {
    transform: scale(0.9);
    transform: scale(.9);
}

.qty-number {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -1%;
    text-align: center;
}

@media (max-width: 575.98px) {
    .qty-btn {
        width: 15px !important;
        height: 15px !important;
        border-radius: 4px !important;
        font-size: 10px !important;
        padding: 0 !important;
    }

    .qty-number {
        font-size: 12px !important;
        line-height: 12px !important;
        margin: 0 5px !important;
    }

    .qty-wrapper {
        gap: 4px !important;
    }
}

.btn.btn-continue,
.btn.btn-continue:hover,
.btn.btn-continue:active {
    background-color: #9b0710;
    background-color: #9B0710;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
    color: #FFF;
    height: 3.75rem;
    box-shadow: 0px 10px 16px 0px #e3061333;
    box-shadow: 0px 10px 16px 0px #E3061333;
}

.summary-text-1 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #666666;
}

.summary-text-2 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: capitalize;
    color: #010f07;
    color: #010F07;
}

/* stepper */
.stepper {
    font-size: 14px;
    color: #aaa;
}

.step {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    color: #d9d9d9;
    color: #D9D9D9;
}

.step .circle {}

.step.active {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    color: #017335;
}

.step.active .circle {}

.line {
    flex: 1;
    height: 2px;
    background: #eee;
    margin: 0 6px;
}

/** ADDRESS CARD **/
.address-card {
    background-color: #f4f5f9;
    background-color: #F4F5F9;
    border-radius: 5px;
}

/** OFFCANVAS ADDRESS **/
@media (min-width: 768px) {
    .offcanvas.custom-offcanvas-width {
        width: 502px !important;
    }
}

@media (max-width: 767.98px) {
    .offcanvas.custom-offcanvas-width {
        width: 100% !important;
    }
}

.offcanvas.custom-offcanvas-width .offcanvas-body {
    padding: 1rem;
}

/* Container positioning */
.custom-radio-container {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.address-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.profile-name {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #010f07;
    color: #010F07;
}

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #e30613;
    /* Outer Ring Red */
    border: 2px solid #E30613;
    /* Brand Red */
    border-radius: 50%;
    z-index: 1;
    transition: border-color 0.2s ease;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e30613;
    /* Inner Dot Red */
    background: #E30613;
    /* Inner Dot Red */
}

.address-radio:checked~.radio-checkmark:after {
    display: block;
}

.address-radio:checked~.radio-checkmark:after {
    display: block;
}

.address-radio:not(:checked)~.radio-checkmark {
    border-color: #cbced3;
    border-color: #CBCED3;
}

.address-radio:not(:checked)~.radio-checkmark {
    border-color: #CBCED3;
}

.cursor-pointer {
    cursor: pointer;
}

.btn.btn-edit,
.btn.btn-edit:hover,
.btn.btn-edit:active {
    background-color: #263238;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
}

.btn.btn-delete,
.btn.btn-delete:hover {
    background-color: #e30613;
    background-color: #E30613;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
}

.badge-2,
.badge-3 {
    gap: 10px;
    border-radius: 15px;
    padding-top: 2px;
    padding-right: 26px;
    padding-bottom: 2px;
    padding-left: 26px;
    padding: 2px 26px;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: -0.24px;
}

.badge-2 {
    background: #e30613;
    background: #E30613;
}

.badge-3 {
    background: #263238;
}

.btn.btn-add-new,
.btn.btn-add-new:hover {
    background-color: #e30613;
    background-color: #E30613;
    color: white;
    color: #F9F9F9;
    font-weight: 500;
    border-radius: 6px;
    padding: 8px 25px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px !important;
    leading-trim: NONE;
    letter-spacing: 0%;
    text-align: center;
    color: F9F9F9;
}

.btn-continue-large {
    background-color: #90050b;
    background-color: #90050B;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    letter-spacing: 1px;
}

.form-control.address-textarea,
.form-control.address-textarea:focus {
    background: #f4f4f4;
    border: 1px solid #f5f5f5;
    box-shadow: none;
}

.form-select.address-input,
.form-select.address-input:focus {
    background-color: #f4f4f4;
    /* Matches your current border */
    border: 1px solid #F5F5F5;
    box-shadow: none;
    border-radius: 12px;
    color: #6A6A6A;
    background-image: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236A6A6A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 18px 14px;
    padding-right: 3.5rem !important;
}

.form-select.address-input {
    padding-right: 3.5rem !important;
}

.custom-radio-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 4px;
}

.custom-radio-wrapper label {
    font-size: 0.95rem;
    color: #2d3748;
    color: #2D3748;
    font-weight: 500;
    cursor: pointer;
}

.custom-checkbox-container {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-label {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #2d3748;
    color: #2D3748;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    /* Space for the custom box */
    padding-left: 30px;
}

.checkbox-box {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f1f3f5;
    background-color: #F1F3F5;
    border: 1.5px solid #e30613;
    border: 1.5px solid #E30613;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.checkbox-box:after {
    content: "";
    position: absolute;
    display: none;
    /* Hidden by default */
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #e30613;
    /* Red tick */
    border: solid #E30613;
    border-width: 0 2.5px 2.5px 0;
    /* Creates the L shape */
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
    /* Rotates L to look like a tick */
}

.custom-checkbox-input:checked~.custom-checkbox-label .checkbox-box:after {
    display: block;
}

.custom-checkbox-input:checked~.custom-checkbox-label .checkbox-box:after {
    display: block;
}

.custom-checkbox-input:not(:checked)~.custom-checkbox-label .checkbox-box {
    border-color: #cbced3;
    border-color: #CBCED3;
}

.custom-checkbox-input:not(:checked)~.custom-checkbox-label .checkbox-box {
    border-color: #CBCED3;
}

/** OFFERS **/
.offer-container {
    border-radius: 7px;
    background: #f4f4f4;
    background: #F4F4F4;
}

.offer-title {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
}

.view-offers-link,
.view-offers-link-red {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-decoration: none;
    color: #017335;
}

.view-offers-link {
    color: #017335;
}

.view-offers-link-red {
    color: #e30613;
    color: #E30613;
}

.offer-subtext {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #50555c;
    color: #50555C;
}

.offer-watermark {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: url("../icons/shapeper.png") no-repeat center;
    background-size: contain;
    opacity: 0.05;
    /* Very subtle effect */
    pointer-events: none;
}

.btn.btn-apply-offer {
    background-color: #017335;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 8px 24px;
    font-weight: 600;
    transition: background-color 0.2s ease;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
}

.btn.btn-apply-offer:hover {
    background-color: #006d3c;
    /* Slightly darker on hover */
    background-color: #006D3C;
    color: #ffffff;
    color: #FFFFFF;
}

.offer-thumbnail {
    width: 80px;
    height: 80px;
    background-color: #e0e0e0;
    background-color: #E0E0E0;
    border-radius: 50%;
    /* Perfect circle */
    flex-shrink: 0;
}

.offer-main-title {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #000000;
}

.offer-description {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    color: #868889;
    max-width: 15rem;
}

.offer-pricing-1 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    color: #000000;
}

.coupon-input.success-tick {
    background-color: #ffffff !important;
    background-color: #FFFFFF !important;
    border: 1px solid #9a9a9a !important;
    border: 1px solid #9A9A9A !important;
    border-radius: 8px !important;
    /* padding: 12px 45px 12px 15px !important; */
    color: #8d9197;
    color: #8D9197;
    font-weight: 500;
    background-image: url("../icons/green_tick.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
}

.offer-subtext-green {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #017335;
}

.delivery-card {
    background: #fbfbfb;
    background: #FBFBFB;
    border-radius: 7px;
}

.payment-method-container {
    background: #f4f5f9;
    background: #F4F5F9;
    border-radius: 7px;
}

.delivery-title {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    color: #000000;
}

.delivery-details p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: -3%;
    color: #50555c;
    color: #50555C;
}

.arrival-text {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: -3%;
    color: #22a45d;
    color: #22A45D;
}

.cod-title {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    color: #000000;
}

.cod-sub {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: -3%;
    color: #979797;
}

.payment-item {
    display: flex;
    align-items: flex-start !important;
    gap: 12px;
}

/** ORDER SUCCESS **/
.order-success-container {
    background: #f5f9fb;
    background: #F5F9FB;
    min-height: calc(100dvh - 6.625rem);
    height: auto;
}

.order-status-title {
    font-family: 'rubik', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #000000;
}

.order-info-text {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    color: #50555c;
    color: #50555C;
}

.btn.btn-track-order,
.btn.btn-track-order:hover {
    border-radius: 4px;
    background: #2e9616;
    background: #2E9616;
    color: #ffffff;
}

.btn.btn-back-home,
.btn.btn-back-home:hover,
.btn.btn-back-home.active {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    color: #1c274c;
    color: #1C274C;
    text-decoration: none;
}

.btn.btn-go-back,
.btn.btn-go-back:hover {
    background-color: #9b0710;
    background-color: #9B0710;
    color: #ffffff;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    transition: opacity 0.2s;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-try-again,
.btn.btn-try-again:hover {
    background-color: #2e9616;
    background-color: #2E9616;
    color: white;
    border: none;
    border-radius: 4px;
    transition: opacity 0.2s;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.no-order-text {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -1%;
    text-align: center;
    color: #868889;
}

.img-fluid.free-shipping-img {
    max-width: 15rem;
}

.ship-text-1,
.ship-text-1 span {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 15.625rem;
}

.ship-text-1 {
    color: #50555c;
    color: #50555C;
}

.ship-text-1 span {
    color: #e30613;
    color: #E30613;
}

/** FOOTER **/
footer {
    background: #393b40;
    background: #393B40;
    padding: 3rem 0;
}

.social-icon {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #e30613;
    border: 1px solid #E30613;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-decoration: none;
}

.social-icon img {
    width: 1.2rem;
    height: 1.2rem;
    max-width: 1.2rem;
    max-height: 1.2rem;
    object-fit: contain;
}

.btn.store-btn {
    border: 1px solid #e30613;
    border: 1px solid #E30613;
    border-radius: 0.375rem;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 1rem;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    padding: 0.75rem 0.375rem;
    color: #fff;
    color: #FFF;
}

.footer-links-section {}

.footer-heading {
    color: #db1034;
    color: #DB1034;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 38px;
    letter-spacing: -1%;
    margin-bottom: 0.875rem;
}

.footer-list {
    padding: 0;
}

.footer-list li,
.footer-list li a {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    color: #eeeeee;
    color: #EEEEEE;
    margin-bottom: 1rem;
}

.footer-list li a {
    text-decoration: none;
    transition: color 0.2s;
}

.footer-list li a:hover {
    color: #e30613;
    color: #E30613;
}

.footer-divider {
    border-top: 1px solid #495057;
    opacity: 1;
}

.copyright-text {
    font-size: 0.85rem;
    color: #bbbbbb;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.copyright-link {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #db1034;
    color: #DB1034;
    text-decoration: none;
}

/** SIZE CHART MODAL **/
.size-circle-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.color-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 2px;
    color: #E30613;
}

#sizeChartModal h6,
#sizeChartModal p {
    font-size: 0.95rem;
    line-height: 1.2;
}

.size-item-container div:last-child {
    border-bottom: none !important;
}

/** PROFILE (common) **/
.logout-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.text201 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #000000;
}

/** SEARCH DROPDOWN **/
.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    z-index: 1050;
    border: 1px solid #f0f0f0;
    max-height: 400px;
    overflow-y: auto;
}

.search-results-dropdown::-webkit-scrollbar {
    width: 2px;
}

.search-results-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.search-results-dropdown::-webkit-scrollbar-thumb {
    background: #676A72;
    border-radius: 10px;
}

.search-results-dropdown::-webkit-scrollbar-thumb:hover {
    background: #676A72;
}

.search-results-dropdown .dropdown-item {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    white-space: normal;
}

.search-results-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}

.search-results-dropdown img {
    opacity: 1;
}

.search-suggestion-text {
    font-size: 14px;
    color: #333;
}

@media (max-width: 991px) {
    .search-results-dropdown {
        top: 100%;
    }
}

/** RATING OFFCANVAS (only in second CSS) **/
.rating-summary-card {
    background-color: #F4D6D6;
    border: 1px solid #E30613;
    border-radius: 12px;
}

.avatar-circle {
    width: 48px;
    height: 48px;
    background-color: #e0e0e0;
    border-radius: 50%;
}

.review-text-off {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #686868;
}

.text-104 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 55px;
    line-height: 56px;
    letter-spacing: -2%;
    color: #263238;
}

.text-105 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1%;
    color: #263238;
}

.review-count-off {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #000000;
}

.btn.rate-this-btn,
.btn.rate-this-btn:hover,
.btn.rate-this-btn.focus {
    box-shadow: 0px 4px 4px 0px #A0292940;
    background: #263238;
    border-radius: 4px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    padding: 10px 21px;
    color: #ffffff;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 2px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #676A72;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #676A72;
}

.text-106 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #000000;
}

.text-107 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #686868;
}

.img-101 {
    height: 12.44px;
    width: 12.44px;
}

.btn.edit-my-btn,
.btn.edit-my-btn:hover,
.btn.edit-my-btn:focus {
    background: #263238;
    box-shadow: 0px 4px 4px 0px #A0292940;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -3%;
    text-align: center;
    padding: 4px 17px;
    color: #ffffff;
}

.img-102 {
    height: 42px;
    width: 42px;
}

@media (max-width: 576px) {
    .rating-summary-card {
        flex-direction: column;
        text-align: center !important;
    }

    .rating-summary-card .text-end {
        text-align: center !important;
        margin-top: 15px;
    }
}

/** NOTIFICATION OFFCANVAS **/
.notification-img-circle {
    width: 48px;
    height: 48px;
    background-color: #e0e0e0;
    border-radius: 50%;
}

/** CHAT OFFCANVAS **/
.chat-message {
    display: flex;
    flex-direction: column;
}

.user-msg {
    align-items: flex-end;
}

.admin-msg {
    align-items: flex-start;
}

.msg-bubble p {
    font-size: 0.95rem;
    color: #333;
}

.msg-time {
    font-size: 10px;
    color: #999;
    display: block;
    margin-top: 2px;
}

.input-group-1 {
    background-color: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #eee;
}

/** PROFILE (extra in second CSS) **/
.profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.btn.edit01-btn,
.btn.edit01-btn:hover,
.btn.edit01-btn:focus {
    background-color: #F60000;
    border-radius: 30px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #ffffff;
}

.profile-avatar-name {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1%;
    color: #010F07;
}

.profile-avatar-number {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #868889;
}

.profile-avatar-email {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    color: #8E9198;
}

.def-country {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #8E9198;
}

.def-text {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #e30613;
}

.profile-edit-avatar {
    background-color: #ffffff;
    height: 126px;
    width: 126px;
    padding: 3px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 0px #8D8B8B40;
    border: none;
}

.profile-input-group .d-flex {
    border-bottom: 1px solid #DBDBDB !important;
    transition: border-color 0.2s ease-in-out;
}

.profile-input-group .d-flex:focus-within {
    border-bottom: 1px solid #E30613 !important;
}

.profile-input-group-1 .d-flex {
    border-bottom: 0 !important;
    transition: border-color 0.2s ease-in-out;
}

/** MY ORDERS **/
.card.order-card {
    background: #F4F4F4;
    padding: 24px;
    border-radius: 12px;
}

.order-501 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    color: #000;
}

.items-text {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #000000;
}

.items-text-101 {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #000000;
}

.placed-order-text {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    color: #868889;
}

.badge.badge-pending {
    border: 1px solid #DE6C02;
    background-color: #DE6C0240;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #DE6C02;
    margin-top: 8px;
}

.text-108 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    font-size: 11px;
    color: #8E8E8E;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text-109 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #666666;
    font-size: 11px;
    color: #8E8E8E;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.badge.badge-confirmed {
    border: 1px solid #0D9900;
    background-color: #0D990040;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #0D9900;
    margin-top: 8px;
}

.badge.badge-packed {
    border: 1px solid #4089B1;
    background-color: #4089B13D;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #4089B1;
    margin-top: 8px;
}

.badge.badge-cancelled {
    border: 1px solid #E30613;
    background-color: #E3061340;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #E30613;
    margin-top: 8px;
}

.badge.badge-returned,
.badge.badge-returned:hover {
    border: 1px solid #263238;
    background-color: #26323840;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #263238;
    margin-top: 8px;
}

/** ORDER DETAILS **/
.card.order-card-1 {
    background-color: #F9F9F9;
}

.order-tracking-wrapper {
    position: relative;
    padding-top: 10px;
}

.tracking-line {
    position: absolute;
    top: 23px;
    left: 10%;
    right: 10%;
    height: 1px;
    background-color: #CBCED3;
    z-index: 0;
}

.tracking-step {
    width: 25%;
    z-index: 1;
}

.tracking-label {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #CBCED3;
    margin-bottom: 3px;
}

.tracking-dot {
    background-color: transparent;
    border-radius: 50%;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tick-img {
    width: 16px;
    height: auto;
}

.tracking-date {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #CBCED3;
}

.tracking-step.active .tracking-label,
.tracking-step.completed .tracking-label {
    color: #017335;
}

.tracking-step.active .tracking-dot,
.tracking-step.completed .tracking-dot {
    background-color: transparent;
}

.tracking-step.completed .tracking-date {
    color: #393B40;
}

.tracking-step.active .tracking-date {
    color: #393B40;
}

.btn.re-order-btn,
.btn.re-order-btn:hover {
    background-color: #017335;
    border-radius: 5px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF;
}

.text-110 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #555555;
}

.text-111 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 54px;
    letter-spacing: 0%;
    color: #000000;
}

.btn.btn-track,
.btn.btn-track:hover {
    background-color: #1C274C;
    border-radius: 5px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

.badge.badge-pending-1 {
    background-color: #DE6C02;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.badge.badge-cancelled-1 {
    background-color: #E30613;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.my-orders-header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.my-orders-back-btn {
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 1;
    color: #393B40;
    cursor: default !important;
}

.my-orders-back-icon {
    font-size: 42px;
    font-weight: 300;
    display: inline-block;
    transform: translateY(-2px);
    cursor: default !important;
}

/** MOBILE FIX: Order Detail & Return Detail **/
@media (max-width: 576px) {
    .text-110 {
        font-size: 11px;
        line-height: 14px;
    }

    .text-111 {
        font-size: 13px;
        line-height: 28px;
    }

    .card.order-card {
        padding: 16px;
    }

    .card.order-card-1 {
        padding: 12px;
    }

    .order-501 {
        font-size: 12px;
    }

    .product-title-cart {
        font-size: 13px;
        line-height: 18px;
    }

    .tracking-label {
        font-size: 10px;
    }

    .tracking-date {
        font-size: 9px;
    }

    .text201 {
        font-size: 11px;
    }

    .product-item .d-flex>.flex-grow-1 {
        min-width: 0;
        overflow: hidden;
    }

    .product-item .bg-light {
        width: 55px !important;
        height: 55px !important;
    }

    /* Fix for Re-Order button layout */
    .card.order-card-1 .d-flex.justify-content-between.align-items-center.mb-3 {
        flex-wrap: wrap;
        gap: 10px;
    }

    .card.order-card-1 .d-flex.justify-content-between.align-items-center.mb-3 .btn-sm {
        white-space: nowrap;
        margin-left: auto;
    }
}

/**FAQ**/

/* Container for each FAQ item */
.accordion-item {
    background-color: #f5f5f5 !important;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    /* Matches your transparent border */
    border-radius: 8px !important;
    margin-bottom: 1rem;
    overflow: hidden;
    /* Ensures the background color doesn't bleed out of corners */
}

/* The Clickable Header */
.accordion-button {
    background-color: #f5f5f5 !important;
    color: #1A1A1A !important;
    font-size: 1.2rem;
    /* Slightly smaller than input to fit long questions */
    font-weight: 600;
    padding: 1.2rem;
    height: 70px;
    /* Matching the substantial feel of your 60px inputs */
    box-shadow: none !important;
    /* Removes Bootstrap blue glow */
    border: none;
}

/* When the accordion is open */
.accordion-button:not(.collapsed) {
    color: #1A1A1A;
    border-bottom: 1px solid #e0e0e0;
    /* Subtle divider when open */
}

/* The Answer Text */
.accordion-body {
    background-color: #f5f5f5;
    color: #4A4A4A;
    font-size: 1.1rem;
    padding: 1.5rem;
    line-height: 1.6;
}

/* Adjust the chevron icon color */
.accordion-button::after {
    filter: grayscale(1) brightness(0.5);
}

/* Banner Carousel Controls Visibility */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-radius: 50%;
    width: 45px !important;
    height: 45px !important;
    background-size: 60% !important;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.img-contact {
    height: 24px;
    width: 24px;

    /* Custom class for half-screen height */
    .offcanvas-half {
        margin-top: 7rem;
        height: 50vh !important;
        /* Sets height to 50% of the screen */
        border-bottom: 1px solid #dee2e6;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    /* Ensure the body is scrollable if filters exceed the 50vh */
    .offcanvas-half .offcanvas-body {
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    /* Custom Sidebar that expands with content */
    .offcanvas-expandable-right {
        width: 300px !important;
        height: max-content !important;
        max-height: 90vh !important;

        top: 4rem !important;

        border-radius: 0px;
        background-color: #fff;

        transform: translateX(120%);
        transition: transform 0.3s ease-out;
    }

    .offcanvas-expandable-right.show {
        transform: translateX(0);
    }

    .offcanvas-expandable-right .offcanvas-body {
        padding: 1rem;
        overflow-y: auto;
    }
