:root {
    --text-light: #fff;
    --text-dark: #000;
    --text-8E6B4E: #810909;
    --text-gray: #333;
    --text-silver: #e0e0e0;
    --btn-color: #810909;
}

/* css for lenis */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: var(--text-gray);
    font-weight: 500;
}

a {
    text-decoration: none;
    color: var(--text-gray);
}

body::-webkit-scrollbar {
    display: none;
}

.flex-sb-cen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.responsive-width {
    max-width: 1600px;
    margin: 0 auto;
}

.mb-6 {
    margin-bottom: 4rem;
}

.btn-ofa {
    display: block;
    background-color: var(--btn-color);
    color: var(--text-light);
    max-width: 250px;
    width: 100%;
    padding: 6px 10px;
    font-weight: 700;
    border-radius: 20px;
    transform: translateY(0) translateZ(0);
    transition: transform 0.44s ease, box-shadow 0.44s ease;
    white-space: nowrap;
    outline: none;
    border: none;
    margin: 0 auto;
    text-align: center;
}

.btn-ofa:hover {
    transform: translateY(-4px) translateZ(0);
    box-shadow: 0 4px 20px -2px #726b6b52;
    background-color: var(--btn-color);
}

.cats-btn {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    background-color: var(--btn-color);
    color: var(--text-light);
    border-radius: 20px;
    padding-right: 25px;
    padding-left: 25px;
    cursor: default;
}

.cats-btn:hover {
    background-color: var(--btn-color);
    color: var(--text-light);
}

.btn-readmore {
    transition: all 0.3s ease-in-out;
}

.btn-readmore:hover {
    color: var(--btn-color);
}

.btn-see-more {
    background-color: var(--text-light);
    border: 1px solid var(--text-gray);
    color: var(--text-gray);
    border-radius: 20px;
    transition: all 0.44s ease;
}

.btn-see-more:hover {
    background-color: var(--text-gray);
    color: #f2f2f2 ;
    transform: translateY(-4px) translateZ(0);
    box-shadow: 0 4px 20px -2px #726b6b52;
}

.row.hr .col-12 {
    padding: 0;
}

.hr__container {
    width: 100%;
}

.hr__container hr {
    margin: 0;
    height: 2px;
    border-top: 2px solid #000;
    opacity: 1;
}

.container hr {
    border-top: 2px solid #000;
    opacity: 1;
    margin: 0;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.header {
    position: fixed;
    width: 100vw;
    height: 0;
    transform: translateY(-3rem);
    /*transition: all 0.5s ease-in-out;*/
    transition: all 0.3s ease;
    z-index: 10;
}

.header a, .footer__nav-body a {
    display: block;
    color: var(--text-8E6B4E);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 0.5rem 0;
    opacity: 0.9;
    transition: all 0.1s ease-in-out;
    transform-origin: center;
    box-sizing: border-box;
}

.header a:hover, .footer__nav-body a:hover, .by-category .name:hover, .by-category .name.active {
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    letter-spacing: 0px;
    opacity: 1;
}


.header__container {
    position: fixed;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1600px;
    width: 100%;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    z-index: 10;
    transition: all 0.5s ease-in-out;
}

.navbar-toggler {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5px;
    border: 3px solid var(--text-gray);
    background-color: var(--text-light);
    margin: auto 0;
    transition: all 0.3s ease-in-out;
}

.header.on-scroll .navbar-toggler {
    background-color: transparent;
    border: none;
    border: 3px solid transparent;
}

.navbar-toggler img {
    width: 100%;
    height: 100%;
}

.search-bar__responsive.header__search-bar__form {
    display: none;
}

#close-nav-bar, .search-bar__responsive {
    display: none;
}

.overplay__open__sb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000065;
    opacity: 0;
    z-index: -100;
    transition: all 0.3s ease-in-out;
}

.overplay__open__sb.open {
    opacity: 1;
    z-index: 15;
}

.header__search-bar__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem 1rem 1rem;
}

.header__search-bar {
    position: absolute;
    top: -0.5rem;
    left: 50%;
    transform: translate(-50%, -2rem);
    width: 100vw;
    height: 80px;
    background-color: var(--text-light);
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: -100;
}

.header__search-bar.open {
    opacity: 1;
    transform: translate(-50%, 0);
    z-index: 20;
}

