/* --- VERFLAB WOOCOMMERCE & SHOP STYLES --- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
input,
select,
textarea,
button,
.entry-title,
.site-title,
.ct-header-account,
.ct-menu-link,
.wp-block-heading,
.wp-block-paragraph,
.wp-block-button__link {
  font-family: 'GT America', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.ct-header [data-id="search"],
.ct-header [data-id="html"],
.ct-header .verflab-header-favorites,
.ct-header [data-id="account"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  padding: 0 !important;
}

.ct-header [data-id="search"] svg,
.ct-header [data-id="html"] svg,
.ct-header .verflab-header-favorites svg,
.ct-header [data-id="account"] svg {
  width: 20px !important;
  height: 20px !important;
  stroke-width: 1.8px !important;
  display: block !important;
  margin: 0 !important;
}

#main-container:has(.verflab-my-account-page),
#main-container:has(.verflab-cart-page),
#main-container:has(.verflab-checkout-page),
#main-container:has(.verflab-shop-archive-page),
#main-container:has(.verflab-single-product-page),
#main-container:has(.verflab-single-project-page),
#main-container:has(.verflab-single-store-page),
#main-container:has(.verflab-single-colour-page),
#main-container:has(.verflab-single-brand-page),
#main-container:has(.verflab-inspiration-page-v2),
body.page-template-page-cart #main-container,
body.page-template-page-checkout #main-container,
body.page-template-page-mijn-account #main-container,
body.page-template-page-my-account #main-container,
.verflab-my-account-page,
.verflab-cart-page,
.verflab-checkout-page,
.verflab-shop-archive-page,
.verflab-single-product-page,
.verflab-single-project-page,
.verflab-single-store-page,
.verflab-single-colour-page,
.verflab-single-brand-page,
.verflab-inspiration-page-v2 {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

.verflab-account-header,
.verflab-cart-header,
.verflab-checkout-header,
.verflab-inspiration-hero-v2,
.verflab-styles-category-section,
.verflab-project-hero-single,
.verflab-single-store-hero,
.verflab-single-colour-hero,
.verflab-single-brand-hero,
.full-bg-hero {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.steps-bottom-action,
.products-bottom-action {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 64px;
}

.btn-full-steps,
.btn-all-products {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #e7e3dc;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
}

.products-grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.project-product-card {
  background-color: #ffffff;
  border: 1px solid #e7e3dc;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.project-product-card .card-img-wrap {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.project-product-card .card-img-wrap img {
  max-height: 100%;
  object-fit: contain;
}

.project-product-card .prod-title {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 4px 0;
}

.project-product-card .prod-desc {
  font-size: 13px;
  color: #6b6862;
  margin: 0 0 16px 0;
  flex: 1;
}

.btn-view-product {
  background-color: var(--verflab-surface);
  border: 1px solid var(--verflab-border);
  color: var(--verflab-dark-black);
  padding: 8px 14px;
  border-radius: var(--verflab-radius-sm);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 992px) {
  .project-steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .products-grid-4col {
    grid-template-columns: repeat(2, 1fr);
  }

  .tips-split-grid,
  .faq-grid-2col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .project-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-grid-4col {
    grid-template-columns: 1fr;
  }

  .project-hero-content .project-title {
    font-size: 30px;
  }
}

.verflab-popular-shades-section,
.verflab-colour-combos-section,
.verflab-room-inspiration-section,
.verflab-recommended-paint-section,
.verflab-project-steps-section,
.verflab-recommended-products-section,
.verflab-pro-tips-section,
.verflab-project-faq-section {
  margin-bottom: 64px;
}

.products-grid-5col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 0;
  align-items: stretch;
}

.products-grid-5col .project-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.products-grid-5col .card-footer-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid #f2eee9;
}

.products-grid-5col .prod-price {
  font-size: 14.5px;
  font-weight: 700;
  color: #111111;
}

.products-grid-5col .btn-view-product {
  background-color: #f7f4f0;
  border: 1px solid #e7e3dc;
  color: #111111;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.products-grid-5col .btn-view-product:hover {
  background-color: #313a29;
  color: #ffffff;
}

@media (max-width: 992px) {
  .colour-hero-split-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}

@media (max-width: 576px) {
  .colour-hero-title {
    font-size: 32px !important;
  }
}

.verflab-brand-about-section,
.verflab-brand-productlines-section,
.verflab-brand-applications-section,
.verflab-brand-colors-section {
  margin-bottom: 56px;
}

.productlines-grid-5col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 0;
  align-items: stretch;
}

.productline-card {
  background-color: #ffffff;
  border: 1px solid #e7e3dc;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

@media (max-width: 992px) {

  .brand-hero-split-grid,
  .brand-about-split-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .brand-trust-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .productlines-grid-5col,
  .applications-grid-5col,
  .products-grid-5col {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 576px) {

  .brand-trust-container,
  .productlines-grid-5col,
  .applications-grid-5col,
  .products-grid-5col {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .brand-hero-title {
    font-size: 26px;
    line-height: 1.25;
  }

  .brand-hero-subtitle {
    font-size: 14px;
  }

  .brand-feature-icons-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* Single Product Page */
