* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-primary: #b11212;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #f8f8f8;
}

.ega-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}

.ega-header {
    background: #2d2d2d;
    padding: 16px;
}

.ega-header .ega-container {
    padding: 0;
}

.ega-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ega-logo img {
    max-height: 40px;
}

.ega-menu-toggle {
    background: none;
    border: none;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}

.ega-nav {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    background: #222;
    display: none;
    z-index: 11;
}

.ega-nav.active {
    display: block;
}

.ega-nav-list {
    list-style: none;
}

.ega-nav-list li a {
    display: block;
    padding: 14px 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #333;
}

.ega-nav-list li a:hover {
    background: #333;
}

.ega-cart {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    border: 1px solid #ff3b30;
    padding: 15px 20px 10px 19px;
    border-radius: 6px;
    font-size: 14px;
}

.ega-cart-count {
    background: #ff3b30;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    position: absolute;
    border-radius: 50%;
    top: -10px;
    right: -10px;
}

.box-cart i {
    font-size: 22px;
}

.box-cart {
    position: relative;
    cursor: pointer;
}

.top-banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* ===============================
   PROMO BANNER
   =============================== */

.promo-banner {
    background: #f5f5f5;
    overflow: hidden;
}

.promo-banner__slider {
    opacity: 0;
    visibility: hidden;
}

.promo-banner__slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.promo-slide {
    position: relative;
    width: 100%;
}

.promo-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.js-promo-slider {
    position: relative;
}

.js-promo-slider .bi {
    position: absolute;
    z-index: 10;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}

