/* ========================================= */
/*               FONT & BASIC SETUP          */
/* ========================================= */
/* --- Material Icons Font --- */
@font-face {
  font-family: 'Title';
  /* Ensure the path to your font file is correct */
  src: url('fonts/DM_Sans/DMSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Text';
  /* Ensure the path to your font file is correct */
  src: url('fonts/DM_Sans/DMSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  src: url('assets/webfonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.material-icons {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Material Icons - Outlined */
@font-face {
  font-family: 'Material Icons Outlined';
  src: url('assets/webfonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

/* Material Icons - Rounded */
@font-face {
  font-family: 'Material Icons Round';
  src: url('assets/webfonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.material-icons-round {
  font-family: 'Material Icons Round';
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Material Icons - Sharp */
@font-face {
  font-family: 'Material Icons Sharp';
  src: url('assets/webfonts/MaterialIconsSharp-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.material-icons-sharp {
  font-family: 'Material Icons Sharp';
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Material Icons - TwoTone */
@font-face {
  font-family: 'Material Icons TwoTone';
  src: url('assets/webfonts/MaterialIconsTwoTone-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.material-icons-twotone {
  font-family: 'Material Icons TwoTone';
  font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}

h1,
h2,
h3,
h4 {
  font-family: 'Title';
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
}

body {
  font-family: 'Text';
  margin: 0;
  color: #111;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1366px;
  margin: 0 auto;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.p-4 {
  padding: 4rem;
}

.material-icons {
  vertical-align: middle;
}

/* ========================================= */
/*                   HEADER                  */
/* ========================================= */
.top_bar {
  background: #111;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
}

.top_bar h3 {
  margin: 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 100;
  border-bottom: none;
  box-sizing: border-box;
  padding: 0 50px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.logo {
  height: 90px;
}

.logo img {
  height: 100%;
}

/* --- MAIN NAV MENU --- */
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.main-nav li {
  margin: 0 20px;
}

.main-nav a {
  text-decoration: none;
  color: #111;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.order-tracking {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.order-tracking h1,
.order-tracking .img-tracking {
  text-align: center;
}

.order-tracking .img-tracking img {
  animation: toB 1s ease-out forwards;
}

/* Animation: from top to bottom + fade in */
@keyframes toB {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.order-tracking {
  background: #fff;
}

.img-tracking {
  margin: 0 auto;
}

.img-tracking img {
  height: 400px;
  width: 400px;
}

.main-nav a:hover {
  color: #23bccd;
}

.main-nav .chevron {
  font-size: 20px;
}

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

.search-box {
  border-radius: 5px;
  padding: 8px 12px;
}

.search-box input {
  border: none;
  outline: none;
  width: 200px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
}

.search-box button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.header-icons ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}

.header-icons a,
.header-icons span {
  color: #111;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header-icons .material-icons {
  font-size: 26px;
}

.search__icon {
  display: none;
}

.cart-count-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #ff4d4d;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search__woo:hover {
  cursor: pointer;
}

.hamburger,
.close-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger .material-icons,
.close-menu .material-icons {
  font-size: 30px;
}

/* ========================================= */
/*                 HERO SLIDER               */
/* ========================================= */
.hero-slider {
  position: relative;
  background-color: #f2f2f2;
  height: calc(100vh - 100px);
  width: 100%;
  overflow: hidden;
}

.slides-wrapper {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.slide-content {
  flex: 1;
  max-width: 500px;
  transform: translateY(20px);
  transition: transform 0.6s ease-out 0.3s;
  z-index: 99;
}

.slide.active .slide-content {
  transform: translateY(0) translateX(-200px);
}

.slide-image {
  flex: 1;
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subtitle {
  font-size: 16px;
  color: #555;
  margin: 0 0 10px;
  font-weight: 500;
}

.title {
  font-size: 4rem;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.2;
}

.description {
  font-size: 18px;
  color: #555;
  margin: 0 0 30px;
}

.btn {
  background-color: #111;
  color: #fff;
  padding: 15px 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s;
  text-transform: uppercase;
}

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

/* Arrow button styles */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-arrow:hover {
  opacity: 0.8;
}

.prev {
  left: 50px;
}

.next {
  right: 50px;
}

.slider-post-next {
  right: 3px;
}

.slider-post-prev {
  left: 3px;
}

/* Dot pagination styles */
.slider-pagination {
  position: absolute;
  bottom: 30px;
  left: 100px;
  display: flex;
  z-index: 10;
  gap: 8px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #111;
  border: 1px solid #111;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.dot.active {
  background-color: transparent;
  border-color: #111;
}

/* ========================================= */
/*             TOP CATEGORIES SECTION        */
/* ========================================= */
.top-categories-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 80px 50px;
  background-color: #f8f8f8;
  max-width: 100%;
  margin: 0 auto;
}

.top-categories-intro {
  flex-shrink: 0;
  width: 250px;
  padding-right: 20px;
}

.top-categories-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
  color: #111;
}

.top-categories-description {
  font-size: 18px;
  color: #555;
  margin: 0 0 30px;
  line-height: 1.5;
}

.btn-all-categories {
  display: inline-block;
  padding: 14px 28px;
  border: 1px solid #111;
  color: #111;
  background-color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-all-categories:hover {
  background-color: #111;
  color: #fff;
}

.category-grid {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 100%;
}

.category-card:hover img {
  transform: scale(1.1);
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all .3s ease-in-out;
}

.category-overlay-text {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  color: #111;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.category-name {
  font-size: 20px;
  color: #111;
  white-space: nowrap;
}

.category-item-count {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 10px;
  line-height: 1;
}

/* ========================================= */
/*               RESPONSIVE CSS              */
/* ========================================= */
@media (max-width: 1024px) {
  .header {
    padding: 0 30px;
  }

  .main-nav li {
    margin: 0 15px;
  }

  .search-box input {
    width: 150px;
  }

  .slide {
    padding: 0 50px;
  }

  .title {
    font-size: 48px;
  }

  .slider-pagination {
    left: 50px;
  }

  /* Responsive for Categories */
  .top-categories-section {
    padding: 60px 30px;
  }

  .top-categories-intro {
    width: 200px;
  }

  .top-categories-title {
    font-size: 32px;
  }

  .top-categories-description {
    font-size: 16px;
  }

  .category-grid {
    gap: 20px;
  }

  .category-card {
    min-height: 320px;
  }

  .category-name {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 0 20px;
  }

  .logo {
    height: 60px;
  }

  .header-container {
    height: 70px;
    padding: 0 1rem;
  }

  .search-box {
    display: none;
  }

  .search__icon {
    display: flex;
  }

  .account__woo {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .header-right {
    gap: 20px;
  }

  .header-icons {
    margin-left: 0;
  }

  .header-icons ul {
    gap: 20px;
  }

  .main-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    transition: left 0.4s ease-in-out;
    z-index: 9999;
  }

  .main-nav.active {
    left: 0;
  }

  .main-nav ul {
    flex-direction: column;
    margin-top: 40px;
    align-items: flex-start;
  }

  .main-nav li {
    margin: 15px 0;
  }

  .close-menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  /* Slider mobile */
  .hero-slider {
    height: 600px;
  }

  .slide {
    flex-direction: column-reverse;
    padding: 80px 20px 40px 20px;
    text-align: center;
    justify-content: center;
  }

  .slide-image {
    margin-bottom: 30px;
  }

  .slide-image img {
    max-width: 100%;
  }

  .slide-content {
    max-width: 80%;
    transform: none !important;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .title {
    font-size: 32px;
  }

  .description {
    font-size: 16px;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
  }

  .prev {
    left: 15px;
  }

  .next {
    right: 15px;
  }

  .slider-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
  }

  /* Responsive for Categories */
  .top-categories-section {
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
  }

  .top-categories-intro {
    width: 100%;
    max-width: 500px;
    text-align: center;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .top-categories-title {
    font-size: 36px;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 700px;
  }

  .category-card {
    min-height: 300px;
  }
}

@media (max-width: 576px) {

  /* Responsive for Categories */
  .top-categories-section {
    padding: 40px 15px;
  }

  .top-categories-intro {
    margin-bottom: 30px;
  }

  .top-categories-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .top-categories-description {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .btn-all-categories {
    padding: 12px 25px;
    font-size: 14px;
  }

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

  .category-card {
    min-height: 250px;
  }

  .category-overlay-text {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .category-name {
    font-size: 18px;
  }

  .category-item-count {
    font-size: 13px;
    padding: 3px 7px;
  }
}

/* ========================================= */
/*             CATEGORIES SECTION            */
/* ========================================= */
.categories-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 80%;
  margin: 0 auto;
}

.categories-text-content {
  flex-shrink: 0;
  width: 200px;
  padding-right: 20px;
}

.categories-text-content h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
  background: linear-gradient(90deg, #dfb621, #ff8f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.categories-text-content p {
  font-size: 18px;
  color: #555;
  margin: 0 0 30px;
  line-height: 1.5;
}

.btn-all-categories {
  display: inline-block;
  border: 1px solid #111;
  color: #111;
  background-color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: 'Title';
  text-transform: uppercase;
  padding: 10px;
}

.btn-all-categories:hover {
  background-color: #111;
  color: #fff;
}

.categories-grid {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 100%;
}

.categories-grid a {
  text-decoration: none;
}

.category-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-end;
  padding: 25px;
  transition: transform 0.3s ease;
  min-height: 261px;
}

.category-card:hover {
  transform: translateY(-5px);
}

.category-name {
  font-size: 2rem;
  color: #111;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: 'Text';
}

.category-count {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 10px;
  line-height: 1;
}

/* ========================================= */
/*         RESPONSIVE CSS FOR CATEGORIES     */
/* ========================================= */
@media (max-width: 1200px) {
  .categories-section {
    padding: 60px 30px;
  }

  .categories-text-content {
    width: 200px;
  }

  .categories-text-content h2 {
    font-size: 32px;
  }

  .categories-text-content p {
    font-size: 16px;
  }

  .categories-grid {
    gap: 20px;
  }

  .category-card {
    min-height: 320px;
  }

  .category-name {
    font-size: 18px;
  }

  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 700px;
  }
}

@media (max-width: 992px) {
  .categories-section {
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
  }

  .categories-text-content {
    width: 100%;
    max-width: 500px;
    text-align: center;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .categories-text-content h2 {
    font-size: 36px;
  }


  .category-card {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .categories-section {
    padding: 40px 15px;
  }

  .categories-text-content {
    margin-bottom: 30px;
  }

  .categories-text-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .categories-text-content p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .btn-all-categories {
    padding: 12px 25px;
    font-size: 14px;
  }

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

  .category-card {
    min-height: 250px;
    padding: 20px;
  }

  .category-name {
    font-size: 18px;
  }

  .category-count {
    font-size: 13px;
    padding: 3px 7px;
  }
}

/* ========================================= */
/*          HIGHLIGHTS SECTION               */
/* ========================================= */
.highlights-section {
  background-color: #fff;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.highlights-header {
  margin-bottom: 50px;
}

.highlights-title {
  font-size: 38px;
  margin: 0 0 10px;
  background: linear-gradient(90deg, #dfb621, #ff8f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.related {
  margin-bottom: 4rem;
}

.highlights-subtitle,
.related .products li h2 {
  font-size: 18px;
  color: #333;
  margin: 0;
}

.product-grid,
.products-loop,
.blog-posts,
.home-product-gird {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1366px;
  padding: 0;
  margin: 0;
}

.image-blog img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-posts {
  margin: 0 auto;
  margin-bottom: 4rem;
}

.woocommerce-ordering {
  margin-bottom: 1rem;
}

.product-card,
.related .products li,
.home-product-gird-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.product-card:hover,
.related .products li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.product-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
}

.product-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.discount-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #ff4d4d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  z-index: 2;
}

.wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  z-index: 2;
}

.wishlist-btn:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}

.wishlist-btn .material-icons {
  font-size: 20px;
  color: #555;
}

.product-info {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-brand {
  font-size: 15px;
  color: #333;
  margin: 0 0 5px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-family: 'Text';
}

.product-name {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin: 0 0 10px;
}

.product-price {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  margin: 0 0 10px;
}

.variation-sizes span {
  border: 1px solid #453f3f63;
  margin-right: 10px;
  margin-top: 5px;
  width: 39px;
  text-align: center;
  padding: 5px;
}

.variation-sizes {
  display: flex;
  flex-wrap: wrap;
}

.product-price .original-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-left: 8px;
  font-weight: 400;
}

.color-options,
.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 5px;
}

.color-option {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.color-option.active {
  border: 2px solid #111;
}

/* Specific colors */
.color-white {
  background-color: #fff;
}

.color-brown {
  background-color: #d2b48c;
}

.color-olive {
  background-color: #808000;
}

.color-light-gray {
  background-color: #e0e0e0;
}

.size-option {
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.size-option:hover {
  border-color: #111;
}

.size-option.active {
  background-color: #111;
  color: #fff;
  border-color: #111;
}

/* ========================================= */
/*        RESPONSIVE CSS FOR HIGHLIGHTS      */
/* ========================================= */
@media (max-width: 1200px) {
  .highlights-section {
    padding: 60px 30px;
  }

  .highlights-title {
    font-size: 32px;
  }

  .highlights-subtitle {
    font-size: 16px;
  }

  .product-grid,
  .products-loop,
  .blog-posts,
  .home-product-gird {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
    max-width: unset;
  }

  .product-brand {
    font-size: 14px;
  }

  .product-price {
    font-size: 16px;
  }

  .product-price .original-price {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .highlights-section {
    padding: 50px 20px;
  }

  .highlights-header {
    margin-bottom: 40px;
  }

  .highlights-title {
    font-size: 28px;
  }

  .highlights-subtitle {
    font-size: 15px;
  }

  .product-grid,
  .products-loop,
  .blog-posts,
  .home-product-gird {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
  }

  .product-image-wrapper {
    padding-top: 100%;
  }

  .wishlist-btn {
    width: 35px;
    height: 35px;
  }

  .wishlist-btn .material-icons {
    font-size: 18px;
  }

  .discount-badge {
    font-size: 12px;
    padding: 4px 8px;
  }

  .product-info {
    padding: 12px;
  }

  .color-option {
    width: 20px;
    height: 20px;
  }

  .size-option {
    padding: 7px 10px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .highlights-section {
    padding: 40px 15px;
  }

  .highlights-header {
    margin-bottom: 30px;
  }

  .highlights-title {
    font-size: 24px;
  }

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

  .product-info {
    text-align: center;
    padding: 15px;
  }

  .color-options,
  .size-options {
    justify-content: center;
  }
}

/* ========================================= */
/*             BEST SELLERS SECTION          */
/* ========================================= */
.best-sellers-section {
  background: radial-gradient(#e9c511c2, #eef0f185);
  text-align: center;
}

.best-sellers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(270px, auto);
  gap: 15px;
  max-width: 1400px;
  margin: 0 auto;
}

.best-seller-card.grid-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.best-seller-card {
  position: relative;
  background-color: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}

.best-seller-card a {
  height: 100%;
}

.best-seller-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.best-seller-card:hover img {
  transform: scale(1.05);
}

.best-seller-card span {
  display: block;
}

.best-seller-card h3 {
  color: #fff;
  font-family: 'Text';
}

.instagram-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-decoration: none;
  flex-direction: column;
  padding: 2rem;
}

._content_single_post ul {
  list-style: none;
}

.best-seller-card:hover .instagram-overlay {
  opacity: 1;
}

.best-seller-card:hover .home-product-flash-btn {
  left: 0;
  opacity: 1;
  height: 56px;
}

.best-seller-card:hover .home-product-flash-btn ul li span {
  font-size: 27px;
}

.best-seller-card .home-product-flash-btn {
  transform: unset;
}

.instagram-overlay .material-icons {
  font-size: 40px;
  color: #333;
}

/* ========================================= */
/*    RESPONSIVE CSS FOR BEST SELLERS        */
/* ========================================= */
@media (max-width: 1200px) {
  .best-sellers-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    max-width: 1000px;
  }
}

@media (max-width: 992px) {
  .best-sellers-section {
    padding: 60px 20px;
  }

  .best-sellers-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(150px, auto);
    max-width: 700px;
  }

  .best-seller-card.grid-item-1 {
    grid-column: 1 / -1;
    grid-row: span 1;
    aspect-ratio: 2 / 1;
  }

  .instagram-overlay .material-icons {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .best-sellers-section {
    padding: 40px 15px;
  }

  .best-sellers-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 400px;
  }

  .best-seller-card.grid-item:first-child {
    grid-column: unset;
    grid-row: unset;
  }

  .best-seller-card.grid-item-1 {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1.5 / 1;
  }

  .instagram-overlay .material-icons {
    font-size: 30px;
  }
}

/* ========================================= */
/*                   FOOTER                  */
/* ========================================= */
.main-footer {
  background-color: #101010;
  padding: 80px 50px;
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
}

.footer-column h3,
.footer-column h4 {
  color: #fff;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-logo {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-column p {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-column a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #23bccd;
}

/* Contact and Address Blocks */
.contact-block,
.address-block {
  margin-bottom: 30px;
}

.contact-block p,
.address-block p {
  margin-bottom: 5px;
}

.contact-block h4,
.address-block h4,
.payment-methods h4,
.newsletter-form h4,
.social-follow h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.company-info h4 span {
  font-family: "Text";
  font-size: 15px;
}

/* Payment Methods */
.payment-methods {
  margin-top: 20px;
}

.payment-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.payment-icons img {
  max-height: 25px;
  width: auto;
}

/* List Styles (Get Help, Popular Categories) */
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
}

/* Form Footer */
.custom-subscribe-form {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 345px;
  background: #ffffff;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}


.custom-subscribe-form p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Icon */
.custom-subscribe-form .icon {
  font-size: 20px;
  color: #666;
}

/* Input */
.custom-subscribe-form input[type="email"] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  padding: 6px 0;
  max-width: 190px;
}

/* Placeholder */
.custom-subscribe-form input[type="email"]::placeholder {
  color: #9aa0a6;
}

/* Button */
.custom-subscribe-form .btn-subscribe {
  background: #ff3c41;
  color: #fff;
  padding: 8px 14px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}

.custom-subscribe-form .btn-subscribe:hover {
  background: #e62e35;
}

/* Tip lỗi dưới input */
.custom-subscribe-form .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #e94a4a;
  margin-top: 4px;
}

/* Ẩn hộp lỗi mặc định */
.newsletter-form .wpcf7-response-output {
  display: none !important;
}

/* Message thành công */
.subscribe-message {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.subscribe-message.success {
  color: #2e7d32;
  /* xanh lá */
}

.subscribe-message.error {
  color: #e53935;
  /* đỏ */
}

.custom-subscribe-form .wpcf7-not-valid-tip,
.custom-subscribe-form .wpcf7-spinner {
  display: none;
}

.custom-subscribe-form .wpcf7-spinner {
  display: block !important;
  position: absolute;
}

/* Responsive */
@media(max-width: 480px) {
  .custom-subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }
}




/* Social Icons */
.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a img {
  height: 20px;
  width: auto;
  display: block;
  transition: transform 0.2s ease;
}

.social-icons a img:hover {
  transform: translateY(-2px);
}

/* ========================================= */
/*          RESPONSIVE CSS FOR FOOTER        */
/* ========================================= */
@media (max-width: 1200px) {
  .main-footer {
    padding: 60px 30px;
  }

  .footer-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
  }

  .footer-column h3,
  .footer-column h4 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .footer-logo {
    font-size: 26px;
  }

  .footer-column p,
  .footer-column ul li a,
  .newsletter-form input[type="email"],
  .newsletter-form button[type="submit"] {
    font-size: 14px;
  }

  .newsletter-form .input-group .material-icons {
    font-size: 20px;
    padding: 10px;
  }

  .social-icons {
    gap: 12px;
  }

  .social-icons a img {
    height: 18px;
  }
}

@media (max-width: 768px) {
  .main-footer {
    padding: 50px 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .footer-column {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  .footer-column:last-child {
    border-bottom: none;
  }

  .footer-column h3,
  .footer-column h4 {
    margin-bottom: 15px;
  }

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

  .contact-block,
  .address-block {
    margin-bottom: 20px;
  }

  .payment-icons,
  .social-icons {
    justify-content: center;
  }

  .newsletter-form .input-group {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .main-footer {
    padding: 40px 15px;
  }

  .footer-column h3,
  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer-logo {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .footer-column p,
  .footer-column ul li a,
  .newsletter-description {
    font-size: 13px;
  }

  .newsletter-form input[type="email"],
  .newsletter-form button[type="submit"] {
    font-size: 13px;
    padding: 10px 15px;
  }

  .newsletter-form .input-group .material-icons {
    font-size: 18px;
    padding: 8px;
  }

  .payment-icons img {
    max-height: 20px;
  }

  .social-icons a img {
    height: 16px;
  }
}

/***************** MODAL SEARCH *********************/
.search-spinner {
  margin: 40px auto;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.search {
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease;
  display: flex;
  align-items: center;
  overflow: hidden;
}

section.search.active {
  visibility: visible;
  opacity: 1;
  background: #dedede;
}

.close__search {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: #111;
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .3s;
  font-size: 30px;
}

.close__search:hover {
  cursor: pointer;
  transform: scale(1.2);
}

.search__form {
  width: 70%;
  margin: 0 auto;
}

.search__form input {
  width: 100%;
  height: 70px;
  text-align: center;
  border-radius: 5px;
  font-size: 21px;
}

.search.show {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease;
  padding: 1rem;
}

#product-search-result ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
  list-style: none;
}

#product-search-result {
  height: 60vh;
  overflow: auto;
}

#product-search-result ul li {
  width: 25%;
  margin-bottom: 1rem;
  text-align: center;
  padding: 10px 0;
  transition: all ease-in-out .3s;
  height: fit-content;
}

#product-search-result ul li:hover {
  background: #fff;
}

#product-search-result ul li:hover a {
  color: #000;
}

#product-search-result ul li a {
  color: #111;
  justify-content: flex-start;
  align-items: center;
  transition: all ease-in-out .3s;
  font-family: 'Title';
}

#product-search-result p {
  color: #111;
}

#product-search-result ul li .name-pd {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: .5rem;
}

#product-search-result ul li img {
  object-fit: scale-down;
  height: 175px;
  width: 175px;
  margin-right: 1rem;
}

/***************** END *********************/
/* ========================================= */
/*               TIPS & TRICKS SECTION       */
/* ========================================= */
.tips-section {
  background-color: #f8f8f8;
}

.tips-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px auto;
}

.tips-header h2 {
  font-size: 38px;
  margin: 0 0 15px;
  background: linear-gradient(90deg, #dfb621, #ff8f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tips-header p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

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

.tip-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.tip-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
}

.tip-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tip-card:hover .tip-image-wrapper img {
  transform: scale(1.05);
}

.tip-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tip-category {
  font-size: 14px;
  color: #777;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 500;
  display: inline-block;
}

.tip-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 15px 0;
}

.tip-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.tip-title a:hover {
  color: #555;
}

.tip-excerpt {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

.tip-meta {
  display: flex;
  align-items: center;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f0f0;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-avatar .material-icons {
  font-size: 22px;
  color: #999;
}

.author-info {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.author-name {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.post-date {
  font-size: 16px;
  color: #777;
  display: block;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.icon-author {
  margin-left: 10px;
}

.post-date span {
  margin-right: 5px;
}

.single-post-content {
  max-width: 1000px;
  text-align: justify;
}

.single-post-header h1 {
  margin-bottom: .5rem;
}

/* ========================================= */
/*        RESPONSIVE CSS FOR TIPS SECTION    */
/* ========================================= */
@media (max-width: 992px) {
  .tips-section {
    padding: 60px 30px;
  }

  .tips-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .tips-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .tips-grid {
    grid-template-columns: 1fr;
  }

  .tips-header h2 {
    font-size: 28px;
  }

  .tips-header p {
    font-size: 16px;
  }


  #product-search-result ul {
    display: block;
  }

  #product-search-result ul li {
    width: 100%;
  }

  #product-search-result ul li a {
    display: flex;
  }

  #product-search-result ul li img {
    object-fit: scale-down;
    height: 69px;
    margin-right: 1rem;
  }

  .price-pd {

    text-align: left;
  }

  .search__form input {
    height: 50px;
    font-size: 14px;
  }

  #product-search-result ul li .name-pd {
    font-size: 14px;
    text-transform: capitalize;
    margin-top: .5rem;
    text-align: left;
  }

  .search__form {
    width: 88%;
    margin: 0 auto;
  }

}

@media (max-width: 576px) {
  .tips-section {
    padding: 50px 20px;
  }
}

/* ========================================= */
/*        PRODUCT DETAIL  */
/* ========================================= */
.easyzoom.easyzoom--overlay {
  height: 100%;
}

.easyzoom-flyout img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}

.product-gallery {
  display: flex;
  width: 45%;
  gap: 10px;
}

.modal-img .product-gallery {
  width: 100%;
}

.wraper-content-product,
.page-custom-wrapper {
  width: 1366px;
  margin: 0 auto;
}

.page-content {
  padding-bottom: 3rem;
}

.page-custom-wrapper .wp-block-list {
  list-style: none;
}

.wraper-content-product .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.wraper-content-product .product .summary {
  width: 54%;
}

.summary h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.summary p {
  font-size: 16px;
  color: #555;
}

.product-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-thumbnails img {
  width: 70px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: all 0.2s;
}

.product-thumbnails img.active {
  border-color: #000;
}

.main-image-container {
  position: relative;
  flex: 1;
}

#mainImage,
#quickViewMainImage {
  width: 100%;
  display: block;
  border-radius: 8px;
}

#lens,
#quickViewLens {
  position: absolute;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: none;
  cursor: none;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  pointer-events: none;
}

/* ========================================= */
/*        END PRODUCT DETAIL  */
/* ========================================= */
/* ========================================= */
/*       SOFINE - CUSTOM SWATCH STYLES       */
/* ========================================= */
/* Hide the original WooCommerce dropdown */
.variations_form select.is-hidden {
  display: none !important;
}

.variations {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.custom-add-to-cart-btn {
  background-color: #333;
  border: none;
  padding: 14px;
  width: 248px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.sofine-swatch-group {
  width: 34%;
}

.sofine-swatch-group {
  margin-bottom: 25px;
}

.swatch-label-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
}

.swatch-label {
  color: #111;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 8px;
  font-family: 'Title';
}

.swatch-selection {
  color: #555;
  font-weight: 400;
}

.swatches {
  display: flex;
  gap: 10px;
}

.swatch {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.swatch:hover {
  border-color: #555;
}

.swatch.selected {
  border-color: #111;
  border-width: 2px;
}

/* Style for TEXT swatches (e.g., Size) */
.swatch-text {
  min-width: 45px;
  height: 45px;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.swatch-text.selected {
  background-color: #111;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
  border-color: #007bff;
}

/* Style for COLOR swatches */
.swatch-color {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.swatch-color.selected {
  padding: 2px;
  border-width: 1px;
  border-color: #007bff;
  box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}

/* ========================================= */
/*       WOOCOMMERCE - ADD TO CART STYLING   */
/* ========================================= */
/* --- Variation information container --- */
.woocommerce-variation.single_variation {
  border-bottom: 1px solid #f0f0f0;
}

.woocommerce-variation-price .price {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
  display: block;
}

.woocommerce-variation-availability .stock {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

.single_variation_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.single_variation_wrap>div {
  width: 34%;
}

.policy-product {
  padding: 1rem 2rem;
  background: #dedede;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding-bottom: 1rem;
}

.policy-product ul {
  list-style: none;
}

.policy-product h4 {
  margin: 0;
}

.guaranteed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #dedede;
  padding: 0 2rem;
  margin-top: 1.5rem;
}

/* --- Layout for Button & Quantity row --- */
.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* --- Style for quantity input field --- */
.quantity {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* Hide default browser up/down arrows */
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

/* Display the number */
.quantity .input-text.qty {
  width: 46px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  padding: 0 5px;
  font-size: 16px;
  color: #111;
  border: 1px solid #eee;
}

.quantity .input-text.qty:focus {
  outline: none;
  box-shadow: none;
}

/* Quantity Increment/Decrement Buttons (if your theme has them) */
.quantity .plus,
.quantity .minus {
  width: 35px;
  height: 48px;
  background-color: #f9f9f9;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #555;
  padding: 0;
  transition: background-color 0.2s;
}

.quantity .plus:hover,
.quantity .minus:hover {
  background-color: #f0f0f0;
}

/* --- "Add to Cart" Button --- */
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  flex-grow: 1;
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
  height: 50px;
  line-height: 1;
  width: fit-content;
  text-transform: uppercase;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  background-color: #333;
}

.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
  background-color: #999;
  cursor: not-allowed;
}

/* --- SKU & Category --- */
.product_meta {
  margin-top: 25px;
  font-size: 14px;
  color: #333;
}

.product_meta>span {
  display: block;
  margin-bottom: 5px;
  font-family: 'Title';
}

.product_meta .sku_wrapper {
  font-weight: 600;
  color: #333;
}

.product_meta a {
  color: #333;
  text-decoration: underline;
}

.breadcrumb-style,
.woocommerce-breadcrumb {
  padding: 1rem 0;
  background: #eee;
  color: #333;
  margin-bottom: 2rem;
  font-size: 14px;
  font-family: 'Text';
}

/* --- Mobile Responsive --- */
@media (max-width: 576px) {
  .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: stretch;
  }

  .quantity {
    justify-content: center;
  }
}

/* Tabs container */
.woocommerce-tabs {
  margin-top: 4rem;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}

/* Tabs nav */
.woocommerce-tabs .tabs {
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 0;
}

.woocommerce-tabs .tabs li {
  margin: 0 15px;
}

.woocommerce-tabs .tabs li a {
  display: inline-block;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #6c738c;
  text-decoration: none;
}

.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li a:hover {
  color: #333;
  border-bottom: 2px solid #333;
}

/* Panel content */
.woocommerce-Tabs-panel {
  padding: 2rem;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.woocommerce-Tabs-panel>h2 {
  display: none;
}

/* Additional Information table */
.woocommerce-product-attributes {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
  font-size: 14px;
}

.woocommerce-product-attributes th {
  font-weight: 600;
  color: #333;
  width: 25%;
}

/* ================================================= */
/*          WOOCOMMERCE REVIEW SECTION (GROUPED STARS STYLE)       */
/* ================================================= */

#reviews {
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
}

#reviews h2.woocommerce-Reviews-title,
#reviews .comment-reply-title {
  display: none;
}

#reviews p.woocommerce-noreviews {
  font-size: 15px;
  color: #777;
  margin-bottom: 20px;
  margin-top: 0;
}

/* ========== Rating Stars ========== */
#reviews .comment-form-rating {
  margin: 15px 0 20px;
}

#reviews .comment-form-rating label {
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

/* --- GROUPED STAR RATING STYLING --- */

/* Main container for star groups */
#reviews .stars {
  display: flex;
  align-items: center;
  gap: 15px;
  /* Spacing between the groups */
}