.verflab-single-product-page {
  background-color: #ffffff;
}

.verflab-product-top-section {
  padding: 32px 0 40px 0;
  background-color: #ffffff;
}

.product-top-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.product-top-3col-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.85fr;
  gap: 36px;
  align-items: flex-start;
}

.product-title {
  font-size: 32px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.product-excerpt {
  font-size: 14.5px;
  color: #55524d;
  line-height: 1.5;
  margin: 0 0 16px 0;
}

.product-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 13px;
}

.product-usps-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-usps-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #111111;
}

.product-actions-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.product-actions-row .btn-prod-fav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #e2e0d8;
  border-radius: 10px;
  background: #ffffff;
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.product-actions-row .btn-prod-fav:hover {
  background-color: #f7f5f0;
  border-color: #d0cbc0;
}

.product-buybox-col {
  position: sticky;
  top: 100px;
}

.verflab-product-tabs-bar {
  position: sticky;
  top: 70px;
  z-index: 99;
  background-color: #ffffff;
  border-top: 1px solid #e7e3dc;
  border-bottom: 1px solid #e7e3dc;
}

.product-tabs-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 32px;
  overflow-x: auto;
}

.verflab-product-content-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px 0 24px;
  box-sizing: border-box;
}

#tab-reviews .woocommerce-Reviews-title {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 24px;
}

.product-rating-row a.rating-link-wrap {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-rating-row a.rating-link-wrap:hover .review-count {
  text-decoration: underline;
}

.verflab-features-section,
.verflab-applications-section,
.verflab-features-applications-section,
.verflab-colors-ai-section,
.verflab-crosssells-articles-section,
.verflab-product-store-banner-section {
  margin-bottom: 56px;
}

.verflab-specs-section,
.verflab-product-reviews-section,
.verflab-product-faq-section {
  margin-bottom: 56px;
}

.project-product-card {
  background-color: #ffffff;
  border: 1px solid #e7e3dc;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.project-product-card .card-img-wrap {
  width: 100%;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  background-color: #faf7f2;
}

.project-product-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-product-card .prod-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 4px 0;
  line-height: 1.25;
}

.project-product-card .prod-desc {
  font-size: 11.5px;
  color: #77746d;
  margin: 0 0 14px 0;
  line-height: 1.35;
  flex-grow: 1;
}

.project-product-card .card-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: auto;
  padding-top: 8px;
}

.project-product-card .prod-price {
  font-size: 13.5px;
  font-weight: 800;
  color: #111111;
  white-space: nowrap;
}

.project-product-card .btn-view-product {
  background-color: #faf7f2;
  border: 1px solid #e7e3dc;
  color: #111111 !important;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  display: inline-block;
  text-align: center;
}