.js-promo-slider .bi.bi-chevron-right {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.js-promo-slider .bi.bi-chevron-left {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.voucher-section {
    padding: 0 16px;
    margin: 30px 0;
    background: #f5f5f5;
}


/* ===============================
   SLIDER / GRID WRAPPER
   =============================== */

.voucher-slider {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.voucher-slider::-webkit-scrollbar {
    display: none;
}


/* ===============================
   CARD
   =============================== */

.voucher-card {
    flex: 0 0 85%;
    scroll-snap-align: start;
}

.voucher-card__content {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
}

.voucher-card__code {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.voucher-card__desc {
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    flex-grow: 1;
}

.voucher-card__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.voucher-btn {
    background: var(--color-primary);
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    cursor: pointer;
}

.voucher-link {
    font-size: 13px;
    color: #1a73e8;
    text-decoration: none;
}

.flash-sale {
    background: var(--color-primary);
    padding: 16px 16px 30px 16px;
    border-radius: 12px;
    color: #ffffff;
}

.gift .flash-sale {
    padding: 0;
    background-color: transparent;
}


/* ===============================
   HEADER
   =============================== */

.flash-sale__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.gift .flash-sale__header {
    background-color: rgb(45, 45, 45);
    border-radius: 10px 10px 0px 0px;
    padding: 12px 16px;
    margin-bottom: 30px;
}

.flash-sale__title {
    display: flex;
    align-items: center;
    gap: 6px;
}

.flash-sale__title .bi {
    font-size: 1.5em;
}

.flash-sale__text {
    font-size: 20px;
    font-weight: 800;
}

.gift .flash-sale__text {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1;
    margin-left: 10px;
    text-transform: uppercase;
}

.flash-sale__hot img {
    width: 40px;
}


/* ===============================
   COUNTDOWN
   =============================== */

.flash-sale__countdown {
    display: flex;
    gap: 6px;
}

.flash-sale__countdown span {
    background: rgb(255, 251, 1);
    color: #000;
    padding: 10px 14px;
    border-radius: 6px;
    font-weight: 700;
    min-width: 28px;
    text-align: center;
}


/* ===============================
   DESCRIPTION
   =============================== */

.flash-sale__desc {
    font-size: 0.9em;
    margin: 6px 0 16px;
}


/* ===============================
   PRODUCT LIST
   =============================== */

.flash-sale__products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

.flash-sale__products::-webkit-scrollbar {
    display: none;
}


/* ===============================
   PRODUCT CARD
   =============================== */

.fs-product {
    background: #ffffff;
    color: #000000;
    border-radius: 12px;
    padding: 12px;
    flex: 0 0 80%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.fs-product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.fs-product__title {
    font-size: 1em;
    margin: 8px 0;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

.fs-product__price {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.price-new {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 1em;
}

.price-old {
    color: #111111;
    text-decoration: line-through;
    font-size: 1em;
    font-weight: 700;
}

.fs-product__btn {
    width: 100%;
    border: none;
    background: var(--color-primary);
    color: #ffffff;
    padding: 10px 8px;
    border-radius: 8px;
    font-size: 0.8em;
    font-weight: 700;
    cursor: pointer;
}

.fs-product__btn:hover {
    opacity: 0.9;
}

.category-strip {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 12px;
    filter: drop-shadow(rgb(166, 166, 166) 0px 2px 2px);
    margin: 30px 0;
}

.category-strip__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.category-strip__list::-webkit-scrollbar {
    display: none;
}

.category-item {
    text-align: center;
    text-decoration: none;
    color: #000;
}

.category-item__icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-item__icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.category-item__text {
    font-size: 1em;
    margin-top: 15px;
    line-height: 1.3;
    white-space: nowrap;
}

.banner_sale img {
    width: 100%;
}

div.gift {
    margin: 30px 0;
}

.site-footer {
    background: #e8e4e3;
    padding: 50px 0;
    font-size: 1em;
    color: #b11212;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-title {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: left;
}

.footer-contact,
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.footer-contact li,
.footer-links li {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--color-primary);
}

.footer-icon {
    width: 18px;
    text-align: center;
}

.footer-subtitle {
    margin: 16px 0 10px;
    font-size: 1.2em;
    font-weight: 700;
    text-align: left;
    margin-top: 40px;
}

.footer-links a {
    color: var(--color-primary);
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-map iframe {
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 8px;
}

.footer-bottom {
    border-top: 1px solid #ccc;
    margin-top: 24px;
    padding: 12px 0;
    color: #333;
    padding-top: 40px;
    text-align: left;
}

.lucky-section {
    padding: 32px 16px;
    background-color: #7c1311;
    color: #fff;
}

.lucky-container {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.lucky-content h1 {
    font-size: 36px;
    line-height: 1.2;
}

.lucky-content h1 span {
    color: #ffe600;
}

.lucky-btn {
    margin: 50px 0;
    padding: 10px 40px;
    min-width: 200px;
    border-radius: 15px;
    color: #fff;
    border: none;
    font-weight: 600;
    border: 1px solid #fff;
    font-size: 16px;
    cursor: pointer;
    background: linear-gradient( 90deg, #ff3b00 0%, #ff6a00 35%, #ff9f00 65%, #ffd400 100%);
    animation: bouncePause 1s infinite;
}

@keyframes bouncePause {
    0% {
        transform: translateY(0);
    }
    10% {
        transform: translateY(-16px);
    }
    25% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-12px);
    }
    55% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

.box-lucky {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lucky-info {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 8px;
    color: rgb(255, 251, 1);
    line-height: 1.6;
    font-weight: 700;
}

.lucky-note {
    font-size: 0.9em;
    text-align: center;
    line-height: 1.5;
    opacity: 0.9;
    margin: auto;
}

.lucky-frame {
    position: relative;
    margin: auto;
    height: 450px;
    width: 320px;
}

.wheel-pointer {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 22px solid #fff;
    /* CHĨA LÊN */
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.wheel-inner {
    position: absolute;
    top: 57px;
    left: 50%;
    transform: translateX(-50%);
    width: 228px;
    height: 228px;
    z-index: 10;
    border-radius: 50%;
    border: 3px solid #2d2c2c;
    transition: transform 4s cubic-bezier(0.17, 0.67, 0.12, 0.99);
    /* background: conic-gradient(from -90deg, #b40f05 0deg 60deg, #ffc81c 60deg 120deg, #b40f05 120deg 180deg, #ffc81c 180deg 240deg, #b40f05 240deg 300deg, #ffc81c 300deg 360deg); */
    background-image: url(../images/35441-20220109133017.png);
    background-size: 100%;
}

.wheel-label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: rgb(255, 251, 1);
    transform-origin: 0 0;
    pointer-events: none;
}

.wheel-start {
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    /* background: radial-gradient(circle at 30% 30%, #fff6b0 0%, #ffd35a 35%, #f5a800 65%, #c97b00 100%); */
    border: none;
    font-weight: 700;
    cursor: pointer;
    z-index: 30;
    color: var(--color-primary);
    font-size: 10px;
}

.wheel-frame-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    pointer-events: none;
}

.wheel-label:nth-child(1) {
    transform: rotate(8deg) translate(22px) rotate(21deg);
}

.wheel-label:nth-child(2) {
    transform: rotate(72deg) translate(22px) rotate(15deg);
}

.wheel-label:nth-child(4) {
    transform: rotate(197deg) translate(22px) rotate(-350deg);
}

.wheel-label:nth-child(5) {
    transform: rotate(254deg) translate(22px) rotate(-345deg);
}

.wheel-label:nth-child(6) {
    transform: rotate(314deg) translate(22px) rotate(-347deg);
}

.wheel-label:nth-child(3) {
    transform: rotate(138deg) translate(22px) rotate(8deg);
}

.lucky-content .lucky-title {
    font-family: "Baloo Bhaina", cursive;
    line-height: 1.6;
    font-size: 40px;
    color: rgb(255, 255, 255);
    transform: rotate(-6deg);
    text-shadow: rgb(102, 215, 238) 1px 2px 3px;
    font-weight: 800;
}

.lucky-content .lucky-title span {
    font-family: "Baloo Bhaina", cursive;
    line-height: 1.6;
    font-size: 50px;
    color: rgb(255, 251, 1);
    transform: rotate(-6deg);
    text-shadow: rgb(244, 182, 156) 1px 2px 3px;
}

.lucky-content {
    background-image: url(../images/nen-quay-so.png);
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* =========================================
   BASE – MOBILE FIRST
   ========================================= */

.px-modal-wrap {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.px-modal-wrap.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.px-modal-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.px-modal-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    padding: 16px;
}

.px-modal-close {
    position: fixed;
    top: 10px;
    right: 12px;
    font-size: 26px;
    background: none;
    border: none;
    z-index: 10;
    cursor: pointer;
}


/* Layout */

.px-modal-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.px-modal-media img {
    width: 70%;
    display: block;
    margin: auto;
}


/* Content */

.px-modal-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 6px;
    text-align: left;
}

.px-modal-price #modalProductPrice {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    color: #c00;
}

.px-modal-price #oldProductPrice {
    font-size: 16px;
    color: gray;
}

.px-modal-price {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
}

.px-modal-policy {
    margin: 12px 0;
    font-size: 13px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.px-modal-policy li {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}


/* Actions */

.px-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.px-qty-control {
    display: flex;
    width: 120px;
    border: 1px solid #ddd;
    height: 30px;
}

.px-qty-control button {
    width: 36px;
    background: #f3f3f3;
    border: none;
    cursor: pointer;
}

.button-add {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.px-qty-control input {
    width: 48px;
    text-align: center;
    border: none;
}

.px-btn {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.px-btn-outline {
    border: 1px solid #c00;
    background: #fff;
    color: #c00;
}

.px-btn-primary {
    background: #c00;
    color: #fff;
    border: none;
}

#typeProduct {
    width: 100%;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 3px;
    cursor: pointer;
}

#cartModal .name-product strong {
    width: 95%;
    display: block;
    font-size: 0.9em;
    text-align: left;
    font-weight: 400;
}

#cartModal .button-qty {
    display: flex;
    align-items: center;
    border: 1px solid gray;
    padding: 0 5px;
}

#cartModal .button-qty button {
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    color: gray;
    font-size: 16px;
    cursor: pointer;
}

#cartModal .button-remove {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid gray;
    color: gray;
    font-size: 16px;
    cursor: pointer;
}

#cartModal tr td {
    padding: 5px;
}

#cartModal .px-modal-box {
    max-width: 450px;
}

#cartModal table {
    border-collapse: collapse;
}

#cartModal tbody tr:not(:first-child) {
    border-top: 1px solid gray;
}