/* Hide the default text like "3 of 5 stars" */
#reviews .stars a {
  font-size: 0;
  /* This hides the text */
  text-decoration: none;
  position: relative;
  padding-right: 15px;
  /* Space for the separator */
}

/* Create the vertical separator line after each group */
#reviews .stars a:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 6px;
  top: -20px;
  width: 1px;
  height: 20px;
  background-color: #e0e0e0;
}

/* Style the star icons for EACH rating level using ::before */
#reviews .stars a::before {
  font-family: 'Material Icons';
  font-size: 22px;
  /* Adjust star size if needed */

  /* Default empty star color */
  cursor: pointer;
  transition: color 0.2s ease;
}

/* Define the number of stars for each link (group) */
.stars a.star-1::before {
  content: 'star';
}

.stars a.star-2::before {
  content: 'star star';
}

.stars a.star-3::before {
  content: 'star star star';
}

.stars a.star-4::before {
  content: 'star star star star';
}

.stars a.star-5::before {
  content: 'star star star star star';
}

/* On hover or when active, change the content to FILLED stars and update color */
.stars a.star-1:hover::before,
.stars a.star-1.active::before {
  content: 'star';
  color: #d97e4a;
}

.stars a.star-2:hover::before,
.stars a.star-2.active::before {
  content: 'star star';
  color: #d97e4a;
}