.header__search-bar .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    color: #bdbdbd;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 20px;
    border-color: transparent;
    background-color: #f2f2f2;
}

.header__search-bar__form button.btn {
    padding: 0 0.75rem 0 1.5rem !important;
    background-color: transparent;
    border: none;
    box-shadow: none;
    transform: none;
    max-width: fit-content;
}
.header__search-bar__form .input-group .btn {
    position: relative;
    z-index: 2;
}

.header__search-bar__form .input-group .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: 0;
}

.header__search-bar__form .input-group .input::placeholder {
    color: var(--text-silver);
}

.header__search-bar__form .input-group .btn svg path {
    stroke: #bdbdbd;
}

.header__modal-sign, .header__modal-cart {
    position: relative;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: -100;
}

.header__modal-sign.open, .header__modal-cart.open {
    opacity: 1;
    z-index: 20;
}  

.header__modal-sign {
    display: flex;
    align-items: center;
    max-width: 400px;
    min-height: 100%;
    margin: auto;
}

.modal-sign__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
    pointer-events: auto;
    background-color: var(--text-light);
    outline: 0;
}

.modal-sign__content .input-group {
    border: 1px solid #6c757d;
    border-radius: 0.375rem;
}

.modal-sign__content .input-group input {
    padding: 10px 15px;
    border-radius: 0.375rem;
}

.modal-sign__content .input-group input:focus {
    color: var(--text-dark);
    background-color: transparent;
    border: 1px solid transparent;
    outline: 0;
    box-shadow: none;
}

.modal-sign__content .btn-ofa {
    max-width: 100%;
    margin: 0;
    padding: 10px 15px;
    border-radius: 6px;
}

.btn-login-google {
    border-radius: 0.375rem;
    padding: 10px 15px;
    transform: translateY(0) translateZ(0);
    transition: transform 0.44s ease, box-shadow 0.44s ease;
}

.btn-login-google:hover {
    transform: translateY(-4px) translateZ(0);
    box-shadow: 0 4px 20px -2px #726b6b52;
}

.google-icon {
    width: 13px;
    height: 13px;
}

.header__modal-cart {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    height: 100vh;
    background-color: var(--text-light);
}

.modal-cart__heading {
    width: 100%;
    padding: 1rem;
}

.modal-cart__btn .btn-ofa {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 6px 10px;
    border-radius: 20px;
    transform: translateY(0) translateZ(0);
    transition: transform 0.44s ease, box-shadow 0.44s ease;
    white-space: nowrap;
}

.modal-cart__btn .btn-ofa:hover {
    color: var(--text-light);
    background-color: #db0505cc ;
    transform: translateY(-4px) translateZ(0);
    box-shadow: 0 4px 20px -2px #726b6b52;
}

#open-phone-number {
    position: relative;
}

.phone-number {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    margin: 0;
    padding: 0.5rem;
    background-color: var(--text-light);
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: -100;
}

.header.on-scroll .phone-number.open {
    border: 1px solid var(--text-gray);
}

.phone-number.open {
    opacity: 1;
    transform: translateY(2rem);
    z-index: 20;
}

.phone-number p {
    margin: 0;
}

.phone-number a {
    display: contents;
    color: var(--text-dark);
}

.btn-close {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid var(--text-gray);
    padding: 0;
    background-image: none;
}

.btn-close img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.btn-close#close-search-bar {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    margin-top: 0;
}

.btn-close#close-modal-sign {
    width: 20px;
    height: 20px;
    margin: 0 0 0 auto;
}

.btn-close:focus, .btn-close:hover {
    box-shadow: none;
}

.btn-close#close-modal-sign img {
    width: 16px;
    height: 16px;
    vertical-align: text-top;
}

.btn-close#close-modal-cart {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 1px;
}

.nav-list__item {
    width: 100px;
    max-width: 100px;
}

.nav-list__item .nav-list__link {
    text-align: center;
}

