:root {
    --primary: #0096c7;
    --danger: #8e24aa;
    --danger-hover: #d72900;
    --warning: #ff8d27;
    --info: #95d9df;
    --muted: #e9ecef;
    --light-dark: #444444;
    --font-heading: Tahoma, "Trebuchet MS", sans-serif;
    --font-body: Tahoma, "Trebuchet MS", sans-serif;
    --fs-xs: clamp(8px, 12px, 14px);
    --fs-sm: clamp(10px, 14px, 16px);
    --fs-md: clamp(12px, 16px, 18px);
    --fs-lg: clamp(18px, 20px, 22px);
    --fs-xl: clamp(22px, 24px, 26px);
}
body {
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.6;
    color: #222;
}
a {
    text-decoration: none;
    color: var(--danger);
}
img {
    max-width: 100%;
    display: block;
}
.form-control,
.form-select,
.form-check-input,
.accordion .accordion-button {
    box-shadow: none !important;
}
.form-check-input:checked {
    background-color: var(--danger) !important;
    border-color: var(--danger) !important;
}
.accordion .accordion-button {
    background-color: #fff;
    color: #000;
}
.dropdown .dropdown-menu .dropdown-item:active {
    background-color: var(--danger);
}
h1,
.display-1 {
    font-size: var(--fs-xl);
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}
h2 {
    font-size: var(--fs-lg);
    font-weight: 600;
    margin-bottom: 0.75rem;
}
h3 {
    font-size: var(--fs-md);
    font-weight: 600;
    margin-bottom: 0.5rem;
}
p,
.card-text,
.small,
.btn {
    font-size: var(--fs-sm);
}
.small-sm {
    font-size: 10px;
}
h2.fw-bold::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    margin-top: 6px;
    background-color: #f892ff;
}
.text-danger {
    color: var(--danger) !important;
}
.bg-danger {
    background-color: var(--danger) !important;
}
.text-gradient {
    background: linear-gradient(90deg, #892eff, #cc1fe3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-primary-dd {
    color: #892eff;
}
.hover-lift {
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}
.cta-card {
    transition:
        box-shadow 0.3s,
        transform 0.3s;
}
.cta-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
.wave-top,
.wave-btm {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    pointer-events: none;
}
.wave-top {
    top: -1px;
}
.wave-btm {
    bottom: -1px;
}
.border-end,
.border,
.border-start,
.border-top,
.border-bottom,
.card,
.card-header {
    border-color: #eaecef !important;
}
.osahan-new-btn {
    padding: 6px 0;
    border-radius: 11px !important;
}
.btn-outline-danger {
    border-color: var(--danger) !important;
    color: var(--danger) !important;
}
.btn-outline-danger:hover {
    background-color: var(--danger) !important;
    color: #fff !important;
}
.btn-danger {
    background-color: var(--danger) !important;
    border-color: var(--danger) !important;
}
.btn-danger:hover {
    background-color: var(--danger-hover) !important;
    border-color: var(--danger-hover) !important;
}
.value {
    width: 100px;
    border: none !important;
}
.value .btn {
    font-size: 23px;
    padding: 0;
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-weight: 100;
    color: #fe3000;
    background: #ffe8e1;
    border: 1px solid #ffd9ce !important;
    border-radius: 50px !important;
    transition: all 0.2s;
}
.value .btn:hover,
.value .btn:focus {
    background: #fe3000 !important;
    color: #fff;
    border-color: #fe3000 !important;
}
.badge {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.osahan-badge {
    font-size: 10px;
    letter-spacing: 0.8px;
    line-height: 13px;
    padding: 5px 4px 4px;
    border-radius: 0 0 6px 6px;
}
.osahan-badge b {
    font-size: 12px;
}
.offcanvas-footer {
    padding: 1rem;
}
.osahan-dropdown {
    font-size: 14px;
    min-width: 256px;
}
.osahan-dropdown .dropdown-item {
    padding: 6px 1rem;
    font-size: 14px;
}
.intro-logo {
    height: 80px;
}
.whatsapp-fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #25d366;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.whatsapp-fab:hover {
    filter: brightness(0.95);
}
.osahan-header {
    padding: 0 1rem;
    position: relative;
    z-index: 5001 !important;
    isolation: isolate;
    overflow: visible !important;
}
.osahan-header .container-fluid {
    position: relative;
    z-index: 5000 !important;
    overflow: visible !important;
}
.osahan-header .dropdown-menu {
    z-index: 5003 !important;
}
.osahan-header a.p-3 {
    height: 68px;
}
.osahan-location small.small {
    width: 198px;
}
.nav-item {
    padding: 0 1rem;
    border-right: inset;
}
.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--danger);
    text-align: center;
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease;
}
.nav-link:hover {
    color: var(--warning);
}
.dd-push-prompt {
    padding: 14px 0;
    background: linear-gradient(
        135deg,
        rgba(135, 43, 151, 0.08) 0%,
        rgba(247, 113, 48, 0.08) 50%,
        rgba(241, 60, 104, 0.08) 100%
    );
    border-bottom: 1px solid rgba(135, 43, 151, 0.12);
}

