/*==========
----- CSS INDEX -----
1.Typography CSS
2.Common CSS
3.Form CSS
4.Button CSS
5.Slider CSS
6.Overflow text CSS
7.White Text CSS
8.Header CSS
9.Banner CSS
==========*/
@font-face {
    font-family: "Lacatina";
    src: url("../fonts/FontWOFF-CinzelDecorative-Bold.woff") format("woff");
    text-transform: lowercase;
    font-weight: normal;
    font-style: normal;
}

/*==========Typography CSS==========*/

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--white-color);
    font-size: 18px;
    line-height: 30px;
}

.limit-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    /* Số dòng muốn giới hạn */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limit-2 {
    display: -webkit-box;
    /* Số dòng muốn giới hạn */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limit-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Số dòng muốn giới hạn */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limit-8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    /* Số dòng muốn giới hạn */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

p {
    font-size: 18px;
    line-height: 34px;
}

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-color);
    font-family: var(--title-font);
}

.h1-title {
    line-height: 1.25;
    margin-bottom: 60px;
    text-transform: uppercase;
    /* font-family: "Lacatina", sans-serif; */
    font-family: "SaaSeriesVN", sans-serif;
    color: #1e1e1e;
}

.h1-title span {
    text-decoration: underline;
}

.sub-title {
    text-transform: uppercase;
    font-style: italic;
    color: #575c5e;
    position: relative;
    padding-bottom: 10px;
}

.sub-title:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--golden-color);
}

.xl-title {
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 20px;
    color: #5a1a1a;
    text-transform: none;
    font-family: "Lacatina", sans-serif;
}

.md-title {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 20px;
    color: #5a1a1a;
    text-transform: none ! important;
    font-family: "Lacatina", sans-serif;

}

.sm-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-family: "Lacatina", sans-serif;
}

.h2-title {
    font-size: 2.5rem;
    line-height: auto;
    color: #1e1e1e;
    font-family: "SaaSeriesVN", sans-serif;
    margin-bottom: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.h3-title {
    font-size: 28px;
    line-height: 38px;
}

.h3-titlee {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 20px;
}

.h4-title {
    font-size: 26px;
    line-height: 36px;
}

.h5-title {
    font-size: 18px;
    line-height: 28px;
}

.h2-title span,
.h3-title span,
.h4-title span,
.h5-title span,
.sub-title span,
.xl-title span {
    display: block;
}

.sec-title-number {
    font-size: 140px;
    line-height: 100px;
    opacity: 20%;
    color: transparent;
    -webkit-text-stroke: 2px #B08D57;
    margin-bottom: 10px;
}

.sec-title-shape {
    margin-top: -25px;
    opacity: 25%;
}

blockquote {
    margin-inline: 10%;
    padding-top: 50px;
}

blockquote p {
    font-size: 36px;
    line-height: 50px;
    font-family: var(--title-font);
    color: var(--primary-color);
    font-weight: 300;
}

blockquote:before {
    content: '"';
    font-size: 110px;
    color: var(--secondary-color);
    font-family: var(--title-font);
    height: 15px;
    display: block;
}

/*==========Typography CSS End==========*/

/*==========Common CSS ==========*/

:root {
    --primary-color: #212529;
    --secondary-color: #B08D57;
    --golden-color: #5a1a1a;
    --border-color: #cccccc;
    --light-bg: #fefffa;
    --dark-bg: #252525;
    --dark-color: #626162;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #d91919;
    --gradient-color: linear-gradient(to bottom,
            rgba(246, 251, 246, 1) 55%,
            rgba(255, 255, 255, 0) 95%);
    --box-shadow: 0 5px 10px rgba(0, 0, 0, 15%);
    --transition: all 0.8s cubic-bezier(0.77, 0.03, 0.11, 0.76);
    --input-color: rgb(70 69 71 / 0.7);
    --body-font: "Roboto", sans-serif;
    --title-font: "Roboto", sans-serif;
    --secondary-overlay-color: 114, 6, 6;
    --scrollbar-thumb-color: var(--primary-color);
    --scrollbar-track-color: var(--dark-color);
    --selection-color: rgba(36, 77, 77, 0.1);
}

body {
    font-family: var(--body-font);
    text-rendering: optimizespeed !important;
    /* background-image: url(../images/paper.jpg); */
    background-color: #f6f5f2;
}

.body-fixed {
    position: fixed;
    width: 100%;
    top: auto;
    left: auto;
}

body,
html {
    overflow-x: hidden;
}

* {
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
}

p a {
    color: var(--secondary-color);
    transition: 0.3s;
}

p a:hover {
    color: var(--white-color);
}

a:hover {
    color: initial;
}

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.for-des-flex {
    display: flex !important;
}

.for-mob-flex {
    display: none !important;
}

.sec-wp {
    position: relative;
    z-index: 4;
}


.sec-wp-product {
    background-image: url(../images/banner-bg.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
}


.sec-wp-knowledge {
    background-image: url(../images/banner-bg.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
}


.sec-wp-about {
    background-image: url(../images/banner-bg.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
}

.sec-wp-founder {
    background-image: url(../images/banner-bg.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
}

.sec-wp-question {
    background-image: url(../images/banner-bg.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
}

.sec-wp-blog {
    background-image: url(../images/banner-bg.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
}

.sec-wp-contact {
    background-image: url(../images/banner-bg.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
}

.sec-title-text {
    text-align: center;
}

.hidden-box {
    overflow: hidden;
}

.ani-line,
.ani-vertical-right-line,
.ani-vertical-left-line {
    width: 100%;
    height: 1px;
    display: block;
    background: var(--primary-color);
    opacity: 0.15;
    transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ani-vertical-right-line,
.ani-vertical-left-line {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
}

.ani-vertical-right-line,
.underline-text.underline-right {
    right: -2px;
    left: auto;
}

.ani-vertical-left-line,
.underline-text.underline-left {
    left: -2px;
    right: auto;
}

.section {
    position: relative;
    padding-block: 30px;
}

.fluid-section {
    margin-inline: clamp(30px, 4vw, 75px);
}

.light-bg {
    background-color: var(--light-bg);
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--light-bg);
    opacity: 0.96;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--gradient-color);
    opacity: 0.92;
}

.border-overlay {
    margin: 15px;
}

::selection {
    background: var(--selection-color);
}

::-moz-selection {
    background: var(--selection-color);
}



.underline-text {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 11px;
    /* background-image: url(../images/underline.svg); */
    border-bottom: 1px solid #8a8a8a;
    background-repeat: repeat;
    -webkit-animation: underline 1.4s linear infinite;
    animation: underline 1.4s linear infinite;
    -webkit-animation-timing-function: steps(10);
    animation-timing-function: steps(10);
    z-index: 4;
}

.underline-text.underline-top {
    top: -4px;
    bottom: auto;
    height: 5px;
    margin-top: auto;
}

.underline-text.underline-bottom {
    bottom: -1px;
    height: 5px;
    margin-bottom: auto;
}

.underline-text.underline-left,
.underline-text.underline-right {
    bottom: auto;
    top: 0;
    width: 5px;
    height: 100%;
    background-image: url(../images/underline-horizontal.svg);
}

@-webkit-keyframes underline {
    to {
        background-position-y: -60px;
    }
}

@keyframes underline {
    to {
        background-position-y: -60px;
    }
}

.sec-left-img img,
.sec-right-img img {
    position: absolute;
    right: 58%;
    top: 0;
}

.sec-right-img img {
    left: 60%;
    right: auto;
}

.sec-text .h2-title {
    font-size: 2.5rem;
    line-height: 75px;
}

.sec-text {
    max-width: 860px;
    margin: 0 auto;
}

.dark-bg {
    background-color: var(--primary-color);
}

/* .title-divider {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
}

.title-divider:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-image: url(../images/underline.svg);
    background-repeat: repeat;
    -webkit-animation: underline 1.4s linear infinite;
    animation: underline 1.4s linear infinite;
    -webkit-animation-timing-function: steps(10);
    animation-timing-function: steps(10);
    z-index: 4;
} */

.title-dividers {
    border-bottom: 1px solid #ccc;
}

.social-icon ul li {
    display: inline-block;
    margin: 0 6px;
}

.social-icon ul li a {
    width: 45px;
    height: 45px;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /* color: var(--primary-color); */
    transition: 0.3s;
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.social-icon ul li a:hover {
    background: #5a1a1a;
    color: #B08D57;
}

.social-icon ul li:first-child {
    margin-left: 0;
}

.social-icon ul li:last-child {
    margin-right: 0;
}

.text-right {
    text-align: right;
}

[class*="-title"] a {
    /* color: var(--primary-color); */
    transition: 0.3s;
}

[class*="-title"] a:hover {
    color: var(--secondary-color);
}

.compensate-for-scrollbar {
    margin: 0 !important;
}

/*==========Common CSS End==========*/

/*==========Form CSS==========*/

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 15px;
    right: 0;
    pointer-events: none;
    color: var(--primary-color);
    opacity: 0.5;
}

.form-input::-webkit-input-placeholder {
    color: var(--input-color);
}

.form-input::-moz-placeholder {
    color: var(--input-color);
}

.form-input:-ms-input-placeholder {
    color: var(--input-color);
}

.form-input::-ms-input-placeholder {
    color: var(--input-color);
}

.form-input::placeholder {
    color: var(--input-color);
}

select option {
    color: var(--dark-color) !important;
}

select {
    color: var(--input-color) !important;
}

select::-ms-expand {
    display: none;
}

.form-input,
select {
    width: 100%;
    height: 46px;
    border: none;
    outline: none !important;
    padding: 10px;
    color: #000 !important;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    border-bottom: 1px solid rgb(70 69 71 / 15%);
}

textarea.form-input {
    height: 160px;
    resize: none;
    display: block;
}

.form-input-wp label {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
}

.form-input-wp label span,
.contact-title p span {
    color: var(--red-color);
}

.form-input-wp {
    margin-bottom: 20px;
}

.form-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.form-flex-box .form-input-wp {
    margin: 0;
    flex: 1;
    padding-right: 60px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
}

.input-wp {
    margin-bottom: 20px;
}

.input-wp .form-input+.form-input {
    margin-top: 10px;
}

.required {
    color: var(--red-color);
}

[type="checkbox"],
[type="radio"] {
    margin: 0 8px 0 0;
    box-sizing: border-box;
    min-width: 18px;
    min-height: 18px;
    opacity: 0;
    pointer-events: none;
}

.radio-group,
.checkbox-group {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    position: relative;
    align-items: center;
}

[type="radio"]+label {
    margin: 0 5px 0 0;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

[type="checkbox"]+label {
    margin: 0 5px 0 0;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    line-height: normal;
}

[type="checkbox"]+label::before {
    content: "";
    min-width: 20px;
    min-height: 20px;
    position: absolute;
    left: -26px;
    transition: all 0.4s;
    border: 1px solid var(--border-color);
}

[type="checkbox"]+label svg {
    position: absolute;
    width: 25px;
    left: -28px;
    top: -3px;
}

[type="checkbox"]+label svg polyline {
    stroke: var(--primary-color);
    stroke-width: 8;
    fill: none;
    stroke-dasharray: 70;
    stroke-dashoffset: 70;
    transition: stroke-dashoffset 0.4s;
}

[type="checkbox"]:checked+label svg polyline {
    stroke-dashoffset: 0;
}

/* Style riêng cho payment-methods */
.payment-methods [type="radio"]+label::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -35px;
    top: 10px;
    width: 20px;
    height: 20px;
    transition: all 0.4s;
    border: 1px solid var(--border-color);
}

.payment-methods [type="radio"]:checked+label::before {
    box-shadow: inset 0 0 0 6px #bdbdbd;
    border-color: transparent;
}

/* Style riêng cho quiz */
.quizques-value [type="radio"]+label::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 5px;
    top: 5px;
    width: 18px;
    height: 18px;
    transition: all 0.3s;
    border: 1px solid #666;
}

.quizques-value [type="radio"]:checked+label::before {
    box-shadow: inset 0 0 0 6px #bdbdbd;
    border-color: transparent;
}

/*==========Form CSS End==========*/

/*==========Button CSS==========*/

.sec-btn {
    min-width: 200px;
    min-height: 46px;
    letter-spacing: 0.5px;
    background: #B08D57;
    border: 1px solid #B08D57;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: "SaaSeriesVN", sans-serif;
    color: var(--white-color);
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    outline: none !important;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 9px 30px;
    box-shadow: var(--box-shadow);
}

.sec-btn:hover {
    background: var(--golden-color);
    color: var(--white-color);
    border-color: var(--golden-color);
}

.sec-btn.sm-btn {
    min-width: 170px;
}

.sec-btn.lg-btn {
    min-width: 280px;
}

.sec-btn svg {
    margin-left: 15px;
    margin-top: 2px;
}

.golden-btn {
    background: var(--golden-color);
    border-color: var(--golden-color);
}

.golden-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.play-btn {
    width: 54px;
    height: 54px;
    background: var(--white-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    transition: 0.5s;
    vertical-align: middle;
}

.play-btn:hover {
    background: var(--primary-color);
}

.play-btn:hover svg path {
    fill: var(--white-color);
}

.explore-more-link {
    color: #8a8a8a;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    transition: 0.5s;
    display: inline-flex;
    margin-bottom: 4px;
    background: transparent;
    border: none;
    font-size: 16px;
    align-items: center;
}

.explore-more-link svg {
    transition: all 0.45s cubic-bezier(1, -0.85, 0.73, 2.57);
    margin-left: 5px;
}

.explore-more-link:hover svg {
    margin-left: 10px;
}

.explore-more-link:hover {
    color: var(--golden-color);
}

.video-play-btn {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    padding-top: 5px;
    padding-left: 3px;
    z-index: 2;
    transition: 0.3s;
}

.video-play-btn:hover {
    transform: scale(1.1);
}

.round-shape-button {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

/* Gạch chân mặc định ẩn */
.round-shape-button .button-shape {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background-color: #0d6efd;
    /* màu Bootstrap primary */
    border-radius: 2px;

    transform: scaleX(0);
    transition: transform 0.3s ease;
}

/* Khi active thì hiện gạch chân */
.round-shape-button.header-active-menu .button-shape {
    transform: scaleX(1);
}


.add_cart_btn {
    position: relative;
    width: 52px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    outline: none !important;
}

.add_cart_btn>svg {
    position: relative;
    z-index: 2;
}

.add_cart_btn .add-to-cart-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.add_cart_btn .add-to-cart-shape svg path {
    stroke-dashoffset: 0;
    transition: var(--transition);
}

.add_cart_btn:hover .add-to-cart-shape svg path {
    stroke-dashoffset: 176px;
}

/*==========Button CSS End==========*/

/*==========Slider Css==========*/

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-wp {
    position: relative;
    margin-top: 54px;
}

.swiper-button-next,
.swiper-button-prev {
    position: unset;
    display: inline-block;
    background: no-repeat;
    width: auto;
    height: auto;
}

.swiper-button-prev {
    margin-right: 26px;
}

.swiper .swiper-pagination {
    position: unset;
    display: inline-block;
    width: auto;
    margin-top: 9px;
    cursor: auto;
}

.swiper .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background: var(--primary-color);
    opacity: 0.1;
    transition: 0.5s;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/*==========Slider Css End==========*/

/*==========Overflow CSS==========*/

.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
}

.overflow-text::-webkit-scrollbar {
    width: 3px;
}

.overflow-text::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-color);
}

.overflow-text::-webkit-scrollbar-track {
    background: var(--scrollbar-track-color);
}

/*==========Overflow CSS End==========*/

/*==========White text CSS==========*/

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text ul li,
.white-text .read-more {
    color: var(--white-color);
}

.white-list-link a {
    color: var(--white-color);
}

.white-text p a {
    color: var(--golden-color);
}

.white-btn {
    background-color: var(--white-color);
    color: var(--dark-color);
    border-color: var(--white-color);
}

.white-form .form-input .white-form select {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.white-form .form-input::-webkit-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-moz-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input:-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::placeholder {
    color: var(--white-input-color);
}

.white-form select {
    color: var(--white-input-color) !important;
}

.white-form .form-element i {
    color: var(--white-color);
}

.white-text .read-more svg path {
    fill: var(--white-color);
}

.white-explore-more-link {
    color: var(--white-color);
}

.white-explore-more-link:hover {
    color: var(--white-color);
    opacity: 0.8;
}

.white-explore-more-link:before {
    background: var(--white-color);
    opacity: 0.6;
}

.white-text.sec-title .sec-title-number {
    color: transparent;
    -webkit-text-stroke-color: var(--white-color);
}

.white-arrow-dots .swiper-pagination-bullet {
    background: #B08D57;
}

.white-text .underline-text {
    /* background-image: url(../images/white-underline.svg); */
    border-bottom: 1px solid #8a8a8a;
}

/*==========White text CSS End==========*/

/*==========Pagination CSS==========*/

.page-link {
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 0 !important;
    color: var(--primary-color);
    margin: 0 6px !important;
}

.page-item.disabled .page-link {
    background: var(--golden-color);
    color: var(--white-color);
}

.page-link:hover,
.page-link:focus {
    background: var(--golden-color);
    color: var(--white-color);
}

.page-link:focus {
    box-shadow: none;
}

/*==========Pagination CSS End==========*/

/*==========Breadcrumb CSS==========*/

.breadcrumb-item,
.breadcrumb-item a {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 300;
    font-family: "SaaSeriesVN", sans-serif;
}

.breadcrumb-item a {
    color: #1e1e1e;
    transition: 0.3s;
}

.breadcrumb-item a:hover {
    color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ".";
    line-height: 23px;
    font-weight: bold;
    color: var(--dark-color);
    opacity: 0.5;
}

.breadcrumb-item.active {
    color: var(--dark-color);
    opacity: 0.5;
}

/*==========Breadcrumb CSS End==========*/

/*==========Header CSS==========*/


.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: 0.5s;
    flex-direction: column;
    /* background: rgb(23 23 23 / 80%); */
    background-color: #f6f5f2;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    justify-content: space-between;
}

.site-header .header-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
}


.icon-info {
    color: #000;
}

.main-navigation {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}



.main-navigation .menu li {
    display: inline-block;
    float: left;
    position: relative;
    margin-inline: 20px;
}

.main-navigation .menu li:first-child {
    margin-left: 0;
}

.main-navigation .menu li:last-child {
    margin-right: 0;
}

.main-navigation .menu .sub-menu {
    position: absolute;
    display: inline-block;
    width: 220px;
    background: rgb(23 23 23 / 80%);
    z-index: 9;
    top: 100%;
    left: -10px;
    overflow: hidden;
    padding: 15px;
    box-shadow: var(--btn-shadow);
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
}

.main-navigation .menu ul ul a {
    width: 200px;
}

.main-navigation .menu .sub-menu li a {
    color: var(--white-color);
    opacity: 1;
    font-size: 15px;
    justify-content: flex-start;
    padding: 5px 15px;
    margin: 0;
}

.main-navigation .menu .sub-menu li a:hover,
.main-navigation .menu .sub-menu .header-active-sub-menu {
    background-color: rgb(211 211 211 / 30%);
    padding-left: 30px;
}

.main-navigation .menu .sub-menu li {
    margin-inline: 0;
    display: block;
    float: none;
}

.main-navigation .menu .sub-menu li:last-child {
    margin: 0;
}

.main-navigation .menu li a {
    display: flex;
    transition: 0.3s;
    position: relative;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 400;
    margin-block: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "SaaSeriesVN", sans-serif;
}

.main-navigation .menu li a .dropdown-icon {
    font-size: 12px;
    position: relative;
    top: 2px;
    transition: 0.3s;
    margin-left: 5px;
}

.main-navigation .menu li a:hover .dropdown-icon,
.main-navigation .menu .dropdown-items:hover>a .dropdown-icon {
    transform: rotate(180deg);
    top: 0;
}

.main-navigation .menu .sub-menu li a:after {
    content: "\f054";
    position: absolute;
    top: 50%;
    left: -6px;
    color: var(--white-color);
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    transform: translate(0, -50%);
    opacity: 0;
    transition: 0.3s;
}

.main-navigation .menu .sub-menu li a:hover:after,
.main-navigation .menu .sub-menu .header-active-sub-menu:after {
    left: 10px;
    opacity: 1;
}

.header-list li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    line-height: 24px;
}

.header-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.45s cubic-bezier(1, -0.85, 0.73, 2.57);
    position: relative;
    font-size: 16px;
    font-weight: 300;
}

.header-list li a:hover,
.search-button:hover,
.team-social ul li a:hover {
    transform: scale(1.1);
}

.header-list ul {
    display: flex;
    align-items: center;
}

.header-list li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.header-lists li {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 12px 20px;
    border-bottom: 1px solid #00000025;
}

.header-lists li a {
    color: #000;
    font-size: max(18px, 2vh) !important;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    transition: all 0.45s cubic-bezier(1, -0.85, 0.73, 2.57);
    position: relative;
}



.header-main {
    display: flex;
    align-items: center;
}

.header-search {
    z-index: 2;
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgb(255, 255, 255);
}

.search-button {
    transition: all 0.45s cubic-bezier(1, -0.85, 0.73, 2.57);
    display: inline-block;
}

.header-top {
    height: 80px;
    justify-content: space-between;
}

.shopping-value {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 16px;
    min-width: 16px;
    border-radius: 50%;
    background-color: #5a1a1a;
    color: var(--white-color);
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopping-favorite {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 16px;
    min-width: 16px;
    border-radius: 50%;
    background-color: #5a1a1a;
    color: var(--white-color);
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}




/*==========Header CSS End==========*/

/*==========Banner CSS==========*/

.main-banner {
    padding-block: 300px 200px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background-attachment: fixed;
}

.main-banner:after,
.inner-banner:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    /* width: 100%;
    height: 90px;
    -webkit-mask-image: url("../images/banner-bottom-shape.png"); */
    z-index: 4;
    background-color: #161616;
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
}

.wine-bottle {
    position: relative;
    display: block;
    text-align: center;
    transition: 1s;
    transition-delay: 0.5s;
}

.wine-bottle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: -1;
    opacity: 70%;
    background: rgba(75, 75, 75, 0.4);
}

.wine-bottle img {
    width: 260px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, 0);
}