.has-sub .sub-menu {
    position: fixed;
    top: -0.5rem;
    left: 50%;
    width: 100vw;
    transform: translate(-50%, -150%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    padding-top: 120px;
    z-index: -1;
}

.has-sub .sub-menu.active {
    transform: translate(-50%, 0%);
    background-color: var(--text-light);
    opacity: 1;
}

.has-sub .sub-menu .sub-menu__list {
    max-width: 1600px;
    margin: 0 auto;
}

.sub-menu__item {
    padding: 0;
}

.sub-menu__list, .sub-sub-menu {
    padding-left: 0;
}

.sub-menu__heading {
    font-size: 36px;
}

.sub-menu__heading:hover {
    font-weight: 500 !important;
    letter-spacing: 0.2px !important;
}

.sub-menu__heading:hover, .sub-sub-menu__link:hover, .header__logo-link:hover {
    text-shadow: none !important;
}

.header__logo-link {
    width: 120px;
    height: 120px;
}

.header__logo-link svg, .header__logo-link img {
    width: 100%;
    height: 100%;
}

.header__logo-link .top {
    font-size: 9rem;
    font-weight: 700;
    fill: var(--text-light);
    letter-spacing: -1.5rem;
    transform: translateX(-0.75rem);
}
.header__logo-link .bottom {
    font-size: 3rem;
    font-weight: 400;
    fill: var(--text-light);
    letter-spacing: 1px;
}

.header__btn-group {

}

.btn-group-item {
    cursor: pointer;
}

.btn-group-item path {
    stroke: var(--text-8E6B4E);
}

.btn-group-item .icon-hotline path {
    stroke: unset;
    fill: var(--text-8E6B4E);
}

/* Header animation */
.header.on-scroll {
    height: 120px;
    background-color: var(--text-light);
    transform: translateY(0);

    /*height: 120px;*/
    /*!* Hiệu ứng gradient: Trong suốt từ dưới (bottom) đậm dần lên trên (top) *!*/
    /*background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);*/
    /*background-color: transparent; !* Tắt màu nền tĩnh mặc định đi *!*/
    /*transform: translateY(0);*/
}

.header a.dark, .header.on-scroll a {
    color: var(--text-8E6B4E);
}

.header.on-scroll .header__container {
    top: 0;
    height: 110px;
    margin: 0 auto !important;
    padding-top: 0.5rem;
}

.header.on-scroll .has-sub .sub-menu {
    padding-top: 80px;
}

.header.on-scroll .header__logo {
    top: 55% !important;
}

.header.on-scroll .header__logo-link {
    width: 120px;
    height: 120px;
}

.header.on-scroll .header__container .header__logo-link .top {
    font-size: 8rem;
    font-weight: 700;
    fill: var(--text-dark);
    letter-spacing: -1.5rem;
    transform: translateX(-0.75rem);
}

.header.on-scroll .header__container .header__logo-link .bottom {
    font-size: 2.5rem;
    font-weight: 400;
    fill: var(--text-dark);
    letter-spacing: 1px;
}

.header__logo-link .top.dark, .header__logo-link .bottom.dark, .header.on-scroll .header__logo-link .top, .header.on-scroll .header__logo-link .bottom {
    fill: var(--text-dark);
}

.btn-group-item.dark path, .header.on-scroll .btn-group-item path {
    stroke: var(--text-8E6B4E);
}

.btn-group-item.dark .icon-hotline path, .header.on-scroll .btn-group-item .icon-hotline path {
    stroke: unset;
    fill: var(--text-8E6B4E);
}

.main__banner {
    position: relative;
    padding: 0;
}

.main__banner.explore .heading-page__text {
    position: absolute;
    top: 50%;
    left: 2.5%;
    transform: translateY(-50%);
}

.banner__container.home-page {
    width: 100%;
    height: auto;
    aspect-ratio: 16/8;
}

.banner__container {
    aspect-ratio: 25/4;
}

.banner__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__container.home-page.for-mb {
    display: none;
}

.collection-gift {
    padding: 6rem 0;
    background-color: #f2f2f2;
}

.collection-gift__list .slick-track {
    display: flex;
    align-items: stretch;
}

.collection-gift__list .slick-slide {
    height: auto;
    display: flex !important;
}

.collection-gift__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 20px;
}

.gift__item-image {
  border-radius: 10px;
}

