html {
    overflow-x: clip;
}

@media (min-width: 1600px) {
    .okashi-kitkat-strip,
    .okashi-dropped-strip,
    .okashi-bumper-strip,
    .trust,
    .section.dora-band {
        width: 100vw !important;
        max-width: none !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        position: relative;
        box-sizing: border-box;
    }
}

.hover-nav-link {
    font-weight: 600;
}

#search-box {
    width: 100%;
    max-width: 480px;
    padding: 0 4px;
    margin-left: auto;
}
#search-box > .relative {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 99px !important;
    width: 100%;
    border: 2px solid var(--ink, #1a1a1a);
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.12s;
    box-shadow: 3px 3px 0 var(--ink, #1a1a1a);
}
#search-box > .relative:hover {
    transform: translateY(-1px);
    box-shadow: 4px 4px 0 var(--ink, #1a1a1a);
}
#search-box > .relative:focus-within {
    border-color: var(--red, #e50012);
    box-shadow: 3px 3px 0 var(--red, #e50012);
}
input#searchbar {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    max-width: none !important;
    border: 0 !important;
    outline: 0;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink, #1a1a1a);
}
input#searchbar::placeholder {
    color: var(--muted, #6f6f6f);
    font-weight: 500;
}
@media (max-width: 1024px) {
    #search-box {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }
    header #search-box {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: none !important;
        width: 100% !important;
        align-self: stretch;
        padding-left: 0;
        padding-right: 0;
    }
    #search-box > .relative {
        min-width: 0;
        max-width: 100%;
    }
    input#searchbar {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    header div.w-full > div.absolute[class*="md:hidden"] {
        top: 100% !important;
        margin-top: 0 !important;
    }
}

.cat-card.sh-category-card {
    height: 100%;
}
.cat-card.sh-category-card > *:first-child {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1.5px solid #eae6da;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.cat-card.sh-category-card:hover > *:first-child {
    transform: translateY(-4px);
    border-color: #f58220;
    box-shadow: 0 6px 22px rgba(229, 0, 18, 0.12), 0 0 0 1px rgba(26, 26, 26, 0.04);
}
.cat-card.sh-category-card img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.cat-card.sh-category-card:hover img {
    transform: scale(1.05);
}
.cat-card.sh-category-card > *:first-child > *:last-child {
    padding: 4px 12px 8px;
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    background: #fff;
}

