* {
  font-display: swap;
}
.invalid-feedback {
  color: blue;
  font-style: italic;
}
.menu-with-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}

.menu-with-icons li {
  margin-right: 15px;
}

.menu-with-icons li:last-child {
  margin-right: 0;
}
.menu-with-icons li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #6c757d;
  padding: 8px 10px;
  transition: color 0.3s;
}
.menu-with-icons li a:hover {
  color: #007bff;
  text-decoration: none;
}
.menu-with-icons .icon img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.menu-with-icons li a:hover .icon img {
  filter: grayscale(0%);
}

.menu-with-icons .text {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
/* ===== NEW TWO COLUMN LAYOUT ===== */
.home-layout-container {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.banner-main .col-slider [class^="col"] {
  padding: 0px 5px;
}
.col-menu {
  width: 270px;
  flex-shrink: 0;
  height: fit-content;
  min-height: 400px; /* Set minimum height for menu */
}

.col-slider {
  width: calc(100% - 270px);
  flex-shrink: 0;
}

.banner-list-side {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.banner-list-side .banner-item {
  display: block;
  text-align: center;
  margin-bottom: 0px;
}
.banner-item {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
.banner-item + .banner-item {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .banner-list-slide,
  .f-banner-main,
  .wrap-slider {
    height: 100%;
  }
  .banner-list-slide img,
  .f-banner-main img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/* Responsive adjustments for new layout */
@media (max-width: 991.98px) {
  .col-slider {
    flex-direction: column;
    width: 100%;
  }

  .col-left,
  .col-right {
    flex: 1 1 100%;
  }

  /* Adjust banner height on tablet */
  .col-left .banner__slideshow {
    min-height: 300px;
  }
}

@media (max-width: 767.98px) {
  .col-menu {
    display: none;
  }
  .col-right .row {
    flex-direction: row;
  }

  .col-right .col-12 {
    flex: 0 0 50%;
  }
}

@media (max-width: 576px) {
  .col-right .row {
    flex-direction: column;
  }

  .col-right .col-12 {
    flex: 1 1 100%;
  }

  /* Adjust banner height on mobile */
  .col-left .banner__slideshow {
    min-height: auto;
    margin-bottom: 5px;
  }
  .banner-list-slide {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
  }

  .banner-list-slide .banner-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    margin-top: 0;
  }
}

/* Responsive grid spacing */
@media (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -7px;
    margin-right: -7px;
  }

  .row > * {
    padding-left: 7px;
    padding-right: 7px;
  }
}

body {
  background-color: #f3f3f3;
  font-family: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.47;
  font-size: 16px;
}
.header__search .form-control {
  font-size: 14px;
}
.menu__categories .nav-link {
  text-transform: initial;
  font-weight: 400;
  font-size: 15px;
}
.cate_nav {
  width: 60%;
  overflow-y: hidden;
  overflow-x: auto;
}
.cate_nav .nav {
  flex-wrap: nowrap;
  border-bottom: none !important;
}
.cate_nav li > a {
  color: #111;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  border: 1px solid #ebebf0;
}
.cate_nav li > a.nav-link {
  font-size: 13px;
  font-weight: 400;
  border-radius: 6px;
  padding: 6px 8px;
}
.cate_nav li:hover > a.nav-link {
  background-color: #022991;
  color: #fff;
}
.box-wrapper-category {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.box-wrapper-category h3 {
  font-size: 22px;
  font-weight: 700;
}
/* Mobile horizontal scroll for category tabs */
@media (max-width: 767.98px) {
  .box-wrapper-category h3 {
    font-size: 18px;
  }
  .cate_nav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }

  .cate_nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  .cate_nav .nav {
    flex-wrap: nowrap;
    min-width: max-content;
    padding-bottom: 5px; /* Space for scroll */
  }

  .cate_nav .nav-item {
    flex-shrink: 0;
  }

  .cate_nav .btn {
    white-space: nowrap;
    min-width: fit-content;
  }
}

/* Desktop styles */
@media (min-width: 768px) {
  .cate_nav .nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .cate_nav {
    width: 100%;
  }
}
.category__nav .nav-link {
  font-weight: 500;
}
#common-home {
  margin-top: 20px;
}
.product__grid {
  width: 100%;
  margin-bottom: 2rem;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .product__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .product__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .product__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.title-main {
  display: block;
  z-index: 10;
  margin-bottom: 10px;
  margin-bottom: 15px;
}
.title-main h3,
.title-main h2,
.title-main h1 {
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  position: relative;
  color: #111;
  font-weight: 600;
}
.title-main h1::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: var(--color-primary);
}
.box-wrapper-special {
  background: url(../images/bgbox.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.box-wrapper-special h3 {
  color: #fff;
  font-weight: 600;
}
.box-wrapper {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.box-wrapper h1._title {
  border-bottom: 2px solid #dd3333;
  margin-bottom: 15px;
  color: #dd3333;
  font-size: 21px;
  padding-bottom: 10px;
  font-weight: bold;
}
.box-wrapper-product {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.content_wrapper h2 {
  font-size: 20px;
}
.content_wrapper p {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}
.content_wrapper p img,
.content_wrapper img {
  max-width: 100% !important;
  display: block;
  margin: 10px auto;
  height: auto !important;
}
.breadcrumb-wrap {
  padding: 0.7rem 0;
  margin-bottom: 1rem;
  background: #fff;
}
.breadcrumb__item {
  color: #1179ea;
  font-size: 0.875rem;
}
.box-wrapper .col {
  margin-bottom: 12px;
}
.product__item {
  width: 100%;
  height: 100%;
  padding: 0px;
}
.product__inner {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #ebebf0;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.product__inner:hover {
  border: 1px solid #aaa;
}
.product__inner .product__image {
  position: relative;
}
.product__inner .percent-discount {
  position: absolute;
}
.product__inner .percent-discount {
  top: 2px;
  right: 2px;
  background: #d50902;
  color: #fff;
  padding: 4px 8px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  z-index: 3;
}
.product__inner .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.product__info {
  padding: 1rem 12px 12px;
}
.product__info .product__name {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.467;
}
.product__info .product__name:hover {
  color: #222;
}
.product__name > * {
  color: currentColor;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product__info .product-item-options {
  font-size: 13px;
  background-color: #d4d4d9;
  color: #000;
  padding: 3px 7px;
  margin-bottom: 0;
  margin-top: 10px;
  border-radius: 5px;
}
/* Product Price Responsive */
.product__price {
  flex-wrap: wrap;
  gap: 8px;
}

.product__price .price {
  font-weight: 700;
  color: #d50902;
}

.product__price .original {
  text-decoration: line-through;
  color: #6c757d;
  font-size: 13px;
}

/* Mobile: Stack prices vertically */
@media (max-width: 767px) {
  .title-main h3,
  .title-main h2,
  .title-main h1 {
    font-size: 19px;
  }
  .box-wrapper-special {
    padding: 12px 7px;
  }
  #common-home {
    margin-top: 10px;
  }
  .breadcrumb-wrap {
    background-color: #f5f5f5;
  }
  .breadcrumb__item {
    font-size: 11px;
  }
  .product__price {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 4px;
  }

  .product__price .price,
  .product__price .original {
    display: block;
    width: 100%;
  }
}

/* Desktop: Keep prices on same line */
@media (min-width: 768px) {
  .product__price {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}
.section__frame {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #e1e3e4;
  border-radius: 6px;
}
.filter__category {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .filter__category {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1024px) {
  .filter__category {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1200px) {
  .filter__category {
    grid-template-columns: repeat(9, 1fr);
  }
}
.filter__category .thumb {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0px auto 10px;
  border: 1px solid #e1e3e4;
  border-radius: 50%;
  overflow: hidden;
}
.filter__category .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.filter__category .title {
  color: #333;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0px;
}
.banner__slideshow .thumb img {
  border-radius: 8px;
}
.product-detail .brandname {
  color: #7a8189 !important;
  letter-spacing: 1.4px;
  margin-bottom: 5px;
}
.product-detail .title-product {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.product-detail .group-status {
  font-size: 14px;
}
.product-detail .group-status .line {
  color: #999;
}
.product-detail .status_name {
  color: #7b0000;
}
.product-detail .price-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #f0f1f2;
  margin-top: 20px;
  padding-top: 20px;
  column-gap: 4px;
  position: relative;
  margin: 15px 0 10px;
}
.product-detail .product-price {
  font-size: 30px;
  color: #7b0000;
  font-weight: 500;
  line-height: 30px;
  font-family: inherit;
}
.product-price-old {
  color: #979797 !important;
  margin-left: 6px;
  font-size: 14px;
  font-weight: normal;
}
.product-detail .price-box .label_product {
  border-radius: 9999px;
  background: #fed632;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding: 4px 10px;
  font-weight: 500;
  margin-left: 6px;
}
.save-price {
  font-size: 14px;
  width: 100%;
}
.product-detail .block-promotion {
  padding: 8px;
  border: 1px dashed #b11111;
  background: #fff3f3;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 8px;
}
.product-detail .block-promotion .heading-promo i {
  font-size: 18px;
  display: inline-block;
  margin-right: 3px;
}
.product-detail .block-promotion .heading-promo {
  display: inline-flex;
  align-items: center;
  color: #b11111;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
  font-size: 18px;
}
.product-detail .block-promotion .heading-promo:before {
  content: "";
  width: calc(100%);
  height: 2px;
  background: #b11111;
  position: absolute;
  top: 100%;
  left: 0;
}
.product-detail .block-promotion .promo-content {
  font-size: 1.4rem;
  font-weight: 400;
  font-size: 16px;
}
.block-content {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.heading-featured {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.heading-featured i.fa-star {
  color: #ffc107;
  font-size: 15px;
}

.featured-content {
  color: #222;
  line-height: 1.6;
}

.featured-content p {
  margin-bottom: 10px;
  font-size: 14px;
}
.product-hotline {
  padding: 8px;
  border-radius: 8px;
  background: #f1f1f1;
  font-weight: bold;
  margin-bottom: 15px;
}
.product-hotline strong {
  color: #d31100;
  font-size: 20px;
  font-weight: 700;
}

#footer-plus {
  padding: 60px 0 20px;
}
.dcw-foot-addon {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  display: block;
  box-shadow: 0 7px 36px rgba(16, 42, 67, 0.15);
  transition: all 0.3s ease-out;
  z-index: 999;
  display: block;
}
.dcw-foot-addon ul {
  display: flex;
  justify-content: stretch;
  width: 100%;
  background: #fff;
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin: auto;
  overflow-x: hidden;
  max-width: 100%;
  min-height: 54px;
}
.dcw-foot-addon .menu_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dcw-foot-addon .menu_item:nth-child(2) {
  flex: 0 0 50%;
}
.dcw-foot-addon .dcw_menu_link {
  color: #8a0603;
  text-align: center;
  width: 100%;
  font-size: 10px;
  text-decoration: none;
  display: block;
  padding: 10px 10px 6px;
}
.dcw-foot-addon ._icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
}
.dcw-foot-addon #dcw-tele {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dcw-foot-addon #dcw-tele.dcw_menu_link ._icon {
  margin: 2px 8px 0px 2px !important;
}
.dcw-foot-addon #dcw-tele.dcw_menu_link .menu_title {
  font-weight: 900 !important;
  font-size: 23px !important;
  font-family: "Impact";
}
.dcw-foot-addon ._icon * {
  fill: #8a0603 !important;
}
/* Version Options Styling */
.version-options-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.version-option-card {
  flex: 1 1 calc(50% - 6px);
  min-width: 200px;
  max-width: 300px;
}

@media (max-width: 768px) {
  .version-option-card {
    flex: 1 1 100%;
  }
}

.version-option-label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
  min-height: 80px;
}

.version-option-label:hover {
  border-color: #007bff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}

.version-option-card input[type="radio"]:checked + .version-option-label,
.version-option-card.selected .version-option-label,
.version-option-label.selected {
  border-color: #007bff;
  background-color: #f8f9ff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.version-option-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: center;
}

.version-option-image {
  text-align: center;
  margin-bottom: 8px;
}

.version-option-image img {
  max-width: 60px;
  max-height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.version-option-text {
  text-align: center;
}

.version-option-title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.3;
}

.version-option-price {
  font-size: 14px;
  color: #d71635;
  font-weight: 500;
}

.version-option-checkmark {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}

.version-option-checkmark i {
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.version-option-card
  input[type="radio"]:checked
  + .version-option-label
  .version-option-checkmark,
.version-option-card.selected .version-option-label .version-option-checkmark,
.version-option-label.selected .version-option-checkmark {
  opacity: 1;
  transform: scale(1);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .version-options-container {
    gap: 8px;
  }

  .version-option-card {
    flex: 1 1 100%;
    max-width: none;
  }

  .version-option-label {
    padding: 12px;
  }

  .version-option-title {
    font-size: 13px;
  }
}
#product-info .product__price .price {
  font-size: 20px;
  font-weight: 700;
}
/* ===== PRODUCT QUANTITY & BUTTONS STYLING ===== */
.product-quantity-section {
  margin: 25px 0;
}

.quantity-label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
  margin-right: 10px;
  font-size: 14px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.quantity-input-group {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.quantity-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #f8f9fa;
  color: #666;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-btn:hover {
  background: #e9ecef;
  color: #333;
}

.quantity-btn:active {
  background: #dee2e6;
}

.quantity-input {
  width: 60px;
  height: 40px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #fff;
}

.quantity-input:focus {
  outline: none;
  background: #fff;
}

.action-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-add-cart {
  flex: 1;
  min-width: 200px;
  height: 50px;
  border: 2px solid #007bff;
  background: #fff;
  color: #007bff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.btn-add-cart:hover {
  background: #007bff;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-installment {
  flex: 1;
  min-width: 200px;
  height: 50px;
  border: none;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.btn-installment:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
  background: linear-gradient(135deg, #ff5722, #ff9800);
}

.btn-icon {
  font-size: 18px;
}

/* Responsive design for quantity section */
@media (max-width: 768px) {
  .product-quantity-section {
    padding: 15px 0;
    margin: 20px 0;
  }

  .quantity-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .quantity-input-group {
    align-self: center;
  }

  .btn-add-cart,
  .btn-installment {
    min-width: 100%;
  }
}

@media (max-width: 576px) {
  .quantity-input-group {
    width: 100%;
    max-width: 200px;
  }

  .quantity-input {
    flex: 1;
    min-width: 0;
  }
}
/* footer hotline desktop */
#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 99999;
}
#gom-all-in-one .button-contact {
  transition: 1.6s all;
  -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}
#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}
.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
  background-color: #dd3333;
}
.phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-bar a {
  position: absolute;
  margin-top: -65px;
  left: 30px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 7px 15px 7px 50px;
  border-radius: 100px;
  white-space: nowrap;
}
.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}
.phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.error-container {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 3rem;
  max-width: 600px;
  margin: auto;
}
.error-title {
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.error-message {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #button-contact-vr {
    display: none;
  }
  .header__top .header__search .form-control {
    height: 40px;
  }
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

@media (min-width: 768px) {
  .dcw-foot-addon {
    display: none;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* @media (max-width: 767px) {
  .box-wrapper {
    background-color: transparent;
    padding: 0;
  }
} */

/* ===== NEWS SECTION STYLES ===== */
.news-section {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 0;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
}

.news-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0;
  position: relative;
}

.news-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #dd3333;
}

.news-more-btn {
  background-color: #f8f9fa;
  color: #333;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.news-more-btn:hover {
  background-color: #e9ecef;
  color: #333;
  text-decoration: none;
  transform: translateY(-1px);
}

/* News Content Layout - Home Page (news-main + news-grid) */
.news-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-main {
  width: 100%;
}

.news-main .news-card {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-main .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.news-main .news-image {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.news-main .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.news-main .news-card:hover .news-image img {
  transform: scale(1.05);
}

.news-main .news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 20px;
}

.news-main .news-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.news-row {
  display: contents;
}

.news-grid .news-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.news-grid .news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.news-grid .news-image {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.news-grid .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.news-grid .news-card:hover .news-image img {
  transform: scale(1.05);
}

.news-grid .news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 15px;
}

.news-grid .news-card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Blog Page Layout - Horizontal Cards */
.blog-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blog-content .news-card {
  display: flex;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border-bottom: 1px dotted #e9ecef;
  padding-bottom: 15px;
  overflow: hidden;
  width: 100%;
}

.blog-content .news-image {
  flex: 0 0 35%;
  height: 200px;
  overflow: hidden;
}

.blog-content .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.blog-content .news-content-text {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  overflow: hidden;
}

.blog-content .news-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px 0;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.blog-content .news-card-title a {
  color: inherit;
  text-decoration: none;
}

.blog-content .news-card-title a:hover {
  color: #007bff;
  text-decoration: none;
}

.blog-content .news-card-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 15px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.blog-content .news-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  color: #999;
}

.blog-content .news-author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-content .news-author img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-content .news-date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-content .news-date i {
  font-size: 14px;
}

/* Mobile Layout - Home Page */
@media (max-width: 768px) {
  body {
    background-color: #fff;
  }
  .mb-3 {
    margin-bottom: 10px !important;
  }
  .box-wrapper-category {
    padding: 0;
  }
  .box-wrapper {
    padding: 0;
  }
  .box-wrapper-product {
    padding: 0;
  }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .news-main .news-image {
    height: 250px;
  }

  .news-grid .news-image {
    height: 180px;
  }

  .news-main .news-card-title {
    font-size: 18px;
  }

  .news-grid .news-card-title {
    font-size: 14px;
  }

  .news-overlay {
    padding: 12px 10px 10px;
  }
}

/* Mobile Layout - Blog Page */
@media (max-width: 768px) {
  .blog-content .news-card {
    flex-direction: column;
    overflow: hidden;
  }

  .blog-content .news-image {
    flex: none;
    height: 180px;
    width: 100%;
  }

  .blog-content .news-content-text {
    padding: 15px;
    min-width: 0;
    overflow: hidden;
  }

  .blog-content .news-card-title {
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .blog-content .news-card-description {
    font-size: 13px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .blog-content .news-meta {
    gap: 10px;
    font-size: 11px;
    flex-wrap: wrap;
  }

  .blog-content .news-author img {
    width: 20px;
    height: 20px;
  }
}

/* Topic Tags Styling */
.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.topic-tag {
  display: inline-block;
  padding: 6px 12px;
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.topic-tag:hover {
  background-color: #e9ecef;
  color: #495057;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.topic-tag.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.topic-tag.active:hover {
  background-color: #0056b3;
  color: white;
  text-decoration: none;
}

/* Mobile Layout: All articles stacked vertically */
@media (max-width: 768px) {
  .news-section {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .news-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 14px;
  }

  .news-title {
    font-size: 20px;
  }

  .news-content {
    gap: 15px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .main-article .news-image {
    height: 250px;
  }

  .news-image {
    height: 180px;
  }

  .news-card-title {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  .main-article .news-card-title {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }

  .news-overlay {
    padding: 12px 10px 10px;
  }

  .news-meta {
    font-size: 11px;
  }

  .news-author img {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 576px) {
  .news-title {
    font-size: 18px;
  }

  .news-more-btn {
    padding: 6px 12px;
    font-size: 13px;
  }

  .main-article .news-image {
    height: 200px;
  }

  .news-image {
    height: 160px;
  }

  .news-overlay {
    padding: 10px 8px 8px;
  }
}

/* ===== PRODUCT ATTRIBUTES STYLING ===== */
.product__attributes {
  border-radius: 10px;
  padding: 10px;
  display: block;
  background-color: #f7f9fa;
  margin: 0 8px 8px;
}

.product__attribute {
  display: block;
  font-size: 12px;
  color: #222;
  font-weight: 400;
  line-height: 1.67;
  white-space: nowrap;
  transition: all 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.product__attribute strong {
  font-weight: 700;
  color: #000;
}
/* Responsive adjustments for attributes */
@media (max-width: 767px) {
  .product__attributes {
    gap: 4px;
    padding: 4px;
  }

  .product__attribute {
    padding: 3px 6px;
    font-size: 12px;
  }
}

/* ===== PRODUCT ATTRIBUTES SIDEBAR STYLING ===== */
.product-attributes-sidebar {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: sticky;
  top: 20px;
  height: fit-content;
}

.sidebar-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007bff;
  position: relative;
}

.sidebar-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #007bff;
}

/* New table-like attributes styling */
.attributes-table-container {
  background: #f8f9fa;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.attribute-header-row {
  background: #e9ecef;
  padding: 12px 10px;
  border-bottom: 1px solid #dee2e6;
}

.attribute-header-content {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.attributes-table {
  background: #f8f9fa;
}

.attribute-row {
  display: flex;
  border-bottom: 1px solid #e9ecef;
  min-height: 45px;
  align-items: center;
}

.attribute-row:last-child {
  border-bottom: none;
}

.attribute-label {
  flex: 0 0 40%;
  padding: 12px 15px;
  font-weight: 600;
  color: #495057;
  font-size: 13px;
  border-right: 1px solid #e9ecef;
  background: #f1f3f4;
  display: flex;
  align-items: center;
}

.attribute-value {
  flex: 1;
  padding: 12px 15px;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  background: #f8f9fa;
  display: flex;
  align-items: center;
}

/* Responsive design for sidebar */
@media (max-width: 1199px) {
  .product-attributes-sidebar {
    position: static;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .product-detail {
    margin-top: 15px;
  }
  .product-attributes-sidebar {
    padding: 15px 0;
    margin-top: 20px;
  }

  .sidebar-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .attribute-header-content {
    font-size: 13px;
    padding: 12px;
  }

  .attribute-label,
  .attribute-value {
    font-size: 12px;
    padding: 10px 12px;
  }

  .attribute-label {
    flex: 0 0 35%;
  }
}

@media (max-width: 575px) {
  .attribute-row {
    align-items: stretch;
    min-height: auto;
  }

  .attribute-label {
    border-right: none;
    border-bottom: 1px solid #e9ecef;
    padding: 8px 12px;
  }

  .attribute-value {
    padding: 8px 12px;
  }
}
footer {
  background-color: #f9f9f9;
  padding: 30px 0 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: #111;
}
.row.equal-height {
  display: flex;
  flex-wrap: wrap;
}
.row.equal-height > [class*="col-"] {
  display: flex;
}
.column {
  background: #f9f9f9; /* ví dụ màu nền */
  padding: 15px;
  flex: 1;
}
footer .column {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
footer .column ul {
  padding-left: 15px;
  margin: 10px 0;
}
footer .column ul li {
  margin-bottom: 10px;
  margin-left: 0;
  list-style: disc;
  font-size: 14px;
}
footer .column ul li a {
  color: #111;
}
footer .column ul li a:hover {
  color: #dd3333;
}

footer .heading {
  border-bottom: 2px solid #2152d4;
  margin-bottom: 15px;
  color: #2152d4;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-top: 5px;
}

footer .row span {
  color: #616161;
  font-weight: 700;
}
footer .groups a:hover {
  color: #022991;
}
footer .groups a {
  color: #616161;
}
footer .groups._address a {
  color: #022991;
}
.copyright {
  border-top: 1px solid #dcdcdc;
  background: #111;
}
.copyright .wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  color: #eee;
  font-size: 13px;
}
.copyright .wrp a {
  color: #fff;
}
/* Header Styling */
.header-top {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 8px 0;
}

.top-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.top-nav-link {
  color: #6c757d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.top-nav-link:hover {
  color: #495057;
  text-decoration: none;
}

.top-contact-text {
  color: #6c757d;
  font-size: 14px;
}

.top-contact-email {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.top-contact-email:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Main Header */
.header {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header .row {
  align-items: center;
}

.header__logo-link {
  display: block;
  text-decoration: none;
}

.header__logo-link img {
  max-height: 50px;
  width: auto;
}

/* Search Bar Styling */
.header__search {
  max-width: 400px;
  margin: 0 auto;
}

.header__search .input-group {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header__search .form-control {
  border: 1px solid #e9ecef;
  border-right: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 25px 0 0 25px;
}

.header__search .form-control:focus {
  box-shadow: none;
  border-color: #007bff;
}

.header__search .btn {
  background-color: #007bff;
  border: 1px solid #007bff;
  border-left: none;
  border-radius: 0 25px 25px 0;
  color: #fff;
}

.header__search .btn:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* Top Menu Styling */
.top-menu {
  margin: 0;
}

/* User Account Styling */
.user-account-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #495057;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.user-account-link:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
}

.user-account-icon {
  margin-right: 10px;
  font-size: 20px;
  color: #6c757d;
}

.user-account-text {
  display: flex;
  flex-direction: column;
}

.user-account-title {
  font-size: 12px;
  color: #6c757d;
  line-height: 1.2;
}

.user-account-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  line-height: 1.2;
}

/* Cart Styling */
.header__cart {
  position: relative;
}

.header__cart .cart-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  background-color: #dc3545;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: 500;
}

.header__cart .btn:hover {
  background-color: #c82333;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.header__cart .btn i {
  margin-right: 6px;
  font-size: 16px;
  color: #fff;
}

.header__cart .total-items {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 767px) {
  .header-top {
    padding: 6px 0;
  }

  .top-nav-list {
    gap: 15px;
    flex-wrap: wrap;
  }

  .top-nav-link {
    font-size: 13px;
  }

  .top-contact-text {
    font-size: 13px;
  }

  .header {
    padding: 10px 0;
  }

  .header__logo-link img {
    max-height: 40px;
  }

  .header__search {
    margin: 0;
  }

  .user-account-link,
  .header__cart .btn {
    padding: 8px 12px;
  }

  .user-account-icon,
  .header__cart .btn i {
    font-size: 16px;
    margin-right: 6px;
  }

  .user-account-title {
    font-size: 11px;
  }

  .user-account-subtitle {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .top-nav-list {
    justify-content: center;
    gap: 12px;
  }

  .top-contact {
    text-align: center !important;
  }

  .header__logo {
    text-align: center;
    margin-bottom: 0;
  }

  .header__search {
    margin: 0;
  }

  .header__actions {
    justify-content: center !important;
    margin-top: 15px;
  }

  /* Mobile logo size adjustment */
  .header__logo-link img {
    max-height: 35px;
  }

  /* Mobile search bar full width */
  .header__search .input-group {
    border-radius: 20px;
  }

  .header__search .form-control {
    border-radius: 20px 0 0 20px;
  }

  .header__search .btn {
    border-radius: 0 20px 20px 0;
  }
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  border: none;
  background: none;
  padding: 8px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.mobile-menu-toggle:hover {
  background-color: #f8f9fa;
}

.mobile-menu-toggle:focus {
  box-shadow: none;
  outline: none;
}

/* Mobile Offcanvas Menu */
.offcanvas {
  background-color: #fff;
  border-right: 1px solid #e9ecef;
}

.offcanvas-header {
  border-bottom: 1px solid #e9ecef;
  padding: 1rem 1.5rem;
}

.offcanvas-title {
  color: #333;
  font-weight: 600;
  margin: 0;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-link {
  display: block;
  padding: 12px 1.5rem;
  color: #495057;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #f8f9fa;
  transition: all 0.2s ease;
}

.mobile-nav-link:hover {
  background-color: #f8f9fa;
  color: #007bff;
  text-decoration: none;
}

.mobile-nav-divider {
  height: 1px;
  background-color: #e9ecef;
  margin: 1rem 1.5rem;
}

/* Cart Button Styling */
.cart-button {
  background: white;
  border: 2px solid #007bff;
  color: #007bff;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 25px;
}

.cart-button:hover {
  background: #007bff;
  color: white;
}

.cart-button:focus {
  background: white;
  color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.cart-button i {
  margin-right: 8px;
  font-size: 16px;
}

/* Special Products Slider */
.special-products-slider {
  margin-top: 20px;
}

.special-products-slider .swiper {
  padding: 0;
}

.special-products-slider .swiper-slide {
  height: auto;
}

.special-products-slider .swiper-button-next,
.special-products-slider .swiper-button-prev {
  color: #007bff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.special-products-slider .swiper-button-next:hover,
.special-products-slider .swiper-button-prev:hover {
  background: #007bff;
  color: white;
}

.special-products-slider .swiper-button-next::after,
.special-products-slider .swiper-button-prev::after {
  font-size: 18px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .special-products-slider .swiper {
    padding: 0;
  }

  .special-products-slider .swiper-button-next,
  .special-products-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .special-products-slider .swiper-button-next::after,
  .special-products-slider .swiper-button-prev::after {
    font-size: 16px;
  }
}
