<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
    /* à¸›à¹‰à¸­à¸‡à¸à¸±à¸™à¸à¸²à¸£à¸¥à¸²à¸à¹ƒà¸™ WebKit (Chrome, Safari) */
    -webkit-user-drag: none;
    /* à¸›à¹‰à¸­à¸‡à¸à¸±à¸™à¸à¸²à¸£à¸¥à¸²à¸à¹ƒà¸™ Firefox */
    -moz-user-drag: none;
    /* à¸›à¹‰à¸­à¸‡à¸à¸±à¸™à¸à¸²à¸£à¸¥à¸²à¸à¹ƒà¸™ Opera */
    -o-user-drag: none;
    /* à¸›à¹‰à¸­à¸‡à¸à¸±à¸™à¸à¸²à¸£à¸¥à¸²à¸à¹ƒà¸™à¹€à¸šà¸£à¸²à¸§à¹Œà¹€à¸‹à¸­à¸£à¹Œà¸—à¸µà¹ˆà¸£à¸­à¸‡à¸£à¸±à¸šà¸¡à¸²à¸•à¸£à¸à¸²à¸™ */
    user-drag: none;
    /* à¸›à¹‰à¸­à¸‡à¸à¸±à¸™à¸à¸²à¸£à¹€à¸¥à¸·à¸­à¸ (select) à¸šà¸±à¸‡à¹€à¸­à¸´à¸ */
    user-select: none;
}

.bg-gang {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
}

.box-gang {
    position: relative;
    background: #fff;
    background: linear-gradient(0deg,
            rgb(255 255 255 / 64%) 0%,
            rgba(255, 255, 255, 1) 100%);
    padding: 50px;
    margin: 35px auto;
    width: 95%;
    max-width: 700px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    box-shadow: 4px 4px 24px 0px #effbd5;
    box-shadow: -4px -4px 24px 0px #fff9dd;
}

.day-gang {
    margin-top: -20px;
}

img.evryday-gang {
    max-height: 70px;
    width: auto;
    max-width: 40%;
}

.coin-accumulate {
    display: inline-block;
    margin-top: -20px;
}

.coin-accumulate p {
    background: #000;
    color: #fff;
    vertical-align: middle;
    padding: 5px 15px 10px 15px;
    border-radius: 50px;
    width: auto;
}

.img.icon-coin {
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
}

.txt-privilleage {
    position: absolute;
    right: 10px;
    top: 10px;
}

.txt-privilleage p {
    text-align: right;
    font-size: 14px;
    font-weight: bolder;
    cursor: pointer;
}

.progress-bars {
    padding-top: 50px;
}

.progress-bars img {
    width: 100%;
}

.mock-section-coin {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 15px;
}