.project-product-card .btn-view-product:hover {
  border-color: #313a29 !important;
  background-color: #313a29 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Product Category Archive Page */
.verflab-product-category-page {
  background-color: #ffffff;
}

.catalog-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.catalog-product-card {
  background-color: #ffffff;
  border: 1px solid var(--verflab-border);
  border-radius: var(--verflab-radius-md);
  padding: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.catalog-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.catalog-product-card .card-img-container {
  width: 100%;
  height: 140px;
  background-color: var(--verflab-surface);
  border-radius: var(--verflab-radius-sm);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 12px;
}

.catalog-product-card .card-img-container img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.btn-load-more-products {
  background-color: #ffffff;
  border: 1px solid var(--verflab-border);
  color: var(--verflab-dark-black);
  padding: 12px 28px;
  border-radius: var(--verflab-radius-full);
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.btn-load-more-products:hover {
  border-color: var(--verflab-dark-black);
  background-color: var(--verflab-surface);
}

@media (max-width: 1024px) {
  .cat-hero-split-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .trust-bar-4col-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .cat-cards-7col-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .catalog-split-grid {
    grid-template-columns: 1fr;
  }

  .catalog-sidebar-filters {
    margin-bottom: 24px;
  }

  .catalog-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .articles-grid-4col {
    grid-template-columns: repeat(2, 1fr);
  }

  .brands-logos-6col-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .cat-hero-title {
    font-size: 28px;
  }

  .cat-badges-grid {
    grid-template-columns: 1fr;
  }

  .cat-hero-actions-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-cat-ai-ask,
  .btn-cat-find-paint {
    text-align: center;
    justify-content: center;
  }

  .floating-ai-choice-card {
    position: static;
    width: 100%;
    margin-top: 16px;
    box-sizing: border-box;
  }

  .trust-bar-4col-grid {
    grid-template-columns: 1fr;
  }

  .cat-cards-7col-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .catalog-top-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

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

  .brands-logos-6col-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .cat-ai-banner-card {
    grid-template-columns: 1fr;
    padding: 24px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .catalog-products-grid {
    grid-template-columns: 1fr;
  }

  .cat-cards-7col-row {
    grid-template-columns: 1fr;
  }
}

.verflab-no-products-card {
  background-color: #faf7f2;
  border: 1px solid #e7e3dc;
  border-radius: 20px;
  padding: 48px 32px;
  text-align: center;
  margin: 0 auto;
}

/* WooCommerce Single Product */
.verflab-single-product-page {
  background-color: #ffffff;
  overflow-x: hidden;
}

.verflab-product-top-section {
  padding: 32px 0 48px 0;
  border-bottom: 1px solid #e7e3dc;
  background-color: #ffffff;
}

.product-top-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.product-top-3col-grid {
  display: grid;
  grid-template-columns: 0.95fr 0.9fr 440px;
  gap: 28px;
  align-items: flex-start;
}

.product-info-col {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.product-info-col .product-title {
  font-size: 28px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.product-info-col .product-excerpt {
  font-size: 14px;
  color: #55524d;
  line-height: 1.55;
  margin: 0 0 20px 0;
}

.product-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.product-usps-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-usps-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: #111111;
}

.product-actions-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

@media (max-width: 1024px) {
  .product-top-container,
  .verflab-product-content-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-top-3col-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .product-buybox-col {
    grid-column: 1 / -1;
    position: static !important;
    top: auto !important;
  }
}

@media (max-width: 991px) {
  .colors-ai-split-grid,
  .crosssells-articles-split-grid {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }

  .crosssells-grid-4col {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  .verflab-product-tabs-bar {
    position: sticky;
    top: 60px;
    z-index: 99;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 6px 0;
  }

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

  .product-tabs-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px !important;
    padding: 0 16px;
    width: max-content;
  }

  .product-tabs-container .tab-item {
    flex-shrink: 0;
    white-space: nowrap;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }

  .features-6col-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (max-width: 768px) {
  .verflab-product-top-section {
    padding: 16px 0 28px 0;
  }

  .verflab-product-content-container {
    padding-top: 24px;
  }

  .section-title,
  .apps-card-title,
  .color-card-title,
  #tab-reviews .woocommerce-Reviews-title {
    font-size: 20px !important;
    margin-bottom: 14px !important;
  }

  .product-top-3col-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-info-col {
    align-items: stretch;
  }

  .product-info-col .product-title {
    font-size: 24px;
  }

  .gallery-layout-flex {
    flex-direction: column-reverse;
    width: 100%;
  }

  .gallery-thumbs-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
    gap: 8px;
  }

  .thumb-nav-btn {
    display: flex !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e7e3dc;
    background-color: #ffffff;
    color: #111111;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    transition: all 0.2s ease;
  }

  .thumb-nav-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }

  .thumb-nav-prev svg {
    transform: rotate(-90deg);
  }

  .thumb-nav-next svg {
    transform: rotate(-90deg);
  }

  .gallery-thumbs-wrapper.has-slider .gallery-thumbs-stack,
  .gallery-thumbs-stack {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    height: auto !important;
    max-height: none !important;
    width: calc(100% - 72px) !important;
    max-width: 280px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 8px !important;
    padding: 4px 0 !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .gallery-thumbs-stack::-webkit-scrollbar {
    display: none;
  }

  .thumb-item {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .gallery-main-container {
    height: 300px;
    padding: 12px;
    border-radius: 16px;
  }

  /* #tab-applications 1-column stack & image styling */
  .apps-card-inner {
    grid-template-columns: 1fr !important;
  }

  .apps-text-side {
    padding: 18px 16px !important;
  }

  .apps-photo-side {
    width: 100%;
    margin-top: 14px;
  }

  .apps-photo-side img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
  }

  .color-options-card,
  .verflab-color-single-notice-card {
    padding: 18px 16px !important;
    border-radius: 14px !important;
  }

  .faq-item-details {
    padding: 12px 14px !important;
    border-radius: 12px !important;
  }

  .prod-brand-logo {
    max-height: 28px !important;
    max-width: 120px !important;
    margin-bottom: 8px !important;
  }

  /* verflab-specs-section padding reduction */
  .verflab-specs-section {
    padding: 20px 16px !important;
    border-radius: 16px !important;
    margin-bottom: 32px !important;
  }

  /* #tab-specs table padding & layout */
  .specs-table-wrapper {
    padding: 0;
    margin-top: 12px;
  }

  /* verflab-review-form-wrapper reduced padding */
  .verflab-review-form-wrapper {
    padding: 20px 16px !important;
    border-radius: 14px !important;
  }

  .verflab-reviews-summary-card .score-num {
    font-size: 28px !important;
  }
}

@media (max-width: 576px) {
  .product-top-container,
  .verflab-product-content-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-tabs-container {
    gap: 16px !important;
  }

  .section-title,
  .apps-card-title,
  .color-card-title,
  #tab-reviews .woocommerce-Reviews-title {
    font-size: 18px !important;
  }

  .product-info-col .product-title {
    font-size: 22px;
  }

  .product-actions-row {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .product-actions-row .btn-prod-store,
  .product-actions-row .btn-prod-ai,
  .product-actions-row .btn-prod-fav {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
  }

  .volume-selector-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 8px;
    width: 100%;
  }

  .gallery-main-container {
    height: 250px;
  }

  .crosssells-grid-4col {
    grid-template-columns: 1fr !important;
  }

  .color-options-card,
  .verflab-color-single-notice-card,
  .apps-text-side {
    padding: 14px 12px !important;
    border-radius: 12px !important;
  }

  .faq-item-details {
    padding: 10px 12px !important;
    border-radius: 10px !important;
  }

  .verflab-specs-section {
    padding: 14px 12px !important;
    border-radius: 12px !important;
    margin-bottom: 24px !important;
  }

  /* Clean, modern, borderless mobile specs layout without heavy block borders */
  .verflab-specs-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-top: 8px !important;
    border: none !important;
  }

  .verflab-specs-table tr {
    display: flex !important;
    flex-direction: column !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #f0eee8 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background: transparent !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
  }

  .verflab-specs-table tr:last-child {
    border-bottom: none !important;
  }

  .verflab-specs-table th {
    width: 100% !important;
    background: transparent !important;
    padding: 0 0 3px 0 !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    color: #88847d !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border: none !important;
  }

  .verflab-specs-table td {
    width: 100% !important;
    padding: 0 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    border: none !important;
    background: transparent !important;
  }

  .verflab-review-form-wrapper {
    padding: 16px 12px !important;
    border-radius: 12px !important;
  }
}

.sidebar-products-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shop-look-prod-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #faf7f2;
  border: 1px solid #e7e3dc;
  border-radius: 12px;
  padding: 10px 12px;
}

.verflab-cart-header,
.verflab-account-header {
  background-color: transparent;
  padding: var(--space-xl) 0 var(--space-lg) 0;
  border-bottom: 1px solid var(--verflab-border);
}

.cart-header-container,
.account-header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}

