﻿.mobile-banner {
    width: 100%;
    height: 220px;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-reviews-section {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 0px;
}


.Countclass {
    color: black;
}

.k-i-check::before {
    content: "\e118";
    font-size: 30px;
}

.ImageDiv {
    width: 150px;
    height: 150px;
}

.ImageDivSubCat {
    width: 60px;
    height: 60px;
}

.ImageDivSubChildCat {
    width: 30px;
    height: 30px;
}

.kimg {
    max-width: 100%;
    max-height: 100%;
}

.GroupBtnClass {
    height: 40px;
}

.GroupBtnSubClass {
    height: 40px;
}

.GroupBtnSubChildClass {
    height: 40px;
}

.Categorybtn {
    background-color: #fff;
    margin-top: 8px;
    border: 1px solid Grey;
    border-radius: 30px;
}

.catimg {
    border-radius: 50%;
}

.SubCatbtn {
    width: 150px;
    height: 110px;
}

.SubChildCatbtn {
    width: 100px;
    height: 100px;
}

.SImg {
    width: 150px;
    height: 150px;
}

.MImg {
    width: 285px;
    height: 230px;
}

.LImg {
    width: 285px;
    height: 420px;
}

.shop-age-title {
    text-align: center;
    font-size: 38px;
    font-weight: 900;
    color: #A52D6E;
    margin-bottom: 35px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.shop-age-subtitle {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #A52D6E;
    margin-bottom: 35px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

    .shop-age-subtitle::before,
    .shop-age-subtitle::after {
        content: "✨";
        font-size: 22px;
        margin: 0 10px;
        color: #ffb703;
    }

.shop-age-title::before,
.shop-age-title::after {
    content: "✨";
    font-size: 22px;
    margin: 0 10px;
    color: #ffb703;
}

.age-group-section {
    padding: 25px 10px;
}

.age-group-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.age-group-card {
    width: 190px;
    min-height: 235px;
    border-radius: 28px;
    text-decoration: none;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    color: #fff;
    border: 3px solid rgba(255, 255, 255, 0.35);
}

    /* Playful colorful backgrounds */
    .age-group-card:nth-child(1) {
        background: linear-gradient(135deg, #ff6b6b, #ffb36b);
    }

    .age-group-card:nth-child(2) {
        background: linear-gradient(135deg, #6c5ce7, #a29bfe);
    }

    .age-group-card:nth-child(3) {
        background: linear-gradient(135deg, #00c9a7, #43e97b);
    }

    .age-group-card:nth-child(4) {
        background: linear-gradient(135deg, #f7971e, #ffd200);
    }

    .age-group-card:nth-child(5) {
        background: linear-gradient(135deg, #fc5c7d, #6a82fb);
    }

    .age-group-card:nth-child(6) {
        background: linear-gradient(135deg, #36d1dc, #5b86e5);
    }

    .age-group-card:nth-child(7) {
        background: linear-gradient(135deg, #ff9a9e, #fecfef);
    }

    .age-group-card:nth-child(8) {
        background: linear-gradient(135deg, #11998e, #38ef7d);
    }

    .age-group-card::before {
        content: "";
        position: absolute;
        top: -35px;
        right: -35px;
        width: 110px;
        height: 110px;
        background: rgba(255, 255, 255, 0.18);
        border-radius: 50%;
    }

    .age-group-card::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: -30px;
        width: 90px;
        height: 90px;
        background: rgba(255, 255, 255, 0.12);
        border-radius: 50%;
    }

    .age-group-card:hover {
        transform: translateY(-10px) scale(1.04);
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
        animation: toyBounce 0.5s ease;
    }

@keyframes toyBounce {
    0% {
        transform: translateY(0) scale(1);
    }

    30% {
        transform: translateY(-12px) scale(1.05);
    }

    60% {
        transform: translateY(-6px) scale(1.02);
    }

    100% {
        transform: translateY(-10px) scale(1.04);
    }
}

.age-group-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #fff;
    color: #ff4d6d;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    text-transform: uppercase;
    z-index: 2;
}

.age-group-icon-circle {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(255,255,255,0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    z-index: 1;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.18);
}

.age-group-icon {
    font-size: 34px;
}

.age-group-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    opacity: 0.95;
    z-index: 1;
}

.age-group-value {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.18);
    padding: 12px 16px;
    border-radius: 16px;
    margin-bottom: 14px;
    z-index: 1;
    backdrop-filter: blur(2px);
}

.age-group-arrow {
    font-size: 14px;
    font-weight: 700;
    background: #ffffff;
    color: #444;
    padding: 8px 16px;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.25s ease;
}

.age-group-card:hover .age-group-arrow {
    background: #222;
    color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
    .shop-age-title {
        font-size: 28px;
    }

    .age-group-card {
        width: 155px;
        min-height: 205px;
        padding: 18px 12px;
    }

    .age-group-value {
        font-size: 20px;
    }

    .age-group-icon-circle {
        width: 62px;
        height: 62px;
    }

    .age-group-icon {
        font-size: 28px;
    }
}


.k-listview-header,
.k-listview-content {
    padding: 20px;
}

.k-listview-footer {
    border-width: 0;
    padding: 10px 20px;
}

.k-listview-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, 120px);
    gap: 30px 40px;
}

.k-card {
    border-width: 1px 0 0 0;
    border-radius: 0;
    box-shadow: none;
}

.k-card-body {
    padding: 10px;
}

.k-card .k-card-title {
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
}

.k-card-subtitle {
    font-size: 0.85em;
}

.footer-note {
    text-align: right;
    font-style: italic;
    font-size: 0.85em;
}

.discount-label {
    padding: 5px;
    margin-left: 15px;
    color: #ffffff;
    font-size: 12px;
}

.category-section {
    padding: 12px 14px 20px;
}

.category-section-title {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #a52d6e;
    letter-spacing: 0.4px;
}
.category-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.category-card {
    width: 100%;
}

.category-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    border-radius: 20px;
    padding: 16px 12px 14px;
    min-height: 180px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #f1f1f1;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .category-link:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 26px rgba(165, 45, 110, 0.14);
    }

.category-image-wrap {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff4fa, #f8f0ff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: inset 0 0 0 1px rgba(165, 45, 110, 0.08);
}

.category-item img,
.category-link img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 0;
}

.category-name {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* tablet / desktop */
@media (min-width: 768px) {
    .category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .category-link {
        min-height: 200px;
        padding: 18px 14px 16px;
    }

    .category-image-wrap {
        width: 104px;
        height: 104px;
    }

    .category-item img,
    .category-link img {
        width: 82px;
        height: 82px;
    }

    .category-name {
        font-size: 22px;
    }
}

/* larger screens */
@media (min-width: 1024px) {
    .category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.blue {
    background-color: darkred;
}

    .blue:after {
        border-right-color: darkred;
    }

.Countclass {
    color: black;
}

.k-i-check::before {
    content: "\e118";
    font-size: 30px;
}

.ImageDiv {
    width: 150px;
    height: 150px;
}

.ImageDivSubCat {
    width: 60px;
    height: 60px;
}

.ImageDivSubChildCat {
    width: 30px;
    height: 30px;
}

.kimg {
    max-width: 100%;
    max-height: 100%;
}

.GroupBtnClass {
    height: 40px
}

.GroupBtnSubClass {
    height: 40px
}

.GroupBtnSubChildClass {
    height: 40px;
}

.Categorybtn {
    background-color: #fff;
    margin-top: 8px;
    border: 1px solid Grey;
    border-radius: 30px;
}

.catimg {
    border-radius: 50%;
}

.SubCatbtn {
    Width: 150px;
    Height: 110px;
}

.SubChildCatbtn {
    Width: 100px;
    Height: 100px;
}

.SImg {
    Width: 150px;
    Height: 150px;
}

.MImg {
    Width: 285px;
    Height: 230px;
}

.LImg {
    Width: 285px;
    Height: 420px;
}

.latest-buy-toast .k-notification {
    width: 360px;
    border: none;
    border-radius: 18px;
    padding: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.latest-buy-card {
    position: relative;
    padding: 16px 18px 14px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #fff7fb 100%);
    border: 1px solid rgba(236, 72, 153, 0.14);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12), 0 2px 8px rgba(15, 23, 42, 0.06);
}

    .latest-buy-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background: linear-gradient(180deg, #A52D6E 0%, #b04780 100%);
    }

    .latest-buy-card .title {
        font-size: 11px;
        font-weight: 700;
        color: #be185d;
        background: rgba(236, 72, 153, 0.08);
        padding: 5px 10px;
        border-radius: 999px;
        margin-bottom: 10px;
        display: inline-flex;
    }

    .latest-buy-card .content {
        font-size: 15px;
        color: #1f2937;
        margin-bottom: 8px;
    }

    .latest-buy-card .meta {
        font-size: 12px;
        color: #6b7280;
    }

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.05);
    color: #6b7280;
    font-size: 18px;
    cursor: pointer;
}

.mobile-banner-wrapper {
    display: none;
}


.desktop-carousel-wrapper {
    width: 100%;
    overflow: hidden;
}

.home-carousel {
    height: 320px !important;
    width: 100% !important;
}

.home-slide {
    width: inherit;
    height: inherit;
    min-height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 960px) {
    .mobile-banner-wrapper {
        display: block;
    }

    .desktop-carousel-wrapper {
        display: none;
    }
}

.product-image-frame {
    width: min(100%, 440px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.product-main-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thumbnail-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.thumbnail {
    width: 64px;
    height: 64px;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    object-fit: cover;
}

.thumbnail-selected {
    opacity: 1;
    border-color: #007bff;
}

.video-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff1f1;
}

.SizeButton {
    background-color: #fff !important;
    border-color: #d9d9da !important;
    color: #676869 !important;
    margin: 4px;
    cursor: pointer;
}

    .SizeButton.selected {
        border: 2px #d9d9da solid;
        box-shadow: 0 0 0 1px #676869;
    }

.discount-label {
    padding: 5px;
    color: #ffffff;
    font-size: 12px;
}

.tsq-detail-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 10px;
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
    align-items: center;
}

.notfound-box {
    padding: 40px 20px;
    text-align: center;
    color: #6b7280;
}

.video-container iframe {
    width: 100%;
    height: 420px;
}

.sizechart-container img {
    max-width: 100%;
}

.list-product-order li {
    display: flex;
}

.order-summary-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.summary-label {
    font-size: 15px;
    color: #6b7280;
    font-weight: 500;
}

.summary-value {
    font-size: 15px;
    color: #111827;
    font-weight: 600;
}

.summary-divider {
    border-top: 1px solid #ececec;
    margin: 8px 0 4px;
}

.summary-total .summary-label,
.summary-total .summary-value {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.checkout-field {
    width: 100%;
    max-width: 320px;
}

.checkout-summary-card {
    width: 90%;
}

.checkout-error {
    margin-top: 12px;
    color: #b42318;
    font-weight: 600;
}

.checkout-actions button[disabled] {
    opacity: 0.65;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .checkout-summary-card {
        width: 100% !important;
    }

    .accordion-button {
        padding: 14px 16px;
    }

    .accordion-body {
        padding: 12px;
    }

    .list-product-order {
        padding-left: 0;
    }

    .product-item-order {
        gap: 10px;
    }
}
.trackOrder-window {
    padding: 18px;
    background: #f6f7fb;
}

.tw-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tw-header {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    align-items: end;
    padding: 14px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.tw-label {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 6px;
}

.tw-orderNo {
    font-size: 22px;
    font-weight: 900;
}

.tw-date {
    font-size: 16px;
    font-weight: 800;
    color: #111827;
}

.tw-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    overflow: hidden;
}

.tw-card-header {
    padding: 14px 16px;
    border-bottom: 1px solid #eef0f4;
}

.tw-card-title {
    font-size: 16px;
    font-weight: 900;
}

.tw-card-body {
    padding: 14px 16px 16px;
}

.totals-box {
    width: 360px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.total-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    font-size: 15px;
}

.grand-total {
    background: #faf5ff;
    color: #111827;
    font-weight: 700;
    font-size: 18px;
}

.stepper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.step {
    flex: 1;
    text-align: center;
    padding: 12px;
    background: #e5e7eb;
    font-weight: 700;
}

    .step.active {
        background: #0ea5a5;
        color: #fff;
    }
.receipt-page {
    min-height: 100vh;
    background: #f5f6fa;
    padding: 32px 0;
}

.receipt-card {
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 32px;
}

.receipt-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.receipt-tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 8px;
}

.receipt-title {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    color: #111827;
}

.receipt-subtitle {
    margin: 8px 0 0;
    color: #6b7280;
    font-size: 16px;
}

.order-badge {
    background: #faf5ff;
    border: 1px solid #f0d9ff;
    border-radius: 16px;
    padding: 16px 18px;
    min-width: 190px;
    text-align: right;
}

.badge-label {
    display: block;
    font-size: 12px;
    color: var(--primary);
    margin-bottom: 6px;
}

.badge-value {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
}

.receipt-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 28px;
}

.meta-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px;
}

.meta-box-full {
    grid-column: 1 / -1;
}

.meta-label {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 8px;
}

.meta-value {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

.section-heading {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
}

.table-wrap {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
}

.receipt-table {
    width: 100%;
    border-collapse: collapse;
}

    .receipt-table thead th {
        background: #f9fafb;
        color: #374151;
        font-size: 15px;
        font-weight: 700;
        padding: 16px 18px;
        border-bottom: 1px solid #e5e7eb;
        text-align: left;
    }

    .receipt-table tbody td {
        padding: 16px 18px;
        border-bottom: 1px solid #f1f5f9;
        font-size: 15px;
        color: #111827;
    }

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.totals-box {
    width: 360px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.total-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    font-size: 15px;
}

.grand-total {
    background: #faf5ff;
    color: #111827;
    font-weight: 700;
    font-size: 18px;
}

.action-row {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

@media print {
    .no-print {
        display: none !important;
    }

    .receipt-page {
        background: #ffffff !important;
        padding: 0 !important;
    }

    .receipt-card {
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
    }
}

@media (max-width: 575px) {
    .shop_table,
    .shop_table tbody,
    .shop_table tr,
    .shop_table td {
        display: block;
        width: 100%;
    }

        .shop_table thead {
            display: none;
        }

        .shop_table .cart_item {
            position: relative;
            display: grid;
            grid-template-columns: 24px 82px 1fr;
            grid-template-areas:
                "remove image name"
                "remove image qty"
                "remove image price";
            gap: 6px 10px;
            padding: 14px 8px;
            border-bottom: 1px solid #eee;
        }

        .shop_table .product-remove {
            grid-area: remove;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }

        .shop_table .product-thumbnail {
            grid-area: image;
            padding: 0;
        }

            .shop_table .product-thumbnail img {
                width: 78px;
                height: 78px;
                object-fit: cover;
                border-radius: 8px;
            }

        .shop_table .product-name {
            grid-area: name;
            padding: 0;
            font-size: 15px;
            line-height: 1.35;
        }

            .shop_table .product-name .title {
                display: block;
                font-size: 15px;
                font-weight: 500;
            }

        .shop_table .product-quantity {
            grid-area: qty;
            padding: 0;
        }

        .shop_table .product-price {
            grid-area: price;
            padding: 0;
            font-size: 17px;
            font-weight: 600;
            text-align: left;
        }

        .shop_table .quantity .control {
            width: 90px;
            height: 32px;
            display: flex;
            align-items: center;
        }

        .shop_table .quantity-minus,
        .shop_table .quantity-plus {
            width: 28px;
            text-align: center;
        }

    .cart-total-row {
        display: block;
        padding: 15px 8px;
    }

        .cart-total-row td {
            display: block;
            text-align: right;
        }
}