.dd-push-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 250, 253, 0.96) 100%);
    border: 1px solid #eadff0;
    box-shadow: 0 12px 30px rgba(135, 43, 151, 0.1);
}

.dd-push-card::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -70px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 113, 48, 0.18) 0%, rgba(247, 113, 48, 0) 70%);
    pointer-events: none;
}

.dd-push-left {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.dd-push-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #872b97 0%, #f13c68 100%);
    color: #fff;
    font-size: 22px;
    box-shadow: 0 10px 22px rgba(135, 43, 151, 0.22);
}

.dd-push-title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #872b97;
    margin-bottom: 3px;
}

.dd-push-text {
    font-size: 14px;
    color: #6f6578;
    line-height: 1.5;
}

.dd-push-actions {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.dd-push-enable-btn {
    border: 0;
    border-radius: 14px;
    padding: 11px 18px;
    background: linear-gradient(135deg, #f77130 0%, #f13c68 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(241, 60, 104, 0.22);
    transition: 0.25s ease;
}

.dd-push-enable-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(241, 60, 104, 0.28);
}

.dd-push-later-btn {
    border: 1px solid #eadff0;
    border-radius: 14px;
    padding: 10px 16px;
    background: #fff;
    color: #872b97;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: 0.25s ease;
}

.dd-push-later-btn:hover {
    background: #faf4fb;
    border-color: #d8c5df;
}

@media (max-width: 767.98px) {
    .dd-push-prompt {
        padding: 10px 0;
    }

    .dd-push-card {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding: 16px;
        border-radius: 18px;
    }

    .dd-push-left {
        align-items: flex-start;
    }

    .dd-push-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 20px;
    }

    .dd-push-title {
        font-size: 15px;
    }

    .dd-push-text {
        font-size: 13px;
    }

    .dd-push-actions {
        width: 100%;
    }

    .dd-push-enable-btn,
    .dd-push-later-btn {
        flex: 1;
        min-height: 42px;
    }
}
.dd-welcome-push-box {
    border: 1px solid #eadff0;
    border-radius: 22px;
    padding: 20px 18px;
    background:
        linear-gradient(
            135deg,
            rgba(135, 43, 151, 0.08) 0%,
            rgba(247, 113, 48, 0.08) 50%,
            rgba(241, 60, 104, 0.08) 100%
        ),
        #fff;
    box-shadow: 0 12px 28px rgba(135, 43, 151, 0.08);
}

.dd-welcome-push-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #872b97 0%, #f13c68 100%);
    color: #fff;
    font-size: 24px;
    box-shadow: 0 12px 24px rgba(135, 43, 151, 0.22);
}