.cart-header-container h1,
.account-header-container h1 {
  font-size: var(--font-2xl) !important;
  font-weight: 800;
  color: var(--verflab-dark-black);
  margin: 0 0 var(--space-2xs) 0;
}

.cart-header-container p,
.account-header-container p {
  font-size: var(--font-sm);
  color: var(--verflab-text-muted);
  margin: 0;
}

.verflab-cart-content-section,
.verflab-account-content-section {
  padding: var(--space-2xl) 0;
  background-color: #ffffff;
}

.cart-content-container,
.account-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}

.myaccount-welcome-header {
  margin-bottom: var(--space-xl);
}

.myaccount-welcome-header h2 {
  font-size: var(--font-3xl) !important;
  font-weight: 800;
  color: var(--verflab-dark-black);
  margin: 0 0 var(--space-2xs) 0;
  letter-spacing: -0.02em;
}

.myaccount-welcome-header p {
  font-size: var(--font-base);
  color: var(--verflab-text-muted);
  margin: 0;
  line-height: 1.5;
}

.myaccount-stats-counters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-md);
  margin-bottom: var(--space-2xl);
}

.myaccount-onboarding-hero {
  background-color: #FAF7F2;
  border: 1px solid var(--verflab-border);
  border-radius: var(--verflab-radius-lg);
  padding: var(--space-2xl) var(--space-xl);
  margin-bottom: var(--space-2xl);
  box-shadow: var(--verflab-shadow-sm);
}

.myaccount-pdf-card {
  background-color: #ffffff;
  border: 1px solid var(--verflab-border);
  border-radius: var(--verflab-radius-md);
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
}

.myaccount-pdf-card .pdf-icon-box {
  font-size: 28px;
  margin-bottom: var(--space-xs);
  color: var(--verflab-primary-petrol);
}

.myaccount-pdf-card .pdf-type-badge {
  font-size: 10px;
  font-weight: 700;
  background-color: #FAFAFA;
  border: 1px solid var(--verflab-border);
  color: var(--verflab-primary-petrol);
  padding: 2px 8px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: var(--space-2xs);
}

.myaccount-pdf-card h4 {
  font-size: var(--font-sm);
  font-weight: 700;
  color: var(--verflab-dark-black);
  margin: 0 0 var(--space-2xs) 0;
  line-height: 1.3;
}

.myaccount-pdf-card .btn-pdf-download {
  display: block;
  text-align: center;
  background-color: var(--verflab-dark-black);
  color: #ffffff;
  padding: 8px 14px;
  border-radius: var(--verflab-radius-sm);
  font-weight: 700;
  text-decoration: none;
  font-size: var(--font-xs);
  margin-top: var(--space-xs);
  transition: background-color 0.2s ease;
}