.banner-text {
    padding-top: 40px;
}

.banner-bottle-price {
    font-style: italic;
    font-size: 40px;
    line-height: normal;
    margin: 0;
    display: inline-block;
    position: relative;
    margin-left: 30px;
    color: var(--secondary-color);
}

.banner-shape img {
    position: absolute;
    transform: scale(-1, 1);
    right: 70%;
    bottom: 7%;
    opacity: 25%;
}

.banner_slider.swiper-creative .swiper-slide,
.swiper.banner_slider.swiper-creative {
    overflow: visible;
}

.banner_slider.swiper-creative .swiper-slide .sub-title {
    transform: translateY(40px);
    opacity: 0;
    transition-delay: 0s;
    transition: 1s;
}

.banner_slider.swiper-creative .swiper-slide .h1-title {
    transform: translateY(60px);
    opacity: 0;
    transition-delay: 0s;
    transition: 1s;
}

.banner_slider.swiper-creative .swiper-slide .banner-btn {
    transform: translateY(80px);
    opacity: 0;
    transition-delay: 0s;
    transition: 1s;
}

.banner_slider.swiper-creative .swiper-slide.swiper-slide-visible .sub-title,
.banner_slider.swiper-creative .swiper-slide.swiper-slide-visible .h1-title,
.banner_slider.swiper-creative .swiper-slide.swiper-slide-visible .banner-btn {
    transform: translateY(0);
    opacity: 1;
    transition: 1s;
    transition-duration: 1s;
    transition-delay: 1.5s;
}

.banner_slider.swiper-creative .swiper-slide.swiper-slide-visible .wine-bottle {
    transform: rotate(-15deg);
    transition-delay: 1s;
}

.inner-banner {
    padding: 150px 0 0px;
    position: relative;
    background: transparent;
}

.inner-banner:after {
    z-index: 1;
}

.inner-banner-text .h1-title {
    margin-bottom: 25px;
}

.banner-btn {
    display: flex;
    align-items: center;
}

/*==========Banner CSS End==========*/

/*==========About Section CSS End==========*/

.about-img {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
    -webkit-mask: url(../images/mask.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.about-text {
    padding-left: 60px;
    padding-top: 40px;
}

/*==========About Section CSS End==========*/

/*==========Video Section CSS==========*/

.video-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/noise-gif.gif");
    opacity: 15%;
    pointer-events: none;
}

.video-section video {
    width: 100%;
    cursor: url("../images/pause-icon.svg"), pointer;
    position: relative;
}

.video-section video.cursor-active {
    cursor: url(../images/play-icon.svg), pointer;
}

.wine-stains img {
    position: absolute;
    bottom: -150px;
    right: -150px;
    z-index: -1;
    opacity: 0.2;
}

/*==========Video Section CSS End==========*/

/*==========Product Section CSS==========*/

.product-box-img img {
    width: 150px;
    transition: all 0.45s cubic-bezier(1, -0.85, 0.73, 2.57);
}

.product-box-info .h3-title {
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.product-box {
    padding: max(30px, 3vw);
    box-shadow: 0 0px 32px 0 rgba(var(--secondary-overlay-color), 0%);
    transition: 0.3s;
    position: relative;
}

.product-box-img {
    margin-bottom: max(30px, 2vw);
}

.product-box-info .posted_in {
    margin-bottom: 7px;
    font-size: 16px;
}

.product-box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 20px;
}

.product-box-link {
    cursor: pointer;
}

.product-box-price {
    margin: 0;
    font-size: 28px;
    line-height: normal;
}

.product-box .ani-line {
    opacity: 20%;
}

.product-box:hover {
    box-shadow: 0 -8px 32px 0 rgba(var(--secondary-overlay-color), 5%);
}

.product-box:hover .product-box-img img {
    transform: rotate(6deg);
}

.product-box-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: hard-light;
    opacity: 0;
    transition: 1s;
    width: 100%;
}

.product-box:hover .product-box-shape,
.shop-product-box:hover .product-box-shape {
    opacity: 20%;
}

.product-row .col-lg-4:nth-child(3n + 2) .underline-text.underline-left,
.product-row .col-lg-4:nth-child(3n + 2) .underline-text.underline-right {
    display: none;
}

.product-row .col-lg-4:nth-child(3n + 4) .underline-text.underline-top,
.product-row .col-lg-4:nth-child(3n + 5) .underline-text.underline-top,
.product-row .col-lg-4:nth-child(3n + 6) .underline-text.underline-top {
    display: none;
}

.product-box-info p.h3-title a {
    color: var(--dark-color);
}

.product-box-info .h3-title a:hover,
.wishlist-box-top .h3-title a:hover {
    color: var(--secondary-color);
}

.wish-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    opacity: 0.5;
}

.wish-icon svg path {
    fill: var(--secondary-color);
}

.product-box:hover .wish-icon {
    opacity: 0.8;
}

.product-box:hover .wish-icon,
.shop-product-box:hover .wish-icon {
    transform: scaleX(1);
}

.text_danger {
    color: #B08D57;
}

/*==========Product Section CSS End==========*/

/*==========Process Section CSS==========*/

.process-section-bg {
    padding-inline: 30px;
}

.process-box {
    padding: clamp(15px, 2vw, 30px);
    border: 1px solid rgb(255 255 255 / 70%);
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
}

.process-img {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: all 0.8s cubic-bezier(1, -0.85, 0.73, 2.57);
    background-blend-mode: multiply;
    background-color: var(--white-color);
}

