* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a{text-decoration: none;}
img{max-width: 100%;}
.item-wrap ul{list-style: none;}
ul.submenu li{list-style: none;}

tbody, td, tfoot, th, thead, tr {
  padding: 8px;
  color: var(--grey-dark);
}

#sortBy{
  padding: 5px 10px;
  border-radius: 8px;
}
#main-image {
  transition: opacity 2s ease;
}
.dropdown-menu-country li span a{display: block;width: auto;}

.radio-input input[type=radio]{
 
    cursor: pointer;
    margin: 0;
    color: var(--coral);
    width: 16px;
    height: 16px;
    border: 1px solid var(--grey-medium);
    box-sizing: border-box;
    border-radius: 50%;
    place-content: center;
    filter: unset;
}
.category-main-filters .filter-group .title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.category-main-filters .filter-group .title:after {
    content: "+";
    font-weight: bold;
    font-size: 20px;
}
.category-main-filters .filter-group .title.minus:after {
    content: "–";
}
.filter-option-sortBy.radio-input{
  padding: 8px 0px;
}

:root {
  /* Color Palette */
  --bgheader: #013a9a;
  --color_header: #ffffff;
  --white: #ffffff;
  --black: #141414;
  --transparent: rgba(255, 255, 255, 0);
  --grey-ultra-dark: #424242;
  --grey-dark: #626262;
  
  --grey-medium: #828282;
  --grey-light: #c2c2c2;
  --grey-ultra-light: #f2f2f2;
  --grey-1: #2e2e2e;
  --grey-5: #cacaca;
  --grey-6: #efefef;
  --coral-dark: #ff271e;
  --coral: #ff6458;
  --coral-light: #ffefee;
  --green: #3cb064;
  --amber: #e6b94f;
  --colorshophover: #013a9a;

  --overlay-color: rgba(255, 255, 255, 0.7);
  --shadow-color: rgba(0, 0, 0, 0.2);

  --font-regular: "proxima_nova_regular", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-semibold: "proxima_nova_semibold", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-light: "proxima_nova_light", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-bold: "proxima_nova_bold", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-black: "proxima_nova_black", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
}

.position-absolute h6 a{color: var(--grey-ultra-dark); }
.position-absolute b a{color: var(--grey-ultra-dark); }
.product-link {
  text-decoration: none;
}
/* Desktop CSS giữ nguyên như cũ */
body {
  color: var(--font-color);
  font-family: var(--font-regular);
  font-size: var(--font-size);
  line-height: var(--line-height);
  display: flex;
  flex-direction: column;
  padding-top: 120px;
}

.header-page-primary {
  display: flex;
  align-items: center;
  padding: 10px 40px 0px 40px;
  justify-content: space-between;
}

.article-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  transition: transform 0.2s ease-in-out;
}

.logo-wrapper {
  width: 180px;
}
.logo-footer{max-width: 25%}
.custom-search-input {
  height: 40px;
  padding: 8px 40px 8px 12px;
  font-size: 0.95rem;
  color: var(--font-color);
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  font-family: var(--font-regular);
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
}

.custom-search-input:focus {
  outline: none;
  border-color: var(--grey-medium);
  box-shadow: 0 0 0 1px var(--grey-medium);
}

.custom-search-input:hover {
  border-color: var(--grey-light);
  box-shadow: 0 0 0 1px var(--grey-light);
}

.btn-search {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.btn-search i,
.btn-cancel i {
  color: var(--grey-medium) !important;
  font-size: 14px;
}

.btn-cancel {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.header-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  width: 32px;
  height: 32px;
  transition: color 0.2s ease-in-out;
  position: relative;
}
.page-header-cart-count{
  top: 0px;
  right: -6px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 15px;
}
.header-icons i {
  font-size: 16px !important;
  color: var(--grey-dark);
}

.header-icons img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  border-radius: 50%;
}

.header-icons li:hover ul.dropdown-menu-country {
  display: block;
}

.dropdown-menu-country li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 0 5px 0;
}

.dropdown-menu-country li span {
  padding-left: 8px;
  font-size: 16px;
  line-height: 2em;
  color: var(--grey-dark);
  cursor: pointer;
}

.dropdown-menu-country li span:hover {
  color: var(--coral);
  text-decoration: underline;
}

.dropdown-menu-country li img {
  cursor: pointer;
}

.dropdown-menu-country {
  position: absolute;
  background: var(--white);
  padding: 12px 16px 8px;
  width: 170px;
  border-radius: 4px;
  box-shadow: 0 0 1px #0003, 0 16px 16px -8px #00000029;
  right: 100px;
  display: none;
  z-index: 999999;
}

.header-icons li:hover ul.dropdown-menu-help {
  display: block;
}

.dropdown-menu-help li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 0 5px 0;
}

.dropdown-menu-help li span {
  font-size: 16px;
  line-height: 2em;
  color: var(--grey-dark);
  cursor: pointer;
  line-height: 1.4;
}

.dropdown-menu-help li span:hover {
  color: var(--coral);
  text-decoration: underline;
}

.dropdown-menu-help {
  position: absolute;
  background: var(--white);
  padding: 12px 16px 4px;
  width: 160px;
  border-radius: 4px;
  box-shadow: 0 0 1px #0003, 0 16px 16px -8px #00000029;
  right: 65px;
  display: none;
  z-index: 99999;
}

.header-icons li:hover ul.dropdown-menu-account {
  display: block;
}

.dropdown-menu-account li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 0 5px 0;
}

.dropdown-menu-account li span {
  font-size: 16px;
  color: var(--grey-dark);
  cursor: pointer;
  margin-bottom: 8px;
}

.dropdown-menu-account li span:hover {
  color: var(--coral);
  text-decoration: underline;
}

.dropdown-menu-account {
  position: absolute;
  background: var(--white);
  padding: 12px 16px 4px;
  width: auto;
  border-radius: 4px;
  box-shadow: 0 0 1px #0003, 0 16px 16px -8px #00000029;
  right: 40px;
  display: none;
  z-index: 99999;
}

.main-nav .nav-link {
  font-size: 16px;
  color: var(--grey-ultra-dark);
  text-align: center;
  text-decoration: none;
  padding: 1rem;
}

.main-nav .nav-link:hover {
  color: var(--coral);
  text-decoration: underline;
}

.main-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.submenu {
  width: auto;
  padding: 8px 40px;
  box-shadow: 0 32px 32px -8px #0000001f, 0 32px 32px -8px #00000014;
  left: 0;
  right: 0;
  /*top: 100%;*/
  display: none;
  position: absolute;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: 45px;
  z-index: 1000;
  background-color: var(--white);
}

.main-nav li:hover .submenu {
  display: grid;
}

.submenu > * {
  margin-bottom: 24px;
}

.submenu > *:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

.submenu h6 {
  line-height: 16px;
  font-size: 16px;
  color: var(--grey-ultra-dark);
  cursor: pointer;
  margin-bottom: 12px;
  font-weight: bold;
}

.submenu h6:hover {
  color: var(--coral);
  text-decoration: underline;
}

.sub-menu-items a {
  color: var(--grey-ultra-dark);
  margin-bottom: 12px;
  padding: 0 !important;
}

.sub-menu-items a:hover {
  color: var(--coral);
  text-decoration: underline;
  background-color: var(--white);
}

.main-nav {
  position: relative;
  padding: 0 40px;
}

.submenu-second {
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 300px;
  background-color: white;
  padding: 16px 16px 8px 16px;
  min-width: 300px;
  box-shadow: 0 0 1px #0003, 0 16px 16px -8px #00000029;
  display: none;
  z-index: 1000;
}

ul.submenu-second .col-50{
  width: 50%; float: left;
}

.nav-item:hover .submenu-second {
  display: block;
  top: auto;
}

.submenu-second li a {
  color: var(--grey-ultra-dark);
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.submenu-second li a:hover {
  color: var(--coral);
}

.submenu-second li a:hover span {
  text-decoration: underline;
}

.submenu-second li {
  margin-bottom: 12px;
}

#onAppWishList_btn_add, #onAppWishList_btn_remove {
    position: relative;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://file.hstatic.net/200000725895/file/heart-nofill_510a662c76304defbbca4d68825ec4af.svg');
}

#onAppWishList_btn_remove {
    background-image: url('https://file.hstatic.net/200000725895/file/heart-fill_635667e16f124baea456355d1be41566.svg');
}

.product-badge .product-wishlist .wishlist-loop{
  background-image: url("https://file.hstatic.net/200000725895/file/heart-nofill_510a662c76304defbbca4d68825ec4af.svg");
}
.product-badge .product-wishlist .wishlist-loop.onwishlist_btn_remove {
    background-image: url("https://file.hstatic.net/200000725895/file/heart-fill_635667e16f124baea456355d1be41566.svg");
}

.product-badge .product-wishlist .wishlist-loop {
    font-size: 0px;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 5px 0px;
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: url("https://file.hstatic.net/200000725895/file/heart-nofill_510a662c76304defbbca4d68825ec4af.svg") center center / 20px 20px no-repeat rgb(255, 255, 255);
    border-radius: 50%;
    background-position: center center;
}

/* Hamburger Menu Button - Ẩn trên desktop */
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
}

.hamburger-menu span {
  width: 24px;
  height: 3px;
  background: var(--grey-dark);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-search-bar {
  display: none;
  padding: 8px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.mobile-search-bar .search-form {
  position: relative;
  width: 100%;
}

.mobile-search-bar .custom-search-input {
  width: 100%;
  padding-right: 80px;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  background: var(--white);
  z-index: 1001;
  transition: left 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}

.mobile-menu-overlay.active {
  left: 0;
}

.mob-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-color);
  background: var(--light-grey);
}

.mob-menu-close {
  font-size: 24px;
  cursor: pointer;
  color: var(--grey-dark);
  transition: color 0.3s ease;
}

.mob-menu-close:hover {
  color: var(--coral);
}

.mob-menu-header-links ul {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mob-menu-header-links a {
  color: var(--grey-dark);
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mob-menu-header-links a:hover {
  color: var(--coral);
}

.mob-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mob-menu-items > li {
  border-bottom: 1px solid var(--border-color);
}

.mob-menu-items > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: var(--grey-dark);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  position: relative;
}

.mob-menu-items > li > a:hover {
  background-color: var(--hover-bg);
}

.mob-has-submenu > a::after {
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--grey-dark);
  transition: transform 0.3s ease, color 0.3s ease;
}

.mob-has-submenu.active > a::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--grey-dark);
}

.mob-submenu {
  max-height: 0;
  overflow: hidden;
  background: var(--light-grey);
  transition: max-height 0.3s ease;
  padding-left: 0px;
  list-style: none;
  margin: 0;
}

.mob-submenu.active {
  max-height: 500px;
}

.mob-submenu li {
  border-bottom: 1px solid var(--border-color);
}

.mob-submenu li:last-child {
  border-bottom: none;
}

.mob-submenu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px 12px 40px;
  color: var(--text-color);
  text-decoration: none;
  font-size: 15px;
  transition: background-color 0.3s ease;
}

.mob-submenu .mob-has-submenu > a::after {
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: var(--grey-dark);
  transition: transform 0.3s ease, color 0.3s ease;
}

.mob-submenu .mob-has-submenu.active > a::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--grey-dark);
}

.mob-sub-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 0px;
  list-style: none;
  margin: 0;
}

.mob-sub-submenu.active {
  max-height: 300px;
}

.mob-sub-submenu a {
  padding: 10px 20px 10px 60px;
  font-size: 14px;
  color: var(--text-color);
}

.mob-sub-submenu a:hover {
  background-color: rgba(255, 107, 107, 0.15);
}

.mob-menu-help {
  list-style: none;
  padding: 20px 0;
  border-top: 1px solid var(--border-color);
  margin: 20px 0 0 0;
}

.mob-menu-help li {
  margin-bottom: 5px;
}

.mob-menu-help a {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: var(--grey-dark);
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.mob-menu-help a:hover {
  background-color: var(--hover-bg);
}

.mob-menu-help i {
  margin-right: 12px;
  width: 16px;
  color: var(--grey-dark);
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
}

.hamburger-menu span {
  width: 24px;
  height: 3px;
  background: var(--grey-dark);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.my-cart-overlay-bg {
  position: fixed;
  top: 0 !important; /* Always start from viewport top */
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999; /* Very high z-index */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.my-cart-overlay-bg.is-open {
  opacity: 1;
  visibility: visible;
}

.my-cart-sidebar {
  position: fixed !important; /* Fixed to viewport, not relative to header */
  top: 0 !important; /* Always start from viewport top */
  right: 0 !important;
  width: 30%;
  min-width: 400px;
  height: 100vh !important; /* Full viewport height always */
  background: white;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  z-index: 100000; /* Higher than overlay background */
}

.my-cart-overlay-bg.is-open .my-cart-sidebar {
  transform: translateX(0);
}

/* Cart top header section */
.my-cart-top-bar {
  padding: 25px 30px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0; /* Don't shrink */
}

.my-cart-main-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--grey-dark);
}

.my-cart-total-price {
  font-size: 16px;
  color: #666;
}

.my-cart-close-x {
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
  position: relative;
  z-index: 100001; /* Highest z-index */
}

.my-cart-close-x:hover {
  color: #333;
}

/* Main checkout button */
.my-cart-checkout-button {
  text-align: center;
  width: calc(100% - 60px);
  margin: 0 30px 20px;
  background: var(--coral);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
  flex-shrink: 0; /* Don't shrink */
}

.my-cart-checkout-button:hover {
  background: #ff5252;
}

.my-cart-financing-text {
  text-align: center;
  padding: 0 30px 25px;
  color: #666;
  font-size: 14px;
  flex-shrink: 0;
}

.my-cart-products-list {
  padding: 0 30px;
}

.my-cart-single-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.my-cart-single-item:last-child {
  border-bottom: none;
}

.my-cart-product-thumb {
  width: 113px;
  height: 113px;
  background: #f8f8f8;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.my-cart-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-cart-product-info {
  flex: 1;
}

.my-cart-product-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--grey-dark);
  margin-bottom: 8px;
  line-height: 1.3;
}

.my-cart-product-cost {
  font-size: 16px;
  font-weight: 600;
  color: #ff6b6b;
}

.my-cart-old-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
}

.my-cart-qty-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.my-cart-qty-dropdown {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  background: white;
  cursor: pointer;
  min-width: 60px;
}

/* Red sale badge */
.my-cart-sale-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--coral);
  color: white;
  padding: 4px 8px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Bottom suggestions section - FIXED */
.my-cart-recommendations {
  padding: 30px;
  border-top: 1px solid #f0f0f0;
  margin-top: auto; /* Push to bottom */
  flex-shrink: 0; /* Don't shrink */
}

.my-cart-recommendations-heading {
  font-size: 20px;
  font-weight: 500;
  color: var(--grey-dark);
  margin-bottom: 20px;
}

.my-cart-suggestion-row {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f8f8f8;
}

.my-cart-suggestion-row:last-child {
  border-bottom: none;
}

.my-cart-suggestion-pic {
  width: 128px;
  height: 128px;
  background: #f8f8f8;
  border-radius: 6px;
  flex-shrink: 0;
  position: relative;
}

.my-cart-suggestion-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-cart-suggestion-text {
  flex: 1;
}

.my-cart-suggestion-name {
  font-size: 16px;
  color: var(--grey-dark);
  margin-bottom: 5px;
}

.my-cart-suggestion-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--coral);
}

.my-cart-add-plus-btn {
  background: none;
  border: 2px solid var(--coral);
  color: var(--coral);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.my-cart-add-plus-btn:hover {
  background: var(--coral);
  color: white;
}

body.cart-open {
  overflow: hidden !important;
  height: 100vh !important;
}

.my-cart-overlay-bg {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
}

.my-cart-sidebar {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
}

@media screen and (max-width: 1025px) {
  body {
    padding-top: 125px;
  }

  .submenu {
    display: none;
  }

  .main-nav li:hover .submenu {
    display: grid;
  }

  .mobile-menu-overlay {
    display: none;
  }

  .my-cart-sidebar {
    width: 40%;
    min-width: 350px;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 120px;
  }

  .submenu {
    display: none;
  }

  .main-nav li:hover .submenu {
    display: grid;
  }

  .mobile-menu-overlay {
    display: none;
  }

  .my-cart-sidebar {
    width: 55%;
    min-width: 320px;
  }
}

@media screen and (max-width: 441px) {
  body {
    padding-top: 110px;
  }

  .header-page-primary {
    padding: 10px 15px;
    position: relative;
  }

  .header-page-primary-search {
    display: none;
  }

  .header-page-container {
    display: none;
  }

  .hamburger-menu {
    display: flex;
  }

  .mobile-search-bar {
    display: block;
    /*position: fixed;*/
    top: 60px;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .header-icons {
    gap: 15px !important;
  }

  .header-icons li {
    display: none;
  }

  .header-icons li:nth-last-child(-n + 3) {
    display: block;
  }

  .logo-wrapper {
    width: 120px;
  }

  .header-icons {
    gap: 10px !important;
  }

  .header-icons a {
    width: 28px;
    height: 28px;
  }

  .header-icons i {
    font-size: 14px !important;
  }

  .mobile-search-bar {
    padding: 6px 15px;
    top: 47px;
  }

  .mobile-search-bar .custom-search-input {
    height: 36px;
    font-size: 14px;
  }

  .hamburger-menu {
    width: 20px;
    height: 20px;
  }

  .hamburger-menu span {
    width: 20px;
    height: 2px;
  }

  .mob-menu-header {
    padding: 12px 15px;
    justify-content: end;
  }

  .mob-menu-items > li > a {
    padding: 12px 15px;
    font-size: 15px;
  }

  .mob-submenu a {
    padding: 10px 15px 10px 30px;
    font-size: 14px;
  }

  .mob-sub-submenu a {
    padding: 8px 15px 8px 45px;
    font-size: 13px;
  }

  .mobile-menu-overlay {
    display: block;
  }

  .my-cart-sidebar {
    width: 100% !important;
    min-width: unset !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateX(100%);
  }
}

@media screen and (max-width: 376px) {
  body {
    padding-top: 105px;
  }

  .header-page-primary {
    padding: 8px 12px;
  }

  .logo-wrapper {
    width: 100px;
  }

  .header-icons {
    gap: 8px !important;
  }

  .header-icons a {
    width: 26px;
    height: 26px;
  }

  .mobile-search-bar {
    padding: 5px 12px;
    top: 40px;
  }

  .mobile-search-bar .custom-search-input {
    height: 34px;
    font-size: 13px;
    padding: 6px 35px 6px 10px;
  }

  .hamburger-menu {
    width: 18px;
    height: 18px;
  }

  .hamburger-menu span {
    width: 18px;
    height: 2px;
  }

  .mob-menu-header {
    padding: 10px 12px;
    justify-content: end;
  }

  .mob-menu-items > li > a {
    padding: 10px 12px;
    font-size: 14px;
  }

  .mob-submenu a {
    padding: 8px 12px 8px 25px;
    font-size: 13px;
  }

  .mob-sub-submenu a {
    padding: 6px 12px 6px 40px;
    font-size: 12px;
  }

  .mob-menu-help a {
    padding: 10px 12px;
    font-size: 14px;
  }

  .my-cart-sidebar {
    width: 100% !important;
    min-width: unset !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateX(100%);
  }
}

@media screen and (max-width: 321px) {
  body {
    padding-top: 65px;
  }

  .header-page-primary {
    padding: 6px 10px;
  }

  .logo-wrapper {
    width: 90px;
  }

  .header-icons {
    gap: 6px !important;
  }

  .header-icons a {
    width: 24px;
    height: 24px;
  }

  .header-icons i {
    font-size: 13px !important;
  }

  .mobile-search-bar {
    padding: 4px 10px;
    top: 35px;
    z-index: 998;
  }

  .mobile-search-bar .custom-search-input {
    height: 32px;
    font-size: 12px;
    padding: 5px 30px 5px 8px;
  }

  .hamburger-menu {
    width: 16px;
    height: 16px;
  }

  .hamburger-menu span {
    width: 16px;
    height: 1.5px;
  }

  .mob-menu-header {
    padding: 8px 10px;
    justify-content: end;
  }

  .mob-menu-close {
    font-size: 20px;
  }

  .mob-menu-items > li > a {
    padding: 8px 10px;
    font-size: 13px;
  }

  .mob-submenu a {
    padding: 6px 10px 6px 20px;
    font-size: 12px;
  }

  .mob-sub-submenu a {
    padding: 5px 10px 5px 35px;
    font-size: 11px;
  }

  .mob-menu-help a {
    padding: 8px 10px;
    font-size: 13px;
  }

  .mob-menu-help i {
    width: 14px;
    margin-right: 8px;
  }

  .my-cart-sidebar {
    width: 100% !important;
    min-width: unset !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateX(100%);
  }
}

/* ===home=== */

.contentful-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  /*padding-top: calc(40px / 2);*/
  padding-bottom: calc(40px / 2);
}

.contentful-container-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.contentful-asset {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
}

.video {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: filter 0.6s ease;
  filter: brightness(0.9);
}

.video:hover {
  filter: brightness(0.8);
  cursor: pointer;
}

.contentful-container h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: var(--white);
  font-family: var(--font-bold);
  line-height: 125%;
}