.section.page-container-m .section-item.ProductGridCollection-component {
    min-width: 0;
    max-width: 100%;
}
.product-collection.page-container {
    max-width: min(1320px, 100%);
    margin-inline: auto;
    padding-inline: 28px;
    box-sizing: border-box;
    width: 100%;
    overflow-x: clip;
    padding-bottom: 24px;
}
.swiper.product-swiper {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.swiper-slide.product-swiper-slide {
    box-sizing: border-box;
    height: auto;
    padding-inline: 10px;
    display: flex;
    flex-direction: column;
    background: transparent;
}
.product-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #fff;
    border: 1.5px solid #eae6da;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.product-card:hover {
    transform: translateY(-4px);
    border-color: #f58220;
    box-shadow: 0 6px 22px rgba(229, 0, 18, 0.12), 0 0 0 1px rgba(26, 26, 26, 0.04);
}
.product-card .product-card-link img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.product-card:hover .product-card-link img {
    transform: scale(1.05);
}
.product-card .product-card-link {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}
.product-card .product-card-info {
    flex: 1;
    min-width: 0;
    padding: 16px 16px 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-card .product-card-action {
    margin-top: auto;
    padding-bottom: 8px;
    min-width: 0;
}

.product-card .product-card-info :is(h2, h3, .product-card-product-name) {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
    color: #1a1a1a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.product-card .product-selling-price,
.product-card .product-card-current-price {
    font-family: 'Dela Gothic One', system-ui, sans-serif;
    font-size: 1.25rem;
    color: #1a1a1a;
}
.product-card .product-mrp-price,
.product-card .product-card-info .line-through {
    font-size: 12px;
    color: #6f6f6f;
    text-decoration: line-through;
}

.product-card .product-card-action-btn.product-card-action-add {
    background: #1a1a1a !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 10px;
    padding: 11px 14px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: none !important;
}
.product-card .product-card-action-btn.product-card-action-add:hover {
    background: #f58220 !important;
}

.section {
    padding: 0 !important;
}

.universal-btn-style {
    border-radius: 10px !important;
}

.shop-all-link {
    display: none;
}

h2.heading-title {
    font-family: 'Dela Gothic One', system-ui, sans-serif;
    font-weight: 400;
    font-size: clamp(1.9rem, 3.6vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    margin: 48px 0 24px;
}

.cat-section-boxed {
    padding-bottom: 24px;
}

@media (max-width: 720px) {
    .sh-category-card > *:first-child > *:last-child {
        font-size: 12px;
    }

    .product-collection.page-container {
        padding-inline: 16px;
    }

    h2.heading-title {
        margin: 24px 0 16px;
    }

    .section.sh-ge-collect:has(.sh-category-card) {
        padding: 24px 16px !important;
    }

    .product-collection .swiper-slide.product-swiper-slide {
        padding-inline: 6px;
    }
    .product-collection .product-card .product-card-info {
        padding-left: 8px;
        padding-right: 8px;
        gap: 6px;
    }
    .product-collection .product-card .price-container {
        gap: 4px !important;
        min-width: 0;
        flex-wrap: wrap;
        align-items: center;
        line-height: 1.2;
    }
    .product-collection .product-card .product-selling-price,
    .product-collection .product-card .product-card-current-price {
        font-size: 1.05rem;
    }
    .product-collection .product-card .product-mrp-price,
    .product-collection .product-card .product-card-info .line-through {
        font-size: 11px;
    }
    .product-collection .product-card .product-card-action,
    .product-collection .product-card .product-card-action-row {
        min-width: 0;
    }
    .product-collection .product-card .product-card-action-btn.product-card-action-add {
        min-width: 0 !important;
        max-width: 100%;
        width: 100% !important;
        box-sizing: border-box;
        padding-left: 6px !important;
        padding-right: 6px !important;
        font-size: 10px !important;
        letter-spacing: 0.08em !important;
        text-align: center;
    }
}

.image-gallery-container .thumbnail {
    border-radius: 12px;
    border: 2px solid #eae6da;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    transition: border-color 0.15s, box-shadow 0.12s;
}
.image-gallery-container .thumbnail:hover {
    border-color: #f58220;
}
.image-gallery-container .thumbnail.active {
    border-color: #e50012;
    box-shadow: 3px 3px 0 #e50012;
}
.image-gallery-container .thumbnail-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-container {
    border-radius: 20px;
    border: 2px solid #eae6da;
    background: #faf7f0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 !important;
}
.main-image-container .main-image {
    display: block;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .main-image-container.imaget-dots-available {
        padding-left: 0 !important;
    }
}

.product-info-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    min-width: 0;
}
.product-info-header .price-container {
    gap: 6px !important;
    flex-wrap: wrap;
    align-items: center;
    min-width: 0;
}

.add-to-bag-button {
    border-radius: 10px !important;
    background: #1a1a1a !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}
.add-to-bag-button:hover {
    background: #f58220 !important;
}

.h-pc-rev-ctn .universal-border {
    border-radius: 18px !important;
    border: 1.5px solid #eae6da !important;
}

.universal-btn-style {
    border-radius: 8px !important;
}
.universal-border {
    border-radius: 8px !important;
}
.universal-input {
    border-radius: 8px !important;
}

.MuiPopover-root .MuiPaper-root,
.MuiMenu-root .MuiPaper-root,
.MuiModal-root .MuiPaper-root,
.MuiDialog-paper,
.MuiDrawer-paper,
.MuiPopover-paper,
.MuiMenu-paper,
[data-radix-popper-content-wrapper] > div {
    border-radius: 8px !important;
    overflow: hidden;
}