.dd-welcome-push-title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #872b97;
    margin-bottom: 6px;
}

.dd-welcome-push-text {
    color: #6f6578;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.dd-welcome-push-enable {
    border: 0;
    border-radius: 14px;
    padding: 11px 18px;
    background: linear-gradient(135deg, #f77130 0%, #f13c68 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(241, 60, 104, 0.22);
    transition: 0.25s ease;
}

.dd-welcome-push-enable:hover {
    transform: translateY(-2px);
}

.dd-welcome-push-later {
    margin-left: 8px;
    border: 1px solid #eadff0;
    border-radius: 14px;
    padding: 10px 16px;
    background: #fff;
    color: #872b97;
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 575.98px) {
    .dd-welcome-push-enable,
    .dd-welcome-push-later {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
}
.logo-img {
    display: block;
    width: 180px;
    height: 50px;
    object-fit: contain;
}
#mobile-search-wrapper,
#desktop-search-wrapper {
    position: relative;
    z-index: 5002 !important;
    overflow: visible !important;
}
#mobile-search-wrapper {
    z-index: 5002 !important;
}
#desktop-search-wrapper {
    z-index: 5002 !important;
}
.search-latest-card {
    padding: 10px;
    border-radius: 12px;
    transition: background 0.2s ease;
}
.search-latest-card:hover {
    background: #f8f9fa;
}
.search-latest-logo-wrap {
    width: 130px;
    height: 90px;
    min-width: 52px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.search-latest-logo {
    max-width: 128px;
    max-height: 90px;
    object-fit: contain;
}
.search-latest-name {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
    line-height: 1.3;
}
.search-latest-offer {
    font-size: 12px;
    font-weight: 600;
    color: #198754;
    margin-top: 4px;
}
#desktop-search-wrapper .search-dropdown,
#mobile-search-wrapper .search-dropdown {
    position: absolute;
    left: 0;
    right: 0;
}
#desktop-search-wrapper .search-dropdown {
    top: calc(88% + 0px) !important;
    z-index: 5002 !important;
}
#mobile-search-wrapper .search-dropdown {
    top: calc(100% + 4px);
    z-index: 5002 !important;
}
.search-dropdown {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 8px;
    z-index: 5002 !important;
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
}
.search-suggestions {
    padding: 0;
    margin: 0;
}
.search-brand-item {
    list-style: none;
    cursor: pointer;
    border-radius: 14px;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
    margin-bottom: 6px;
}
.search-brand-item:last-child {
    margin-bottom: 0;
}
.search-brand-item:hover,
.search-brand-item.active {
    background: #f8f9fa;
}
.search-brand-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
}
.search-brand-logo-wrap {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.search-brand-logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
}
.search-brand-content {
    min-width: 0;
    flex: 1;
}
.search-brand-top {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.search-brand-name {
    font-weight: 600;
    color: #212529;
    line-height: 1.2;
    font-size: 14px;
}
.search-brand-meta {
    font-size: 12px;
    color: #6c757d;
    margin-top: 3px;
    line-height: 1.3;
}
.search-brand-offer {
    font-size: 12px;
    color: #198754;
    font-weight: 600;
    margin-top: 4px;
}
.search-empty-state {
    font-size: 14px;
}
.suggestion-item:hover {
    background: #f8f9fa;
    border-radius: 6px;
}
.suggestion-item .text-muted small {
    background: #f8f9fa;
}
.hero-banner,
.gallery-item,
.banner-slider,
.topdeals-slider,
.responsive-gallery,
.topDeals-gallery,
.main-banner-wrapper,
.main-background,
.main-banner-content,
.slick-slider,
.slick-list,
.slick-track {
    position: relative;
    z-index: 1 !important;
}
.hero-banner,
.gallery-item {
    overflow: hidden;
    background: #f3f4f6;
}
.hero-banner a,
.gallery-item a {
    display: block;
}
.hero-banner {
    aspect-ratio: 1280/700;
}
.gallery-item {
    aspect-ratio: 1280/700;
}
.hero-img,
.gallery-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-banner-wrapper {
    width: 100%;
    min-height: 280px;
    margin: 0 auto;
    overflow: hidden;
}
.main-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-banner-content {
    width: 100%;
    height: 100%;
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-banner-content h1,
.main-banner-content .responsive-heading {
    color: #222;
}
.blog-hero-banner {
    position: relative;
    width: 100%;
    aspect-ratio: 13/4;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1 !important;
}
.blog-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.blog-hero-banner .container {
    position: relative;
    z-index: 1;
    padding: 2rem;
}
.banner-icon {
    width: 48px;
}
.ad-banner-1,
.ad-banner-2,
.ad-banner-3 {
    width: fit-content;
    box-shadow: 0 3px 10px #00000073;
}
.overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    text-align: center;
}
.grocery-banner {
    max-height: 140px;
}
.grocery-banner img {
    object-fit: cover;
    justify-self: stretch;
}
.grocery-banner-2 {
    background-image: url(../img/grocery-banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-slider,
.topdeals-slider,
.responsive-gallery,
.topDeals-gallery {
    min-height: auto;
}
.responsive-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    box-sizing: border-box;
}
.topDeals-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    box-sizing: border-box;
}
.responsive-gallery.slick-initialized,
.topDeals-gallery.slick-initialized {
    display: block;
}
.responsive-gallery:not(.slick-initialized) .gallery-item:nth-child(n + 4),
.topDeals-gallery:not(.slick-initialized) .gallery-item:nth-child(n + 3) {
    display: none;
}
.slick-initialized .gallery-item {
    margin-right: 8px;
    box-sizing: border-box;
}
.slick-slide {
    height: auto;
}
.gallery-item {
    width: 100%;
    aspect-ratio: 454/244;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.category .card {
    transition: all 0.2s;
}
.category .card:hover {
    border-color: var(--danger) !important;
    box-shadow: 0 0 10px 1px #efefef;
    color: var(--danger);
}
.shop-category {
    display: flex;
    flex-wrap: nowrap;
    /* gap: 16px; */
    -webkit-overflow-scrolling: touch;
    /* flex-direction: row; */
    align-content: center;
    /* justify-content: center; */
    align-items: center;
}
.shop-category::-webkit-scrollbar {
    display: none;
}
.shop-category .shop-item {
    flex: 0 0 140px;
    width: 140px;
}
.shop-category .card {
    width: 100%;
}
.shop-category .card-img-top,
.category .card-img-top {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.osahan-card-list .card-img-top {
    transition: all 0.2s;
}
.card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.osahan-card-list:hover .card-img-top {
    padding: 5px;
}
.product-box {
    width: auto;
    height: 150px;
    border: 1px solid #e5e5e5;
}
.brand-card img {
    max-height: 100px;
    object-fit: contain;
}
.popular-products,
.cold-drinks,
.top-picks,
.big-img,
.small-img {
    display: none;
}
.insta-reel {
    aspect-ratio: 8/15;
    height: max-content;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.reels-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.reels-wrapper::-webkit-scrollbar {
    display: none !important;
}
.reel-card {
    position: relative;
    flex: 0 0 320px;
    max-width: 360px;
    aspect-ratio: 9/16;
    min-height: 360px;
    margin: 0 10px;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    scroll-snap-align: start;
    transition: transform 0.3s ease;
}
.reel-card:hover {
    transform: scale(1.02);
}
.instagram-media {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    border: none !important;
    border-radius: 0 !important;
}
.reels-wrapper .reel-card iframe {
    opacity: 0;
    z-index: 1;
    position: relative;
    transition: opacity 0.35s ease;
}
.reels-wrapper .reel-card iframe + div {
    display: block !important;
}
.reels-wrapper .reel-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(90deg, #eee 25%, #f6f6f6 37%, #eee 63%);
    background-size: 400% 100%;
    animation: ig-shimmer 1.2s infinite;
}
.reels-wrapper .reel-card.loaded::after {
    display: none;
}
.reels-wrapper .reel-card.loaded iframe {
    opacity: 1;
}
@keyframes ig-shimmer {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}
.why-shop-img {
    width: 60px;
}
.sticky-sidebar {
    position: sticky;
    top: 48px;
}
.sticky-sidebar2 {
    position: sticky;
    top: 0;
}
.qr-code {
    width: 85px;
}
.small-img {
    position: relative;
}
.small-img .border {
    cursor: pointer;
    transition: all 0.2s;
}
.small-img .osahan-arrow {
    z-index: 9;
}
.small-img::after,
.small-img::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 1;
}
.small-img::after {
    right: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.99) 99%,
        rgba(255, 255, 255, 1) 100%
    );
}
.small-img::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.01) 99%,
        rgba(255, 255, 255, 0) 100%
    );
}
.osahan-listing-page-nav {
    position: sticky;
    top: 0;
    z-index: 9;
}
.osahan-listing-page-nav .nav-link {
    font-size: 13px;
    padding: 14px 16px !important;
}
.osahan-listing-page-nav .nav-link.active,
.osahan-listing-page-nav .nav-link:hover {
    background: #ffe8e2;
    color: #fe2e00;
}
.osahan-listing-page-nav a.dropdown-item {
    font-size: 14px;
    padding: 6px 19px;
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link {
    background-color: transparent;
    color: var(--light-dark);
    border-radius: 0;
    padding: 13px 10px;
    border-left: 3px solid transparent;
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link img {
    width: 37px;
    background-color: var(--muted);
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link.active {
    border-left: 3px solid var(--danger) !important;
    background-color: #ffe8e2;
    color: #000;
    font-weight: 600;
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link.active img {
    background-color: #fff !important;
}
.my-account-pills .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    text-align: start;
    padding: 14px;
    border: none;
    background-color: transparent;
    color: var(--light-dark);
    font-size: 14px;
}
.my-account-pills .nav-link.active {
    background-color: #f8f9fa;
}
.my-account-pills .nav-link.active::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 2px;
    background: #f8f9fa;
}
.my-account-pills .nav-link i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d400ff;
    background: #ffede8;
    border-radius: 50px;
    transition: all 0.2s;
}
.my-account-pills .nav-link:hover i,
.my-account-pills .nav-link.active i {
    background: #a535c7;
    color: #fff;
}
.order-img {
    width: 60px;
}
.card-body i.icofont-user-circle {
    color: #6c757d;
}
.checkout-img {
    height: 27px;
    padding: 6px;
    border: 1px solid #dadada;
    border-radius: 6px;
    background: #fff;
}
.osahan-checkout-item .img-fluid {
    height: 57px;
}
.osahan-netbanking .d-flex.justify-content-between.mb-2 {
    width: 42px;
    height: 42px;
    padding: 5px;
    border: 1px solid #eaeaea;
    border-radius: 50px;
}
.upi-img {
    height: 20px;
    padding: 4px;
    border: 1px solid #dadada;
    border-radius: 4px;
    background: #fff;
}
.osahan-radio-box {
    position: relative;
}
.osahan-radio-box .form-check-label {
    position: absolute;
    inset: 0;
    cursor: pointer;
}
.osahan-radio-box .form-check-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 15px;
    background: none;
}
.osahan-radio-box .form-check-input:checked[type="radio"] {
    background: none !important;
    border: 2px solid #000;
}
.osahan-radio-box .form-check-input::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 19px;
    height: 19px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50px;
}
.osahan-radio-box .form-check-input:checked[type="radio"]::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    width: 19px;
    height: 19px;
    background: #fff;
    border: 5px solid #fe3000;
    border-radius: 50px;
}
.osahan-radio-box-action a {
    position: absolute;
    right: 16px;
    bottom: 12px;
    font-size: 11px;
    background: #fff;
}
footer a {
    color: var(--light-dark);
}
footer a:hover {
    color: var(--danger);
}
.footer-accessible-link {
    color: #5f1475 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    font-weight: 600;
}