.contentful-container p {
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: var(--white);
  font-family: var(--font-bold);
  line-height: 150%;
  font-weight: bold;
}

.btn-video {
  display: inline-block;
  padding: 12px 30px;
  background-color: #fff;
  color: rgb(30, 30, 30);
  text-align: center;
  font-family: var(--font-bold);
  font-weight: bold;
  border-radius: 100px;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.btn-video:hover {
  background-color: #e0e0e0;
}

.contentful-design {
  padding: 40px;
}

.contentful-design h2 {
  font-size: 2rem;
  color: #141414;
  font-family: var(--font-bold);
  margin-bottom: 24px;
  font-weight: bold;
}

.contentful-design h2 a {
  color: #141414;
}

.design-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.design-content-item {
  flex: 1 1 calc(16.66% - 20px);
  text-align: center;
}

.design-content-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
  transition: filter 0.2s;
}

.design-content-item a {
  display: block;
  color: var(--grey-ultra-dark);
  text-decoration: none;
  font-size: 1rem;
  text-align: start;
}

.design-content-item:hover img {
  filter: brightness(0.8);
  cursor: pointer;
  transition: filter 0.2s;
}

.contentful-asset img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: filter 0.6s ease;
  filter: brightness(0.9);
}

.contentful-asset img:hover {
  filter: brightness(0.8);
  cursor: pointer;
}

.contentful-introduce {
  margin: 40px;
  gap: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contentful-introduce-left,
.contentful-introduce-right {
  position: relative;
  overflow: hidden;
  width: 540px;
  height: 540px;
}

.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.6s ease;
  filter: brightness(0.9);
}

.image-container:hover .img-fluid {
  filter: brightness(0.8);
  cursor: pointer;
}

.image-container {
  position: relative;
  display: block;
}

.introduce-title {
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.introduce-title h2 {
  font-size: 32px;
  font-weight: bold;
  color: var(--white);
  font-family: var(--font-bold);
  line-height: 125%;
  font-size: 32px;
  margin: 0 0 10px 0;
  line-height: 125%;
}

.introduce-title p {
  font-size: 16px;
  margin: 0 0 30px 0;
  color: var(--white);
  font-family: var(--font-bold);
  line-height: 125%;
  font-weight: bold;
}

.introduce-title .btn-img {
  display: inline-block;
  padding: 12px 30px;
  background-color: #fff;
  color: rgb(30, 30, 30);
  text-align: center;
  font-family: var(--font-bold);
  font-weight: bold;
  border-radius: 100px;
  cursor: pointer;
  width: 200px;
}

.banner-subscribe {
  background-color: #000;
  padding: 0;
  display: flex;
  align-items: center;
  height: 300px;
  position: relative;
  justify-content: center;
  overflow: hidden;
}

.banner-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.banner-image-container {
  flex: 0 0 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}

.banner-image {
  height: 300px;
  width: auto;
  max-width: 100%;
}

.banner-content {
  flex: 0 0 60%;
  color: #fff;
  padding: 40px 5% 40px 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.banner-content h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 1.2;
  max-width: 450px;
}

.banner-content-subscribe {
  display: flex;
  gap: 15px;
  align-items: center;
}

.banner-content-subscribe form {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
}

.email-input {
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 1rem;
  width: 300px;
  max-width: 100%;
  outline: none;
  background-color: #fff;
  color: #333;
  line-height: 1.5;
}

.email-input::placeholder {
  color: #999;
}

.email-input-submit {
  background-color: var(--coral);
  color: var(--white);
  border: none;
  border-radius: 25px;
  padding: 11px 15px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  white-space: nowrap;
  line-height: 1.5;
}

.email-input-submit:hover {
  background-color: var(--coral-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 77, 77, 0.3);
}

.contentful-feedback {
  padding: 0 40px 40px 40px;
}

.tooltip-detail {
  text-align: start;
  margin-left: 10px;
}

.contentful-feedback p {
  color: #141414;
  font-family: var(--font-regular);
  font-style: normal;
  font-weight: 400;
}

.feedback-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-top: 20px;
}

.feedback-item {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.feedback-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-tag-toggle-button {
  position: absolute;
  bottom: 70px;
  left: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.product-tag-toggle-button:hover {
  background-color: #f0f0f0;
}

.shopping-bag-icon {
  width: 20px;
  height: 20px;
}

.feedback-item p {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
  color: #141414;
  font-family: var(--font-regular);
  font-style: normal;
  font-weight: 400;
}

.contentful-feedback h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.contentful-feedback p {
  font-size: 1rem;
  color: #333;
  text-align: start;
}

.contentful-feedback p a {
  color: var(--coral);
  font-weight: bold;
}

.contentful-feedback p a:hover {
  text-decoration: underline;
}

.product-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.feedback-item:hover .product-dots {
  opacity: 1;
  pointer-events: auto;
}

.product-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
}

.product-dot:hover {
  background-color: #f0f0f0;
  transform: translate(-50%, -50%) scale(1.1);
}

.product-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #666;
  border-radius: 50%;
}

.product-dot.active {
  background-color: #f0f0f0;
}

@keyframes pulse {
  0% {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.product-tooltip {
  display: flex;
  align-items: center;
  position: absolute;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  max-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(10px);
}

.product-tooltip.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  transition: left 0.3s ease;
}

.product-tooltip.tooltip-left::before {
  left: 20px;
}

.product-tooltip.tooltip-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.product-tooltip.tooltip-right::before {
  right: 20px;
}

.tooltip-detail p {
  margin: 5px 0;
  font-size: 1rem;
  font-weight: 500;
  color: #141414;
}

.product-tooltip .price {
  color: var(--coral, #f1655b);
  font-weight: bold;
}

.product-tooltip .fa-chevron-right {
  color: #666666;
  font-size: 14px;
  margin-left: 8px;
}

.product-tooltip .tooltip-img {
  height: 55px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.product-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.feedback-item:hover .product-dots {
  opacity: 1;
  pointer-events: auto;
}

.product-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
}

.product-dot:hover {
  background-color: #f0f0f0;
  transform: translate(-50%, -50%) scale(1.1);
}

.product-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #666;
  border-radius: 50%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.product-tooltip {
  display: flex;
  align-items: center;
  position: absolute;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  max-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(10px);
}

.product-tooltip.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--white);
}
.tooltip2-detail p {
  margin: 5px 0;
}
.product-tooltip .price {
  color: var(--coral);
  font-weight: bold;
}

.product-tooltip .fa-chevron-right {
  color: #666666;
  font-size: 14px;
  margin-left: 8px;
}

