html, body {
    scroll-behavior: smooth;
    scroll-margin-top: 110px;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.bg-main {
    background: var(--color-main);
}

.setting-menu.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.bg-logo {
    background: #7a0000;
}
.box-title-cart {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ffe491;
    display: flex;
    justify-content: space-between;
}
#order-modal .continue-shopping {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: linear-gradient(96.09deg, #90ad08 -4.82%, #90ad08 -4.82%, #90ad08 106.63%);
    color: white;
    font-weight: 500;
    letter-spacing: 0.3px;
    border: 1px solid #ffeb3b;
    box-shadow: 0px 10px 18px rgba(255, 174, 0, 0.15);
    transition: all 0.25s ease;
    text-decoration: none;
}

/*#order-modal .continue-shopping:hover {*/
/*    transform: translateY(-1px);*/
/*    box-shadow: 0px 14px 20px rgba(255, 174, 0, 0.2);*/
/*    color: #7a0000;*/
/*}*/

#order-modal .continue-shopping:active {
    transform: translateY(0);
    box-shadow: 0px 8px 12px rgba(255, 174, 0, 0.18);
}
.item-transport {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.icon-box-text {
    color: #F4DC7E;
    font-size: 1.6rem;
}

.icon-box-text strong {
    background: linear-gradient(96.09deg, #FFE246 -4.82%, #FEE89A -4.82%, #FFC700 106.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2rem;
    font-weight: 900;
}

.info-hotline {
    text-align: center;
    background: linear-gradient(96.09deg, #FFE246 -4.82%, #FEE89A -4.82%, #FFC700 106.63%);
    box-shadow: 0px 29px 8px rgb(255 174 0 / 1%), 0px 19px 7px rgb(255 174 0 / 6%), 0px 10px 6px rgb(255 174 0 / 20%), 0px 5px 5px rgb(255 174 0 / 34%), 0px 1px 3px rgb(255 174 0 / 39%), 0px 0px 0px rgb(255 174 0 / 40%);
    border-radius: 100px;
    color: #915E22 !important;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 0;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.info-hotline i {
    font-size: 3rem;
}

.animation-pulse {
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(0.85);
    }

    to {
        transform: scale(1);
    }
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.banner-main {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.banner-layers {
    text-align: center;
    color: white;
}

.banner-layers h1 {
    background: linear-gradient(90deg, #B57E10 0%, #E5C35C 22%, #F9DF7B 33%, #FFF3A6 52%, #F9DF7B 73%, #B57E10 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 4.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.banner-layers h2 {
    background: linear-gradient(90deg, #B57E10 0%, #E5C35C 22%, #F9DF7B 33%, #FFF3A6 52%, #F9DF7B 73%, #B57E10 100%);
    border: 3px solid;
    border-image: linear-gradient(to right, #ffeb3b, #B57E10) 1;
    font-weight: 700;
    letter-spacing: 1px;
    color: #7C501D;
    padding: 1rem;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.text-1 {
    font-family: "Lobster", sans-serif;
    font-size: 4rem;
}

.sub-text-1 {
    font-size: 1.8rem;
}

.sub-text-2 {
    text-transform: uppercase;
    font-size: 1.8rem;
}

.btn-contact {
    text-align: center;
    background: linear-gradient(96.09deg, #FFE246 -4.82%, #FEE89A -4.82%, #FFC700 106.63%);
    box-shadow: 0px 29px 8px rgb(255 174 0 / 1%), 0px 19px 7px rgb(255 174 0 / 6%), 0px 10px 6px rgb(255 174 0 / 20%), 0px 5px 5px rgb(255 174 0 / 34%), 0px 1px 3px rgb(255 174 0 / 39%), 0px 0px 0px rgb(255 174 0 / 40%);
    border-radius: 100px;
    color: #915E22 !important;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0;
    padding: 1rem 2rem;
    display: inline-block;
}

.bg-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.title-policy {
    font-size: 3rem;
    color: white;
    font-weight: bold;
    background: linear-gradient(rgb(218, 188, 105), rgb(223, 167, 65));
    display: inline-block;
    border-radius: 25px;
    padding: 1rem 4rem;
}

.title-policy span {
    color: var(--color-main);
}

.desc-policy {
    font-size: 2rem;
    color: white;
}

.item-policy {
    text-align: center;
    position: relative;
}

.policy--tile {
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-main);
}

.about-box {
    padding: 6rem 0 0 0;
}

.about-box .title-section {
    color: #F4DC7E;
}

.about-layers {
    color: white;
}

.title-about {
    font-weight: 700;
    font-size: 2.4rem;
}

.title-sub-about {
    border: 2px solid #F4DC7E;
    display: inline-block;
    padding: .5rem 2.5rem;
    border-radius: 25px;
    color: #F4DC7E;
    font-weight: 500;
    margin: 2rem 0;
    font-size: 1.8rem;
}

.content-about {
    font-size: 1.6rem;
}

.item-commit {
    background: #FFFFFF;
    box-shadow: 0px 23px 9px rgb(0 0 0 / 1%), 0px 13px 8px rgb(0 0 0 / 5%), 0px 6px 6px rgb(0 0 0 / 9%), 0px 1px 3px rgb(0 0 0 / 10%), 0px 0px 0px rgb(0 0 0 / 10%);
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 6rem;
}

.title-commit {
    background-image: url(https://cdn3766.cdn4s7.io.vn/media/template/bg-title.svg);
    background-size: contain;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    line-height: 6.8rem;
    color: #F3D972;
    font-size: 2rem;
    text-align: center;
    margin-top: -5rem;
    font-weight: bold;
}

.desc-commit {
    font-size: 1.6rem;
    text-align: justify;
    margin-top: 1rem;
}

.commit-box .title-section {
    color: var(--color-main);
}

.commit-box .title-section-sub {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-main);
}

.item-countdown {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem;
    border-radius: 2rem;
    overflow: hidden;
}

.title-countdown {
    color: #FFE993;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.countdown-time {
    font-size: 4rem;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.countdown-time p {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}

.countdown-time ul {
    display: flex;
    list-style: none;
    gap: 1rem;
    padding: 0;
    margin: 0;
}

.countdown-time ul li {
    border: 2px solid #5c0000;
    background: linear-gradient(180deg, #B57E10 0%, #B57E10 15%, #E5C35C 46%, #F9DF7B 61%, #FFF3A6 72%, #F9DF7B 84%, #B57E10 100%);
    border-radius: 10px;
    color: var(--color-main);
    flex: 1;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    padding: .8rem 1rem;
}

.countdown-time ul li .smalltext {
    font-size: 1.6rem;
}

.title-promotion {
    margin: 0;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 3rem;
}

.product-image-detail-top .price {
    position: absolute;
    bottom: 0;
    right: -1rem;
    z-index: 1033;
    background: linear-gradient(90deg, #B57E10 0%, #E5C35C 22%, #F9DF7B 33%, #FFF3A6 52%, #F9DF7B 73%, #B57E10 100%);
    font-size: 2.5rem;
    padding: .5rem 1rem;
}

.product-image-detail-top .price:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 2.4rem solid transparent;
    border-right: 2rem solid #b78113;
    border-bottom: 2.4rem solid transparent;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.product-image-detail-top .price:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 1rem solid #b98417;
    border-right: 1.2rem solid transparent;
    position: absolute;
    top: -1rem;
    right: 0;
}

.product-title-detail {
    margin: 0;
    text-transform: uppercase;
    color: var(--color-main);
    font-weight: bold;
    font-size: 3.2rem;
}

.set-product {
    color: black;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 0;
}

.product-content {
    font-size: 1.6rem;
}

.product-content-detail .btn-submit {
    font-size: 2rem;
    font-weight: bold;
    padding: .8rem 3rem;
}

.price-special {
    display: flex;
    gap: 1rem;
    background: linear-gradient(90deg, #B57E10 0%, #E5C35C 22%, #F9DF7B 33%, #FFF3A6 52%, #F9DF7B 73%, #B57E10 100%);
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ffeb3b;
}

.price-sale-percent {
    color: #7C501D;
    font-size: 2rem;
    font-weight: bold;
}

.price-special svg {
    fill: currentColor;
    transition: all .3s;
    color: #7C501D;
    width: 5rem;
}

.price-special svg path {
    fill: currentColor;
}

.bg-product {
    background: url(https://cdn3766.cdn4s7.io.vn/media/template/group-scaled.webp);
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
    background-repeat: no-repeat;
}

.title-discount {
    font-size: 4.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.desc-discount {
    font-size: 1.8rem;
}

.item-service {
    box-shadow: 2px 2px 10px #00000014;
    border-radius: 1rem;
    overflow: hidden;
    height: auto;
}

.swiper-service--tile {
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.swiper-service--wrap {
    padding: 1rem;
}

.swiper-service--tile i {
    color: #915E22;
    transform: rotate(180deg);
    font-size: 2.5rem;
    position: relative;
    top: 1rem;
}

.swiper-service--description {
    color: #8E8E93;
    font-size: 1.6rem;
}

.desc-partner {
    background: linear-gradient(90deg, #B57E10 0%, #E5C35C 22%, #F9DF7B 33%, #FFF3A6 52%, #F9DF7B 73%, #B57E10 100%);
    border-radius: 1rem;
    padding: 1rem;
    border: 2px solid #ffeb3b;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 1rem;
}

.bg-partner {
    background: url("https://cdn3766.cdn4s7.io.vn/media/template/group-1.webp");
}

.item-partner {
    box-shadow: 0px 41px 12px rgba(255, 174, 0, 0.01), 0px 27px 11px rgba(255, 174, 0, 0.04), 0px 15px 9px rgba(255, 174, 0, 0.15), 0px 7px 7px rgba(255, 174, 0, 0.26), 0px 2px 4px rgba(255, 174, 0, 0.29), 0px 0px 0px rgba(255, 174, 0, 0.3);
    border-radius: 6px;
    background: white;
}

.swiper-feedback-main {
    position: relative;
    border: 2px solid #e1bb48;
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 3rem;
}

.swiper-feedback--description {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.swiper-feedback--tile {
    font-size: 2rem;
    font-weight: bold;
}

.feedback-i {
    font-size: 12rem;
    margin-top: -5rem;
    position: relative;
    right: 20%;
    z-index: 10;
    float: right;
    color: #ffcc00;
}

.item-reputation {
    display: flex;
    gap: 1rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    align-items: center;
}

.title-form {
    background: linear-gradient(90deg, #B57E10 0%, #E5C35C 22%, #F9DF7B 33%, #FFF3A6 52%, #F9DF7B 73%, #B57E10 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 3.6rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.desc-form {
    font-size: 3rem;
    color: white;
    font-weight: bold;
}

.form-control {
    border: 2px solid #ffe491;
    border-radius: .5rem;
    height: calc(1.5em + 2rem + 2px);
}

form .btn-submit {
    background: linear-gradient(96.09deg, #FFE246 -4.82%, #FEE89A -4.82%, #FFC700 106.63%);
    box-shadow: 0px 29px 8px rgba(255, 174, 0, 0.01), 0px 19px 7px rgba(255, 174, 0, 0.06), 0px 10px 6px rgba(255, 174, 0, 0.2), 0px 5px 5px rgba(255, 174, 0, 0.34), 0px 1px 3px rgba(255, 174, 0, 0.39), 0px 0px 0px rgba(255, 174, 0, 0.4);
    border-radius: 100px;
    color: #7f4c06;
    display: block;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
}

.item-feedback2 {
    border: 4px solid var(--color-main);
    background: white;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    margin-top: 3rem !important;
}

.item-feedback2 img {
    height: 10rem;
    width: 10rem;
    aspect-ratio: 1/1;
    object-fit: contain;
    border-radius: 100%;
}

.swiper-feedback2--description {
    font-size: 1.7rem;
}

.swiper-feedback2--tile {
    font-size: 1.8rem;
    font-weight: bold;
    color: gray;
    margin-top: 1rem;
}

.title-qivmxge {
    margin: 0;
}

.title-qivmxge span {
    border-radius: 50px;
    background: linear-gradient(rgb(18, 139, 67), rgb(136, 189, 36));
    padding: 1rem 3rem;
    font-size: 3.8rem;
    font-weight: bold;
    color: white;
    display: inline-block;
}

.item-reputation .number {
    position: relative;
}

.item-reputation .number span {
    position: absolute;
    right: 9px;
    top: 2px;
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--color-main);
}

.item-reputation .reputation--tile {
    width: calc(100% - 58px);
    background: radial-gradient(circle, rgb(218, 188, 105), rgb(223, 167, 65));
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: bold;
}

.link-qivmxge .btn-submit {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(rgba(255, 106, 0, 0.99), rgba(238, 9, 121, 0.99));
    border: 0;
    border-radius: .8rem;
    padding: 0.85rem 3.25rem;
    color: white;
}

#order-modal {
    padding: 0 !important;
}

#order-modal .modal-content {
    background-size: cover !important;
    padding: 2rem;
    padding-top: 23%;
    border-radius: 5rem;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#order-modal .modal-content form {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

#order-modal .modal-content .landing-order-form-body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
    margin-right: -0.5rem;
    margin-bottom: 1rem;
}

#order-modal .modal-content .landing-order-form-body::-webkit-scrollbar {
    width: 8px;
}

#order-modal .modal-content .landing-order-form-body::-webkit-scrollbar-track {
    background: rgba(255, 228, 145, 0.2);
    border-radius: 10px;
}

#order-modal .modal-content .landing-order-form-body::-webkit-scrollbar-thumb {
    background: #B57E10;
    border-radius: 10px;
}

#order-modal .modal-content .landing-order-form-body::-webkit-scrollbar-thumb:hover {
    background: #915E22;
}

#order-modal .modal-content form > .form-group:last-child {
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 1rem;
    border-radius: 1rem;
    position: sticky;
    bottom: 0;
    z-index: 10;
    margin-bottom: 0;
}

#order-modal .modal-content .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 3rem;
}

#order-modal .modal-content .btn-submit {
    background: var(--color-main);
    color: white;
}

.title-object {
    background: var(--color-main);
    padding: 1rem;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    text-align: center;
}

.image-features {
    background: white;
    border-radius: 100%;
}

.image-features img {
    padding: 1rem;
    border-radius: 100%;
}

.item-features {
    background: var(--color-main);
    height: auto;
    border-radius: 1rem;
    border-top-right-radius: 10rem;
    border-top-left-radius: 10rem;
}

.bg-features {
    background: linear-gradient(rgb(136, 189, 36), rgb(18, 139, 67));
}

.content-features {
    padding: 1rem;
    color: white;
}

.swiper-features--tile {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.swiper-features--description {
    text-align: justify;
}

.chemical-free .image img {
    width: 20rem;
    height: 20rem;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.chemical-free .image {
    margin-bottom: 1rem;
}

.chemical-free .title {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-main);
}

.reasons-choice {
    text-align: center;
    padding: 3rem 0;
    background-size: contain;
    background-position: bottom;
    min-height: 721px;
    background-repeat: no-repeat;
}

.reasons-choice .title-section {
    /*text-shadow: rgb(255, 255, 255) 3px 3px 1px;*/
    /*font-size: 120px;*/
    /*font-weight: bold;*/
}

.reasons-choice .decss-section {
    margin: 0;
    font-size: 3rem;
    font-weight: bold;
    color: var(--color-main);
}

.reasons-choice-number {
    background: var(--color-main);
    border-radius: 1rem;
    padding: 1rem;
    color: white;
    height: 100%;
}

.reasons-choice-number .stt {
    margin-top: -4.2rem;
    position: relative;
}

.reasons-choice-number .stt span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    font-size: 6rem;
    font-weight: bold;
    color: white;
}

.reasons-choice-number .decs {
    margin-top: 2rem;
    font-size: 2rem;
}

.number-2 .stt {
    margin-top: -2.2rem;
}

.number-2 .stt span {
    font-size: 2.5rem;
}

.flag-text {
    font-size: 2rem;
    margin-top: 1rem;
    font-weight: 500;
}

.flag-Import img {
    height: 15rem;
}

.frame-video {
    border: 4px solid rgb(255, 222, 89);
}

.frame-video .fa-circle-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 5rem;
    color: red;
}

.box-8159ewk .swiper-vertical {
    height: 71rem;
}

.box-8159ewk .swiper-thumbs .swiper-slide {
    cursor: pointer;
    border: 1px solid var(--light);
    height: auto !important;
}

.box-8159ewk .ratio-main {
    padding-top: 80%;
}

.product-item {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    height: auto;
}

.btn-buy-now {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(rgba(255, 106, 0, 0.99), rgba(238, 9, 121, 0.99));
    border: 0;
    border-radius: .8rem;
    padding: 0.85rem 3.25rem;
    color: white;
    margin-top: 2rem;
}

.form-reg .title-section {
    font-size: 2.3rem;
    margin-bottom: 2rem;
}

.form-reg .item-form, .form-reg .item-policy {
    background: white;
    padding: 3rem;
    height: 100%;
    border-radius: 1rem;
}

.form-reg .item-policy {
    text-align: left;
}

.form-reg .item-policy ul {
    padding-left: 2rem;
    font-size: 1.8rem;
    color: var(--color-main);
}

.form-reg .item-policy img {
    width: 27rem;
    height: 27rem;
    margin: 0 auto;
}

.swiper-entertainment-main {
    padding: 3rem;
    margin: 3rem;
    border: dashed 4px white;
}

.home-slide-sp .product-description {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}


/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: url(https://cdn6133.cdn4s2.com/media/template/asset-5-20200903083333.webp);
    background-size: cover;
    background-position: top;
    padding-top: 3rem;
}

.logo-footer img {
    max-height: 10rem;
}

.social-section {
    display: flex;
    gap: 1rem;
}

.social-section li a {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(96.09deg, #FFE246 -4.82%, #FEE89A -4.82%, #FFC700 106.63%);
    color: var(--color-main);
    border-radius: 100%;
}

.newsletter .btn.submit {
    text-align: center;
    background: linear-gradient(96.09deg, #FFE246 -4.82%, #FEE89A -4.82%, #FFC700 106.63%);
    box-shadow: 0px 29px 8px rgb(255 174 0 / 1%), 0px 19px 7px rgb(255 174 0 / 6%), 0px 10px 6px rgb(255 174 0 / 20%), 0px 5px 5px rgb(255 174 0 / 34%), 0px 1px 3px rgb(255 174 0 / 39%), 0px 0px 0px rgb(255 174 0 / 40%);
    border-radius: 100px;
    color: #915E22 !important;
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: uppercase;
}

/*CSS by quyettq*/
.reasons-choice-number.number-one .stt {
    position: absolute;
    top: 0;
    left: 2rem;
}

.reasons-choice-number.number-one .stt img {
    max-height: 15rem;
}

@media (max-width: 991px) {
    .reasons-choice-number.number-one .stt img {
        max-height: 10rem;
    }
    
    .reasons-choice-number.number-one .stt {
        margin-top: -3rem;
    }
    
    .whychoose-23 .reasons-choice-number.number-2 .stt {
        position: absolute;
    }
}
/*End css quyettq*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 500px) {
    .banner-layers h1 {
        font-size: 4rem;
    }
    
    .whychoose-23 .reasons-choice-number.number-2 .stt,
    .reasons-choice-number.number-4 .stt,
    .reasons-choice-number.number-5 .stt {
        position: absolute;
    }
    
    .reasons-choice-number.number-5 .stt {
        
    }
    
    .reasons-choice-number.number-one .stt img {
        max-height: 6.6rem;
    }

    .text-1 {
        font-size: 3rem;
    }

    #order-modal .modal-content {
        padding-top: 28%;
        max-height: 95vh;
        max-width: 91%;
        margin-left: -1rem;
        background-position: 16% 100% !important;
    }
    #order-modal .modal-dialog {
        justify-content: center;
    }
    #order-modal .modal-content .landing-order-form-body {
        padding-right: 0.25rem;
        margin-right: -0.25rem;
    }
    
    .title-qivmxge span {
        font-size: 2rem;
    }
    
    .policy--tile {
        font-size: 0.9rem;
    }
    
    .reasons-choice-number .stt {
        margin-top: -2.2rem;
    }
    
    .reasons-choice-number .stt span {
        font-size: 3rem;
    }
    
    .item-reputation .reputation--tile {
        font-size: 1.5rem;
    }
    
    .item-reputation .number span {
        right: 10px;
        top: 6px;
    }
    
    .reasons-choice {
        min-height: 471px;
    }

}

/* Landing Order Form Sections */
.landing-order-section {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid #ffe491;
}

.landing-order-section:last-child {
    margin-bottom: 0;
}

.landing-order-section-title {
    background: #7C501D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #ffe491;
    display: flex;
    align-items: center;
}

.landing-order-section-title i {
    -webkit-text-fill-color: #B57E10;
    color: #B57E10;
}
.box-title-cart .landing-order-section-title{
    border: 0 !important;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}
.landing-order-section-content {
    padding-top: 0.5rem;
}

/* Section 1: Select Products */
.landing-order-section-select {
    background: linear-gradient(135deg, rgba(255, 228, 145, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%);
}

/* Section 2: Cart */
.landing-order-section-cart {
    background: linear-gradient(135deg, rgba(181, 126, 16, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.landing-order-section-cart .list-group {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 0.5rem;
}

.landing-order-section-cart .list-group-item {
    border: 1px solid #ffe491;
    border-radius: 0.5rem !important;
    margin-bottom: 0.5rem;
    padding: 1rem;
    background: white;
}

.landing-order-section-cart .list-group-item:last-child {
    margin-bottom: 0;
}

.landing-order-section-cart .landing-order-quantity {
    width: 80px;
    text-align: center;
}

.landing-order-section-cart .btn-link {
    font-size: 2rem;
    line-height: 1;
    padding: 0.25rem 0.5rem;
}

/* Total Summary */
.landing-order-total {
    background: linear-gradient(90deg, #B57E10 0%, #E5C35C 22%, #F9DF7B 33%, #FFF3A6 52%, #F9DF7B 73%, #B57E10 100%);
    border-radius: 0.75rem;
    padding: 1rem;
    border: 2px solid #ffeb3b;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.landing-order-total-item {
    text-align: center;
    padding: 0.5rem;
}

.landing-order-total-label {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #7C501D;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.landing-order-total-value {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #915E22;
    line-height: 1.2;
}

.landing-order-total-price {
    font-size: 2rem;
    color: #7a0000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

/* Section 3: Customer Info */
.landing-order-section-info {
    background: linear-gradient(135deg, rgba(229, 195, 92, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.landing-order-section-info .form-control {
    margin-bottom: 1rem;
}

.landing-order-section-info .form-control:last-of-type {
    margin-bottom: 0;
}

.landing-order-section-info textarea {
    resize: vertical;
    min-height: 80px;
}

/* Price display */
[nh-landing-order="selected-price"] {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #B57E10 0%, #E5C35C 22%, #F9DF7B 33%, #FFF3A6 52%, #F9DF7B 73%, #B57E10 100%);
    color: #7C501D;
    font-weight: 600;
    border: 2px solid #ffeb3b;
}

/* Add Item Button */
[nh-landing-order="add-item"] {
    background: linear-gradient(96.09deg, #FFE246 -4.82%, #FEE89A -4.82%, #FFC700 106.63%);
    box-shadow: 0px 29px 8px rgba(255, 174, 0, 0.01), 0px 19px 7px rgba(255, 174, 0, 0.06), 0px 10px 6px rgba(255, 174, 0, 0.2), 0px 5px 5px rgba(255, 174, 0, 0.34), 0px 1px 3px rgba(255, 174, 0, 0.39), 0px 0px 0px rgba(255, 174, 0, 0.4);
    border-radius: 100px;
    color: #915E22 !important;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    padding: 7px 2rem;
    border: 2px solid #ffeb3b;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

[nh-landing-order="add-item"]:hover {
    transform: translateY(-2px);
    box-shadow: 0px 35px 10px rgba(255, 174, 0, 0.05), 0px 22px 9px rgba(255, 174, 0, 0.08), 0px 12px 8px rgba(255, 174, 0, 0.25), 0px 6px 6px rgba(255, 174, 0, 0.4), 0px 2px 4px rgba(255, 174, 0, 0.45), 0px 0px 0px rgba(255, 174, 0, 0.5);
    background: linear-gradient(96.09deg, #FFE85A -4.82%, #FFF0B0 -4.82%, #FFD100 106.63%);
}

[nh-landing-order="add-item"]:active {
    transform: translateY(0);
    box-shadow: 0px 20px 6px rgba(255, 174, 0, 0.01), 0px 13px 5px rgba(255, 174, 0, 0.04), 0px 7px 4px rgba(255, 174, 0, 0.15), 0px 3px 3px rgba(255, 174, 0, 0.25), 0px 1px 2px rgba(255, 174, 0, 0.3), 0px 0px 0px rgba(255, 174, 0, 0.3);
}

[nh-landing-order="add-item"]:focus {
    outline: none;
    box-shadow: 0px 29px 8px rgba(255, 174, 0, 0.01), 0px 19px 7px rgba(255, 174, 0, 0.06), 0px 10px 6px rgba(255, 174, 0, 0.2), 0px 5px 5px rgba(255, 174, 0, 0.34), 0px 1px 3px rgba(255, 174, 0, 0.39), 0px 0px 0px rgba(255, 174, 0, 0.4), 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}

[nh-landing-order="add-item"] i {
    font-size: 1.4rem;
    vertical-align: middle;
}

[nh-landing-order="add-item"]:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

[nh-landing-order="add-item"]:active:before {
    width: 300px;
    height: 300px;
}
#landing-order-form .alert-info {
    border-radius: 8px !important;
    color: #0c5460 !important;
    background-color: #ffffff !important;
    border-color: #c5dbdf !important;
}
/* Responsive */
@media (max-width: 768px) {
    .landing-order-section {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .landing-order-section-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
    }
    
    .landing-order-section-cart .list-group {
        max-height: 200px;
    }
    
    [nh-landing-order="add-item"] {
        font-size: 1.4rem;
        padding: 0.85rem 1.5rem;
    }
    
    [nh-landing-order="add-item"] i {
        font-size: 1.2rem;
    }
    
    .landing-order-total {
        padding: 0.75rem;
    }
    
    .landing-order-total-label {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }
    
    .landing-order-total-value {
        font-size: 1.4rem;
    }
    
    .landing-order-total-price {
        font-size: 1.6rem;
    }
}

/*--------------------------------------------------------------------------
|  Product Item - Slider Thumb & Attributes
--------------------------------------------------------------------------*/
.product_home .title-section {
    font-size: 3.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.product-item-images {
    position: relative;
}

.product-item-main-image {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.product-item-main-image img {
    transition: all 0.3s ease;
}

/* ========== THUMBS SLIDER WRAPPER ========== */
.product-item-thumbs-wrapper {
    position: relative;
    padding: 0 35px;
    margin-top: 1rem;
}

.product-item-thumbs-slider {
    overflow: hidden;
    padding: 4px;
}

.product-item-thumbs-slider .swiper-wrapper {
    display: flex;
}

.product-item-thumbs-slider .swiper-slide {
    width: auto;
    flex-shrink: 0;
}

/* Fallback cho thumbs không dùng slider */
.product-item-thumbs {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.product-item-thumb {
    width: 60px;
    height: 60px;
    border: 2px solid #e0e0e0;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    background: #fff;
}

/* Thumb trong slider */
.product-item-thumbs-slider .product-item-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.product-item-thumb:hover {
    border-color: #B57E10;
}

.product-item-thumb.active {
    border-color: var(--color-main);
    box-shadow: 0 2px 8px rgba(181, 126, 16, 0.4);
}

.product-item-thumb img {
    transition: all 0.3s ease;
}

.product-item-thumb.active img,
.product-item-thumb:hover img {
    transform: scale(1.05);
}

/*.product-item-thumb.active::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 3px;*/
/*    background: var(--color-main);*/
/*}*/

.product-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* Navigation buttons */
.thumb-slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.thumb-slider-prev,
.thumb-slider-next {
    width: 28px;
    height: 28px;
    background: var(--color-main);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
    font-size: 12px;
}

.thumb-slider-prev:hover,
.thumb-slider-next:hover {
    background: #7a0000;
    transform: scale(1.1);
}

.thumb-slider-prev.swiper-button-disabled,
.thumb-slider-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Fallback cho thumbs không dùng slider */
.product-item-thumbs {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.product-item-thumbs .product-item-thumb {
    width: 60px;
    height: 60px;
}

/* Main image transition */
.product-item-main-image [nh-main-image] {
    transition: opacity 0.3s ease;
}

/* Product Item Row Layout - 2 columns */
.product-item.product-item-row {
    padding: 3rem;
}

.product-item-row .product-item-images {
    padding-right: 2rem;
}

.product-item-row .product-item-content {
    text-align: left;
    padding-left: 1rem;
}

.product-item-row .product-title {
    font-size: 2.6rem;
    line-height: 1.4;
}

.product-item-row .product-title a {
    color: var(--color-main);
    text-decoration: none;
}

.product-item-row .currency-symbol {
    /* margin-left: 0.3rem; */
    font-size: 75%;
    margin-left: 5px;
}
.product-item-row .price-amount {
    color: #e31837;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
}

.product-item-row .price .old-price {
    font-size: 1.6rem;
    color: #999;
    text-decoration: line-through;
    margin-left: 1rem;
}

.product-item-row .product-description {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.product-item-row .product-item-attributes {
    margin-top: 1.5rem;
}

.product-item-row .product-item-attributes label {
    font-size: 1.4rem;
    color: #333;
}

.product-item-row .product-attribute-select {
    font-size: 1.5rem;
    padding: 0.75rem 1rem;
}

.product-item-row .btn-buy-now {
    margin-top: 1.5rem;
    width: 100%;
    font-size: 1.8rem;
    padding: 1rem 2rem;
}

.product-item-row .product-item-thumbs,
.product-item-row .product-item-thumbs-wrapper {
    justify-content: flex-start;
}

.product-item-row .product-item-thumbs-wrapper {
    padding: 0 40px;
    margin-top: 1.5rem;
}

.product-item-row .product-item-thumb {
    width: 70px;
    height: 70px;
}

.product-item-row .product-item-thumbs-slider .product-item-thumb {
    width: 100%;
    height: auto;
}

.product-item-row .ratio-1-1 {
    padding-top: 100%;
    position: relative;
}

.product-item-row .ratio-1-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Responsive for product-item-row */
@media (max-width: 991px) {
    .product-item-row .product-item-images {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .product-item-row .product-item-content {
        padding-left: 0;
        text-align: center;
    }
    
    .product-item-row .product-item-thumbs,
    .product-item-row .product-item-thumbs-wrapper {
        justify-content: center;
    }
    
    .product-item-row .product-description {
        /* text-align: center; */
    }
    
    .product-item-row .product-item-thumbs-wrapper {
        padding: 0 30px;
    }
    
    .product-item-row .product-item-attributes {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Product Attributes Select */
.product-item-attributes {
    text-align: left;
}

.product-item-attributes .form-group {
    margin-bottom: 0.5rem;
}

.product-attribute-select {
    font-size: 1.3rem;
    padding: 0.5rem 0.75rem;
    border: 2px solid #ffe491;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, rgba(255, 228, 145, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%);
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-attribute-select:focus {
    border-color: #B57E10;
    box-shadow: 0 0 0 0.2rem rgba(181, 126, 16, 0.25);
    outline: none;
}

.product-attribute-select:hover {
    border-color: #B57E10;
}

.product-attribute-select.is-invalid {
    border-color: #dc3545;
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

/* Price Range Style */
[nh-price-range] {
    /* font-size: 2.2rem; */
}

/* Button Disabled */
.btn-buy-now.btn-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Product Unavailable Message */
.product-unavailable-msg,
.modal-unavailable-msg {
    background: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
    border-radius: 0.5rem;
    margin: 7px 0rem !important;
}

/* Modal Add Button Disabled */
[nh-landing-order="add-item"].btn-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Modal Select Invalid */
[nh-landing-order="attribute-select"].is-invalid {
    border-color: #dc3545;
    animation: shake 0.5s ease-in-out;
}

/* Product Title with Attribute */
.product-title [nh-product-attribute-text] {
    display: inline;
    color: var(--color-main);
    font-weight: 600;
}

.product-title [nh-product-attribute-text]:not(:empty)::before {
    content: " - ";
    color: #666;
}

/* Price Animation */
.product-item .price [nh-price-current] {
    transition: all 0.3s ease;
}

.product-item .price.price-updating [nh-price-current] {
    opacity: 0.5;
    transform: scale(0.95);
}

/* Product Item Hover Effects */
.product-item:hover .product-item-main-image img {
    transform: scale(1.05);
}

.text-more {
    min-height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.btn-view-all {
    display: inline-block;
    color: var(--color-main);
    border: 2px solid var(--color-main);
    text-align: center;
    padding: 8px 25px;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all .25s ease-in-out;
}

.btn-view-all:hover {
    color: var(--white);
    background-color: var(--color-main);
}

.text-show {
    display: block !important;
    max-height: 100% !important;
    height: auto !important;
}

.text-show ~ .load-more .btn-show, .btn-hide {
    display: none !important;
}

.load-more.active .btn-hide, .text-show ~ .load-more .btn-hide {
    display: inline-block !important;
}

@media (max-width: 768px) {
    .product-item-thumb {
        width: 40px;
        height: 40px;
    }
    
    .product-attribute-select {
        font-size: 1.2rem;
        padding: 0.4rem 0.6rem;
    }
}

/*--------------------------------------------------------------------------
||  Selected Attributes Display (Checkbox Style)
--------------------------------------------------------------------------*/
.landing-order-section-attributes {
    background: linear-gradient(135deg, rgba(255, 228, 145, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.selected-attribute-group {
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 1rem;
    background: #ffffff;
}

.selected-attribute-label {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 0.75rem;
}

/* List Layout (Vertical) - Dùng cho số lượng/bộ */
.selected-attribute-options-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.selected-attribute-options-list .selected-attribute-option {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.25rem;
    background: #fafafa;
    transition: all 0.2s ease;
}

.selected-attribute-options-list .selected-attribute-option:hover {
    background: #f5f5f5;
    border-color: #B57E10;
}

.selected-attribute-options-list .selected-attribute-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 0.75rem;
    cursor: pointer;
    accent-color: #B57E10;
}

.selected-attribute-options-list .selected-attribute-option-label {
    flex: 1;
    font-size: 1.3rem;
    color: #333;
    margin: 0;
    cursor: pointer;
}

/* Grid Layout (2x2) - Dùng cho màu sắc */
.selected-attribute-options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.selected-attribute-options-grid .selected-attribute-option {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    background: #fafafa;
    transition: all 0.2s ease;
}

.selected-attribute-options-grid .selected-attribute-option:hover {
    background: #f5f5f5;
    border-color: #B57E10;
}

.selected-attribute-options-grid .selected-attribute-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 0.75rem;
    cursor: pointer;
    accent-color: #B57E10;
    flex-shrink: 0;
}

.selected-attribute-options-grid .selected-attribute-option-label {
    flex: 1;
    font-size: 1.3rem;
    color: #333;
    margin: 0;
    cursor: pointer;
}

/* Package Option with Cart Icon */
.selected-attribute-option.package-option {
    position: relative;
    padding-right: 45px;
}

.selected-attribute-option.package-option.in-cart {
    background: linear-gradient(135deg, rgba(181, 126, 16, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%);
    border-color: #B57E10;
}

.btn-edit-flavor {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: none;
    color: #7a0000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-edit-flavor i {
    font-size: 11px;
}

/*--------------------------------------------------------------------------
||  Flavor Modal
--------------------------------------------------------------------------*/
.flavor-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.flavor-modal {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    animation: flavorModalIn 0.2s ease;
}

@keyframes flavorModalIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.flavor-modal-header {
    padding: 16px 20px;
    border-bottom: 2px solid #ffe491;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #B57E10 0%, #E5C35C 50%, #B57E10 100%);
    border-radius: 12px 12px 0 0;
}

.flavor-modal-title {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}

.flavor-modal-close {
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.flavor-modal-close:hover {
    background: rgba(255,255,255,0.3);
    transform: rotate(90deg);
}

.flavor-modal-body {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

.flavor-package-info {
    background: linear-gradient(90deg, #B57E10 0%, #E5C35C 22%, #F9DF7B 33%, #FFF3A6 52%, #F9DF7B 73%, #B57E10 100%);
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 1.4rem;
    color: #7C501D;
}

.flavor-option-group {
    margin-bottom: 16px;
}

.flavor-option-label {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 8px;
}

.flavor-option-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flavor-option-item span {
    display: inline-block;
    padding-left: 5px;
}
.flavor-option-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fafafa;
}

.flavor-option-item:hover:not(.disabled) {
    border-color: #B57E10;
    background: #fff;
}

.flavor-option-item.selected {
    border-color: #B57E10;
    background: linear-gradient(135deg, rgba(255, 228, 145, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 2px 8px rgba(181, 126, 16, 0.2);
}

.flavor-option-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f0f0f0;
}

.flavor-option-item input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    accent-color: #B57E10;
    cursor: pointer;
}

.flavor-option-item.disabled input[type="radio"] {
    cursor: not-allowed;
}

.flavor-option-name {
    flex: 1;
    font-size: 1.3rem;
    color: #333;
}

.flavor-option-unavailable {
    font-size: 1.1rem;
    color: #999;
    font-style: italic;
    margin-left: 8px;
}

.flavor-error-msg {
    background: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
    padding: 10px 14px;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 1.2rem;
    text-align: center;
}

.flavor-modal-footer {
    padding: 16px 20px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    background: #fafafa;
    border-radius: 0 0 12px 12px;
}

.flavor-modal-footer .btn {
    padding: 10px 20px;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.flavor-modal-footer .btn-secondary {
    background: #e0e0e0;
    border: none;
    color: #666;
}

.flavor-modal-footer .btn-secondary:hover {
    background: #d0d0d0;
}

.flavor-modal-footer .btn-primary {
    background: linear-gradient(96.09deg, #FFE246 -4.82%, #FEE89A -4.82%, #FFC700 106.63%);
    border: none;
    color: #7a0000;
}

.flavor-modal-footer .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 174, 0, 0.3);
}
/*custom css for flavor modal */

/*-------------------------------------------------------------------------- 
||  Thank you overlay
--------------------------------------------------------------------------*/
#nh-thankyou-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#nh-thankyou-overlay .nh-thankyou-content {
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, #fff7e6 100%);
    border-radius: 14px;
    padding: 26px 30px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22), 0 8px 18px rgba(0,0,0,0.12);
    overflow: hidden;
    animation: nhThankyouIn 0.25s ease;
}

#nh-thankyou-overlay .nh-thankyou-title {
    font-size: 1.9rem;
    font-weight: 800;
    color: #7a0000;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

#nh-thankyou-overlay .nh-thankyou-message {
    font-size: 1.35rem;
    color: #4a3422;
    line-height: 1.6;
    margin: 0 auto;
}

#nh-thankyou-overlay .nh-thankyou-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 230, 150, 0.35), transparent 45%),
                radial-gradient(circle at 80% 0%, rgba(255, 214, 102, 0.25), transparent 40%);
    pointer-events: none;
}

#nh-thankyou-overlay .nh-thankyou-content::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(181, 126, 16, 0.25);
    border-radius: 14px;
    pointer-events: none;
}

#nh-thankyou-overlay .nh-thankyou-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(122, 0, 0, 0.08);
    color: #7a0000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

#nh-thankyou-overlay .nh-thankyou-close:hover {
    background: rgba(122, 0, 0, 0.15);
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

#nh-thankyou-overlay .nh-thankyou-close:active {
    transform: scale(0.95);
}

@keyframes nhThankyouIn {
    from { opacity: 0; transform: translateY(12px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Responsive */
@media (max-width: 768px) {
    .selected-attribute-options-grid {
        grid-template-columns: 1fr;
    }
    
    .selected-attribute-label {
        font-size: 1.2rem;
    }
    
    .selected-attribute-options-list .selected-attribute-option-label,
    .selected-attribute-options-grid .selected-attribute-option-label {
        font-size: 1.2rem;
    }
    
    .flavor-modal {
        max-width: 100%;
        max-height: 90vh;
        margin: 10px;
    }
    
    .flavor-modal-header {
        padding: 14px 16px;
    }
    
    .flavor-modal-title {
        font-size: 1.4rem;
    }
    
    .flavor-modal-body {
        padding: 16px;
    }
    
    .flavor-option-item {
        padding: 8px 10px;
    }
    
    .flavor-option-name {
        font-size: 1.2rem;
    }
    
    .btn-edit-flavor {
        width: 28px;
        height: 28px;
    }
    
    .btn-edit-flavor i {
        font-size: 12px;
    }
    
    .selected-attribute-option.package-option {
        padding-right: 40px;
    }
}