.gift__img {
  width: 100%;
  height: auto;
  aspect-ratio: 19/16;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.gift__item-image:hover .gift__img {
  transform: scale(1.1);
}

.gift__item-content {
  flex: 1;
  text-align: center;
  padding: 1rem;
}

.gift-charming {
  padding: 6rem 0;
}

.gift-charming:nth-child(even) {
    padding: 0;
}

.gift-charming__heading h1 {
    color: var(--text-silver);
}

.gift-charming__content .details {
    padding-left: 5rem;
}

.gift-charming__img {
    padding: 0 2rem;
}

.gift-charming__img .image-wrapper {
    overflow: hidden;
    border-radius: 10px;
}

.gift-charming__img .image-wrapper .image {
    width: 100%;
    object-fit: cover;
}

.form-check-input[type="radio"] {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-color: transparent;
    border: none;
    margin-right: 10px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.form-check-input[type="radio"]:focus, .form-check-input[type="radio"]:hover {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    opacity: 1;
}

.season-gift__content {
    padding: 6rem 0;
}

.cats-title {
}

.cats-title.active, .cats-title:hover {
}

.filter-btn {
    background-color: var(--text-light);
    border: 1px solid #4f4f4f;
    color: #4f4f4f;
    padding: 2px 6px ;
    border-radius: 15px;
    transform: translateY(0) translateZ(0);
    transition: all 0.44s ease;
    white-space: nowrap;
}

.filter-btn.active, .filter-btn:hover {
    background-color: #4f4f4f;
    color: var(--text-light);
}

.gift-charming__btn {
    margin: 0 auto 0 0;
}

.list-product__content {
    padding: 0 6rem;
}

.card-cake {  
    border-radius: 10px;
    padding: 15px;
    transition: all 0.2s linear;
    gap: 1rem;
}

.item:hover .card-cake {
    background-color: var(--text-light);
    box-shadow: 0 4px 30px #0000001a;
}

.card-cake__image .card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.card-cake__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    line-height: 1.2;
}

.card-cake__body {
    height: 50px;
}

.card-cake__btn .btn-ofa {
    max-width: 150px;
    margin: 0 auto 0 0;
}

.price-default {
    /* white-space: nowrap; */
}

.product-pagination {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
}

.product-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-pagination .page-numbers li .page-numbers {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    /* border: 1px solid var(--text-gray); */
    border-radius: 4px;
    transition: all 0.44s ease-in-out;
}

.product-pagination .page-numbers li .page-numbers:hover, .product-pagination .page-numbers li .page-numbers.current {
    color: var(--text-light);
    background-color: var(--text-gray);
}

.season-gift__content .col-12 {
    padding: 0 2rem;
}

.season-gift__card {
    position: relative;
    border-radius: 10px;
}

.card__content, .cap-ss, .text-ss {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.cap-ss {
    z-index: 2;
}

.text-ss {
    padding: 0 2rem;
    opacity: 0;
    transform: translate(-50%, -45%) !important;
    z-index: 1;
}

.card__image {
    transition: all 1s ease-in-out;
}

.season-gift__card:hover .card__image {
    transform: scale(1.1);
}

.season-gift__card:hover .cap-ss {
    opacity: 0;
}

.season-gift__card:hover .text-ss {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.breadcrumb__container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1600px;
    text-align: left;
}

.breadcrumb__container .breadcrumb .breadcrumb-item, .breadcrumb__container .breadcrumb a, .breadcrumb-item+.breadcrumb-item::before {
    color: var(--text-light);
}

.breadcrumb__container .breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb li.icon-home::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../Images/Icons/home.svg);
    background-size: 16px 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.insights__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.insights__container .heading {
    border-bottom: 2px solid var(--text-gray);
}

.insights__container .heading h1 {
    padding: 0 0 0.5rem 0;
    line-height: 1;
}

.insights__all .heading {
    border-bottom: none !important;
}

.insights__cats .insights__cat {
    padding: 0 0 0.5rem 0;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid transparent;
}

.insights__cats .insights__cat:hover, .insights__cats .insights__cat.active {
    opacity: 1;
    border-bottom: 3px solid var(--text-dark);
}

.titleNews {
    width: 100%;
    max-width: 100%;
}

.other-insight {
    margin-right: -52.5px;
    margin-left: -52.5px;
}

.insight {
    padding: 0 50px;
}

.insights__single-cat .insight {
    padding-bottom: 50px;
}

.insight__first {
    margin-right: 0;
    margin-left: 0;
}

.insight__first .col-12 {
    padding: 0;
}

.insight__image .image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.95;
}

.insight__image .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.insight__image:hover img {
    transform: scale(1.1);
}