.product-tooltip .tooltip-img {
  height: 55px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.banner-subscribe-mobile {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  display: none;
}

.banner-wrapper-mobile {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  margin: 30px 0 0;
}

.banner-image-container-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-image-mobile {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-content-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 40px 30px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-content-mobile h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px;
  max-width: 280px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.banner-content-subscribe-mobile form {
  display: flex;
  flex-direction: row;
  gap: 10px;
  max-width: 280px;
  align-items: center;
}

.email-input-mobile {
  padding: 15px 20px;
  border: none;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--grey-dark);
  outline: none;
  transition: all 0.3s ease;
  width: 120px;
  height: 40px;
  border-radius: 10px;
}

.email-input-mobile::placeholder {
  color: #999;
  font-size: 16px;
}

.email-input-mobile:focus {
  background-color: white;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.email-input-submit-mobile {
  padding: 12px 20px;
  background-color: var(--coral);
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  align-self: flex-start;
  width: 130px;
  line-height: 1.5;
}

.email-input-submit-mobile:hover {
  background-color: #ff5733;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 74, 0.4);
}

.email-input-submit-mobile:active {
  transform: translateY(0);
}

@media screen and (max-width: 1025px) {
  .contentful-container {
    padding-top: 55px;
    padding-bottom: 15px;
  }

  .contentful-container h2 {
    font-size: 32px;
    top: 28%;
    width: 720px;
  }

  .contentful-container p {
    font-size: 16px;
    top: 39%;
    width: 720px;
  }

  .btn-video {
    top: 48%;
    padding: 8px 20px;
    font-size: 16px;
  }

  .contentful-design {
    padding: 40px 20px 0;
  }

  .contentful-design h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .design-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .design-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 340px;
  }

  .design-content-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--grey-dark);
    text-decoration: none;
  }

  .design-content-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 8px;
    flex-shrink: 0;
  }

  .contentful-introduce {
    margin: 20px 20px 40px;
    gap: 20px;
    align-items: center;
  }

  .contentful-introduce-left,
  .contentful-introduce-right {
    width: 482px;
    height: 482px;
  }

  .introduce-title {
    left: 0;
    padding: 15px;
  }

  .introduce-title h2 {
    font-size: 32px;
    margin: 0 0 8px 0;
  }

  .introduce-title .btn-img {
    padding: 10px 25px;
    width: 180px;
    font-size: 16px;
  }

  .banner-subscribe {
    background-color: #000;
    padding: 0;
    display: flex;
    align-items: center;
    height: 300px;
    position: relative;
    justify-content: center;
    overflow: hidden;
  }

  .banner-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .banner-image-container {
    flex: 0 0 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5%;
  }

  .banner-image {
    height: 300px;
    width: auto;
    max-width: 100%;
  }

  .banner-content {
    flex: 0 0 60%;
    color: #fff;
    padding: 40px 5% 40px 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .banner-content h3 {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1.2;
    max-width: 450px;
  }

  .banner-content-subscribe {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .banner-content-subscribe form {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
  }

  .email-input {
    border: none;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 1rem;
    width: 300px;
    max-width: 100%;
    outline: none;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
  }

  .email-input::placeholder {
    color: #999;
  }

  .email-input-submit {
    background-color: var(--coral);
    color: var(--white);
    border: none;
    border-radius: 25px;
    padding: 11px 15px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    white-space: nowrap;
    line-height: 1.5;
  }

  .email-input-submit:hover {
    background-color: var(--coral-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 77, 77, 0.3);
  }
  .banner-subscribe {
    height: 250px;
  }

  .banner-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  .banner-image-container {
    padding-left: 0;
    flex: 0 0 50%;
  }

  .banner-image {
    height: 250px;
    object-fit: cover;
  }

  .banner-content {
    flex: 0 0 65%;
    padding: 30px 0 30px 15px;
  }

  .banner-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .banner-content-subscribe {
    gap: 10px;
  }

  .banner-content-subscribe form {
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .email-input {
    width: 320px;
    padding: 10px 12px;
    font-size: 16px;
  }

  .email-input-submit {
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 16px;
    align-self: flex-start;
    min-width: 100px;
  }

  .contentful-feedback {
    padding: 40px 24px;
  }

  .feedback-items {
    gap: 20px;
  }
}

@media screen and (max-width: 769px) {
  .contentful-container {
    padding-top: 55px;
    padding-bottom: 15px;
  }

  .contentful-container h2 {
    font-size: 32px;
    top: 28%;
    width: 720px;
  }

  .contentful-container p {
    font-size: 16px;
    top: 39%;
    width: 720px;
  }

  .btn-video {
    top: 48%;
    padding: 8px 20px;
    font-size: 16px;
  }

  .contentful-design {
    padding: 40px 20px 0;
  }

  .contentful-design h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .design-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .design-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 280px;
  }

  .design-content-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--grey-dark);
    text-decoration: none;
  }

  .design-content-item img {
    width: 100%;
    height: 224px;
    object-fit: cover;
    margin-bottom: 8px;
    flex-shrink: 0;
  }

  .contentful-introduce {
    margin: 20px 20px 40px;
    gap: 20px;
    align-items: center;
  }

  .contentful-introduce-left,
  .contentful-introduce-right {
    width: 354px;
    height: 354px;
  }

  .introduce-title {
    left: 0;
    padding: 15px;
  }

  .introduce-title h2 {
    font-size: 32px;
    margin: 0 0 8px 0;
  }

  .introduce-title .btn-img {
    padding: 10px 25px;
    width: 180px;
    font-size: 16px;
  }

  .banner-subscribe {
    background-color: #000;
    padding: 0;
    display: flex;
    align-items: center;
    height: 300px;
    position: relative;
    justify-content: center;
    overflow: hidden;
  }

  .banner-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .banner-image-container {
    flex: 0 0 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5%;
  }

  .banner-image {
    height: 300px;
    width: auto;
    max-width: 100%;
  }

  .banner-content {
    flex: 0 0 60%;
    color: #fff;
    padding: 40px 5% 40px 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .banner-content h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 1.2;
    max-width: 450px;
  }

  .banner-content-subscribe {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .banner-content-subscribe form {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
  }

  .email-input {
    border: none;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 1rem;
    width: 300px;
    max-width: 100%;
    outline: none;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
  }

  .email-input::placeholder {
    color: #999;
  }

  .email-input-submit {
    background-color: var(--coral);
    color: var(--white);
    border: none;
    border-radius: 25px;
    padding: 11px 15px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    white-space: nowrap;
    line-height: 1.5;
  }

  .email-input-submit:hover {
    background-color: var(--coral-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 77, 77, 0.3);
  }
  .banner-subscribe {
    height: 250px;
  }

  .banner-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  .banner-image-container {
    padding-left: 0;
    flex: 0 0 50%;
  }

  .banner-image {
    height: 250px;
    object-fit: cover;
  }

  .banner-content {
    flex: 0 0 65%;
    padding: 30px 0 30px 15px;
  }

  .banner-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .banner-content-subscribe {
    gap: 10px;
  }

  .banner-content-subscribe form {
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .email-input {
    width: 320px;
    padding: 10px 12px;
    font-size: 16px;
  }

  .email-input-submit {
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 16px;
    align-self: flex-start;
    min-width: 100px;
  }

  .contentful-feedback {
    padding: 40px 24px;
  }

  .feedback-items {
    gap: 20px;
  }
}

@media screen and (max-width: 441px) {
  .contentful-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contentful-container h2 {
    font-size: 32px;
    top: 25%;
    line-height: 115%;
    width: 280px;
  }

  .contentful-container p {
    font-size: 16px;
    top: 38%;
    line-height: 135%;
    width: 280px;
  }

  .btn-video {
    width: 200px;
    top: 45%;
    padding: 14px 30px;
    font-size: 10px;
    border-radius: 20px;
  }

  .video {
    height: 560px;
  }

  .contentful-design {
    padding: 40px 20px;
  }

  .contentful-design h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .design-content {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .design-content-item {
    flex: 1 1 calc(50% - 8px);
    height: auto;
  }

  .design-content-item img {
    width: 188px;
    height: 188px;
  }

  .design-content-item a {
    font-size: 16px;
  }

  .contentful-introduce {
    flex-direction: column;
    margin: 15px 0;
    gap: 0;
    position: relative;
  }

  .contentful-introduce-left,
  .contentful-introduce-right {
    height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .contentful-introduce-left {
    border-bottom-right-radius: 260px;
  }

  .contentful-introduce-right {
    border-top-left-radius: 260px;
  }

  .image-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .introduce-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 12px;
    left: 8px;
    color: #fff;
  }

  .contentful-introduce-left .introduce-title {
    top: 0;
    align-items: flex-start;
  }

  .contentful-introduce-right .introduce-title {
    top: 190px;
    left: -5px;
    text-align: left;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .introduce-title h2 {
    font-size: 32px;
    margin: 0;
  }

  .introduce-title .btn-img {
    padding: 12px 0;
    font-size: 16px;
    border-radius: 20px;
    width: 165px;
    background-color: #fff; /* Nền trắng cho nút */
    color: #000; /* Màu chữ nút */
    text-align: center;
    margin-top: 10px;
  }

  .contentful-feedback {
    padding: 20px 0 40px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .feedback-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .feedback-item {
    min-width: 360px;
    display: inline-block;
  }

  .contentful-feedback h2 {
    font-size: 32px;
    margin: 0 20px 8px 0;
  }

  .contentful-feedback p {
    font-size: 16px;
    margin: 0 20px 0 0;
  }

  .product-tag-toggle-button {
    width: 32px;
    height: 32px;
    bottom: 50px;
    left: 12px;
  }

  .shopping-bag-icon {
    width: 16px;
    height: 16px;
  }

  .feedback-item p {
    font-size: 0.8rem;
    margin-top: 6px;
  }

  .product-tooltip {
    max-width: 200px;
    padding: 8px 10px;
    border-radius: 8px;
  }

  .tooltip-img {
    height: 40px;
  }

  .tooltip-detail p {
    font-size: 0.8rem;
    margin: 3px 0;
  }

  .product-dot {
    width: 20px;
    height: 20px;
  }

  .product-dot::after {
    width: 6px;
    height: 6px;
  }

  .contentful-asset img {
    height: 480px;
  }

  .banner-subscribe {
    display: none;
  }

  .banner-subscribe-mobile {
    display: block;
  }

  .banner-content-mobile h3 {
    max-width: 320px;
  }

  .banner-content-subscribe-mobile form {
    max-width: 425px;
  }

  .email-input-mobile {
    width: 240px;
  }
}

@media screen and (max-width: 376px) {
  .contentful-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contentful-container h2 {
    font-size: 32px;
    top: 25%;
    line-height: 115%;
    width: 280px;
  }

  .contentful-container p {
    font-size: 16px;
    top: 38%;
    line-height: 135%;
    width: 280px;
  }

  .btn-video {
    width: 200px;
    top: 45%;
    padding: 14px 30px;
    font-size: 10px;
    border-radius: 20px;
  }

  .video {
    height: 560px;
  }

  .contentful-design {
    padding: 40px 20px;
  }

  .contentful-design h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .design-content {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .design-content-item {
    flex: 1 1 calc(50% - 8px);
    height: auto;
  }

  .design-content-item img {
    width: 163px;
    height: 163px;
  }

  .design-content-item a {
    font-size: 16px;
  }

  .contentful-introduce {
    flex-direction: column;
    margin: 15px 0;
    gap: 0;
    position: relative;
  }

  .contentful-introduce-left,
  .contentful-introduce-right {
    height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .contentful-introduce-left {
    border-bottom-right-radius: 260px;
  }

  .contentful-introduce-right {
    border-top-left-radius: 260px;
  }

  .image-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .introduce-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 12px;
    left: 8px;
    color: #fff;
  }

  .contentful-introduce-left .introduce-title {
    top: 0;
    align-items: flex-start;
  }

  .contentful-introduce-right .introduce-title {
    top: 190px;
    left: -5px;
    text-align: left;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .introduce-title h2 {
    font-size: 32px;
    margin: 0;
  }

  .introduce-title .btn-img {
    padding: 12px 0;
    font-size: 16px;
    border-radius: 20px;
    width: 165px;
    background-color: #fff; /* Nền trắng cho nút */
    color: #000; /* Màu chữ nút */
    text-align: center;
    margin-top: 10px;
  }

  .contentful-feedback {
    padding: 20px 0 40px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .feedback-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .feedback-item {
    min-width: 300px;
    display: inline-block;
  }

  .contentful-feedback h2 {
    font-size: 32px;
    margin: 0 20px 8px 0;
  }

  .contentful-feedback p {
    font-size: 16px;
    margin: 0 20px 0 0;
  }

  .product-tag-toggle-button {
    width: 32px;
    height: 32px;
    bottom: 50px;
    left: 12px;
  }

  .shopping-bag-icon {
    width: 16px;
    height: 16px;
  }

  .feedback-item p {
    font-size: 0.8rem;
    margin-top: 6px;
  }

  .product-tooltip {
    max-width: 200px;
    padding: 8px 10px;
    border-radius: 8px;
  }

  .tooltip-img {
    height: 40px;
  }

  .tooltip-detail p {
    font-size: 0.8rem;
    margin: 3px 0;
  }

  .product-dot {
    width: 20px;
    height: 20px;
  }

  .product-dot::after {
    width: 6px;
    height: 6px;
  }

  .contentful-asset img {
    height: 480px;
  }

  .banner-subscribe {
    display: none;
  }

  .banner-subscribe-mobile {
    display: block;
  }

  .banner-content-mobile h3 {
    max-width: 320px;
  }

  .banner-content-subscribe-mobile form {
    max-width: 320px;
  }

  .email-input-mobile {
    width: 170px;
  }
}

@media screen and (max-width: 321px) {
  .contentful-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contentful-container h2 {
    font-size: 32px;
    top: 25%;
    line-height: 115%;
    width: 280px;
  }

  .contentful-container p {
    font-size: 16px;
    top: 38%;
    line-height: 135%;
    width: 280px;
  }

  .btn-video {
    width: 200px;
    top: 45%;
    padding: 14px 30px;
    font-size: 10px;
    border-radius: 20px;
  }

  .video {
    height: 480px;
  }

  .contentful-design {
    padding: 40px 20px;
  }

  .contentful-design h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .design-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .design-content-item {
    flex: 1 1 calc(50% - 8px);
    height: auto;
  }

  .design-content-item img {
    width: 136px;
    height: 136px;
  }

  .design-content-item a {
    font-size: 16px;
  }

  .contentful-introduce {
    flex-direction: column;
    margin: 15px 0;
    gap: 0;
    position: relative;
  }

  .contentful-introduce-left,
  .contentful-introduce-right {
    height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .contentful-introduce-left {
    border-bottom-right-radius: 260px;
  }

  .contentful-introduce-right {
    border-top-left-radius: 260px;
  }

  .image-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .introduce-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 12px;
    left: 8px;
    color: #fff;
  }

  .contentful-introduce-left .introduce-title {
    top: 0;
    align-items: flex-start;
  }

  .contentful-introduce-right .introduce-title {
    top: 190px;
    left: -5px;
    text-align: left;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .introduce-title h2 {
    font-size: 32px;
    margin: 0;
  }

  .introduce-title .btn-img {
    padding: 12px 0;
    font-size: 16px;
    border-radius: 20px;
    width: 165px;
    background-color: #fff;
    color: #000;
    text-align: center;
    margin-top: 10px;
  }

  .contentful-feedback {
    padding: 20px 0 40px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .feedback-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .feedback-item {
    min-width: 260px;
    display: inline-block;
  }

  .contentful-feedback h2 {
    font-size: 32px;
    margin: 0 20px 8px 0;
  }

  .contentful-feedback p {
    font-size: 16px;
    margin: 0 20px 0 0;
  }

  .product-tag-toggle-button {
    width: 32px;
    height: 32px;
    bottom: 50px;
    left: 12px;
  }

  .shopping-bag-icon {
    width: 16px;
    height: 16px;
  }

  .feedback-item p {
    font-size: 0.8rem;
    margin-top: 6px;
  }

  .product-tooltip {
    max-width: 200px;
    padding: 8px 10px;
    border-radius: 8px;
  }

  .tooltip-img {
    height: 40px;
  }

  .tooltip-detail p {
    font-size: 0.8rem;
    margin: 3px 0;
  }

  .product-dot {
    width: 20px;
    height: 20px;
  }

  .product-dot::after {
    width: 6px;
    height: 6px;
  }

  .contentful-asset img {
    height: 480px;
  }

  .banner-subscribe {
    display: none;
  }

  .banner-subscribe-mobile {
    display: block;
  }

  .email-input-mobile {
    width: 130px;
  }

  .email-input-submit-mobile {
    width: 120px;
    font-size: 14px;
  }
}

/* ===== footer === */

.footer {
  background-color: #2a2a2a;
  color: #ffffff;
  padding: 40px;
  font-size: 14px;
}

.footer-logo {
  margin: 0 0 30px;
}

.footer-logo svg {
  height: 30px;
  width: auto;
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  color: #ffffff;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.social-icons a:hover {
  color: var(--grey-light);
}

.footer-main {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-columns {
  display: flex;
  flex: 3;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-column {
  flex: 1;
  min-width: 100px;
}

.footer-column h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
}

.footer-column ul {
  padding: 10px 0;
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 8px;
  font-family: var(--font-semibold);
}

.footer-column ul li a {
  font-size: var(--font-size-12);
  line-height: var(--line-height-12);
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.footer-column ul li a:hover {
  color: var(--grey-light);
}

.footer-subscribe {
  flex: 1;
  min-width: 200px;
  text-align: right;
}

.footer-subscribe p {
  margin-bottom: 24px;
  font-size: 22px;
  text-align: start;
}

.subscribe-form {
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 350px;
}

.subscribe-input {
  padding: 12px 8px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
}

.subscribe-button {
  padding: 8px 16px;
  background-color: #ff6347;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  width: 40%;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

.subscribe-button:hover {
  background-color: #e5533e;
}

.footer-country img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer-country {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.active-country {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  font-family: var(--font-semibold);
  color: var(--white);
}

.footer-country a {
  font-size: 14px;
  margin-left: 5px;
  font-family: var(--font-regular);
  color: var(--grey-5);
}

.footer-country a:hover,
.footer-bottom a:hover {
  color: var(--grey-light);
}

.footer-bottom a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.footer-bottom p {
  margin-bottom: 10px;
}
@media screen and (max-width: 1025px) {
  .footer {
    padding: 30px 20px;
  }

  .footer-logo {
    margin: 20px;
  }

  .footer-logo svg {
    height: 32px;
  }

  .social-icons a {
    font-size: 24px;
  }

  .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
  }

  .footer-main {
    gap: 30px;
  }

  .footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-content: center;
    padding: 20px;
  }

  .footer-column {
    min-width: auto;
  }

  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-column ul {
    padding: 0;
  }

  .footer-column ul li {
    margin-bottom: 10px;
  }

  .footer-column ul li a {
    font-size: 14px;
  }

  .footer-subscribe {
    max-width: 500px;
  }

  .footer-subscribe p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .subscribe-form {
    width: 100%;
  }

  .subscribe-input {
    padding: 12px;
    font-size: 16px;
  }

  .subscribe-button {
    padding: 12px 24px !important;
    font-size: 16px !important;
    margin-top: 10px;
    width: 150px;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 30px;
  }

  .footer-country {
    margin-bottom: 20px;
  }

  .footer-bottom p {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
  }

  .active-country {
    font-size: 16px;
  }
}

@media screen and (max-width: 769px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-logo {
    margin: 0;
  }

  .footer-logo svg {
    height: 32px;
  }

  .social-icons a {
    font-size: 28px;
  }

  .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
  }

  .footer-main {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-content: center;
    padding: 0px;
  }

  .footer-column {
    min-width: auto;
  }

  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-column ul {
    padding: 0;
  }

  .footer-column ul li {
    margin-bottom: 10px;
  }

  .footer-column ul li a {
    font-size: 12px;
  }

  .footer-subscribe {
    max-width: 500px;
    margin-left: 0;
    margin-top: 40px;
  }

  .footer-subscribe p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .subscribe-form {
    width: 100%;
    max-width: 420px;
  }

  .subscribe-input {
    padding: 14px 12px;
    font-size: 16px;
  }

  .subscribe-button {
    padding: 12px 24px !important;
    font-size: 16px !important;
    margin-top: 10px;
  }

  .footer-bottom a {
    font-size: 14px;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 30px;
  }

  .footer-country {
    margin-bottom: 20px;
  }

  .footer-bottom p {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
  }

  .active-country {
    font-size: 16px;
  }
}

@media screen and (max-width: 441px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-logo {
    margin: 0;
  }

  .footer-logo svg {
    height: 32px;
  }

  .social-icons a {
    font-size: 28px;
  }

  .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
  }

  .footer-main {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .footer-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: center;
    padding: 0px;
  }

  .footer-column {
    min-width: auto;
  }

  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-column ul {
    padding: 0;
  }

  .footer-column ul li {
    margin-bottom: 10px;
  }

  .footer-column ul li a {
    font-size: 12px;
  }

  .footer-subscribe {
    max-width: 500px;
    margin-left: 0;
    margin-top: 40px;
  }

  .footer-subscribe p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .subscribe-form {
    width: 100%;
    max-width: 420px;
  }

  .subscribe-input {
    padding: 14px 12px;
    font-size: 16px;
  }

  .subscribe-button {
    padding: 12px 24px !important;
    font-size: 16px !important;
    margin-top: 10px;
  }

  .footer-bottom a {
    font-size: 14px;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 30px;
  }

  .footer-country {
    margin-bottom: 20px;
  }

  .footer-bottom p {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
  }

  .active-country {
    font-size: 16px;
  }
}

@media screen and (max-width: 376px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-logo {
    margin: 0;
  }

  .footer-logo svg {
    height: 30px;
  }

  .social-icons a {
    font-size: 24px;
  }

  .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
  }

  .footer-main {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .footer-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: center;
    padding: 0px;
  }

  .footer-column {
    min-width: auto;
  }

  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-column ul {
    padding: 0;
  }

  .footer-column ul li {
    margin-bottom: 10px;
  }

  .footer-column ul li a {
    font-size: 12px;
  }

  .footer-subscribe {
    max-width: 400px;
    margin-left: 0;
    margin-top: 40px;
  }

  .footer-subscribe p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .subscribe-form {
    width: 100%;
    max-width: 350px;
  }

  .subscribe-input {
    padding: 14px 12px;
    font-size: 16px;
  }

  .subscribe-button {
    padding: 12px 24px !important;
    font-size: 16px !important;
    margin-top: 10px;
  }

  .footer-bottom a {
    font-size: 14px;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 30px;
  }

  .footer-country {
    margin-bottom: 20px;
  }

  .footer-bottom p {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
  }

  .active-country {
    font-size: 16px;
  }
}

@media screen and (max-width: 321px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-logo {
    margin: 0;
  }

  .footer-logo svg {
    height: 28px;
  }

  .social-icons a {
    font-size: 24px;
  }

  .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
  }

  .footer-main {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .footer-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: center;
    padding: 0px;
  }

  .footer-column {
    min-width: auto;
  }

  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-column ul {
    padding: 0;
  }

  .footer-column ul li {
    margin-bottom: 10px;
  }

  .footer-column ul li a {
    font-size: 12px;
  }

  .footer-subscribe {
    max-width: 400px;
    margin-left: 0;
    margin-top: 40px;
  }

  .footer-subscribe p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .subscribe-form {
    width: 100%;
    max-width: 350px;
  }

  .subscribe-input {
    padding: 14px 12px;
    font-size: 16px;
  }

  .subscribe-button {
    padding: 12px 24px !important;
    font-size: 16px !important;
    margin-top: 10px;
  }

  .footer-bottom a {
    font-size: 14px;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 30px;
  }

  .footer-country {
    margin-bottom: 20px;
  }

  .footer-bottom p {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
  }

  .active-country {
    font-size: 16px;
  }
}

/* ==== catogory page styles ==== */

.title-page-list {
  list-style: none;
  margin: 0;
  padding: 0 40px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.title-page-list li {
  margin-right: 10px;
  display: inline-block;
}

.title-page-list li a {
  font-size: 12px;
  color: var(--grey-medium);
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
}

.title-page-list li a:hover {
  font-size: 12px;
  color: var(--link-color);
  text-decoration: none;
}

.title-page-list li span {
  font-size: 12px;
  color: var(--grey-medium);
  overflow: hidden;
  white-space: nowrap;
}

.title-page-list i {
  font-size: 10px;
  color: var(--grey-medium);
}

.info-page {
  padding: 16px 40px;
}

.info-page h2 {
  font-size: 32px;
  font-family: var(--font-light);
  color: var(--grey-dark);
  font-weight: lighter;
  margin-bottom: 16px;
}

.info-page p {
  font-size: 20px;
  color: var(--grey-dark);
  line-height: 1.5;
  font-weight: lighter;
}

.explore-items {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0px 40px 40px;
  width: 100%;
  max-width: 100%;
}

.explore-item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.explore-item-image {
  width: 100%;
  height: auto;
}

.explore-item-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: filter 0.6s ease;
}

.explore-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.explore-item-content h4 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-align: left !important;
  letter-spacing: 1px;
}

.btn-explore {
  width: 120px;
  height: 37px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-left: 0 !important;
  line-height: 1.7;
}

.explore-item:hover {
  filter: brightness(0.8);
  cursor: pointer;
}
/* ---- */

.category-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  padding: 0px 40px 50px;
  margin: 0 auto;
}

.category-list-item {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.category-list-item-img {
  width: 80px;
  height: 80px;
  margin-right: 12px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.category-list-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-list-item-content {
  flex: 1;
  margin-right: 8px;
}

.category-list-item-content a {
  color: var(--grey-1);
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--font-bold);
}

/* 
--- */
.filter-list {
  padding: 10px 40px;
  text-align: right;
}

.dropdown {
  float: right;
}

.dropdown-toggle {
  border-radius: 20px !important;
  border: 1px solid #ced4da !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  color: #333 !important;
  background-color: #fff !important;
  width: 200px !important;
  text-align: left !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-toggle[aria-expanded="true"] .fa-angle-down {
  transform: rotate(180deg);
}

.dropdown-toggle .fa-angle-down {
  transition: transform 0.3s ease;
}

.dropdown-menu {
  border-radius: 8px !important;
  border: 1px solid #ced4da !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  min-width: 200px !important;
  padding: 5px 0 !important;
}

.dropdown-item {
  font-size: 14px !important;
  color: #333 !important;
  padding: 8px 16px !important;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: var(--coral) !important;
}

.dropdown-item-2 {
  font-size: 14px !important;
  color: #333 !important;
  padding: 8px 16px !important;
  text-decoration: none;
}

.dropdown-item-2:hover {
  background-color: #f8f9fa;
  color: var(--coral) !important;
  text-decoration: underline;
}
/* ---- */

.category-main {
  margin: 0 40px;
  display: flex;
  gap: 30px;
}

.category-main-filters {
  width: 200px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
}

.clear-filters {
  display: none;
  background: none;
  border: 2px solid var(--coral);
  color: var(--coral);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 1.1px;
}

.clear-filters:hover {
  background-color: #ffefee;
}

.clear-filters.show {
  display: inline-block;
}

.filter-group {
  margin-bottom: 25px;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}

.filter-group h4 {
  font-size: 18px;
  color: var(--grey-dark);
  margin-bottom: 15px;
}

.filter-option {
  display: flex;
  align-items: center;
  padding: 8px 12px 8px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin-bottom: 4px;
  position: relative;
}

.filter-option input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
}

.filter-option input[type="checkbox"]:hover {
  box-shadow: 0 0 0 10px var(--grey-ultra-light);
}

.filter-option input[type="checkbox"]:checked {
  border-color: var(--coral);
}

.filter-option input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--coral);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.filter-option input[type="checkbox"]:focus {
  outline: none;
}

.filter-option label {
  cursor: pointer;
  font-size: 14px;
  color: var(--grey-dark);
  margin: 0;
  transition: color 0.3s ease;
  flex: 1;
}

.filter-option input[type="checkbox"]:checked + label {
  color: var(--coral);
}
.filter-option.hidden {
  display: none;
}

.filter-option.toggle {
  cursor: pointer;
  color: #007bff;
}

.filter-option.toggle i {
  margin-right: 5px;
}

/**customer**/

.filter-option-rooms {
  display: flex;
  align-items: center;
  padding: 8px 12px 8px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin-bottom: 4px;
  position: relative;
}

.filter-option-rooms input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
}

.filter-option-rooms input[type="checkbox"]:hover {
  box-shadow: 0 0 0 10px var(--grey-ultra-light);
}

.filter-option-rooms input[type="checkbox"]:checked {
  border-color: var(--coral);
}

.filter-option-rooms input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--coral);
  font-size: 6px;
  font-weight: bold;
  line-height: 1;
}

.filter-option-rooms input[type="checkbox"]:focus {
  outline: none;
}

.filter-option-rooms label {
  cursor: pointer;
  font-size: 14px;
  color: var(--grey-dark);
  margin: 0;
  transition: color 0.3s ease;
  flex: 1;
}

.filter-option-rooms input[type="checkbox"]:checked + label {
  color: var(--coral);
}
.filter-option-rooms.hidden {
  display: none;
}

.filter-option-rooms.toggle {
  cursor: pointer;
  color: #007bff;
}

.filter-option-rooms.toggle i {
  margin-right: 5px;
}

.filter-option-rooms.toggle{
  display: none;
}

///

.filter-option-customer {
  display: flex;
  align-items: center;
  padding: 8px 12px 8px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin-bottom: 4px;
  position: relative;
}

.filter-option-customer input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
}

.filter-option-customer input[type="checkbox"]:hover {
  box-shadow: 0 0 0 10px var(--grey-ultra-light);
}

.filter-option-customer input[type="checkbox"]:checked {
  border-color: var(--coral);
}

.filter-option-customer input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--coral);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.filter-option-customer input[type="checkbox"]:focus {
  outline: none;
}

.filter-option-customer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0px;
}

.filter-option-customer label {
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  color: var(--black);
  margin: 0;
  transition: color 0.3s ease;
  flex: 1;
}

.filter-option-customer input[type="checkbox"]:checked + label {
  color: var(--coral);
}
.filter-option-customer.hidden {
  display: none;
}

.filter-option-customer.toggle {
  cursor: pointer;
  color: #007bff;
}

.filter-option-customer.toggle i {
  margin-right: 5px;
}

.filter-option-customer.toggle{
  display: none;
}


.filter-option-products.toggle{
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.clear-filters.show {
  animation: fadeIn 0.3s ease;
}

.filter-option i {
  color: var(--grey-dark);
  font-size: 12px;
  margin-right: 10px;
}

.filter-option a {
  color: var(--grey-dark);
  font-size: 14px;
}

.filter-option-rooms i {
  color: var(--grey-dark);
  font-size: 12px;
  margin-right: 10px;
}

.filter-option-rooms a {
  color: var(--grey-dark);
  font-size: 14px;
}

.price-filter-container {
  margin-top: 15px;
}

.price-input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  outline: none;
  transition: border-color 0.3s ease;
  text-align: center;
  min-width: 60px;
  max-width: 80px;
  color: var(--grey-dark);
}

.price-inputs {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}

.price-inputs span {
  color: #666;
  font-size: 12px;
  font-weight: 500;
  margin: 0 4px;
}

.price-input:focus,
.price-input:hover {
  border: 1px solid var(--grey-light);
}

.price-range-container {
  position: relative;
  margin: 20px 0;
}