.stars a.star-3:hover::before,
.stars a.star-3.active::before {
  content: 'star star star';
  color: #d97e4a;
}

.stars a.star-4:hover::before,
.stars a.star-4.active::before {
  content: 'star star star star';
  color: #d97e4a;
}

.stars a.star-5:hover::before,
.stars a.star-5.active::before {
  content: 'star star star star star';
  color: #d97e4a;
}

/* When any link is hovered or active, switch its font to the filled version */
#reviews .stars a:hover::before,
#reviews .stars a.active::before {
  font-family: 'Material Icons';
}


/* ========== Input Fields ========== */
#reviews textarea,
#reviews input[type="text"],
#reviews input[type="email"] {
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  margin-bottom: 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#reviews textarea:focus,
#reviews input[type="text"]:focus,
#reviews input[type="email"]:focus {
  border-color: #111;
  box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.15);
  outline: none;
}

#reviews label {
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

/* Checkbox */
#reviews .comment-form-cookies-consent {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
}

#reviews .comment-form-cookies-consent input {
  width: auto;
  margin: 0;
}

/* ========== Submit Button ========== */
#reviews .form-submit input[type="submit"] {
  background: #111;
  color: #fff;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.1s ease;
}

#reviews .form-submit input[type="submit"]:hover {
  background: #333;
}