.insight__first.row .insight__image {
    padding: 0 0 0 3rem;
}

.insight__first .insight__image .image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.74;
}

.insight__first .insight__image .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.insight__first .insight__image:hover .image img {
    transform: scale(1.1);
}

.insight__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    line-height: 1.2;
}

.insight-page.responsive-width {
    max-width: 1400px;
    padding-bottom: 6rem;
}

.insight-page__thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    padding: 4rem;
}

.insight-page__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insight-page__container {
    position: relative;
    margin-top: -15rem;
    padding: 0 12rem;
    z-index: 2;
}

.insight-page__content {
    width: 100%;
    background-color: #f6f4f0;
    padding: 3rem;
}

.insight-page__body img {
    display: block;
    max-width: 100%;
    margin: 1.5rem auto;
}

.page-product__heading h2 {
    color: #bdbdbd;
}

.page-product__list .list {
    padding-left: 1.5rem;
}

.list__sort {
    position: relative;
}

.list__sort .sort span {
    white-space: nowrap;
}

.list__sort .sort select {
    border: none;
    font-weight: 600;
    padding-bottom: 0;
}

.list__sort hr {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

.form-select:focus {
    box-shadow: none;
}

.search__input .input-group {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #bdbdbd;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 20px;
}

.search__input .input-group .input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 14px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: 0;
    color: var(--text-dark);
}

.search__input .input-group .input::placeholder {
    color: var(--text-silver);
}

.search__input .input-group .btn {
    padding-top: 0;
    padding-bottom: 0;
}

.search__input .input-group .btn svg path {
    stroke: #bdbdbd;
}

.by-category .name {
    max-width: 85%;
}

.custom-range-slider {
    width: 100%;
    height: 5px;
}

.custom-range-slider .slider-track {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #ddd;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.custom-range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    pointer-events: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 0;
    bottom: 0;
    margin: auto;
}

.custom-range-slider input[type="range"]::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--btn-color);
    pointer-events: auto; 
    -webkit-appearance: none;
    cursor: pointer;
}
.custom-range-slider input[type="range"]::-moz-range-thumb {
    height: 16px;
    width: 16px;
    border: none;
    border-radius: 50%;
    background: var(--btn-color);
    pointer-events: auto;
    cursor: pointer;
}

.list__product {
    /* display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    padding-bottom: 6rem;
}

.list__product .item {
    /* -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    margin-bottom: 3rem;
    padding: 0 0 0 1rem !important; */
}

.list__product .item.type-2 {
    /* -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; */
}

.type-2 .card-cake {
    position: relative;
    flex-direction: row;
    gap: 0;
    padding-bottom: 60px !important;
}

.type-2 .card-cake .card-cake__content {
    margin-left: 2rem;
}

.type-2 .card-cake .card-cake__btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    max-width: 136px;
    width: 100%;
}

.type-2 .card-cake .card-cake__image {
    width: 250px;
}

.type-2 .card-cake .card-cake__image .card-img {
    max-width: 250px;
    width: 100%;
}

.change-template ul li {
    margin-bottom: 0;
    margin-left: 5px;
    cursor: pointer;
}

.change-template ul li svg {
    width: 30px;
    height: 30px;
}

.change-template ul li svg path {
    transition: all 0.3s ease-in-out;
}

.change-template ul li svg:hover path, .change-template ul .active svg path {
    stroke: var(--btn-color);
}

.product__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.product__info__price .txt-price {
    color: var(--btn-color);
}

.product__info__quantity .txt-sales {
    color: var(--btn-color);
}

.product__info .product__info__btn .btn-ofa {
    max-width: 150px;
    overflow: hidden;
    margin: 0 auto 0 0;
}

.describe__heading {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid var(--text-dark);
    margin-bottom: 0;
}

.describe_body div {
    display: none;
}

.describe_body .active {
    display: block;
}

.describe__heading li {
    text-transform: uppercase;
    cursor: pointer;
}

.describe__heading .active {
    font-weight: 600;
}

.describe_body p {
    font-size: 12px;
}

.same-cate__product__heading {
    color: var(--text-silver);
}

.product__info__quantity .filter-btn.active,.product__info__quantity .filter-btn:hover, .form-giftSet .filter-btn.active,  .form-giftSet .filter-btn:hover {
    opacity: 1;
    background-color: unset;
}