.price-range-slider {
  position: relative;
  height: 10px;
  background: #e9ecef;
  border-radius: 2px;
  margin: 20px 0;
}

.price-range-progress {
  height: 100%;
  background: var(--grey-light);
  border-radius: 2px;
  position: absolute;
  transition: all 0.1s ease;
}

.range-input {
  position: absolute;
  width: 100%;
  height: 10px;
  top: 0px;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: var(--grey-dark);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.range-input::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.range-input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #e74c3c;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.range-input::-moz-range-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.range-input::-webkit-slider-track {
  background: transparent;
}

.range-input::-moz-range-track {
  background: transparent;
}

.category-main-content {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
  align-content: flex-start;
}

.category-product-item {
  overflow: hidden;
  position: relative;
}

.product-image {
  position: relative;
  overflow: hidden;
  height: 365px;
  text-align: center;
}

.product-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease; /* Tăng thời gian chuyển đổi lên 0.5s */
  opacity: 1;
}

.product-image img.transitioning {
  opacity: 0; /* Tạo hiệu ứng mờ dần khi chuyển đổi */
}

.product-image:hover img {
  opacity: 0; /* Ẩn ảnh hiện tại khi hover */
}

.product-image .hover-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease; /* Hiệu ứng mờ dần cho ảnh hover */
}

.product-image:hover .hover-image {
  opacity: 1; /* Hiện ảnh hover khi di chuột vào */
}

.product-image:hover .product-badge{
  display: flex;
}

.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  /* background: var(--coral, #e74c3c); */
  color: white;
  padding: 6px 12px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}

.product-detail {
  padding: 15px 0;
}

.product-detail-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--grey-dark, #333);
  margin-bottom: 12px;
  line-height: 1.4;
  min-height: 44px;
  text-align: center;
}

.product-detail-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.product-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--coral, #e74c3c);
}

.product-old-price {
  font-size: 16px;
  color: #999;
  font-weight: 700;
  text-decoration: line-through;
}

.product-detail-styles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}

.color-option {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ddd;
  cursor: pointer;
  transition: border-color 0.5s ease;
  position: relative;
}

.color-option:hover {
  border-color: #e74c3c;
}

.color-option.active {
  border-color: #e74c3c;
  box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2);
}

.pixel-divider {
  height: 4px;
  background-color: #f2f2f2;
  width: 40px;
  margin: 0 auto;
}

.pixel-divider.long {
  width: calc(100% - 80px);
  margin: 25px auto 20px;
}

.see-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.see-more-count {
  color: var(--grey-medium);
  font-size: 16px;
  text-align: center;
}

.see-more-button button {
  background-color: var(--coral);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1.2px;
}

.see-more-button button:hover {
  background-color: var(--coral-dark);
}

.silder-images {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: calc(100% - 80px);
  margin: 0 40px 80px;
  box-sizing: border-box;
}
.image-list {
  display: flex;
  transition: transform 0.5s ease;
  gap: 5px; /* 5px gap between images */
  width: fit-content;
}
.silder-item {
  width: 400px; /* Fixed width */
  flex-shrink: 0;
  box-sizing: border-box;
}
.silder-item img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  display: block;
}
.control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--white);
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 16px;
  color: #333;
  z-index: 1;
}
.silder-images:hover .control {
  opacity: 1;
}
.control.prev {
  left: 0;
}
.control.next {
  right: 0;
}
.control i {
  margin: 0;
}
.control.disabled {
  cursor: not-allowed;
  opacity: 0;
  pointer-events: none;
}

.product-introduce {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background-color: var(--grey-ultra-light);
}
.product-introduce-item {
  flex: 1;
  margin: 0 10px;
  text-align: center;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.product-introduce-img {
  position: relative;
}
.product-introduce-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
  transition: filter 0.6s ease;
  filter: brightness(0.9);
}

.product-introduce-img img:hover {
  filter: brightness(0.8);
  cursor: pointer;
}

.product-introduce-title {
  position: absolute;
  top: 25px;
  left: 25px;
  color: var(--white);
}

.product-introduce-title h4 {
  font-weight: bold;
  font-size: 26px;
}

