/** Shopify CDN: Minification failed

Line 4996:10 Expected identifier but found whitespace
Line 4996:12 Unexpected "{"
Line 4996:21 Expected ":"
Line 4996:46 Expected ":"
Line 5065:4 Unexpected "{"
Line 5065:5 Expected identifier but found "%"
Line 5065:36 Unexpected "{"
Line 5065:37 Expected identifier but found "%"
Line 5083:17 Expected identifier but found whitespace
Line 5083:19 Unexpected "{"
... and 52 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
.error-page {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.error-container {
  max-width: 600px;
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 3rem 2rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
  border: 1px solid #e2e8f0;
}

.error-illustration {
  position: relative;
  margin-bottom: 2rem;
}

.error-code-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.error-digit {
  font-size: 8rem;
  font-weight: 900;
  color: #e2e8f0;
  line-height: 1;
  font-family: 'Arial Black', Arial, sans-serif;
}

.error-magnifying-glass {
  color: #0ea5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}

.search-icon {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.error-content {
  position: relative;
  z-index: 2;
}

.error-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

.error-description {
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 2rem 0;
}

.error-search {
  margin-bottom: 2rem;
}

.search-form {
  display: flex;
  gap: 0.75rem;
  max-width: 400px;
  margin: 0 auto;
}

.search-input-wrapper {
  position: relative;
  flex: 1;
}

.search-input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
}

.search-input {
  width: 100%;
  padding: 0.875rem 1rem 0.875rem 3rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  color: #0f172a;
  background: #fff;
  transition: all 0.2s ease;
}

.search-input:focus {
  outline: none;
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

.search-input::placeholder {
  color: #94a3b8;
}

.search-btn {
  background: #0ea5e9;
  color: #fff;
  border: none;
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.search-btn:hover {
  background: #0284c7;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
}

.error-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 0.95rem;
}

.action-btn.primary {
  background: #0ea5e9;
  color: #fff;
  border: 2px solid #0ea5e9;
}

.action-btn.primary:hover {
  background: #0284c7;
  border-color: #0284c7;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
}

.action-btn.secondary {
  background: #fff;
  color: #475569;
  border: 2px solid #e2e8f0;
}

.action-btn.secondary:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}

.popular-categories {
  text-align: left;
  background: #f8fafc;
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid #f1f5f9;
}

.popular-categories h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 1rem 0;
  text-align: center;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.category-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-decoration: none;
  color: #475569;
  font-weight: 500;
  transition: all 0.2s ease;
  font-size: 0.9rem;
}

.category-card:hover {
  background: #f8fafc;
  border-color: #0ea5e9;
  color: #0ea5e9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.1);
}

.category-card svg {
  flex-shrink: 0;
  color: inherit;
}

/* Responsive Design */
@media (max-width: 640px) {
  .error-container {
    padding: 2rem 1.5rem;
    margin: 1rem;
  }
  
  .error-digit {
    font-size: 6rem;
  }
  
  .error-magnifying-glass svg {
    width: 90px;
    height: 90px;
  }
  
  .error-title {
    font-size: 1.5rem;
  }
  
  .error-description {
    font-size: 1rem;
  }
  
  .search-form {
    flex-direction: column;
    gap: 1rem;
  }
  
  .error-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .action-btn {
    width: 100%;
    justify-content: center;
    max-width: 280px;
  }
  
  .category-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .error-container {
    padding: 1.5rem 1rem;
  }
  
  .error-digit {
    font-size: 4rem;
  }
  
  .error-magnifying-glass svg {
    width: 60px;
    height: 60px;
  }
  
  .popular-categories {
    padding: 1rem;
  }
}
/* END_SECTION:404 */

/* START_SECTION:band-new (INDEX:11) */
.band-section {
  width: var(--band-width, 100vw);
  min-height: 0;
  height: auto;
  background: var(--band-bg, transparent);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--band-padding, 0.5rem 0);
  font-family: inherit;
  margin-left: var(--band-margin-x, 0);
  margin-right: var(--band-margin-x, 0);
  margin-top: var(--band-overlap-margin, 0px);
  position: relative;
  box-shadow: var(--band-shadow, none);
  overflow: visible;
  z-index: 3;
}

.band-inner.band-inner-new {
  width: 100%;
  max-width: 100%;
  padding: var(--band-inner-padding, 0 1.25rem);
  background: var(--band-inner-bg, transparent);
  border-radius: var(--band-inner-radius, 0px);
  box-shadow: var(--band-inner-shadow, none);
}

.band-items-wrapper {
  display: flex;
  /* gap: 3.5rem; */
  gap: 1rem;
  animation: band-slide-in 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  animation-fill-mode: forwards;
  /* flex-wrap: wrap; */
  flex-wrap: nowrap;
  justify-content: center;
}

.band-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--band-text-color, #ffffff);
  font-size: 1.08rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  padding: 0.7rem 1.5rem 0.7rem 1.1rem;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  /* cursor: pointer; */
  min-width: 120px;
  opacity: 0;
  transform: translateY(30px);
  animation: band-fade-in 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  text-decoration: none;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  justify-content: center;

}
.band-item:nth-child(1) { animation-delay: 0.2s; }
.band-item:nth-child(2) { animation-delay: 0.4s; }
.band-item:nth-child(3) { animation-delay: 0.6s; }
.band-item:nth-child(4) { animation-delay: 0.8s; }
.band-item:nth-child(5) { animation-delay: 1.0s; }
.band-item:nth-child(6) { animation-delay: 1.2s; }
.band-item:nth-child(7) { animation-delay: 1.4s; }
.band-item:nth-child(8) { animation-delay: 1.6s; }

.band-item i {
  font-size: 1.5rem;
  color: var(--band-text-color, #ffffff);
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.08));
}

.band-item-icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.band-item-text {
  white-space: nowrap;
}

.band-item--placeholder {
  color: rgba(255,255,255,0.7);
  font-style: italic;
  animation: none;
  opacity: 1;
  transform: none;
}

/* Belt-and-braces color override, tied directly to the
   data-layout attribute rather than relying purely on custom
   property inheritance — guarantees correct text/icon color
   in container mode even if a stray legacy rule exists
   elsewhere in this file. */
/* .band-section[data-layout="container"] .band-item,
.band-section[data-layout="container"] .band-item i {
  color: #002855 !important;
} */
/* .band-section[data-layout="full_width"] .band-item,
.band-section[data-layout="full_width"] .band-item i {
  color: #ffffff !important;
} */

/* Same belt-and-braces treatment for the section's own box —
   a duplicate legacy ".band-section { background: linear-gradient(...) }"
   rule left over from before the variables were introduced can
   otherwise win the cascade tie against the var-based rule above. */
.band-section[data-layout="container"] {
  background: transparent !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.band-section[data-layout="full_width"] {
  background: linear-gradient(90deg, #002855 100%, #00e6e6 0%) !important;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  padding: 0.5rem 0 !important;
  box-shadow: 0 4px 24px 0 rgba(0, 179, 252, 0.08) !important;
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 900px) {
  .band-items-wrapper {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .band-item {
    font-size: 0.7rem;
    gap: 0.35rem;
    min-width: 0;
    flex: 1;
    padding: 0.5rem 0.25rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .band-item i {
    font-size: 1.1rem;
  }
  .band-item-text {
    white-space: normal;
    text-align: center;
    line-height: 1.4;
  }
  .band-inner {
    padding: calc(var(--band-inner-padding, 0 1.25rem) / 1);
  }
  .band-section[data-overlap="true"] {
    margin-top: calc(var(--band-overlap-margin, 0px) * 0.5);
  }
}

@media (max-width: 480px) {
  .band-item {
    font-size: 0.62rem;
  }
  .band-item i {
    font-size: 0.95rem;
  }
}

@keyframes band-slide-in {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes band-fade-in {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
/* marquee animation for large number of items */
@keyframes band-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 767px) {
  .band-inner.band-inner-new {
    padding: 0 calc(100vw * 0.0205);
  }
}
/* END_SECTION:band-new */

/* START_SECTION:blog-carousel (INDEX:13) */
.blog-carousel-section {
  width: 100%;
  background: #ffffff;
  padding: 3.5rem 0 4rem;
}

.blog-carousel-header {
  /* width: 88%; */
  /* width: 88%; */
  /* max-width: 1400px; */
  margin: 0 auto;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.blog-carousel-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: #001f3f;
  margin: 0;
}

.blog-carousel-viewall {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0ea5e9;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.blog-carousel-viewall:hover {
  color: #0284c7;
}

.blog-carousel-wrap {
  /* width: 88%; */
  /* width: 100%; */
  /* max-width: 1400px; */
  margin: 0 auto;
  position: relative;
}

.blog-carousel-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}

.blog-carousel-track::-webkit-scrollbar {
  display: none;
}

.blog-carousel-card {
  position: relative;
  flex: 0 0 calc((100% - (1.25rem * 2)) / 3);
  height: 440px;
  border-radius: 0;
  overflow: hidden;
  scroll-snap-align: start;
  text-decoration: none;
  display: block;
  background: #0f172a;
}

.blog-carousel-image,
.blog-carousel-image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-carousel-image-placeholder {
  background: #1e293b;
}

.blog-carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,0) 40%, rgba(15,23,42,0.85) 100%);
}

.blog-carousel-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: #0ea5e9;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 0;
}

.blog-carousel-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.5rem 1.5rem 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

.blog-carousel-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}

.blog-carousel-date {
  display: block;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 1rem;
}

.blog-carousel-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
}

.blog-carousel-readmore-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
}

.blog-carousel-card:hover .blog-carousel-readmore-icon {
  background: #0ea5e9;
  border-color: #0ea5e9;
}

.blog-carousel-scrubber-track {
  position: relative;
  width: 100%;
  height: 6px;
  background: #e2e8f0;
  border-radius: 0;
  margin-top: 1.75rem;
  cursor: pointer;
}

.blog-carousel-scrubber-handle {
  position: absolute;
  top: -7px;
  left: 0;
  height: 20px;
  width: 90px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(15,23,42,0.12);
  cursor: grab;
  touch-action: none;
}

.blog-carousel-scrubber-handle:active {
  cursor: grabbing;
}

@media (max-width: 900px) {
  .blog-carousel-card {
    flex: 0 0 calc((100% - 1.25rem) / 2);
    height: 400px;
  }
}

@media (max-width: 600px) {
  .blog-carousel-card {
    flex: 0 0 85%;
    height: 380px;
  }
  .blog-carousel-title {
    font-size: 1.4rem;
  }
}
/* END_SECTION:blog-carousel */

/* START_SECTION:blog (INDEX:14) */
.blog-section {
  padding: 4rem 0;
  background: #fafbfc;
}

.blog-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.blog-section__header {
  text-align: center;
  margin-bottom: 2rem;
}

.blog-section__title {
  font-size: 3rem;
  font-weight: 800;
  color: #1e3a8a;
  margin: 0 0 1rem 0;
  letter-spacing: -0.02em;
}

.blog-section__description {
  font-size: 1.125rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.blog-section__tag-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.blog-section__tag-link {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #475569;
  text-decoration: none;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.blog-section__tag-link:hover,
.blog-section__tag-link.is-active {
  color: #0ea5e9;
  border-bottom-color: #0ea5e9;
}

.blog-articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.blog-article {
  background: #ffffff;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-article:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.blog-article__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
}

.blog-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-article:hover .blog-article__image img {
  transform: scale(1.05);
}

.blog-article__content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-article__tags {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.blog-article__tag {
  color: #0ea5e9;
  text-decoration: none;
}

.blog-article__tag:hover {
  text-decoration: underline;
}

.blog-article__tag-sep {
  color: #0ea5e9;
  margin-right: 0.3rem;
}

.blog-article__title {
  margin: 0 0 0.75rem 0;
}

.blog-article__title a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.blog-article__title a:hover {
  color: #1e3a8a;
}

.blog-article__excerpt {
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex: 1;
}

.blog-article__read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  background: #0f172a;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.65rem 1.1rem;
  border-radius: 0px;
  transition: background 0.2s ease;
}

.blog-article__read-more:hover {
  background: #0ea5e9;
  color: #ffffff;
}

.blog-section__pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.blog-section__empty {
  text-align: center;
  padding: 4rem 2rem;
  color: #64748b;
}

.blog-section__empty h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #475569;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-section {
    padding: 3rem 0;
  }

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

  .blog-section__title {
    font-size: 2rem;
  }

  .blog-section__tag-nav {
    gap: 1rem;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 1.25rem;
    -webkit-overflow-scrolling: touch;
  }

  .blog-articles {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .blog-article__content {
    padding: 1.25rem;
  }
}

@media (max-width: 480px) {
  .blog-section__title {
    font-size: 1.75rem;
  }

  .blog-section__description {
    font-size: 1rem;
  }

  .blog-article__content {
    padding: 1rem;
  }
}
/* END_SECTION:blog */

/* START_SECTION:buy-with-confidence (INDEX:18) */
.confidence-section-wrapper {
  width: 100%;
  background: #ffffff;
  padding: 3rem 0 1.5rem;
  box-sizing: border-box;
}
.confidence-section {
  width: 88%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: inherit;
  box-sizing: border-box;
}

.confidence-heading {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 2.25rem;
}

.confidence-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00BFFF;
  margin-bottom: 0.75rem;
}