#reviews .form-submit input[type="submit"]:active {
  transform: scale(0.97);
}

/* Flash list icons */
.home-product-flash-btn {
  opacity: 0;
  transition: all ease .3s;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 120px;
}

.home-product-flash-btn li span {
  font-size: 30px;
}

.home-product-flash-btn ul {
  align-items: center;
  width: 70%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.home-product-flash-btn ul li {
  margin-right: 32px;
  width: 100%;
}

.home-product-flash-btn ul li:hover {
  cursor: pointer;
}

.home-product-flash-btn ul li:last-child {
  margin-right: 0;
}

.product-card:hover .home-product-flash-btn {
  transform: translate(-50%, 0);
  opacity: 1;
}

/* Quick View */
#quick-view-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.quick-view-content .variation-select {
  display: flex;
  justify-content: space-between;
  width: 307px;
  align-items: center;
}

.quick-view-content {
  background: #fff;
  width: 90%;
  padding: .7rem;
  height: fit-content;
  position: relative;
  max-width: 900px;
}

.quick-view-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
}

.quick-view-gallery img {
  max-width: 60px;
  margin-right: 5px;
}

.quick-view-spinner {
  border: 4px solid #eee;
  border-top: 4px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
  margin: 40px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Quick View Modal Base Styles */
#quick-view-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

#quick-view-modal .quick-view-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 90%;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-height: 90vh;
  overflow-y: auto;
}