.in-mock-section-coin {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.privilleges-only {
    width: 100%;
    max-width: -webkit-fill-available;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title img {
    width: 30%;
}

.title-txt h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
    color: #000;
    margin-top: 20px;
    margin-bottom: 0px;
}

.title-txt p {
    font-size: 16px;
    line-height: 1.6;
}

.view-all {
    display: inline-block;
    color: #4285f4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 20px;
}

.star-wand {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.star-wand-left {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.star-wand-right {
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(330deg);
}

.exclusive {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px 15px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar for IE and Edge */
    max-width: 100%;
    margin: 0 auto;
    height: 500px;
}


/* Hide scrollbar for Chrome and Safari */

.exclusive::-webkit-scrollbar {
    display: none;
}

.icecream {
    flex: 0 0 75vw;
    min-width: 260px;
    max-width: 260px;
    background-color: white;
    border: 1px solid #dadada;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    scroll-snap-align: start;
}

.icecream img {
    height: 50%;
    width: auto;
    object-fit: contain;
}

.icecream h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
}

.icecream p {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
    flex-grow: 1;
    /* Push button to bottom */
}


/* Button styling */

.icecream button {
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 80%;
    margin: 0 0 30px 0;
    /* Push to bottom */
}

.icecream button:hover {
    background-color: #3367d6;
}

.icecream button:hover,
.icecream button:active {
    background-color: #3b78e7;
}


/* Optional: Add arrow indicators at the edges to suggest scrolling */

.carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.scroll-hint {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 5;
    opacity: 0.9;
}

.scroll-hint.left {
    left: 5px;
}

.scroll-hint.right {
    right: 5px;
}

.scroll-arrow {
    border: solid #555;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right-arrow {
    transform: rotate(-45deg);
}

.left-arrow {
    transform: rotate(135deg);
}


/* Optional indicator dots below the carousel */

.scroll-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.dot.active {
    background-color: #4285f4;
    transform: scale(1.2);
}


/* @keyframes scrollHint {
        0% {
            transform: translateX(0);
        }

        25% {
            transform: translateX(10px);
        }

        50% {
            transform: translateX(0);
        }

        75% {
            transform: translateX(10px);
        }

        100% {
            transform: translateX(0);
        }
    } */

.title-txt .head-special {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

img.star {
    width: 35px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.benefit-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f0f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.icon-benefit {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.benefit-content {
    flex: 1;
}

.benefit-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #222;
}

.benefit-description {
    font-size: 14px;
    color: #666;
}

.earn-coins-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
}

.coin-item {
    padding: 25px 15px;
}

.coin-item img {
    width: 70px;
    height: 70px;
}

.earn-title {
    font-size: 18px;
    font-weight: 700;
    color: #0158ef;
}

.primary-text {
    font-size: 14px;
    color: #222222;
}

.secondary-text {
    font-size: 13px;
    line-height: 1.5;
    color: #222222;
}

.link {
    color: #0080ff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-top: auto;
    transition: color 0.2s;
}

.link:hover {
    color: #0056b3;
}

.orange-text {
    color: #f9860a;
}


/* Responsive */

@media (max-width: 992px) {
    .earn-coins-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .exclusive {
        gap: 15px;
    }

    .exclusive h2 {
        font-size: 16px;
    }

    .exclusive p {
        font-size: 12px;
    }

    .benefit-item {
        padding: 5px 10px;
    }

    .in-mock-section-coin {
        display: grid;
        /* justify-content: center;
        align-items: flex-start; */
    }

    .in-mock-section-coin img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .earn-coins-grid {
        margin-bottom: 0px;
    }

    .box-gang {
        padding: 20px;
        width: 95%;
    }

    .txt-privilleage p {
        font-size: 12px;
        cursor: pointer;
    }

    .txt-privilleage {
        margin-top: -5px;
    }

    .coin-accumulate p {
        font-size: 12px;
    }

    img.icon-coin {
        width: 18px;
        height: 18px;
    }

    .progress-bars {
        padding-top: 25px;
    }

    .privilleges-only {
        padding: 0px;
    }

    .title-txt h2 {
        font-size: 22px;
    }

    .view-all {
        font-size: 14px;
    }

    .benefit-title {
        font-size: 12px;
    }

    /* .icon {
    width: 50px;
    height: 50px;
  } */
    .icon-wrapper {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }

    .benefit-description {
        font-size: 9px;
    }

    .earn-title {
        font-size: 14px;
    }

    .primary-text {
        font-size: 10px;
    }

    .secondary-text {
        font-size: 10px;
    }

    .link {
        font-size: 10px;
    }

    .coin-item {
        padding: 15px;
    }

    .exclusive {
        height: 400px;
    }

    .icecream {
        min-width: 250px;
        max-width: 250px;
    }

    .icecream img {
        width: 70%;
    }
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.feature-card {
    display: flex;
    align-items: center;
    align-content: center;
    background-color: white;
    border-radius: 8px;
    padding: 4px 14px 8px 14px;
    flex: 1;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: 1px solid #e5e5e6;
    transition: transform 0.3s ease-in-out;
    position: relative;
}

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

.feature-card h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.feature-card p {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 0px;
}

.feature-card .feature-icon {
    padding: 5px;
    width: 50px;
}


/* Media Queries à¸ªà¸³à¸«à¸£à¸±à¸šà¸¡à¸·à¸­à¸–à¸·à¸­ */

@media screen and (max-width: 768px) {
    .features-container {
        justify-content: space-between;
        /* à¸„à¸‡à¸à¸²à¸£à¸ˆà¸±à¸”à¸§à¸²à¸‡à¸‹à¹‰à¸²à¸¢à¸‚à¸§à¸² */
        gap: 10px;
        /* à¸¥à¸”à¸Šà¹ˆà¸­à¸‡à¸§à¹ˆà¸²à¸‡à¸£à¸°à¸«à¸§à¹ˆà¸²à¸‡à¸à¸²à¸£à¹Œà¸” */
    }

    .feature-card {
        flex: 0 0 calc(50% - 10px);
        /* à¸à¸³à¸«à¸™à¸”à¸„à¸§à¸²à¸¡à¸à¸§à¹‰à¸²à¸‡à¹€à¸›à¹‡à¸™ 50% - gap */
        min-width: 150px;
        /* à¸¥à¸”à¸‚à¸™à¸²à¸”à¸‚à¸±à¹‰à¸™à¸•à¹ˆà¸³ */
        padding: 10px;
        padding-bottom: 17px;
    }

    .feature-card h4 {
        font-size: 14px;
        /* à¸¥à¸”à¸‚à¸™à¸²à¸”à¸Ÿà¸­à¸™à¸•à¹Œà¸«à¸±à¸§à¸‚à¹‰à¸­ */
    }

    .feature-card .feature-des {
        display: none;
        /* à¸‹à¹ˆà¸­à¸™ feature description à¸šà¸™à¸¡à¸·à¸­à¸–à¸·à¸­ */
    }

    .feature-card .feature-icon {
        width: 30px;
        /* à¸¥à¸”à¸‚à¸™à¸²à¸”à¹„à¸­à¸„à¸­à¸™ */
        padding: 3px;
        /* à¸¥à¸” padding à¸‚à¸­à¸‡à¹„à¸­à¸„à¸­à¸™ */
    }
}


/* à¸ªà¸³à¸«à¸£à¸±à¸šà¸¡à¸·à¸­à¸–à¸·à¸­à¸‚à¸™à¸²à¸”à¹€à¸¥à¹‡à¸à¸¡à¸²à¸ */

@media screen and (max-width: 480px) {
    .feature-card {
        /* padding: 8px; */
        padding: 1px 8px 8px 8px;
        /* à¸¥à¸” padding à¹€à¸žà¸´à¹ˆà¸¡à¹€à¸•à¸´à¸¡ */
    }

    .feature-card h4 {
        /* font-size: 14px; */
        font-size: 0.6rem;
        /* à¸¥à¸”à¸‚à¸™à¸²à¸”à¸Ÿà¸­à¸™à¸•à¹Œà¸«à¸±à¸§à¸‚à¹‰à¸­à¹€à¸žà¸´à¹ˆà¸¡à¹€à¸•à¸´à¸¡ */
    }

    .feature-card .feature-icon {
        width: 35px;
        /* à¸¥à¸”à¸‚à¸™à¸²à¸”à¹„à¸­à¸„à¸­à¸™à¹€à¸žà¸´à¹ˆà¸¡à¹€à¸•à¸´à¸¡ */
    }
}

.how_smlc h2 {
    font-size: 24px;
    margin-top: 35px;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.feature-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.icon-container .icon img {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.feature-text {
    margin-left: 10px;
    margin-top: 10px;
}

.gang__account__profile__smlc {
    font-size: 12px;
    background-color: #000000;
    color: #fff;
    font-weight: bolder;
    border-radius: 99px;
    text-align: center;
    padding: 4px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.next-tier-text {
    font-size: 12px;
    border: 3px solid #ffffff;
    box-shadow: 4px 4px 24px 0px #effbd5;
    box-shadow: -4px -4px 24px 0px #fff9dd;
    padding: 8px 16px;
    background: #ffffff;
    background: linear-gradient(0deg, rgb(255 255 255 /80%) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 6px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.modal-overlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-overlay .condition {
    font-size: 12px;
    text-align: left;
}

.modal-overlay .title {
    margin-bottom: 0px;
}

.modal-overlay .sub-title {
    font-size: 14px;
}

.modal-content {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
}

.model-review {
    background: transparent;
    /* width: 90%;
    max-width: 1000px; */
    position: relative;
}

.model-review .close-button {
    color: #fff;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

#my-coin-history {
    display: none;
}

.back_to_main {
    color: #0080ff;
    font-size: 14px;
}

.featured-activity {
    margin: 0 20px;
    padding: 15px;
    margin: 10px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.featured-activity.active {
    border: 2px solid #4285f4;
}

.featured-activity:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.coin-icon img {
    width: 40px;
    /* margin-left: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.activity-content {
    flex-grow: 1;
}

.activity-title {
    font-weight: bold;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .featured-activity {
        font-size: 95%;
        margin: 10px 12px;
    }
}

.activity-reward {
    color: #333;
    font-size: 80%;
}

@media (max-width: 768px) {
    .activity-reward {
        font-size: 69%;
    }
}

.divider {
    margin: 20px;
    color: #888;
    text-align: center;
    position: relative;
}

.divider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 2px solid #e0e0e0;
    z-index: 1;
}

.divider span {
    background-color: white;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.activity-item {
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.image-icon {
    color: #4285f4;
    width: 40px;
    height: 40px;
}

.submit-button {
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 15px;
    font-size: 16px;
    width: calc(100% - 40px);
    margin: 20px;
    cursor: pointer;
}

.coin-display-container {
    background-color: white;
    border-radius: 8px;
    padding: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #e5e5e6;
}

.coin-display {
    padding: 10px 20px;
}

.coin-amount {
    font-size: 30px;
    display: flex;
}

#my-benefit-icecream {
    display: none;
}

.redeem-icecream {
    padding: 20px;
}

.redeem-icecream .txt-head h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.remaining-rights {
    font-size: 14px;
    color: #333;
    margin-bottom: 25px;
}

.coupon-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
}

.coupon {
    width: calc(50% - 10px);
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    background-image: url("https://online.smartmathpro.com/wp-content/uploads/2025/05/bg-coupon-icecream.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.coupon-inner {
    display: flex;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
}

.coupon-image {
    width: 100px;
    margin-right: 15px;
    object-fit: contain;
}

.coupon-content {
    flex: 1;
    left: 0;
    position: relative;
    text-align: left;
    top: 15px;
    width: 100%;
}

.coupon-inner .line {
    padding-right: 20px;
}

.coupon-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.free-text {
    color: #f00;
    font-weight: bold;
}

.coupon-location {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.redeem-button {
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 30px;
    font-size: 14px;
    cursor: pointer;
    width: auto;
    font-weight: bold;
}

.coupon.used {
    opacity: 0.8;
    filter: grayscale(1);
}

.used .redeem-button {
    cursor: not-allowed;
}

.modal-content {
    margin: 15% auto;
    padding: 20px;
    border-radius: 15px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    position: relative;
}

#reviewModal .modal-content {
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
    width: 100%;
    max-width: 500px;
    text-align: left !important;
    position: relative;
    /* padding: 10px; */
    border-radius: 18px;
    padding-top: 2rem;
    padding-bottom: 7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (max-width: 768px) and (max-height: 940px) and (orientation: portrait) {
    #reviewModal .modal-content {
        width: 94%;
        padding-top: 2rem;
        padding-bottom: 6rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
}

#benefitModal .modal-content {
    background-color: transparent !important;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    position: relative;
    border: none !important;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.qr-code {
    width: 100%;
    max-width: 250px;
    margin: 15px auto;
}

.modal-description {
    font-size: 14px;
    color: #555;
    margin-top: 20px;
}

.confirm-button {
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 15px;
}

.qr-code {
    height: 250px;
    width: 250px;
}

@media (max-width: 1024px) {
    .coupon-container {
        width: auto;
    }

    .coupon-inner {
        padding: 15px 25px;
    }

    .coupon-content {
        width: 115%;
    }
}

@media (max-width: 520px) {
    .coupon {
        width: 100%;
    }

    .modal-content {
        width: 90%;
        margin: 30% auto;
    }
}

.Exclusive-container h1 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-top: 20px;
}

.product-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.product-card img {
    object-fit: contain;
}

.pen-rainbow-no {
    filter: grayscale(1);
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-price {
    font-size: 18px;
    color: #3b82f6;
    margin-bottom: 20px;
}

.detail-button {
    flex: 1;
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.button-container {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: center;
}

.cart-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #0080ff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-button img {
    width: 20px;
    height: 20px;
}


/* @media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
} */

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.ontop_tier_bar {
    width: 100%;
    margin-top: 0px;
    background-color: #e3196d;
    color: #fff;
    font-size: 0.7rem;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 6px 6px 0px 0px;
    font-weight: bolder;
    position: absolute;
}

.icecream_tier_bar {
    width: 100%;
    margin-top: 0px;
    background-color: #00a426;
    color: #fff;
    font-size: 0.7rem;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 6px 6px 0px 0px;
    font-weight: bolder;
    position: absolute;
}</pre></body></html>