.footer-accessible-link:hover,
.footer-accessible-link:focus {
    color: #3b0d49 !important;
    text-decoration-thickness: 2px;
}
.mobile-app-link {
    width: 102px;
}
.social-links a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 2px solid var(--light-dark);
    border-radius: 50%;
    transition: all 0.2s;
}
.social-links .nav-link a:hover {
    background-color: var(--danger);
    color: #fff;
    border: none;
}
.footer-payment {
    height: 23px;
    padding: 4px 5px;
    border: 1px solid #dadada;
    border-radius: 4px;
    background: #fff;
}
#comment-form {
    scroll-margin-top: 80px;
}
.timeline {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}
.timeline-step {
    text-align: center;
    max-width: 180px;
}
.timeline-dot {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #cc1fe3;
    border: 2px solid #cc1fe3;
    border-radius: 50%;
}
.sk-wrap {
    position: relative;
    border-radius: 1rem;
}
.sk-wrap .skeleton {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    border-radius: inherit;
}
.sk-wrap .skeleton::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 37%, #eee 63%);
    background-size: 400% 100%;
    animation: shimmer 1.2s infinite linear;
    will-change: background-position;
}
.sk-wrap img {
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.sk-wrap.loaded img {
    opacity: 1;
}
.sk-wrap.loaded .skeleton {
    display: none;
}
.skeleton-img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    min-height: 150px;
    background: #eee;
    border-radius: 1rem;
}
.rounded-4 .skeleton {
    border-radius: 0.75rem;
}
@keyframes shimmer {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .skeleton::before {
        animation: none;
    }
}
.osahan-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #f77130;
    border: 2px solid #fdebe8;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s;
}
.osahan-arrow:hover {
    color: #ff2f01;
    border-color: #ff2f01;
}
.osahan-left {
    left: -3%;
}
.osahan-right {
    right: -3%;
}
.top-picks .osahan-arrow {
    top: 59px;
    bottom: auto;
}
.big-img .osahan-left {
    left: 20px;
}
.big-img .osahan-right {
    right: 20px;
}
.modal-backdrop {
    z-index: 7000 !important;
}
.modal {
    z-index: 7100 !important;
}
.offcanvas-backdrop {
    z-index: 6500 !important;
}
.offcanvas {
    z-index: 6600 !important;
}
.swal2-container {
    z-index: 8000 !important;
}
#signup {
    --bs-modal-width: 600px;
}
@media (max-width: 1024px) {
    .reel-card {
        flex: 0 0 calc(100% / 2);
    }
}
@media (max-width: 992px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .navbar {
        min-height: 56px;
    }
    .blog-hero-banner .container {
        padding: 1rem;
        text-align: center;
    }
    .blog-hero-banner {
        background-position: top center;
    }
    .osahan-left {
        left: -1px;
    }
    .osahan-right {
        right: -2px;
    }
    .osahan-arrow {
        width: 22px;
        height: 23px;
        font-size: 11px;
    }
    .osahan-listing-page-nav .navbar-toggler {
        position: absolute;
        top: -37px;
        right: 41px;
        padding: 0;
    }
    .osahan-listing-page-nav .container,
    .osahan-listing .container,
    .osahan-listing .osahan-listing-page-nav-sidebar {
        padding: 0 !important;
    }
    .product-details {
        display: none;
    }
    .sticky-sidebar2 {
        position: static !important;
        top: auto !important;
        height: auto !important;
        overflow: visible !important;
        border-left: none !important;
        padding: 16px !important;
    }
    .vh-100 {
        height: auto !important;
    }
    .product-detail-page .col-lg-6.col-12.py-5 {
        padding-top: 16px !important;
        padding-bottom: 8px !important;
    }
    .product-detail-page .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .product-detail-page .sticky-sidebar2 .border-start .overflow-auto .vh-100.p-5,
    .product-detail-page .sticky-sidebar2 .border-start .overflow-auto .vh-100 .p-5 {
        padding: 0 0 50px 0 !important;
        border: none !important;
        height: auto !important;
    }
}
@media (min-width: 768px) {
    .blog-hero-banner .container {
        padding: 1rem;
        text-align: center;
    }
    .account-icon {
        align-self: flex-end;
    }
}
@media (max-width: 576px) {
    h1,
    .display-1,
    .main-banner-content h1,
    .main-banner-content .responsive-heading {
        font-size: 1rem;
    }
    .small,
    .card-text {
        font-size: 0.875rem;
    }
    .badge {
        padding: 0.2rem 0.6rem;
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .blog-hero-banner .container {
        padding: 1rem;
        text-align: center;
    }
    .osahan-location small.small,
    .osahan-location h6 {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .osahan-location {
        padding-right: 0 !important;
    }
    .footer-copyright {
        background: #f8f9fa;
        padding: 1.5rem 1rem;
        text-align: center;
        font-size: 0.9rem;
        border-top: 1px solid #ddd;
    }
    .footer-copyright .col-auto {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        padding: 4px 0;
    }
    .footer-copyright p.m-0.text-muted.pe-1 {
        display: none;
    }
    .top-search-bar {
        border-top: 1px solid #dee2e6;
    }
    .top-search-bar input {
        border: none;
        box-shadow: none !important;
    }
    .shop-category .osahan-arrow {
        display: none !important;
    }
    .osahan-left {
        left: -1px;
    }
    .osahan-right {
        right: -2px;
    }
    .osahan-arrow {
        width: 22px;
        height: 23px;
        font-size: 11px;
    }
    .osahan-listing .osahan-listing-page-nav-sidebar,
    .osahan-listing .container,
    .osahan-listing-page-nav .container {
        padding: 0 !important;
    }
    .osahan-listing-page-nav .navbar-toggler {
        position: absolute;
        top: -37px;
        right: 41px;
        padding: 0;
    }
    .product-details {
        display: none;
    }
    .osahan-card-list .card-img-top,
    .osahan-card-list:hover .card-img-top {
        padding: 0;
    }
    .responsive-gallery {
        display: block;
        gap: 12px;
    }
    .topDeals-gallery {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .responsive-gallery:not(.slick-initialized) .gallery-item:nth-child(n + 2),
    .topDeals-gallery:not(.slick-initialized) .gallery-item:nth-child(n + 2) {
        display: none;
    }
    .reels-wrapper {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .reel-card {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 0.5rem;
        box-sizing: border-box;
        scroll-snap-align: center;
    }
    .reel-card blockquote.instagram-media {
        margin: 0 !important;
        max-width: 100% !important;
    }
    .reels-section {
        margin-left: 10px;
        margin-right: 10px;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    .blog-card .card-body {
        padding: 1rem;
    }
    .card-body,
    .reel-card,
    .timeline-step {
        padding: clamp(0.75rem, 2vw, 1.5rem);
    }
    .blog-card .card-title {
        font-size: 1rem;
    }
    .blog-card .card-text {
        font-size: 0.875rem;
    }
    #mobile-search-wrapper .search-dropdown {
        max-height: 360px;
    }
    .search-brand-row {
        padding: 10px;
    }
    .search-brand-logo-wrap {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .search-brand-logo {
        max-width: 38px;
        max-height: 38px;
    }
    .search-brand-name {
        font-size: 13px;
    }
    .search-brand-meta,
    .search-brand-offer {
        font-size: 11px;
    }
}