.next-introduce {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: var(--white);
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.next-introduce i {
  font-size: 12px;
  color: #626262;
}

.readmore-content {
  max-width: 500px;
  margin-left: 40px;
  padding: 25px 0;
}

.readmore-content h2 {
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

.readmore-content p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #6c757d;
}

.readmore-content a {
  font-size: 14px;
  color: #6c757d;
  transition: color 0.2s, text-decoration 0.2s;
}

.readmore-content a:hover {
  color: #495057;
}

.text-danger {
  color: var(--coral) !important;
  text-decoration: none;
}

.newsletter-wrapper {
  background-color: #f5f5f5;
  padding: 40px 0;
}

.newsletter-container {
  max-width: 725px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.newsletter-left {
  flex: 1 1 300px;
}

.newsletter-title {
  font-size: 20px;
  color: var(--grey-dark);
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.4;
}

.newsletter-subtext {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.newsletter-input {
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  min-width: 240px;
}

.subscribe-button {
  background-color: #ff6b5d;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 999px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.subscribe-button:hover {
  background-color: #e85a4d;
}

.see-all-photo-mobile {
  display: none;
  margin: 20px auto;
  padding: 12px 24px;
  background-color: var(--white);
  color: var(--coral);
  border: 2px solid var(--coral);
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
  outline: none;
  min-width: 200px;
}

.filter-list-mobile {
  display: none;
}

.filter-list-mobile button {
  background-color: var(--coral);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 20px;
}

.filter-list-mobile button i {
  color: var(--white);
  font-size: 12px;
}

.mobile-filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-filter-overlay.mf-active {
  opacity: 1;
  visibility: visible;
}

/* Filter Panel */
.mobile-filter-panel {
  position: fixed;
  top: 0;
  right: -80%;
  width: 80%;
  height: 100vh;
  background-color: white;
  z-index: 99999;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile-filter-panel.mf-active {
  right: 0;
}

/* Header */
.mf-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 10;
}

.mf-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey-dark);
  letter-spacing: 0.5px;
}

.mf-item-count {
  font-size: 16px;
  color: var(--grey-dark);
  margin-left: 8px;
}

.mf-close-btn {
  background: none;
  border: none;
  font-size: 18px;
  color: var(--grey-dark);
  cursor: pointer;
  padding: 4px;
}

/* Sort Section */
.mf-sort-section {
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.mf-sort-label {
  font-size: 16px;
  color: var(--grey-dark);
  margin-bottom: 8px;
}

.mf-sort-dropdown {
  position: relative;
  width: 100%;
}

.mf-sort-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid transparent;
}

.mf-sort-selected:hover {
  border-bottom-color: #e0e0e0;
}

.mf-sort-value {
  font-size: 16px;
  color: var(--grey-dark);
  font-weight: 400;
}

.mf-sort-icon {
  font-size: 12px;
  color: #666;
  transition: transform 0.3s ease;
}

.mf-sort-selected.mf-expanded .mf-sort-icon {
  transform: rotate(180deg);
}

.mf-sort-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mf-sort-options.mf-expanded {
  max-height: 300px;
}

.mf-sort-option {
  padding: 12px 16px;
  font-size: 16px;
  color: var(--grey-dark);
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.mf-sort-option:last-child {
  border-bottom: none;
}

.mf-sort-option:hover {
  background-color: #f8f8f8;
}

.mf-sort-option.mf-selected {
  background-color: #f0f0f0;
  font-weight: 500;
}

/* Action Buttons */
.mf-action-buttons {
  display: flex;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.mf-clear-btn {
  flex: 1;
  padding: 12px;
  background-color: var(--grey-light);
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mf-done-btn {
  flex: 1;
  padding: 12px;
  background-color: var(--coral);
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Filter Content */
.mf-content {
  padding: 0 20px 20px;
}

/* Filter Section */
.mf-section {
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

.mf-section:last-child {
  border-bottom: none;
}

.mf-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  user-select: none;
}

.mf-section-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.mf-section-icon {
  font-size: 14px;
  color: #666;
  transition: transform 0.3s ease;
}

.mf-section-header.mf-expanded .mf-section-icon {
  transform: rotate(180deg);
}

/* Section Content */
.mf-section-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mf-section-content.mf-expanded {
  max-height: 500px;
  padding-bottom: 20px;
}

/* Price Range */
.mf-price-range {
  margin-bottom: 0;
}

.mf-price-slider-container {
  position: relative;
  margin: 25px 0 20px 0;
  padding: 0 15px;
}

.mf-price-slider-track {
  width: 100%;
  height: 4px;
  background-color: #d0d0d0;
  border-radius: 2px;
  position: relative;
}

.mf-price-slider-range {
  position: absolute;
  height: 100%;
  background-color: #666;
  border-radius: 2px;
  top: 0;
}

.mf-price-handle {
  position: absolute;
  top: -8px;
  width: 20px;
  height: 20px;
  background-color: #666;
  border: 2px solid white;
  border-radius: 50%;
  cursor: grab;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  z-index: 10;
}

.mf-price-handle:active {
  cursor: grabbing;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.mf-price-inputs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 15px;
}

.mf-price-input {
  padding: 8px 8px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  font-size: 16px;
  text-align: left;
  background-color: white;
  color: var(--grey-dark);
  font-weight: 400;
  width: 125px;
}

.mf-price-input:focus {
  outline: none;
  border-color: #666;
}

#minHandle {
  left: 6% !important;
}

#maxHandle {
  left: 94% !important;
}

.mf-price-separator {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

/* Room Options */
.mf-room-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mf-room-option {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.mf-room-radio {
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.mf-room-radio.mf-checked {
  border-color: #666;
}

.mf-room-radio.mf-checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #666;
  border-radius: 50%;
}

.mf-room-label {
  font-size: 14px;
  color: #333;
  flex: 1;
}

.mf-room-count {
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 1025px) {
  .info-page {
    padding: 16px 30px;
  }

  .info-page h2 {
    font-size: 32px;
  }

  .info-page p {
    font-size: 20px;
  }

  .explore-items {
    padding: 0px 30px 40px;
    gap: 15px;
  }

  .explore-item-content {
    padding: 18px;
  }

  .explore-item-content h4 {
    font-size: 28px;
  }

  .btn-explore {
    width: 110px;
    height: 35px;
    font-size: 14px;
  }

  .category-list {
    display: flex !important;
    grid-template-columns: unset;
    gap: 15px;
    justify-content: flex-start;
    padding: 0px 20px 40px;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .category-list::-webkit-scrollbar {
    display: none;
  }

  .category-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }

  .category-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }

  .category-list::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .category-list-item {
    flex: 0 0 216px;
    min-width: 216px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
  }

  .filter-list {
    padding: 10px 24px;
  }

  .category-main {
    margin: 0 24px;
  }

  .category-main-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-image {
    /* height: auto; */
  }

  .silder-item {
    width: 360px;
  }

  .silder-item img {
    width: 360px;
    height: 360px;
  }

  .product-introduce {
    padding: 30px 24px;
    gap: 10px;
  }

  .product-introduce-item {
    margin: 0 5px;
  }

  .product-introduce-img img {
    height: 370px;
  }

  .product-introduce-title {
    top: 15px;
    left: 8px;
  }

  .product-introduce-title h4 {
    font-size: 24px;
    text-align: left;
  }

  .next-introduce {
    bottom: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
  }

  .next-introduce i {
    font-size: 14px;
  }

  .readmore-content {
    padding: 0 24px;
    margin: 0;
    margin-bottom: 45px;
    max-width: 650px;
  }

  .readmore-content h2 {
    font-size: 20px;
    padding: 30px 0 16px;
  }

  .readmore-content p {
    font-size: 16px;
    color: var(--grey-dark);
  }

  .readmore-content a {
    font-size: 16px;
  }

  .newsletter-title {
    font-size: 24px;
  }

  .newsletter-subtext {
    font-size: 12px;
  }

  .newsletter-form {
    display: flex;
    align-items: center;
  }

  .newsletter-input {
    height: 40px;
    min-width: 200px;
  }

  .subscribe-button {
    height: 40px;
    line-height: 1;
    margin: 0;
  }
}

@media screen and (max-width: 769px) {
  .info-page {
    padding: 16px 20px;
  }

  .info-page h2 {
    font-size: 32px;
  }

  .info-page p {
    font-size: 20px;
  }

  .explore-items {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    padding: 0px 20px 40px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .explore-items::-webkit-scrollbar {
    display: none;
  }

  .explore-items::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }

  .explore-items::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }

  .explore-item {
    flex: 0 0 618px;
    height: 320px;
  }

  .explore-item-image img {
    height: 320px;
    object-fit: cover;
  }

  .explore-item-content {
    padding: 15px;
  }

  .explore-item-content h4 {
    font-size: 24px;
  }

  .btn-explore {
    width: 100px;
    height: 32px;
    font-size: 12px;
  }

  .filter-list-mobile {
    display: block;
  }

  .mobile-filter-panel {
    width: 70%;
    right: -90%;
  }

  .category-list {
    padding: 0px 15px 40px;
    gap: 12px;
  }

  .category-list::-webkit-scrollbar {
    display: none;
  }

  .category-list-item {
    flex: 0 0 216px;
    min-width: 216px;
    height: 80px;
  }

  .category-list-item-img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .category-list-item-content {
    margin-right: 6px;
  }

  .category-list-item-content a {
    font-size: 16px;
  }

  .filter-list {
    display: none;
  }

  .category-main-filters {
    display: none;
  }

  .category-main {
    margin: 0;
  }

  .category-main-content {
    grid-template-columns: repeat(2, 1fr); /* Thay đổi thành 2 cột */
    gap: 20px;
    margin-top: 20px;
    width: 100vw;
    padding: 0 24px;
    box-sizing: border-box;
    display: grid; /* Đảm bảo sử dụng grid layout */
  }

  .category-product-item {
    width: 100%;
    max-width: 100%;

    box-sizing: border-box;
  }

  .product-image {
    height: 350px;
    overflow: hidden;
  }

  .product-image img,
  .product-image .hover-image {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-badge {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 10px;
    padding: 4px 8px;
  }

  .product-detail {
    padding: 12px 20px;
    text-align: center;
  }

  .product-detail-title {
    font-size: 16px;
    margin-bottom: 8px;
    min-height: auto;
    line-height: 1.3;
  }

  .product-detail-price {
    margin-bottom: 10px;
    flex-direction: row;
    gap: 5px;
  }

  .product-price {
    font-size: 18px;
    font-weight: 700;
  }

  .product-old-price {
    font-size: 16px;
  }

  .product-detail-styles {
    margin-top: 10px;
    gap: 6px;
  }

  .color-option {
    width: 20px;
    height: 20px;
  }

  .silder-images-container {
    margin-bottom: 50px;
  }

  .silder-images {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .image-list {
    width: auto;
    min-width: max-content;
    gap: 5px;
    padding: 0 24px;
  }

  .silder-item {
    width: 340px;
    flex-shrink: 0;
  }

  .silder-item img {
    width: 320px;
    height: 320px;
    object-fit: cover;
  }

  .control {
    display: none;
  }

  .silder-images::-webkit-scrollbar {
    height: 6px;
  }

  .silder-images::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }

  .silder-images::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }

  .silder-images::-webkit-scrollbar-thumb:hover {
    background: #999;
  }

  .product-introduce {
    padding: 30px 24px;
  }

  .product-introduce-item {
    margin: 0 5px;
  }

  .product-introduce-img img {
    height: 270px;
  }

  .product-introduce-title {
    top: 15px;
    left: 8px;
  }

  .product-introduce-title h4 {
    font-size: 24px;
    text-align: left;
  }

  .next-introduce {
    bottom: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
  }

  .next-introduce i {
    font-size: 14px;
  }

  .readmore-content {
    padding: 0 20px;
    margin: 0;
    margin-bottom: 45px;
    max-width: 650px;
  }

  .readmore-content h2 {
    font-size: 20px;
    padding: 30px 0 16px;
  }

  .readmore-content p {
    font-size: 16px;
    color: var(--grey-dark);
  }

  .readmore-content a {
    font-size: 16px;
  }

  .newsletter-title {
    font-size: 24px;
  }

  .newsletter-subtext {
    font-size: 12px;
  }

  .newsletter-form {
    display: flex;
    align-items: center;
  }

  .newsletter-input {
    height: 40px;
    min-width: 190px;
  }

  .subscribe-button {
    height: 40px;
    line-height: 1;
    margin: 0;
  }
}

@media screen and (max-width: 441px) {
  .info-page h2 {
    font-size: 32px;
  }

  .info-page p {
    font-size: 20px;
  }

  .explore-items {
    padding: 0px 20px 40px;
    gap: 10px;
  }

  .explore-item {
    flex: 0 0 327px;
    height: 170px;
  }

  .explore-item-image img {
    height: 160px;
  }

  .explore-item-content {
    padding: 10px;
  }

  .explore-item-content h4 {
    font-size: 24px;
  }

  .btn-explore {
    width: 100px;
    height: 33px;
    font-size: 12px;
  }

  .filter-list-mobile {
    display: block;
  }

  .mobile-filter-panel {
    width: 90%;
    right: -90%;
  }

  .category-list {
    padding: 0px 20px 40px;
    gap: 8px;
  }

  .category-list-item {
    flex: 0 0 216px;
    height: 80px;
  }

  .category-list-item-img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .category-list-item-content {
    margin-right: 4px;
  }

  .category-list-item-content a {
    font-size: 16px;
  }

  .filter-list {
    display: none;
  }

  .category-main-filters {
    display: none;
  }

  .category-main {
    margin: 0;
  }

  .category-main-content {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    box-sizing: border-box;
  }

  .category-product-item {
    width: 100%;
    max-width: 100%;

    box-sizing: border-box;
  }

  .product-image {
    height: 320px;
    overflow: hidden;
  }

  .product-image img,
  .product-image .hover-image {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-badge {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 10px;
    padding: 4px 8px;
  }

  .product-detail {
    padding: 12px 20px;
    text-align: center;
  }

  .product-detail-title {
    font-size: 16px;
    margin-bottom: 8px;
    min-height: auto;
    line-height: 1.3;
  }

  .product-detail-price {
    margin-bottom: 10px;
    flex-direction: row;
    gap: 5px;
  }

  .product-price {
    font-size: 18px;
    font-weight: 700;
  }

  .product-old-price {
    font-size: 16px;
  }

  .product-detail-styles {
    margin-top: 10px;
    gap: 6px;
  }

  .color-option {
    width: 20px;
    height: 20px;
  }

  .silder-images-container {
    margin-bottom: 40px;
  }

  .silder-images {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .image-list {
    width: auto;
    min-width: max-content;
    gap: 5px;
    padding: 0 15px;
  }

  .silder-item {
    width: 340px;
    flex-shrink: 0;
  }

  .silder-item img {
    width: 340px;
    height: 340px;
    object-fit: cover;
  }

  .control {
    display: none;
  }

  .silder-images::-webkit-scrollbar {
    height: 6px;
  }

  .silder-images::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }

  .silder-images::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }

  .silder-images::-webkit-scrollbar-thumb:hover {
    background: #999;
  }

  .see-all-photo-mobile {
    display: block;
  }

  .product-introduce {
    padding: 20px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }

  .product-introduce::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  .product-introduce-item {
    flex: none;
    width: 327px;
    margin: 0 8px;
    min-width: 238px;
  }

  .product-introduce-item:first-child {
    margin-left: 20px;
  }

  .product-introduce-item:last-child {
    margin-right: 20px;
  }

  .product-introduce-img img {
    height: 386px;
    width: 327px;
  }

  .product-introduce-title {
    top: 20px;
    left: 20px;
  }

  .product-introduce-title h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
  }

  .next-introduce {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

  .readmore-content {
    padding: 0 20px;
    margin: 0;
    margin-bottom: 45px;
  }

  .readmore-content h2 {
    flex: 20px;
    padding: 30px 0 16px;
  }

  .readmore-content p {
    font-size: 16px;
    color: var(--grey-dark);
  }

  .readmore-content a {
    font-size: 16px;
  }

  .newsletter-wrapper {
    padding: 40px 24px;
  }

  .newsletter-container {
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
    text-align: center;
  }

  .newsletter-left {
    flex: none;
    width: 100%;
  }

  .newsletter-title {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.3;
    text-align: left;
  }

  .newsletter-subtext {
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .newsletter-input {
    min-width: unset;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .newsletter-input::placeholder {
    color: #999;
  }

  .subscribe-button {
    width: 100%;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 999px;
  }
}

@media screen and (max-width: 376px) {
  .info-page h2 {
    font-size: 32px;
  }

  .info-page p {
    font-size: 20px;
  }

  .explore-items {
    padding: 0px 20px 40px;
    gap: 10px;
  }

  .explore-item {
    flex: 0 0 284px;
    height: 147px;
  }

  .explore-item-image img {
    height: 160px;
  }

  .explore-item-content {
    padding: 10px;
  }

  .explore-item-content h4 {
    font-size: 24px;
  }

  .btn-explore {
    width: 90px;
    height: 30px;
    font-size: 12px;
  }

  .filter-list-mobile {
    display: block;
  }

  .mobile-filter-panel {
    width: 90%;
    right: -90%;
  }

  .category-list {
    padding: 0px 20px 40px;
    gap: 8px;
  }

  .category-list-item {
    flex: 0 0 216px;
    height: 80px;
  }

  .category-list-item-img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .category-list-item-content {
    margin-right: 4px;
  }

  .category-list-item-content a {
    font-size: 16px;
  }

  .filter-list {
    display: none;
  }

  .category-main-filters {
    display: none;
  }

  .category-main {
    margin: 0;
  }

  .category-main-content {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    box-sizing: border-box;
  }

  .category-product-item {
    width: 100%;
    max-width: 100%;

    box-sizing: border-box;
  }

  .product-image {
    height: 320px;
    overflow: hidden;
  }

  .product-image img,
  .product-image .hover-image {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-badge {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 10px;
    padding: 4px 8px;
  }

  .product-detail {
    padding: 12px 20px;
    text-align: center;
  }

  .product-detail-title {
    font-size: 16px;
    margin-bottom: 8px;
    min-height: auto;
    line-height: 1.3;
  }

  .product-detail-price {
    margin-bottom: 10px;
    flex-direction: row;
    gap: 5px;
  }

  .product-price {
    font-size: 18px;
    font-weight: 700;
  }

  .product-old-price {
    font-size: 16px;
  }

  .product-detail-styles {
    margin-top: 10px;
    gap: 6px;
  }

  .color-option {
    width: 20px;
    height: 20px;
  }

  .silder-images-container {
    margin-bottom: 40px;
  }

  .silder-images {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .image-list {
    width: auto;
    min-width: max-content;
    gap: 5px;
    padding: 0 15px;
  }

  .silder-item {
    width: 300px;
    flex-shrink: 0;
  }

  .silder-item img {
    width: 300px;
    height: 300px;
    object-fit: cover;
  }

  .control {
    display: none;
  }

  .silder-images::-webkit-scrollbar {
    height: 6px;
  }

  .silder-images::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }

  .silder-images::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }

  .silder-images::-webkit-scrollbar-thumb:hover {
    background: #999;
  }

  .see-all-photo-mobile {
    display: block;
  }

  .product-introduce {
    padding: 20px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }

  .product-introduce::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  .product-introduce-item {
    flex: none;
    width: 284px;
    margin: 0 8px;
    min-width: 238px;
  }

  .product-introduce-item:first-child {
    margin-left: 20px;
  }

  .product-introduce-item:last-child {
    margin-right: 20px;
  }

  .product-introduce-img img {
    height: 335px;
    width: 284px;
  }

  .product-introduce-title {
    top: 20px;
    left: 20px;
  }

  .product-introduce-title h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
  }

  .next-introduce {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

  .readmore-content {
    padding: 0 20px;
    margin: 0;
    margin-bottom: 45px;
  }

  .readmore-content h2 {
    flex: 20px;
    padding: 30px 0 16px;
  }

  .readmore-content p {
    font-size: 16px;
    color: var(--grey-dark);
  }

  .readmore-content a {
    font-size: 16px;
  }

  .newsletter-wrapper {
    padding: 40px 24px;
  }

  .newsletter-container {
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
    text-align: center;
  }

  .newsletter-left {
    flex: none;
    width: 100%;
  }

  .newsletter-title {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.3;
    text-align: left;
  }

  .newsletter-subtext {
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .newsletter-input {
    min-width: unset;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .newsletter-input::placeholder {
    color: #999;
  }

  .subscribe-button {
    width: 100%;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 999px;
  }
}

@media screen and (max-width: 321px) {
  .info-page {
    padding: 16px 20px;
  }

  .info-page h2 {
    font-size: 32px;
  }

  .info-page p {
    font-size: 20px;
  }

  .explore-items {
    padding: 32px 20px 25px;
    gap: 8px;
  }

  .explore-item {
    flex: 0 0 238px;
    height: 123px;
  }

  .explore-item-image img {
    height: 123px;
  }

  .explore-item-content {
    padding: 8px;
  }

  .explore-item-content h4 {
    font-size: 24px;
  }

  .btn-explore {
    width: 100px;
    height: 29px;
    font-size: 14px;
    line-height: 1.3;
  }

  .filter-list-mobile {
    display: block;
  }

  .mobile-filter-panel {
    width: 90%;
    right: -90%;
  }

  .category-list {
    padding: 0px 20px 40px;
    gap: 8px;
  }

  .category-list-item {
    flex: 0 0 200px;
    min-width: 200px;
    height: 80px;
  }

  .category-list-item-img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .category-list-item-content {
    margin-right: 4px;
  }

  .category-list-item-content a {
    font-size: 16px;
  }

  .filter-list {
    display: none;
  }

  .category-main-filters {
    display: none;
  }

  .category-main {
    margin: 0;
  }

  .category-main-content {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    box-sizing: border-box;
  }

  .category-product-item {
    width: 100%;
    max-width: 100%;

    box-sizing: border-box;
  }

  .product-image {
    height: 320px;
    overflow: hidden;
  }

  .product-image img,
  .product-image .hover-image {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-badge {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 10px;
    padding: 4px 8px;
  }

  .product-detail {
    padding: 12px 20px;
    text-align: center;
  }

  .product-detail-title {
    font-size: 16px;
    margin-bottom: 8px;
    min-height: auto;
    line-height: 1.3;
  }

  .product-detail-price {
    margin-bottom: 10px;
    flex-direction: row;
    gap: 5px;
  }

  .product-price {
    font-size: 18px;
    font-weight: 700;
  }

  .product-old-price {
    font-size: 16px;
  }

  .product-detail-styles {
    margin-top: 10px;
    gap: 6px;
  }

  .color-option {
    width: 20px;
    height: 20px;
  }

  .silder-images-container {
    margin-bottom: 40px;
  }

  .silder-images {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .image-list {
    width: auto;
    min-width: max-content;
    gap: 5px;
    padding: 0 15px;
  }

  .silder-item {
    width: 256px;
    flex-shrink: 0;
  }

  .silder-item img {
    width: 256px;
    height: 256px;
    object-fit: cover;
  }

  .control {
    display: none;
  }

  .silder-images::-webkit-scrollbar {
    height: 6px;
  }

  .silder-images::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }

  .silder-images::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }

  .silder-images::-webkit-scrollbar-thumb:hover {
    background: #999;
  }

  .see-all-photo-mobile {
    display: block;
  }

  .product-introduce {
    padding: 20px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }

  .product-introduce::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  .product-introduce-item {
    flex: none;
    width: 238px;
    margin: 0 8px;
    min-width: 238px;
  }

  .product-introduce-item:first-child {
    margin-left: 20px;
  }

  .product-introduce-item:last-child {
    margin-right: 20px;
  }

  .product-introduce-img img {
    height: 280px;
    width: 238px;
  }

  .product-introduce-title {
    top: 20px;
    left: 20px;
  }

  .product-introduce-title h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
  }

  .next-introduce {
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .readmore-content {
    padding: 0 20px;
    margin: 0;
    margin-bottom: 45px;
  }

  .readmore-content h2 {
    flex: 20px;
    padding: 30px 0 16px;
  }

  .readmore-content p {
    font-size: 16px;
    color: var(--grey-dark);
  }

  .readmore-content a {
    font-size: 16px;
  }

  .newsletter-wrapper {
    padding: 40px 24px;
  }

  .newsletter-container {
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
    text-align: center;
  }

  .newsletter-left {
    flex: none;
    width: 100%;
  }

  .newsletter-title {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.3;
    text-align: left;
  }

  .newsletter-subtext {
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .newsletter-input {
    min-width: unset;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .newsletter-input::placeholder {
    color: #999;
  }

  .subscribe-button {
    width: 100%;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 999px;
  }
}

/* ===== prodcut === */
.product-nav {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}

.product-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  animation: slideIn 0.3s ease-in-out;
}

@keyframes slideIn {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.product-nav-name .nav-item a.active {
  color: var(--coral);
}

.product-nav-info {
  display: flex;
  align-items: center;
}

.product-nav-info h2 {
  margin: 0;
  font-size: 24px;
  color: var(--grey-dark);
  font-weight: 400;
  letter-spacing: 1.5px;
}

.product-nav-name {
  margin-left: 15px;
}

.product-nav-name .nav-item {
  display: inline;
  margin-right: 15px;
}

.product-nav-name .nav-item a {
  color: var(--grey-dark);
  text-decoration: none;
}

.product-nav-name .nav-item a:hover {
  color: var(--coral);
}

.product-nav-action {
  display: flex;
  align-items: center;
}

.product-nav-action .btn {
  background-color: #ff4d4d;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-right: 15px;
}

.product-nav-action .btn:hover {
  background-color: var(--coral-dark);
}

.product-nav-price {
  margin-right: 30px;
  font-size: 24px;
  font-weight: 400;
  color: var(--coral);
}

.icon-heart-nav {
  font-size: 20px;
  color: var(--grey-light);
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 8px;
  display: inline-block;
}

/* ---- */

.main-product {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0 0;
  gap: 20px;
  position: relative;
}

.main-product-left {
  width: 600px;
}

.main-product-right {
  width: 440px;
  padding-left: 20px;
  max-height: 120vh;
  overflow-y: auto;
  position: sticky;
  top: 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.main-product-right::-webkit-scrollbar {
  display: none;
}

.product-buy-img {
  position: relative;
  margin-bottom: 20px;
  width: 550px;
  height: 550px;
  cursor: zoom-in;
  text-align: center;
}

.product-buy-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.product-swiper-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.product-swiper-button-pre,
.product-swiper-button-next {
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
}

.product-swiper-button-view {
  pointer-events: all;
}

.product-swiper-button-pre i,
.product-swiper-button-next i {
  color: var(--grey-dark);
}

.product-swiper-button-view a {
  background: rgba(255, 255, 255, 0.9);
  /* padding: 12px; */
  border-radius: 25px;
  text-decoration: none;
  color: var(--grey-ultra-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-swiper-button-view svg {
  width: 16px;
  height: 16px;
}

.product-buy-thumb {
  display: flex;
  gap: 5px;
  overflow-x: auto;
}

.product-buy-thumb-item {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  border: 1px solid var(--grey-6);
}

.product-buy-thumb-item.active {
  border: 1px solid var(--coral);
}

.product-buy-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quantity-mini{
  padding: 8px 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
}


/* Right Side - Product Info */
.main-product-header h2 {
  font-size: 24px;
  color: var(--grey-dark);
  margin-bottom: 5px;
  line-height: 30px;
  font-weight: bold;
}

.main-product-price {
  margin-bottom: 5px;
}

.main-product-price span {
  font-size: 20px;
  font-weight: bold;
  color: var(--coral);
}

.main-product-reviews {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-rating {
  color: #ff6b6b;
  font-size: 14px;
}

.product-rating .fa-regular {
  color: #ddd;
}

.product-count-reviews a {
  color: var(--coral);
  font-size: 16px;
}

.product-count-reviews a:hover {
  text-decoration: none;
}

.main-product-line {
  border: none;
  height: 1px;
  background-color: var(--grey-dark);
  margin: 30px 0 25px;
  width: 100%;
}

.main-product-style {
  margin-bottom: 20px;
}

.product-style-info {
  margin-bottom: 15px;
}

.product-style-info span {
  font-weight: 600;
  color: var(--grey-dark);
}

.product-style-info .main-style-name {
  margin-left: 10px;
  font-weight: 400;
}

.style-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
  max-width: 350px;
}

.product-style-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #e4e4e4;
}

.product-style-item.active {
  border: 1px solid var(--coral);
}

.product-style-item img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  border-radius: 50%;
}

/* Material Section */
.main-product-material {
  margin-bottom: 20px;
}

.main-product-material > span {
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  display: block;
}

.material-options {
  display: flex;
  gap: 10px;
}

.product-material-item button {
  padding: 8px 30px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  color: var(--grey-medium);
  font-weight: 500;
}

.product-material-item button.active {
  color: var(--coral);
  border: 1px solid var(--coral);
  border-radius: 20px;
}

/* Color Section */
.color-section {
  margin-bottom: 20px;
}

.color-section h4 {
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  font-size: 16px;
}

.color-options {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.color-item {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.color-item.active {
  border: 1px solid var(--coral);
}

.color-item:hover {
  border: 1px solid var(--coral);
}

.color-dark {
  background-color: #2c2c2c;
}
.color-light {
  background-color: #f0f0f0;
}
.color-beige {
  background-color: #d4c4a8;
}
.color-green {
  background-color: #4a5d4a;
}
.color-brown {
  background-color: #8b4513;
}
.color-blue {
  background-color: #6b8cae;
}

.custom-color-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.custom-color-info span {
  color: #666;
  font-size: 14px;
}

.order-swatches {
  color: var(--grey-dark);
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
  margin-left: 30px;
}

.order-swatches:hover {
  color: var(--grey-ultra-dark);
}

/* Action Section */
.main-product-action {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.add-main-product {
  flex: 1;
}

.add-main-product button {
  width: 100%;
  padding: 11px 15px;
  background: var(--coral);
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.add-main-product button:hover {
  background: var(--coral-dark);
}

.main-product-action .fa-heart {
  font-size: 20px;
  color: #666;
  cursor: pointer;
  transition: color 0.3s;
}

.main-product-delivery {
  margin: 30px 0 20px;
}

.product-delivery-info span {
  color: var(--grey-dark);
  font-size: 16px;
}

.product-delivery-info a {
  color: var(--coral);
  text-decoration: underline;
}

.product-delivery-info a:hover {
  text-decoration: none;
}

/* --- */

.product-cross-sell {
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid var(--grey-light);
  padding: 16px 20px;
}

.product-cross-sell h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--grey-dark);
  padding-bottom: 12px;
}

.cross-sell-info {
  align-items: center;
  gap: 20px;
}

.cross-sell-img {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 0.5rem;
}

.cross-sell-content a {
  font-size: 16px;
  line-height: 1.2;
  color: var(--grey-dark);
  text-decoration: none;
}

.cross-sell-content span {
  font-size: 16px;
  color: var(--coral);
  display: block;
  margin-top: 10px !important;
}

.add-cross-sell button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--coral);
  background: transparent;
  border-radius: 50%;
  padding: 0;
}

.add-cross-sell button svg {
  width: 20px;
  height: 20px;
}

.add-cross-sell button svg path {
  fill: var(--coral);
}

.main-product-detail {
  margin: 20px 0 0;
}

.product-detail-item {
  border-bottom: 1px solid var(--grey-ultra-light);
  cursor: pointer;
}

.detail-item-title h4 {
  font-size: 20px;
  color: var(--grey-dark);
  font-weight: 400;
  letter-spacing: 0.6px;
}

.detail-item-content {
  margin-top: 10px;
}

.detail-item-title {
  margin: 24px 0;
}

.detail-item-content.collapse {
  display: none;
}

.detail-item-content p {
  color: var(--grey-dark);
  font-size: 16px;
}

.detail-item-content.show {
  display: block;
}

.detail-item-title i {
  font-size: 16px;
  color: var(--grey-medium);
}

.product-suggest {
  max-width: 1600px;
  margin-left: 40px;
}

.product-suggest h2 {
  font-size: 32px;
  font-weight: 300;
  color: var(--grey-dark);
  margin-bottom: 20px;
  text-align: left;
}

.product-suggest p {
  color: var(--grey-dark);
  font-size: 16px;
  margin-bottom: 20px;
}

.product-suggest a {
  color: var(--coral);
}

.product-suggest-main {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}

.slider-container {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease;
  gap: 10px;
}

.product-suggest-main-item {
  position: relative;
  flex: 0 0 230px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-suggest-main-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-suggest-img {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.product-suggest-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease-in-out;
}

.product-suggest-img .product-default-image {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}

.product-suggest-img .product-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.product-suggest-main-item:hover .product-suggest-img .product-default-image {
  opacity: 0;
}

.product-suggest-main-item:hover .product-suggest-img .product-hover-image {
  opacity: 1;
}

.product-suggest-img i {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  color: var(--grey-dark);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  background: white;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.product-suggest-main-item:hover .product-suggest-img i {
  opacity: 1;
}

.product-suggest-img i:hover {
  transform: scale(1.1);
}
.product-suggest.content {
  padding: 16px 5px;
  margin-left: 0;
  text-align: center;
}

.product-suggest.content h2 {
  font-size: 16px;
  font-weight: bold;
  color: var(--grey-dark);
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.product-suggest.content span {
  font-size: 16px;
  font-weight: bold;
  color: var(--coral);
}

.slider-navigation-btn {
  position: absolute;
  top: 115px; /* 50% của 230px = 115px */
  transform: translateY(-50%);
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
}

.product-suggest:hover .slider-navigation-btn {
  opacity: 1;
  pointer-events: auto;
}

.slider-navigation-btn:hover {
  background: #f8f9fa;
  border-color: #999;
  transform: translateY(-50%) scale(1.05);
}

.slider-navigation-btn:disabled,
.slider-navigation-btn.disabled {
  opacity: 0.3 !important;
  cursor: not-allowed;
  transform: translateY(-50%);
  pointer-events: none;
}

.slider-navigation-btn:disabled:hover,
.slider-navigation-btn.disabled:hover {
  background: white;
  border-color: #ddd;
  transform: translateY(-50%);
}

.slider-navigation-btn i {
  font-size: 16px;
  color: #666;
}

.product-slider-prev {
  left: 15px;
}

.product-slider-next {
  right: 15px;
}

/* ---- */
.main-product-rate {
  margin: 0 40px;
  padding: 10px 0;
}

.product-reviews-summary {
  margin-bottom: 30px;
}

.product-reviews-summary-title h2 {
  font-size: 32px;
  font-weight: 300;
  color: var(--grey-dark);
  margin-bottom: 20px;
  text-align: left;
}

.reviews-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.product-count-star {
  margin-left: 5px;
}

.product-count-star a {
  color: var(--coral);
}

.product-review-vertical {
  width: 1px;
  height: 20px;
  background-color: #ddd;
  margin: 0 10px;
}

.product-login a,
.product-policy a {
  color: var(--coral);
  font-size: 16px;
}

.product-login a:hover,
.product-policy a:hover {
  text-decoration: underline;
}

.product-reviews-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item-rating {
  margin-bottom: 15px;
}

.product-review-primary {
  margin-bottom: 15px;
}

.product-review-primary span {
  color: var(--grey-dark);
  line-height: 1.5;
  display: block;
}

.product-review-primary img {
  width: 100%;
  max-width: 160px;
  height: 160px;
  margin-top: 10px;
  object-fit: cover;
}

.product-reviews-customer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}

.reviews-customer-name {
  font-weight: 600;
  color: var(--grey-dark);
  margin: 0;
  font-size: 13px;
}

.product-reviews-customer i {
  color: var(--grey-dark);
  font-size: 14px;
}

.product-reviews-location {
  margin-bottom: 15px;
}

.reviews-customer-time {
  color: #666;
  font-size: 12px;
  margin: 0;
}

.product-reviews-response {
  background-color: var(--grey-ultra-light);
  padding: 15px;
  margin-top: 15px;
}

.product-reviews-response > p {
  font-weight: 600;
  color: var(--grey-dark);
  margin-bottom: 10px;
  font-size: 16px;
}

.reviews-response-content p {
  color: #555;
  line-height: 1.5;
  margin: 0;
  font-size: 16px;
}

.read-more-btn {
  color: var(--coral);
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 5px;
}

.read-more-btn:hover {
  color: #e55555;
}

.review-text {
  transition: all 0.3s ease;
}

.review-text.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-product-qa {
  display: flex;
  align-items: center;
  margin: 40px 40px 0 40px;
  gap: 60px;
  justify-content: center;
  border: 1px solid var(--grey-ultra-light);
  border-radius: 20px;
  padding: 20px 0;
}

.product-qa-form {
  display: flex;
  align-items: center;
}

.product-qa-form p {
  font-size: 16px;
  color: var(--grey-dark);
  font-weight: 500;
}

.product-qa-form span {
  font-weight: 400;
  font-size: 16px;
  color: var(--grey-dark);
}

.product-qa-form-info p {
  font-size: 12px;
  color: var(--grey-dark);
  margin: 10px 0;
  font-weight: 400;
}

.product-qa-form-info a {
  color: var(--coral);
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 20px;
}

.product-qa-form-svg svg {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.main-product-reason {
  margin: 0 40px 40px;
}

.main-product-reason h2 {
  font-size: 32px;
  font-weight: 300;
  color: var(--grey-dark);
  margin-bottom: 20px;
  text-align: left;
}

.why-buy-reason {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.buy-reason-item {
  flex: 1;
}

.reason-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  color: var(--grey-dark);
}

.buy-reason-item h4 {
  font-size: 20px;
  color: var(--grey-dark);
  margin-bottom: 10px;
  font-weight: 400;
}

.buy-reason-item p {
  color: var(--grey-dark);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 400;
}

.learn-more {
  color: var(--coral);
}

.img-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.img-popup-overlay.img-popup-active {
  display: flex;
}

.img-popup-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  border-radius: 0;
  background-color: var(--white);
}

.img-popup-back-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: var(--grey-dark);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.img-popup-back-button i {
  font-size: 12px;
}

.img-popup-zoom-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.img-popup-zoom-button {
  background: none;
  border: 1px solid var(--grey-ultra-light);
  padding: 12px 24px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  color: var(--grey-dark);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.img-popup-zoom-button:hover {
  background-color: #f0f0f0;
}

.img-popup-close-button {
  background: none;
  border: 1px solid var(--grey-ultra-light);
  font-size: 18px;
  cursor: pointer;
  color: var(--grey-dark);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.img-popup-close-button:hover {
  color: #333;
}

.img-popup-content {
  display: flex;
  width: 100%;
  height: 100%;
}

.img-popup-thumbnail-sidebar {
  width: auto;
  height: 100%;
  padding: 20px 25px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  border-right: 1px solid var(--grey-ultra-light);
}

.img-popup-thumbnail-item {
  width: 182px;
  height: 182px !important;
  min-height: 182px;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  background-color: white;
  flex-shrink: 0;
}

.img-popup-thumbnail-item:hover {
  border-color: var(--coral);
}

.img-popup-thumbnail-item.img-popup-active {
  border-color: var(--coral);
}

.img-popup-thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-popup-main-image-container {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.img-popup-main-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.img-popup-main-image.img-popup-zoomed {
  cursor: zoom-out;
}

.img-popup-arrow-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey-dark);
  transition: all 0.2s ease;
  background-color: var(--white);
  font-size: 16px;
}

.img-popup-arrow-nav:hover {
  background-color: #f2f2f2;
}

.img-popup-arrow-nav.img-popup-prev {
  left: 30px;
}

.img-popup-arrow-nav.img-popup-next {
  right: 30px;
}

.img-popup-thumbnail-nav {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.img-popup-thumbnail-nav:hover {
  background-color: white;
  color: #333;
}

.img-popup-thumbnail-nav.img-popup-up {
  top: 10px;
}

.img-popup-thumbnail-nav.img-popup-down {
  bottom: 60px;
}

.img-popup-action {
  display: flex;
  position: absolute;
  top: 22px;
  right: 25px;
  align-items: center;
}

.main-product-header-mobile {
  display: none;
}

.main-product-title-mobile h2 {
  font-size: 24px;
  color: var(--grey-dark);
  margin-bottom: 5px;
  line-height: 30px;
  font-weight: bold;
}

.main-product-price-mobile span {
  font-size: 20px;
  font-weight: bold;
  color: var(--coral);
}

.main-product-reviews-mobile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-rating-mobile {
  color: #ff6b6b;
  font-size: 14px;
}

.product-count-reviews-mobile a {
  color: var(--coral);
  font-size: 16px;
}

@media screen and (max-width: 1025px) {
  .main-product {
    max-width: 1024px;
    margin: 0 50px;
  }

  .product-suggest {
    margin-left: 24px;
  }

  .main-product-rate {
    margin: 0 24px;
  }

  .main-product-qa {
    margin: 40px 24px 0;
    padding: 24px;
  }
}

@media screen and (max-width: 769px) {
  .main-product-header-desk {
    display: none;
  }

  .main-product {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 10px 0;
    gap: 0;
    margin: 0;
  }

  .main-product-header-mobile {
    display: block;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  /* Left side - Images */
  .main-product-left {
    width: 100%;
  }

  /* Right side - Product info */
  .main-product-right {
    width: 100%;
    padding-left: 0;
    padding: 0 20px;
    max-height: none;
    overflow-y: visible;
    position: static;
  }

  /* Mobile header styling */
  .main-product-title-mobile h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .main-product-price-mobile {
    margin-bottom: 8px;
  }

  .main-product-price-mobile span {
    font-size: 18px;
    font-weight: bold;
    color: var(--coral);
  }

  .main-product-reviews-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
  }

  .product-rating-mobile {
    color: #ff6b6b;
    font-size: 14px;
  }

  .product-count-reviews-mobile a {
    color: var(--coral);
    font-size: 16px;
    text-decoration: none;
  }

  /* Product image */
  .product-buy-img {
    width: 100%;
    height: 700px; /* Giảm chiều cao cho mobile */
    margin-bottom: 10px;
    cursor: default; /* Tắt zoom cursor trên mobile */
  }

  .product-buy-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  /* Swiper buttons - điều chỉnh kích thước cho mobile */
  .swiper-button {
    bottom: 10px;
    right: 10px;
    gap: 8px;
  }

  .swiper-button-pre,
  .swiper-button-next {
    display: none;
  }

  .swiper-button-view a {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 20px;
    gap: 6px;
  }

  .swiper-button-view svg {
    width: 14px;
    height: 14px;
  }

  .product-buy-thumb {
    display: none;
  }

  .product-buy-thumb-item {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 2px;
  }

  .main-product-line {
    margin: 20px 0 15px;
  }

  .main-product-style {
    margin-bottom: 15px;
  }

  .product-style-info {
    margin-bottom: 12px;
  }

  .product-style-info span {
    font-size: 16px;
  }

  .style-options {
    gap: 5px;
    max-width: 100%;
  }

  .product-style-item {
    width: 50px;
    height: 50px;
    border-radius: 6px;
  }

  .product-style-item img {
    width: 64px;
    height: 64px;
  }

  .cross-sell-info {
    display: flex;
  }

  .product-cross-sell {
    max-width: 461px;
    margin: 0 auto;
  }

  .cross-sell-img {
    width: 128px;
    height: 128px;
  }

  .product-suggest {
    margin: 0px 30px;
  }

  .product-suggest p {
    margin-right: 20px;
  }

  .slider-navigation-btn {
    display: none;
  }

  .product-reviews-content {
    display: flex;
    flex-direction: column;
  }

  .reviews-header {
    flex-wrap: wrap;
  }

  .main-product-qa {
    display: flex;
    flex-direction: column;
    padding: 12px 20px;
    gap: 10px;
    margin: 40px 24px;
    align-items: flex-start;
  }

  .product-qa-form-info p {
    margin: 5px 0;
  }

  .main-product-reason {
    margin: 30px 24px;
  }

  .main-product-reason h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .why-buy-reason {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .buy-reason-item {
    border-bottom: 1px solid #e0e0e0;
    background: white;
  }

  .buy-reason-item:last-child {
    border-bottom: none;
  }

  .buy-reason-item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
  }

  .buy-reason-item-header::after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #999;
    margin-left: auto;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .buy-reason-item.active .buy-reason-item-header::after {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #999;
    margin-left: auto;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .reason-icon {
    width: 33px;
    height: 33px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .buy-reason-item h4 {
    margin-left: 12px;
    font-size: 20px;
    margin-bottom: 0;
    flex-grow: 1;
  }

  .buy-reason-item p,
  .buy-reason-item .learn-more {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0;
  }

  .buy-reason-item.active p {
    max-height: 100px;
    opacity: 1;
    padding: 15px 0 10px 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .buy-reason-item.active .learn-more {
    max-height: 50px;
    opacity: 1;
    padding-bottom: 20px;
    display: inline-block;
    font-size: 16px;
  }

  .product-nav-action .btn {
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 10px;
    flex: 1;
    max-width: 120px;
  }

  .icon-heart-nav {
    font-size: 16px;
    padding: 8px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 441px) {
  .main-product-header-desk {
    display: none;
  }

  .main-product {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 10px 0;
    gap: 0;
    margin: 0;
  }

  .main-product-header-mobile {
    display: block;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  /* Left side - Images */
  .main-product-left {
    width: 100%;
  }

  /* Right side - Product info */
  .main-product-right {
    width: 100%;
    padding-left: 0;
    padding: 0 20px;
    max-height: none;
    overflow-y: visible;
    position: static;
  }

  /* Mobile header styling */
  .main-product-title-mobile h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .main-product-price-mobile {
    margin-bottom: 8px;
  }

  .main-product-price-mobile span {
    font-size: 18px;
    font-weight: bold;
    color: var(--coral);
  }

  .main-product-reviews-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
  }

  .product-rating-mobile {
    color: #ff6b6b;
    font-size: 14px;
  }

  .product-count-reviews-mobile a {
    color: var(--coral);
    font-size: 16px;
    text-decoration: none;
  }

  /* Product image */
  .product-buy-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px; /* Giảm chiều cao cho mobile */
    margin-bottom: 10px;
    cursor: default; /* Tắt zoom cursor trên mobile */
  }

  .product-buy-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  /* Swiper buttons - điều chỉnh kích thước cho mobile */
  .swiper-button {
    bottom: 10px;
    right: 10px;
    gap: 8px;
  }

  .swiper-button-pre,
  .swiper-button-next {
    display: none;
  }

  .swiper-button-view a {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 20px;
    gap: 6px;
  }

  .swiper-button-view svg {
    width: 14px;
    height: 14px;
  }

  .product-buy-thumb {
    display: none;
  }

  .product-buy-thumb-item {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 2px;
  }

  .main-product-line {
    margin: 20px 0 15px;
  }

  .main-product-style {
    margin-bottom: 15px;
  }

  .product-style-info {
    margin-bottom: 12px;
  }

  .product-style-info span {
    font-size: 16px;
  }

  .style-options {
    gap: 5px;
    max-width: 100%;
  }

  .product-style-item {
    width: 50px;
    height: 50px;
    border-radius: 6px;
  }

  .product-style-item img {
    width: 64px;
    height: 64px;
  }

  .cross-sell-info {
    display: flex;
    flex-direction: column;
  }

  .cross-sell-img {
    width: 238px;
    height: 238px;
  }

  .product-suggest {
    margin: 0px 30px;
  }

  .product-suggest p {
    margin-right: 20px;
  }

  .slider-navigation-btn {
    display: none;
  }

  .product-reviews-content {
    display: flex;
    flex-direction: column;
  }

  .reviews-header {
    flex-wrap: wrap;
  }

  .main-product-qa {
    display: flex;
    flex-direction: column;
    padding: 12px 20px;
    gap: 10px;
    margin: 40px 24px;
    align-items: flex-start;
  }

  .product-qa-form-info p {
    margin: 5px 0;
  }

  .main-product-reason {
    margin: 30px 24px;
  }

  .main-product-reason h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .why-buy-reason {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .buy-reason-item {
    border-bottom: 1px solid #e0e0e0;
    background: white;
  }

  .buy-reason-item:last-child {
    border-bottom: none;
  }

  .buy-reason-item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
  }

  .buy-reason-item-header::after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #999;
    margin-left: auto;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .buy-reason-item.active .buy-reason-item-header::after {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #999;
    margin-left: auto;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .reason-icon {
    width: 33px;
    height: 33px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .buy-reason-item h4 {
    margin-left: 12px;
    font-size: 20px;
    margin-bottom: 0;
    flex-grow: 1;
  }

  .buy-reason-item p,
  .buy-reason-item .learn-more {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0;
  }

  .buy-reason-item.active p {
    max-height: 100px;
    opacity: 1;
    padding: 15px 0 10px 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .buy-reason-item.active .learn-more {
    max-height: 50px;
    opacity: 1;
    padding-bottom: 20px;
    display: inline-block;
    font-size: 16px;
  }

  .product-nav {
    padding: 5px 24px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
  }

  .product-nav-info {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .product-nav-info h2 {
    display: none;
  }

  .product-nav-name {
    margin-left: 0;
    width: 100%;
    gap: 20px;
  }

  .product-nav-name .nav-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-nav-name .nav-item a {
    font-size: 16px;
    color: var(--grey-dark);
    display: block;
    padding: 5px 0;
  }

  .product-nav-action {
    width: 100%;
    align-items: center;
  }

  .product-nav-price {
    font-size: 16px;
    color: var(--coral);
    order: -1;
    margin-right: 40%;
  }

  .product-nav-action .btn {
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 10px;
    flex: 1;
    max-width: 120px;
  }

  .icon-heart-nav {
    font-size: 16px;
    padding: 8px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 376px) {
  .main-product-header-desk {
    display: none;
  }

  .main-product {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 10px 0;
    gap: 0;
  }

  .main-product-header-mobile {
    display: block;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  /* Left side - Images */
  .main-product-left {
    width: 100%;
  }

  /* Right side - Product info */
  .main-product-right {
    width: 100%;
    padding-left: 0;
    padding: 0 20px;
    max-height: none;
    overflow-y: visible;
    position: static;
  }

  /* Mobile header styling */
  .main-product-title-mobile h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .main-product-price-mobile {
    margin-bottom: 8px;
  }

  .main-product-price-mobile span {
    font-size: 18px;
    font-weight: bold;
    color: var(--coral);
  }

  .main-product-reviews-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
  }

  .product-rating-mobile {
    color: #ff6b6b;
    font-size: 14px;
  }

  .product-count-reviews-mobile a {
    color: var(--coral);
    font-size: 16px;
    text-decoration: none;
  }

  /* Product image */
  .product-buy-img {
    width: 100%;
    height: 280px; /* Giảm chiều cao cho mobile */
    margin-bottom: 10px;
    cursor: default; /* Tắt zoom cursor trên mobile */
  }

  .product-buy-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  /* Swiper buttons - điều chỉnh kích thước cho mobile */
  .swiper-button {
    bottom: 10px;
    right: 10px;
    gap: 8px;
  }

  .swiper-button-pre,
  .swiper-button-next {
    display: none;
  }

  .swiper-button-view a {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 20px;
    gap: 6px;
  }

  .swiper-button-view svg {
    width: 14px;
    height: 14px;
  }

  .product-buy-thumb {
    display: none;
  }

  .product-buy-thumb-item {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 2px;
  }

  .main-product-line {
    margin: 20px 0 15px;
  }

  .main-product-style {
    margin-bottom: 15px;
  }

  .product-style-info {
    margin-bottom: 12px;
  }

  .product-style-info span {
    font-size: 16px;
  }

  .style-options {
    gap: 5px;
    max-width: 100%;
  }

  .product-style-item {
    width: 50px;
    height: 50px;
    border-radius: 6px;
  }

  .product-style-item img {
    width: 64px;
    height: 64px;
  }

  .cross-sell-info {
    display: flex;
    flex-direction: column;
  }

  .cross-sell-img {
    width: 238px;
    height: 238px;
  }

  .product-suggest {
    margin: 0px 30px;
  }

  .product-suggest p {
    margin-right: 20px;
  }

  .slider-navigation-btn {
    display: none;
  }

  .product-reviews-content {
    display: flex;
    flex-direction: column;
  }

  .reviews-header {
    flex-wrap: wrap;
  }

  .main-product-qa {
    display: flex;
    flex-direction: column;
    padding: 12px 20px;
    gap: 10px;
    margin: 40px 24px;
  }

  .product-qa-form-info p {
    margin: 5px 0;
  }

  .main-product-reason {
    margin: 30px 24px;
  }

  .main-product-reason h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .why-buy-reason {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .buy-reason-item {
    border-bottom: 1px solid #e0e0e0;
    background: white;
  }

  .buy-reason-item:last-child {
    border-bottom: none;
  }

  .buy-reason-item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
  }

  .buy-reason-item-header::after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #999;
    margin-left: auto;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .buy-reason-item.active .buy-reason-item-header::after {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #999;
    margin-left: auto;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .reason-icon {
    width: 33px;
    height: 33px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .buy-reason-item h4 {
    margin-left: 12px;
    font-size: 20px;
    margin-bottom: 0;
    flex-grow: 1;
  }

  .buy-reason-item p,
  .buy-reason-item .learn-more {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0;
  }

  .buy-reason-item.active p {
    max-height: 100px;
    opacity: 1;
    padding: 15px 0 10px 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .buy-reason-item.active .learn-more {
    max-height: 50px;
    opacity: 1;
    padding-bottom: 20px;
    display: inline-block;
    font-size: 16px;
  }

  .product-nav {
    padding: 5px 24px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
  }

  .product-nav-info {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .product-nav-info h2 {
    display: none;
  }

  .product-nav-name {
    margin-left: 0;
    width: 100%;
    gap: 20px;
  }

  .product-nav-name .nav-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-nav-name .nav-item a {
    font-size: 16px;
    color: var(--grey-dark);
    display: block;
    padding: 5px 0;
  }

  .product-nav-action {
    width: 100%;
    align-items: center;
  }

  .product-nav-price {
    font-size: 16px;
    color: var(--coral);
    order: -1;
    margin-right: 30%;
  }

  .product-nav-action .btn {
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 10px;
    flex: 1;
    max-width: 120px;
  }

  .icon-heart-nav {
    font-size: 16px;
    padding: 8px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 321px) {
  .main-product-header-desk {
    display: none;
  }

  .main-product {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 10px 0;
    gap: 0;
    margin: 0;
  }

  .main-product-header-mobile {
    display: block;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  /* Left side - Images */
  .main-product-left {
    width: 100%;
  }

  /* Right side - Product info */
  .main-product-right {
    width: 100%;
    padding-left: 0;
    padding: 0 20px;
    max-height: none;
    overflow-y: visible;
    position: static;
  }

  /* Mobile header styling */
  .main-product-title-mobile h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .main-product-price-mobile {
    margin-bottom: 8px;
  }

  .main-product-price-mobile span {
    font-size: 18px;
    font-weight: bold;
    color: var(--coral);
  }

  .main-product-reviews-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
  }

  .product-rating-mobile {
    color: #ff6b6b;
    font-size: 12px;
  }

  .product-count-reviews-mobile a {
    color: var(--coral);
    font-size: 14px;
    text-decoration: none;
  }

  /* Product image */
  .product-buy-img {
    width: 100%;
    height: 280px; /* Giảm chiều cao cho mobile */
    margin-bottom: 10px;
    cursor: default; /* Tắt zoom cursor trên mobile */
  }

  .product-buy-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  /* Swiper buttons - điều chỉnh kích thước cho mobile */
  .swiper-button {
    bottom: 10px;
    right: 10px;
    gap: 8px;
  }

  .swiper-button-pre,
  .swiper-button-next {
    display: none;
  }

  .swiper-button-view a {
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 20px;
    gap: 6px;
  }

  .swiper-button-view svg {
    width: 14px;
    height: 14px;
  }

  .product-buy-thumb {
    display: none;
  }

  .product-buy-thumb-item {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 2px;
  }

  .main-product-line {
    margin: 20px 0 15px;
  }

  .main-product-style {
    margin-bottom: 15px;
  }

  .product-style-info {
    margin-bottom: 12px;
  }

  .product-style-info span {
    font-size: 14px;
  }

  .style-options {
    gap: 5px;
    max-width: 100%;
  }

  .product-style-item {
    width: 50px;
    height: 50px;
    border-radius: 6px;
  }

  .product-style-item img {
    width: 50px;
    height: 50px;
  }

  .cross-sell-info {
    display: flex;
    flex-direction: column;
  }

  .cross-sell-img {
    width: 238px;
    height: 238px;
  }

  .product-suggest {
    margin: 0px 30px;
  }

  .product-suggest p {
    margin-right: 20px;
  }

  .slider-navigation-btn {
    display: none;
  }

  .product-reviews-content {
    display: flex;
    flex-direction: column;
  }

  .reviews-header {
    flex-wrap: wrap;
  }

  .main-product-qa {
    display: flex;
    flex-direction: column;
    padding: 12px 20px;
    gap: 10px;
    margin: 40px 24px;
  }

  .product-qa-form-info p {
    margin: 5px 0;
  }

  .main-product-reason {
    margin: 30px 24px;
  }

  .main-product-reason h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .why-buy-reason {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .buy-reason-item {
    border-bottom: 1px solid #e0e0e0;
    background: white;
  }

  .buy-reason-item:last-child {
    border-bottom: none;
  }

  .buy-reason-item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
  }

  .buy-reason-item-header::after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #999;
    margin-left: auto;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .buy-reason-item.active .buy-reason-item-header::after {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #999;
    margin-left: auto;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .reason-icon {
    width: 33px;
    height: 33px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .buy-reason-item h4 {
    margin-left: 12px;
    font-size: 20px;
    margin-bottom: 0;
    flex-grow: 1;
  }

  .buy-reason-item p,
  .buy-reason-item .learn-more {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0;
  }

  .buy-reason-item.active p {
    max-height: 100px;
    opacity: 1;
    padding: 15px 0 10px 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .buy-reason-item.active .learn-more {
    max-height: 50px;
    opacity: 1;
    padding-bottom: 20px;
    display: inline-block;
    font-size: 16px;
  }

  .product-nav {
    padding: 5px 24px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
  }

  .product-nav-info {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .product-nav-info h2 {
    display: none;
  }

  .product-nav-name {
    margin-left: 0;
    width: 100%;
    gap: 20px;
  }

  .product-nav-name .nav-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-nav-name .nav-item a {
    font-size: 16px;
    color: var(--grey-dark);
    display: block;
    padding: 5px 0;
  }

  .product-nav-action {
    width: 100%;
    /* justify-content: space-between; */
    align-items: center;
  }

  .product-nav-price {
    font-size: 16px;
    color: var(--coral);
    order: -1;
    margin-right: 23%;
  }

  .product-nav-action .btn {
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 10px;
    flex: 1;
    max-width: 120px;
  }

  .icon-heart-nav {
    font-size: 16px;
    padding: 8px;
    flex-shrink: 0;
  }
}

/* ==== */

.ar-qr-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.ar-qr-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.ar-qr-modal-content {
  background-color: white;
  border-radius: 12px;
  padding: 40px;
  max-width: 400px;
  width: 90%;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s ease;
  text-align: center;
}

.ar-qr-modal-overlay.active .ar-qr-modal-content {
  transform: scale(1);
}

.ar-qr-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  padding: 5px;
  line-height: 1;
}

.ar-qr-modal-close:hover {
  color: #333;
}

.ar-qr-modal-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--grey-dark);
}

.ar-qr-code {
  width: 280px;
  height: 280px;
  margin: 20px auto;
  background-color: #000;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.ar-qr-code canvas {
  width: 100%;
  height: 100%;
}

.ar-qr-modal-note {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  line-height: 1.4;
}

body.ar-qr-modal-open {
  overflow: hidden;
}

.main-product-right.qr-modal-open {
  overflow: hidden !important;
}

/* --- */
.trade-main-container {
  display: flex;
  margin: 20px 0;
  width: 100%;
  height: auto;
}

.trade-main-left {
  flex: 0 0 50%;
  overflow: hidden;
  position: relative;
}

.trade-main-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trade-main-left span {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 12px;
  text-align: center;
  background-color: var(--white);
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--grey-dark);
}

.trade-main-right {
  flex: 0 0 50%;
  padding: 40px 100px;
  background-color: var(--grey-ultra-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trade-main-right h1 {
  font-size: 32px;
  color: var(--grey-dark);
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 1.1px;
}

.trade-main-right p {
  color: var(--grey-dark);
  font-size: 16px;
  margin: 20px 0;
}

.trade-main-form .form-control {
  border-radius: 0;
  border: 1px solid var(--grey-light);
  padding: 10px;
  height: 45px;
  font-size: 16px;
  border-radius: 5px;
}

.trade-main-form .form-control:focus {
  box-shadow: none;
  border: 2px solid var(--grey-dark);
}
.custom-select-wrapper {
  position: relative;
}

.custom-select {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  height: 40px;
  font-size: 16px;
  color: var(--grey-dark);
  background-color: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-select .selected-option {
  display: block;
  flex-grow: 1;
}

.custom-select .fa-angle-down {
  font-size: 16px;
  color: var(--grey-dark);
  margin-left: 10px;
  pointer-events: none;
}

.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-select .options li {
  padding: 12px;
  color: var(--grey-dark);
  font-size: 16px;
  background-color: var(--white);
}

.custom-select .options li:hover {
  background-color: #e0e0e0;
}

.custom-select .options li:first-child {
  display: none;
}

.trade-main-form-item label {
  font-size: 12px;
  color: var(--grey-dark);
  font-weight: 500;
}

.trade-main-document {
  margin-top: 20px;
}

.trade-main-document .trade-required {
  font-size: 12px;
  color: var(--grey-dark);
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 1.1px;
  margin-bottom: 7px;
}

.trade-main-document-content {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--grey-dark);
}

.trade-main-document-content .fa-solid {
  border: 1px solid var(--grey-medium);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--grey-medium);
}
.trade-main-document-item {
  position: relative;
}

.file-input-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  position: relative;
  overflow: hidden;
}

#validation-document {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  border-radius: 5px;
}

.file-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 16px;
  color: var(--grey-dark);
  background-color: #fff;
  z-index: 0;
  box-sizing: border-box;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  border-radius: 5px;
  color: var(--grey-light);
  font-weight: 500;
  letter-spacing: 1.2px;
}

.trade-main-document-item .btn-browse {
  color: var(--coral);
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  line-height: 1.5;
  font-weight: 500;
}

.trade-join-now {
  background-color: var(--coral);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 500;
}

.trade-join-now:hover {
  background-color: var(--coral-dark);
}

.trade-existing-member {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.trade-existing-member a {
  color: var(--coral);
  text-decoration: none;
}

.trade-existing-member a:hover {
  text-decoration: underline;
}

.form-check-label {
  font-size: 16px;
  color: var(--grey-dark);
}

.trade-feature {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
  margin: 0 auto;
  gap: 100px;
}
.trade-feature-item {
  max-width: 200px;
}
.trade-feature-item img {
  width: 40px;
  height: 40px;
}
.trade-feature-item h3 {
  font-size: 20px;
  margin: 10px 0;
  color: var(--grey-dark);
  font-weight: 400;
  letter-spacing: 1.1px;
}
.trade-feature-item p {
  font-size: 16px;
  color: var(--grey-dark);
  line-height: 1.7;
}

.trade-product {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.trade-product h2 {
  max-width: 700px;
  font-weight: 300;
  font-size: 32px;
  color: var(--grey-dark);
  margin: 30px auto;
  letter-spacing: 1px;
}

.trade-product-main {
  position: relative;
  width: 100vw;
  height: auto;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-wrapper {
  display: flex;
  cursor: grab;
  will-change: transform;
}

.swiper-wrapper:active {
  cursor: grabbing;
}

.swiper-slide {
  width: 700px;
  height: 520px;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-shrink: 0;
}

.swiper-slide:not(.swiper-slide-active)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 44px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  transition: opacity 0.6s ease;
}

.swiper-slide-active {
  z-index: 2;
}

.trade-product-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.trade-product-item img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

.trade-product-item p {
  padding: 20px 15px;
  font-size: 13px;
  color: #999;
  line-height: 1.4;
  margin: 0;
  background: white;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.carousel-btn:hover {
  background-color: white;
  transform: translateY(-50%) scale(1.05);
}

.carousel-btn i {
  font-size: 16px;
  color: #666;
}

.carousel-btn-prev {
  left: 30px;
}

.carousel-btn-next {
  right: 30px;
}

.trade-product-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 20px 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ff6b6b;
  transform: scale(1.2);
}

/* Testimonials Section */

.testimonials {
  margin-top: 40px;
}

.testimonials .swiper-slide {
  width: 700px;
  height: auto;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 30px;
}

.testimonials .swiper-slide:not(.swiper-slide-active)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  transition: opacity 0.6s ease;
}

.testimonials .swiper-slide-active {
  z-index: 2;
}

.testimonials {
  margin-top: 40px;
}

.testimonials .swiper-slide {
  width: 700px;
  height: auto;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 30px;
}

.testimonials .swiper-slide:not(.swiper-slide-active)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  transition: opacity 0.6s ease;
}

.testimonials .swiper-slide-active {
  z-index: 2;
}

.testimonial {
  width: 100%;
  position: relative;
}

/* Dấu ngoặc kép mở */
.testimonial::before {
  content: "\201C";
  font-size: 200px;
  line-height: 1;
  color: var(--grey-ultra-light);
  font-family: Georgia, serif;
  position: absolute;
  left: -38px;
  top: -50px;
  z-index: 0;
  width: 0;
  height: 0;
  overflow: visible;
}

.testimonial p {
  font-size: 20px;
  line-height: 1.6;
  color: var(--grey-ultra-dark);
  margin: 0;
  margin: 30px 0 15px;
  flex: 1;
}

.author p {
  font-size: 14px;
  color: var(--grey-ultra-dark);
  margin: 0;
}

.trade-container {
  width: 100%;
}

.testimonial-alt {
  width: 100%;
  position: relative;
  padding-left: 100px;
}

.testimonial-alt::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80px;
  line-height: 1;
  color: #d4d4d4;
  z-index: 1;
}

.testimonial-alt p {
  font-size: 20px;
  line-height: 1.6;
  color: var(--grey-ultra-dark);
  margin: 0;
  margin-bottom: 30px;
  margin-top: 10px;
}

.author-alt {
  width: 100%;
  padding-left: 100px;
}

.author-alt p {
  font-size: 14px;
  color: var(--grey-ultra-dark);
  margin: 0;
}

.trade-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 50px 0 30px;
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto;
  height: 180px;
}

.trade-contact img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 20px;
}

.trade-contact-content p {
  font-size: 16px;
  color: var(--grey-ultra-dark);
  margin: 0;
}

.trade-contact-content a {
  color: var(--grey-dark);
}

.trade-redirect {
  background-color: var(--grey-ultra-light);
  padding: 50px 0 20px;
  height: 124px;
}
.trade-redirect p {
  font-size: 16px;
  color: var(--grey-dark);
  margin: 0 auto;
  max-width: 700px;
}
.trade-redirect a {
  color: var(--coral);
}

.trade-redirect a:hover {
  color: var(--coral-dark);
  text-decoration: none;
}

@media screen and (max-width: 1025px) {
  .title-page {
    padding: 12px 20px;
  }

  .title-page-list {
    padding: 0;
  }

  .trade-main-container {
    flex-direction: column;
    margin: 10px 0;
  }

  .trade-main-left {
    margin-top: 10px;
    min-height: 280px;
  }

  .trade-main-left span {
    bottom: 12px;
    left: 20px;
    font-size: 11px;
    padding: 4px 10px;
  }

  .trade-main-right {
    padding: 40px 163px;
  }

  .trade-main-right h1 {
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 300;
  }

  .trade-main-right p {
    font-size: 16px;
    margin: 20px 0;
  }

  .trade-main-form .form-control {
    height: 44px;
    font-size: 15px;
  }

  .trade-main-form .form-control::placeholder {
    color: var(--grey-light);
  }

  .trade-existing-member a {
    text-decoration: underline;
  }

  .custom-select {
    height: 44px;
    font-size: 16px;
  }

  .custom-select .options li {
    padding: 11px;
    font-size: 16px;
  }

  .trade-main-form-item label {
    font-size: 12px;
  }

  .trade-main-document-content {
    font-size: 12px;
  }

  .file-placeholder {
    font-size: 16px;
    padding: 9px;
  }

  .trade-main-document-item .btn-browse {
    font-size: 16px;
    padding: 9px 18px;
  }

  .trade-join-now {
    height: 47px;
    font-size: 15px;
  }

  .trade-existing-member {
    font-size: 14px;
  }

  .trade-feature {
    padding: 24px;
    margin: 40px 136px;
    gap: 50px;
  }
}

@media screen and (max-width: 769px) {
  .title-page {
    margin-top: 40px;
    padding: 0 20px;
  }

  .title-page-list {
    padding: 20px 0;
  }

  .trade-main-container {
    flex-direction: column;
    margin: 10px 0;
  }

  .trade-main-left,
  .trade-main-right {
    flex: 1;
  }

  .trade-main-left {
    min-height: 250px;
  }

  .trade-main-right {
    padding: 40px 76px;
    background-color: var(--grey-ultra-light);
  }

  .trade-main-right h1 {
    font-size: 32px;
    margin-bottom: 0;
  }

  .trade-main-right p {
    font-size: 16px;
    margin: 15px 0;
  }

  .trade-main-document .trade-required {
    text-align: left;
    margin-top: 0;
  }

  .trade-main-document {
    margin-top: 10px;
  }

  .trade-main-form .form-control {
    height: 42px;
    font-size: 14px;
  }

  .trade-main-form .form-control::placeholder {
    color: var(--grey-light);
  }

  .custom-select {
    height: 42px;
    font-size: 14px;
  }

  .custom-select .selected-option {
    font-size: 16px;
  }

  .custom-select .options li {
    padding: 10px;
    font-size: 16px;
  }

  .trade-main-form-item label {
    font-size: 12px;
  }

  .trade-main-document-content {
    font-size: 13px;
  }

  .file-placeholder {
    font-size: 14px;
    line-height: 1.7;
  }

  .trade-main-document-item .btn-browse {
    font-size: 14px;
    padding: 8px 16px;
    line-height: 2.2;
  }

  .trade-join-now {
    height: 45px;
    font-size: 14px;
  }

  .trade-existing-member {
    font-size: 13px;
  }

  .trade-feature {
    align-items: flex-start;
    padding: 35px;
    gap: 40px;
    width: 100%;
    margin: 0;
  }

  .trade-feature-item {
    max-width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .trade-feature-item img {
    width: 50px;
    height: 50px;
  }

  .trade-feature-item h3 {
    font-size: 18px;
    margin: 10px 0;
  }

  .trade-feature-item p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 441px) {
  .title-page {
    margin-top: 25px;
    padding: 0 15px;
  }

  .title-page-list {
    padding: 0;
  }

  .trade-main-container {
    flex-direction: column;
  }

  .trade-main-left span {
    display: block;
    text-align: center;
    position: unset;
    font-size: 12px;
    padding: 10px;
  }

  .trade-main-right {
    padding: 10px 18px;
    background-color: var(--white);
  }

  .trade-main-right h1 {
    font-size: 32px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 300;
  }

  .trade-main-right p {
    font-size: 16px;
    margin: 25px 0;
    text-align: center;
  }

  .trade-main-document .trade-required {
    text-align: left;
    margin-top: 0;
  }

  .trade-main-document {
    margin-top: 10px;
  }

  .trade-main-form .form-control {
    height: 39px;
    font-size: 14px;
    padding: 8px 12px;
  }

  .trade-main-form .form-control::placeholder {
    color: var(--grey-light);
  }

  .custom-select {
    height: 39px;
    font-size: 16px;
    padding: 8px 12px;
  }

  .custom-select .options li {
    padding: 8px 12px;
    font-size: 16px;
  }

  .trade-main-form-item label {
    font-size: 12px;
  }

  .trade-main-document {
    margin-top: 14px;
  }

  .trade-main-document-content {
    font-size: 11px;
  }

  .file-input-container {
    height: 40px;
  }

  .file-placeholder {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
  }

  .trade-main-document-item .btn-browse {
    font-size: 12px;
    flex-shrink: 0;
    padding: 8px 12px;
  }

  .trade-join-now {
    height: 41px;
    font-size: 12px;
    margin-top: 14px;
  }

  .trade-existing-member p {
    font-size: 11px;
    margin-top: 10px;
  }

  .trade-existing-member a {
    text-decoration: underline;
  }

  .pixel-divider.long {
    display: block;
  }

  .trade-feature {
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    margin: 0;
  }

  .trade-feature-item {
    max-width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .trade-feature-item img {
    width: 40px;
    height: 40px;
  }

  .trade-feature-item h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .trade-feature-item p {
    font-size: 16px;
  }

  .trade-product h2 {
    font-size: 32px;
    margin: 24px 16px;
  }

  .carousel-btn {
    display: none;
  }

  .trade-product-main {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
  }

  .swiper {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .swiper-slide {
    width: 100% !important;
    height: auto;
    margin-right: 0;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .swiper-wrapper {
    transition-timing-function: ease;
    display: flex;
    align-items: stretch;
  }

  .swiper-slide:not(.swiper-slide-active)::before {
    display: none;
  }

  .trade-product-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
  }

  .trade-product-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }

  .trade-product-item p {
    padding: 16px;
    font-size: 14px;
    line-height: 1.4;
    height: auto;
    min-height: 60px;
    text-align: left;
  }

  .trade-product-dot {
    margin-top: 20px;
    padding: 10px 0;
  }

  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .testimonial::before {
    left: -8px;
  }

  .trade-contact {
    padding: 24px;
    align-items: flex-start;
  }

  .trade-redirect {
    height: auto;
    padding: 38px 19px;
  }
}

@media screen and (max-width: 376px) {
  .title-page {
    margin-top: 25px;
    padding: 0 15px;
  }

  .title-page-list {
    padding: 0;
  }

  .trade-main-container {
    flex-direction: column;
  }

  .trade-main-left span {
    display: block;
    text-align: center;
    position: unset;
    font-size: 12px;
    padding: 10px;
  }

  .trade-main-right {
    padding: 10px 18px;
    background-color: var(--white);
  }

  .trade-main-right h1 {
    font-size: 32px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 300;
  }

  .trade-main-right p {
    font-size: 16px;
    margin: 25px 0;
    text-align: center;
  }

  .trade-main-document .trade-required {
    text-align: left;
    margin-top: 0;
  }

  .trade-main-document {
    margin-top: 10px;
  }

  .trade-main-form .form-control {
    height: 39px;
    font-size: 14px;
    padding: 8px 12px;
  }

  .trade-main-form .form-control::placeholder {
    color: var(--grey-light);
  }

  .custom-select {
    height: 39px;
    font-size: 16px;
    padding: 8px 12px;
  }

  .custom-select .options li {
    padding: 8px 12px;
    font-size: 16px;
  }

  .trade-main-form-item label {
    font-size: 12px;
  }

  .trade-main-document {
    margin-top: 14px;
  }

  .trade-main-document-content {
    font-size: 11px;
  }

  .file-input-container {
    height: 40px;
  }

  .file-placeholder {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
  }

  .trade-main-document-item .btn-browse {
    font-size: 12px;
    flex-shrink: 0;
    padding: 8px 12px;
  }

  .trade-join-now {
    height: 41px;
    font-size: 12px;
    margin-top: 14px;
  }

  .trade-existing-member p {
    font-size: 11px;
    margin-top: 10px;
  }

  .trade-existing-member a {
    text-decoration: underline;
  }

  .pixel-divider.long {
    display: block;
  }

  .trade-feature {
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    margin: 0;
  }

  .trade-feature-item {
    max-width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .trade-feature-item img {
    width: 40px;
    height: 40px;
  }

  .trade-feature-item h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .trade-feature-item p {
    font-size: 16px;
  }

  .trade-product h2 {
    font-size: 32px;
    margin: 24px 16px;
  }

  .carousel-btn {
    display: none;
  }

  .trade-product-main {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
  }

  .swiper {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .swiper-slide {
    width: 100% !important;
    height: auto;
    margin-right: 0;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .swiper-wrapper {
    transition-timing-function: ease;
    display: flex;
    align-items: stretch;
  }

  .swiper-slide:not(.swiper-slide-active)::before {
    display: none;
  }

  .trade-product-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
  }

  .trade-product-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }

  .trade-product-item p {
    padding: 16px;
    font-size: 14px;
    line-height: 1.4;
    height: auto;
    min-height: 60px;
    text-align: left;
  }

  .trade-product-dot {
    margin-top: 20px;
    padding: 10px 0;
  }

  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .testimonial::before {
    left: -8px;
  }

  .trade-contact {
    padding: 24px;
    align-items: flex-start;
  }

  .trade-redirect {
    height: auto;
    padding: 38px 19px;
  }
}

@media screen and (max-width: 321px) {
  .title-page {
    margin-top: 25px;
    padding: 0 15px;
  }

  .title-page-list {
    padding: 0;
  }

  .trade-main-container {
    flex-direction: column;
  }

  .trade-main-left span {
    display: block;
    text-align: center;
    position: unset;
    font-size: 12px;
    padding: 10px;
  }

  .trade-main-right {
    padding: 10px 18px;
    background-color: var(--white);
  }

  .trade-main-right h1 {
    font-size: 32px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 300;
  }

  .trade-main-right p {
    font-size: 16px;
    margin: 25px 0;
    text-align: center;
  }

  .trade-main-document .trade-required {
    text-align: left;
    margin-top: 0;
  }

  .trade-main-document {
    margin-top: 10px;
  }

  .trade-main-form .form-control {
    height: 39px;
    font-size: 14px;
    padding: 8px 12px;
  }

  .trade-main-form .form-control::placeholder {
    color: var(--grey-light);
  }

  .custom-select {
    height: 39px;
    font-size: 16px;
    padding: 8px 12px;
  }

  .custom-select .options li {
    padding: 8px 12px;
    font-size: 16px;
  }

  .trade-main-form-item label {
    font-size: 12px;
  }

  .trade-main-document {
    margin-top: 14px;
  }

  .trade-main-document-content {
    font-size: 11px;
  }

  .file-input-container {
    height: 40px;
  }

  .file-placeholder {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
  }

  .trade-main-document-item .btn-browse {
    font-size: 12px;
    flex-shrink: 0;
    padding: 8px 12px;
  }

  .trade-join-now {
    height: 41px;
    font-size: 12px;
    margin-top: 14px;
  }

  .trade-existing-member p {
    font-size: 11px;
    margin-top: 10px;
  }

  .trade-existing-member a {
    text-decoration: underline;
  }

  .pixel-divider.long {
    display: block;
  }

  .trade-feature {
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    margin: 0;
  }

  .trade-feature-item {
    max-width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .trade-feature-item img {
    width: 40px;
    height: 40px;
  }

  .trade-feature-item h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .trade-feature-item p {
    font-size: 16px;
  }

  .trade-product h2 {
    font-size: 32px;
    margin: 24px 16px;
  }

  .carousel-btn {
    display: none;
  }

  .trade-product-main {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
  }

  .swiper {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .swiper-slide {
    width: 100% !important;
    height: auto;
    margin-right: 0;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .swiper-wrapper {
    transition-timing-function: ease;
    display: flex;
    align-items: stretch;
  }

  .swiper-slide:not(.swiper-slide-active)::before {
    display: none;
  }

  .trade-product-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
  }

  .trade-product-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }

  .trade-product-item p {
    padding: 16px;
    font-size: 14px;
    line-height: 1.4;
    height: auto;
    min-height: 60px;
    text-align: left;
  }

  .trade-product-dot {
    margin-top: 20px;
    padding: 10px 0;
  }

  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .testimonial::before {
    left: -8px;
  }

  .trade-contact {
    padding: 24px;
    align-items: flex-start;
  }

  .trade-redirect {
    height: auto;
    padding: 38px 20px;
  }
}

/* ---- delivery -- */

.delivery-container {
  display: flex;
  max-width: 100%;
  margin: 0 40px;
}

.delivery-container-left {
  flex: 1;
  padding-top: 20px;
  position: sticky;
  top: 20px;
  height: fit-content;
}

.delivery-container-main {
  flex: 4;
  padding: 15px 30px 40px;
}

.delivery-container-right {
  flex: 1.5;
  position: sticky;
  top: 20px;
  height: fit-content;
}

#delivery-nav-title {
  font-size: 24px;
  color: var(--grey-dark);
  font-weight: 300;
  letter-spacing: 2px;
  border-bottom: 1px solid var(--grey-light);
  padding-bottom: 20px;
}

.delivery-links-name {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: relative;
  font-size: 16px;
  color: var(--grey-dark);
}

.delivery-links-name:has(+ .delivery-links-items) .fa-solid {
  display: none;
}

.delivery-links-name:has(+ .delivery-links-items):after {
  position: absolute;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  top: 16px;
  right: 0;
}

.delivery-links-name.active:has(+ .delivery-links-items):after {
  content: "\f068";
}

.delivery-links-items {
  display: none;
  list-style: none;
  padding-left: 20px;
}

.delivery-links-name.active + .delivery-links-items {
  display: block;
}

.delivery-link-item {
  padding: 10px 0;
}

.delivery-link-item a {
  color: var(--grey-dark);
  text-decoration: none;
  font-size: 14px;
}

.delivery-link-item a.active {
  color: var(--coral);
}

.delivery-links-name p {
  margin-bottom: 0;
}

.delivery-container-main h1 {
  font-size: 32px;
  color: var(--grey-dark);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.delivery-container-main-title h3 {
  padding: 40px 0 16px 0;
  margin-bottom: 0;
  font-size: 20px;
  color: var(--grey-dark);
  font-weight: 400;
  letter-spacing: 1.3px;
}

.delivery-container-main-list {
  padding: 0;
}

.delivery-container-main-list ul {
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 0 20px;
  list-style-type: none;
}

.delivery-container-main-list ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.delivery-container-main-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--grey-dark);
  border-radius: 50%;
}

.delivery-container-main-list ul li a {
  color: var(--grey-dark);
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.delivery-container-main-list ul li a:hover {
  color: var(--grey-1);
}

.delivery-search-container {
  display: flex;
  justify-content: center;
  padding: 48px 40px;
  background-color: var(--grey-ultra-light);
  border-radius: 8px;
  margin: 30px 0;
}

.delivery-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--grey-light);
  border-radius: 4px;
  overflow: hidden;
}

.delivery-search-form:hover {
  border-color: var(--grey-5);
}

.delivery-search-input {
  flex: 1;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  color: var(--grey-dark);
  outline: none;
}

.delivery-search-input::placeholder {
  color: var(--grey-medium);
}

.delivery-search-button {
  border: none;
  background: none;
  padding: 10px 15px;
  cursor: pointer;
  color: var(--grey-medium);
  font-size: 16px;
  transition: color 0.3s;
}

.delivery-search-button:hover {
  color: var(--grey-dark);
}

.delivery-search-button .fa-solid {
  font-size: 16px;
  color: var(--grey-medium);
}

.delivery-content p {
  color: var(--grey-medium);
  font-size: 16px;
}

.delivery-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.delivery-content ul li {
  color: var(--grey-medium);
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.delivery-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: var(--grey-medium);
  border-radius: 50%;
}

.long-delivery {
  width: 100%;
  margin: 40px 0 0;
}

.delivery-content h2 {
  font-size: 24px;
  color: var(--grey-medium);
  padding: 40px 0 24px;
  font-weight: 400;
}

.delivery-content a {
  color: var(--coral);
}

.delivery-container-right-main {
  border: 1px solid var(--grey-ultra-light);
  padding: 16px 24px;
  border-radius: 8px;
}

.delivery-container-right-header h2 {
  font-size: 16px;
  color: var(--grey-dark);
  font-weight: 400;
  margin: 0 0 15px 0;
  text-align: center;
}

.delivery-container-right-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.delivery-container-right-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.delivery-container-right-item svg {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  fill: #626262;
}

.right-item-content a {
  font-size: 16px;
  color: var(--coral);
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.right-item-content {
  margin-left: 15px;
}

.right-item-content span {
  display: block;
  font-size: 12px;
  color: var(--grey-dark);
  line-height: 1.4;
  margin-top: 2px;
}

.right-item-content span:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1025px) {
  .delivery-container {
    margin: 0 30px;
    display: flex;
  }

  .delivery-container-left {
    flex: 1.5;
    padding-top: 15px;
    display: block;
  }

  .delivery-container-main {
    flex: 3;
    padding: 15px 25px 35px;
  }

  .delivery-container-right {
    flex: 2;
  }

  .delivery-container-main h1 {
    font-size: 30px;
    letter-spacing: 2.5px;
  }

  .delivery-container-main-title h3 {
    font-size: 19px;
    padding: 35px 0 14px;
  }

  .delivery-container-main-list ul {
    padding: 0 15px;
  }

  .delivery-search-container {
    padding: 40px 30px;
    margin: 25px 0;
  }

  .delivery-content h2 {
    font-size: 24px;
    padding: 40px 0 24px;
    margin: 0;
  }

  .delivery-container-right-main {
    padding: 14px 20px;
  }

  .delivery-container-right-item svg {
    width: 36px;
    height: 36px;
  }

  .right-item-content a {
    font-size: 15px;
  }
}

@media screen and (max-width: 769px) {

  .img-popup-content{flex-direction: column-reverse;}
  .img-popup-main-image-container{overflow: initial;flex: 1;height: 70%;}
  .img-popup-thumbnail-sidebar{flex-direction: row; height: 190px;}
  .img-popup-back-button{display: none;}
  .delivery-container {
    margin: 0 20px 40px;
    flex-direction: column;
  }
  .img-popup-thumbnail-item {
    width: 115px!important;
    height: 115px !important;
  }
  .img-popup-thumbnail-item {
    min-height: 115px;
  }
  .img-popup-arrow-nav.img-popup-prev {
    left: 0px;
  }
  .img-popup-arrow-nav.img-popup-next{right: 0px}
  .title-page {
    margin-top: 40px;
    padding: 5px 20px 0;
  }
  .img-popup-arrow-nav{background-color: rgb(0 0 0 / 0%);}

  .delivery-container-left {
    position: static;
  }

  .delivery-container-main {
    flex: 1;
    padding: 0;
    width: 100%;
  }

  .delivery-container-right {
    flex: 1;
    width: 100%;
    position: static;
    margin-top: 15px;
  }

  #delivery-nav-title {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .delivery-container-main h1 {
    margin-top: 10px;
    font-size: 32px;
    letter-spacing: 1.5px;
  }

  .delivery-container-main-title h3 {
    font-size: 20px;
    padding: 40px 0 16px;
  }

  .delivery-container-main-list ul {
    padding: 0 5px;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .delivery-container-main-list ul li {
    padding-left: 15px;
    font-size: 16px;
  }

  .delivery-search-container {
    padding: 20px 15px;
    margin: 15px 0;
  }

  .delivery-search-input {
    font-size: 14px;
    padding: 8px 10px;
  }

  .delivery-search-button {
    padding: 8px 10px;
  }

  .delivery-content p,
  .delivery-content ul li {
    font-size: 16px;
  }

  .delivery-content h2 {
    font-size: 24px;
    padding: 40px 0 24px;
    margin: 0;
  }

  .delivery-container-right-main {
    padding: 16px 24px;
  }

  .delivery-container-right-header h2 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    margin-bottom: 5px;
  }

  .delivery-container-right-item svg {
    width: 40px;
    height: 40px;
  }

  .right-item-content a {
    font-size: 16px;
  }

  .right-item-content span {
    font-size: 12px;
  }

  .delivery-container-right-links {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (max-width: 441px) {
  .img-popup-content{flex-direction: column-reverse;}
  .img-popup-main-image-container{overflow: initial;flex: 1;height: 70%;}
  .img-popup-thumbnail-sidebar{flex-direction: row;height: 140px;}
  .img-popup-back-button{display: none;}

  .delivery-container {
    margin: 0 20px 40px;
    flex-direction: column;
  }

  .delivery-container-left {
    display: none;
  }

  .title-page {
    margin-top: 0;
    padding: 0 20px;
  }

  .delivery-container-main {
    padding: 0;
    width: 100%;
  }

  .delivery-container-right {
    width: 100%;
    position: static;
    margin-top: 10px;
  }

  #delivery-nav-title {
    font-size: 18px;
    padding-bottom: 12px;
  }

  .delivery-container-main h1 {
    font-size: 32px;
    letter-spacing: 2.3px;
  }

  .delivery-container-main-title h3 {
    font-size: 20px;
    padding: 40px 0 16px;
  }

  .delivery-container-main-list ul {
    padding: 0 3px;
  }

  .delivery-container-main-list ul li {
    padding-left: 15px;
    font-size: 13px;
  }

  .delivery-container-main-list ul li::before {
    width: 4px;
    height: 4px;
  }

  .delivery-search-container {
    padding: 15px 10px;
    margin: 10px 0;
  }

  .delivery-search-input {
    font-size: 13px;
    padding: 6px 8px;
  }

  .delivery-search-button {
    padding: 6px 8px;
  }

  .delivery-search-button .fa-solid {
    font-size: 14px;
  }

  .delivery-content p {
    font-size: 16px;
    padding-left: 0;
  }

  .delivery-content ul li {
    font-size: 16px;
    padding-left: 12px;
  }

  .delivery-content h2 {
    font-size: 24px;
    padding: 40px 0 24px;
  }

  .delivery-container-right-main {
    padding: 16px 24px;
  }

  .delivery-container-right-header h2 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
  }

  .delivery-container-right-item svg {
    width: 40px;
    height: 40px;
  }

  .right-item-content a {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .right-item-content span {
    font-size: 12px;
  }

  .delivery-container-right-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 376px) {
  .img-popup-content{flex-direction: column-reverse;}
  .img-popup-main-image-container{overflow: initial;flex: 1;height: 70%;}
  .img-popup-thumbnail-sidebar{flex-direction: row;height: 30%;}
  .img-popup-back-button{display: none;}
  .delivery-container {
    margin: 0 20px 40px;
    padding: 0;
    flex-direction: column;
  }

  .delivery-container-left {
    display: none;
  }

  .title-page-list {
    padding: 0;
  }

  .title-page {
    margin-top: 0px;
    padding: 0 20px;
  }

  .delivery-container-main {
    padding: 0;
    width: 100%;
    min-width: 0;
  }

  .delivery-container-right {
    width: 100%;
    position: static;
    margin-top: 8px;
  }

  #delivery-nav-title {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .delivery-container-main h1 {
    font-size: 32px;
    letter-spacing: 1.8px;
    padding: 15px 0 0;
  }

  .delivery-container-main-title h3 {
    font-size: 20px;
    padding: 40px 0 16px;
  }

  .delivery-container-main-list ul {
    padding: 0 2px;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .delivery-container-main-list ul li {
    padding-left: 13px;
    font-size: 16px;
    margin-bottom: 3px;
  }

  .delivery-container-main-list ul li::before {
    width: 4px;
    height: 4px;
  }

  .delivery-search-container {
    padding: 20px 15px;
    margin: 8px 0 20px;
  }

  .delivery-search-input {
    font-size: 14px;
    padding: 5px 6px;
  }

  .delivery-search-button {
    padding: 5px 6px;
    line-height: 1px;
  }

  .delivery-search-button .fa-solid {
    font-size: 12px;
  }

  .delivery-content p {
    font-size: 16px;
    padding-left: 0;
  }

  .delivery-content ul li {
    font-size: 16px;
    padding-left: 10px;
  }

  .delivery-content ul li::before {
    width: 4px;
    height: 4px;
    top: 12px;
  }

  .delivery-content h2 {
    font-size: 24px;
    padding: 40px 0 24px;
  }

  .delivery-container-right-main {
    padding: 15px 24px;
  }

  .delivery-container-right-header h2 {
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
  }

  .delivery-container-right-item svg {
    width: 40px;
    height: 40px;
  }

  .right-item-content a {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .right-item-content span {
    font-size: 12px;
  }

  .delivery-container-right-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}

@media screen and (max-width: 321px) {
  .delivery-container {
    margin: 0 20px 40px;
    padding: 0;
    flex-direction: column;
  }

  .delivery-container-left {
    display: none;
  }

  .title-page {
    margin-top: 20px;
    padding: 0 20px;
  }

  .delivery-container-main {
    padding: 0;
    width: 100%;
    min-width: 0;
  }

  .delivery-container-right {
    width: 100%;
    position: static;
    margin-top: 5px;
  }

  #delivery-nav-title {
    font-size: 14px;
    padding-bottom: 8px;
  }

  .delivery-container-main h1 {
    font-size: 32px;
    letter-spacing: 1.5px;
    padding: 20px 0 0;
  }

  .delivery-container-main-title h3 {
    font-size: 20px;
    padding: 40px 0 16px;
  }

  .delivery-container-main-list ul {
    padding: 0 0 0 5px;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .delivery-container-main-list ul li {
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 2px;
  }

  .delivery-container-main-list ul li::before {
    width: 3px;
    height: 3px;
  }

  .delivery-search-container {
    padding: 15px 20px;
    margin: 5px 0 25px;
  }

  .delivery-search-input {
    font-size: 14px;
    padding: 4px 5px;
  }

  .delivery-search-button {
    padding: 4px 5px;
    line-height: 1px;
  }

  .delivery-search-button .fa-solid {
    font-size: 11px;
  }

  .delivery-content p {
    font-size: 16px;
    padding-left: 0;
  }

  .delivery-content ul li {
    font-size: 16px;
    padding-left: 15px;
  }

  .delivery-content ul li::before {
    width: 4px;
    height: 4px;
    top: 13px;
  }

  .delivery-content h2 {
    font-size: 24px;
    padding: 40px 0 24px;
  }

  .delivery-container-right-main {
    padding: 16px 24px;
  }

  .delivery-container-right-header h2 {
    font-size: 12px;
    margin-bottom: 8px;
    text-align: left;
  }

  .delivery-container-right-item svg {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }

  .right-item-content {
    margin-left: 8px;
  }

  .right-item-content a {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .right-item-content span {
    font-size: 12px;
  }

  .delivery-container-right-links {
    gap: 5px;
  }
}
