
.products-grid {
	margin-top: 0px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}

.product-item img {
	max-width: 100%;
	object-fit: cover;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.product-price .price-regular {
  font-weight: 600;
  color: #111;
     font-size: 18px;
}

.product-price .price-new {
  font-weight: 600;
  color: #111;
   font-size: 18px;
}

.product-price .price-old {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
}
.product-price .price-regular span,
.product-price .price-new span, .product-price .price-old span {
 font-size: 14px;
}

.product-price .discount-badge {
  position: absolute;
  top: 10px;
  right: 16px;
  padding: 4px 8px;
  border-radius: 8px;
  background: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

/* =========================
   PAGINATION
========================= */

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  line-height: 1;
  text-decoration: none;

  border: 1px solid #e5e7eb; /* slate-200 */
  border-radius: 6px;
  background: #fff;
  color: #334155; /* slate-700 */

  transition: all 0.15s ease;
}

/* HOVER */
.pagination a:hover {
  background: #f8fafc; /* slate-50 */
  border-color: #cbd5e1; /* slate-300 */
}

.pagination .current-page {
  background: #0f172a; /* slate-900 */
  color: #fff;
  border-color: #0f172a;
  font-weight: 600;
  cursor: default;
}

.pagination .disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 640px) {
  .pagination {
    justify-content: center;
  }
}

/* Rich text blocks from the builder */
.htmlcode,
.paragraph {
  line-height: 1.7;
}

.htmlcode p:not([class]):not([style]),
.paragraph p:not([class]):not([style]) {
  margin: 0 0 1em;
}

.htmlcode h1:not([class]):not([style]),
.htmlcode h2:not([class]):not([style]),
.htmlcode h3:not([class]):not([style]),
.htmlcode h4:not([class]):not([style]),
.htmlcode h5:not([class]):not([style]),
.htmlcode h6:not([class]):not([style]),
.paragraph h1:not([class]):not([style]),
.paragraph h2:not([class]):not([style]),
.paragraph h3:not([class]):not([style]),
.paragraph h4:not([class]):not([style]),
.paragraph h5:not([class]):not([style]),
.paragraph h6:not([class]):not([style]) {
  margin: 1.2em 0 0.55em;
  color: inherit;
  font-weight: 900;
  line-height: 1.18;
}

.htmlcode h1:not([class]):not([style]),
.htmlcode .shop-inline-heading-h1,
.paragraph h1:not([class]):not([style]),
.paragraph .shop-inline-heading-h1 {
  font-size: 2.25em;
}

.htmlcode h2:not([class]):not([style]),
.htmlcode .shop-inline-heading-h2,
.paragraph h2:not([class]):not([style]),
.paragraph .shop-inline-heading-h2 {
  font-size: 1.85em;
}

.htmlcode h3:not([class]):not([style]),
.htmlcode .shop-inline-heading-h3,
.paragraph h3:not([class]):not([style]),
.paragraph .shop-inline-heading-h3 {
  font-size: 1.5em;
}

.htmlcode h4:not([class]):not([style]),
.htmlcode .shop-inline-heading-h4,
.paragraph h4:not([class]):not([style]),
.paragraph .shop-inline-heading-h4 {
  font-size: 1.25em;
}

.htmlcode h5:not([class]):not([style]),
.htmlcode .shop-inline-heading-h5,
.paragraph h5:not([class]):not([style]),
.paragraph .shop-inline-heading-h5 {
  font-size: 1.08em;
}