.confidence-title {
  font-size: 2rem;
  font-weight: 800;
  color: #001f3f;
  line-height: 1.15;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.confidence-subtitle {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

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

.confidence-item {
  background: #F4F8FB;
  border: 1px solid #e0eaf1;
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  padding: 2.25rem 1.75rem;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.confidence-item-title {
  font-size: 1rem;
  font-weight: 700;
  color: #001f3f;
  line-height: 1.35;
  margin: 0 0 0.65rem;
}

.confidence-item-body {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.confidence-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}

.confidence-strip span {
  font-size: 0.8rem;
  color: #64748b;
}
.confidence-strip-divider {
  color: #cbd5e1;
}


@media (max-width: 900px) {
  .confidence-section { width: 92%; }
}

@media (max-width: 600px) {
  .confidence-section-wrapper { padding: 1.5rem 0; }
  .confidence-section { width: 100%; padding: 0 1rem; }
  .confidence-title { font-size: 1.25rem; }
  .confidence-subtitle { font-size: 0.875rem; }

  .confidence-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .confidence-item {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }

  .confidence-strip { gap: 10px; }
}
/* END_SECTION:buy-with-confidence */

/* START_SECTION:cart (INDEX:20) */
.delivery-cutoff-notice--mixed {
  flex-direction: column;
  gap: 4px;
}
.delivery-cutoff-notice {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #475569;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f5f9;
}
.delivery-cutoff-notice svg {
  color: #0ea5e9;
  flex-shrink: 0;
}
.custom-page-header {
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
  min-height: 80px;
  height: 80px;
  margin-bottom: 2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
}
.custom-page-header__content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}
.custom-page-header__content--left { text-align: left; }
.custom-page-header__breadcrumb { font-size: 0.9rem; color: white; margin-bottom: 0.6rem; opacity: 0.95; text-decoration: none; word-wrap: break-word; overflow-wrap: break-word; }
.custom-page-header__breadcrumb a { font-size: 0.9rem; color: white; margin-bottom: 0.6rem; opacity: 0.95; text-decoration: none; word-wrap: break-word; overflow-wrap: break-word; }
.custom-page-header__title { font-size: 2.25rem; font-weight: 800; font-family: 'Poppins', Arial, sans-serif; letter-spacing: -0.5px; line-height: 1.2; word-wrap: break-word; overflow-wrap: break-word; max-width: 100%; }

.cart-container { max-width: 1200px; margin: 0 auto 2rem auto; padding: 1rem; width: 100%; max-width: 100vw; box-sizing: border-box; overflow-x: hidden; }
.cart-layout { display: grid; grid-template-columns: 1fr 400px; gap: 2rem; width: 100%; box-sizing: border-box; }

.cart-items { background: #fff; border-radius: 16px; border: 1px solid #e2e8f0; box-shadow: 0 20px 40px rgba(15,23,42,0.08); }
.cart-items-header { padding: 1.5rem 2rem; border-bottom: 1px solid #f1f5f9; }
.cart-items-header h2 { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin: 0; }
.cart-items-list { padding: 0; }

.cart-item { display: flex; gap: 1.5rem; padding: 1.5rem 2rem 1.5rem 4rem; border-bottom: 1px solid #f1f5f9; position: relative; transition: all 0.2s ease; }
.cart-item:last-child { border-bottom: none; }
.cart-item:hover { background: #f8fafc; }

/* 6. Larger image */
.cart-item-image { flex-shrink: 0; width: 160px; height: 130px; border-radius: 12px; overflow: hidden; background: #f8fafc; border: 1px solid #e2e8f0; display: flex; align-items: center; justify-content: center; }
.cart-item-image img { width: 100%; height: 100%; object-fit: contain; display: block; }
.cart-item-image-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #94a3b8; }

.cart-item-details { flex: 1; display: flex; justify-content: space-between; align-items: flex-start; }
.cart-item-info { flex: 1; }
.cart-item-title { margin: 0 0 0.5rem 0; font-size: 1.05rem; font-weight: 600; line-height: 1.4; word-wrap: break-word; overflow-wrap: break-word; }
.cart-item-title a { color: #0f172a; text-decoration: none; transition: color 0.2s ease; }
.cart-item-title a:hover { color: #0ea5e9; }

.cart-item-variants { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.5rem; }
.cart-item-variant { background: #f1f5f9; color: #475569; padding: 0.25rem 0.75rem; border-radius: 6px; font-size: 0.875rem; font-weight: 500; }

/* 7. Edit link */
.cart-item-edit-link { display: inline-flex; align-items: center; gap: 4px; font-size: 0.8rem; color: #0ea5e9; text-decoration: none; margin-bottom: 0.5rem; }
.cart-item-edit-link:hover { text-decoration: underline; }

/* Savings badge */
.cart-item-savings { display: inline-block; font-size: 0.78rem; background: #e0f2fe; color: #0369a1; border-radius: 4px; padding: 2px 8px; font-weight: 500; margin-bottom: 0.5rem; }

.cart-item-sku { font-size: 0.875rem; color: #64748b; margin-bottom: 1rem; }
.cart-item-controls { display: flex; flex-direction: column; align-items: flex-end; gap: 0.75rem; min-width: 160px; }

.quantity-control { display: flex; align-items: center; border: 1px solid #e2e8f0; border-radius: 6px; background: #fff; overflow: hidden; }
.qty-btn { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: #f8fafc; border: none; cursor: pointer; font-weight: 600; font-size: 14px; color: #475569; transition: all 0.2s ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.qty-btn:hover { background: #0ea5e9; color: #fff; }
.qty-btn.disabled, .qty-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.quantity-input { width: 44px; height: 28px; text-align: center; border: none; font-weight: 600; font-size: 0.95rem; background: transparent; color: #0f172a; -webkit-appearance: none; appearance: none; }
.quantity-input:focus { outline: none; background: #f8fafc; }

.cart-item-price { text-align: right; }
.cart-item-original-price { display: block; font-size: 0.875rem; color: #94a3b8; text-decoration: line-through; margin-bottom: 0.25rem; }
.cart-item-final-price { display: block; font-size: 1.125rem; font-weight: 700; color: #0f172a; }
.cart-item-line-price { font-size: 0.875rem; color: #64748b; margin-top: 0.25rem; }

.cart-item-remove { position: absolute; top: 50%; left: 1rem; transform: translateY(-50%); background: none; border: none; color: #94a3b8; cursor: pointer; padding: 0.5rem; border-radius: 6px; transition: all 0.2s ease; z-index: 2; }
.cart-item-remove:hover { background: #fef2f2; color: #ef4444; }
.cart-item-remove i { font-size: 16px; line-height: 1; }

/* Cart Summary */
.cart-summary { position: sticky; top: 2rem; height: fit-content; }
.cart-summary-card { background: #fff; border-radius: 16px; border: 1px solid #e2e8f0; padding: 1.5rem; box-shadow: 0 20px 40px rgba(15,23,42,0.08); }
.cart-summary-card h3 { font-size: 1.25rem; font-weight: 700; color: #0f172a; margin: 0 0 1.25rem 0; }

/* 3. Express checkout */
.express-checkout-section { margin-bottom: 0.75rem; }
.express-checkout-section .shopify-payment-button { display: flex; flex-direction: column; gap: 8px; }
.express-checkout-section .shopify-payment-button__button { border-radius: 10px !important; min-height: 42px !important; font-size: 0.9rem !important; }
.express-divider { display: flex; align-items: center; gap: 8px; margin-bottom: 1rem; }
.express-divider::before, .express-divider::after { content: ''; flex: 1; height: 1px; background: #e2e8f0; }
.express-divider span { font-size: 0.8rem; color: #94a3b8; }

/* 1. Promo code */
.promo-section { margin-bottom: 1rem; }
.promo-label { display: block; font-size: 0.8rem; color: #475569; margin-bottom: 6px; font-weight: 500; }
.promo-row { display: flex; gap: 8px; }
.promo-input { flex: 1; height: 38px; border: 1px solid #e2e8f0; border-radius: 8px; padding: 0 10px; font-size: 0.875rem; color: #0f172a; background: #fff; outline: none; transition: border 0.2s; }
.promo-input:focus { border-color: #0ea5e9; }
.promo-btn { height: 38px; padding: 0 16px; background: #002855; color: #fff; border: none; border-radius: 8px; font-size: 0.875rem; font-weight: 600; cursor: pointer; white-space: nowrap; transition: background 0.2s; }
.promo-btn:hover { background: #001f3f; }
.promo-feedback { font-size: 0.78rem; margin-top: 4px; min-height: 16px; }
.promo-feedback.success { color: #16a34a; }
.promo-feedback.error { color: #ef4444; }

/* 2. Delivery progress */
.delivery-progress-wrap { background: #f0fdf4; border-radius: 10px; padding: 12px; margin-bottom: 1rem; }
.delivery-progress-label { font-size: 0.8rem; color: #475569; margin-bottom: 8px; display: flex; align-items: center; gap: 5px; }
.delivery-progress-label strong { color: #16a34a; }
.delivery-progress-label svg { color: #16a34a; flex-shrink: 0; }
.delivery-progress-track { height: 6px; background: #d1fae5; border-radius: 3px; overflow: hidden; margin-bottom: 5px; }
.delivery-progress-fill { height: 100%; background: #16a34a; border-radius: 3px; transition: width 0.4s ease; }
.delivery-progress-hint { font-size: 0.72rem; color: #64748b; }

.cart-summary-line { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 0; border-bottom: 1px solid #f1f5f9; font-size: 0.95rem; color: #475569; }
.cart-discount { color: #10b981; }
.cart-summary-shipping { padding: 0.75rem 0; border-bottom: 1px solid #f1f5f9; }
.shipping-info { display: flex; align-items: center; gap: 0.5rem; color: #10b981; font-size: 0.875rem; font-weight: 500; }
.cart-summary-total { display: flex; justify-content: space-between; align-items: center; padding: 0.875rem 0; font-size: 1.2rem; font-weight: 700; color: #0f172a; border-bottom: 1px solid #f1f5f9; }
.cart-summary-actions { padding-top: 1rem; }

.checkout-btn { width: 100%; background: #002855; color: #fff; border: none; padding: 0.875rem 1.5rem; border-radius: 12px; font-size: 1rem; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 0.5rem; transition: all 0.2s ease; margin-bottom: 1rem; min-height: 44px; touch-action: manipulation; }
.checkout-btn:hover { background: #001f3f; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0,40,85,0.3); }

/* 4. Trust signals */
.cart-guarantees { padding-top: 1rem; border-top: 1px solid #f1f5f9; display: flex; flex-direction: column; gap: 8px; }
.guarantee-item { display: flex; align-items: center; gap: 8px; color: #475569; font-size: 0.8rem; }
.guarantee-item svg { color: #0ea5e9; flex-shrink: 0; }

/* 10. Recently viewed */
.recently-viewed-section { margin-top: 2.5rem; }
.recently-viewed-title { font-size: 1.1rem; font-weight: 700; color: #0f172a; margin-bottom: 1rem; }
.recently-viewed-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.rv-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; text-decoration: none; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; }
.rv-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(15,23,42,0.1); }
.rv-card-img { aspect-ratio: 4/3; background: #f8fafc; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.rv-card-img img { width: 100%; height: 100%; object-fit: contain; }
.rv-card-info { padding: 10px 12px; }
.rv-card-name { font-size: 0.8rem; font-weight: 600; color: #0f172a; line-height: 1.3; margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rv-card-price { font-size: 0.8rem; color: #0ea5e9; font-weight: 600; }

/* Empty Cart */
.cart-empty { display: flex; align-items: center; justify-content: center; min-height: 400px; }
.cart-empty-content { text-align: center; max-width: 400px; }
.cart-empty-icon { color: #cbd5e1; margin-bottom: 1.5rem; }
.cart-empty h2 { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin: 0 0 0.5rem 0; }
.cart-empty p { color: #64748b; margin-bottom: 2rem; }
.continue-shopping-btn { display: inline-flex; align-items: center; background: #0ea5e9; color: #fff; text-decoration: none; padding: 0.75rem 1.5rem; border-radius: 8px; font-weight: 600; transition: all 0.2s ease; }
.continue-shopping-btn:hover { background: #0284c7; transform: translateY(-1px); }

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

@media (max-width: 1024px) {
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .recently-viewed-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .collection-page-header {
  min-height: unset !important;
  height: auto !important;
  padding: 1.25rem 1rem !important;
}
  .cart-container {
    padding: 0.75rem;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
  }
  .cart-items {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cart-item {
    flex-direction: row;
    gap: 0.75rem;
    padding: 0.75rem;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .cart-item-image {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    align-self: flex-start;
  }
  .cart-item-details {
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }
  .cart-item-info {
    min-width: 0;
    flex: 1;
    overflow: hidden;
  }
  .cart-item-title {
    font-size: 0.8rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cart-item-variant {
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
  }
  .cart-item-edit-link {
    font-size: 0.72rem;
  }
  .cart-item-sku {
    font-size: 0.72rem;
    margin-bottom: 0.25rem;
  }
 .cart-item-controls {
  flex-direction: column;
  align-items: flex-start;
  min-width: auto;
  width: 100%;
  box-sizing: border-box;
  gap: 0.4rem;
}
  .cart-item-remove {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    left: auto;
    transform: none;
    padding: 0.25rem;
    min-height: unset;
    min-width: unset;
  }
  .cart-item-remove i {
    font-size: 13px;
  }
  .cart-item-final-price {
    font-size: 0.85rem;
    white-space: nowrap;
  }
  .cart-item-price {
  flex-shrink: 0;
  text-align: left;
}
  .quantity-control {
    flex-shrink: 0;
  }
  .qty-btn {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    font-size: 1rem;
  }
  .quantity-input {
    width: 30px;
    min-height: 28px;
    font-size: 0.9rem;
    padding: 0;
  }
  .checkout-btn {
    min-height: 48px;
  }
  .recently-viewed-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .custom-page-header {
  min-height: unset !important;
  height: auto !important;
}
  .custom-page-header { min-height: 120px; height: 120px; margin-bottom: 1.5rem; }
  .custom-page-header__title { font-size: 1.6rem; }
  .cart-container { padding: 0.75rem; }
  .cart-items-header { padding: 1.25rem 1rem; }
  .cart-items-header h2 { font-size: 1.25rem; }
  .cart-item { padding: 0.75rem; }
  .cart-item-image { width: 90px; height: 80px; }
  .cart-summary-card { padding: 1.25rem 1rem; }
  .recently-viewed-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .custom-page-header__title { font-size: 2rem; }
}
@media (max-width: 600px) {
  .custom-page-header__title { font-size: 1.2rem; }
  .custom-page-header__breadcrumb { font-size: 0.85rem; }
}
/* END_SECTION:cart */

/* START_SECTION:collection-product-slider (INDEX:22) */
/* =========================================================
   SECTION
========================================================= */

.collection-product-slider-section {
  width: 100%;
  background: #ffffff;
  padding: 1rem 0 3rem;
  box-sizing: border-box;
}

.collection-product-slider-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}


/* =========================================================
   HEADER
========================================================= */

.collection-product-slider-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.collection-product-slider-header-content {
  flex: 1;
  min-width: 0;
}


/* Alignment */

.collection-product-slider-header.header-align-left
.collection-product-slider-header-content {
  text-align: left;
}

.collection-product-slider-header.header-align-center
.collection-product-slider-header-content {
  text-align: center;
}

.collection-product-slider-header.header-align-right
.collection-product-slider-header-content {
  text-align: right;
}


/* Center alignment */

.collection-product-slider-header.header-align-center {
  align-items: center;
}

.collection-product-slider-header.header-align-center
.collection-product-slider-header-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


/* =========================================================
   EYEBROW
========================================================= */

.collection-product-slider-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00BFFF;
  margin-bottom: 0.5rem;
}


/* =========================================================
   TITLE
========================================================= */

.collection-product-slider-title {
  font-size: 2rem;
  font-weight: 800;
  color: #001f3f;
  margin: 0 0 0.4rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}


/* =========================================================
   SUBTITLE
========================================================= */

.collection-product-slider-subtitle {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}


/* =========================================================
   SLIDER TRACK
========================================================= */

.collection-product-slider-track-outer {
  width: 100%;
  overflow: visible;
}

.collection-product-slider-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 0.5rem 0 1rem;
  overscroll-behavior-x: contain;
}

.collection-product-slider-track::-webkit-scrollbar {
  display: none;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.collection-product-card {
  flex: 0 0 calc(25% - 0.75rem);
  min-width: 220px;

  background: transparent;

  overflow: hidden;

  display: flex;
  flex-direction: column;

  text-decoration: none;
  color: inherit;

  box-sizing: border-box;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.collection-product-card-image-wrap {
  position: relative;
  width: 100%;
}

.collection-product-card-image-container {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 280px;
  overflow: hidden;
  background: var(--product-image-bg, #f8fafc);
}

.collection-product-card-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.collection-product-card:hover
.collection-product-card-image {
  transform: scale(1.03);
}


/* =========================================================
   BADGE
========================================================= */

.collection-product-card-badge {
  position: absolute;

  top: 0.75rem;
  left: 0.75rem;

  z-index: 2;

  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.08em;

  padding: 0.35rem 0.7rem;

  border-radius: 0;
}

.option-badge-fair {
  background: #f1f5f9;
  color: #475569;
}

.option-badge-good {
  background: #fef3c7;
  color: #92400e;
}

.option-badge-excellent {
  background: #dcfce7;
  color: #166534;
}

.option-badge-premium {
  background: #001f3f;
  color: #ffffff;
}


/* =========================================================
   PRODUCT ARROW
========================================================= */

.collection-product-card-arrow {
  position: absolute;

  bottom: 0.75rem;
  right: 0.75rem;

  z-index: 2;

  width: 32px;
  height: 32px;

  border-radius: 50%;

  background: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #001f3f;

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.collection-product-card:hover
.collection-product-card-arrow {
  transform: rotate(45deg);
}


/* =========================================================
   PRODUCT INFO
========================================================= */

.collection-product-card-info {
  padding: 1rem 1.25rem 1.25rem;

  display: flex;
  flex-direction: column;

  gap: 0.6rem;

  flex: 1;
}

.collection-product-card-title {
  font-size: 0.88rem;
  font-weight: 600;

  color: #0f172a;

  line-height: 1.4;

  margin: 0;
}

.collection-product-card-price-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;

  /* margin-top: auto; */
}

.collection-product-card-price {
  font-size: 1rem;
  font-weight: 700;
  color: #001f3f;
}

.collection-product-card-compare-price {
  font-size: 0.85rem;
  color: #94a3b8;
  text-decoration: line-through;
}


/* =========================================================
   NAVIGATION
========================================================= */

.collection-product-slider-navigation {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.collection-product-slider-navigation-bottom {
  justify-content: flex-end;
  margin-top: 0.75rem;
}

.collection-product-slider-arrow {
  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  transition:
    all 0.2s ease;

  color: #001f3f;

  box-sizing: border-box;
}

.collection-product-slider-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}


/* =========================================================
   BUTTON STYLE 1
   Square / Outline
========================================================= */

.navigation-style-square
.collection-product-slider-arrow {
  border-radius: 0;
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
}

.navigation-style-square
.collection-product-slider-arrow:not(:disabled):hover {
  background: #001f3f;
  border-color: #001f3f;
  color: #ffffff;
}


/* =========================================================
   BUTTON STYLE 2
   Rounded
========================================================= */

.navigation-style-rounded
.collection-product-slider-arrow {
  border-radius: 8px;
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
}

.navigation-style-rounded
.collection-product-slider-arrow:not(:disabled):hover {
  background: #001f3f;
  border-color: #001f3f;
  color: #ffffff;
}


/* =========================================================
   BUTTON STYLE 3
   Circle
========================================================= */

.navigation-style-circle
.collection-product-slider-arrow {
  border-radius: 50%;
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
}

.navigation-style-circle
.collection-product-slider-arrow:not(:disabled):hover {
  background: #001f3f;
  border-color: #001f3f;
  color: #ffffff;
}


/* =========================================================
   BUTTON STYLE 4
   Dark
========================================================= */

.navigation-style-dark
.collection-product-slider-arrow {
  border-radius: 0;
  border: 1px solid #001f3f;
  background: #001f3f;
  color: #ffffff;
}

.navigation-style-dark
.collection-product-slider-arrow:not(:disabled):hover {
  background: #00BFFF;
  border-color: #00BFFF;
  color: #ffffff;
}


/* =========================================================
   BUTTON STYLE 5
   Light
========================================================= */

.navigation-style-light
.collection-product-slider-arrow {
  border-radius: 0;
  border: 1px solid #f1f5f9;
  background: #f8fafc;
  color: #001f3f;
}

.navigation-style-light
.collection-product-slider-arrow:not(:disabled):hover {
  background: #e2e8f0;
  border-color: #e2e8f0;
}


/* =========================================================
   BUTTON STYLE 6
   Minimal
========================================================= */

.navigation-style-minimal
.collection-product-slider-arrow {
  width: 36px;
  height: 36px;

  border: 0;
  background: transparent;

  border-radius: 0;
}

.navigation-style-minimal
.collection-product-slider-arrow:not(:disabled):hover {
  background: #f1f5f9;
}


/* =========================================================
   EMPTY STATE
========================================================= */

.collection-product-slider-empty {
  padding: 3rem 1rem;
  text-align: center;

  color: #64748b;

  background: #f8fafc;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  .collection-product-slider-container {
    width: 100%;
  }

  .collection-product-card {
    flex: 0 0 calc(33.333% - 0.667rem);
  }

  .collection-product-card-image-container {
    max-height: 260px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .collection-product-slider-section {
    padding: 1.5rem 0 1rem;
  }

  .collection-product-slider-container {
    width: 100%;
    /* padding: 0 1rem; */
    padding: 0 0rem;
  }

  .collection-product-slider-header {
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .collection-product-slider-title {
    font-size: 1.4rem;
  }

  .collection-product-slider-subtitle {
    font-size: 0.875rem;
  }

  .collection-product-slider-eyebrow {
    font-size: 0.6rem;
  }

  .collection-product-slider-navigation {
    gap: 0.35rem;
  }

  .collection-product-slider-arrow {
    width: 36px;
    height: 36px;
  }

  .collection-product-slider-track-outer {
    /* width: calc(100% + 1rem); */
    width: calc(100% + 0rem);
  }

  .collection-product-slider-track {
    gap: 0.5rem;

    padding-bottom: 0.5rem;

    scroll-snap-type: x mandatory;
  }

  .collection-product-card {
    flex: 0 0 calc(50% - 0.25rem);

    min-width: 0;

    scroll-snap-align: start;
  }

  .collection-product-card-image-container {
    max-height: 180px;
  }

  .collection-product-card-info {
    padding: 0.5rem 0.6rem 0.6rem;
    gap: 0.3rem;
  }

  .collection-product-card-title {
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .collection-product-card-price {
    font-size: 0.72rem;
  }

  .collection-product-card-compare-price {
    font-size: 0.65rem;
  }

  .collection-product-card-arrow {
    width: 24px;
    height: 24px;
    bottom: 0.5rem;
    right: 0.5rem;
  }

  .collection-product-card-arrow svg {
    width: 13px;
    height: 13px;
  }

  .collection-product-card-badge {
    top: 0.5rem;
    left: 0.5rem;

    font-size: 0.5rem;

    padding: 0.2rem 0.4rem;
  }

  .collection-product-slider-navigation-bottom {
    margin-top: 0.5rem;
  }

}


/* =========================================================
   CENTER HEADER MOBILE
========================================================= */

@media (max-width: 600px) {

  .collection-product-slider-header.header-align-center {
    flex-direction: column;
  }

  .collection-product-slider-header.header-align-center
  .collection-product-slider-navigation {
    align-self: center;
  }

}


/* =========================================================
   REDUCE MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .collection-product-slider-track {
    scroll-behavior: auto;
  }

  .collection-product-card-image,
  .collection-product-card-arrow {
    transition: none;
  }

}
/* END_SECTION:collection-product-slider */

/* START_SECTION:collection (INDEX:23) */
.collection-sold-out-siblings {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .collection-sold-out-siblings__label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
  }

  .collection-sold-out-siblings__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
  }

  .collection-sold-out-sibling-btn {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #0e5175;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.7rem 1.4rem;
    border: 2px solid #0e5175;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .collection-sold-out-sibling-btn:hover {
    background: #0e5175;
    color: #ffffff;
  }
  .product-spec-badge--condition {
    border: 1px solid #0ea5e9 !important;
    color: #0ea5e9;
    background: #f0f9ff !important;
  }
  .product-badge--new {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #002855;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 400;
    padding: 6px 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    z-index: 2;
    border-radius: 2px;
  }
  .multi-option-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #002855;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 500;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    letter-spacing: 0.05em;
    padding: 6px 10px;
    border-radius: 4px;
    z-index: 2;
    white-space: nowrap;
  }

  @media (max-width: 600px) {
     .product-spec-badge,
    .product-spec-badge--condition,
    .product-spec-badge--connectivity,
    .product-spec-badge--colour,
    .product-spec-badge--keyboard {
      font-size: 0.6rem !important;
      padding: 0.22rem 0.5rem !important;
    }
    .multi-option-badge {
      font-size: 0.5rem;
      padding: 3px 7px;
      letter-spacing: 0.03em;
    }
  }
  .product-spec-badge--connectivity {
    border: 1px solid #0ea5e9 !important;
    color: #0ea5e9;
    background: #f0f9ff !important;
  }
  .color-swatch--static {
    cursor: default;
    pointer-events: none;
  }
  .product-spec-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }

  .product-spec-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.3rem 0.7rem;
    border-radius: 999px !important;
    background: #ffffff;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .product-spec-badge--colour {
    border: 1px solid #0ea5e9 !important;
    color: #0ea5e9;
    background: #f0f9ff !important;
  }

  .product-spec-badge--keyboard {
    border: 1px solid #0ea5e9 !important;
    color: #0ea5e9;
    background: #f0f9ff !important;
  }
  .product-spec-badge--case {
    border: 1px solid #0ea5e9 !important;
    color: #0ea5e9;
    background: #f0f9ff !important;
  }
  .product-spec-badge--anc {
    border: 1px solid #0ea5e9 !important;
    color: #0ea5e9;
    background: #f0f9ff !important;
  }
  .collection-sold-out-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .collection-sold-out-icon {
    font-size: 3.5rem;
    line-height: 1;
  }

  .collection-sold-out-message h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #001f3f;
    margin: 0;
  }

  .collection-sold-out-message p {
    font-size: 1rem;
    color: #64748b;
    max-width: 460px;
    line-height: 1.7;
    margin: 0;
  }

  .collection-sold-out-btn {
    display: inline-flex;
    align-items: center;
    background: #0e5175;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.9rem 1.8rem;
    border-radius: 0px;
    text-decoration: none;
    margin-top: 0.5rem;
    transition: opacity 0.2s ease;
  }

  .collection-sold-out-btn:hover {
    opacity: 0.9;
    background: #0ea5e9;
  }

  a.color-swatch {
    display: inline-block;
    text-decoration: none;
    border-radius: 50%;
    overflow: hidden;
  }

  a.color-swatch:hover {
    transform: scale(1.1);
    border-color: #0ea5e9;
    box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3);
  }

  .color-swatch--unavailable {
    opacity: 0.5;
    position: relative;
    cursor: not-allowed;
    pointer-events: none;
  }

  .color-swatch--unavailable::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    right: -2px;
    height: 2px;
    background: #6b7280;
    transform: rotate(-45deg);
    transform-origin: center;
    border-radius: 1px;
  }
  .collection-page-header {
    width: 100%;
    min-height: 160px;
    padding: 1.5rem 4vw 1.5rem 4vw;
    margin-bottom: 2rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }

  .collection-page-header__content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .collection-page-header__content--left {
    text-align: left;
  }
  .collection-page-header__breadcrumb {
     display: flex;
    align-items: center;
    /* padding: 0.75rem 4vw; */
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f5f9;
    color: #0e5175;

  }
  .breadcrumb-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
  }
  .collection-page-header__breadcrumb a {
    color: #0e5175;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.15s ease;
  }
  .collection-page-header__breadcrumb a:hover {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .breadcrumb-sep {
    color: #0e5175;
    font-size: 0.9rem;
    line-height: 1;
  }
  .breadcrumb-current {
    color: #0e5175;
    font-weight: 400;
  }

  .collection-page-header__title {
    font-size: 2.2rem;
    font-weight: 500 !important;
    margin-bottom: 1.2rem;
    font-family: 'Poppins', Arial, sans-serif;
    letter-spacing: 0.01em !important;
  }
  .collection-page-header__subtitle {
    font-size: 1.1rem;
    color: #eaf6fa;
    font-weight: 500;
    max-width: 1100px;
    line-height: 1.5;
  }
  @media (max-width: 900px) {
    .collection-page-header {
      padding: 2rem 2vw 2rem 2vw;
    }
    .collection-page-header__title {
      font-size: 2rem;
    }
    .collection-page-header__subtitle {
      font-size: 1.1rem;
    }
  }
  @media (max-width: 600px) {
    .collection-page-header {
      padding: 1.5rem 1rem 1.5rem 1rem;
    }
    .collection-page-header__title {
      font-size: 1.8rem;
    }
    .collection-page-header__subtitle {
      font-size: 1rem;
    }
    .collection-page-header__breadcrumb {
      font-size: 0.9rem;
    }
  }

  .collection-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 2rem 2vw;
    box-sizing: border-box;
    font-family: inherit;
    background: #ffffff;
  }

  .collection-header {
    margin-bottom: 3rem;
    text-align: center;
  }

  .collection-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #003333;
    margin: 0;
    font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .collection-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    /* gap: 3rem; */
    gap: 2rem;
    align-items: start;
  }
  .text-muted {
    color: #6c757d !important;
    font-weight: 100;
    font-size: 0.8rem;
  }
  .collection-filters {
    background: #ffffff;
    border-radius: 0;
    padding: 0 1rem 0 0;
    position: sticky;
    top: 2rem;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    border-right: 1px solid #f1f5f9;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #999999 transparent;
  }

  /* Chrome, Edge, Safari */
  .collection-filters::-webkit-scrollbar {
    width: 8px;
  }

  .collection-filters::-webkit-scrollbar-track {
    background: transparent;
  }

  .collection-filters::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
    border: 2px solid #ffffff;
  }

  .collection-filters::-webkit-scrollbar-thumb:hover {
    background: #777777;
  }

  .filter-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
  }

  .filter-group {
    /* margin-bottom: 2rem; */
    margin-bottom: 1rem;
  }

   .filter_group_change .filter-group-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    /* margin: 0 0 1rem 0; */
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
  }

  .filter-clear {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .filter-clear:hover {
    background: #c82333;
  }

  .filter-toggle {
    margin-left: auto;
    font-size: 0.8rem;
    color: #00c6fb;
    transition: transform 0.2s ease;
  }

  .price-range-inputs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .price-input {
    flex: 1;
    padding: 0.4rem 0.6rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.9rem;
  }

  .price-separator {
    color: #6c757d;
    font-weight: 600;
  }

  .price-range-slider {
    position: relative;
    height: 20px;
  }

  .price-slider {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #dee2e6;
    outline: none;
    border-radius: 2px;
    -webkit-appearance: none;
    appearance: none;
  }

  .price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #00c6fb;
    border-radius: 50%;
    cursor: pointer;
  }

  .filter-summary {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #e3f2fd;
    border-radius: 8px;
    text-align: center;
  }

  .filter-summary-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1565c0;
  }

  .filter_group_change .filter-options {
    display: flex;
    flex-direction: column;
    /* gap: 0.8rem; */
    gap: 0.5rem;
    padding-top: 1rem;
  }

  .filter-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.3rem 0;
  }

  .filter-checkbox,
  .filter-checkbox.filter-checkbox--new {
    /* margin-right: 0.8rem; */
    margin-right: 0.4rem;
    accent-color: #00c6fb;
  }

  .filter-label.filter-label--new {
    flex: 1;
    font-size: 0.8rem;
    color: #495057;
  }

  .filter-group[data-filter-type="availability"] .filter-count {
    display: inline-block;
  }

  .filter-group:not([data-filter-type="availability"]) .filter-count {
    display: none;
  }

  .filter-count {
    background: #e9ecef;
    color: #6c757d;
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    min-width: 24px;
    text-align: center;
  }

  .color-options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }

  .color-option {
    cursor: pointer;
  }

  .color-checkbox {
    display: none;
  }

  .color-swatch {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #dee2e6;
    transition: all 0.05s ease;
  }

  .color-checkbox:checked + .color-swatch {
    border-color: #00c6fb;
    box-shadow: 0 0 0 2px rgba(0, 198, 251, 0.2);
  }

  .color-swatch-with-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0;
    border-radius: 6px;
    transition: background-color 0.2s ease;
  }

  .color-swatch-with-text:hover {
    background-color: rgba(0, 198, 251, 0.1);
  }

  .color-label {
    font-size: 0.9rem;
    color: #495057;
    font-weight: 500;
  }

  .color-checkbox:checked + .color-swatch-with-text {
    background-color: rgba(0, 198, 251, 0.15);
    padding: 0.4em;
    transition: background-color 0.2s ease;
  }

  .color-checkbox:checked + .color-swatch-with-text .color-swatch {
    border-color: #00c6fb;
    box-shadow: 0 0 0 2px rgba(0, 198, 251, 0.3);
  }

  .color-checkbox:checked + .color-swatch-with-text .color-label {
    color: #00c6fb;
    font-weight: 600;
  }

  .collection-products {
    display: grid;
    grid-template-columns: repeat(var(--products-per-row, 3), 1fr);
    /* gap: 2rem; */
    gap: 1.5rem;
    /* margin-bottom: 3rem; */
  }

  .collection-product-card {
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    transition: none;
    overflow: hidden;
    position: relative;
    padding: 1rem;
    border: 1px solid #E0E3E6;
    border-radius: 6px;

  }

  .collection-product-card:hover {
    transform: none;
    box-shadow: none;
  }

  .collection-product-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
  }

  .collection-product-card > .collection-product-image-wrap,
  .collection-product-card > .collection-product-content {
    position: relative;
    z-index: 1;
  }

  .collection-product-image-wrap {
    width: 100%;
    /* aspect-ratio: 4/3; */
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
  }

  .product_card_link_block{
    height: 100%;
    width: 100%;
    padding: 0.7rem;
  }

  .collection-product-image {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
    object-position: center;
    transition: transform 180ms ease;
  }

  .collection-product-card:hover .collection-product-image {
    transform: scale(1.05);
  }

  .collection-badge-over-image {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  .sold-out-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #0ea5e9;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #0ea5e9;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
  }

  .collection-product-content {
    padding: 1rem 0 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }

  /* Color Swatches */
  .collection-product-colors {
    display: flex;
    gap: 0.5rem;
    padding: 0.25rem 0 0.5rem;
    flex-wrap: wrap;
    align-items: center;
  }

  .color-swatch {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    display: inline-block;
  }

  .color-swatch:hover {
    transform: scale(1.1);
    border-color: #0ea5e9;
    box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3);
  }

  .color-swatch:active {
    transform: scale(0.95);
  }

  /* Color mapping for common Apple colors */
  .color-swatch[data-color="titanium-jetblack"] {
    background-color: #0a0a0a !important;
  }
  .color-swatch[data-color="titanium-silverblue"] {
    background-color: #9fb1c4 !important;
  }
  .color-swatch[data-color="titanium-whitesilver"] {
    background-color: #e8e8e8 !important;
    border-color: #d1d5db !important;
  }
  .color-swatch[data-color="titanium-pinkgold"] {
    background-color: #e6c2b3 !important;
  }
  .color-swatch[data-color="titanium-jadegreen"] {
    background-color: #c3c9bb !important;
  }
  .color-swatch[data-color="coral-red"],
  .color-swatch[data-color="coralred"] {
    background-color: #ff6f5e !important;
  }
  .color-swatch[data-color="space-grey"],
  .color-swatch[data-color="space-gray"] {
    background-color: #6e6e73 !important;
  }

  .color-swatch[data-color="silver"] {
    background-color: #c0c0c0 !important;
  }

  .color-swatch[data-color="gold"] {
    background-color: #D4C9B1 !important;
  }

  .color-swatch[data-color="rose-gold"],
  .color-swatch[data-color="rose-gold"] {
    background-color: #e8b4b8 !important;
  }

  .color-swatch[data-color="midnight"] {
    background-color: #2c3441 !important;
  }

  .color-swatch[data-color="starlight"] {
    background-color: #f5f5dc !important;
  }

  .color-swatch[data-color="blue"] {
    background-color: #95bee9ff !important;
  }

  .color-swatch[data-color="purple"] {
    background-color: #c9a3dcff !important;
  }

  .color-swatch[data-color="pink"] {
    background-color: #f6a4ccff !important;
  }

  .color-swatch[data-color="red"] {
    background-color: #ff3b30 !important;
  }

  .color-swatch[data-color="orange"] {
    background-color: #ff9500 !important;
  }

  .color-swatch[data-color="yellow"] {
    background-color: #f9e48fff !important;
  }

  .color-swatch[data-color="green"] {
    background-color: #bdf4cbff !important;
  }

  .color-swatch[data-color="mint"] {
    background-color: #00c7be !important;
  }

  .color-swatch[data-color="teal"] {
    background-color: #30b0c7 !important;
  }

  .color-swatch[data-color="cyan"] {
    background-color: #32d74b !important;
  }

  .color-swatch[data-color="indigo"] {
    background-color: #49536d !important;
  }

  .color-swatch[data-color="white"] {
    background-color: #ffffff !important;
    border-color: #d1d5db !important;
  }

  .color-swatch[data-color="black"] {
    background-color: #000000 !important;
  }

  .color-swatch[data-color="black-titanium"] {
    background-color: #333333 !important;
  }

  .color-swatch[data-color="blue-titanium"] {
    background-color: #4a6274 !important;
  }
  .color-swatch[data-color="white-titanium"] {
    background-color: #e8e4dc !important;
    border-color: #d1d5db !important;
  }
  .color-swatch[data-color="natural-titanium"] {
    background-color: #b0a090 !important;
  }
  .color-swatch[data-color="desert-titanium"] {
    background-color: #c5a882 !important;
  }
  .color-swatch[data-color="starlight"] {
    background-color: #f2efe7 !important;
    border-color: #d1d5db !important;
  }
  .color-swatch[data-color="space-black"] {
    background-color: #2e2e2e !important;
  }
  .color-swatch[data-color="deep-purple"] {
    background-color: #4b3b6e !important;
  }
  .color-swatch[data-color="alpine-green"] {
    background-color: #4b6b52 !important;
  }
  .color-swatch[data-color="graphite"] {
    background-color: #5c5c5c !important;
  }
  .color-swatch[data-color="pacific-blue"] {
    background-color: #2e6b8a !important;
  }
  .color-swatch[data-color="deep-blue"] {
    background-color: #003153 !important;
  }
  .color-swatch[data-color="cosmic-orange"] {
    background-color: #c85a2a !important;
  }
  .color-swatch[data-color="black-slate"],
  .color-swatch[data-color="black-and-slate"] {
    background-color: #2c2c2e !important;
  }
  .color-swatch[data-color="white-silver"],
  .color-swatch[data-color="white-and-silver"] {
    background-color: #e8e8e8 !important;
    border-color: #d1d5db !important;
  }
  .color-swatch[data-color="sky-blue"] {
    background-color: #5eb8e8 !important;
  }
  .color-swatch[data-color="matte-black"] {
    background-color: #000000 !important;
  }
  .color-swatch[data-color="bora-purple"] {
    background-color: #c8a4d4 !important;
  }
  .color-swatch[data-color="phantom-silver"] {
    background-color: #c8c8cc !important;
  }
  .color-swatch[data-color="phantom-green"] {
    background-color: #2d6a4f !important;
  }
  .color-swatch[data-color="cosmic-black"] {
    background-color: #1a1a1a !important;
  }
  .color-swatch[data-color="mystic-white"] {
    background-color: #f5f5f0 !important;
    border-color: #d1d5db !important;
  }
  .color-swatch[data-color="mystic-bronze"] {
    background-color: #b5926b !important;
  }
  .color-swatch[data-color="mystic-black"] {
    background-color: #1c1c1e !important;
  }
  .color-swatch[data-color="cloud-pink"] {
    background-color: #f4c2c2 !important;
  }
  .color-swatch[data-color="cloud-blue"] {
    background-color: #a8c8e8 !important;
  }
  .color-swatch[data-color="cosmic-grey"],
  .color-swatch[data-color="cosmic-gray"] {
    background-color: #8e8e93 !important;
  }
  .color-swatch[data-color="titanium-orange"] {
    background-color: #d46a2a !important;
  }
  .color-swatch[data-color="titanium-green"] {
    background-color: #4a7c59 !important;
  }
  .color-swatch[data-color="titanium-blue"] {
    background-color: #4a6274 !important;
  }
  .color-swatch[data-color="titanium-black"] {
    background-color: #2c2c2e !important;
  }
  .color-swatch[data-color="titanium-gray"],
  .color-swatch[data-color="titanium-grey"] {
    background-color: #8a8a8e !important;
  }
  .color-swatch[data-color="titanium-violet"] {
    background-color: #7d6b9e !important;
  }
  .color-swatch[data-color="titanium-yellow"] {
    background-color: #ece1b0 !important;
  }
  .color-swatch[data-color="navy"] {
    background-color: #1b2a4a !important;
  }
  .color-swatch[data-color="phantom-black"] {
    background-color: #1a1a1a !important;
  }
  .color-swatch[data-color="icy-blue"] {
    background-color: #b8d4e8 !important;
  }
  .color-swatch[data-color="jet-black"] {
    background-color: #0a0a0a !important;
  }
  .color-swatch[data-color="blue-shadow"] {
    background-color: #3a5068 !important;
  }
  .color-swatch[data-color="lavender"] {
    background-color: #c8b8d8 !important;
  }
  .color-swatch[data-color="cream"] {
    background-color: #f5f0e8 !important;
    border-color: #d1d5db !important;
  }
  .color-swatch[data-color="silver-shadow"] {
    background-color: #a8a8b0 !important;
  }
  .color-swatch[data-color="mint"] {
    background-color: #98d4c0 !important;
  }
  .color-swatch[data-color="citrus"] {
    background-color: #dfdd8d !important;
  }
  .color-swatch[data-color="blush"] {
    background-color: #EAB8B0 !important;
  }
  .collection-product-title {
    /* margin-bottom: 0.8rem; */
    margin-bottom: 0.3rem;
  }
  .colour-group-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.3rem 0;
  }

  .colour-group-swatch-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .colour-group-swatch {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #dee2e6;
    flex-shrink: 0;
    transition: all 0.2s ease;
  }

  .filter-checkbox:checked + .colour-group-swatch-wrap .colour-group-swatch {
    border-color: #0ea5e9;
    box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.25);
  }

  .filter-checkbox:checked + .colour-group-swatch-wrap .filter-label {
    color: #0ea5e9;
    font-weight: 600;
  }

  .product-title-link {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    display: block;
  }

  .product-title-link:hover {
    color: #0b6b66;
  }

  .collection-product-price {
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }

  .collection-product-price--current {
    color: #002855;
    /* font-size: 1.15rem; */
    /* font-weight: 800; */
    font-size: 0.9rem;
    font-weight: 600;
  }

  .collection-product-price--compare {
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 0.9rem;
  }
  .collection-product-price--save {
    background: #fdecec;
    color: #dc2626;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 0;
  }

  .collection-pagination {
    grid-column: 1 / -1;
    margin-top: 2rem;
    text-align: center;
  }

  /* Grade badge styles */
  .option-badge-fair {
    background: #e3f2fd;
    color: #1565c0;
  }

  .option-badge-good {
    background: #e8f5e8;
    color: #2e7d32;
  }

  .option-badge-excellent {
    background: #fff3e0;
    color: #ef6c00;
  }

  .option-badge-premium {
    background: #f3e5f5;
    color: #7b1fa2;
  }

  .collection-page-banner{
        display: flex;
        align-items: center;
        gap: 100px;
      }
  .collection-page-header__image{
    height: 300px;
    max-width: 500px;
    width: 500px;
    display: inline-flex;
    align-items: end;
    justify-content: flex-end;
  }
  .collection-page-header__image img{
    height: 100%;
    width: auto;
    object-fit: contain;
  }

  /* Responsive breakpoints */
  @media (max-width: 1200px) {
    .collection-layout {
      grid-template-columns: 250px 1fr;
      gap: 2rem;
    }

    .collection-products {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }
  }

  @media (max-width: 1000px) {
    .collection-layout {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .collection-filters {
      position: static;
      max-height: none;
      order: 2;
    }

    .collection-products {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.2rem;
      order: 1;
    }

    .collection-title {
      font-size: 2rem;
    }
  }

  /* Mobile Filter Toggle */
  .mobile-filter-toggle {
    display: none;
    background: #ffffff;
    color: #002855;
    border: 1.5px solid #e2e8f0;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    align-items: center;
    gap: 0.75rem;
    width: auto;
    justify-content: flex-start;
    min-height: 44px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }

  .mobile-filter-toggle:hover {
    border-color: #0ea5e9;
    box-shadow: 0 2px 12px rgba(14,165,233,0.15);
  }

  .mobile-filter-toggle i {
    font-size: 1rem;
    color: #002855;
  }
  .mobile-filter-toggle span:first-of-type {
    font-size: 1.1rem;
    font-weight: 600;
    color: #002855;
  }

  .filter-count-badge {
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
  }

  .mobile-filter-close {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #64748b;
    font-size: 1.25rem;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }

  .collection-page-header__subtitle {
      display: -webkit-box;
      -webkit-line-clamp: var(--subtitle-line-clamp, 4);
      -webkit-box-orient: vertical;
      overflow: hidden;
      transition: all 0.3s ease;
    }
  .collection-page-header__subtitle.expanded {
      display: block;
      overflow: visible;
    }
  .subtitle-read-more {
      display: inline-block;
      margin-top: 0.5rem;
      color: #fff;
      font-size: 0.85rem;
      font-weight: 600;
      cursor: pointer;
      text-decoration: underline;
      opacity: 0.85;
    }

  @media (max-width: 768px) {
    .mobile-filter-toggle {
      display: flex !important;
      background: #ffffff !important;
      color: #002855 !important;
      border: 1.5px solid #e2e8f0 !important;
      width: auto !important;
      min-height: 44px !important;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
      align-self: start !important;
      justify-self: start !important;
    }

   .collection-filters {
      position: fixed;
      top: 0;
      left: 0;
      width: 80%;
      max-width: 320px;
      height: 100vh;
      background: white;
      z-index: 1000;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      overflow-y: auto;
      padding: 1rem;
      box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
    }
    .collection-filters.open::before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #fff;
      z-index: -1;
      pointer-events: none;
    }

    .collection-filters.open {
      transform: translateX(0);
    }

    .mobile-filter-close {
      display: flex;
    }

    .filter-header {
      position: relative;
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      border-bottom: 2px solid #e9ecef;
    }

    .filter-title {
      margin-right: 3rem;
    }

    .mobile-filter-close {
      position: absolute;
      top: 0;
      right: 0;
    }
    .collection-page-banner{
      flex-direction: column;
      gap:30px;
    }
    .collection-page-header__image{
      height: 300px;
      max-width: 400px;
      width: 100%;
      display: inline-flex;
      align-items: end;
      justify-content: center;
    }
  }

  @media (max-width: 600px) {
    .collection-container {
      padding: 1.5rem 1rem;
    }

   .collection-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

    .collection-title {
      font-size: 1.8rem;
    }

    .collection-product-content {
      padding: 1.2rem;
    }

    

   /* Mobile color swatches */
  .collection-product-colors {
    padding: 0.25rem 0 0.5rem;
    gap: 0.4rem;
  }

    .color-swatch {
      width: 18px;
      height: 18px;
      border-width: 1.5px;
    }

    /* Optimize touch targets for mobile */


  .filter-checkbox.filter-checkbox--new {
    /* margin-right: 0.8rem; */
    margin-right: 0.4rem;
    accent-color: #00c6fb;
  }

    .filter-option {
      min-height: 44px;
      padding: 0.75rem 0;
      display: flex;
      align-items: center;
    }

    .filter-group-title {
      min-height: 44px;
      padding: 0.75rem 0;
    }

    .collection-product-card {
      min-height: auto;
    }

    .collection-product-btn {
      min-height: 44px;
      padding: 0.75rem 1rem;
      font-size: 0.95rem;
    }

    .collection-product-title {
      font-size: 1rem;
      line-height: 1.4;
    }

    .collection-product-price {
      font-size: 1.1rem;
      font-weight: 600;
    }
  }

  @media (min-width: 1400px) {
    .collection-container {
      padding: 3rem 5vw;
    }

    .collection-products {
      gap: 2.5rem;
      gap: 1.5rem;
    }

    .collection-title {
      font-size: 3rem;
    }
  }

  .custom_pill_block{
    margin-bottom: 1rem;
    display: inline-flex;
  }
  .custom_pill {
    font-size: 0.9rem;
    line-height: 100%;
    padding: 10px 20px;
    border: 1px solid #00A7FF;
    border-radius: 999px;

    background: linear-gradient(90deg, #00A7FF 0%, #00EDAC 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:24) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:custom-page-header (INDEX:34) */
.custom-page-header {
  width: 100%;
  min-height: 240px;
  /* vertical padding only to keep alignment with content grid */
  padding: 2.5rem 0;
  margin-bottom: 2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  /* align inner content to the same grid as the rest of the page */
  display: grid;
  grid-template-columns: var(--content-grid);
}
.custom-page-header__content {
  /* place content in central column so left edge aligns with page content */
  grid-column: 2;
  position: relative;
  z-index: 1;
}
.custom-page-header__content--left {
  text-align: left;
}
.custom-page-header__breadcrumb {
  font-size: 1rem;
  color: white;
  margin-bottom: 1.2rem;
  opacity: 0.95;
  text-decoration: none;
}
.custom-page-header__breadcrumb a {
  font-size: 1rem;
  color: white;
  margin-bottom: 1.2rem;
  opacity: 0.95;
  text-decoration: none;
}
.custom-page-header__title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  font-family: 'Poppins', Arial, sans-serif;
  letter-spacing: -1px;
}
.custom-page-header__subtitle {
  font-size: 1.1rem;
  color: #eaf6fa;
  font-weight: 500;
  max-width: 1100px;
}
@media (max-width: 900px) {
  .custom-page-header__title {
    font-size: 2rem;
  }
  .custom-page-header__subtitle {
    font-size: 1.1rem;
  }
}
@media (max-width: 600px) {
  .custom-page-header__title {
    font-size: 1.2rem;
  }
  .custom-page-header__subtitle {
    font-size: 0.95rem;
  }
  .custom-page-header__breadcrumb {
    font-size: 0.85rem;
  }
}
/* END_SECTION:custom-page-header */

/* START_SECTION:custom-section (INDEX:36) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:faq-header (INDEX:38) */
.custom-page-header {
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
  min-height: 240px;
  padding: 3rem 0;
  margin-bottom: 2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.custom-page-header__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.custom-page-header__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.custom-page-header__content {
  position: relative;
  margin-left: 3rem;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.custom-page-header__content--left {
  text-align: left;
}
.custom-page-header__breadcrumb {
  font-size: 1rem;
  color: white;
  margin-bottom: 1.2rem;
  opacity: 0.95;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.custom-page-header__breadcrumb a {
  font-size: 1rem;
  color: white;
  margin-bottom: 1.2rem;
  opacity: 0.95;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.custom-page-header__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  font-family: 'Poppins', Arial, sans-serif;
  letter-spacing: 0.01em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
.custom-page-header__subtitle {
  font-size: 1.1rem;
  color: #eaf6fa;
  font-weight: 500;
  max-width: 1100px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1024px) {
  .custom-page-header {
    min-height: 200px;
    padding: 2.5rem 0;
  }
  
  .custom-page-header__content {
    margin-left: 2rem;
  }
  
  .custom-page-header__title {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .custom-page-header {
    min-height: 160px;
    padding: 2rem 0;
    margin-bottom: 1.5rem;
  }
  
  .custom-page-header__content {
    margin-left: 1.5rem;
  }
  
  .custom-page-header__title {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
  
  .custom-page-header__subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .custom-page-header {
    min-height: 140px;
    padding: 1.5rem 0;
    margin-bottom: 1rem;
  }
  
  .custom-page-header__content {
    margin-left: 1rem;
    padding: 0 0.75rem;
  }
  
  .custom-page-header__title {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
    /* remove letter-spacing: -0.5px */
  }
  
  .custom-page-header__subtitle {
    font-size: 0.9rem;
  }
  
  .custom-page-header__breadcrumb a {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .custom-page-header {
    min-height: 120px;
    padding: 1rem 0;
    margin-bottom: 0.75rem;
  }
  
  .custom-page-header__content {
    margin-left: 0.75rem;
    padding: 0 0.5rem;
  }
  
  .custom-page-header__title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  
  .custom-page-header__subtitle {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  
  .custom-page-header__breadcrumb a {
    font-size: 0.75rem;
  }
}

@media (max-width: 900px) {
  .custom-page-header__title {
    font-size: 2rem;
  }
  .custom-page-header__subtitle {
    font-size: 1.1rem;
  }
}
@media (max-width: 600px) {
  .custom-page-header__title {
    font-size: 1.2rem;
  }
  .custom-page-header__subtitle {
    font-size: 0.95rem;
  }
  .custom-page-header__breadcrumb {
    font-size: 0.85rem;
  }
}
/* END_SECTION:faq-header */

/* START_SECTION:footer (INDEX:40) */
/* =========================================================
   RESET / LAYOUT
========================================================= */

/* html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
} */

/* body {
  display: flex;
  flex-direction: column;
} */

main {
  flex: 1;
}

.footer_menu_item{
  display: block;
}

/* =========================================================
   SHOPIFY FOOTER SECTION
========================================================= */

.shopify-section:has(> .footer) {
  --content-margin: 0px;
  --page-margin: 0px;

  padding: 0 !important;
  margin: 0 !important;

  width: 100% !important;
  max-width: 100% !important;

  display: block !important;
  grid-column: 1 / -1 !important;
}


/* =========================================================
   FOOTER SHELL
========================================================= */

.footer.full-width {
  width: 100%;
  max-width: 100%;

  box-sizing: border-box;

  margin: 0;

  background: linear-gradient(
    180deg,
    #eef3fc 0%,
    #e7eefb 100%
  );

  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 13px;

  flex-shrink: 0;

  position: relative;
}

.footer.full-width.footer--has-newsletter {
  margin-top: 140px;
}


/* =========================================================
   NEWSLETTER
========================================================= */

.footer__newsletter-bar {
  position: relative;
  z-index: 3;

  margin: 0 auto -70px;

  transform: translateY(-70px);

  background: linear-gradient(
    135deg,
    #041226 0%,
    #0a2540 100%
  );

  border-radius: 20px;

  padding: 3.5rem 2.75rem;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 2rem;
}

.footer__newsletter-title {
  color: #34c3f2;

  font-size: 1.5rem;
  font-weight: 700;

  margin: 0 0 0.5rem;
}

.footer__newsletter-desc {
  color: rgba(255, 255, 255, 0.75);

  font-size: 0.9rem;
  line-height: 1.5;

  margin: 0;

  max-width: 420px;
}

.footer__newsletter-form-wrap {
  flex-shrink: 0;

  width: 100%;
  max-width: 420px;
}


/* =========================================================
   NEWSLETTER FORM
========================================================= */

.footer__newsletter-form {
  display: flex;

  flex-direction: row;
  align-items: stretch;

  gap: 0;

  flex-wrap: nowrap;

  border-radius: 999px;

  overflow: hidden;
}

.footer__newsletter-form input[type="email"] {
  background: #ffffff;

  border: none;

  color: #0a1628;

  border-radius: 0;

  margin: 0;

  flex: 1;

  min-width: 0;

  width: 100%;

  padding: 0.9rem 1.5rem;

  font-size: 0.9rem;
}

.footer__newsletter-form input[type="email"]:focus {
  outline: none;
}

.footer__newsletter-form input[type="email"]::placeholder {
  color: #8a94a6;
}

.footer__newsletter-form button[type="submit"] {
  background: linear-gradient(
    90deg,
    #1e8fe0 0%,
    #12c9a6 100%
  );

  color: #ffffff;

  border: none;

  border-radius: 0;

  font-weight: 600;

  flex-shrink: 0;

  white-space: nowrap;

  padding: 0.9rem 1.5rem;

  cursor: pointer;

  transition: opacity 0.2s;
}

.footer__newsletter-form button[type="submit"]:hover {
  opacity: 0.92;
}

.footer__newsletter-success {
  color: #34c3f2;

  font-size: 0.9rem;

  padding: 0.85rem 0.25rem;
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer__main {
  display: grid;

  grid-template-columns:
    1.4fr
    1fr
    1fr
    1fr
    1.2fr;

  gap: 2rem;

  padding: 4rem 0 1.5rem;

  position: relative;

  z-index: 1;
}

.footer__col {
  color: #5a6478;
}

.footer__col strong {
  display: block;

  margin-bottom: 0.9rem;

  color: #0a1628;

  font-size: 0.95rem;

  font-weight: 700;
}

.footer__col a {
  display: inline-block;

  color: #5a6478;

  text-decoration: none;

  transition: color 0.2s;

  font-size: 0.9rem;

  margin-bottom: 0.75rem;
}

.footer__col a:hover {
  color: #17a6d8;
}


/* =========================================================
   BRAND
========================================================= */

.footer__brand-logo {
  display: flex;

  align-items: center;

  gap: 0.5rem;

  text-decoration: none;

  margin-bottom: 0.75rem;
}

.footer__logo {
  border-radius: 0;

  max-width: 140px;

  height: auto;

  width: auto;

  display: block;
}

.footer__brand-name {
  font-weight: 700;

  font-size: 1.05rem;

  color: #0a1628;
}

.footer__brand-address {
  line-height: 1.7;

  color: #5a6478;
}

.footer__brand-address a {
  display: inline;

  color: #17a6d8;

  text-decoration: none;
}


/* =========================================================
   TRUST
========================================================= */

.footer__trust-block + .footer__trust-block {
  margin-top: 1.5rem;
}


/* =========================================================
   PAYMENT ICONS
========================================================= */

.footer__payments {
  display: flex;

  gap: 0.9rem;

  align-items: center;

  font-size: 1.6rem;
}

.footer__payments .fa-cc-visa {
  color: #1a1f71;
}

.footer__payments .fa-cc-mastercard {
  color: #eb001b;
}

.footer__payments .fa-cc-amex {
  color: #2e77bc;
}

.footer__payments .fa-cc-paypal {
  color: #003087;
}


/* =========================================================
   CERTIFICATIONS
========================================================= */

.footer__cert-logos {
  display: flex;
  flex-direction: row;

  align-items: center;

  /* flex-wrap: wrap; */

  gap: 1rem;
}

.footer__cert-item {
  display: flex;

  align-items: center;
}

.footer__cert-item img {
  display: block;

  width: auto;

  object-fit: contain;

  max-width: 100%;
}


/* =========================================================
   BOTTOM BAR
========================================================= */

.footer__bottom {
  padding: 1rem 0 1.5rem;

  border-top: 1px solid rgba(10, 22, 40, 0.08);
}

.footer__copyright {
  color: #8a94a6;

  font-size: 12px;

  text-align: center;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

  .shopify-section:has(> .footer) {
    margin: -40px 0 0 !important;
  }

  .footer--has-newsletter .footer__main{
    margin-top: -50px;
  }

  .footer__main {
    /* margin-top: 40px; */
    margin-top: 0px;

    grid-template-columns:
      1fr
      1fr
      1fr;
  }

  .footer__newsletter-bar {
    flex-direction: column;

    align-items: flex-start;

    text-align: left;

    margin: 0 auto;

    padding: 2.5rem 2rem;
  }

  .footer__newsletter-form-wrap {
    max-width: 100%;

    width: 100%;
  }
}


@media (max-width: 800px) {

  .shopify-section:has(> .footer) {
    margin: -24px 0 0 !important;
  }

  .footer__newsletter-bar {
    padding: 1.75rem;

    border-radius: 16px;

    margin: 0;
  }

  .footer--has-newsletter .footer__main{
    margin-top: -50px;
  }

  .footer__main {
    margin-top: 0px;

    grid-template-columns: 1fr 1fr;

    gap: 1.5rem;

    padding: 1.5rem 0;
  }

  .footer__brand {
    grid-column: 1 / -1;
  }
}


@media (max-width: 480px) {

  .shopify-section:has(> .footer) {
    margin: 0 !important;
  }

  .footer__newsletter-bar {
    margin: 0;

    padding: 1.5rem;
  }

  .footer__main {
    margin-top: 0px;

    grid-template-columns: 1fr 1fr;

    gap: 1.25rem;

    padding: 1.25rem 0;
  }

  .footer__newsletter-form {
    flex-direction: column;

    border-radius: 12px;

    overflow: visible;

    gap: 8px;
  }

  .footer__newsletter-form input[type="email"],
  .footer__newsletter-form button[type="submit"] {
    border-radius: 8px;
  }
}
/* END_SECTION:footer */

/* START_SECTION:grading-example (INDEX:41) */
.ms-grading__spec--warn {
  margin-top: 0.5rem;
}

.ms-grading {
  max-width: 100%;
  padding: 2.5rem 4vw 3rem;
  font-family: inherit;
}

/* ── Section labels ── */
.ms-grading__table .ms-grading__dot {
  display: none;
}
.ms-grading__section-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 1rem;
}
.ms-grading__section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}

/* ── Comparison table ── */
.ms-grading__table {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.ms-grading__table-row {
  display: grid;
  grid-template-columns: 120px 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #e2e8f0;
}
.ms-grading__table-row:last-child { border-bottom: none; }
.ms-grading__table-row--header { background: #f8fafc; }
.ms-grading__table-cell {
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
  color: #334155;
  border-right: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ms-grading__table-cell:last-child { border-right: none; }
.ms-grading__table-cell--col-label {
  font-weight: 700;
  font-size: 0.75rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ms-grading__table-cell--row-label {
  font-weight: 600;
  color: #334155;
}
.ms-grading__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}
.ms-grading__dot--green { background: #10b981; }
.ms-grading__dot--amber { background: #f59e0b; }
.ms-grading__footnote {
  font-size: 0.75rem;
  color: #94a3b8;
  font-style: italic;
  margin-bottom: 2rem;
}

/* ── Grade cards ── */
.ms-grading__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
.ms-grading__card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0px;
  padding: 1.375rem;
  box-shadow: 0 2px 8px rgba(15,23,42,0.04);
}
.ms-grading__card--featured {
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(15,23,42,0.04);
}
.ms-grading__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.875rem;
}
.ms-grading__card-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
}
.ms-grading__card-sub { font-size: 0.75rem; color: #64748b; }
.ms-grading__card-meta { text-align: right; }
.ms-grading__badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 0px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ms-grading__badge--premium  { background: #002855; color: #fff; }
.ms-grading__badge--excellent { background: #002855; color: #fff; }
.ms-grading__badge--good      { background: #002855; color: #fff; }
.ms-grading__badge--fair      { background: #002855; color: #fff; }
.ms-grading__stars {
  font-size: 0.65rem;
  color: #f59e0b;
  margin-top: 4px;
  letter-spacing: 1px;
}
.ms-grading__star-off { color: #e2e8f0; }
.ms-grading__card-desc {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.ms-grading__spec-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 0;
}
.ms-grading__spec {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
}
.ms-grading__spec--ok   { color: #065f46; }
.ms-grading__spec--warn { color: #92400e; }
.ms-grading__spec svg { flex-shrink: 0; }
.ms-grading__card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}
.ms-grading__batt-label {
  font-size: 0.7rem;
  color: #94a3b8;
  white-space: nowrap;
}
.ms-grading__batt-label--premium  { color: #065f46; font-weight: 600; }
.ms-grading__batt-label--excellent { color: #0369a1; font-weight: 600; }
.ms-grading__batt-label--good     { color: #92400e; font-weight: 600; }
.ms-grading__batt-label--fair     { color: #475569; font-weight: 600; }
.ms-grading__batt-track {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: #e2e8f0;
  overflow: hidden;
}
.ms-grading__batt-fill { height: 100%; border-radius: 2px; }
.ms-grading__batt-fill--premium   { width: 95%; background: #10b981; }
.ms-grading__batt-fill--excellent { width: 83%; background: #0ea5e9; }
.ms-grading__batt-fill--good      { width: 83%; background: #f59e0b; }
.ms-grading__batt-fill--fair      { width: 83%; background: #94a3b8; }

/* ── Carousel ── */
.ms-grading__carousel { margin-bottom: 2rem; }
.ms-grading__carousel-outer { overflow: hidden; border-radius: 0px; }
.ms-grading__carousel-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
}
.ms-grading__cond-card {
  flex: 0 0 calc(25% - 0.75rem);
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(15,23,42,0.05);
}
.ms-grading__cond-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  background: #f8fafc;
}
.ms-grading__cond-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ms-grading__cond-placeholder--premium  { background: #002855; color: #fff; }
.ms-grading__cond-placeholder--excellent { background: #002855; color: #fff; }
.ms-grading__cond-placeholder--good     { background: #002855; color: #fff; }
.ms-grading__cond-placeholder--fair     { background: #002855; color: #fff; }
.ms-grading__cond-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 9px;
  border-radius: 0px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ms-grading__cond-badge--premium  { background: #002855; color: #fff; }
.ms-grading__cond-badge--excellent { background: #002855; color: #fff; }
.ms-grading__cond-badge--good     { background: #002855; color: #fff; }
.ms-grading__cond-badge--fair     { background: #002855; color: #fff; }
.ms-grading__cond-info { padding: 1rem; }
.ms-grading__cond-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 3px;
}
.ms-grading__cond-desc {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 0.75rem;
}
.ms-grading__wear-row {
  display: flex;
  align-items: center;
  gap: 7px;
}
.ms-grading__wear-label { font-size: 0.7rem; color: #94a3b8; white-space: nowrap; }
.ms-grading__wear-track {
  flex: 1;
  height: 3px;
  border-radius: 2px;
  background: #e2e8f0;
  overflow: hidden;
}
.ms-grading__wear-fill { height: 100%; border-radius: 2px; }
.ms-grading__wear-fill--premium   { background: #10b981; }
.ms-grading__wear-fill--excellent { background: #0ea5e9; }
.ms-grading__wear-fill--good      { background: #f59e0b; }
.ms-grading__wear-fill--fair      { background: #94a3b8; }
.ms-grading__carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.875rem;
}
.ms-grading__carousel-dots { display: flex; gap: 6px; align-items: center; }
.ms-grading__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e2e8f0;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ms-grading__dot--active {
  background: #0ea5e9;
  width: 18px;
  border-radius: 3px;
}
.ms-grading__carousel-btns { display: flex; gap: 6px; }
.ms-grading__nav-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #334155;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.ms-grading__nav-btn:hover:not(:disabled) { border-color: #0ea5e9; color: #0ea5e9; }
.ms-grading__nav-btn:disabled { opacity: 0.35; cursor: default; }

/* ── CTA strip ── */
.ms-grading__cta {
  background: linear-gradient(90deg, #0ea5e9 0%, #2ec4b6 100%);
  border-radius: 12px;
  padding: 1.375rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.ms-grading__cta-text strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}
.ms-grading__cta-text p { font-size: 0.85rem; color: rgba(255,255,255,0.85); margin: 0; }
.ms-grading__cta-btn {
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0284c7;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ms-grading__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  color: #0284c7;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .ms-grading__table-row { grid-template-columns: 90px 1fr 1fr 1fr 1fr; }
  .ms-grading__table-cell { padding: 0.6rem 0.6rem; font-size: 0.7rem; }
  .ms-grading__cond-card { flex: 0 0 calc(50% - 0.5rem); }
}
@media (max-width: 768px) {
  .ms-grading__hero-title { font-size: 1.5rem; }
  .ms-grading__cards { grid-template-columns: 1fr; }
  .ms-grading__table-row { grid-template-columns: 80px 1fr 1fr 1fr 1fr; }
  .ms-grading__cta { flex-direction: column; text-align: center; }
  .ms-grading__cta-btn { width: 100%; text-align: center; }
}
@media (max-width: 540px) {
  .ms-grading { padding: 1.5rem 1rem 2rem; }
  .ms-grading__hero { padding: 1.75rem 1.25rem; }
  .ms-grading__hero-title { font-size: 1.25rem; }
  .ms-grading__table-row { grid-template-columns: 70px 1fr 1fr 1fr 1fr; }
  .ms-grading__table-cell { padding: 0.5rem 0.4rem; font-size: 0.65rem; }
  .ms-grading__cond-card { flex: 0 0 100%; }
}
/* END_SECTION:grading-example */

/* START_SECTION:grading-explained (INDEX:42) */
.grading-explained-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
  overflow-x: hidden;
  background: #e0f2fe;
  padding: 4rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grading-explained-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.grading-explained-badge {
  display: inline-block;
  background: rgba(14,165,233,0.15);
  color: #0284c7;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 5px 16px;
  border-radius: 100px;
  margin-bottom: 1rem;
  border: 1px solid rgba(14,165,233,0.3);
}
.grading-explained-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 1rem 0;
  line-height: 1.15;
}
.grading-explained-divider {
  width: 48px;
  height: 3px;
  background: #0ea5e9;
  border-radius: 100px;
  margin: 0 auto 1.25rem auto;
}
.grading-explained-desc {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 3rem auto;
}
.grading-explained-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  width: 100%;
  box-sizing: border-box;
}
.grading-card {
  background: #fff;
  border: 1px solid #bae6fd;
  border-radius: 16px;
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
}
.grading-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.grading-card-stars {
  display: flex;
  gap: 3px;
  justify-content: center;
}
.grading-card-name {
  color: #0284c7;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0;
}
.grading-card-desc {
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.grading-modal {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grading-modal-backdrop {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(0,10,35,0.85);
  z-index: 1;
}
.grading-modal-content {
  position: relative;
  z-index: 2;
  background: #061a36;
  border-radius: 12px;
  padding: 2rem;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.grading-modal-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  position: absolute;
  top: 0.7rem;
  right: 1.2rem;
  cursor: pointer;
  z-index: 3;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grading-modal-video-wrap {
  width: 560px;
  max-width: 80vw;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.grading-modal-video-wrap iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #000;
}
@media (max-width: 900px) {
  .grading-explained-grid { grid-template-columns: repeat(2, 1fr); }
  .grading-explained-title { font-size: 1.75rem; }
}
@media (max-width: 640px) {
  .grading-explained-section { padding: 3rem 1.5rem; }
  .grading-explained-grid { grid-template-columns: 1fr; }
  .grading-explained-title { font-size: 1.5rem; }
}
/* END_SECTION:grading-explained */

/* START_SECTION:header-updated (INDEX:45) */
.header_top {
    position: relative;
  }

  .header_sticky {
    position: sticky;
    top: 0;
    z-index: 500;
    width: 100%;
    box-sizing: border-box;
  }

  .header_latest {
    width: 100%;
    margin: 0;
  }

  .header_inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .header_left {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
  }

  /* ---------------------------------------------------------------
     MOBILE MENU TOGGLE
     Hidden by default (desktop shows the "All categories" bar
     instead). Revealed at the same breakpoint where header_bottom
     disappears, so mobile always has a way into the categories
     drawer.
  --------------------------------------------------------------- */
  .mobile_menu_toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: none;
    border: none;
    color: #333;
    border-radius: 6px;
    cursor: pointer;
  }

  .mobile_menu_toggle:hover {
    background: #f5f5f5;
  }

  .mobile_search_toggle {
    display: none;
  }

  @media (max-width: 749px) {
    .mobile_menu_toggle {
      display: inline-flex;
    }
    .mobile_search_toggle {
      display: inline-flex;
    }
    .header_left {
      gap: 12px;
    }
  }


  .header_logo {
    display: inline-flex;
    align-items: center;
  }

  .header_logo img {
    display: block;
    width: {{ section.settings.logo_width }}px;
    max-width: 100%;
    height: auto;
  }

  .header_logo_text {
    font-size: 22px;
    font-weight: 700;
  }

  .header_menu_list {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .header_menu_link {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
  }

  .header_menu_link:hover {
    opacity: 0.7;
  }

  /* ---------------------------------------------------------------
     MENU ITEM HIGHLIGHT (admin-selectable via "Menu item style" blocks)
     Applies to both the top nav (header_menu_link) and the
     scrollable bottom nav (bottom_menu_link). Colors themselves come
     from inline styles set by the block's text_color/bg_color
     settings; these classes only add the shape/weight treatment.
  --------------------------------------------------------------- */
  .header_menu_link--pill,
  .bottom_menu_link--pill {
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
  }

  .header_menu_link--bold_color,
  .bottom_menu_link--bold_color {
    font-weight: 800;
  }

  .header_menu_link--underline,
  .bottom_menu_link--underline {
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 700;
  }

  .header_right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
  }

  .header_search {
    position: relative;
    flex: 1;
    {% comment %} max-width: 480px; {% endcomment %}
    max-width: 700px;
    min-width: 160px;
    display: flex;
    align-items: center;
  }

  .header_search_input {
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 44px 0 16px;
    font-size: 14px;
    outline: none;
  }

  .header_search_input:focus {
    border-color: {{ section.settings.accent_color }};
  }

  .header_search_btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    color: #333;
  }

  .header_icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    color: #333;
    flex-shrink: 0;
  }

  .header_icon:hover {
    background: #f5f5f5;
  }

  .header_lang_btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    border-radius: 6px;
  }

  .header_lang_btn:hover {
    background: #f5f5f5;
  }

  .header_lang_chevron {
    font-size: 10px;
  }

  .header_lang {
    position: relative;
  }

  .header_lang_dropdown {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    min-width: 160px;
    padding: 8px;
    z-index: 20;
  }

  .header_lang[data-open="true"] .header_lang_dropdown {
    display: block;
  }

  .header_lang_option {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
  }

  .header_lang_option:hover,
  .header_lang_option.is-active {
    background: #f5f5f5;
  }

  .header_cart_count {
    position: absolute;
    top: 2px;
    right: 2px;
    background: {{ section.settings.accent_color }};
    color: #fff;
    font-size: 10px;
    line-height: 1;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
  }

  /* ---------------------------------------------------------------
     PREDICTIVE SEARCH DROPDOWN
  --------------------------------------------------------------- */
  .predictive-search-panel {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 700px;
    max-width: 90vw;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    overflow: hidden;
    z-index: 50;
  }

  .predictive-search-panel.has-results {
    display: flex;
  }

  .predictive-search-suggestions {
    width: 190px;
    flex-shrink: 0;
    padding: 1.1rem 1rem;
    border-right: 1px solid #f1f5f9;
    max-height: 60vh;
    overflow-y: auto;
  }

  .predictive-search-products {
    flex: 1;
    padding: 1.1rem;
    max-height: 60vh;
    overflow-y: auto;
  }

  .predictive-search-suggestions-title,
  .predictive-search-products-title {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 0.75rem;
  }

  .predictive-search-suggestion {
    display: block;
    padding: 0.4rem 0;
    color: #334155;
    text-decoration: none;
    font-size: 0.85rem;
  }

  .predictive-search-suggestion:hover {
    color: {{ section.settings.accent_color }};
  }

  .predictive-search-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }

  .predictive-search-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid #f1f5f9;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .predictive-search-card:hover {
    border-color: {{ section.settings.accent_color }};
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }

  .predictive-search-card-image-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .predictive-search-card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .predictive-search-card-content {
    padding: 0.6rem 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .predictive-search-card-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
  }

  .predictive-search-price {
    font-size: 0.82rem;
    font-weight: 700;
    color: {{ section.settings.accent_color }};
  }

  .predictive-search-no-results {
    color: #64748b;
    font-size: 0.85rem;
    padding: 1rem 0;
  }

  @media (max-width: 989px) {
    .header_menu {
      display: none;
    }
    .header_search {
      {% comment %} max-width: 220px; {% endcomment %}
      max-width: 80%;
    }
  }

  @media (max-width: 749px) {
    .header_search {
      display: none;
    }

    /* When the mobile search icon is tapped, the search bar drops
       down as a full-width panel below the header instead of
       showing inline (there's no room for it in the icon row). */
    .header_top.mobile-search-open .header_search {
      display: flex;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 100%;
      flex-direction: column;
      align-items: stretch;
      background: #ffffff;
      padding: 12px 16px 16px;
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
      max-height: calc(100vh - 60px);
      overflow-y: auto;
      z-index: 60;
    }

    .header_top.mobile-search-open .predictive-search-panel {
      position: static;
      width: 100%;
      max-width: 100%;
      box-shadow: none;
      border-radius: 0;
      border-top: 1px solid #f1f5f9;
      margin-top: 12px;
    }

    .header_inner {
      gap: 12px;
    }
  }


  /* ---------------------------------------------------------------
     HEADER BOTTOM: toggle + scrollable menu
  --------------------------------------------------------------- */
  .header_bottom {
    width: 100%;
  }

  .header_bottom_inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    padding: 0 20px;
  }

  .all_categories_toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background: none;
    border: none;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 18px 14px 0;
    margin-right: 18px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    z-index: 3;
  }

  .all_categories_toggle::after {
    content: '';
    position: absolute;
    right: -18px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
  }

  .all_categories_toggle:hover {
    opacity: 0.85;
  }

  .bottom_menu_scroll_wrap {
    position: relative;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 30px;
  }

  .bottom_menu_scroll_wrap::before,
  .bottom_menu_scroll_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .bottom_menu_scroll_wrap::before {
    left: 0;
    background: linear-gradient(90deg, {{ section.settings.header_bottom_bg }} 0%, rgba(0,0,0,0) 100%);
  }

  .bottom_menu_scroll_wrap::after {
    right: 0;
    background: linear-gradient(270deg, {{ section.settings.header_bottom_bg }} 0%, rgba(0,0,0,0) 100%);
  }

  .bottom_menu_scroll_wrap.has-scroll-left::before {
    opacity: 1;
  }

  .bottom_menu_scroll_wrap.has-scroll-right::after {
    opacity: 1;
  }

  .bottom_menu_scroll {
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
  }

  .bottom_menu_scroll::-webkit-scrollbar {
    display: none;
  }

  .bottom_menu_list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  .bottom_menu_item {
    flex-shrink: 0;
  }

  .bottom_menu_link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 0;
  }

  .bottom_menu_link:hover,
  .bottom_menu_link.is-active {
    opacity: 0.85;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .bottom_menu_chevron {
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }

  .has-mega-menu.is-open .bottom_menu_chevron,
  .has-mega-menu:hover .bottom_menu_chevron {
    transform: rotate(180deg);
  }

  .has-mega-menu {
    position: static;
  }

  /* ---------------------------------------------------------------
     BOTTOM MENU SCROLL ARROWS
  --------------------------------------------------------------- */
  .bottom_menu_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    padding: 0;
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.15s ease;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #0f6a95;
    top: 11px;
  }

  .bottom_menu_arrow svg {
    display: block;
  }

  .bottom_menu_arrow--left {
    left: 8px;
  }

  .bottom_menu_arrow--right {
    right: 0;
  }

  .bottom_menu_arrow:hover {
    opacity: 1;
  }

  .bottom_menu_arrow.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  @media (max-width: 749px) {
    .bottom_menu_arrow {
      display: none;
    }
  }

  /* ---------------------------------------------------------------
     MEGA MENU (design reused as-is from previous header)
  --------------------------------------------------------------- */
  .mega-menu {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100vw;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 0;
    padding: 1.75rem 5vw 2rem 5vw;
    padding-top: calc(1.75rem + 8px);
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px) scaleY(0.95);
    transform-origin: top center;
    transition: none;
    border-top: 3px solid {{ section.settings.accent_color }};
    color: #0f172a;
  }

  .mega-menu::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 40px;
    background: transparent;
  }

  .has-mega-menu:hover > .mega-menu,
  .has-mega-menu:focus-within > .mega-menu,
  .has-mega-menu.is-open > .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scaleY(1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mega-menu__content {
    display: flex;
    gap: 2.5rem;
    align-items: stretch;
    max-width: 1500px;
    margin: 0 auto;
  }

  .mega-menu__poster {
    position: relative;
    flex-shrink: 0;
    width: 320px;
    {% comment %} min-height: 350px; {% endcomment %}
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    background: #0a1628;
    height: 100%;
  }

  .mega-menu__poster img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mega-menu__poster:hover img {
    transform: scale(1.06);
  }

  .mega-menu__poster-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a1628;
  }

  .mega-menu__poster-placeholder svg {
    width: 60%;
    height: 60%;
    opacity: 0.3;
  }

  .mega-menu__poster-overlay {
    position: relative;
    z-index: 1;
    min-height: 320px;
    height: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .mega-menu__poster-overlay--bottom {
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(10, 22, 40, 0) 25%, rgba(10, 22, 40, 0.9) 100%);
  }

  .mega-menu__poster-overlay--top {
    justify-content: flex-start;
    background: linear-gradient(0deg, rgba(10, 22, 40, 0) 25%, rgba(10, 22, 40, 0.9) 100%);
  }

  .mega-menu__poster-label {
    display: inline-flex;
    width: fit-content;
    padding: 1px;
    margin: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, {{ section.settings.accent_color }} 0%, #00EDAC 100%);
    line-height: 1;
  }

  .mega-menu__poster-label-text {
    position: relative;
    display: block;
    padding: 5px 18px;
    margin: 0;
    border-radius: 19px;
    background: #07111f;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    font-size: 0;
  }

  .mega-menu__poster-label-text::before {
    content: attr(data-label);
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    color: #ffffff;
  }

  .mega-menu__poster-heading {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
  }

  .mega-menu__poster-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0;
  }

  .mega-menu__poster-text p {
    margin: 0;
  }

  .mega-menu__poster-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 0.35rem;
    color: {{ section.settings.accent_color }};
    font-weight: 700;
    font-size: 0.82rem;
  }

  .mega-menu__poster:hover .mega-menu__poster-button svg {
    transform: translateX(3px);
  }

  .mega-menu__poster-button svg {
    transition: transform 0.2s ease;
  }

  .mega-menu__columns_grid {
    width: 100%;
    height: 100%;
    max-height: 486px;
    overflow-y: auto;
    padding-right: 0.5rem;
    scrollbar-width: thin;
  }

  .mega-menu__columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    flex: 1;
    justify-content: start;
  }

  .mega-menu__column {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
    padding: 0.65rem 0.75rem;
    border-radius: 6px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E7EA 100%);
  }

  .mega-menu__column-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(75, 63, 228, 0.3);
    padding-bottom: 0.7rem;
    margin-bottom: 0.5rem;
    transition: border-color 0.2s ease;
  }

  .mega-menu__column:hover .mega-menu__column-header {
    border-bottom-color: {{ section.settings.accent_color }};
  }

  .mega-menu__column-icon {
    flex-shrink: 0;
    width: auto;
    height: 40px;
    object-fit: contain;
  }

  a.mega-menu__title {
    text-decoration: none;
    display: block;
    color: #0f172a;
    font-weight: 900;
    font-size: 0.85rem;
    text-transform: uppercase;
    transition: color 0.2s ease;
  }

  a.mega-menu__title:hover {
    color: {{ section.settings.accent_color }};
  }

  .mega-menu__column-links {
    display: flex;
    flex-direction: column;
  }

  .mega-menu a {
    color: #334155;
    text-decoration: none;
    font-size: 0.82rem;
    padding: 0.5rem 0.5rem 0.5rem 0.6rem;
    line-height: 1.4;
    border-radius: 0;
    transition: color 0.2s ease;
  }

  .mega-menu a:hover,
  .mega-menu a:focus {
    color: {{ section.settings.accent_color }};
    outline: none;
  }

  @media (max-width: 1340px) {
    .mega-menu__columns {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 1050px) {
    .mega-menu__columns {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 900px) {
    .mega-menu {
      width: 100%;
      padding: 1.5rem 4vw;
      border-radius: 0;
    }
    .mega-menu__content {
      flex-direction: column;
      gap: 1.5rem;
    }
    .mega-menu__poster {
      width: 100%;
      min-height: 160px;
    }
    .mega-menu__poster-overlay {
      min-height: 160px;
    }
  }

  @media (max-width: 600px) {
    .mega-menu__columns {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 749px) {
    .header_bottom { display: none; }
  }

  /* ---------------------------------------------------------------
     ALL CATEGORIES DRAWER
  --------------------------------------------------------------- */
  .categories_drawer_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
  }

  .categories_drawer_overlay.open {
    opacity: 1;
    visibility: visible;
  }

    .categories_drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    max-width: 92vw;
    height: 100vh;
    height: 100dvh;
    background: #ffffff;
    z-index: 901;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0s linear 0.28s;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }

  .categories_drawer.open {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0s linear 0s;
  }

  .categories_drawer_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: {{ section.settings.header_bottom_bg }};
    color: {{ section.settings.header_bottom_text_color }};
    flex-shrink: 0;
  }

  .categories_drawer_header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .categories_drawer_close {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
  }

  .categories_drawer_close:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  /* ---------------------------------------------------------------
     Drawer body shows ONE panel at a time (main list, then the
     picked category's subcategories) and slides between them.
     The track holds both panels side by side at double width; sliding
     it left by 50% swaps which panel is visible, animated with a
     transition instead of two columns shown at once.
  --------------------------------------------------------------- */
  .categories_drawer_body {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 0;
  }

  .categories_drawer_track {
    display: flex;
    width: 300%;           /* was 200% for 2 panels, now 300% for 3 */
    height: 100%;
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .categories_drawer_track.show-sub {
    transform: translateX(-33.3333%);   /* was -50% */
  }

  .categories_drawer_track.show-subsub {
    transform: translateX(-66.6666%);   /* new: 3rd step */
  }

  .categories_drawer_panel {
    width: 33.3333%;        /* was 50% */
    flex-shrink: 0;
    height: 100%;
    overflow-y: auto;
    padding: 10px 8px;
    box-sizing: border-box;
    min-height: 0;
  }

  .categories_drawer_sub_header {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 10px;
  }

  .categories_drawer_back {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    background: none;
    border: none;
    padding: 10px 8px 6px;
    font-size: 13px;
    font-weight: 700;
    color: #94a3b8;
    cursor: pointer;
  }

  .categories_drawer_back:hover {
    color: {{ section.settings.header_bottom_bg }};
  }

  .categories_drawer_sub_title {
    margin: 2px 8px 0;
    font-size: 16px;
    font-weight: 800;
    color: #1e1b4b;
  }
  

  .categories_drawer_sublist {
    display: none;
    flex-direction: column;
  }

  .categories_drawer_sublist.active {
    display: flex;
  }

  .categories_drawer_subsublist {
    display: none;
    flex-direction: column;
  }

  .categories_drawer_subsublist.active {
    display: flex;
  }

  .categories_drawer_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 12px;
    background: none;
    border: none;
    text-align: left;
    text-decoration: none;
    color: #1e1b4b;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
  }

  .categories_drawer_item:hover {
    background: #f5f5fb;
  }

  .categories_drawer_item--parent.active {
    background: #ede9fe;
    color: {{ section.settings.header_bottom_bg }};
  }

  .categories_drawer_item_left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .categories_drawer_item_left span {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .categories_drawer_icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .categories_drawer_chevron {
    flex-shrink: 0;
    color: #94a3b8;
  }

  body.categories-drawer-open {
    overflow: hidden;
  }

.header_icon.mobile_search_toggle{
  border: none;
  background: transparent;
  cursor: pointer;
  display: none;
}
.header_icon.mobile_search_toggle:hover{
  background: #f5f5f5;
}
.announcement-slide{
  transform: translateY(0px);
}
.announcement-slide.active{
  opacity: 1;
}
.header_right{
  gap: 15px;
}

.mega-menu__poster.mega-menu__poster--top{
  white-space: normal;
  border-radius: 8px;
}

@media (max-width: 749px) {
  .header_icon.mobile_search_toggle{
    display: inline-flex;
  }
  .header_search_btn {
    right: 24px;
  }
  .predictive-search-suggestions{
    display: none;
  }
  .header_inner{
        padding: 10px 20px;
  }
  .header_icon {
    width: 34px;
    height: 34px;
  }
  .header_right {
        gap: 5px;
  }
} 

.categories_drawer_breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 10px 8px 6px;
  font-size: 13px;
}

.categories_drawer_crumb {
  background: none;
  border: none;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 700;
  color: #94a3b8;
  cursor: pointer;
}

.categories_drawer_crumb:hover {
  color: {{ section.settings.header_bottom_bg }};
  text-decoration: underline;
}

.categories_drawer_crumb--current {
  color: #1e1b4b;
  font-size: 16px;
  font-weight: 800;
  cursor: default;
  width: 100%;
  margin-top: 2px;
}

.categories_drawer_crumb_sep {
  color: #cbd5e1;
  font-size: 12px;
}
/* END_SECTION:header-updated */

/* START_SECTION:hello-world (INDEX:47) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

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

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:home-advert (INDEX:48) */
.advert-section-wrapper {
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.home-advert-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.2fr;
  grid-template-rows: 280px 280px;
  gap: 2rem;
  width: 88%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 0 3rem;
  box-sizing: border-box;
  overflow: hidden;
}
.advert-description {
  font-size: 16px;
  line-height: 1.7;
  color: #5f6f86;
  margin: 18px 0 24px;
  max-width: 340px;
}
.advert-brands-content {
  position: relative;
  z-index: 3;
  padding: 2rem 1.2rem 1.2rem 1.5rem;
  width: 100%;
}

.advert-brands .advert-side-overlay {
  background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%);
}

.advert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.advert-main-content h2 {
  color: #003333;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.advert-tags span {
  padding: 10px 16px;
  border: 1px solid #d7e7f3;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  color: #0d2b52;
  background: rgba(255,255,255,0.7);
}


.advert-main, .advert-side {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  min-height: 420px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advert-main:hover, .advert-side:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.advert-main {
  grid-row: 1 / span 2;
  grid-column: 1 / 2;
  min-height: 420px;
  animation-delay: 0.1s;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  background: #ffffff;
}
.advert-main-img, .advert-side-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 0.6s ease;
}

.advert-main-img {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: contain;
  left: auto;
  margin-left: auto;
}
.advert-main-image-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  overflow: visible;
}

.advert-main:hover .advert-main-img {
  transform: scale(1.04);
}

.advert-side:hover .advert-side-img {
  transform: scale(1.05);
}
.advert-main-content {
  position: relative;
  z-index: 3;
  text-align: left;
  padding: 2.5rem 0 2.5rem 3rem;
  width: 100%;
  max-width: 100%;
  transition: transform 0.3s ease;
}
.advert-main:hover .advert-main-content {
  transform: translateY(-8px);
}
.advert-main-label {
  color: #003333;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.advert-main-title {
  font-size: 1rem;
  font-weight: 600;
  color: #003333;
  margin-bottom: 1.2rem;
  line-height: 1.15;
  transition: color 0.3s ease, transform 0.3s ease;
}
.advert-main:hover .advert-main-title {
  color: #004d4d;
  transform: translateX(4px);
}
.advert-link {
  color: #00baff;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.90rem;
  transition: color 0.2s, transform 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.advert-link:hover {
  color: #0077a6;
  text-decoration: none;
  transform: translateX(4px);
}
.advert-link i {
  transition: transform 0.2s;
}
.advert-link:hover i {
  transform: translateX(4px);
}
.advert-side {
  min-height: 280px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
}
.advert-airpods {
  grid-row: 1 / 2;
  grid-column: 2 / 4;
  animation-delay: 0.2s;
}
.advert-watch {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
  animation-delay: 0.4s;
}
.advert-side-img {
  z-index: 1;
}
.advert-side-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(90deg,rgba(24,28,31,0.65) 60%,rgba(24,28,31,0.70) 100%);
  z-index: 2;
}
.advert-side-content {
  position: relative;
  z-index: 3;
  padding: 2rem 1.2rem 1.2rem 1.5rem;
  width: 100%;
  transition: transform 0.3s ease;
}

.advert-side:hover .advert-side-content {
  transform: translateY(-6px);
}
.advert-side-label {
  color: #00baff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.advert-side-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  line-height: 1.2;
}
.advert-brands {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  border-radius: 0;
  padding: 0;
  min-height: 180px;
  animation-delay: 0.3s;
}

.advert-brands-content {
  position: relative;
  z-index: 3;
  padding: 2rem 1.2rem 1.2rem 1.5rem;
  width: 100%;
}

.advert-brands-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00baff;
  margin-bottom: 0.75rem;
}

.advert-brands-title {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1.25rem;
}

.advert-brands-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.advert-brands-logos span {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.85);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
  border-radius: 0;
}
/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .advert-main, .advert-side {
    animation: none;
    opacity: 1;
  }
  .advert-main:hover, .advert-side:hover {
    transform: none;
  }
  .advert-main:hover .advert-main-img,
  .advert-side:hover .advert-side-img {
    transform: none;
  }
  .advert-main:hover .advert-main-content,
  .advert-side:hover .advert-side-content {
    transform: none;
  }
  .advert-main:hover .advert-main-title {
    transform: none;
  }
  .advert-link:hover {
    transform: none;
  }
  .advert-link:hover i {
    transform: none;
  }
  .advert-cert-badge i {
    animation: none;
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .home-advert-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    gap: 1.2rem;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5rem 1rem;
    margin: 1.5rem auto;
  }

  .advert-main {
    grid-column: auto !important;
    grid-row: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    grid-template-columns: unset !important;
    min-height: 200px;
    background-image: var(--imac-bg);
    background-size:120%;
    background-position: center center;
    background-color: #edf6f8;
  }

  .advert-main::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(240,248,255,0.92) 40%, rgba(200,230,245,0.5) 100%);
    z-index: 1;
  }

  .advert-main-image-wrap {
    display: none !important;
  }

  .advert-main-content {
    position: relative;
    z-index: 2;
    padding: 1.2rem 1rem !important;
    width: 100%;
  }

  .advert-main-content h2 {
    font-size: 1.2rem !important;
    color: #002855 !important;
  }

  .advert-description,
  .advert-tags,
  .advert-main-label {
    display: none !important;
  }

  .advert-side {
    grid-row: auto !important;
    grid-column: auto !important;
    min-height: 200px;
  }

  .advert-airpods, .advert-watch, .advert-brands {
    grid-row: auto !important;
    grid-column: auto !important;
  }

  .advert-side-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .advert-side-content {
    padding: 1.2rem 1rem;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .home-advert-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
    padding: 1.5rem 0.75rem;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .advert-main {
    grid-column: 1 / -1;
    min-height: 180px;
  }

  .advert-main-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }

  .advert-side {
    min-height: 180px;  /* enough room for content */
    border-radius: 0;
  }

  .advert-main-content,
  .advert-side-content,
  .advert-brands-content {
    padding: 0.9rem 0.8rem;
  }

  .advert-side-title,
  .advert-brands-title {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }

  .advert-brands-title {
    font-size: 0.95rem;
  }

  .advert-brands-logos {
    display: none; /* hides Samsung/Philips/Microsoft pills on very small screens */
  }
}
/* END_SECTION:home-advert */

/* START_SECTION:home-bestsellers (INDEX:49) */
.bestsellers-section-wrapper {
  width: 100%;
  background: #ffffff;
  padding: 1rem 0 3rem;
  box-sizing: border-box;
}

.bestsellers-section {
  width: 88%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: inherit;
  box-sizing: border-box;
}

.bestsellers-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 2rem;
}

.bestsellers-header-content { flex: 1; }

.bestsellers-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00BFFF;
  margin-bottom: 0.5rem;
}

.bestsellers-title {
  font-size: 2rem;
  font-weight: 800;
  color: #001f3f;
  margin: 0 0 0.4rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.bestsellers-subtitle {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

.bestsellers-arrows {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.bestsellers-arrow {
  width: 44px;
  height: 44px;
  border-radius: 0;
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #001f3f;
  transition: all 0.2s ease;
}

.bestsellers-arrow:hover {
  background: #001f3f;
  border-color: #001f3f;
  color: #fff;
}

.bestsellers-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.bestsellers-track-outer {
  width: 88%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: visible;
}

.bestsellers-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}

.bestsellers-track::-webkit-scrollbar {
  display: none;
}

.bestseller-card {
  flex: 0 0 calc(25% - 0.75rem);
  min-width: 220px;
  background: transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.bestseller-image-wrap {
  position: relative;
  width: 100%;
}

.bestseller-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.7rem;
  border-radius: 0;
}

.option-badge-fair { background: #f1f5f9; color: #475569; }
.option-badge-good { background: #fef3c7; color: #92400e; }
.option-badge-excellent { background: #dcfce7; color: #166534; }
.option-badge-premium { background: #001f3f; color: #ffffff; }

.bestseller-image-container {
  width: 100%;
  aspect-ratio: 4/5;
  max-height: 280px;
  overflow: hidden;
}

.bestseller-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bestseller-arrow-btn {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001f3f;
  transition: transform 0.2s ease;
}

.bestseller-card:hover .bestseller-arrow-btn {
  transform: rotate(45deg);
}

.bestseller-info {
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}

.bestseller-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
  margin: 0;
}

.bestseller-price-row {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.bestseller-price {
  font-size: 1rem;
  font-weight: 700;
  color: #001f3f;
}

@media (max-width: 900px) {
  .bestseller-card {
    flex: 0 0 calc(33.333% - 0.667rem);
  }
}

@media (max-width: 600px) {
  .bestsellers-section-wrapper { padding: 1.5rem 0 1rem; }
  .bestsellers-section { width: 100%; padding: 0 1rem; }
  .bestsellers-track-outer { width: 100%; padding: 0 1rem; box-sizing: border-box; }
  .bestsellers-title { font-size: 1.4rem; }
  .bestsellers-subtitle { font-size: 0.875rem; }
  .bestsellers-arrow { width: 36px; height: 36px; }

  .bestsellers-track {
    display: grid;
    grid-template-columns: repeat(4, calc(50% - 0.25rem));
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 0.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
  }

  .bestseller-card {
    flex: none;
    min-width: unset;
    width: 100%;
    scroll-snap-align: start;
  }

  .bestseller-image-container {
    max-height: 130px;
  }

  .bestseller-info {
    padding: 0.5rem 0.6rem 0.6rem;
    gap: 0.3rem;
  }

  .bestseller-title {
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .bestseller-price {
    font-size: 0.72rem;
    font-weight: 700;
  }

  .bestseller-arrow-btn {
    width: 24px;
    height: 24px;
  }

  .bestseller-badge {
    font-size: 0.5rem;
    padding: 0.2rem 0.4rem;
  }
}
/* END_SECTION:home-bestsellers */

/* START_SECTION:home-business (INDEX:50) */
.business-section-wrapper {
  width: 100%;
  background: #ffffff;
  padding: 1.5rem 0 4rem;
  box-sizing: border-box;
}

.business-inner {
  width: 88%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 0;
  min-height: 420px;
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f3fbfd 100%);
  border: 1px solid #e8eef2;
  box-shadow: 0 18px 50px rgba(0, 31, 63, 0.06);
}

.business-left {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.3rem;
  background: transparent;
}

.business-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00BFFF;
}

.business-title {
  font-size: 2rem;
  font-weight: 800;
  color: #001f3f;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
}

.business-desc {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.8;
  max-width: 620px;
}

.business-desc p {
  margin: 0 0 0.75rem 0;
}

.business-desc p:last-child {
  margin-bottom: 0;
}

.business-divider {
  display: none;
}

.business-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.business-stat {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 0;
}

.business-stat:nth-child(2),
.business-stat:nth-child(3),
.business-stat:nth-child(4) {
  border: 1px solid #dbeafe;
}

.business-stat-num {
  font-size: 1.1rem;
  font-weight: 800;
  color: #001f3f;
  letter-spacing: -0.04em;
  margin-bottom: 2px;
}

.business-stat-num em {
  color: #00BFFF;
  font-style: normal;
}

.business-stat-label {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 500;
}

.business-sectors-label {
  font-size: 0.65rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.business-sectors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.business-sector {
  width: auto;
  flex: 0 0 auto;
  font-size: 0.72rem;
  padding: 0.4rem 0.75rem;
  border-radius: 0;
}

.business-sector {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 0;
  padding: 0.45rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #001f3f;
}

.business-logos {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.logo-badge {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 0;
  padding: 12px 20px;
  height: 72px;
  min-width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-logo {
  max-height: 52px;
  max-width: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.business-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #001f3f;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.9rem 1.6rem;
  border-radius: 0;
  text-decoration: none;
  letter-spacing: 0.04em;
  align-self: flex-start;
  transition: all 0.25s ease;
}

.business-btn:hover {
  background: #00BFFF;
  color: #fff;
  transform: translateY(-2px);
}

.business-right {
  position: relative;
  overflow: hidden;
  background: #eef8fb;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
}

.business-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.business-inner:hover .business-image {
  transform: scale(1.03);
}

.business-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,31,63,0.72) 0%, rgba(0,31,63,0.18) 55%, transparent 100%);
}

.business-right-inner {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
}

.business-quote {
  margin-bottom: 1.25rem;
  padding-left: 1rem;
  border-left: 3px solid #00BFFF;
}

.business-quote-text {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.55;
  margin-bottom: 4px;
}

.business-quote-attr {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
}

.business-feats {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.business-feat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.8);
}

@media (max-width: 900px) {
  .business-inner {
    grid-template-columns: 1fr;
    width: 92%;
  }

  .business-left {
    padding: 3rem 2rem;
  }

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

  .business-right {
    min-height: 360px;
  }
}

@media (max-width: 600px) {
  .business-right {
    display: none;
  }
  .business-logos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .logo-badge {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 68px;
    padding: 0.75rem;
  }

  .business-logo {
    max-width: 100%;
    max-height: 46px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

.business-section-wrapper {
  padding: 0 1rem 2rem;
  box-sizing: border-box;
}

.business-inner {
  width: calc(100% - 2rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 0;
}

  .business-left {
    padding: 2rem 1.25rem;
    gap: 1rem;
  }

  .business-title {
    font-size: 1.6rem;
    line-height: 1.15;
  }

  .business-desc {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .business-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .business-stat {
    padding: 0.9rem;
    border-radius: 0;
  }

  .business-stat-num {
    font-size: 1.1rem;
  }

  .business-stat-label {
    font-size: 0.72rem;
  }

  .business-btn {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }

  .business-right {
    min-height: 300px;
  }

  .business-right-inner {
    padding: 1.5rem;
  }
}
/* END_SECTION:home-business */

/* START_SECTION:home-hero (INDEX:51) */
.hero-logo-overlay {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 10;
  opacity: 0.92;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
  transition: opacity 0.2s ease;
}

.hero-logo-overlay:hover {
  opacity: 1;
}

.hero-logo-overlay img {
  width: 70px;
  height: 70px;
  display: block;
}
.hero-slide__btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .hero-logo-overlay {
    top: 1rem;
    right: 1rem;
  }
  .hero-logo-overlay img {
    width: 50px;
    height: 50px;
  }
}
.hero-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.hero-dot.active {
  background: #ffffff;
  width: 24px;
  border-radius: 4px;
}
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  transition: background 0.2s ease;
  backdrop-filter: blur(4px);
}

.hero-arrow:hover {
  background: rgba(255,255,255,0.3);
}

.hero-arrow--prev {
  left: 1.5rem;
}

.hero-arrow--next {
  right: 1.5rem;
}

@media (max-width: 480px) {
  .hero-arrow {
    width: 36px;
    height: 36px;
  }
}

.shopify-section:has(.hero-slideshow) {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.hero-slideshow {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  width: 100vw !important;
  max-width: 100vw !important;
}
.hero-slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 600px;
}

.hero-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 0 6vw;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.hero-slide__eyebrow {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7dd3fc;
  margin-bottom: 1rem;
}

.hero-slide__stars {
  font-size: 1.4rem;
  color: #4ade80;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}

.hero-slide__trust-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.8rem;
  color: #fff;
  margin-bottom: 1rem;
}

.hero-slide__title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1.25rem 0;
  color: #fff;
}

.hero-slide__sub {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.88);
  margin-bottom: 2rem;
  max-width: 480px;
}
.hero-btn {
  display: inline-block;
  padding: 0.9rem 2rem;        /* restore desktop size */
  border-radius: 0;
  font-size: 0.95rem;          /* restore desktop size */
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  cursor: pointer;
}
.hero-btn--primary {
  background: #00BFFF;
  color: #002855;
  border: 2px solid #00BFFF;
}

.hero-btn--primary:hover {
  background: #0095c8;
  border-color: #0095c8;
}

.hero-btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
}

.hero-btn--outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
}

@media (max-width: 768px) {
  .hero-slideshow { height: 380px; }
  .hero-slide__title { font-size: 1.75rem; margin-bottom: 0.75rem; }
  .hero-slide__sub { font-size: 0.9rem; margin-bottom: 1.25rem; }
  .hero-slide__content { padding: 0 5vw; }
  .hero-slide__stars { font-size: 1.1rem; margin-bottom: 0.35rem; }
  .hero-slide__eyebrow { margin-bottom: 0.5rem; }
  .hero-arrow { display: none; }
  .hero-btn {
    padding: 0.55rem 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    border-radius: 0;
    font-weight: 600;
  }
  .hero-slide__btns { gap: 0.6rem; }
}

@media (max-width: 480px) {
  .hero-slideshow { height: 320px; }
  .hero-slide__title { font-size: 1.4rem; }
  .hero-slide__sub { display: none; }
  .hero-btn {
    padding: 0.5rem 0.9rem;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
  }
  .hero-slide__btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
/* END_SECTION:home-hero */

/* START_SECTION:home-products (INDEX:52) */
.product-types-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00BFFF;
  margin-bottom: 0.5rem;
}

.product-types-section-wrapper {
  width: 100%;
  background: #ffffff;
  padding: 3rem 0 2rem;
  box-sizing: border-box;
}

.product-types-section {
  /* width: 88%; */
  /* max-width: 1400px; */
  margin: 0 auto;
  font-family: inherit;
  box-sizing: border-box;
}

.product-types-title {
  font-size: 2rem;
  font-weight: 800;
  color: #001f3f;
  margin: 0 0 0.4rem 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.product-types-subtitle {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0 0 2rem 0;
  line-height: 1.6;
}

.product-types-carousel-outer {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}

.product-types-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 0;
  padding: 1rem 0 1.5rem;
  box-sizing: border-box;
  width: 100%;
}

.product-types-track-inner {
  display: flex;
  gap: 1rem;
  animation: categoryScroll 30s linear infinite;
  width: max-content;
}

.product-types-track-inner:hover {
  animation-play-state: paused;
}

@keyframes categoryScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.product-types-track::-webkit-scrollbar {
  display: none;
}

.product-type-item {
  flex: 0 0 220px;
  min-width: 220px;
  max-width: 220px;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
}

.product-type-card {
  background: linear-gradient(135deg, #f8fbfc 0%, #edf6f8 100%);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.25rem 1.5rem;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e8eef2;
}

.product-type-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.product-type-img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 1.25rem;
  display: block;
  transition: transform 0.3s ease;
}

.product-type-card:hover .product-type-img {
  transform: scale(1.06);
}

.product-type-label {
  font-size: 1rem;
  color: #001f3f;
  text-align: center;
  font-weight: 700;
  transition: color 0.2s ease;
}

.product-type-card:hover .product-type-label {
  color: #00baff;
}

.product-type-count {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 4px;
  text-align: center;
}

.product-types-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #001f3f;
  transition: all 0.2s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  display: none;
}

.product-types-arrow--prev {
  left: 1.5vw;
}

.product-types-arrow--next {
  right: 1.5vw;
}

.product-types-arrow:hover {
  background: #001f3f;
  border-color: #001f3f;
  color: #fff;
}

.product-types-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.product-types-cta {
  text-align: center;
  font-size: 1rem;
  color: #64748b;
  margin-top: 2rem;
  font-weight: 500;
}

@media (max-width: 900px) {
  .product-type-item {
    flex: 0 0 180px;
    min-width: 180px;
    max-width: 180px;
  }
  .product-type-img {
    height: 130px;
  }
}

@media (max-width: 600px) {
  .product-types-section-wrapper {
    padding: 2rem 0 1rem;
  }
  .product-types-section {
    width: 100%;
    padding: 0 1rem;
  }
  .product-types-title {
    font-size: 1.4rem;
  }
  .product-types-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  .product-type-item {
    flex: 0 0 44vw;
    min-width: 44vw;
    max-width: 44vw;
  }
  .product-types-track {
    padding: 1rem 1rem 1.5rem;
    gap: 0.75rem;
  }
  .product-types-arrow {
    display: none;
  }
  .product-type-img {
    height: 110px;
  }
  .product-type-label {
    font-size: 0.875rem;
  }
}
/* END_SECTION:home-products */

/* START_SECTION:home-safe (INDEX:53) */
.safe-section-wrapper {
  width: 100%;
  background: #ffffff;
  padding: 0.5rem 0 4rem !important;
  box-sizing: border-box;
}

.safe-section {
  width: 88%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: inherit;
  box-sizing: border-box;
}

.safe-strip__tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00BFFF;
  margin-bottom: 0.75rem;
}

.safe-strip__title {
  font-size: 2rem;
  font-weight: 800;
  color: #001f3f;
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.safe-strip__title--sustain {
  margin-bottom: 0.75rem;
}

.safe-strip__desc {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.8;
  max-width: 520px;
  margin: 0 0 1.5rem;
}

.safe-strip__btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #001f3f;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.9rem 1.6rem;
  border-radius: 0;
  text-decoration: none;
  letter-spacing: 0.04em;
  align-self: flex-start;
  transition: all 0.25s ease;
}
.safe-strip__btn:hover {
  background: #00BFFF;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Build card */
.safe-feature-card--build {
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #e8eef2;
  overflow: hidden;
  margin-bottom: 3rem;
}

.safe-build-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  min-height: 420px;
}

.safe-build-text-area {
  padding: 2.5rem 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e8eef2;
}

.safe-build-desc-box {
  background: #f8fafc;
  border: 1px solid #e8eef2;
  border-radius: 0;
  padding: 1.5rem;
  margin-top: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.safe-strip__btn--build {
  align-self: flex-start;
}

.safe-build-image-area {
  position: relative;
  background: linear-gradient(135deg, #dbeeff 0%, #eaf4ff 50%, #f0f8ff 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.safe-build-img {
  width: 70%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.safe-annotation {
  position: absolute;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1e293b;
  white-space: nowrap;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.safe-annotation::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 1px;
  background: #94a3b8;
  top: 50%;
}

.safe-annotation--1 { top: 18%; left: 5%; }
.safe-annotation--1::after { right: -24px; }

.safe-annotation--2 { top: 18%; right: 5%; }
.safe-annotation--2::after { left: -24px; }

.safe-annotation--3 { top: 48%; left: 5%; }
.safe-annotation--3::after { right: -24px; }

/* Sustainability bento */
.safe-feature-card--sustain {
  display: grid;
  grid-template-columns: 1fr 0.85fr 1fr;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #e8eef2;
  overflow: hidden;
  margin-bottom: 0;
}

.safe-sustain-left {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #e8eef2;
}

.safe-sustain-middle {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  border-right: 1px solid #e8eef2;
}

.safe-sustain-data-card {
  background: #f8fafc;
  border-radius: 0;
  padding: 1rem 1.25rem;
}

.safe-sustain-data-num {
  font-size: 1.4rem;
  font-weight: 800;
  color: #001f3f;
  line-height: 1;
  margin: 0 0 0.25rem;
}

.safe-sustain-data-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #334155;
  margin: 0 0 0.2rem;
}

.safe-sustain-data-sub {
  font-size: 0.72rem;
  color: #94a3b8;
  margin: 0;
}

.safe-sustain-right {
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.safe-sustain-lc-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}

.safe-sustain-lc-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.safe-lc-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.safe-lc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  flex-shrink: 0;
  margin-bottom: 5px;
}

.safe-lc-dot--active {
  background: #00bfff;
}

.safe-lc-line {
  flex: 1;
  height: 1px;
  background: #e2e8f0;
  margin-top: 4px;
  min-width: 8px;
}

.safe-lc-line--active {
  background: #00bfff;
}

.safe-lc-label {
  font-size: 0.55rem;
  text-align: center;
  color: #94a3b8;
  letter-spacing: 0.03em;
  line-height: 1.3;
  white-space: nowrap;
}

.safe-lc-label--active {
  color: #00bfff;
}

.safe-sustain-lc-note {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.safe-sustain-svg-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
}

.safe-sustain-svg-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.safe-sustain-since {
  padding-top: 0.75rem;
  border-top: 1px solid #e8eef2;
  margin-top: auto;
}

.safe-sustain-since p {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.safe-sustain-since strong {
  color: #001f3f;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 900px) {
  .safe-section {
    width: 92%;
  }

.safe-build-inner {
  grid-template-columns: 1fr;
}

.safe-build-text-area {
  border-right: none;
  border-bottom: 1px solid #e8eef2;
}

.safe-build-image-area {
  min-height: 280px;
}

  .safe-feature-card--sustain {
    grid-template-columns: 1fr 1fr;
  }

  .safe-sustain-right {
    grid-column: 1 / -1;
    border-top: 1px solid #e8eef2;
  }

  .safe-sustain-left,
  .safe-sustain-middle {
    border-right: none;
  }

  .safe-sustain-middle {
    border-left: 1px solid #e8eef2;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .safe-section-wrapper { padding: 1.5rem 0; }
  .safe-section { width: 100%; padding: 0 1rem; }
  .safe-strip__title { font-size: 1.25rem; margin-bottom: 0.5rem; }
  .safe-strip__desc { font-size: 0.875rem; margin-bottom: 1rem; }
  .safe-strip__btn { width: 100%; justify-content: center; }

  /* Build card - image as background */
.safe-feature-card--build {
  background-image: var(--build-bg);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #ffffff;
  min-height: 320px;
}
.safe-build-inner {
  display: block;
  min-height: unset;
}
.safe-build-image-area {
  display: none;
}
.safe-build-text-area {
  border-bottom: none;
  background: transparent;
  padding: 1.5rem 1rem;
  border-right: none;
  width: 60%;
}
.safe-build-desc-box {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 0.5rem;
}
.safe-build-desc-box .safe-strip__desc {
  color: #334155;
  text-shadow: 0 1px 3px rgba(255,255,255,0.8);

.safe-strip__btn--build {
  width: auto;
  margin-top: 1rem;
}
}
  .safe-annotation { display: none; }

  /* Sustainability */
  .safe-feature-card--sustain {
    grid-template-columns: 1fr;
    border-radius: 0;
  }
  .safe-sustain-left {
    padding: 1.5rem 1rem;
    border-right: none !important;
    border-bottom: 1px solid #e8eef2;
  }
  .safe-sustain-middle {
    padding: 1.25rem 1rem;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #e8eef2;
    gap: 6px;
  }
  .safe-sustain-right {
    grid-column: 1;
    padding: 1.25rem 1rem;
    border-bottom: none;
    gap: 0.6rem;
  }
  .safe-sustain-data-card { padding: 0.75rem 1rem; }
  .safe-sustain-data-num { font-size: 1.1rem; }
  .safe-sustain-svg-wrap { border-radius: 6px; }
}
/* END_SECTION:home-safe */

/* START_SECTION:password (INDEX:57) */
.password-page {
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: var(--color-foreground, #fff);
  }

  .password-page__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0,0,0,var(--overlay-opacity)), rgba(0,0,0,var(--overlay-opacity)));
    background-color: var(--overlay-color);
    opacity: 1;
    pointer-events: none;
    mix-blend-mode: multiply;
  }

  .password-page__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    text-align: center;
    background: rgba(255,255,255,0.02);
    padding: 36px;
    border-radius: 12px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
  }

  .password-page__logo img {
    max-height: 64px;
    margin-bottom: 20px;
  }

  .password-page__title {
    margin: 0 0 12px;
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .password-page__description {
    margin: 0 0 24px;
    color: rgba(255,255,255,0.9);
  }

  .password-page__form {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .password-page__input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.03);
    color: #fff;
    font-size: 1rem;
  }

  .password-page__input::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .password-page__button {
    padding: 12px 18px;
    border-radius: 8px;
    border: none;
    background-color: var(--button-bg, #111827);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
  }

  .password-page__errors {
    margin-bottom: 12px;
    color: #ffb4b4;
  }

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

  @media (max-width: 520px) {
    .password-page__form {
      flex-direction: column;
    }
    .password-page__button {
      width: 100%;
    }
  }
/* END_SECTION:password */

/* START_SECTION:phonecheck-certified (INDEX:58) */
.pc-header { width:100%; color:#fff; padding:0; overflow:hidden; }
.pc-header__inner { max-width:1440px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; min-height:260px; }
.pc-header__left { padding:2rem 3rem 2rem 4vw; display:flex; flex-direction:column; justify-content:center; }
.pc-header__right { position:relative; overflow:hidden; }
.pc-header__img { width:100%; height:100%; object-fit:contain; object-position:center bottom; display:block; max-height:320px; }
.pc-header__img-placeholder { width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; background:rgba(255,255,255,0.05); color:rgba(255,255,255,0.3); font-size:0.75rem; text-align:center; padding:2rem; }
.pc-title { font-size:1.6rem; font-weight:700; color:#fff; line-height:1.25; margin:0 0 0.75rem; letter-spacing:-0.01em; }
.pc-subtitle { font-size:0.95rem; color:rgba(255,255,255,0.8); line-height:1.7; margin-bottom:1.25rem; max-width:520px; }
.pc-read-more { display:none; font-size:0.8rem; color:#2ec6d3; cursor:pointer; margin-bottom:1rem; font-weight:500; }
.pc-trust-pills { display:flex; flex-wrap:wrap; gap:8px; }
.pc-trust-pill { display:inline-flex; align-items:center; background:rgba(255,255,255,0.08); border:2px solid rgba(255,255,255,0.9); border-radius:0; padding:5px 14px; font-size:0.78rem; color:#fff; font-weight:500; }

.pc-container { max-width:1440px; margin:0 auto; padding:2.5rem 4vw 3rem; }

.pc-section-label { font-size:1rem; font-weight:900; text-transform:uppercase; letter-spacing:0.1em; color:#0f172a; margin:0 0 0.5rem; }
.pc-section-intro { font-size:0.9rem; color:#0f172a !important; line-height:1.6; margin:0 0 1.5rem; max-width:640px; }

.pc-checks-section { display:grid; grid-template-columns:1fr 1fr; gap:3rem; margin-bottom:2rem; background:#fff; border:none; padding:2rem; }
.pc-checks-list { display:grid; grid-template-columns:1fr 1fr; gap:0; }
.pc-check-item { display:flex; align-items:center; gap:12px; padding:0.85rem 0; border-bottom:1px solid #f1f5f9; font-size:0.9rem; color:#0f172a; font-weight:500; }
.pc-check-item:nth-last-child(-n+2) { border-bottom:none; }
.pc-check-icon { width:40px; height:40px; background:#f8fafc; border:1px solid #e2e8f0; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.pc-checks-right { display:flex; align-items:center; justify-content:center; }
.pc-badge-img { width:100%; max-width:420px; height:auto; display:block; }
.pc-badge-placeholder { width:100%; aspect-ratio:4/3; border:1px dashed #cbd5e1; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; color:#94a3b8; font-size:0.8rem; text-align:center; }

.pc-card { background:#fff; border:none; border-radius:0; padding:2rem; box-shadow:none; }

.pc-report { border:1px solid #e2e8f0; border-radius:0; overflow:hidden; }
.pc-report__header { background:#002855; padding:14px 18px; display:flex; align-items:center; justify-content:space-between; }
.pc-report__header-left { display:flex; align-items:center; gap:12px; }
.pc-icon-wrap { width:32px; height:32px; background:#2ec6d3; border-radius:0; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.pc-report__title { font-size:0.875rem; font-weight:600; color:#fff; }
.pc-report__sub { font-size:0.75rem; color:rgba(255,255,255,0.55); }
.pc-certified-badge { background:#2ec6d3; color:#002855; font-size:0.75rem; font-weight:700; padding:4px 14px; border-radius:100px; }
.pc-report__meta { padding:14px 18px; display:grid; grid-template-columns:repeat(4,1fr); gap:12px; border-bottom:1px solid #f1f5f9; }
.muted { font-size:0.72rem; color:#0f172a; margin-bottom:2px; }
.pc-meta-val { font-size:0.85rem; font-weight:600; color:#0f172a; }
.pc-report__checks { padding:14px 18px; }
.pc-checks-report-grid { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:0; }
.pc-check-row { display:flex; align-items:center; justify-content:space-between; padding:6px 12px 6px 0; border-bottom:1px solid #f8fafc; gap:8px; }
.pc-check-row:last-child { border-bottom:none; }
.pc-check-name { font-size:0.8rem; color:#0f172a; }
.pc-pass { background:#166534; color:#fff; border-radius:0; padding:2px 8px; font-size:0.7rem; font-weight:600; white-space:nowrap; flex-shrink:0; }
.pc-report__footer { background:#f8fafc; padding:10px 18px; display:flex; align-items:center; justify-content:space-between; gap:1rem; }
.pc-report__footer span { font-size:0.72rem; color:#0f172a; }
.pc-report__footer a { font-size:0.75rem; color:#0ea5e9; text-decoration:none; white-space:nowrap; }
.pc-report__footer a:hover { text-decoration:underline; }

.pc-all-grades-banner { background:#f8fafc; border:1px solid #e2e8f0; text-align:center; padding:10px 16px; font-size:0.78rem; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; color:#334155; margin-bottom:1rem; }
.pc-grades-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-bottom:1.25rem; }
.pc-grade-card { border:1px solid #e2e8f0; border-radius:0; padding:1.25rem; display:flex; flex-direction:column; }
.pc-grade-name { font-size:1rem; font-weight:700; color:#0f172a; margin-bottom:6px; }
.pc-grade-desc { font-size:0.8rem; color:#0f172a; line-height:1.5; }
.pc-info-box { background:#eff6ff; border-radius:0; padding:14px 18px; display:flex; align-items:flex-start; gap:10px; }
.pc-info-box p { font-size:0.85rem; color:#1e40af; line-height:1.6; margin:0; }

.pc-cta { background:#002855; border-radius:0; padding:2.5rem; display:flex; align-items:center; justify-content:space-between; gap:2rem; flex-wrap:wrap; }
.pc-cta__eyebrow { font-size:0.7rem; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; color:#2ec6d3; display:block; margin-bottom:6px; }
.pc-cta__text { flex:1; }
.pc-cta__title { font-size:1.4rem; font-weight:700; color:#fff; margin:0 0 8px; }
.pc-cta__desc { font-size:0.875rem; color:rgba(255,255,255,0.65); max-width:400px; line-height:1.6; margin:0; }
.pc-cta__btns { display:flex; gap:10px; flex-wrap:wrap; }
.pc-btn { display:inline-flex; align-items:center; font-size:0.875rem; font-weight:600; padding:10px 20px; border-radius:0; text-decoration:none; transition:all 0.2s ease; }
.pc-btn--primary { background:#2ec6d3; color:#002855; }
.pc-btn--primary:hover { background:#25adb9; }
.pc-btn--ghost { background:rgba(255,255,255,0.1); color:#fff; border:1px solid rgba(255,255,255,0.25); }
.pc-btn--ghost:hover { background:rgba(255,255,255,0.18); }

@media (max-width:900px) {
  .pc-header__inner { grid-template-columns:1fr; }
  .pc-header__right { display:none; }
  .pc-checks-section { grid-template-columns:1fr; gap:1.5rem; }
  .pc-grades-grid { grid-template-columns:1fr 1fr; }
  .pc-report__meta { grid-template-columns:1fr 1fr; }
  .pc-checks-report-grid { grid-template-columns:1fr 1fr; }
  .pc-title { font-size:1.6rem; }
}

@media (max-width:640px) {
  .pc-header,
  .pc-header.full-width { width:100vw !important; max-width:100vw !important; overflow:hidden !important; box-sizing:border-box !important; }
  .pc-header__inner { grid-template-columns:1fr !important; width:100% !important; max-width:100% !important; overflow:hidden !important; box-sizing:border-box !important; }
  .pc-header__left { width:100% !important; max-width:100% !important; padding:1.5rem 1rem !important; box-sizing:border-box !important; overflow:hidden !important; }
  .pc-title { font-size:1.15rem !important; white-space:normal !important; word-break:break-word !important; overflow-wrap:break-word !important; max-width:100% !important; }
  .pc-subtitle { max-width:100%; word-break:break-word; overflow-wrap:break-word; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
  .pc-subtitle.expanded { display:block; overflow:visible; }
  .pc-read-more { display:inline-block; }
  .pc-trust-pills { flex-wrap:nowrap; overflow-x:auto; scrollbar-width:none; padding-bottom:4px; -webkit-overflow-scrolling:touch; max-width:100%; }
  .pc-trust-pills::-webkit-scrollbar { display:none; }
  .pc-trust-pill { flex-shrink:0; white-space:nowrap; font-size:0.72rem; padding:4px 10px; }
  .pc-container { padding:1rem 1rem 2rem; }
  .pc-checks-section { padding:1.25rem 1rem; gap:1rem; }
  .pc-checks-list { grid-template-columns:1fr 1fr; }
  .pc-check-item { padding:0.6rem 0; font-size:0.8rem; gap:8px; }
  .pc-check-item:nth-last-child(-n+2) { border-bottom:none; }
  .pc-check-item:last-child { border-bottom:none; }
  .pc-check-icon { width:32px; height:32px; flex-shrink:0; }
  .pc-card { padding:1.25rem 1rem; margin-bottom:1rem !important; }
  .pc-report__meta { grid-template-columns:1fr 1fr; gap:8px; padding:12px 14px; }
  .pc-checks-report-grid { grid-template-columns:1fr 1fr; }
  .pc-check-row { padding:5px 8px 5px 0; }
  .pc-check-name { font-size:0.72rem; }
  .pc-pass { font-size:0.65rem; padding:2px 6px; }
  .pc-report__footer { flex-direction:column; gap:6px; padding:10px 14px; }
  .pc-grades-grid { grid-template-columns:1fr 1fr; gap:8px; }
  .pc-grade-card { padding:1rem; }
  .pc-cta { flex-direction:column; align-items:flex-start; padding:1.5rem 1rem; }
  .pc-cta__title { font-size:1.15rem; }
  .pc-cta__btns { width:100%; flex-direction:column; }
  .pc-btn { width:100%; justify-content:center; }
  .pc-section-label { font-size:0.85rem; }
  .pc-section-intro { font-size:0.82rem; margin-bottom:1rem; }
}
/* END_SECTION:phonecheck-certified */

/* START_SECTION:privacy-content (INDEX:59) */
.policy-content {
  display: grid;
  grid-template-columns: var(--content-grid);
  padding: 2rem 0 4rem 0;
}

.policy-content__wrapper {
  grid-column: 2;
}

.policy-content__updated {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.policy-content__heading {
  color: var(--color-foreground);
  line-height: 1.3;
  margin: 2rem 0 1rem;
  font-weight: 700;
}
.policy-content__heading--h2 { font-size: 1.85rem; margin-top: 2.5rem; }
.policy-content__heading--h3 { font-size: 1.45rem; margin-top: 2rem; }
.policy-content__heading--h4 { font-size: 1.2rem; margin-top: 1.5rem; }

.policy-content__richtext {
  color: var(--color-foreground);
  line-height: 1.7;
}
.policy-content__richtext :is(p, ul, ol) { margin: 0 0 1.2rem; }
.policy-content__richtext a { color: #00B3FC; text-decoration: underline; }
.policy-content__richtext a:hover { color: #0077C8; }
.policy-content__richtext strong { font-weight: 600; }

.policy-content__list {
  padding-left: 1.5rem;
  margin: 0 0 1.2rem;
  line-height: 1.7;
}
.policy-content__list li { margin: 0.5rem 0; }

@media (max-width: 600px) {
  .policy-content { padding: 1.5rem 0 3rem 0; }
  .policy-content__heading--h2 { font-size: 1.6rem; }
  .policy-content__heading--h3 { font-size: 1.3rem; }
  .policy-content__heading--h4 { font-size: 1.1rem; }
}
/* END_SECTION:privacy-content */

/* START_SECTION:product-backup (INDEX:62) */
.sticky-atc-bar {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9998;
      background: #fff;
      border-bottom: 2px solid #00BFFF;
      box-shadow: 0 2px 12px rgba(0, 40, 85, 0.1);
      padding: 10px 2rem;
  }
  .sticky-atc-inner {
      max-width: 1380px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 1rem;
  }
  .sticky-atc-title {
      flex: 1;
      font-size: 0.9rem;
      font-weight: 600;
      color: #001f3f;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .sticky-atc-price {
      font-size: 1rem;
      font-weight: 700;
      color: #001f3f;
      white-space: nowrap;
  }
  .sticky-atc-btn {
      background: #00BFFF;
      color: #002855;
      border: none;
      border-radius: 0;
      padding: 0.6rem 1.5rem;
      font-size: 0.85rem;
      font-weight: 700;
      cursor: pointer;
      white-space: nowrap;
      transition: background 0.2s ease;
  }
  .product-page-container {
    /* max-width: 1400px; */
    width: 100%;
    margin: 0 auto;
    /* padding: 2rem 0 3rem; */
    padding: 2rem 0rem 3rem;
  }
  .breadcrumbs {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1rem;
  }
  .breadcrumbs a {
    color: #334155;
    text-decoration: none;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
  .product-page-grid--parent{
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 50px;
  }
  .gallery-card{
    display: flex !important;
  }
  .gallery-card .thumbnail-column{
      min-width: 90px;
      width: 90px;
  }
  .price-block {
    display: grid;
    gap: 0.25rem;
  }

  .product-info-right-parent {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .variant-options-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .variant-options-grid--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    align-items: start;
  }
  .variant-options-grid--grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    align-items: start;
  }

  @media (max-width: 1199px) {
    .variant-options-grid--grid-3 {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
  }
  @media (max-width: 901px) {
    .product-page-grid--parent{
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }
  @media (max-width: 768px) {
    .gallery-card:has(.thumbnail-column){
      flex-direction: column;
    }
    .gallery-card .thumbnail-column{
      height: 80px;
      width: 100%;
    }
    .thumb img{
      width: 70px;
      height: 60px;
    }
  }
  @media (max-width: 640px) {
    .variant-options-grid--grid {
      grid-template-columns: 1fr;
    }
    .product-page-container {
      padding: 1rem 0rem 1rem;
    }
  }

  .financing { display: grid; gap: 0.5rem; margin: 0.5rem 0; }
  .klarna-chip { width: 100%; text-align: center; background: #ffffff; color: #0f172a; border: 1px solid #e2e8f0; border-radius: 0px; padding: 0.45rem 0.6rem; font-weight: 700; cursor: default; }
  .financing-pill { display: flex; align-items: center; gap: 0.5rem; padding: 0.6rem 0.75rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 0px; color: #475569; }
  .financing-pill .learn-more { color: #0ea5e9; text-decoration: none; }
  .financing-pill .learn-more:hover { text-decoration: underline; }
  .financing-pill .arrow { margin-left: auto; color: #64748b; }

  .price_section_grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .product-page-grid__custom{
    position: sticky;
    top: 150px;
  }

  .product-title { 
    font-size: 1.6rem; 
    line-height: 1.2; 
    margin: 0; 
    color: #0284c7;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }
/* END_SECTION:product-backup */

/* START_SECTION:search (INDEX:68) */
.search-result-color-swatch {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

.search-result-color-swatch:hover {
  transform: scale(1.1);
  border-color: #0ea5e9;
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3);
}

.search-result-color-swatch.color-swatch--static {
  cursor: default;
  pointer-events: none;
}

.search-result-color-swatch.color-swatch--unavailable {
  opacity: 0.5;
}

.search-result-color-swatch.color-swatch--unavailable::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 2px;
  background: #6b7280;
  transform: rotate(-45deg);
  transform-origin: center;
  border-radius: 1px;
}

/* Colour mapping — matching collection page */
.search-result-color-swatch[data-color="space-grey"],
.search-result-color-swatch[data-color="space-gray"] { background-color: #6e6e73 !important; }
.search-result-color-swatch[data-color="silver"] { background-color: #c0c0c0 !important; }
.search-result-color-swatch[data-color="gold"] { background-color: #D4C9B1 !important; }
.search-result-color-swatch[data-color="rose-gold"] { background-color: #e8b4b8 !important; }
.search-result-color-swatch[data-color="midnight"] { background-color: #2c3441 !important; }
.search-result-color-swatch[data-color="starlight"] { background-color: #f2efe7 !important; border-color: #d1d5db !important; }
.search-result-color-swatch[data-color="blue"] { background-color: #95bee9 !important; }
.search-result-color-swatch[data-color="purple"] { background-color: #c9a3dc !important; }
.search-result-color-swatch[data-color="pink"] { background-color: #f6a4cc !important; }
.search-result-color-swatch[data-color="red"] { background-color: #ff3b30 !important; }
.search-result-color-swatch[data-color="yellow"] { background-color: #f9e48f !important; }
.search-result-color-swatch[data-color="green"] { background-color: #bdf4cb !important; }
.search-result-color-swatch[data-color="white"] { background-color: #ffffff !important; border-color: #d1d5db !important; }
.search-result-color-swatch[data-color="black"] { background-color: #000000 !important; }
.search-result-color-swatch[data-color="graphite"] { background-color: #5c5c5c !important; }
.search-result-color-swatch[data-color="space-black"] { background-color: #2e2e2e !important; }
.search-result-color-swatch[data-color="black-titanium"] { background-color: #333333 !important; }
.search-result-color-swatch[data-color="blue-titanium"] { background-color: #4a6274 !important; }
.search-result-color-swatch[data-color="white-titanium"] { background-color: #e8e4dc !important; border-color: #d1d5db !important; }
.search-result-color-swatch[data-color="natural-titanium"] { background-color: #b0a090 !important; }
.search-result-color-swatch[data-color="desert-titanium"] { background-color: #c5a882 !important; }
.search-result-color-swatch[data-color="deep-purple"] { background-color: #4b3b6e !important; }
.search-result-color-swatch[data-color="alpine-green"] { background-color: #4b6b52 !important; }
.search-result-color-swatch[data-color="pacific-blue"] { background-color: #2e6b8a !important; }
.search-result-color-swatch[data-color="sky-blue"] { background-color: #5eb8e8 !important; }
.search-result-color-swatch[data-color="cosmic-orange"] { background-color: #c85a2a !important; }
.search-result-color-swatch[data-color="titanium-grey"],
.search-result-color-swatch[data-color="titanium-gray"] { background-color: #8a8a8e !important; }
.search-result-color-swatch[data-color="titanium-black"] { background-color: #2c2c2e !important; }
.search-result-color-swatch[data-color="titanium-blue"] { background-color: #4a6274 !important; }
.search-result-color-swatch[data-color="titanium-green"] { background-color: #4a7c59 !important; }
.search-result-color-swatch[data-color="titanium-violet"] { background-color: #7d6b9e !important; }
.search-result-color-swatch[data-color="rose-gold"] { background-color: #e8b4b8 !important; }
.search-result-color-swatch[data-color="cosmic-grey"],
.search-result-color-swatch[data-color="cosmic-gray"] { background-color: #8e8e93 !important; }
.search-result-color-swatch[data-color="lavender"] { background-color: #c8b8d8 !important; }
.search-result-color-swatch[data-color="navy"] { background-color: #1b2a4a !important; }
.search-result-color-swatch[data-color="jet-black"] { background-color: #0a0a0a !important; }
.search-result-color-swatch[data-color="phantom-silver"] { background-color: #c8c8cc !important; }
.search-result-color-swatch[data-color="cloud-pink"] { background-color: #f4c2c2 !important; }
.search-result-color-swatch[data-color="cloud-blue"] { background-color: #a8c8e8 !important; }
.search-result-color-swatch[data-color="deep-blue"] { background-color: #414759 !important; }
.search-result-color-swatch[data-color="matte-black"] { background-color: #1d1d1f !important; }
.search-result-color-swatch[data-color="cosmic-black"] { background-color: #1a1a1a !important; }
.search-result-color-swatch[data-color="mystic-black"] { background-color: #1c1c1e !important; }
.search-result-color-swatch[data-color="phantom-black"] { background-color: #1a1a1a !important; }
.search-result-color-swatch[data-color="blue-shadow"] { background-color: #3a5068 !important; }
.search-result-color-swatch[data-color="icy-blue"] { background-color: #b8d4e8 !important; }
.search-result-color-swatch[data-color="mystic-white"] { background-color: #f5f5f0 !important; border-color: #d1d5db !important; }
.search-result-color-swatch[data-color="silver-shadow"] { background-color: #a8a8b0 !important; }
.search-result-color-swatch[data-color="mystic-bronze"] { background-color: #b5926b !important; }
.search-result-color-swatch[data-color="titanium-yellow"] { background-color: #ece1b0 !important; }
.search-result-color-swatch[data-color="bora-purple"] { background-color: #c8a4d4 !important; }
.search-result-color-swatch[data-color="phantom-green"] { background-color: #2d6a4f !important; }
.search-result-color-swatch[data-color="titanium-orange"] { background-color: #d46a2a !important; }
.search-result-color-swatch[data-color="cream"] { background-color: #f5f0e8 !important; border-color: #d1d5db !important; }
.search-result-color-swatch[data-color="black-slate"] { background-color: #2c2c2e !important; }
.search-result-color-swatch[data-color="black-and-slate"] { background-color: #2c2c2e !important; }
.search-result-color-swatch[data-color="white-silver"] { background-color: #e8e8e8 !important; border-color: #d1d5db !important; }
.search-result-color-swatch[data-color="white-and-silver"] { background-color: #e8e8e8 !important; border-color: #d1d5db !important; }
.search-result-color-swatch[data-color="titanium-jetblack"] { background-color: #0a0a0a !important; }
.search-result-color-swatch[data-color="titanium-silverblue"] { background-color: #9fb1c4 !important; }
.search-result-color-swatch[data-color="titanium-whitesilver"] { background-color: #e8e8e8 !important; border-color: #d1d5db !important; }
.search-result-color-swatch[data-color="titanium-pinkgold"] { background-color: #e6c2b3 !important; }
.search-result-color-swatch[data-color="titanium-jadegreen"] { background-color: #c7cdbf !important; }
.search-result-color-swatch[data-color="coral-red"],
.search-result-color-swatch[data-color="coralred"] { background-color: #ff6f5e !important; }
.search-result-color-swatch[data-color="citrus"] { background-color: #e2db93 !important; }
.search-result-color-swatch[data-color="blush"] { background-color: #EAB8B0 !important; }
.search-result-color-swatch[data-color="indigo"] { background-color: #576276 !important; }
.search-result-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.3rem;
}

.search-result-badges .product-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1.5px solid #00BFFF;
  color: #00BFFF;
  background: transparent;
  white-space: nowrap;
}
.search-sold-out-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #0ea5e9;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
/* Reset body margins */
body {
  margin: 0;
  padding: 0;
}

/* Search Container */
.search-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 2rem 2vw;
  box-sizing: border-box;
  font-family: inherit;
}

/* Search Layout */
.search-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
}

/* Search Filters - Reuse collection filter styles */
.search-filters {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 1.5rem;
  position: sticky;
  top: 2rem;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}

.filter-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}

.filter-group {
  margin-bottom: 2rem;
}

.filter-group-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e9ecef;
}

.filter-clear {
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.filter-clear:hover {
  background: #c82333;
}

.filter-toggle {
  margin-left: auto;
  font-size: 0.8rem;
  color: #00c6fb;
  transition: transform 0.2s ease;
}

.filter-options {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.filter-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.3rem 0;
}

.filter-checkbox {
  margin-right: 0.8rem;
  accent-color: #00c6fb;
}

.filter-label {
  flex: 1;
  font-size: 0.9rem;
  color: #495057;
}

.search-filters .filter-count {
  display: none !important;
}

/* Price Range Filters */
.price-range-inputs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.price-input {
  flex: 1;
  padding: 0.4rem 0.6rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 0.9rem;
}

.price-separator {
  color: #6c757d;
  font-weight: 600;
}

.price-range-slider {
  position: relative;
  height: 20px;
}

.price-slider {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #dee2e6;
  outline: none;
  border-radius: 2px;
  -webkit-appearance: none;
  appearance: none;
}

.price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #00c6fb;
  border-radius: 50%;
  cursor: pointer;
}

.filter-summary {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #e3f2fd;
  border-radius: 8px;
  text-align: center;
}

.filter-summary-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1565c0;
}

/* Search Results */
.search-results {
  min-height: 400px;
}

.search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.search-results-count {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

.search-sort-options {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.search-sort-options label {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
}

.search-sort-select {
  padding: 0.4rem 0.8rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 0.9rem;
  background: white;
  cursor: pointer;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.search-result-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(6,22,32,0.08);
  display: flex;
  flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
  position: relative;
}

.search-result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(6,22,32,0.12);
}

.result-type-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
}

.result-type-product {
  background: #e8f5e8;
  color: #2e7d32;
}

.result-type-article {
  background: #e3f2fd;
  color: #1565c0;
}

.result-type-page {
  background: #fff3e0;
  color: #ef6c00;
}

.search-result-image-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
}

.search-result-image {
  width: 85%;
  height: 85%;
  object-fit: contain;
  transition: transform 180ms ease;
}

.search-result-card:hover .search-result-image {
  transform: scale(1.05);
}

.search-result-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.search-result-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

/* Search Result Color Swatches */
.search-result-colors {
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem 0 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.search-result-colors .color-swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  display: inline-block;
}

.search-result-colors .color-swatch:hover {
  transform: scale(1.1);
  border-color: #0ea5e9;
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3);
}

.search-result-colors .color-swatch:active {
  transform: scale(0.95);
}

.search-result-title {
  margin-bottom: 0.5rem;
}

.result-title-link {
  text-decoration: none;
  color: #2c3e50;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  display: block;
}

.result-title-link:hover {
  color: #0b6b66;
}

.search-result-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0b6b66;
}

.search-result-summary {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
}

.text-muted {
  color: #6c757d !important;
  font-weight: 300;
  font-size: 0.8rem;
}

.search-pagination {
  margin-top: 2rem;
  text-align: center;
}

/* No Results State */
.search-no-results {
  text-align: center;
  padding: 4rem 2rem;
  max-width: 600px;
  margin: 0 auto;
}

.no-results-icon {
  margin-bottom: 2rem;
}

.no-results-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.no-results-description {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.suggested-categories h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1.5rem;
}

.category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.category-link {
  background: #00c6fb;
  color: white;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.category-link:hover {
  background: #0099cc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,198,251,0.3);
}

/* Initial State */
.search-initial-state {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
}

.popular-searches,
.browse-categories {
  margin-bottom: 4rem;
  text-align: center;
}

.popular-searches h2,
.browse-categories h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 2rem;
}

.popular-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.search-tag {
  background: #f8f9fa;
  color: #495057;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-weight: 500;
  border: 2px solid #e9ecef;
  transition: all 0.2s ease;
}

.search-tag:hover {
  background: #00c6fb;
  color: white;
  border-color: #00c6fb;
  transform: translateY(-2px);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}

.category-card {
  background: white;
  border-radius: 12px;
  padding: 2rem 1rem;
  text-decoration: none;
  color: #2c3e50;
  box-shadow: 0 4px 20px rgba(6,22,32,0.08);
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(6,22,32,0.12);
  color: #00c6fb;
}

.category-card img {
  transition: transform 0.2s ease;
}

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

.category-card span {
  font-weight: 600;
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .search-layout {
    grid-template-columns: 250px 1fr;
    gap: 2rem;
  }
  
  .search-results-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 1000px) {
  .search-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .search-filters {
    position: static;
    max-height: none;
    order: 2;
  }
  
  .search-results {
    order: 1;
  }
  
  .search-results-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.2rem;
  }
}

@media (max-width: 900px) {
  .search-page-header {
    padding: 2rem 2vw;
  }
  .search-page-header__title {
    font-size: 2.2rem;
  }
  .search-page-header__subtitle {
    font-size: 1rem;
  }
  
  .search-results-header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}

/* Mobile Filter Toggle */
.mobile-filter-toggle {
  display: none;
  background: #0ea5e9;
  color: white;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  justify-content: center;
  min-height: 44px;
  transition: background 0.2s ease;
}

.mobile-filter-toggle:hover {
  background: #0284c7;
}

.mobile-filter-toggle i {
  font-size: 1rem;
}

.filter-count-badge {
  background: #dc3545;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: auto;
}

.mobile-filter-close {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: #64748b;
  font-size: 1.25rem;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .mobile-filter-toggle {
    display: flex;
  }
  
  .search-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    padding: 1rem;
  }
  
  .search-filters.open {
    transform: translateX(0);
  }
  
  .mobile-filter-close {
    display: flex;
  }
  
  .filter-header {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
  }
  
  .filter-title {
    margin-right: 3rem;
  }
  
  .mobile-filter-close {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .search-page-header {
    padding: 1.5rem 1rem;
    min-height: 240px;
  }
  .search-page-header__title {
    font-size: 1.8rem;
  }
  .search-page-header__subtitle {
    font-size: 0.95rem;
  }
  .search-page-header__breadcrumb {
    font-size: 0.9rem;
  }
  
  .search-container {
    padding: 1.5rem 1rem;
  }
  
  .search-results-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.search-result-content {
  padding: 0.75rem;
}

.result-title-link {
  font-size: 0.8rem;
}

.search-result-price {
  font-size: 0.9rem;
}

.search-result-summary {
  display: none;
}
  
  /* Mobile search result color swatches */
  .search-result-colors {
  padding: 0.25rem 0 0.5rem;
  gap: 0.3rem;
}
  
  .search-result-colors .color-swatch {
    width: 16px;
    height: 16px;
    border-width: 1.5px;
  }
  
  /* Optimize touch targets for mobile */
  .search-input {
    min-height: 44px;
    font-size: 16px; /* Prevent zoom on iOS */
    padding: 0.75rem;
  }
  
  .search-btn {
    min-height: 44px;
    font-size: 1rem;
  }
  
  .filter-checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
  }
  
  .filter-option {
    min-height: 44px;
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
  }
  
  .filter-group-title {
    min-height: 44px;
    padding: 0.75rem 0;
  }
  
  .search-result-btn {
    min-height: 44px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
  }
  
  .category-link {
    min-height: 44px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .category-grid {
    grid-template-columns: 1fr;
  }
  
  .popular-search-tags,
  .category-links {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 1400px) {
  .search-container {
    padding: 3rem 5vw;
  }
  
  .search-results-grid {
    gap: 2.5rem;
  }
  
  .search-page-header__title {
    font-size: 3.2rem;
  }
}
/* END_SECTION:search */

/* START_SECTION:terms-policies (INDEX:79) */
.terms-policies {
  display: grid;
  grid-template-columns: var(--content-grid);
  padding: 2rem 0;
}

.terms-policies__content {
  grid-column: 2;
}

.terms-policies__updated {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.terms-policies__heading {
  color: var(--color-foreground);
  line-height: 1.25;
  margin: 2rem 0 0.75rem;
  font-weight: 800;
}
.terms-policies__heading--h2 { font-size: 1.75rem; }
.terms-policies__heading--h3 { font-size: 1.35rem; }
.terms-policies__heading--h4 { font-size: 1.125rem; }

.terms-policies__richtext {
  color: var(--color-foreground);
}
.terms-policies__richtext :is(p, ul, ol) { margin: 0 0 1rem; }
.terms-policies__richtext a { color: inherit; text-decoration: underline; }

.terms-policies__list {
  padding-left: 1.25rem;
  margin: 0 0 1rem;
}
.terms-policies__list li { margin: 0.25rem 0; }

@media (max-width: 600px) {
  .terms-policies { padding: 1.25rem 0; }
  .terms-policies__heading--h2 { font-size: 1.5rem; }
  .terms-policies__heading--h3 { font-size: 1.2rem; }
  .terms-policies__heading--h4 { font-size: 1rem; }
}
/* END_SECTION:terms-policies */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:83) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:84) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:accessories-details (INDEX:85) */
.peripherals-notice {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #f0fdf4;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  padding: 0.875rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #065f46;
  /* margin-top: 1rem; */
}

.peripherals-notice svg {
  color: #10b981;
  flex-shrink: 0;
}
/* END_SNIPPET:accessories-details */

/* START_SNIPPET:buy-buttons (INDEX:87) */
.product-buy-buttons {
  width: 100%;
  /* margin-top: 1rem; */
}

.buttons_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}

.add-to-cart-btn{
  background: transparent;
  border: 1px solid #0ea5e9;
  color: #0ea5e9;
  padding: 0.75rem 2rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  /* box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3); */
  transition: all 0.2s ease;
  width: 100%;
  border-radius: 8px;
}
.buy-now-btn{
  background: #0ea5e9;
  border: 1px solid #0ea5e9;
  color: #fff;
  padding: 0.75rem 2rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  /* box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3); */
  transition: all 0.2s ease;
  width: 100%;
  border-radius: 9999px;
}
.add-to-cart-btn.add-to-cart-btn-rounded, .add-to-cart-btn-rounded{
  border-radius: 9999px !important;
}

.buy-now-btn:hover,
.add-to-cart-btn:hover {
  opacity: 0.9;
}

.buy-now-btn:disabled,
.add-to-cart-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.buy-now-btn.loading {
  opacity: 0.6;
  pointer-events: none;
}

.quantity-control {
  display: inline-flex;
  align-items: center;
  /* border: 2px solid #e2e8f0; */
  border: none;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease;
  /* box-shadow: 0 2px 4px rgba(15, 23, 42, 0.04); */
  min-width: fit-content;
}

.qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  background: #f8fafc;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.2rem;
  color: #475569;
  transition: all 0.2s ease;
  user-select: none;
  border: 1px solid #475569;
  border-radius: 50%;
}
.quantity-input{
  text-align: center;
}
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-input {
    -moz-appearance: textfield;
    appearance: textfield;
}
.qty-btn span{
  display: block;
    width: auto;
    height: auto;

    margin: 0;
    padding: 0;

    font-size: 1.2rem;
    /* line-height: 1; */

    /* optical vertical adjustment */
    transform: translateY(-3px);
}

.quantity-input {
  width: 70px;
  height: 44px;
  text-align: center;
  border: none;
  font-weight: 600;
  font-size: 0.9rem;
  background: transparent;
  color: #0f172a;
  padding: 0 0.5rem;
}

.buy-buttons-error {
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.button_grid_block{
  display: flex;
  gap: 1rem;
}

.add_cart_btn_dark{
  background: #002855;
  border: 1px solid #002855;
  color: #fff;
}

@media screen and (max-width: 749px) {

  .buttons_grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

}
/* END_SNIPPET:buy-buttons */

/* START_SNIPPET:custom-product-options (INDEX:91) */
.keyboard-guide-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  color: #0ea5e9;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.keyboard-guide-link:hover {
  color: #0284c7;
}
  .custom-product-options {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 0;
  }
  
  .option-group {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  
 .option-header {
  display: flex;
  align-items: center;
}
  
  .option-label {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #334155;
  }
  
  .option-help-link {
    font-size: 13px;
    color: #2563eb;
    text-decoration: none;
  }
  
  .option-help-link:hover {
    text-decoration: underline;
  }
  
  .option-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
  
  .option-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 18px;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
    gap: 8px;
  }
  
  .option-btn:hover {
    border-color: #9ca3af;
    background: #f9fafb;
  }
  
  .option-btn.is-active {
    border-color: #2563eb;
    color: #2563eb;
    background: #ffffff;
  }
  
  .option-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
  }
  
  .option-btn__text {
    display: block;
  }
  
  /* Colour swatches */
  .colour-swatch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  
  .colour-swatch {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid transparent;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
  }
  
  .colour-swatch-btn:hover .colour-swatch {
    transform: scale(1.1);
  }
  
  .colour-swatch-btn.is-active .colour-swatch {
    border-color: #2563eb;
  }
  
  /* Responsive */
  @media (max-width: 640px) {
    .option-btn {
      min-height: 40px;
      padding: 12px 18px;
      font-size: 13px;
    }
    
    .colour-swatch {
      width: 28px;
      height: 28px;
    }
  }
/* END_SNIPPET:custom-product-options */

/* START_SNIPPET:image (INDEX:95) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */

/* START_SNIPPET:keyboard-layout-guide (INDEX:96) */
.keyboard-guide-trigger-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #334155;
    flex-wrap: wrap;
  }
  .keyboard-guide-trigger-label {
    font-weight: 600;
  }
  .keyboard-guide-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #0ea5e9;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
  }
  .keyboard-guide-link:hover {
    color: #0284c7;
  }
/* END_SNIPPET:keyboard-layout-guide */

/* START_SNIPPET:product-price (INDEX:102) */
.price-row {
        display: flex;
        align-items: center;
        gap: 0.6rem;
    }
    .price {
        font-size: 1.6rem;
        font-weight: 700;
        color: #002855;
    }
    .vat-note {
        font-size: 0.85rem;
        color: #94a3b8;
    }
    .compare-at {
        font-size: 1rem;
        color: #94a3b8;
        text-decoration: line-through;
    }
    .price-save {
        background: #fdecec;
        color: #dc2626;
        font-size: 0.75rem;
        font-weight: 700;
        padding: 0.25rem 0.6rem;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        border-radius: 0;
    }
    .low-stock-warning {
        color: #dc2626;
        font-size: 0.85rem;
        font-weight: 600;
        margin-top: 0.25rem;
    }
    .price_block__child{
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 0.3rem;
    }
    .price_block__child .stock-availability{
        font-size: 0.8rem;
    }
    .price_block__child .product_in_stock{
        padding: 4px 10px;
        border: 1px solid #10b981;
        border-radius: 999px;
        color: #10b981;
    }
    .price_block__child .product_sold_out{
        padding: 4px 10px;
        border: 1px solid #dc2626;
        border-radius: 999px;
        color: #dc2626;
    }
    /* .price_block__child .stock-availability{
        padding: 4px 10px;
        border: 1px solid #10b981;
        border-radius: 999px;
        color: #10b981;
    } */
    .product-block.product-price-block{
        margin-bottom: 0.5rem;
    }
/* END_SNIPPET:product-price */

/* START_SNIPPET:product-variant-options (INDEX:103) */
.product-variant-options {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
}

.variant-option-group {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.variant-option-group.variant-option-group-new {
  /* padding-bottom: 1rem; */
  /* border-bottom: 1px solid #9f9f9f26; */
}

.variant-option-label-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.variant-option-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  text-transform: capitalize;
}

.keyboard-guide-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  color: #0ea5e9;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.variant-option-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.variant-option-btn {
  transition: all 0.2s ease;
}

.variant-option-btn.active {
  border-color: #0ea5e9;
  background: #e0f2fe;
  color: #0369a1;
  font-weight: 600;
}

.variant-option-btn.variant-option-btn-new {
  padding: 10px 18px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 2px solid #e2e8f0;
  border-radius: 999px !important;
  background: #ffffff;
  color: #334155;
  cursor: pointer;
  white-space: nowrap;
}

.variant-option-btn:disabled,
.variant-option-btn.unavailable {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: #f9fafb;
  position: relative;
  overflow: hidden;
}

.variant-option-btn.unavailable::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 1.5px;
  background: #94a3b8;
  transform: rotate(-45deg);
  transform-origin: center;
}

.colour-swatch-btn,
.variant-option-btn.variant-colour-swatch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 50% !important;
  overflow: hidden;
}

.colour-swatch {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease;
}

.variant-option-btn.active .colour-swatch {
  border-color: #0ea5e9;
}


/* =========================
   SELECT
   ========================= */

.variant-option-select-wrapper {
  position: relative;
  width: 100%;
}

.variant-option-select {
  width: 100%;
  min-height: 45px;
  padding: 10px 48px 10px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  transition: all 0.2s ease;
}

.variant-option-select:hover {
  border-color: #cbd5e1;
}

.variant-option-select:focus {
  outline: none;
  border-color: #0ea5e9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12);
}

.variant-option-select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #334155;
  border-bottom: 2px solid #334155;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}


/*
 * Hidden buttons used by the existing variant-selection JS.
 *
 * Do NOT use display:none because some custom variant scripts
 * ignore elements that are completely hidden.
 */
.variant-option-buttons-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* Product info */
.product-info-right-parent {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/* END_SNIPPET:product-variant-options */

/* START_SNIPPET:related-products (INDEX:104) */
.related-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.related-products-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.related-view-all {
  font-size: 0.875rem;
  color: #1a8fc1;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.related-view-all:hover {
  border-bottom-color: #1a8fc1;
}

.related-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.related-product-card {
  background: #fff;
  border-radius: 0;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.related-product-card:hover {
  border-color: #2ec4b6;
  transform: translateY(-2px);
}

.related-product-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f8fafc;
  border-radius: 0;
}

.related-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.related-product-card:hover .related-product-image img {
  transform: scale(1.04);
}

.related-product-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
}

.related-sold-out {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0ea5e9;
  border: 1.5px solid #0ea5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.6rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  z-index: 2;
}

.related-product-info {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.related-product-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
  margin: 0;
}

.related-product-options {
  font-size: 0.75rem;
  color: #94a3b8;
  margin: 0;
}

.related-price-row {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-top: auto;
  padding-top: 8px;
}

.related-from {
  font-size: 0.75rem;
  color: #64748b;
}

.related-price {
  font-size: 1rem;
  font-weight: 700;
  color: #0284c7;
}

.related-compare {
  font-size: 0.8rem;
  color: #94a3b8;
  text-decoration: line-through;
}

.related-klarna {
  font-size: 0.7rem;
  color: #94a3b8;
  margin: 2px 0 0 0;
}
@media (max-width: 640px) {
  .related-products-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0.75rem !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  body.template-product {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1024px) {
  .related-products-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .related-products-grid { grid-template-columns: repeat(2, 1fr); }
  .related-products-title { font-size: 1.1rem; }
}

@media (max-width: 480px) {
 .related-products-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.75rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.75rem;
  }
    .related-product-image {
    aspect-ratio: 1/1 !important;
  }

  .related-products-grid::-webkit-scrollbar {
    display: none;
  }

  .related-product-card {
    flex: 0 0 38vw;
    min-width: 38vw;
    max-width: 38vw;
    scroll-snap-align: start;
  }

  .related-products-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    margin-bottom: 1rem;
  }

  .related-products-title {
    font-size: 1rem;
  }

  .related-view-all {
    font-size: 0.8rem;
  }
}
/* END_SNIPPET:related-products */

/* START_SNIPPET:specification-badge (INDEX:105) */
.specification_badge.product-spec-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.specification_badge .product-spec-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.3rem 0.7rem;
    border-radius: 8px !important;
    background: #ffffff;
    letter-spacing: 0.01em;
}
.specification_badge .product-spec-badge--colour{
    border: 1px solid #0ea5e9 !important;
    color: #0ea5e9;
    background: #f0f9ff !important;
}
/* END_SNIPPET:specification-badge */

/* START_SNIPPET:whats-included (INDEX:108) */
.whats-included-section{
    position: relative;
  }
  .whats-included-section::before{
    display: none;
  }
  .whats-included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
  .included-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
  }
  .included-img-wrap {
    /* width: 250px; */
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 1/1;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 1.5rem; */
    padding: 0;

  }

  .included-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .whats-included-title {
    margin: 0 0 0.6rem;
  }
  .description_text{
    font-size: .85rem;
    color: #94a3b8;
  }

  .included-item p {
    font-size: 0.8rem;
    color: #475569;
    font-weight: 500;
    margin: 0;
  }
  .included-item--label{
    font-size: 0.85rem;
    color: #475569;
    
  }

  @media (max-width: 640px) {
    .whats-included-grid{
      grid-template-columns: repeat(3, 1fr);
    }
  }
/* END_SNIPPET:whats-included */