.all-product {
    /*width: 100%;*/
}

.heading-page__text h2,.heading-page__text h5, .heading-page__text p {
    opacity: 0;
    transform: translateY(5rem);
    transition: all 1s ease-in-out;
}

.heading-page__text h2.show,.heading-page__text h5.show, .heading-page__text p.show {
    opacity: 1;
    transform: translateY(0);
}

.explore__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.banner__container.collection-page {
    aspect-ratio: 19/8;
}

.collection__container {
    padding: 6rem 0;
}

.banner__use-text {
    transform: translate(-50%, -50%);
    color: var(--text-light);
    animation: display-text 1s ease-in-out forwards;
}

@keyframes display-text {
    0% {
        opacity: 0;
        transform: translate(-50%, -30%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.heading-page__img {
    width: 100%;
    height: 100%;
}

.list_collections {
    padding: 0 3rem;
}

.card_collection {
    padding: 0 1.5rem;
}

.card_collection__container {
    border-radius: 10px;
}

.card_collection .card__content {
    opacity: 1;
    transform: translate(-50%, -50%);
    padding: 0 1rem;
}

.card_collection:hover img {
    transform: scale(1.1);
}

.collection__list {
    max-width: 1320px;
    margin: 0 auto;
    gap: 15px;
}

.collection__list .col-sm-6 {
    padding: 0.5rem;
}

.collection__list .collection__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 0 !important;
    overflow: hidden;
}

.collection__list .collection__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.collection__list .collection__img:hover img {
    transform: scale(1.1);
}

.common-page {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.content-page {
    margin-top: 3rem;
}

.change-lang {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  z-index: 5;
}

.to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 5;
}

.to-top .scroll-to-top {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0.25rem;
    background-color: var(--btn-color);
    border-radius: 10px;
    border: none;
    outline: none;
    opacity: 0;
    transform: translateY(1rem);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.to-top .scroll-to-top.active {
    opacity: 0.8;
    transform: translateY(0);
    pointer-events: all;
}

.to-top .scroll-to-top.active:hover {
    opacity: 1;
}

.to-top .scroll-to-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0) invert(1);
}

.footer .inner {
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__container .row {
    margin: 0 1.4rem;
    padding: 3.5rem 5rem;
    background-color: var(--text-light);
    border-radius: 20px;
}

.form__sign {
    border: 1px solid #333;
    border-radius: 20px;
}

.form__sign .input {
    border: 1px solid transparent;
    outline: none;
    font-weight: 400;
}

.form__sign .button {
    background-color: transparent;
}

.footer svg {
    width: 20px;
}

.footer__nav-body a {
    color: var(--text-gray);
    padding: 0;
}

.icon-fb svg path, .icon-ins svg path, .icon-tt svg path {
    transition: all 0.3s ease-in-out;
}

.icon-fb:hover svg path {
    fill: #4267b2;
}

.icon-ins:hover svg path {
    fill: #db0505;
}

.icon-tt:hover svg .fill-1 {
    fill: #FE2C55;
}

.icon-tt:hover svg .fill-2 {
    fill: #25F4EE;
}

.icon-tt:hover svg .fill-3 {
    fill: #000000;
}

.slick-custom-arrow {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    transition: all 0.3s ease-in-out;
    padding: 0 !important;
    border-radius: 50%;
    border: 2px solid #000;
    opacity: 0.75;
    z-index: 3;
}

.slick-custom-arrow::before {
    content: "";
}

.slick-custom-arrow svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-prev {
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
}

.slick-next {
    right: 0;
    transform: translateY(-50%) rotate(90deg);
}

.social-chat-buttons {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-btn {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.chat-btn:hover {
    transform: scale(1.1);
}

.chat-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hiệu ứng zoom nhẹ khi khách hàng di chuột vào icon */
.social-icon-item:hover img {
    transform: scale(1.15);
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2));
}

.cake-tags {
    padding-left: 5px;
}
.cake-tags li .list_cake {
    padding: 2px 0;
    font-size: 0.95rem;
    color: #000;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
}
/* Tạo dấu chấm tròn nhỏ tinh tế màu Gold thay cho dấu + */
.cake-tags li.list_cake::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000; /* Màu cam gold sang trọng */
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}