.myaccount-pdf-card .btn-pdf-download:hover {
  background-color: var(--verflab-primary-petrol);
  color: #ffffff;
}

.ai-materials-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--space-md);
}

.material-product-card {
  background-color: #ffffff;
  border: 1px solid var(--verflab-border);
  border-radius: var(--verflab-radius-md);
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
}

@media (max-width: 576px) {
  .ai-advice-hero-banner {
    padding: var(--space-lg) var(--space-sm) !important;
  }

  .ai-advice-inner-container {
    padding: var(--space-lg) var(--space-sm) !important;
  }

  .ai-advice-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: var(--space-xs) !important;
  }

  .ai-advice-subtitle {
    font-size: var(--font-sm) !important;
    margin-bottom: var(--space-md) !important;
  }

  .new-question-btn-row {
    flex-direction: column !important;
    width: 100% !important;
    gap: var(--space-xs) !important;
  }

  .new-question-btn-row .btn-new-query-circle-pill {
    width: 100% !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .step-plan-header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .step-plan-cards-row,
  .ai-materials-products-grid,
  .color-advice-swatches-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .calc-input-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-green-banner-container {
    padding: var(--space-md) var(--space-sm) !important;
  }
}

/* WooCommerce Shop Archive */
.verflab-shop-archive-page {
  background-color: #ffffff;
  overflow-x: hidden;
}

.no-products-found-box {
  grid-column: 1 / -1;
  padding: 48px;
  text-align: center;
  background-color: #faf7f2;
  border-radius: 16px;
  border: 1px solid #e2e0d8;
}

.no-products-title {
  font-size: 20px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 10px 0;
}

.no-products-desc {
  font-size: 14px;
  color: #686862;
  margin: 0 0 20px 0;
}

.shop-hero-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--space-md);
  box-sizing: border-box;
}

.shop-breadcrumbs {
  font-size: var(--font-xs);
  color: var(--verflab-text-muted);
  margin-bottom: var(--space-lg);
}

.shop-breadcrumbs a {
  color: var(--verflab-text-muted);
  text-decoration: none;
}

.shop-breadcrumbs span {
  color: var(--verflab-dark-black);
  font-weight: 700;
}

.shop-hero-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
}

.shop-hero-split-grid.no-image {
  grid-template-columns: 1fr;
}

.shop-hero-title {
  font-size: 44px;
  font-weight: 800;
  color: var(--verflab-dark-black);
  margin: 0 0 var(--space-md) 0;
  line-height: 1.1;
}

.shop-hero-desc {
  font-size: var(--font-base);
  color: var(--verflab-text-muted);
  margin: 0 0 var(--space-xl) 0;
  line-height: 1.5;
  max-width: 580px;
}

.shop-hero-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
  margin-bottom: var(--space-2xl);
}

.shop-hero-feature-item {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}

.shop-hero-feature-icon {
  background-color: #faf7f2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--verflab-border);
}

.shop-hero-btn-row {
  display: flex;
  gap: var(--space-md);
  flex-wrap: wrap;
}

.btn-shop-hero-primary {
  background-color: var(--verflab-dark-black);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: var(--verflab-radius-sm);
  font-weight: 700;
  font-size: var(--font-sm);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
}

.btn-shop-hero-secondary {
  background-color: #ffffff;
  color: var(--verflab-dark-black);
  padding: 14px 28px;
  border-radius: var(--verflab-radius-sm);
  font-weight: 700;
  font-size: var(--font-sm);
  text-decoration: none;
  border: 1px solid var(--verflab-border);
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
}

.shop-hero-floating-ai-card {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: var(--space-md);
  border-radius: var(--verflab-radius-md);
  width: 240px;
  box-shadow: var(--verflab-shadow-md);
  border: 1px solid var(--verflab-border);
}

.shop-catalog-section {
  padding: var(--space-2xl) 0;
  background-color: #ffffff;
}

.shop-catalog-layout-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: var(--space-xl);
}

.shop-filter-sidebar {
  background-color: #ffffff;
  border: 1px solid var(--verflab-border);
  border-radius: var(--verflab-radius-md);
  padding: var(--space-lg);
  box-shadow: var(--verflab-shadow-sm);
}

.shop-catalog-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-lg);
}

.shop-product-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--space-md);
}

.shop-product-card {
  background-color: #ffffff;
  border: 1px solid var(--verflab-border);
  border-radius: var(--verflab-radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: var(--verflab-shadow-sm);
  position: relative;
}

.shop-articles-section {
  background-color: #ffffff;
  padding: var(--space-2xl) 0;
  border-top: 1px solid var(--verflab-border);
  border-bottom: 1px solid var(--verflab-border);
}

.shop-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: var(--space-md);
}