#checkoutModal .px-modal-box {
    max-width: 450px;
}


/* #checkoutModal.px-modal-wrap {
  display: flex;
} */

#checkoutModal input,
#checkoutModal select,
#checkoutModal textarea {
    border: 1px solid #b3b3b3;
    padding: 4px 8px;
    border-radius: 2px;
}

#checkoutModal tbody tr td:first-child {
    text-align: left;
}

.checkout-wrap {
    font-size: 14px;
}

#voucherMessage {
    margin-top: 5px;
}

.input-coupon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#applyVoucherBtn {
    padding: 0 10px;
    height: 25px;
    border-radius: 3px;
    border: none;
    background: #555;
    color: #fff;
}

.checkout-title {
    text-align: center;
    margin-bottom: 6px;
}

.checkout-desc {
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
}

.checkout-section {
    margin-bottom: 18px;
}

.checkout-heading {
    font-size: 15px;
    margin-bottom: 10px;
}


/* INPUT */

.checkout-input,
.checkout-select,
.checkout-textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.checkout-section .form-group {
    padding-bottom: 10px;
}

.checkout-textarea {
    height: 70px;
    resize: none;
}

.checkout-row {
    display: flex;
    gap: 8px;
}

.checkout-select.full {
    width: 100%;
}

.checkout-note {
    font-size: 12px;
    color: #666;
}