/* Spinner */
.quick-view-spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 50px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Close Button */
.quick-view-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  z-index: 10;
}

.quick-view-close:hover,
.quick-view-close:focus {
  color: black;
  text-decoration: none;
}

/* Modal Layout - Two Columns */
.modal-all {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.modal-img {
  flex: 1 1 45%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-content {
  flex: 1 1 50%;
  max-width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
}

/* Responsive adjustments */
@media (max-width: 768px) {

  .modal-img,
  .modal-content {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.product-thumbnails .thumb {
  width: 70px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid #eee;
  transition: all 0.2s ease-in-out;
}

.product-thumbnails .thumb.active,
.product-thumbnails .thumb:hover {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.main-image-container {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


/* Product Content Styling */
.modal-content h2 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
}

.modal-product-price {
  font-size: 24px;
  font-weight: bold;
  color: #111;
  margin-bottom: 15px;
}

.stock-info-wrapper {
  margin-bottom: 15px;
  font-size: 15px;
  display: none;
}

.stock.in-stock {
  color: green;
}

.stock.out-of-stock {
  color: red;
}

.modal-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

/* Variation Buttons / Swatches */
.variation-wrapper {
  margin-bottom: 15px;
}

.variation-label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
}

.size-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.size-option {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  color: #555;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-transform: uppercase;
}

.size-option:hover {
  background-color: #e0e0e0;
  border-color: #999;
}

.size-option.active {
  background-color: #111;
  color: white;
  border-color: #007bff;
  box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}

/* Add to Cart Section */
.add__to__cart {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.qodef-quantity-selector {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.qodef-quantity-button {
  background-color: #f8f8f8;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.qodef-quantity-button:hover {
  background-color: #eee;
}

.qodef-quantity-selector input.qty {
  width: 60px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  -moz-appearance: textfield;
  appearance: textfield;
}

.qodef-quantity-selector input.qty::-webkit-inner-spin-button,
.qodef-quantity-selector input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.add_to_cart.button {
  background-color: #111;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
  font-weight: bold;
  border: #007bff;
  box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}

.add_to_cart.button:hover:not(.disabled) {
  background-color: #111;
  border: #007bff;
  box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}

.add_to_cart.button.disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  opacity: 0.7;
}

/* General Link/Button Reset */
button {
  font-family: inherit;
}

/* =============================================================================
   STYLES FOR AJAX CART POPUP
   ========================================================================== */
.custom-cart-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#custom-cart-popup.is-visible .custom-cart-popup-overlay {
  opacity: 1;
  visibility: visible;
}

.custom-cart-popup-content-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  max-width: 420px;
  background-color: #fff;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
}

#custom-cart-popup.is-visible .custom-cart-popup-content-wrapper {
  transform: translateX(0);
}

.custom-cart-popup-content-wrapper.loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

.custom-cart-popup-content-wrapper.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #f3f3f3;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 11;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.popup-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  flex-shrink: 0;
}

.popup-cart-header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.close-cart-popup {
  background: transparent;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #888;
  padding: 5px;
  transition: color 0.2s ease;
}

.close-cart-popup:hover {
  color: #000;
}

.custom-cart-popup-content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px 0;
}