.htmlcode h6:not([class]):not([style]),
.htmlcode .shop-inline-heading-h6,
.paragraph h6:not([class]):not([style]),
.paragraph .shop-inline-heading-h6 {
  font-size: 0.95em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.htmlcode .shop-inline-heading,
.paragraph .shop-inline-heading {
  display: inline;
  color: inherit;
  font-weight: 900;
  line-height: 1.18;
}

.htmlcode h1:not([class]):not([style]):first-child,
.htmlcode h2:not([class]):not([style]):first-child,
.htmlcode h3:not([class]):not([style]):first-child,
.htmlcode h4:not([class]):not([style]):first-child,
.htmlcode h5:not([class]):not([style]):first-child,
.htmlcode h6:not([class]):not([style]):first-child,
.paragraph h1:not([class]):not([style]):first-child,
.paragraph h2:not([class]):not([style]):first-child,
.paragraph h3:not([class]):not([style]):first-child,
.paragraph h4:not([class]):not([style]):first-child,
.paragraph h5:not([class]):not([style]):first-child,
.paragraph h6:not([class]):not([style]):first-child {
  margin-top: 0;
}

.htmlcode ul:not([class]):not([style]),
.paragraph ul:not([class]):not([style]) {
  margin: 0 0 1em 1.25em;
  list-style: disc;
}

.htmlcode ol:not([class]):not([style]),
.paragraph ol:not([class]):not([style]) {
  margin: 0 0 1em 1.25em;
  list-style: decimal;
}

.htmlcode a:not([class]),
.paragraph a:not([class]) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Keep currency/language controls visually integrated with the header. */
.exshop-locale-switcher .exshop-locale-field,
.exshop-locale-switcher .exshop-locale-field select {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* Nuvora: minimal boutique catalog. */
body.nuvora .nuvora-catalog-layout--minimal {
  width: 100%;
  margin-inline: auto;
}

body.nuvora .nuvora-catalog-main {
  min-width: 0;
}

body.nuvora .nuvora-catalog-title,
body.nuvora .nuvora-section-heading {
  font-family: var(--font-heading, inherit);
  line-height: 1;
  margin-bottom: clamp(1.75rem, 3vw, 3rem);
}

body.nuvora .nuvora-product-grid {
  gap: clamp(2rem, 4vw, 4.5rem) clamp(1.75rem, 4vw, 4rem);
  width: 100%;
}

body.nuvora .nuvora-detail-product-grid {
  width: 100%;
  margin-inline: auto;
}

body.nuvora .nuvora-product-grid.lg\:grid-cols-4,
body.nuvora .nuvora-product-grid.grid-cols-5-active {
  column-gap: clamp(1.25rem, 2.5vw, 2.75rem);
}

body.nuvora .nuvora-filter-bar {
  width: 100%;
}

body.nuvora .nuvora-filter-group {
  min-width: 0;
}

body.nuvora .nuvora-filter-label {
  white-space: nowrap;
}

body.nuvora .nuvora-filter-link {
  position: relative;
  padding-bottom: 0.4rem;
  transition: color 0.18s ease;
  white-space: nowrap;
}

body.nuvora .nuvora-filter-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
}

body.nuvora .nuvora-filter-link.is-active::after {
  opacity: 1;
}

body.nuvora .nuvora-view-switcher {
  margin-left: auto;
  padding-left: clamp(1rem, 2vw, 2rem);
}

body.nuvora .nuvora-detail-product-grid {
  gap: clamp(1.75rem, 3vw, 3.5rem);
}

body.nuvora .nuvora-product-section {
  margin-top: clamp(3rem, 6vw, 6rem);
}

body.nuvora .nuvora-product-card {
  min-width: 0;
}

body.nuvora .nuvora-product-info h3 {
  font-size: 0.9rem !important;
  letter-spacing: 0.12em !important;
  line-height: 1.38 !important;
}

body.nuvora .nuvora-product-info a {
  display: block;
  margin-bottom: 0.65rem;
}

body.nuvora .product article,
body.nuvora .product article > a,
body.nuvora .product article img,
body.nuvora .product-grid article,
body.nuvora .product-slider article,
body.nuvora .product-masonry article,
body.nuvora .blog-card,
body.nuvora .gallery-item,
body.nuvora .teaser img,
body.nuvora .image-background img,
body.nuvora .nuvora-product-media,
body.nuvora .nuvora-product-media img,
body.nuvora .nuvora-detail-product-grid article,
body.nuvora .nuvora-detail-product-grid article > a,
body.nuvora .nuvora-detail-product-grid img {
  border-radius: var(--site-image-radius) !important;
}

.nuvora-product-media {
  transform: translateZ(0);
}

.nuvora-product-media img {
  border-radius: inherit !important;
}

body.nuvora .nuvora-discount-badge,
body.nuvora .pagination a,
body.nuvora .pagination span {
  border-radius: var(--site-button-radius) !important;
}

body.nuvora[data-image-radius="none"] [class*="rounded-"],
body.nuvora[data-image-radius="none"] [style*="border-radius"],
body.nuvora[data-image-radius="none"] [class*="[border-radius:var(--site-image-radius)]"] {
  border-radius: 0 !important;
}

body.nuvora[data-button-radius="none"] button,
body.nuvora[data-button-radius="none"] input,
body.nuvora[data-button-radius="none"] select,
body.nuvora[data-button-radius="none"] a[class*="rounded-"] {
  border-radius: 0 !important;
}

/* Nuvora breadcrumbs are centered across every page. */
body.nuvora nav[aria-label="Breadcrumb"] {
  display: flex;
  justify-content: center;
  text-align: center;
}

body.nuvora nav[aria-label="Breadcrumb"] > ol,
body.nuvora nav[aria-label="Breadcrumb"] ol {
  justify-content: center;
  margin-inline: auto;
}

/* Nuvora product detail */
body.nuvora .nuvora-product-layout {
  align-items: start;
}

body.nuvora .nuvora-product-gallery {
  align-self: start;
}

body.nuvora .nuvora-product-gallery.has-thumbnails {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  grid-template-areas:
    "main thumbs"
    "meta meta";
  gap: 18px;
}

body.nuvora .nuvora-product-gallery.has-thumbnails > div:first-child {
  grid-area: main;
  min-width: 0;
}

body.nuvora .nuvora-product-gallery.has-thumbnails > #thumbsContainer {
  grid-area: thumbs;
  display: flex !important;
  flex-direction: column;
  align-self: start;
  gap: 12px;
  max-height: min(74vh, 820px);
  margin-top: 0 !important;
  padding-right: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}