.checkout-error {
    color: #d93025;
    font-size: 11px;
    text-align: left;
    margin-top: 4px;
}

.form-group {
    display: flex;
    flex-direction: column;
}


/* PRODUCT */

.checkout-product {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #999;
    padding: 5px 0;
}

.checkout-section .checkout-product:first-of-type {
    border-top: none;
}

.checkout-product .box-img {
    position: relative;
}

.checkout-product .box-img .qty {
    position: absolute;
    top: 0;
    right: -5px;
    background: #555;
    padding: 0 5px;
    border-radius: 50%;
    color: #fff;
}

.checkout-product img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.checkout-product-name {
    flex: 1;
    font-weight: 500;
    text-align: left;
}

.checkout-product-price {
    font-weight: 600;
}


/* SUMMARY */

.checkout-summary {
    width: 100%;
    font-size: 14px;
}

.checkout-summary td {
    padding: 4px 0;
}

.checkout-summary .right {
    text-align: right;
}

.checkout-summary .total td {
    font-weight: bold;
    padding-top: 8px;
}

.checkout-submit {
    width: 100%;
    background: #b30000;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

#tiaRingt {
    position: absolute;
    bottom: 18%;
    right: 0;
    width: 65px;
    z-index: 10;
}

#tiaLeft {
    position: absolute;
    bottom: 10%;
    left: -15px;
    width: 65px;
    z-index: 10;
}