.custom-cart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-cart-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.custom-cart-item .product-thumbnail img {
  width: 70px;
  height: auto;
  border: 1px solid #eee;
  margin-right: 15px;
}

.custom-cart-item .product-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.custom-cart-item .product-name {
  font-weight: 600;
  margin-bottom: 5px;
}

.custom-cart-item .product-qty {
  font-size: 0.9em;
  color: #777;
  margin-bottom: 5px;
}

.custom-cart-item .product-price {
  font-size: 1em;
  font-weight: 500;
  color: #555;
}

.custom-cart-item .remove {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #ccc;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  transition: color 0.2s ease;
}

.custom-cart-item .remove:hover {
  color: #e74c3c;
}

.no-items {
  text-align: center;
  padding: 40px 20px;
  color: #777;
}

.popup-cart-footer {
  padding: 20px;
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  flex-shrink: 0;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.cart-total span {
  color: #c0392b;
}

.cart-buttons {
  display: flex;
  gap: 10px;
}

.cart-buttons .button {
  flex: 1;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid transparent;
}

.cart-buttons .view-cart {
  background-color: #fff;
  color: #333;
  border-color: #ddd;
}

.cart-buttons .view-cart:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

.cart-buttons .checkout {
  background-color: #2c3e50;
  color: #fff;
}

.cart-buttons .checkout:hover {
  background-color: #34495e;
}

.woocommerce-notices-wrapper {
  display: none;
}

.best-seller-card a.the-title-best-seller {
  position: absolute;
  z-index: 22;
  height: auto;
  background: #33333394;
  width: 80%;
  font-size: 14px;
  opacity: 0;
  border-radius: 5px;
  transition: all .3s;
}

.best-seller-card:hover a.the-title-best-seller {
  opacity: 1;
}

/* ========================================= */
/*      RESPONSIVE CSS FOR PRODUCT DETAIL    */
/* ========================================= */
@media (max-width: 1200px) {

  .wraper-content-product,
  .page-custom-wrapper {
    width: 95%;
  }

  .wraper-content-product .product {
    gap: 30px;
  }

  .product-gallery {
    width: 48%;
  }

  .wraper-content-product .product .summary {
    width: 48%;
  }

  .summary h2 {
    font-size: 22px;
  }

  .summary p {
    font-size: 15px;
  }

  .woocommerce-variation-price .price {
    font-size: 22px;
  }

  .sofine-swatch-group {
    width: 100%;
  }

  .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    font-size: 15px;
    padding: 13px;
  }

  .woocommerce-tabs .tabs li {
    margin: 0 10px;
  }

  .woocommerce-tabs .tabs li a {
    font-size: 12px;
  }

  .woocommerce-Tabs-panel {
    padding: 1.5rem;
  }

  .woocommerce-product-attributes th,
  .woocommerce-product-attributes td {
    font-size: 13px;
    padding: 10px 12px;
  }

  .related .products {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .wraper-content-product .product {
    flex-direction: column;
    align-items: center;
  }

  .product-gallery,
  .wraper-content-product .product .summary {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }

  .summary {
    text-align: center;
    padding: 0 15px;
  }

  .product-thumbnails {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
    height: auto;
  }

  .product-thumbnails img {
    width: 60px;
    height: 80px;
  }

  .main-image-container {
    width: 100%;
  }

  .woocommerce-tabs {
    margin-top: 3rem;
  }

  .woocommerce-tabs .tabs {
    flex-wrap: wrap;
    justify-content: center;
  }

  .woocommerce-tabs .tabs li {
    margin-bottom: 10px;
  }

  .product_meta {
    text-align: center;
  }

  .sofine-swatch-group,
  .single_variation_wrap>div {
    text-align: center;
    width: 100%;
  }

  .swatches {
    justify-content: center;
  }

  .single_variation_wrap {
    justify-content: center;
  }

  .related .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 700px;
  }

  .related .products li {
    margin: 0;
  }
}