body.nuvora .nuvora-product-gallery.has-thumbnails > div:last-child {
  grid-area: meta;
  margin-top: 0 !important;
}

body.nuvora .nuvora-product-gallery > div:first-child {
  border: 1px solid color-mix(in srgb, var(--site-text, #0f172a) 10%, transparent);
  border-radius: var(--site-image-radius) !important;
  background: color-mix(in srgb, var(--site-background, #f8fafc) 88%, #ffffff);
}

body.nuvora .nuvora-product-gallery .slide-item {
  min-height: min(74vh, 820px);
  object-fit: cover;
}

body.nuvora .nuvora-product-gallery .slide-btn {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid color-mix(in srgb, var(--site-text, #0f172a) 12%, transparent);
  background: color-mix(in srgb, #ffffff 84%, transparent) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

body.nuvora .nuvora-product-gallery .thumb-item {
  width: 76px !important;
  height: 76px !important;
  border: 1px solid color-mix(in srgb, var(--site-text, #0f172a) 10%, transparent) !important;
  border-radius: var(--site-image-radius) !important;
  opacity: .58;
}

body.nuvora .nuvora-product-gallery .thumb-item.active,
body.nuvora .nuvora-product-gallery .thumb-item:hover {
  border-color: var(--site-header-text) !important;
  opacity: 1;
}

body.nuvora .nuvora-product-copy {
  padding: clamp(4px, 1.5vw, 24px) 0;
}

body.nuvora .nuvora-product-title {
  font-size: clamp(40px, 4.2vw, 68px) !important;
  line-height: 1 !important;
}

body.nuvora .nuvora-product-price,
body.nuvora .nuvora-product-price #product-price {
  font-size: clamp(25px, 2.3vw, 36px) !important;
}

body.nuvora .nuvora-product-options .option-group {
  padding: 16px 0;
  border-top: 1px solid color-mix(in srgb, var(--site-text, #0f172a) 10%, transparent);
}

body.nuvora .nuvora-product-options .option-group h4 {
  margin-bottom: 12px;
  color: color-mix(in srgb, var(--site-text, #0f172a) 62%, transparent) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.nuvora .nuvora-product-options .option-group label {
  min-height: 46px;
  padding: 8px 14px !important;
  background: transparent !important;
}

body.nuvora .nuvora-purchase-panel {
  margin-top: 10px;
}

body.nuvora .nuvora-purchase-panel .product-purchase-card {
  padding: 20px !important;
  border-color: color-mix(in srgb, var(--site-text, #0f172a) 12%, transparent) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.nuvora .nuvora-primary-actions,
body.nuvora .nuvora-contact-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.nuvora .nuvora-contact-actions {
  display: grid;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid color-mix(in srgb, var(--site-text, #0f172a) 10%, transparent);
}

body.nuvora .nuvora-purchase-panel .purchase-action {
  min-height: 48px;
  box-shadow: none !important;
}

body.nuvora .nuvora-product-description {
  margin-top: 36px !important;
  padding-top: 30px;
  border-top: 1px solid color-mix(in srgb, var(--site-text, #0f172a) 10%, transparent);
}

body.nuvora .nuvora-product-description .product-description-content {
  color: color-mix(in srgb, var(--site-text, #0f172a) 82%, transparent);
  font-size: 16px;
  line-height: 1.85;
}

@media (max-width: 900px) {
  body.nuvora .nuvora-product-gallery.has-thumbnails {
    display: block;
  }

  body.nuvora .nuvora-product-gallery.has-thumbnails > #thumbsContainer {
    flex-direction: row;
    max-height: none;
    margin-top: 16px !important;
    padding-right: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