.shop-article-card {
  background-color: #ffffff;
  border: 1px solid var(--verflab-border);
  border-radius: var(--verflab-radius-md);
  overflow: hidden;
  box-shadow: var(--verflab-shadow-sm);
}

@media (max-width: 991px) {
  .shop-hero-split-grid {
    grid-template-columns: 1fr !important;
    gap: var(--space-xl);
  }

  .shop-catalog-layout-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .shop-hero-floating-ai-card {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    margin-top: var(--space-md);
  }
}

@media (max-width: 576px) {
  .shop-hero-title {
    font-size: 28px !important;
  }

  .shop-hero-features-grid {
    grid-template-columns: 1fr !important;
  }

  .shop-hero-btn-row {
    flex-direction: column !important;
  }

  .btn-shop-hero-primary,
  .btn-shop-hero-secondary {
    width: 100% !important;
    justify-content: center !important;
  }
}

.article-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.article-product-card-v2 {
  background-color: #faf7f2;
  border: 1px solid #e7e3dc;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.article-product-card-v2 h3 {
  font-size: 13.5px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.article-product-card-v2 p {
  font-size: 11.5px;
  color: #6b6862;
  line-height: 1.4;
  margin: 0 0 14px 0;
  flex-grow: 1;
}

@media (max-width: 1100px) {
  .article-hero-split-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-split-right-col {
    height: 280px;
  }

  .article-main-split-grid {
    grid-template-columns: 1fr;
  }

  .article-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .step-plan-6col-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .article-main-title {
    font-size: 32px;
  }

  .article-products-grid,
  .step-plan-6col-row,
  .faq-accordion-2col-row {
    grid-template-columns: 1fr;
  }


  .article-ai-coach-banner {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .ai-coach-banner-right {
    height: 140px;
  }
}

.ai-materials-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.material-product-card {
  background-color: #ffffff;
  border: 1px solid #e7e3dc;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}

.material-product-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.btn-add-to-cart-circle-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #faf7f2;
  border: 1px solid #e7e3dc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-add-to-cart-circle-icon:hover {
  background-color: #1f2d24;
  border-color: #1f2d24;
}

.btn-add-to-cart-circle-icon:hover svg {
  stroke: #ffffff;
}

@media (max-width: 1100px) {
  .overlapping-hero-box {
    position: static;
    width: 100%;
    margin-top: 16px;
    box-shadow: none;
  }

  .ai-advice-hero-image-wrap {
    height: 320px;
  }

  .step-plan-cards-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .ai-materials-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .color-advice-swatches-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .buy-split-grid-locator {
    grid-template-columns: 1fr;
  }

  .footer-green-banner-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ai-advice-title {
    font-size: 32px;
  }

  .step-plan-cards-row,
  .ai-materials-products-grid,
  .color-advice-swatches-grid {
    grid-template-columns: 1fr;
  }
}

/* WooCommerce My Account */
.woocommerce-account .site-main,
.woocommerce-account .ct-container,
.woocommerce-account .entry-content,
.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

.woocommerce-EditAccountForm,
.woocommerce-address-fields,
.woocommerce-form-register,
.woocommerce-form-login {
  background-color: #ffffff;
  border: 1px solid #e2e0d8;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  margin-bottom: 32px;
}

.woocommerce-EditAccountForm legend,
.woocommerce-address-fields h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e0d8;
  display: block;
  width: 100%;
}

.woocommerce-EditAccountForm fieldset {
  border: none;
  padding: 0;
  margin: 24px 0 0 0;
}

.woocommerce-form-row {
  margin-bottom: 20px !important;
}

.woocommerce-form-row label {
  font-size: 13.5px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 6px;
  display: block;
}

.woocommerce-form-row input.input-text,
.woocommerce-form-row select,
.woocommerce-form-row textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e0d8;
  border-radius: 10px;
  font-size: 14px;
  color: #111111;
  background-color: #ffffff;
  outline: none;
  transition: all 0.2s ease;
}

.woocommerce-form-row input.input-text:focus,
.woocommerce-form-row select:focus,
.woocommerce-form-row textarea:focus {
  border-color: #0E3D46;
  box-shadow: 0 0 0 3px rgba(14, 61, 70, 0.1);
}

.woocommerce-EditAccountForm button.button,
.woocommerce-address-fields button.button {
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: background-color 0.2s ease !important;
}

.woocommerce-EditAccountForm button.button:hover,
.woocommerce-address-fields button.button:hover {
  background-color: #0E3D46 !important;
}

.verflab-myaccount-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  max-width: 1280px;
  width: 100%;
  margin: 48px auto 80px auto;
  padding: 0 24px;
}

