/*
Theme Name: Car Desert
Theme URI: https://www.cardesert.com/
Author: Car Desert
Author URI: https://www.cardesert.com/
Description: Car Desert custom WooCommerce theme migrated from static design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: car-desert
*/

@charset "UTF-8";

:root {
  --car-desert-email: "info@cardesert.com";
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  height: auto;
  left: 8px;
  line-height: normal;
  padding: 12px;
  text-decoration: none;
  top: 8px;
  width: auto;
  z-index: 100000;
}

.main-content {
  min-height: 50vh;
}

.wp-post-content p,
.wp-post-content ul,
.wp-post-content ol {
  margin-bottom: 1rem;
}

.page-hero .breadcrumb span[aria-hidden="true"] {
  margin: 0 0.35rem;
}

body.single-product .page-hero {
  padding: 20px 0 6px;
}

.product-detail-page .woocommerce-notices-wrapper {
  margin-bottom: 18px;
}

.product-detail-page .woocommerce-notices-wrapper .woocommerce-message,
.product-detail-page .woocommerce-notices-wrapper .woocommerce-info,
.product-detail-page .woocommerce-notices-wrapper .woocommerce-error {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.products-main .woocommerce-notices-wrapper .woocommerce-message,
.products-main .woocommerce-notices-wrapper .woocommerce-info,
.products-main .woocommerce-notices-wrapper .woocommerce-error {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.products-main .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-page .products-layout {
  display: grid !important;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.products-page .products-main {
  min-width: 0;
}

.products-page .sidebar-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  position: sticky;
  top: 96px;
  align-self: start;
}

.products-page .sidebar-column .product-only-search {
  margin: 0;
}

.products-page .sidebar-column .sidebar {
  position: static;
  top: auto;
}

.products-main .products-grid::before,
.products-main .products-grid::after {
  display: none !important;
  content: none !important;
}

.products-main .products-grid .product-card {
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  height: 100%;
}

.products-main .products-grid .product-card .product-info {
  min-height: 180px;
}

.products-main .pagination,
.products-main .woocommerce-pagination {
  margin-top: 24px;
}

.products-main .woocommerce-pagination ul.page-numbers {
  border: 0;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 8px;
}

.products-main .woocommerce-pagination ul.page-numbers li {
  border: 0;
  float: none;
}

.products-main .woocommerce-pagination .page-numbers a,
.products-main .woocommerce-pagination .page-numbers span {
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
  padding: 0 10px;
}

.products-main .woocommerce-pagination .page-numbers .current {
  border-color: #b8902e;
  color: #b8902e;
}

.products-toolbar .toolbar-right .woocommerce-ordering {
  margin: 0;
  float: none;
}

.products-toolbar .toolbar-right .woocommerce-ordering::after,
.products-toolbar .toolbar-right .woocommerce-ordering::before {
  content: none;
  display: none;
}

.products-toolbar .toolbar-right .woocommerce-ordering .orderby {
  min-width: 230px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #2d2d2d;
  padding: 9px 40px 9px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 13px) calc(50% - 3px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.products-toolbar .toolbar-right .woocommerce-ordering .orderby:focus {
  border-color: #b8902e;
  box-shadow: 0 0 0 2px rgba(184, 144, 46, 0.16);
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar .menu-item {
  margin: 0;
}

.sidebar .menu-item a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sidebar .category-menu,
.sidebar .category-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .category-menu > .menu-item + .menu-item {
  margin-top: 4px;
}

.sidebar .category-menu .menu-item-has-children > a {
  font-weight: 700;
}

.sidebar .category-menu .sub-menu {
  margin-top: 6px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ececec;
}

.sidebar .category-menu .menu-item-has-children > .sub-menu,
.sidebar .category-menu .cat-item-has-children > .sub-menu {
  display: none;
}

.sidebar .category-menu .menu-item-has-children.is-open > .sub-menu,
.sidebar .category-menu .cat-item-has-children.is-open > .sub-menu,
.sidebar .category-menu .menu-item-has-children.current-menu-ancestor > .sub-menu,
.sidebar .category-menu .menu-item-has-children.current-menu-parent > .sub-menu,
.sidebar .category-menu .menu-item-has-children.current-product-ancestor > .sub-menu,
.sidebar .category-menu .cat-item-has-children.current-cat-ancestor > .sub-menu,
.sidebar .category-menu .cat-item-has-children.current-cat-parent > .sub-menu {
  display: block;
}

.sidebar .category-menu .menu-item-has-children,
.sidebar .category-menu .cat-item-has-children {
  position: relative;
}

.sidebar .category-menu .category-toggle {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #777;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.sidebar .category-menu .category-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #333;
}

.sidebar .category-menu .category-toggle span::before {
  content: "+";
  font-size: 18px;
  line-height: 1;
}

.sidebar .category-menu .menu-item-has-children.is-open > .category-toggle span::before,
.sidebar .category-menu .cat-item-has-children.is-open > .category-toggle span::before,
.sidebar .category-menu .menu-item-has-children.current-menu-ancestor > .category-toggle span::before,
.sidebar .category-menu .menu-item-has-children.current-menu-parent > .category-toggle span::before,
.sidebar .category-menu .menu-item-has-children.current-product-ancestor > .category-toggle span::before,
.sidebar .category-menu .cat-item-has-children.current-cat-ancestor > .category-toggle span::before,
.sidebar .category-menu .cat-item-has-children.current-cat-parent > .category-toggle span::before {
  content: "-";
}

.sidebar .category-menu .menu-item-has-children > a,
.sidebar .category-menu .cat-item-has-children > a {
  padding-right: 42px;
}

.sidebar .category-menu .sub-menu .menu-item + .menu-item {
  margin-top: 2px;
}

.sidebar .category-menu .sub-menu .menu-item a {
  font-size: 13px;
  font-weight: 500;
  padding-top: 7px;
  padding-bottom: 7px;
}

.sidebar .category-menu .menu-item.current-menu-item > a,
.sidebar .category-menu .menu-item.current_page_item > a,
.sidebar .category-menu .cat-item.current-cat > a {
  background: #fff;
  color: #b8902e;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.sidebar .category-menu > .menu-item.current-menu-parent > a,
.sidebar .category-menu > .menu-item.current-menu-ancestor > a,
.sidebar .category-menu > .menu-item.current-product-ancestor > a,
.sidebar .category-menu > .cat-item.current-cat-ancestor > a,
.sidebar .category-menu > .cat-item.current-cat-parent > a {
  background: #fff;
  color: #8b6914;
}

.site-footer .footer-contact-email {
  color: #b8902e;
  font-weight: 600;
}

.site-footer .footer-logo-img {
  display: block;
  max-width: 220px;
  max-height: 64px;
  width: auto;
  height: auto;
  margin-bottom: 16px;
  object-fit: contain;
}

.site-footer .footer-contact-email:hover {
  color: #d4a843;
}

.site-footer .footer-contact-note {
  margin-top: 10px;
  font-size: 13px;
  color: #999;
}

.site-header {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  will-change: transform;
}

.site-header.is-hidden {
  transform: translateY(calc(-100% - 8px));
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b8902e;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease, background 0.22s ease;
  z-index: 998;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #8b6914;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* Main nav dropdown compatibility for WordPress sub-menu markup */
.main-nav .nav-links > li {
  position: relative;
}

.main-nav .nav-links > li.has-dropdown > a::after,
.main-nav .nav-links > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  vertical-align: middle;
  opacity: 0.65;
  transform: rotate(-45deg);
  transform-origin: 55% 55%;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.main-nav .nav-links > li.has-dropdown:hover > a::after,
.main-nav .nav-links > li.has-dropdown:focus-within > a::after,
.main-nav .nav-links > li.has-dropdown.submenu-open > a::after,
.main-nav .nav-links > li.menu-item-has-children:hover > a::after,
.main-nav .nav-links > li.menu-item-has-children:focus-within > a::after,
.main-nav .nav-links > li.menu-item-has-children.submenu-open > a::after {
  transform: rotate(45deg);
  opacity: 1;
}

.main-nav .nav-links > li > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  margin: 0;
  padding: 12px 0 8px;
  list-style: none;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  z-index: 999;
}

.main-nav .nav-links > li:hover > .sub-menu,
.main-nav .nav-links > li:focus-within > .sub-menu,
.main-nav .nav-links > li.submenu-open > .sub-menu {
  display: block;
}

.main-nav .nav-links > li > .sub-menu > li > a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  color: #2d2d2d;
}

.main-nav .nav-links > li > .sub-menu > li > a:hover,
.main-nav .nav-links > li > .sub-menu > li > a.active {
  background: #f8f8f8;
  color: #b8902e;
}

.product-detail-page .product-detail-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.product-detail-page .product-gallery,
.product-detail-page .product-meta {
  min-width: 0;
}

.product-detail-page .gallery-main {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
}

.product-detail-page .gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.product-detail-page .gallery-main[data-draggable="true"] {
  cursor: grab;
}

.product-detail-page .gallery-main.is-dragging {
  cursor: grabbing;
}

.product-detail-page .gallery-thumbs-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.product-detail-page .gallery-thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 10px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  user-select: none;
}

.product-detail-page .gallery-thumbs .thumb {
  flex: 0 0 92px;
  width: 92px;
  height: auto;
  aspect-ratio: 1 / 1;
  min-width: 92px;
  cursor: pointer;
  scroll-snap-align: start;
}

.product-detail-page .gallery-thumbs .thumb img {
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.product-detail-page .gallery-thumbs[data-draggable="true"] {
  cursor: grab;
}

.product-detail-page .gallery-thumbs.is-dragging {
  cursor: grabbing;
}

.product-detail-page .thumbs-arrow {
  width: 34px;
  height: 34px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-detail-page .thumbs-arrow:hover {
  border-color: #b8902e;
  color: #b8902e;
}

.product-detail-page .gallery-thumbs::-webkit-scrollbar {
  height: 8px;
}

.product-detail-page .gallery-thumbs::-webkit-scrollbar-thumb {
  background: #d2d2d2;
  border-radius: 999px;
}

.product-detail-page .gallery-thumbs::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.product-detail-page .product-price .amount {
  font-size: inherit;
  font-weight: inherit;
}

.product-detail-page .product-intro p {
  margin: 0 0 10px;
}

.product-detail-page .product-intro p:last-child {
  margin-bottom: 0;
}

.product-detail-page .product-intro a,
.product-detail-page .tab-panel a,
.blog-detail-page .article-body a {
  color: #0f6a8b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-detail-page .product-intro a:hover,
.product-detail-page .product-intro a:focus,
.product-detail-page .tab-panel a:hover,
.product-detail-page .tab-panel a:focus,
.blog-detail-page .article-body a:hover,
.blog-detail-page .article-body a:focus {
  color: #b8902e;
}

.detail-actions--wc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.detail-actions--wc .cart {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.detail-actions--wc .quantity input.qty {
  width: 82px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 10px;
  font: inherit;
}

.detail-actions--wc .single_add_to_cart_button {
  background: #b8902e !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 6px !important;
  padding: 14px 26px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.detail-actions--wc .single_add_to_cart_button:hover {
  background: #8b6914 !important;
}

.detail-actions--wc .variations_form {
  width: 100%;
}

.detail-actions--wc .variations {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px;
}

.detail-actions--wc .variations td,
.detail-actions--wc .variations th {
  padding: 8px 0;
}

.detail-actions--wc .variations select {
  width: 100%;
  max-width: 360px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
}

.detail-actions--wc .single_variation_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tab-panel .shop_attributes {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.tab-panel .shop_attributes th,
.tab-panel .shop_attributes td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  vertical-align: top;
}

.tab-panel .shop_attributes th {
  width: 180px;
  text-align: left;
}

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

.contact-info-item .contact-icon {
  font-size: 20px;
}

.contact-form-wrap form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.contact-form-wrap form input,
.contact-form-wrap form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 11px 12px;
  font: inherit;
}

.contact-form-wrap form textarea {
  resize: vertical;
}

.contact-form-wrap form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form-notice {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.contact-form-notice--success {
  background: #edf8f0;
  border: 1px solid #b7e0c2;
  border-left: 4px solid #2f9e44;
  color: #1f6b34;
}

.contact-form-notice--error {
  background: #fff1f1;
  border: 1px solid #f0c0c0;
  border-left: 4px solid #d94848;
  color: #9b2c2c;
}

.search-page .search-inline-form {
  margin-bottom: 8px;
  max-width: none;
}

.search-page .search-result-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.search-page .search-result-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.search-page .search-result-card .blog-list-body h2 a {
  color: inherit;
}

.search-page .search-result-card .blog-list-body h2 a:hover {
  color: #b8902e;
}

.search-page .search-result-card .blog-meta .tag-link {
  margin-left: auto;
}

.search-page .search-empty-card .blog-list-body {
  padding: 36px;
}

.search-page .recent-posts-list li span {
  color: #666;
}

.related-articles-block {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid #e9e9e9;
}

.related-articles-block h2 {
  margin-bottom: 18px;
}

.related-articles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.related-article-card {
  display: block;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.related-article-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.related-article-thumb img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.related-article-body {
  padding: 14px;
}

.related-article-body h3 {
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1.35;
}

.related-article-body p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.55;
  color: #666;
}

.related-article-body span {
  font-size: 12px;
  color: #8c8c8c;
}

.about-page .timeline {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 0;
}

.about-page .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #e5e5e5;
  transform: translateX(-50%);
}

.about-page .timeline-item {
  position: relative;
  width: calc(50% - 42px);
  margin: 0 0 34px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.about-page .timeline-item:nth-child(odd) {
  margin-right: auto;
  text-align: right;
}

.about-page .timeline-item:nth-child(even) {
  margin-left: auto;
  text-align: left;
}

.about-page .timeline-item::before {
  content: "";
  position: absolute;
  top: 28px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #b8902e;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #b8902e;
}

.about-page .timeline-item:nth-child(odd)::before {
  right: -50px;
}

.about-page .timeline-item:nth-child(even)::before {
  left: -50px;
}

.about-page .timeline-item::after {
  content: "";
  position: absolute;
  top: 33px;
  width: 26px;
  height: 2px;
  background: #d8d8d8;
}

.about-page .timeline-item:nth-child(odd)::after {
  right: -36px;
}

.about-page .timeline-item:nth-child(even)::after {
  left: -36px;
}

.about-page .timeline-year {
  display: inline-block;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .about-page .timeline {
    padding-left: 24px;
  }

  .about-page .timeline::before {
    left: 9px;
    transform: none;
  }

  .about-page .timeline-item {
    width: auto;
    margin: 0 0 24px 0;
    text-align: left;
    padding: 18px 18px 18px 20px;
  }

  .about-page .timeline-item:nth-child(odd),
  .about-page .timeline-item:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .about-page .timeline-item:nth-child(odd)::before,
  .about-page .timeline-item:nth-child(even)::before {
    left: -23px;
    right: auto;
  }

  .about-page .timeline-item:nth-child(odd)::after,
  .about-page .timeline-item:nth-child(even)::after {
    left: -12px;
    right: auto;
    width: 12px;
  }

  .site-header .header-main {
    position: relative;
    height: auto;
    min-height: 72px;
    gap: 12px;
    justify-content: space-between;
  }

  .site-header .logo {
    min-width: 0;
    flex: 1 1 auto;
  }

  .site-header .logo img {
    max-height: 42px;
  }

  .site-header .logo-text {
    font-size: 20px;
    letter-spacing: 0.08em;
  }

  .site-header .main-nav {
    margin-left: 0;
    position: static;
  }

  .site-header .header-actions {
    display: none;
  }

  .site-header .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    color: #1f1f1f;
    flex-shrink: 0;
  }

  .site-header .nav-toggle svg {
    width: 20px;
    height: 20px;
  }

  .site-header .main-nav .nav-links {
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    padding: 14px 18px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }

  .site-footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    align-items: start;
  }

  .site-footer .footer-brand,
  .site-footer .footer-grid > .footer-col:last-child {
    grid-column: 1 / -1;
  }

  .products-page .products-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .products-page .sidebar-column {
    position: static;
    top: auto;
  }

  .products-toolbar .toolbar-right {
    width: 100%;
  }

  .products-toolbar .toolbar-right .woocommerce-ordering {
    width: 100%;
  }

  .products-toolbar .toolbar-right .woocommerce-ordering .orderby {
    width: 100%;
    min-width: 0;
  }

  .product-detail-page .product-detail-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .product-detail-page .gallery-thumbs {
    gap: 8px;
    padding-bottom: 8px;
  }

  .product-detail-page .gallery-thumbs-wrap {
    gap: 8px;
  }

  .product-detail-page .gallery-thumbs .thumb {
    flex-basis: 72px;
    width: 72px;
    min-width: 72px;
  }

  .product-detail-page .thumbs-arrow {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .product-tabs .tabs-nav {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .product-tabs .tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .product-tabs .tab-btn {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 12px 18px;
  }

  .main-nav .nav-links > li > .sub-menu {
    position: static;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    margin: 0;
    padding: 4px 0 0;
    display: none !important;
  }

  .main-nav .nav-links > li.submenu-open > .sub-menu {
    display: block !important;
  }

  .main-nav .nav-links > li > .sub-menu > li > a {
    padding: 8px 12px 8px 26px;
    font-size: 13px;
  }

  .contact-form-wrap form .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-wrap {
    padding: 10px;
  }

  .search-page .search-result-topline {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .search-page .search-result-card .blog-meta .tag-link {
    margin-left: 0;
  }

  .related-articles-grid {
    grid-template-columns: 1fr;
  }
}