@media (max-width: 768px) {

  .wraper-content-product,
  .page-custom-wrapper {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .summary h2 {
    font-size: 20px;
  }

  .summary p {
    font-size: 14px;
  }

  .woocommerce-variation-price .price {
    font-size: 20px;
  }

  .swatch-label-wrapper {
    font-size: 14px;
    justify-content: center;
  }

  .swatch-text {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .swatch-color {
    width: 28px;
    height: 28px;
  }

  .quantity .input-text.qty {
    width: 40px;
    height: 45px;
    font-size: 14px;
  }

  .quantity .plus,
  .quantity .minus {
    width: 30px;
    height: 43px;
    font-size: 16px;
  }

  .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    font-size: 14px;
    padding: 12px;
    height: 45px;
  }

  .breadcrumb-style {
    padding: 0.8rem 15px;
    font-size: 13px;
  }

  .blog-posts {
    padding: 0 1rem;
  }

  .related .products {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: stretch;
  }

  .quantity {
    justify-content: center;
    margin-bottom: 15px;
  }

  .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100%;
  }

  .product-thumbnails img {
    width: 50px;
    height: 70px;
  }

  .summary h2 {
    font-size: 18px;
  }

  .summary p {
    font-size: 13px;
  }

  .woocommerce-variation-price .price {
    font-size: 18px;
  }

  .woocommerce-tabs .tabs li {
    margin: 0 5px 10px;
  }

  .woocommerce-tabs .tabs li a {
    font-size: 11px;
    padding: 8px 0;
  }

  .woocommerce-Tabs-panel {
    padding: 1rem;
    font-size: 13px;
  }

  #reviews .stars a {
    font-size: 20px;
  }

  #reviews textarea,
  #reviews input[type="text"],
  #reviews input[type="email"],
  #reviews .form-submit input[type="submit"] {
    font-size: 13px;
    padding: 10px 12px;
  }

  .product_meta {
    font-size: 13px;
  }

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

  .product-info {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .product-thumbnails {
    gap: 5px;
  }

  .swatches {
    gap: 8px;
  }

  .product-gallery,
  .wraper-content-product .product .summary {
    max-width: 100%;
  }
}

.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  list-style: none;
}