@media (max-width: 992px) {
  .verflab-myaccount-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    margin: 24px auto 60px auto !important;
    padding: 0 16px !important;
  }

  .myaccount-sidebar-navigation-col {
    width: 100% !important;
  }

  .myaccount-stats-counters-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 600px) {
  .verflab-myaccount-grid {
    padding: 0 !important;
    margin: 16px auto 40px auto !important;
  }

  .myaccount-stats-counters-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .woocommerce-EditAccountForm,
  .woocommerce-address-fields,
  .woocommerce-form-register,
  .woocommerce-form-login {
    padding: 16px 12px !important;
    border-radius: 14px !important;
  }

  .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-Addresses .woocommerce-Address-title h3,
  .woocommerce-Address-title h2,
  .woocommerce-Address-title h3 {
    font-size: 16px !important;
  }

  .woocommerce-Addresses .woocommerce-Address-title a,
  .woocommerce-Address-title a,
  .woocommerce-Address a.edit {
    font-size: 12.5px !important;
  }

  .nav-link-item-wrap a,
  .woocommerce-MyAccount-navigation-link a {
    padding: 10px 14px !important;
    font-size: 13.5px !important;
  }

  .myaccount-nav-user-card {
    padding: 16px !important;
    border-radius: 16px !important;
  }

  .dashboard-section-block .section-block-header h2,
  .dashboard-section-block .section-block-header h3,
  .section-block-header h2,
  .section-block-header h3 {
    font-size: 17px !important;
  }

  .dashboard-section-block .section-block-header a,
  .dashboard-section-block .btn-section-link,
  .section-block-header a {
    font-size: 12.5px !important;
  }

  .dashboard-projects-grid-cards,
  .dashboard-pdf-grid,
  .fav-products-grid,
  .fav-colors-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

.myaccount-sidebar-navigation-col {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.myaccount-nav-user-card {
  background-color: #faf7f2;
  border: 1px solid #e7e3dc;
  border-radius: 20px;
  padding: 24px;
  text-align: center;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.myaccount-nav-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.woocommerce-MyAccount-navigation ul li a:before,
.woocommerce-MyAccount-navigation ul li a::before,
.woocommerce-MyAccount-navigation ul li a:after,
.woocommerce-MyAccount-navigation ul li a::after,
.woocommerce-MyAccount-navigation-link a:before,
.woocommerce-MyAccount-navigation-link a::before {
  display: none !important;
  content: none !important;
}

.nav-link-item-wrap a,
.woocommerce-MyAccount-navigation-link a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 12px;
  color: #55524d;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.nav-link-item-wrap.is-active a,
.nav-link-item-wrap.is-active>a,
.myaccount-nav-links-list li.is-active a,
.myaccount-nav-links-list li.is-active>a,
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link.is-active>a {
  background-color: #1f2d24 !important;
  color: #ffffff !important;
}

.myaccount-content-col {
  min-width: 0;
}

.myaccount-welcome-header {
  margin-bottom: 36px;
}

.myaccount-welcome-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 8px 0;
}

.myaccount-welcome-header p {
  font-size: 15px;
  color: #55524d;
  margin: 0;
}

.myaccount-stats-counters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.myaccount-pdf-card {
  background-color: #ffffff;
  border: 1px solid #e7e3dc;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.myaccount-support-help-banner {
  background-color: #1f2d24;
  color: #ffffff;
  border-radius: 24px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
  overflow: hidden;
  align-items: center;
}

@media (max-width: 1100px) {
  .verflab-myaccount-grid {
    grid-template-columns: 1fr;
  }

  .myaccount-stats-counters-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-projects-grid-cards,
  .dashboard-pdf-grid,
  .dashboard-favorites-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .myaccount-support-help-banner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {

  .myaccount-stats-counters-grid,
  .dashboard-projects-grid-cards,
  .dashboard-pdf-grid,
  .dashboard-favorites-grid {
    grid-template-columns: 1fr;
  }
}

/* Shop Filter Sidebar */
.shop-filter-sidebar {
  background-color: #ffffff;
  border: 1px solid #e2e0d8;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
}

.shop-filter-sidebar .filter-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0eee9;
}

.shop-filter-sidebar .filter-main-title {
  font-size: 18px;
  font-weight: 800;
  color: #111111;
  margin: 0;
}

.shop-filter-sidebar .filter-reset-link {
  font-size: 11px;
  font-weight: 700;
  color: #d9534f;
  text-decoration: underline;
}

.shop-filter-sidebar .filter-section-block {
  padding: 16px 0;
  border-bottom: 1px solid #f0eee9;
}

.shop-filter-sidebar .filter-section-block.no-border {
  border-bottom: none !important;
}

.shop-filter-sidebar .filter-header-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.shop-filter-sidebar .filter-header-toggle h4 {
  font-size: 14px;
  font-weight: 800;
  color: #111111;
  margin: 0;
}

.shop-filter-sidebar .chevron-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}

.shop-filter-sidebar .filter-content-body {
  margin-top: 14px;
}

.shop-filter-sidebar .filter-checkbox-label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 13px !important;
  color: #111111 !important;
  margin: 0 0 10px 0 !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  width: 100% !important;
}