@media (min-width: 576px) {
    .ega-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .px-modal-grid {
        flex-direction: row;
        gap: 24px;
    }
    .px-modal-grid .px-modal-media,
    .px-modal-grid .px-modal-meta {
        width: 50%;
    }
    .px-modal-box {
        width: 92%;
        height: auto;
        max-width: 720px;
        margin: 5vh auto;
        border-radius: 8px;
        padding: 20px;
    }
    .px-modal-close {
        position: absolute;
        top: 10px;
        right: 12px;
    }
    .px-modal-actions {
        flex-direction: column;
        align-items: center;
    }
    .px-qty-control {
        width: auto;
        margin-right: auto;
    }
    .px-btn {
        width: auto;
    }
    .footer-container {
        flex-direction: row;
        align-items: flex-start;
    }
    .footer-info {
        width: 60%;
    }
    .footer-map {
        width: 40%;
    }
    .footer-links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    .footer-map iframe {
        height: 260px;
    }
    .flash-sale__header {
        flex-direction: row;
    }
    .flash-sale__products {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        overflow: visible;
    }
    .category-strip__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .fs-product {
        flex: unset;
    }
    .voucher-slider {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        overflow: visible;
    }
    .voucher-card {
        flex: unset;
    }
    .ega-menu-toggle {
        display: none;
    }
    .ega-container {
        max-width: 720px;
    }
    .ega-nav {
        position: static;
        display: block;
        width: auto;
        background: transparent;
    }
    .ega-nav-list {
        display: flex;
        gap: 30px;
    }
    .ega-nav-list li a {
        border: none;
        padding: 8px 0;
        font-size: 14px;
        text-transform: uppercase;
    }
    .ega-nav-list li a:hover {
        color: #ff3b30;
        background: none;
    }
    .category-strip__list {
        justify-content: space-between;
        overflow: visible;
    }
    .category-item {
        flex: 1;
    }
}

@media (min-width: 992px) {
    .px-modal-box {
        max-width: 900px;
        padding: 24px;
    }
    .px-modal-media {
        flex: 0 0 420px;
    }
    .px-modal-meta {
        flex: 1;
    }
    .px-modal-title {
        font-size: 22px;
    }
    .px-modal-price {
        font-size: 24px;
    }
    .ega-container {
        max-width: 960px;
    }
    .voucher-card__content {
        min-height: 140px;
    }
    .category-strip__list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
}

@media (min-width: 1200px) {
    #tiaLeft {
        bottom: 6%;
        width: 75px;
    }
    #tiaRingt {
        width: 75px;
    }
    .px-btn {
        padding: 12px 20px;
    }
    .px-modal-media {
        flex-basis: 460px;
    }
    .lucky-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .lucky-content h1 {
        font-size: 48px;
    }
    .lucky-content {
        width: 50%;
        padding: 100px 0;
    }
    .lucky-frame {
        width: 50%;
        height: fit-content;
    }
    .wheel-label {
        font-size: 18px;
    }
    .wheel-inner {
        width: 400px;
        height: 400px;
        top: 84px;
    }
    .wheel-label:nth-child(1) {
        transform: rotate(18deg) translate(70px) rotate(12deg);
    }
    .wheel-label:nth-child(2) {
        transform: rotate(75deg) translate(70px) rotate(15deg);
    }
    .wheel-label:nth-child(4) {
        transform: rotate(200deg) translate(70px) rotate(-350deg);
    }
    .wheel-label:nth-child(5) {
        transform: rotate(264deg) translate(70px) rotate(-357deg);
    }
    .wheel-label:nth-child(6) {
        transform: rotate(319deg) translate(70px) rotate(-347deg);
    }
    .wheel-label:nth-child(3) {
        transform: rotate(140deg) translate(70px) rotate(8deg);
    }
    .wheel-start {
        top: 250px;
        width: 70px;
        height: 70px;
    }
    .footer-map iframe {
        height: 300px;
    }
    .category-strip__list {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 16px;
    }
    .ega-container {
        max-width: 1140px;
    }
    .voucher-slider {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .flash-sale__products {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
    .category-item__icon {
        width: 56px;
        height: 56px;
    }
    .lucky-content .lucky-title {
        font-size: 60px;
    }
    .lucky-content .lucky-title span {
        font-size: 80px;
    }
}

@media (min-width: 1400px) {
    .ega-container {
        max-width: 1320px;
    }
    .wheel-inner {
        width: 465px;
        height: 465px;
        top: 100px;
    }
    .wheel-pointer {
        top: 60px;
    }
    .wheel-start {
        top: 290px;
        width: 84px;
        height: 84px;
    }
}