.process-box:hover .process-img {
    transform: scale(1);
}

.process-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 61px;
    height: 54px;
    color: var(--white-color);
    z-index: 2;
    margin-bottom: 15px;
}

.process-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bs-dark);
    opacity: 1;
    transition: 0.4s;
}

.process-text {
    position: relative;
    z-index: 2;
}

.process-box:hover:after {
    opacity: 0.75;
}

.process-icon-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/*==========Process Section CSS End==========*/

/*==========Count Section CSS==========*/

.count-icon img {
    height: 230px;
    object-fit: contain;
}

.count-icon {
    margin-bottom: 40px;
}

.counting {
    font-size: 50px;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 5px;
}

/*==========Count Section CSS End==========*/

/*==========Gallery Slider Section CSS==========*/

.gallery-slider-img {
    padding-bottom: 23%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 1;
}

.gallery-slider-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    color: #fff;
    text-align: left;
}

.gallery-slider {
    width: calc(100% + 61vw);
    padding-right: 15vw;
}

/*==========Gallery Slider Section CSS End==========*/

/*==========Team Section CSS==========*/

.team-box {
    margin-bottom: 30px;
}

.team-img {
    position: relative;
    width: 100%;
    height: 440px;
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url(../images/team-mask.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.team-social ul li {
    display: inline-block;
    margin: 0 15px;
}

.team-social ul li a {
    font-size: 26px;
    color: var(--white-color);
    display: inline-block;
    transition: 0.3s;
}

.team-social {
    width: 100%;
    height: 100%;
    background: rgba(var(--secondary-overlay-color), 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
}

.team-box:hover .team-social {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.team-info h3 {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    transition: 0.3s;
}

.team-info h3 a:hover {
    color: var(--secondary-color);
}

.team-info p {
    font-weight: 300;
    text-transform: capitalize;
}

/*==========Team Section CSS End==========*/

/*==========Newsletter Section CSS==========*/

.newsletter-box {
    position: relative;
}

.newsletter-shape img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.newslatter-form .sec-btn {
    margin-top: 40px;
}

.newslatter-box-text p {
    max-width: 530px;
    margin: 0 auto;
}

.newslatter-box-text {
    margin-bottom: 30px;
}

.newslatter-form {
    max-width: 630px;
    margin: 0 auto;
}

.newslatter-form .form-input {
    text-align: center;
    font-size: 18px;
}

.newsletter-section {
    margin: 0 60px;
    position: relative;
}

.newsletter-right-shape img {
    position: absolute;
    left: 80%;
    max-width: 450px;
    top: 130px;
    pointer-events: none;
}

.newsletter-left-shape img {
    position: absolute;
    right: 80%;
    max-width: 450px;
    top: 130px;
    pointer-events: none;
}

/*==========Newsletter Section CSS End==========*/

/*==========Testimonial Section CSS==========*/
.limit-testimonial {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* Số dòng muốn giới hạn */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial-author-img {
    min-width: 100px;
    min-height: 100px;
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url(../images/team-mask.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    margin-right: 30px;
    filter: brightness(1.4);
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonial-box {
    padding: 80px 30px 30px;
    border: 1px solid #B08D57;
    position: relative;
}

.testimonial-shape {
    position: absolute;
    right: 60px;
    top: -3px;
    border-top: 60px solid #f6f5f2;
    border-left: 50px solid transparent;
    box-shadow: 0 0 0 #B08D57;
    filter: drop-shadow(1px 3px 0px #B08D57);
}

.testimonial-author-name {
    font-size: 26px;
    line-height: 36px;
    text-transform: capitalize;
    margin: 0;
}

.testimonial-section-bg {
    overflow: hidden;
    padding-inline: 30px;
}

.testimonial-slider {
    width: calc(100% + 30vw);
    padding-right: 10vw;
    padding-left: 2px;
}

/*==========Testimonial Section CSS End==========*/

/*==========Blog Section CSS==========*/
.blog-box {
    transition: all 0.3s ease;
    /* Thêm easing để mượt */
    opacity: 0.95;
    /* trạng thái bình thường */
    transform: scale(1);
    /* trạng thái bình thường */
}

.blog-sidebar {
    position: sticky;
    top: 100px;
    /* Khoảng cách từ top khi ghim */
    height: fit-content;
    max-height: calc(100vh - 120px);
    /* Giới hạn chiều cao tối đa */
    overflow-y: auto;
    /* Cho phép cuộn nếu nội dung quá dài */
    z-index: 10;
    transition: top 0.3s ease;
}


/* Đảm bảo các widget trong sidebar có khoảng cách hợp lý */
.sidebar-widget {
    background: none;
    border: 1px solid #B08D57;
    margin-bottom: 1.5rem;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.blog-box:hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1.05);
    border: 1px solid #B08D57;
}

.blog-box {
    position: relative;
}

.border-top{
    border-top: 1px solid #8a8a8a !important;
}

.blog-excerpt {
    border-bottom: 1px solid #8a8a8a;
}

.blog-box-img {
    width: 100%;
    padding-bottom: 130%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 28px;
    position: relative;
}

.blog-box-date .h5-title {
    display: block;
    margin-bottom: 12px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-family: "SaaSeriesVN", sans-serif;
    color: #1e1e1e;

}

.blog-box-date .h5-title img {
    margin-right: 8px;
    vertical-align: sub;
}

.blog-box-shape img {
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 50%;
    transform: translate(-53%, 0);
    width: 580px;
    max-width: initial;
    pointer-events: none;
}

.limit-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Số dòng muốn giới hạn */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*==========Blog Section CSS End==========*/

/*==========Brands Section CSS==========*/
.brand-title {
    font-family: "Lacatina", sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 3rem;
    color: #5a1a1a;
    text-align: center;
    position: relative;
    z-index: 2;
}

.brands-section {
    background-color: #000;
}

.brands-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75px;
    width: 30%;
    height: 100%;
    background: linear-gradient(to left,
            rgba(255 255 255 / 0%) 0%,
            #171717 75%);

    z-index: 2;
    pointer-events: none;
}

.brands-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: -75px;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(255 255 255 / 0%) 0%,
            #171717 75%);
    z-index: 2;
    pointer-events: none;
}

/*==========Brands Section CSS End==========*/

/*==========Shop Now Section CSS==========*/

.shop-now-text {
    padding-left: 30px;
}

.shop-now-btn {
    margin-top: 25px;
}

.shop-sec-bottle {
    position: relative;
    height: 100%;
}

.shop-sec-bottle img {
    position: absolute;
    top: 50%;
    right: 65%;
    transform: translate(0, -50%) rotate(90deg);
    max-width: 280px;
}

/*==========Shop Now Section CSS End==========*/

/*==========Footer CSS==========*/

.site-footer {
    padding: 110px 0 40px;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.site-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/footer-shape.png");
    background-repeat: repeat;
    opacity: 0.35;
}

.site-footer:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 110px;
    -webkit-mask-image: url("../images/banner-bottom-shape.png");
    z-index: 0;
    background-color: #161616;
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    transform: scale(1, -1);
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-social {
    margin-top: 40px;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 16px;
}

.footer-social ul li a {
    font-size: 24px;
    color: var(--white-color);
    transition: 0.3s;
}

.footer-social ul li a:hover {
    color: #B08D57;
}

.line-bottom {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8a8a8a;
    border-top: 1px solid #8a8a8a;
    padding: 5px;
}

.footer-menu ul li {

    display: inline-block;
    /* margin: 0 14px; */
    flex: 1;
    text-align: center;
}

.footer-menu ul li a {
    font-size: 20px;
    display: inline-flex;
    transition: 0.3s;
    font-family: "SaaSeriesVN", sans-serif;
}

.footer-menu ul li a:hover {
    color: var(--golden-color);
}

.footer-menu {
    margin-block: 50px;
    position: relative;
    padding: 15px 0;
}

.footer-menu ul {
    display: flex;
}

.bottom-footer-left p {
    margin: 0;
    font-size: 16px;
}

.bottom-footer-right ul li a {
    transition: 0.2s;
}

.bottom-footer-right ul li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.bottom-footer-right ul li:first-child {
    margin-left: 0;
}

.bottom-footer-right ul li:last-child {
    margin-right: 0;
}

.bottom-footer-right {
    text-align: right;
}

.bottom-footer-right ul li:after {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: var(--white-color);
    position: absolute;
    top: 50%;
    right: -14px;
    border-radius: 50%;
    opacity: 0.3;
}

.bottom-footer-right ul li:last-child:after {
    display: none;
}

.bottom-footer-right ul li a:hover {
    color: var(--golden-color);
}

.footer-wine-stains img {
    position: absolute;
    bottom: -40px;
    right: 89%;
    transform: rotate(-6deg);
    opacity: 0.2;
    filter: brightness(1) invert(1);
}

/*==========Footer CSS End==========*/

/*==========About Page CSS==========*/

.about-text .xl-title span {
    color: var(--secondary-color);
}

.our-story-img {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-mask: url(../images/team-mask.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    padding-bottom: 100%;
}

/*==========About Page CSS End==========*/

/*==========Product Single Page CSS==========*/

.product-thumbs .swiper-slide img {
    border: 2px solid transparent;
    object-fit: cover;
    cursor: pointer;
}

.product-thumbs .swiper-slide-active img {
    border-color: var(--secondary-color);
}

.product-left {
    overflow: hidden;
}

.product-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-product {
    padding-top: 180px;
}

.swiper-container.product-thumbs {
    margin-inline: -2px;
}

.product-gallery-button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #faf9f5;
    border-radius: 50%;
}

.product-info {
    padding-top: 30px;
    padding-left: 60px;
}

.product-info .h1-title {
    text-transform: capitalize;
    margin-bottom: 25px;
    font-size: 80px;
    line-height: 1.1;
}

.product-price {
    font-family: var(--body-font);
    color: var(--secondary-color);
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
}

.product-info-cart .quantity .qty {
    font-size: 16px;
    width: 55px;
    padding: 6px;
    height: 50px;
    border: none;
    outline: none !important;
    text-align: center;
    margin-right: -2px;
    box-shadow: var(--box-shadow);
}

.product-short-description {
    margin-top: 30px;
}

.product-short-description ul li {
    margin-bottom: 8px;
    font-weight: 300;
}

.product-short-description ul li b {
    margin-right: 5px;
    font-weight: 500;
    color: var(--primary-color);
}

.related-product .product-box {
    padding: 30px;
    background: rgb(255 255 255 / 80%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 2px solid rgb(211 211 211 / 30%);
}

.related-product .product-box-img img {
    width: 100px;
}

.posted_in {
    color: var(--primary-color);
    margin-bottom: 16px;
    display: block;
}

.posted_in a {
    text-decoration: underline !important;
    display: inline-block;
    color: var(--primary-color);
    transition: 0.3s;
}

.posted_in a:hover,
.shop-product-box-info .posted_in a:hover {
    color: var(--secondary-color);
}

.single-product-social-icon ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding-left: 7px;
}

.single-product-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin: 0 12px;
}

.single-product-social-icon {
    background: transparent;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    border: 1px solid var(--secondary-color);
}

.single-product-social-icon p {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--primary-color);
}

.single-product-social-icon ul li a {
    color: var(--secondary-color);
    transition: 0.3s;
    font-size: 18px;
}

.single-product-social-icon ul li a:hover {
    color: var(--primary-color);
}

.sticky-cart-content-left img {
    height: 70px;
    margin-right: 30px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 15%);
}

.sticky-cart-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sticky-cart-content-left {
    display: flex;
    align-items: center;
    padding-right: 30px;
}

.sticky-cart-block {
    position: fixed;
    bottom: -91px;
    z-index: 99;
    left: 0;
    width: 100%;
    background: rgb(249 248 246 / 80%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding-block: 10px;
    border-top: 1px solid rgb(33 37 41 / 15%);
    transition: 0.3s;
}

.sticky-cart-wine-name {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sticky-cart-content-right {
    display: flex;
    align-items: center;
}

.sticky-cart-content-right h2 {
    margin-bottom: 0;
    margin-right: 30px;
}

/*==========Product Single Page CSS End==========*/

/*==========Category Page CSS End==========*/

.product-category-img img {
    max-width: 120px;
}

.product-category-info .h2-title {
    margin-bottom: 32px;
}


.footer-menu ul li a:hover {
    color: #B08D57;
}

.footer-menu ul li a.active {
    color: #1e1e1e !important;
    font-weight: bold;
}

/*==========Category Page CSS==========*/

/*==========Single Category Page CSS==========*/

.category-product-box-img img {
    width: 80px;
}

.category-product-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.category-product-box-left {
    flex: 1;
    padding-inline: clamp(20px, 2.5vw, 40px);
}

.category-product-box-left .h3-title {
    font-size: clamp(30px, 2.5vw, 42px);
    line-height: 1.3;
    margin-bottom: clamp(10px, 1vw, 20px);
}

.category-product-box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

/*==========Single Category Page CSS End==========*/

/*==========Shop Page CSS==========*/

.shop-product-box-img img {
    /* width: 100px; */
    height: 350px;
    transition: all 0.45s cubic-bezier(1, -0.85, 0.73, 2.57);
}

/* Desktop lớn (≥1200px) */
@media (min-width: 1200px) {
    .shop-product-box-img img {
        height: 300px;
    }
}

/* Laptop / Desktop nhỏ (≥992px và <1200px) */
@media (max-width: 1199px) and (min-width: 992px) {
    .shop-product-box-img img {
        height: 250px;
    }

    .shop-product-box-info .product-name {
        font-size: 24px !important;
    }
}

/* Tablet ngang (≥768px và <992px) */
@media (max-width: 991px) and (min-width: 768px) {
    .shop-product-box-img img {
        height: 200px;
    }

    .shop-product-box-info .product-name {
        font-size: 24px !important;
    }
}

/* Tablet dọc và mobile lớn (≥576px và <768px) */
@media (max-width: 767px) and (min-width: 576px) {
    .shop-product-box-img img {
        height: 200px;
    }
}

/* Mobile nhỏ (<576px) */
@media (max-width: 575px) {
    .shop-product-box-img img {
        height: 150px !important;
    }
}

.shop-product-box-img {
    margin-bottom: 30px;
}

.shop-product-box-info .posted_in {
    font-size: 16px;
    line-height: normal;
}

.shop-product-box-info .posted_in a {
    text-decoration: none !important;
    color: var(--dark-color);
}

.shop-product-box .add-cart-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
}

.add-cart-btn {
    position: relative;
    width: 52px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    outline: none !important;
}

.add-cart-btn>svg {
    position: relative;
    z-index: 2;
}

.add-cart-btn .add-to-cart-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.add-cart-btn .add-to-cart-shape svg path {
    stroke-dashoffset: 0;
    transition: var(--transition);
}

.add-cart-btn:hover .add-to-cart-shape svg path {
    stroke-dashoffset: 176px;
}

.shop-product-box {
    position: relative;
    border: 1px solid var(--border-color);
    padding: 30px;
    transition: 0.3s;
}

.shop-product-box-info .product-name {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 6px;
    font-family: "Lacatina", sans-serif;
    text-transform: none;
    color: #5a1a1a;
    display: block;
    font-weight: 300;
}

.shop-product-box-info .product-name:hover {
    color: var(--secondary-color);
}

.shop-product-box:hover {
    box-shadow: 0 -8px 32px 0 rgba(var(--secondary-overlay-color), 5%);
    background: var(--light-bg);
}

.shop-product-box-info .product-box-price {
    color: #5a1a1a;
    font-size: 24px;
}

.shop-product-box:hover .shop-product-box-img img {
    transform: rotate(6deg);
}

.text_cart {
    color: #B08D57;
    font-weight: bold;
    font-family: "SaaSeriesVN", sans-serif;
}

.text_cart_category {
    color: #8a8a8a;
    font-weight: 300;
    font-size: 14px;
    font-family: 'SaaSeriesVN', sans-serif;
}

/*==========Shop Page CSS End==========*/

/*==========Cart Page CSS==========*/

.cart-items-box {
    box-shadow: 5px 5px 30px rgb(0 0 0 / 5%);
    padding: 15px 100px 15px 30px;
    border: 2px solid rgb(204 204 204 / 50%);
    position: relative;
    margin-bottom: 20px;
}

.cart-items-box ul {
    display: flex;
    align-items: center;
}

.cart-items-box .cart-items-img {
    margin-right: 40px;
}

.cart-items-box .cart-items-img img {
    width: 35px;
}

.cart-items-box .cart-product-name {
    width: 55%;
}

.cart-items-box ul li a {
    color: var(--primary-color);
    font-size: 26px;
    line-height: 36px;
    transition: 0.3s;
    text-transform: capitalize;
    font-family: var(--title-font);
    display: inline-block;
}

.cart-items-box ul li a:hover {
    color: var(--secondary-color);
}

.cart-product-name .posted_in {
    margin: 0;
}

.cart-product-name .posted_in a {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-font);
    margin: 0 !important;
}

.cart-items-box .cart-product-price span {
    font-size: 18px;
    font-weight: bold;
    color: var(--white-color);
}

.cart-items-box .cart-product-quantity {
    margin-inline: 30px;
}

.cart-items-box .product-remove {
    position: absolute;
    right: 30px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-remove button {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    outline: none !important;
}

.product-remove button svg path {
    transition: 0.3s;
}

.product-remove button:hover svg path {
    fill: var(--red-color);
}

.cart-product-quantity .custom-quantity {
    display: flex;
}

.cart-item-total {
    display: flex;
    justify-content: space-between;
    /* đẩy giá sang trái, nút xóa sang phải */
    align-items: center;
    /* căn giữa theo chiều dọc */
    gap: 10px;
    /* khoảng cách giữa giá và nút */
}

.cart-item-total span {
    font-weight: bold;
}

.table-dark {
    background-color: #1c1c1c !important;
    /* nền xám đậm */
}

.cart-table {
    background-color: #1c1c1c !important;
    /* nền xám đậm */
    border-radius: 8px;
    overflow: hidden;
}

.cart-table thead {
    background-color: #B08D57;
    /* màu thương hiệu */
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cart-table tbody tr {
    border-bottom: 1px solid #333;
}

.cart-table tbody tr:hover {
    background-color: #2a2a2a;
}

.rating-input {
    cursor: pointer;
}

.remove-item-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.custom-quantity input[type="number"] {
    transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    box-shadow: none;
    outline: none;
    width: 50px;
    height: 34px;
    text-align: center;
    float: right;
    border: 2px solid rgb(204 204 204 / 50%);
    background-color: var(--white-color);
    color: var(--primary-color);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 5%);
    border-radius: 50%;
}

.custom-quantity input[type="number"]:hover {
    border-color: rgb(114 6 6 / 20%);
}

.quantity-button {
    width: 39px;
    height: 34px;
    display: inline-block;
    float: right;
    position: relative;
    cursor: pointer;
}

.quantity-button::before,
.quantity-button::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    content: "";
    width: 14px;
    height: 2px;
    background-color: var(--dark-color);
    display: block;
}

.quantity-remove::after {
    display: none;
}

.quantity-add::after {
    transform: rotate(90deg);
}

.shop-cart-info {
    margin-bottom: 30px;
}

.cart-sub-title {
    margin-bottom: 5px;
}

.cart-bottom-row {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.continue-shopping-link svg {
    margin-left: 0;
    margin-right: 5px;
}

.continue-shopping-link:hover svg {
    margin-left: 0;
    margin-right: 8px;
}

.form-box {
    padding: 30px;
    border: 1px solid var(--border-color);
}

.form-box .md-title {
    text-transform: uppercase;
}

.shop-table {
    width: 100%;
    margin-bottom: 30px;
}

.shop-table tr th {
    padding: 15px 0;
    font-family: var(--title-font);
    color: var(--primary-color);
    font-size: 19px;
    font-weight: 500;
}

.shop-table tr {
    border-bottom: 2px dotted var(--border-color);
}

.cart-subtotal th span {
    display: block;
    margin-bottom: 7px;
}

.shop-table tbody tr:last-child {
    border: none;
}

.shop-table tr td {
    text-align: right;
}

span.cart-amount {
    font-size: 20px;
    color: var(--secondary-color);
}

.cart-coupon {
    display: flex;
}

.cart-coupon .sec-btn {
    margin-left: 20px;
}

/*==========Cart Page CSS End==========*/

/*==========Wishlist Page CSS==========*/

.wishlist-box-img img {
    width: 60px;
}

.wishlist-box {
    display: flex;
    align-items: center;
    position: relative;
}

.wishlist-box-text {
    padding-left: 50px;
    flex: 1;
}

.wishlist-box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.wishlist-box-bottom h4 {
    margin: 0;
}

.remove-wishlist-button {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
}

.wishlist-box-top {
    padding-right: 60px;
}

.wishlist-box-top .posted_in {
    margin-bottom: 4px;
}

/*==========Wishlist Page CSS End==========*/

/*==========Wine Makers Page CSS==========*/

.wine-makers-img {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url(../images/team-mask.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.wine-makers-text {
    padding-inline: 30px;
}

.wine-makers-info {
    margin-bottom: 60px;
}

.wine-makers-info:last-of-type {
    margin: 0;
}

/*==========Wine Makers Page CSS End==========*/

/*==========Contact Page CSS==========*/

.contact-section {
    margin-inline: 65px;
}

.contact-map {
    position: relative;
    height: 680px;
}

.contact-map iframe {
    width: calc(100% + 77px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    filter: grayscale(0.5);
}

.contact-info ul {
    display: flex;
    justify-content: flex-end;
}

.contact-info ul li {
    position: relative;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px dashed var(--border-color);
}

.contact-info {
    margin-top: 60px;
}

.contact-info ul li a {
    transition: 0.3s;
    /* color: var(--primary-color); */
    line-height: 26px;
    display: inline-block;
}

.contact-info ul li a:hover {
    color: var(--secondary-color);
}

.contact-info ul li:last-child {
    margin-right: 0;
    border: none;
    padding-right: 0;
    margin-bottom: 0;
}

.contact-right {
    padding-inline: clamp(15px, 7vw, 200px);
}

.contact-right .xl-title {
    margin-bottom: 30px;
}

/*==========Contact Page CSS End==========*/

/*==========Blog Single Page CSS==========*/

.blog-single-post {
    padding: 200px 0 80px;
}

.blog-single-banner-img {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.blog-post-img-wp {
    position: relative;
    height: 85vh;
    min-height: 620px;
    margin-block: 50px;
}

.blog-post-img {
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    width: calc(100% + 16vw);
    height: 100%;
}

.blog-info {
    padding-top: 50px;
}

.blog-left-part ul li {
    margin-bottom: 8px;
    padding-right: 20px;
}

.blog-left-part ul {
    list-style: disc;
    padding-left: 22px;
    column-count: 2;
    margin-block: 20px;
}

.blog-left-part ul li::marker {
    color: var(--secondary-color);
}

.blog-post-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-author-img {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url(../images/team-mask.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.blog-author-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.blog-author-text b {
    opacity: 0.4;
}

.blog-author-text h4 {
    margin-bottom: 2px;
}

.blog-banner-text .h1-title {
    margin-bottom: 20px;
}

.blog-banner-text {
    margin-bottom: 40px;
}

.blog-post-img.blog-post-left-img {
    right: auto;
    left: 0;
}

/*==========Blog Single Page CSS End==========*/

/*==========404 Page CSS ==========*/

.not-found-text h1 {
    font-size: clamp(80px, 18vw, 290px);
    line-height: 0.8;
    margin-bottom: 50px;
}

.not-found-text .h2-title {
    margin-bottom: 40px;
    font-size: clamp(40px, 5.5vw, 80px);
    line-height: 1.1;
    text-transform: capitalize;
}

.not-found.section {
    padding-top: 230px;
}

.not-found-content {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    align-items: center;
}

.not-found-text {
    padding-right: 50px;
}

.not-found-img {
    padding-bottom: 134%;
    background-size: cover;
    background-position: center;
    box-shadow: var(--box-shadow);
    background-repeat: no-repeat;
}

/*==========404 Page CSS End==========*/

/*==== Inner-page css====*/

.inner-page-text {
    padding: 60px 0;
}

.privacy-content p {
    margin-bottom: 15px;
}

.privacy-content ol,
.privacy-content ul {
    padding: 0;
    margin: 0 0 1.5em 1em;
}

.privacy-content ol li,
.privacy-content ul li {
    margin-bottom: 10px;
    list-style: decimal;
}

.privacy-content a {
    transition: 0.3s;
    color: var(--primary-color);
}

.privacy-content a:hover {
    color: var(--dark-color);
}

.privacy-content .sec-head {
    padding: 0;
    margin-bottom: 12px;
}

.privacy-content a {
    transition: 0.3s;
    color: var(--primary-color);
    text-decoration: underline !important;
}

/*==== Inner-page css end ====*/

/*==========Scroll To Top CSS==========*/

.scrolltotop {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 5;
    transition: 0.3s;
}

.scrolltotop:hover {
    bottom: 60px;
}

/*==========Scroll To Top CSS End==========*/

/*==========Search Form CSS==========*/

.search-form-wp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: rgb(255 255 255 / 80%);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    padding-inline: 15px;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.3s;
}

.search-form {
    max-width: 780px;
    width: 100%;
    position: relative;
}

.search-form button {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding: 0;
}

.search-form .form-input {
    padding-right: 40px;
    height: 100px;
    color: #B08D57;
    font-size: 44px;
    font-weight: 300;
    letter-spacing: -1px;
    border-width: 2px;
}

.close-button {
    position: absolute;
    transform: rotate(45deg);
    top: 30px;
    right: 30px;
}

.search-form-wp.open-search-form {
    transform: scaleY(1);
}

.search-form.for-mob {
    display: none;
}

/* Hiển thị form mobile khi ở màn hình nhỏ (ví dụ < 768px) */
@media (max-width: 767px) {
    .search-form.for-mob {
        display: flex;
        /* hoặc block tùy layout */
    }

    .header-search {
        display: none;
        /* ẩn form desktop khi mobile */
    }
}

/*==========Search Form CSS End==========*/

/*==========Cart Sidebar CSS==========*/

.cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    height: 100%;
    background: var(--dark-bg);
    padding: 30px;
    width: 400px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 5px 30px rgb(0 0 0 / 6%);
    transform: translate(100%, 0);
    transition: var(--transition);
}

.cart-sidebar-list ul li {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(33 37 41 / 15%);
}

.cart-sidebar-list ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.cart-sidebar-img {
    display: inline-block;
    width: 40px;
}

.cart-sidebar-right {
    margin-left: 30px;
    padding-top: 10px;
    display: block;
    width: 100%;
}

.cart-sidebar-right a {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
    display: block;
    width: 100%;
    transition: 0.3s;
}

.cart-sidebar-right a:hover {
    color: var(--golden-color);
}

.cart-sidebar-list .product-remove {
    position: absolute;
    right: 0;
    top: 0;
}

.cart-sidebar-list .cart-product-price span {
    font-size: 24px;
    font-family: var(--title-font);
    /* color: var(--white-color); */
}

.cart-sidebar-list .cart-product-price {
    display: flex;
    justify-content: space-between;
}

.cart-sidebar-button-wp {
    display: flex;
    margin-inline: -5px;
}

.cart-sidebar-button-wp .sec-btn {
    flex: 1;
    min-width: auto;
    margin-inline: 5px;
}

.cart-sidebar-list {
    overflow-x: auto;
    max-height: 100%;
    padding-right: 15px;
    margin: 10px -20px auto 0;
}

.cart-sidebar-bottom-content {
    margin-top: 20px;
    border-top: 1px solid rgb(33 37 41 / 15%);
    padding-top: 20px;
}

.cart-sidebar-subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cart-sidebar-subtotal span {
    text-transform: capitalize;
}

.cart-sidebar-subtotal b {
    font-weight: 500;
    color: var(--golden-color);
    font-size: 24px;
}

.cart-sidebar-top-content .md-title {
    text-transform: uppercase;
}

.cart-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: var(--primary-color);
    opacity: 0.5;
    transform: translate(-100%, 0) scaleX(0);
    transition: 0.8s;
    transform-origin: right;
    cursor: url(../images/close-icon.svg), pointer;
}

.cart-sidebar.open-cart-sidebar .cart-sidebar-overlay {
    transform: translate(-100%, 0) scaleX(1);
}

/* width */

.cart-sidebar-list::-webkit-scrollbar {
    width: 3px;
}

/* Track */

.cart-sidebar-list::-webkit-scrollbar-track {
    background: var(--dark-color);
}

/* Handle */

.cart-sidebar-list::-webkit-scrollbar-thumb {
    background: var(--golden-color);
}

.cart-sidebar.open-cart-sidebar {
    transform: translate(0, 0);
}

/*==========Cart Sidebar CSS End==========*/

/*==========Page Loader CSS==========*/

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: rgb(26, 26, 26);
    z-index: 9999;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.page-loader-content {
    position: relative;
}

.loader {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 44px;
    height: 20px;
    display: flex;
    justify-content: space-between;
}

.loader .loader-dot {
    width: 8px;
    height: 8px;
    background: var(--white-color);
    border-radius: 50%;
}

.loader .loader-dot:nth-child(1) {
    -webkit-animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}

.loader .loader-dot:nth-child(2) {
    -webkit-animation: dot-jump 0.5s 0.2s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s 0.2s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}

.loader .loader-dot:nth-child(3) {
    -webkit-animation: dot-jump 0.5s 0.4s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s 0.4s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}

@keyframes dot-jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/*==========Page Loader CSS End==========*/

/*==========Responsive Start==========*/

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation .menu li:hover>ul,
    .main-navigation .menu li.focus>ul {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    .main-navigation .menu ul li:hover>ul,
    .main-navigation .menu ul li.focus>ul {
        left: auto;
    }

    .main-navigation .menu li a:hover,
    .main-navigation .menu .dropdown-items:hover>a,
    .main-navigation .menu li .active-menu,
    .main-navigation .menu li .header-active-menu,
    .main-navigation .menu .sub-menu li .active-sub-menu,
    .main-navigation .menu .sub-menu .header-active-sub-menu {
        font-weight: 600;
        color: #5a1a1a;
        z-index: 2;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1368px;
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }

    p,
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 18px;
        line-height: 32px;
    }

    .reviews-slider {
        width: calc(100% + 25vw);
        padding-right: 30vw;
    }

    .map {
        width: 200%;
    }
}

@media (max-width: 1499px) {
    .product-box-img img {
        width: 120px;
    }

    .scrolltotop {
        right: 15px;
    }

    .wine-makers-text {
        padding: 0;
    }

    .contact-info ul li {
        margin-right: 20px;
        padding-right: 20px;
    }

    .contact-info ul li a {
        font-size: clamp(12px, 1.4vw, 16px);
    }
}

@media (max-width: 1399px) {
    .h3-title {
        font-size: 26px;
        line-height: 36px;
    }

    .h4-title {
        font-size: 24px;
        line-height: 34px;
    }

    .h2-title {
        font-size: 2.5rem;
        line-height: 70px;
    }

    .xl-title {
        font-size: 60px;
        line-height: 65px;
    }

    .shop-sec-bottle img {
        right: 70%;
    }

    .main-banner {
        padding-block: 280px 170px;
    }

    .wine-bottle img {
        width: 200px;
    }

    .section {
        /* padding-block: 60px; */
    }

    .about-img {
        height: 450px;
    }

    .team-img {
        height: 360px;
    }

    .explore-more-link {
        font-size: 15px;
    }

    .explore-more-link svg {
        width: 22px;
    }

    .sec-title-number {
        font-size: 80px;
        line-height: 60px;
        margin-bottom: 0;
    }

    .product-box-img img {
        width: 100px;
    }

    .count-icon img {
        height: 180px;
    }

    .sec-text .h2-title {
        font-size: 50px;
        line-height: 65px;
    }

    .scrolltotop {
        bottom: 210px;
        right: 40px;
    }

    .scrolltotop:hover {
        bottom: 220px;
    }

    .product-info {
        padding-left: 30px;
    }

    .cart-items-box .cart-product-quantity {
        margin-inline: 15px;
    }

    .cart-items-box {
        padding: 15px 78px 15px 30px;
    }
}

@media (max-width: 1199px) {
    .main-banner {
        padding-block: 230px 140px;
        min-height: auto;
    }

    .banner-text {
        padding: 0;
    }

    .h1-title {
        margin-bottom: 30px;
    }

    .h3-title:not(.wishlist-box-top .h3-title,
        .category-product-box-left .h3-title) {
        font-size: 22px;
        line-height: 30px;
    }

    .wine-bottle img {
        top: -50px;
    }

    .about-text {
        padding-left: 30px;
        padding-top: 0;
    }

    .h2-title {
        font-size: 70px;
        line-height: 70px;
    }

    p,
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 16px;
        line-height: 30px;
    }

    .team-img {
        height: 290px;
    }

    .team-info h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .product-box-bottom {
        margin-top: 10px;
    }

    .product-box-price {
        font-size: 30px;
    }

    .product-box-bottom .add-cart-btn {
        transform: scale(0.8);
        transform-origin: right;
    }

    .shop-sec-bottle img {
        max-width: 200px;
        right: 56%;
    }

    .product-box-img img,
    .related-product .product-box-img img {
        width: 80px;
    }

    .counting {
        font-size: 40px;
    }

    .fluid-section {
        margin-inline: clamp(15px, 2vw, 75px);
    }

    .not-found-text {
        padding-right: 30px;
    }

    .shop-product-box {
        padding: 30px 15px;
    }

    .shop-product-box-info .product-name {
        min-height: 85px;
        display: -webkit-box;
        /* -webkit-line-clamp: 2; */
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 0;
    }

    .shop-product-box-info .posted_in {
        margin-bottom: 3px;
    }

    .shop-product-box-img img {
        height: 200px;
    }

    .shop-product-box-img {
        margin-top: 40px;
    }

    .product-info .h1-title {
        font-size: 75px;
    }

    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 18px;
    }

    .category-product-box-img img {
        width: 65px;
    }

    .cart-items-box {
        padding: 10px 60px 10px 20px;
    }

    .cart-items-box .cart-items-img {
        margin-right: 25px;
    }

    .cart-product-name .posted_in {
        font-size: 14px;
    }

    .cart-items-box ul li a {
        font-size: 24px;
        line-height: 30px;
    }

    .cart-items-box .product-remove {
        right: 20px;
    }

    .form-box {
        padding: 15px;
    }

    .wishlist-box-top .posted_in {
        font-size: 15px;
    }

    .contact-right {
        padding-inline: clamp(15px, 2vw, 200px);
    }

    .contact-info ul li {
        margin-right: 10px;
        padding-right: 10px;
    }

    .contact-section {
        margin-inline: 15px;
    }
}

@media (max-width: 991px) {
    .for-des {
        display: none !important;
    }

    .for-mob {
        display: block !important;
    }

    .for-des-flex {
        display: flex !important;
    }

    .for-mob-flex {
        display: none !important;
    }

    .site-header.sticky_head .header-logo {
        width: 80px;
    }

    .header-logo img {
        width: 100%;
    }

    .site-header.sticky_head .header-wrapper {
        height: 60px;
    }

    .menu-toggle {
        position: absolute;
        top: 50%;
        left: 10px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 30px;
        height: 30px;
        padding: 0;
        z-index: 101;
        transform: translate(0, -50%);
        transition: 0.3s;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 3px;
        background: var(--primary-color);
        margin-bottom: 5px;
        transition: 0.3s;
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 8px;
    }

    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
    }

    .toggled .header-menu {
        transform: translatey(0);
    }

    .header-menu {
        height: calc(100vh + 30px);
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        padding-top: max(10vh, 60px);
        padding-inline: max(6vh, 15px);
        padding-bottom: 30px;
        z-index: 100;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto;
        transform: translatey(-100%);
        background: #f6f5f2;
    }

    .main-navigation .menu li {
        display: block;
        float: none;
        margin: 0;
    }

    .main-navigation .menu li.dropdown-open {
        margin-bottom: clamp(15px, 4vh, 6vh);
    }

    .main-navigation .menu li a {
        display: inline-block;
        font-size: max(18px, 2vh);
        margin: 0;
        font-weight: bold;
    }

    .main-navigation .menu .dropdown-items.dropdown-open .sub-menu {
        display: block;
        margin-top: 12px;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    .main-navigation .menu .dropdown-items .for-mob {
        position: absolute;
        top: 0;
        right: 0;
        transition: 0.3s;
        width: 30px;
        height: 30px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 2;
    }

    .main-navigation .menu .dropdown-items.dropdown-open .for-mob {
        transform: rotate(180deg);
    }

    .header-main.header-top {
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 2;
        display: block;
        padding-inline: 10px;
        border-bottom: 1px solid rgb(0 48 73 / 15%);
    }

    .site-header {
        justify-content: center;
        border-bottom: 1px solid rgb(0 48 73 / 8%);
    }

    .site-header.header-toggled {
        top: 0 !important;
    }

    .site-header .ani-line {
        display: none;
    }

    .header-main.header-bottom {
        display: block;
        margin: 0;
        position: relative;
        height: 60px;
        margin-top: 37px;
    }

    .header-logo {
        position: absolute;
        top: 50%;
        left: 30px;
        max-width: 200px;
        z-index: 2;
        transform: translate(0, -50%);
    }

    .header-logos {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        text-align: center;
    }

    .header-right {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translate(0, -50%);
        z-index: 2;
    }

    .main-navigation {
        display: block;
        height: 100%;
    }

    .header-search {
        display: none;
    }

    span.button-shape {
        display: none;
    }

    .main-navigation .menu .sub-menu li a {
        color: var(--dark-color);
    }

    .main-navigation .menu .sub-menu li a {
        padding: 0;
        font-size: 16px;
    }

    .main-navigation .menu .sub-menu {
        background: transparent;
        box-shadow: none;
        margin-left: 10px;
        position: unset;
        width: auto;
        padding: 0;
        display: none;
    }

    .main-navigation .menu .dropdown-items.dropdown-open>a,
    .main-navigation .menu li .header-active-menu {
        color: var(--secondary-color);
    }

    .main-navigation .menu li a:hover,
    .main-navigation .menu li .active-menu,
    .main-navigation .menu .sub-menu li .active-sub-menu,
    .main-navigation .menu .sub-menu .header-active-sub-menu {
        color: inherit;
    }

    .main-navigation .menu .sub-menu li {
        margin-bottom: max(8px, 3vh);
    }

    .main-navigation .menu .sub-menu li a:hover,
    .main-navigation .menu .sub-menu .header-active-sub-menu {
        background: transparent;
        padding-left: 18px;
    }

    .main-navigation .menu .sub-menu li a:hover:after,
    .main-navigation .menu .sub-menu .header-active-sub-menu:after {
        left: 0;
    }

    .search-form .form-input {
        width: 100%;
        height: 60px;
        font-size: 22px;
        padding-right: 30px;
    }

    .search-form {
        max-width: 100%;
    }

    .header-top-left {
        display: none;
    }

    .header-list li a {
        color: var(--dark-color);
        display: inline-flex;
    }

    .header-list li {
        flex: 1;
        margin-right: 0;
        text-align: center;
        padding: 6px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid rgb(0 48 73 / 15%);
    }

    /* .cart-sidebar-button {
        transform: scale(0.9);
    } */

    /* .shopping-value {
        transform: scale(0.9);
        top: -6px;
        right: -16px;
    } */

    .main-navigation.toggled .menu-toggle {
        margin-top: -30px;
    }

    .header-list li a:hover {
        transform: scale(1.05);
    }

    .main-banner {
        padding-block: 160px clamp(180px, 35vw, 300px);
    }

    .wine-bottle img {
        width: clamp(100px, 16vw, 180px);
    }

    .wine-bottle {
        margin-top: 100px;
        margin-left: clamp(-80px, -30vw, -100px);
    }

    .banner-text {
        text-align: center;
    }

    .banner-text .sub-title:after {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .banner-btn {
        flex-direction: column;
    }

    .banner-bottle-price {
        margin-left: 0;
        margin-top: 15px;
    }

    .wine-bottle:after {
        width: clamp(300px, 55vw, 500px);
        height: clamp(300px, 55vw, 500px);
    }

    .main-banner:after,
    .inner-banner:after {
        -webkit-mask-size: 100%;
    }

    .banner-text .sub-title {
        margin-bottom: 15px;
    }

    .about-img {
        padding-bottom: 80%;
        height: auto;
        margin-bottom: 20px;
    }

    .product-row .col-lg-4:nth-child(2n + 1) .underline-text.underline-right,
    .product-row .col-lg-4:nth-child(2n + 1) .underline-text.underline-top:not(.product-row .col-lg-4:nth-child(-n + 2) .underline-text.underline-top),
    .product-row .col-lg-4:nth-child(2n + 2) .underline-text.underline-top:not(.product-row .col-lg-4:nth-child(-n + 2) .underline-text.underline-top) {
        display: none !important;
    }

    .product-row .col-lg-4:nth-child(3n + 2) .underline-text.underline-left,
    .product-row .col-lg-4:nth-child(3n + 2) .underline-text.underline-right,
    .product-row .col-lg-4:nth-child(3n + 4) .underline-text.underline-top,
    .product-row .col-lg-4:nth-child(3n + 5) .underline-text.underline-top,
    .product-row .col-lg-4:nth-child(3n + 6) .underline-text.underline-top {
        display: block;
    }

    .sec-left-img img,
    .sec-right-img img {
        position: unset;
    }

    .mountant-img {
        text-align: center;
        padding-inline: 30px;
        margin-bottom: 40px;
    }

    .sec-text {
        max-width: 100%;
    }

    .fluid-section {
        margin-inline: 30px;
    }

    .count-section .underline-text {
        display: none;
    }

    .count-box {
        margin-block: 0;
        margin-top: 30px;
    }

    .count-icon {
        margin-bottom: 30px;
    }

    .team-img {
        height: 310px;
    }

    .section.newsletter-section {
        padding: 0;
    }

    .newsletter-right-shape img,
    .newsletter-left-shape img {
        top: 0;
    }

    .testimonial-section-bg .container {
        padding: 0;
    }

    .shop-sec-bottle img {
        display: none;
    }

    .bottom-footer-left,
    .bottom-footer-right {
        text-align: center;
    }

    .bottom-footer-left {
        margin-bottom: 10px;
    }

    .scrolltotop {
        bottom: 30px;
        right: 30px;
    }

    .scrolltotop:hover {
        bottom: 40px;
    }

    .product-box-shape {
        width: 80%;
        transform: translate(-50%, -60%);
    }

    .blog-box {
        margin-bottom: 15px;
        max-width: 440px;
        margin-inline: auto;
    }

    .banner-shape img {
        display: none;
    }

    .about-text,
    .shop-now-text {
        padding: 0;
    }

    .two-col-sec .container-fluid {
        max-width: 720px;
    }

    .form-box {
        padding: 20px;
    }

    label {
        font-size: 14px;
    }

    .form-input,
    select {
        height: 40px;
    }

    .inner-banner {
        padding: 100px 0 0px;
    }

    .wine-makers-img {
        margin-bottom: 20px;
    }

    .section.wine-makers-section {
        padding-top: 60px;
    }

    .not-found.section {
        padding-top: 170px;
    }

    .section.process-section {
        padding-bottom: 0;
    }

    .section.section-pb-lg-0 {
        padding-bottom: 0;
    }

    .product-info {
        padding-left: 0;
    }

    .breadcrumb {
        margin: 0;
    }

    .gallery-slider-img {
        padding-bottom: clamp(30%, 50vw, 60%);
        min-height: 210px;
    }

    .cart-totals {
        margin-top: 30px;
    }

    .shop-table {
        margin-bottom: 10px;
    }

    .order-box {
        margin-top: 30px;
    }

    .md-title {
        font-size: clamp(30px, 3vw, 40px);
        line-height: 1.4;
    }

    .blog-single-post {
        padding: 130px 0 40px;
    }

    .blog-single-banner-img {
        height: auto;
        padding-bottom: 100%;
    }

    .blog-single-banner-img-wp {
        padding-inline: 15px;
        margin-inline: 15px;
    }

    .h1-title,
    .product-info .h1-title {
        font-size: clamp(60px, 7vw, 80px);
        line-height: 1.3;
    }

    .blog-post-date .h4-title {
        font-size: 20px;
    }

    .blog-post-date .h4-title img {
        width: 28px;
        margin-right: 6px;
    }

    .blog-info {
        padding-top: 30px;
    }

    .blog-post-img-wp {
        min-height: auto;
        height: clamp(220px, 50vw, 500px);
        margin-block: 30px;
    }

    .blog-author-img {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .blog-author-text h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .blog-author-text b {
        font-size: 17px;
    }

    blockquote {
        margin-inline: clamp(15px, 5vw, 40px);
        margin-bottom: 40px;
        padding-top: clamp(20px, 6vw, 50px);
    }

    blockquote p {
        font-size: clamp(20px, 4vw, 30px);
        line-height: 1.85;
    }

    blockquote:before {
        font-size: clamp(80px, 25vw, 90px);
    }

    blockquote b {
        font-size: 16px;
    }

    .blog-left-part ul {
        column-count: 1;
    }

    .blog-left-part ul li {
        padding: 0;
        margin-bottom: 10px;
    }

    .blog-left-part ul li:last-child {
        margin: 0;
    }

    .contact-right {
        padding-inline: 0;
        margin-bottom: 40px;
    }

    .contact-map {
        padding-bottom: 80%;
        height: auto;
        min-height: 300px;
    }

    .contact-info ul {
        display: block;
    }

    .contact-info ul li {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    .contact-info ul li {
        margin-bottom: 18px;
    }

    .contact-info ul li .h4-title {
        /* margin: 0; */
    }

    .contact-info {
        margin-top: 40px;
    }

    .contact-right .xl-title {
        margin-bottom: 14px;
    }

    .contact-map iframe {
        width: 100%;
    }

    .product-info .h1-title {
        margin-bottom: 15px;
    }

    .sticky-cart-content-left img {
        margin-right: 15px;
    }

    .sticky-cart-wine-name {
        font-size: 24px;
    }

    .sticky-cart-content-right .sec-btn.lg-btn {
        min-width: 220px;
    }

    .sticky-cart-block {
        padding: 0;
        border: none;
    }

    .sticky-cart-block .fluid-section {
        margin: 0;
    }

    .contact-info ul li a {
        font-size: 16px;
    }

    .our-story-img {
        margin-bottom: 40px;
    }

    .header-top {
        display: none !important;
    }

    .header-menu .for-mob {
        display: block !important;
        padding-inline: 10px;
    }

    .header-menu .for-mob .header-list {
        margin-top: 20px;
        border-top: 1px solid rgba(0, 48, 73, 0.15);
        padding-top: 20px;
        display: flex;
        justify-content: space-around;
    }
}

@media (max-width: 767px) {

    .h1-title,
    .product-info .h1-title {
        font-size: clamp(50px, 5vw, 80px);
    }

    .h2-title {
        font-size: 60px;
        line-height: 68px;
    }

    .sec-text .h2-title {
        font-size: 40px;
        line-height: 55px;
    }

    .gallery-slider {
        width: calc(100% + 20vw);
        padding-right: 15vw;
    }

    .newsletter-section {
        margin: 0 30px;
    }

    .testimonial-slider {
        width: calc(100% + 23vw);
    }

    .two-col-sec .container-fluid {
        max-width: 540px;
    }

    .product-box-info .posted_in {
        font-size: 14px;
    }

    .team-info h3 {
        margin-top: 0;
    }

    .team-img {
        height: 280px;
    }

    .team-box {
        margin-bottom: 10px;
    }

    .footer-menu ul li a {
        font-size: 16px;
    }

    .footer-menu ul li:first-child {
        margin-left: 0;
    }

    .footer-menu ul li:last-child {
        margin-right: 0;
    }

    .footer-menu ul li {
        margin: 0 10px;
    }

    .footer-logo {
        max-width: 240px;
        margin-inline: auto;
    }

    .site-footer {
        padding: 80px 0 40px;
        margin-top: 30px;
    }

    .site-footer:after {
        -webkit-mask-size: 100%;
    }

    .footer-menu {
        margin-block: 40px;
    }

    .newslatter-form .sec-btn {
        margin-top: 20px;
    }

    .newsletter-right-shape,
    .newsletter-left-shape {
        display: none;
    }

    .not-found-content {
        grid-auto-flow: dense;
        grid-template-columns: max-content;
    }

    .not-found-text {
        grid-column: 2;
        grid-row: 1;
        padding: 0;
    }

    .not-found-img {
        grid-column: 2;
        grid-row: 2;
        margin-top: 40px;
    }

    .not-found.section {
        padding-top: 140px;
    }

    .wine-stains {
        display: none;
    }

    .single-product {
        padding-top: 140px;
    }

    .product-category-img img {
        max-width: 100px;
    }

    .cart-items-box ul {
        display: block;
        text-align: center;
    }

    .cart-items-box .cart-product-quantity {
        margin: 0;
    }

    .cart-items-box {
        padding: clamp(15px, 1vw, 30px);
    }

    .cart-items-box .cart-items-img {
        margin: 0;
        margin-bottom: 22px;
    }

    .cart-items-box .cart-product-name {
        width: 100%;
    }

    .cart-items-box .product-remove {
        top: 15px;
        right: 15px;
        height: auto;
    }

    .cart-items-box .cart-items-img img {
        width: 45px;
    }

    .cart-product-quantity .custom-quantity {
        justify-content: center;
        margin-block: 22px;
    }

    .cart-bottom-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
    }
}

@media (max-width: 575px) {

    .container,
    .container-fluid {
        padding-inline: 30px;
    }

    .two-col-sec .container-fluid {
        max-width: 100%;
    }

    .h2-title,
    .xl-title,
    .sec-text .h2-title {
        font-size: 42px;
        line-height: 50px;
    }

    .sec-title-number {
        font-size: 60px;
        line-height: 50px;
    }

    .sec-title-shape {
        opacity: 0.4;
    }

    .sec-title-shape img {
        max-width: 100px;
    }

    .product-row .col-lg-4:nth-child(2n + 1) .underline-text.underline-right {
        display: block !important;
    }

    .product-row .col-lg-4:nth-child(2n + 2) .underline-text.underline-top {
        display: none !important;
    }

    .team-img {
        height: auto;
        padding-bottom: 100%;
    }

    .team-info h3 {
        margin-top: 20px;
    }

    .team-box {
        margin-bottom: max(30px, 7vw);
    }

    .section.newsletter-section {
        margin: 0;
    }

    .testimonial-box {
        padding: 50px 15px 20px;
    }

    .testimonial-shape {
        border-top: 40px solid #f6f5f2;
        border-left: 30px solid transparent;
    }

    .testimonial-author-name {
        font-size: 22px;
        line-height: 33px;
    }

    .testimonial-author-img {
        margin-right: 20px;
        min-width: 80px;
        min-height: 80px;
    }

    .scrolltotop svg {
        width: 20px;
    }

    .scrolltotop {
        bottom: 30px;
        right: 20px;
    }

    .bottom-footer-left p {
        font-size: 15px;
        line-height: 25px;
    }

    .bottom-footer-right ul li a {
        font-size: 16px;
    }

    .cart-sidebar-right {
        margin-left: 20px;
        padding-top: 15px;
    }

    .cart-sidebar-img {
        width: 30px;
    }

    .product-remove button svg {
        width: 17px;
    }

    .video-section:after {
        opacity: 8%;
    }

    .shop-product-box-info .product-name {
        font-size: 18px;
        line-height: 32px;
        min-height: auto;
        padding-bottom: 18px;
    }

    .product-box-price {
        font-size: 18px !important;
        font-weight: bold;
    }

    .single-product-social-icon {
        flex-direction: column;
        display: flex;
    }

    .single-product-social-icon p {
        margin-bottom: 10px;
    }

    .product-gallery-button {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
    }

    .product-gallery-button svg {
        width: 18px;
        height: 18px;
    }

    .product-category-img img {
        max-width: 80px;
    }

    .cart-coupon {
        display: block;
    }

    .cart-coupon .sec-btn {
        margin: 0;
        margin-top: 10px;
    }

    .wishlist-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .wishlist-box-top {
        padding: 0;
    }

    .wishlist-box-text {
        padding: 0;
    }

    .wishlist-box-bottom {
        margin-top: 30px;
    }

    .wishlist-box-img {
        margin-bottom: 30px;
    }

    .wishlist-box-bottom h2 {
        font-size: 30px;
        margin: 0;
    }

    .wishlist-box-top .h3-title {
        font-size: clamp(24px, 8vw, 34px);
    }

    .remove-wishlist-button {
        transform: scale(0.8);
        transform-origin: top right;
    }

    .posted_in {
        font-size: 15px;
    }

    .single-product-social-icon ul {
        padding: 0;
    }

    .product-box-img img,
    .related-product .product-box-img img {
        width: 60px;
    }

    .blog-box-date .h5-title {
        font-size: 16px;
    }

    .blog-box-date .h5-title img {
        width: 22px;
    }

    .brand-logo img {
        height: 120px;
    }

    .process-section-bg .container {
        padding: 0;
    }

    .contact-section {
        margin: 0;
    }

    .category-product-box-img img {
        width: 55px;
    }

    .category-product-box {
        align-items: self-start;
    }

    .category-product-box-img {
        position: relative;
        top: 10px;
    }
}

@media (max-width: 400px) {

    .container,
    .container-fluid {
        padding-inline: 15px;
    }

    .menu-toggle {
        right: 15px;
    }

    .header-logo {
        left: 15px;
        max-width: 170px;
    }

    .sub-title {
        padding-bottom: 6px;
        font-size: 18px;
        line-height: 28px;
    }

    .sec-title.mb-5 {
        margin-bottom: 20px !important;
    }

    .fluid-section {
        margin-inline: 0;
    }

    .mountant-img,
    .process-section-bg,
    .testimonial-section-bg {
        padding-inline: 15px;
    }

    .counting {
        font-size: 33px;
    }

    .count-icon img {
        height: 140px;
    }

    .h1-title,
    .product-info .h1-title {
        font-size: clamp(41px, 7vw, 80px);
        line-height: 1.3;
    }

    .h2-title,
    .xl-title,
    .sec-text .h2-title {
        font-size: 38px;
        line-height: 44px;
    }

    .testimonial-slider {
        width: calc(100% + 20vw);
    }

    .brand-logo img {
        height: 90px;
        object-fit: contain;
    }

    .sec-btn {
        padding: 9px 20px;
    }

    .cart-sidebar {
        padding: 20px 30px 30px 20px;
    }

    .close-button {
        top: 15px;
        right: 15px;
    }

    .search-form .form-input {
        font-size: 20px;
    }

    .section.product-section {
        margin-inline: 15px;
    }

    .process-section-bg {
        padding-inline: 15px;
    }

    .gallery-slider {
        margin-left: 15px;
    }

    .form-box {
        padding: 20px 15px;
    }

    .inner-banner-text .h1-title {
        margin-bottom: 10px;
    }

    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 15px;
    }

    .wine-makers-img {
        margin-bottom: 0;
    }

    .category-product-box {
        display: block;
    }

    .category-product-box-img {
        text-align: center;
        margin-bottom: 20px;
    }

    .category-product-box-left {
        padding: 0;
    }

    .explore-more-link {
        letter-spacing: 1px;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0.3rem;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 0.3rem;
    }
}

/*==========Responsive End==========*/

.quizques-value4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quizques-value div {
    transition: 0.3s ease all;
}

.quizques-value4 div {
    flex: 0 0 calc(50% - 5px);
    margin-bottom: 12px;
}

.quizques-value div {
    border: 1px solid #d1d1d1;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 1.15em;
}

.quizques-value>div:hover,
.quizques-value>div.active,
.quizques-value>div:checked {
    background-color: #B08D57;
    color: #fff;
    border-color: #B08D57;
    cursor: pointer;
}

.quizques-value-item span {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}

/* Mobile Responsive */

@media (max-width: 767px) {
    .sm-hidden {
        display: none !important;
    }
}

select.text-select {
    width: 100%;
    /* padding-left: 10px; */
    /* background-color: #111; */
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    color: #B08D57 !important;
    font-weight: bold !important;
    border: 1px solid #B08D57;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.custom-option.disabled {
    color: #aaa;
    cursor: default;
    pointer-events: none;
    /* QUAN TRỌNG: không cho click */
    background: #f9f9f9;
}


select.text-select option {
    /* background-color: #111; */
    color: #B08D57 !important;
}

/* Optional: add arrow icon using pseudo-element */
select.text-select::after {
    content: "▼";
    position: absolute;
    right: 10px;
    color: #B08D57 !important;
}

/* Fix for Firefox which may ignore inherited color */
select.text-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(172, 123, 78, 0.5);
    outline: none;
}

.product-filter {
    color: #1e1e1e;
}

.filter-group {
    margin-bottom: 25px;
}

.filter-title {
    font-family: "SaaSeriesVN", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-options button {
    background-color: transparent;
    border: 1px solid #8a8a8a88;
    color: #8a8a8a;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.filter-options button.active,
.filter-options button:hover {
    background-color: #B08D57;
    color: white;
    border-color: #B08D57;
}

.pagination-dots .page-link {

    background: transparent ! important;
    cursor: default;
    padding: 0.5rem 0.75rem;
    color: #6c757d ! important;
}


.product-detail-section {
    padding: 80px 0;
}

.product-detail-img-wrapper {
    position: relative;
    padding: 30px;
    border-radius: 10px;
}

.product-detail-main-img img {
    cursor: pointer;
    max-height: 500px;
    width: auto;
}

.product-detail-thumbnails .thumbnails-list {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.thumbnail-item {
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
}

.thumbnail-item.active {
    border-color: #5a1a1a;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-detail-info {
    padding-left: 30px;
}

.product-category a {
    color: #8a8a8a;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "SaaSeriesVN", sans-serif;
}

.product-title {
    font-family: "Lacatina", sans-serif;
    color: #0f0f0f;
    margin: 10px 0;
    font-size: 42px;
}

.product-price .price {
    font-family: "SaaSeriesVN", sans-serif;
    color: #5a1a1a !important;
    font-size: 34px;
    font-weight: 400 !important;
    /* font-weight: bold; */
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stars {
    color: #ffc107;
}

.rating-count {
    font-family: "SaaSeriesVN", sans-serif;
    color: #777;
    font-size: 24px;

}

.product-description {
    margin: 20px 0;
    line-height: 1.6;
}

.product-meta {
    margin: 20px 0;
}

.meta-item {
    display: flex;
    margin-bottom: 10px;
}

.meta-label {
    font-weight: bold;
    min-width: 120px;
    color: #8a8a8a;
    font-family: "SaaSeriesVN", sans-serif;
}

.meta-value {
    color: #8a8a8a;
    font-family: "SaaSeriesVN", sans-serif;
}

.product-actions {
    display: flex;
    flex-direction: column;
}

.quantity-selector label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #8a8a8a;
    font-family: "SaaSeriesVN", sans-serif;
}

.quantity-controls {
    display: flex;
    align-items: center;
}

.qty-btn {
    width: 40px;
    height: 40px;
    background: #f4efea;
    color: #8a8a8a;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

#quantity {
    width: 60px;
    height: 40px;
    background: #f4efea;
    color: #8a8a8a;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 5px;
    font-family: "SaaSeriesVN", sans-serif;
}

.action-buttons-group {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.add-to-cart-btn {
    background: #5a1a1a;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.add-to-cart-btn:hover {
    background: #5a1a1ab7;
    color: white;
}

.wishlist-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B08D57;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.wishlist-btn:hover svg path {
    fill: red;
}

.product-detail-tabs {
    margin-top: 50px;
}

.nav-item {
    font-family: "SaaSeriesVN", sans-serif;
}

.Text-primary {
    color: #B08D57;
}

.Text-main {
    color: #5a1a1a;
}

.Text-primary:hover {
    color: #f9f5f0;
}

.nav-tabs {
    border-bottom: 2px solid #f9f5f0;
}

.nav-tabs .nav-link {
    border: none;
    color: #666;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 0;
}

.nav-tabs .nav-link.active {
    font-family: "SaaSeriesVN", sans-serif;
    color: #B08D57;
    background: transparent;
    border-bottom: 2px solid #B08D57;
}

.tab-content-inner {
    padding: 30px 0;
    color: #8a8a8a;
    font-weight: 600;
    font-family: "SaaSeriesVN", sans-serif;
}

.tab-content-inner h3 {
    color: #B08D57;
}

.specs-table {
    width: 100%;
}

.spec-row {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #f9f5f0;
}

.spec-name {
    font-weight: bold;
    min-width: 200px;
    color: #8a8a8a;
}

.spec-value {
    color: #8a8a8a;
}

.Btn-primary {
    background: #B08D57;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: "SaaSeriesVN", sans-serif;
}

.Btn-primary:hover {
    background: #8e613c;
    color: white;
}

.avg-rating-value {
    font-size: 48px;
    font-weight: bold;
    color: #B08D57 !important;
    font-family: "lacatina", sans-serif;
}

.rating-bars {
    width: 100%;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rating-label {
    width: 60px;
    font-size: 14px;
}

.rating-line {
    flex-grow: 1;
    height: 10px;
    background: #f9f5f0;
    border-radius: 5px;
    margin: 0 10px;
}

.rating-progress {
    height: 100%;
    background: #B08D57;
    border-radius: 5px;
}

.rating-count {
    text-align: right;
    font-size: 14px;

}

.review-item {
    padding: 20px 0;
    border-bottom: 1px solid #f9f5f0;
}

.review-header {
    display: flex;
    justify-content: between;
    align-items: center;
    margin-bottom: 5px;
}

.reviewer-name {
    font-weight: bold;
    margin-right: 15px;
    color: #B08D57;
}

.review-date {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
}

.related-products-section {
    background: #f6f5f2;
}

@media (max-width: 991px) {
    .product-detail-info {
        padding-left: 0;
        margin-top: 30px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .spec-name {
        min-width: 150px;
    }
}

/* cart */
.cart-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

.cart-item-image img {
    max-width: 80px;
    height: auto;
}

.quantity-selector {
    display: flex;
    align-items: center;
}

.quantity-btn {
    background: #8a8a8a;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.quantity-input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #8a8a8a;
    margin: 0 5px;
}

.remove-item-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 15px;
}

.cart-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.continue-shopping-btn {
    display: flex;
    align-items: center;
    color: #B08D57;
    text-decoration: none;
    font-weight: 500;
    font-family: "SaaSeriesVN", sans-serif;
}

.continue-shopping-btn svg {
    margin-right: 8px;
}

.update-cart-btn {
    background: #B08D57;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.cart-summary {
    position: sticky;
    top: 0;
    left: 0;
    border: 1px solid #B08D57;
    padding: 25px;
    border-radius: 5px;
}

.cart-item-details .product-name {
    color: #B08D57;
}

.summary-details {
    margin-top: 20px;
}

.summary-row {
    color: #1e1e1e;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: "SaaSeriesVN", sans-serif;
}

.summary-row.total {
    font-weight: bold;
    font-size: 18px;
    color: #B08D57;
}

.discount {
    color: #B08D57;
}

.summary-divider {
    height: 1px;
    background: #ddd;
    margin: 15px 0;
}

.coupon-section {
    display: flex;
    margin: 20px 0;
}

.coupon-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.apply-coupon-btn {
    background: #B08D57;
    color: white;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

.checkout-btn {
    display: block;
    width: 100%;
    background: #B08D57;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 44px;
    margin-top: 20px;
    font-family: "SaaSeriesVN", sans-serif;
}

@media (max-width: 768px) {
    .cart-item .row>div {
        margin-bottom: 15px;
    }

    .cart-actions {
        flex-direction: column;
        gap: 15px;
    }

    .update-cart-btn {
        width: 100%;
    }
}

/* checkout */

.checkout-section .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.checkout-section .form-group.full-width {
    grid-column: 1 / -1;
}

.checkout-section .form-group {
    display: flex;
    flex-direction: column;
    /* đảm bảo label trên input/select */
    align-items: stretch;
}

.checkout-section .form-group label {
    display: block;
    margin-bottom: 8px;
    line-height: 1.2;
    vertical-align: middle;
    font-weight: 600;
}

.checkout-section label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #8a8a8a;
    font-family: "SaaSeriesVN", sans-serif;
}

.checkout-section .required {
    color: #e74c3c;
}

.checkout-section input[type="text"],
.checkout-section input[type="email"],
.checkout-section input[type="tel"],
.checkout-section select,
.checkout-section textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    background-color: #f4efea;
    color: #1e1e1e;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.checkout-section input:focus,
.checkout-section select:focus,
.checkout-section textarea:focus {
    border-color: #B08D57;
    outline: none;
}

.checkout-section .form-group select,
.checkout-section .form-group input,
.checkout-section .form-group textarea {
    padding: 8px 12px;
    line-height: normal;
    box-sizing: border-box;
    vertical-align: middle;
}

.payment-methods {
    margin-top: 20px;
}

.payment-method {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: all 0.3s;
}

.payment-method:hover {
    border-color: #B08D57;
}

.payment-method input[type="radio"] {
    display: none;
}

.payment-method input[type="radio"]:checked+label {
    color: #B08D57;
    font-weight: bold;
}

.payment-method input[type="radio"]:checked+label .method-icon {
    background-color: #B08D57;
    color: #ffffff;
}

.payment-method label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
}

.method-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 18px;
}

.order-summary {
    border: 1px solid #B08D57;
    padding: 25px;
    border-radius: 8px;
    position: sticky;
    top: 20px;
}

.order-products {
    margin-bottom: 20px;
}

.order-product {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.order-product:last-child {
    border-bottom: none;
}

.order-product .product-image {
    width: 60px;
    margin-right: 15px;
}

.order-product .product-image img {
    max-width: 100%;
}

.order-product .product-details {
    flex-grow: 1;
}

.order-product .product-details h5 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.order-product .product-details span {
    color: #777;
    font-size: 14px;
}

.order-product .product-total {
    font-weight: bold;
    color: #B08D57;
}

.product-details h5 {
    color: #f0f0f0;
}

.place-order-btn {
    width: 100%;
    padding: 15px;
    background-color: #B08D57;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 20px;
}

.place-order-btn:hover {
    background-color: #9a6a40;
}

@media (max-width: 991px) {
    .checkout-section .form-grid {
        grid-template-columns: 1fr;
    }
}

/* 404 Page */
.error-section {
    padding: 80px 0;
}

.error-content {
    padding: 40px 0;
}

.error-number {
    font-family: "Lacatina", sans-serif;
    font-size: 120px;
    font-weight: bold;
    color: #B08D57;
    line-height: 1;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wine-icon {
    margin: 0 20px;
    width: 80px;
    animation: float 3s ease-in-out infinite;
}

.wine-icon img {
    width: 100%;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
}

.error-content .h2-title {
    font-family: "Lacatina", sans-serif;
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.error-content .description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.action-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.home-btn,
.products-btn {
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.home-btn {
    background-color: #B08D57;
    color: white;
    border: 2px solid #B08D57;
}

.home-btn svg {
    margin-right: 10px;
}

.products-btn {
    background-color: transparent;
    color: #B08D57;
    border: 2px solid #B08D57;
}

.home-btn:hover {
    background-color: #9a6a40;
    border-color: #9a6a40;
    transform: translateY(-2px);
}

.products-btn:hover {
    background-color: #9a6a40;
    transform: translateY(-2px);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 768px) {
    .error-number {
        font-size: 80px;
    }

    .wine-icon {
        width: 60px;
        margin: 0 15px;
    }

    .error-content .h2-title {
        font-size: 28px;
    }

    .error-content .description {
        font-size: 16px;
    }

    .action-buttons {
        flex-direction: column;
        align-items: center;
    }

    .home-btn,
    .products-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

.img-product {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* checkout */
.order-success {
    color: #5a1a1a !important;
}

.checkout-btn {
    background: #B08D57;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.checkout:hover {
    background: #5a1a1ab7;
    color: white;
}

.add-to-cart-btn {
    background: #5a1a1a;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-family: 'SaaSeriesVN', sans-serif;
}

.add-to-cart-btn:hover {
    background: #5a1a1ab7;
    color: white;
}

/* trắc nghiệm */
.wine-banner {
    background: linear-gradient(rgba(10, 10, 10, 0.85), rgba(10, 10, 10, 0.9)),
        url("https://images.unsplash.com/photo-1474722883778-792e7990302f?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80") center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.wine-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23B08D57' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.3;
}

.banner-title {
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--light-gold);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.banner-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right,
            transparent,
            var(--light-gold),
            transparent);
}

.breadcrumb-custom {
    background: transparent;
    justify-content: center;
}

.breadcrumb-custom .breadcrumb-item a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-custom .breadcrumb-item a:hover {
    color: var(--light-gold);
}

.breadcrumb-custom .breadcrumb-item.active {
    color: var(--light-gold);
}

.quiz-section {
    position: relative;
}

.quiz-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23B08D57' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.section-intro {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    color: var(--light-gold);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(to right,
            transparent,
            var(--light-gold),
            transparent);
}

.section-subtitle {
    font-size: 1.5rem;
    color: var(--text-muted);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.quiz-card {
    background: #f4efea;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgba(172, 123, 78, 0.2);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.quiz-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg,
            var(--primary-gold),
            var(--light-gold),
            var(--primary-gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.quiz-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(172, 123, 78, 0.3);
    border-color: rgba(172, 123, 78, 0.5);
}

.quiz-card:hover::before {
    transform: scaleX(1);
}

.quiz-card-content {
    padding: 30px;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.quiz-icon {
    margin-bottom: 20px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.quiz-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #5a1a1a;
    z-index: -1;
}

.quiz-icon i {
    font-size: 3.5rem;
    color: var(--light-gold);
    transition: transform 0.4s ease;
}

.quiz-card:hover .quiz-icon i {
    transform: scale(1.2) rotate(10deg);
}

.quiz-card-title {
    font-size: 1.8rem;
    color: #1e1e1e;
    font-family: 'SaaSeriesVN', sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
}

.quiz-card-desc {
    color: #1e1e1e;
    font-family: 'SaaSeriesVN', sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.quiz-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.quiz-count {
    color: #1e1e1e;
    font-family: 'SaaSeriesVN', sans-serif;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.quiz-difficulty {
    font-size: 0.9rem;
    color: #1e1e1e;
    font-family: 'SaaSeriesVN', sans-serif;
}

.quiz-btn {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, var(--primary-gold), var(--light-gold));
    color: #1e1e1e;
    font-family: 'SaaSeriesVN', sans-serif;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.quiz-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--dark-gold), var(--primary-gold));
    transition: left 0.4s ease;
    z-index: -1;
}

.quiz-btn:hover {
    color: #5a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(172, 123, 78, 0.4);
}

.quiz-btn:hover::before {
    left: 0;
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    border-radius: 15px;
    border: 1px solid #B08D57;
}

.empty-state i {
    font-size: 4rem;
    color: #1e1e1e;
    margin-bottom: 20px;
}

.empty-state h3 {
    color: var(--text-light);
    margin-bottom: 15px;
}

.empty-state p {
    color: var(--text-muted);
    max-width: 500px;
    margin: 0 auto;
}

/* Animation for cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.quiz-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.quiz-card:nth-child(1) {
    animation-delay: 0.1s;
}

.quiz-card:nth-child(2) {
    animation-delay: 0.2s;
}

.quiz-card:nth-child(3) {
    animation-delay: 0.3s;
}

.quiz-card:nth-child(4) {
    animation-delay: 0.4s;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .banner-title {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .quiz-card-content {
        padding: 20px;
    }
}

.quiz-progress {
    padding: 10px 0;
    text-align: center;
}

.quiz-progress .progress {
    height: 8px;
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.quiz-progress .progress-bar {
    background: linear-gradient(90deg, #B08D57, #d4a373);
    height: 100%;
    width: 0%;
    border-radius: 20px;
    transition: width 0.5s ease-in-out;
}

.quiz-progress .progress-text {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.Text-danger {
    font-family: "SaaSeriesVN", sans-serif;
    color: #B08D57;
    text-transform: none !important;
}


.Text-light {
    font-family: "SaaSeriesVN", sans-serif;
    color: #8a8a8a;
}

/* Custom styles for product detail page */
.product-detail-section {
    padding: 60px 0;
}

.product-detail-main-img img {
    max-height: 500px;
    width: auto;
    object-fit: contain;
}

.thumbnail-item.active {
    border-color: #5a1a1a !important;
}

.thumbnail-item:hover {
    border-color: #5a1a1a !important;
}

.product-title {
    font-size: 3rem;
    font-weight: 700;
    color: #5a1a1a;
    font-family: "lacatina", sans-serif;
    margin-bottom: 1rem;
}

.product-price .old-price {
    color: #888;
    text-decoration: line-through;
}

.product-actions .quantity-controls {
    border-radius: 4px;
    overflow: hidden;
}

.product-actions #quantity {
    border: none;
    font-weight: 600;
}

.add-to-cart-btn {
    background: #5a1a1a;
    border-color: #B08D57;
    font-weight: 600;
    transition: all 0.3s ease;
}

.add-to-cart-btn:hover {
    background: #5a1a1ab7;
    border-color: #5a1a1ab7;
    transform: translateY(-2px);
}

/* Wishlist Sidebar */
.wishlist-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 380px;
    height: 100%;
    background: #1a1a1a;
    z-index: 9999;
    transition: all 0.5s ease;
    overflow-y: auto;
}

.wishlist-sidebar.open-wishlist-sidebar {
    right: 0;
}

.wishlist-sidebar-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wishlist-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.wishlist-sidebar.open-wishlist-sidebar+.wishlist-sidebar-overlay {
    opacity: 1;
    visibility: visible;
}

.wishlist-sidebar-top-content {
    padding: 20px;
    background: #B08D57;
    position: relative;
}

.wishlist-sidebar-list {
    padding: 20px;
}

.wishlist-sidebar-list ul li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #333;
    position: relative;
}

.wishlist-sidebar-left {
    margin-right: 15px;
}

.wishlist-sidebar-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.wishlist-sidebar-right a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.wishlist-sidebar-right a:hover {
    color: #B08D57;
}

.wishlist-product-price {
    margin-top: 5px;
}

.wishlist-sidebar-bottom-content {
    padding: 20px;
    border-top: 1px solid #333;
}

.text_wishlist {
    color: #B08D57 !important;
}

.text_wishlist_category {
    color: #888 !important;
    font-size: 12px;
}

/* Wishlist button active state */
.wish-icon.active svg path {
    fill: #ff0000 !important;
}

.wish-icon {
    transition: all 0.3s ease;
    display: inline-block;
}

.wish-icon svg path {
    transition: fill 0.2s;
}

.wish-icon:hover {
    transform: scale(1.1);
}

.wish-icon.active {
    animation: heartBeat 0.6s ease;
}

.wishlist-btn-fill.active svg path {
    fill: #ff0000 !important;
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.action-buttons-group {
    display: flex;
    align-items: center;
    /* căn giữa theo chiều dọc */
    gap: 10px;
    /* khoảng cách giữa các nút */
}

.action-buttons-group a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    /* khoảng cách icon - text */
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Nút giỏ hàng */
.add-to-cart-btn {
    background: #5a1a1a;
    color: #fff;
}

.add-to-cart-btn:hover {
    background: #5a1a1ab7;
}

.Text-white {
    font-family: "SaaSeriesVN", sans-serif;
    color: #8a8a8a !important;
}

.Text-dark {
    font-family: "SaaSeriesVN", sans-serif !important;
    color: #0f0f0f !important;
}

.Text-lacantina {
    font-family: "lacatina", sans-serif;
    color: #B08D57;
}

.Text-lacantina2 {
    font-family: "lacatina", sans-serif;
    color: #5a1a1a ! important;
    text-transform: lowercase;
}

.category-list-scroll {
    max-height: 300px;
    /* tuỳ bạn */
    overflow-y: auto;
    padding-right: 5px;
}

.category-list-scroll a.active {
    font-weight: bold;
    color: #B08D57 !important;
}

/* contact */
.text-contact {
    color: #8a8a8a;
    font-family: "SaaSeriesVN", sans-serif;
}

.Text-muted {
    color: #666 !important;
}

.analysis-details {
    border: 1px solid #B08D57;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.analysis-item {
    margin-bottom: 20px;
}

.analysis-item h4 {
    color: #B08D57;
    font-size: 16px;
    margin-bottom: 5px;
}

.analysis-item p {
    font-size: 14px;
    margin: 0;
}

.Btn-outline-primary {
    border: 2px solid #B08D57;
    color: #B08D57;
    background-color: transparent;
    font-family: "SaaSeriesVN", sans-serif;
}

.Btn-outline-primary:hover {
    background-color: #9a6a40;
    color: #fff;
}

.white-list-link a.active {
    color: var(--secondary-color);
    font-weight: bold;
}

/* .bg-Flavor{
    border: 1px solid #B08D57;
} */
/* Toastr */
.toastr-dark.toast-success {
    background-color: #B08D57 !important;
    color: #fff !important;
}

/*========== Custom Search Bar CSS ==========*/
.desktop-search-forms {
    position: relative;
    width: 250px;
    /* Adjust width as needed */
}

.desktop-search-forms .form-input {
    width: 100%;
    height: 40px;
    padding: 10px 40px 10px 15px;
    border-radius: 20px;
    /* Rounded corners */
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease;
}

.desktop-search-forms .form-input:focus {
    border-color: #B08D57;
    /* Highlight color on focus */
    box-shadow: 0 0 5px rgba(172, 123, 78, 0.5);
    outline: none;
}

.desktop-search-forms button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #777;
    font-size: 16px;
    transition: color 0.3s ease;
}

.desktop-search-forms button:hover {
    color: #B08D57;
    /* Highlight color on hover */
}

.desktop-search-forms .form-input::placeholder {
    color: #999;
}

/*========== End Custom Search Bar CSS ==========*/


/* Custom Mobile Menu Button/Collapsible styles */
.mobile-sidebar-tabs {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
}

.mobile-tabs {
    display: flex;
    gap: 6px;
    padding: 8px;
    background: transparent;
}

.mobile-tab {
    flex: 1;
    padding: 12px;
    /* background: #f6f5f2; */
    background: transparent;
    border: none;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.mobile-tab i {
    margin-left: 8px;
    transition: transform .25s;
}

.mobile-tab.active {
    background: transparent;
    border: none;
    color: #B08D57;
    border-bottom: 2px solid #B08D57;
}

.mobile-tab.active i {
    transform: rotate(180deg);
}

.mobile-tab-contents {
    /* background: #fff;
    border: 1px solid #eee; */
    border-top: none;
}

.mobile-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.mobile-tab-content.active {
    max-height: 700px;
    /* will be dynamically adjusted by JS */
}

.mobile-tab-content nav ul.menu li,
.mobile-tab-content .header-list ul li {
    padding: 12px 20px;
    border-bottom: 1px solid #00000025;
}

.mobile-tab-content nav ul.menu li a,
.mobile-tab-content .header-list ul li a {
    color: #000;
}

/* keep previous mobile collapse styles consistent */
@media (min-width: 992px) {
    .mobile-sidebar-tabs {
        display: none;
    }
}

.custom-select {
    font-family: "SaaSeriesVN", sans-serif;
}


.category-list li {
    margin-bottom: 12px;
}

.category-list a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #212529;
}

.category-list strong {
    display: block;
    font-size: 2rem;
}

.category-list span {
    display: 1rem;
    color: #8a8a8a;
}

.bg-secondarys{
    background: #5a1a1a;
}

/* 📱 Mobile */
@media (max-width: 767px) {
    .category-list li {
        margin-bottom: 10px;
    }

    .category-list a {
        padding: 12px;
        border-radius: 8px;
        background: #f8f9fa;
    }

    .category-list strong {
        font-size: 0.95rem;
    }

    .category-list span {
        font-size: 0.85rem;
        line-height: 1.4;
    }
}

.SEO{
    text-transform: lowercase;
}


.zoom-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
}

#zoomContainer {
    min-height: 80vh;
    touch-action: none; /* Quan trọng cho mobile */
}

.modal-fullscreen .modal-content {
    height: 100vh;
}

.zoom-controls {
    position: sticky;
    top: 1rem;
    left: 1rem;
    z-index: 1000;
}

/* Hiệu ứng khi kéo */
.zoom-image:active {
    cursor: grabbing;
}

/* Hiệu ứng loading */
.zoom-image.loading {
    opacity: 0.5;
}
/* Age Verification Popup Styles */
.age-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Dark overlay */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;   /* Center vertically */
    z-index: 9999; /* Ensure it's on top of everything */
}

.age-popup-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 500px; /* Limit width for better appearance */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #000; /* Ensure text is visible on white background */
}

.btn-yes{
    background-color: #5a1a1a;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 10px;
}

.btn-no{
    background-color: #ccc;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 10px;
}

.btn-yes:hover {
    background-color: #6d1c1c;
}

.btn-no:hover {
    background-color: #999;
}


/* Khung gợi ý tìm kiếm */
.list-group {
    font-family: "SaaSeriesVN", sans-serif;
    font-size: 16px;
    /* border-radius: 16px; */
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border: 1px solid #eee;
    max-height: 320px;
    overflow-y: auto;
     animation: fadeInDown 0.25s ease;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Item */
.list-group-item {
    border: none;
    padding: 14px 20px;
    border-bottom: 1px solid #f1f1f1;
    color: #3a2a1a;
    transition: all 0.25s ease;
    background: transparent;
}

/* Hover */
.list-group-item:hover {
    background-color: #f7f3ee;
    color: #5a1a1a;
    cursor: pointer;
    padding-left: 26px;
}

/* Item cuối */
.list-group-item:last-child {
    border-bottom: none;
}

/* Active / đang chọn */
.list-group-item.active {
    background-color: #B08D57;
    color: #fff;
    font-weight: 600;
}

/* Active nhưng vẫn hover */
.list-group-item.active:hover {
    background-color: #a07d48;
}

.list-group-item strong {
    color: #B08D57;
    font-weight: 600;
}