.shop-filter-sidebar .filter-checkbox-label input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 4px !important;
  border: 1.5px solid #dcdad5 !important;
  accent-color: #111111 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  align-self: center !important;
  position: relative !important;
  top: 0 !important;
  transform: none !important;
}

.shop-filter-sidebar .filter-label-text {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.shop-filter-sidebar .filter-term-count {
  color: #686862 !important;
  font-weight: 400 !important;
}

.shop-filter-sidebar .color-swatch-grid {
  display: grid !important;
  grid-template-columns: repeat(8, 22px) !important;
  gap: 10px !important;
  align-items: center !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
}

.shop-filter-sidebar .color-swatch-item {
  cursor: pointer !important;
  position: relative !important;
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

.shop-filter-sidebar .color-swatch-item input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

.shop-filter-sidebar .color-swatch-circle {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  box-shadow: none !important;
  transition: transform 0.15s ease !important;
}

.shop-filter-sidebar .color-swatch-item.is-active .color-swatch-circle {
  border: 2.5px solid #111111 !important;
  box-shadow: 0 0 0 1.5px #ffffff inset !important;
}

.shop-filter-sidebar .color-swatch-circle:hover {
  transform: scale(1.2) !important;
}

/* Verflab Custom Single Product Reviews Styles */
.verflab-reviews-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.verflab-reviews-summary-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #faf8f5;
  border: 1px solid #e8e4dc;
  border-radius: 16px;
  padding: 24px 32px;
  flex-wrap: wrap;
  gap: 20px;
}

.summary-score-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.summary-score-box .score-number {
  font-size: 38px;
  font-weight: 800;
  color: #111111;
  line-height: 1;
}

.summary-score-box .score-stars {
  display: flex;
  align-items: center;
}

.verflab-stars-row {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.summary-score-box .score-count {
  font-size: 14px;
  color: #66635c;
  border-left: 1px solid #d5d0c7;
  padding-left: 16px;
  line-height: 1.3;
}

.verflab-write-review-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #111111;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.verflab-write-review-btn:hover {
  background-color: #2b2b2b;
  transform: translateY(-1px);
}

.verflab-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.verflab-review-item {
  display: flex;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #eae6df;
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.verflab-review-item .review-avatar img.avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.verflab-review-item .review-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.review-meta-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-name {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #16a34a;
  background-color: #f0fdf4;
  padding: 2px 8px;
  border-radius: 12px;
  border: 1px solid #bbf7d0;
}

.review-date {
  font-size: 13px;
  color: #88847c;
}

.review-item-rating {
  margin-top: 2px;
}

.review-content {
  font-size: 14px;
  line-height: 1.6;
  color: #33312c;
  margin-top: 4px;
}

.review-content p {
  margin: 0 0 8px 0;
}

.review-content p:last-child {
  margin-bottom: 0;
}

.verflab-review-form-wrapper {
  background-color: #faf8f5;
  border: 1px solid #e8e4dc;
  border-radius: 16px;
  padding: 28px 32px;
  margin-top: 12px;
}

.verflab-review-form-wrapper .form-title {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 20px 0;
}

.verflab-review-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.verflab-review-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.verflab-review-form label {
  font-size: 13.5px;
  font-weight: 600;
  color: #222222;
}

.verflab-review-form textarea,
.verflab-review-form input[type="text"],
.verflab-review-form input[type="email"] {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #d8d4cc;
  border-radius: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.verflab-review-form textarea:focus,
.verflab-review-form input[type="text"]:focus,
.verflab-review-form input[type="email"]:focus {
  outline: none;
  border-color: #111111;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.verflab-review-form .form-row.author-details-row {
  display: flex;
  gap: 16px;
}

.verflab-review-form .half-width {
  flex: 1;
}

.no-reviews-notice {
  background-color: #faf7f2;
  border: 1px solid #e7e3dc;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 16px;
  color: #6b6862;
  font-size: 13.5px;
}

.no-reviews-notice p {
  margin: 0 !important;
  padding: 0 !important;
}

.verflab-review-form .form-group.rating-selection-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
}

.star-rating-selector {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 4px;
  align-self: flex-start;
  margin-top: 2px;
}

.star-rating-selector input[type="radio"] {
  display: none;
}

.star-rating-selector label {
  cursor: pointer;
  color: #d1d5db;
  transition: color 0.15s ease;
}

.star-rating-selector label:hover,
.star-rating-selector label:hover~label,
.star-rating-selector input[type="radio"]:checked~label {
  color: #f59e0b;
}

.verflab-btn-submit-review {
  background-color: #111111;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 13px 28px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.verflab-btn-submit-review:hover {
  background-color: #2b2b2b;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .verflab-reviews-summary-card {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .summary-score-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .summary-score-box .score-count {
    border-left: none;
    padding-left: 0;
  }

  .verflab-review-form .form-row.author-details-row {
    flex-direction: column;
  }
}