.woocommerce-pagination {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.woocommerce-pagination .page-numbers li {
  margin-right: 1rem;
  background: #23bccd;
  padding: 5px;
  width: 30px;
  border-radius: 5px;
  color: #fff;
}

.wc-block-cart__submit-container,
button.wc-block-components-button {
  background: #333;
  color: #fff;
}

.wc-block-components-button__text,
.wc-block-components-checkout-place-order-button__text {
  color: #fff;
}

/***************** MODAL USER *********************/
.section-modal {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  position: fixed;
  content: "";
  z-index: 99;
  top: 0;
  display: none;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid #ccc;
  max-width: 540px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  height: auto;
  display: block;
  width: 85%;
}

.section-modal.active {
  display: block;
}

.modal-header {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #000;
  padding: 18px 0;
  font-size: 18px;
}

.modal-header div {
  cursor: pointer;
  font-family: 'Title';
  text-transform: uppercase;
}

.modal-body {
  padding: 80px 70px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.modal input[type="text"],
.modal input[type="password"],
.modal input[type="email"] {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 2px solid #000;
  padding: 15px;
}

#login button {
  border: none;
  height: 100%;
  width: 100%;
  padding: 12px;
  font-family: 'Title';
  text-transform: uppercase;
  background: #111;
  color: #fff;
}

.lose_pass a {
  font-family: 'Title';
}

.login-btn {
  margin-top: 33px;
  width: 100%;
  background: none;
  padding: 12px;
  border: 2px solid;
  color: #fff;
  transition: all ease-out .3s;
  background: #000;
  font-size: 18px;
  font-family: 'Title';
  text-transform: uppercase;
}

.login-btn:hover {
  color: #000;
  background: #fff;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px;
}

input[type=text] {}

.remember-me {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.remember-me label {
  margin: 0;
}

.modal .qodef-m-button-holder {
  width: 100%;
  text-align: center;
}

.modal .qodef-m-button-holder button {
  font-size: 18px;
  font-family: 'Title';
}

.sign-up-link {
  text-align: center;
  margin-top: 20px;
}

.sign-up-link a {
  color: #000;
}

.sign-up-link a::after {
  bottom: -1px;
}

.forgot-password {
  font-size: 16px;
  margin-bottom: 2rem;
}

.modal p.status {
  font-size: 17px;
  font-family: 'Title';
  text-transform: uppercase;
  color: #000;
}

.modal p.error {
  color: red;
}

/***************** END *********************/
/***************** ACCOUNT *********************/
.woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  list-style: none;
}

.coupons-section h2,
.wishlist-section h2,
.woocommerce-column--billing-address h3,
.woocommerce-order-details__title,
.woocommerce-Address-title h3,
.woocommerce-MyAccount-content h3,
.infor-check-out h3 {
  font-family: 'Title';
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 24px;
}

.woocommerce-Address-title a {
  font-size: 18px;
  text-transform: uppercase;
  background: #fff;
  border: 2px solid;
  padding: 12px 30px;
  margin-bottom: 2rem;
  display: block;
  max-width: 111px;
  text-align: center;
  font-family: 'Title';
}

.wishlist-section .home-product-gird {
  row-gap: 20px;
}

.wishlist-section .home-product-gird-item .home-product-item-img {
  max-height: 200px;
}

.wishlist-section .home-product-gird-item .home-product-item-img img {
  height: 200px;
  object-fit: contain
}

.woocommerce-MyAccount-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr:last-child td {
  padding: 4px 8px !important;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__row td:last-child {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.woocommerce-MyAccount-content p {
  width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-customer-details {
  width: 40%;
}

section.woocommerce-customer-details .addresses {
  height: 100%;
}

section.woocommerce-customer-details .woocommerce-column--billing-address {
  height: 100%;
}

section.woocommerce-customer-details address,
.woocommerce-MyAccount-content .woocommerce-Address address {
  background: #000;
  color: #fff;
  padding: 2rem !important;
  font-size: 18px;
  font-family: 'font-main';
  text-transform: capitalize;
  height: 100%;
  padding-bottom: 0 !important;
}

section.woocommerce-customer-details address strong,
.woocommerce-MyAccount-content .woocommerce-Address address strong {
  margin-bottom: 1rem;
  display: inline-block;
}

section.woocommerce-customer-details address strong:last-child,
.woocommerce-MyAccount-content .woocommerce-Address address strong:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-Address address {
  padding-bottom: 2rem !important;
}

.woocommerce-order .woocommerce-column address {
  padding-bottom: 2rem !important;
}

.woocommerce-column--1 woocommerce-column--billing-address address {
  padding-bottom: 2rem !important;
}

section.woocommerce-customer-details address p {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}

section.woocommerce-customer-details address p:last-child {
  margin-top: 0;
}

.woocommerce-MyAccount-content .woocommerce-order-details {
  width: 57%;
}

.woocommerce-MyAccount-content form {
  width: 70%;
  padding: 2rem;
  background: #fff;
  margin: 0 auto;
  color: #000;
  font-size: 19px;
  font-family: 'font-main';
  text-transform: uppercase;
  border: 2px solid #000;
}

.woocommerce-MyAccount-content form .select2-container .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-family: 'font-main';
}

.woocommerce-MyAccount-content form label {
  font-family: 'Title';
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 2rem;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  display: none;
}

.coupons-section,
.wishlist-section {
  margin-bottom: 3rem;
}

.woocommerce-MyAccount-navigation ul li {
  font-family: 'Title';
  text-transform: uppercase;
  position: relative;
  margin-right: 2rem;
  padding: 10px 15px;
  background: #111;
  border-radius: 5px;
  border: 1px solid;
  transition: all .3s;
}

.woocommerce-MyAccount-navigation ul li:hover a {
  color: #111;
}

.woocommerce-MyAccount-navigation ul li:hover {
  background: #fff;
  border: 1px solid;
}

.woocommerce-MyAccount-navigation ul li a {
  height: 100%;
  display: block;
  color: #fff;
}

.woocommerce-MyAccount-navigation ul li:hover:after {
  width: calc(100% + 21px);
}

.coupon-list-wrapper {
  margin-top: 30px;
}

.coupon-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.coupon-table th,
.coupon-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.coupon-table thead {
  background-color: #f5f5f5;
}

.coupon-table th {
  font-weight: bold;
  color: #333;
}

.coupon-table tr:hover {
  background-color: #f0f9ff;
}

.coupon-code {
  background: #0073aa;
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
}

.myaccount-container {
  max-width: 1366px;
  margin: 0 auto;
}

.coupons-section,
.wishlist-section {
  margin-top: 40px;
}

.coupon-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.single-coupon {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.wishlist-products {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.wishlist-item {
  width: 25%;
  text-align: center;
}

.wishlist-item span {
  font-size: 18px;
  font-family: 'Title';
  text-transform: uppercase;
}

.not-login {
  font-family: 'Text';
  text-transform: uppercase;
  font-size: 16px;
}

.not-login strong {
  color: #111;
  font-size: 18px;
}

.not-login strong:hover {
  cursor: pointer;
}

.wc-block-checkout__payment-method {
  display: none;
}

.woocommerce-variation-availability {
  display: none;
}

.guaranteed {
  display: flex;
}

.single-policy ul {
  list-style-type: none;
}

/*****************  END *********************/