/* OZ Variations BCW — Built by esbuild. Do not edit. Source: src/css/ */
/* src/css/tokens.css */
:root {
  --oz-accent: #135350;
  --oz-accent-hover: #0E3E3C;
  --oz-accent-light: #E8F0F0;
  --oz-accent-text: #FFFFFF;
  --oz-cta: #E67C00;
  --oz-cta-hover: #D06E00;
  --oz-cta-text: #FFFFFF;
  --oz-label-bg: #F7F7F5;
  --oz-label-text: #3D3D3D;
  --oz-label-border: #E0DFDD;
  --oz-label-hover-bg: #E8F0F0;
  --oz-label-hover-border: #135350;
  --oz-text-primary: #1A1A1A;
  --oz-text-body: #555555;
  --oz-text-muted: #999999;
  --oz-bg-page: #FFFFFF;
  --oz-bg-subtle: #FAFAF9;
  --oz-bg-warm: #F5F4F0;
  --oz-border: #E5E5E3;
  --oz-border-light: #F0EFED;
  --oz-shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
  --oz-shadow-md: 0 4px 16px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.04);
  --oz-shadow-lg: 0 10px 40px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
  --oz-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --oz-error: #E53E3E;
}

/* src/css/reset.css */
.oz-product-page *,
.oz-product-page *::before,
.oz-product-page *::after {
  box-sizing: border-box;
}
.oz-product-page button,
.oz-product-page fieldset,
.oz-product-page input,
.oz-product-page select,
.oz-product-page textarea {
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  border: none;
  background: none;
  padding: 0;
  width: auto;
  max-width: none;
  vertical-align: baseline;
  transition: none;
}
.oz-product-page label {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
  color: inherit;
}
.oz-product-page a {
  color: inherit;
  text-decoration: none;
}
.oz-product-page img {
  display: block;
  transition: none;
}
.oz-product-page small {
  display: inline;
  font-size: inherit;
}
.oz-product-page h1,
.oz-product-page h2,
.oz-product-page h3,
.oz-product-page h4,
.oz-product-page h5,
.oz-product-page h6 {
  color: inherit;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  text-rendering: auto;
}
.oz-product-page ul,
.oz-product-page ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.oz-product-page li {
  margin-bottom: 0;
  margin-left: 0;
}
.oz-product-page p {
  margin-top: 0;
  margin-bottom: 0;
}
.oz-product-page table {
  margin-bottom: 0;
}
.oz-product-page .button,
.oz-product-page button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: inherit;
  margin: 0;
  min-height: auto;
  min-width: auto;
  padding: 0;
  text-align: inherit;
  text-shadow: none;
  text-transform: none;
  transition: none;
  vertical-align: baseline;
}
.oz-product-page form {
  margin-bottom: 0;
}
.oz-product-page input[type=number] {
  border: 1px solid var(--oz-border);
  border-radius: 6px;
  padding: 6px 10px;
  height: 38px;
  width: 80px;
  background: #fff;
  text-align: center;
  font-size: 14px;
}
.oz-sticky-bar button,
.oz-sticky-bar input,
.oz-sticky-bar select,
.oz-sticky-bar textarea,
.oz-sticky-bar label,
.oz-sticky-bar fieldset,
.oz-bottom-sheet button,
.oz-bottom-sheet input,
.oz-bottom-sheet select,
.oz-bottom-sheet textarea,
.oz-bottom-sheet label,
.oz-bottom-sheet fieldset {
  margin-bottom: 0;
  margin-right: 0;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  min-height: auto;
  min-width: auto;
  box-shadow: none;
}
.oz-sticky-bar button,
.oz-sticky-bar input,
.oz-bottom-sheet button,
.oz-bottom-sheet input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  display: inline-block;
  max-width: none;
  width: auto;
  height: auto;
  transition: none;
}
.oz-bottom-sheet button,
.oz-bottom-sheet input,
.oz-bottom-sheet select {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: normal !important;
  line-height: inherit !important;
  min-height: auto !important;
  padding: 0 !important;
  text-transform: none !important;
  text-shadow: none !important;
  transition: none !important;
}

/* src/css/layout.css */
.oz-product-page {
  max-width: 1320px;
  margin: 0 auto;
  padding: 8px 40px 80px;
  font-family:
    "Raleway",
    system-ui,
    -apple-system,
    sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--oz-text-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.oz-breadcrumb {
  padding: 14px 0;
  font-size: 12px;
  color: var(--oz-text-muted);
  letter-spacing: 0.2px;
}
.oz-breadcrumb a {
  color: var(--oz-text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.oz-breadcrumb a:hover {
  color: var(--oz-accent);
}
.oz-product-grid {
  display: grid;
  grid-template-columns: 56fr 44fr;
  gap: 56px;
  align-items: start;
}
.oz-left-column {
  min-width: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.oz-product-gallery {
  animation: fadeIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s both;
}
.oz-product-summary {
  animation: fadeIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.12s both;
}
.oz-product-info-section {
  animation: fadeIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}

/* src/css/gallery.css */
.oz-product-gallery {
  min-width: 0;
}
.oz-gallery-main {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--oz-bg-warm);
  margin-bottom: 12px;
  cursor: zoom-in;
  position: relative;
}
.oz-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s var(--oz-ease), transform 0.8s var(--oz-ease);
}
.oz-gallery-main:hover img {
  transform: scale(1.02);
}
.oz-gallery-main img.oz-fade {
  opacity: 0;
}
.oz-gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.oz-gallery-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: var(--oz-bg-warm);
  transition: border-color 0.3s var(--oz-ease), box-shadow 0.3s var(--oz-ease);
}
.oz-gallery-thumb:hover {
  border-color: var(--oz-text-muted);
}
.oz-gallery-thumb.selected {
  border-color: var(--oz-accent);
}
.oz-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.oz-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.oz-lightbox.oz-lb-open {
  opacity: 1;
  visibility: visible;
}
.oz-lb-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
}
.oz-lb-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
  user-select: none;
}
.oz-lb-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  z-index: 2;
}
.oz-lb-close:hover {
  opacity: 1;
}
.oz-lb-prev,
.oz-lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
  z-index: 2;
  padding: 12px;
}
.oz-lb-prev {
  left: 12px;
}
.oz-lb-next {
  right: 12px;
}
.oz-lb-prev:hover,
.oz-lb-next:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .oz-lb-img-wrap {
    padding: 20px 12px;
  }
  .oz-lb-prev,
  .oz-lb-next {
    font-size: 32px;
    padding: 8px;
  }
  .oz-lb-prev {
    left: 4px;
  }
  .oz-lb-next {
    right: 4px;
  }
  .oz-lb-close {
    top: 10px;
    right: 12px;
    font-size: 30px;
  }
}

/* src/css/product-info.css */
.oz-product-info-section {
  margin-top: 56px;
}
.oz-tabs-bar {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--oz-border-light);
}
.oz-product-page .oz-tab {
  font-family:
    "DM Serif Display",
    Georgia,
    serif;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 10px 16px;
  margin-bottom: -1px;
  cursor: pointer;
  transition: color 0.2s var(--oz-ease), border-color 0.2s var(--oz-ease);
  white-space: nowrap;
}
.oz-product-page .oz-tab:hover {
  color: #555;
}
.oz-product-page .oz-tab.active {
  color: #555;
  border-bottom-color: var(--oz-accent);
}
.oz-tab-panel {
  display: none;
  padding-top: 20px;
}
.oz-tab-panel.active {
  display: block;
}
.oz-section-title {
  font-family:
    "DM Serif Display",
    Georgia,
    serif;
  font-size: 22px;
  font-weight: 400;
  color: #555;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--oz-accent);
  display: inline-block;
  letter-spacing: 0.2px;
}
.oz-description-wrapper {
  position: relative;
  padding: 10px 0;
}
.oz-description-content {
  max-height: 160px;
  overflow: hidden;
  line-height: 1.9;
  color: var(--oz-text-body);
  font-size: 14px;
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      black 50%,
      transparent 100%);
  mask-image:
    linear-gradient(
      to bottom,
      black 50%,
      transparent 100%);
  transition: max-height 0.6s var(--oz-ease), -webkit-mask-image 0.4s;
}
.oz-description-content.expanded {
  max-height: 5000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.oz-description-content p {
  margin-bottom: 14px;
}
.oz-description-content h2,
.oz-description-content h3,
.oz-description-content h4,
.oz-description-content h5,
.oz-description-content h6 {
  font-family:
    "DM Serif Display",
    Georgia,
    serif;
  font-weight: 400;
  margin: 24px 0 10px;
  color: var(--oz-text-primary);
}
.oz-description-content h2 {
  font-size: 20px;
}
.oz-description-content h3 {
  font-size: 17px;
}
.oz-description-content h4 {
  font-size: 15px;
}
.oz-description-content ul {
  margin: 10px 0 14px 20px;
  color: var(--oz-text-body);
}
.oz-description-content li {
  margin-bottom: 4px;
}
.oz-read-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin: 8px auto 0;
  color: var(--oz-accent);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s var(--oz-ease);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.oz-read-more:hover {
  color: var(--oz-accent-hover);
}
.oz-read-more-icon {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.oz-read-more[aria-expanded=true] .oz-read-more-icon,
.oz-description-content.expanded + .oz-read-more .oz-read-more-icon {
  transform: rotate(180deg);
}
.oz-specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.oz-specs-table tr {
  border-bottom: 1px solid var(--oz-border-light);
  transition: background 0.15s;
}
.oz-specs-table tr:last-child {
  border-bottom: none;
}
.oz-specs-table tr:hover {
  background: var(--oz-bg-subtle);
}
.oz-specs-table th,
.oz-specs-table td {
  padding: 13px 0;
  vertical-align: top;
  text-align: left;
}
.oz-specs-table th {
  font-weight: 600;
  color: var(--oz-text-primary);
  width: 42%;
  padding-right: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.oz-specs-table td {
  color: var(--oz-text-body);
}
.oz-faq-list {
}
.oz-faq-item {
  border-bottom: 1px solid var(--oz-border-light);
  padding: 14px 0;
}
.oz-faq-item:last-child {
  border-bottom: none;
}
.oz-faq-question {
  font-size: 14px;
  font-weight: 600;
  color: var(--oz-text-primary);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.oz-faq-question::-webkit-details-marker {
  display: none;
}
.oz-faq-question::after {
  content: "+";
  font-size: 18px;
  font-weight: 400;
  color: var(--oz-text-muted);
  flex-shrink: 0;
  transition: transform 0.25s var(--oz-ease);
}
details.oz-faq-item[open] .oz-faq-question::after {
  content: "\2212";
}
.oz-faq-answer {
  padding-top: 8px;
  font-size: 14px;
  color: var(--oz-text-body);
  line-height: 1.7;
}
.oz-faq-answer p {
  margin-bottom: 8px;
}
.oz-compare-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 16px;
}
.oz-compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 13px;
}
.oz-compare-table th {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--oz-text-muted);
  padding: 10px 12px;
  text-align: left;
  border-bottom: 2px solid var(--oz-border);
  white-space: nowrap;
}
.oz-compare-table td {
  padding: 12px;
  color: var(--oz-text-body);
  border-bottom: 1px solid var(--oz-border-light);
  vertical-align: top;
}
.oz-compare-th-product,
.oz-compare-product {
  min-width: 120px;
  font-weight: 600;
  color: var(--oz-text-primary);
}
.oz-compare-product a {
  color: var(--oz-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.oz-compare-product a:hover {
  color: var(--oz-accent-hover);
}
.oz-compare-current {
  background: var(--oz-accent-light);
}
.oz-compare-current td {
  color: var(--oz-text-primary);
  font-weight: 500;
}
.oz-compare-note {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--oz-text-muted);
  margin-top: 2px;
}
.oz-compare-table tbody tr:last-child td {
  border-bottom: none;
}
.oz-showcase {
  margin-top: 40px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  overflow: hidden;
  background: var(--oz-bg-warm, #F5F4F0);
}
.oz-showcase-block {
  padding: 48px 0;
  position: relative;
}
.oz-showcase-block__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.oz-showcase-block--reverse .oz-showcase-block__inner {
  grid-template-columns: 0.9fr 1.1fr;
  direction: rtl;
}
.oz-showcase-block--reverse .oz-showcase-block__inner > * {
  direction: ltr;
}
.oz-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.oz-showcase.oz-orbs-visible .oz-orb {
  opacity: 1;
  transform: scale(1);
}
.oz-orb--accent {
  width: 400px;
  height: 400px;
  background: rgba(19, 83, 80, 0.14);
  top: 5%;
  right: 8%;
}
.oz-orb--warm {
  width: 350px;
  height: 350px;
  background: rgba(196, 164, 132, 0.25);
  bottom: 8%;
  left: 5%;
}
.oz-showcase-block__img-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  clip-path: inset(8% 8% 8% 8% round 10px);
  transition: clip-path 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.oz-visible .oz-reveal-img {
  clip-path: inset(0% 0% 0% 0% round 10px);
}
.oz-showcase-block__img-wrap img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.oz-visible .oz-reveal-img img {
  transform: scale(1);
}
.oz-showcase-block__img-wrap:hover img {
  transform: scale(1.04);
}
.oz-showcase-block__content {
  padding: 4px 0;
}
.oz-showcase-block__eyebrow {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--oz-accent, #135350);
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.oz-showcase-block__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 1.5px;
  background: var(--oz-accent, #135350);
  opacity: 0.6;
}
.oz-showcase-block__heading {
  font-family:
    "DM Serif Display",
    Georgia,
    serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--oz-text-primary, #2D2926);
  margin: 0 0 12px;
  line-height: 1.2;
}
.oz-showcase-block__body {
  font-family: "Raleway", sans-serif;
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--oz-text-body, #4A4543);
  margin: 0;
}
.oz-reveal-el {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.oz-visible .oz-reveal-el:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
.oz-visible .oz-reveal-el:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.oz-visible .oz-reveal-el:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.45s;
}
.oz-reveal-img {
  transition-delay: 0.05s;
}
@media (prefers-reduced-motion: reduce) {
  .oz-reveal-el,
  .oz-reveal-img,
  .oz-showcase-block__img-wrap,
  .oz-showcase-block__img-wrap img {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important;
  }
}
.oz-faq-answer p:last-child {
  margin-bottom: 0;
}

/* src/css/summary.css */
.oz-product-summary {
  padding-left: 8px;
}
.oz-color-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--oz-accent-text);
  background: var(--oz-accent);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.oz-product-title {
  font-family:
    "DM Serif Display",
    Georgia,
    serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--oz-text-primary);
  margin: 0 0 4px;
}
.oz-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 4px;
  flex-wrap: wrap;
}
.oz-title-row .oz-product-title {
  margin: 0;
}
.oz-formula-toggle {
  display: flex;
  gap: 0;
  flex-shrink: 0;
}
.oz-product-page .oz-formula-btn {
  padding: 4px 8px;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: none;
  color: var(--oz-text-muted, #999);
  font-size: 12px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  transition: color 0.2s var(--oz-ease), border-color 0.2s var(--oz-ease);
  white-space: nowrap;
}
.oz-product-page .oz-formula-btn:hover {
  color: var(--oz-text-secondary, #555);
}
.oz-product-page .oz-formula-btn.selected {
  color: var(--oz-text-primary);
  border-bottom-color: var(--oz-accent);
}
.oz-formula-subtitle {
  font-size: 13px;
  font-weight: 500;
  color: var(--oz-text-secondary);
  margin: 0 0 4px;
}
.oz-product-base-price {
  font-size: 22px;
  font-weight: 700;
  color: var(--oz-text-primary);
  margin-bottom: 12px;
}
.oz-product-base-price del {
  color: var(--oz-text-muted);
  font-weight: 400;
  font-size: 16px;
  margin-right: 8px;
}
.oz-product-base-price .oz-vanaf {
  font-size: 13px;
  font-weight: 500;
  color: var(--oz-text-muted);
}
.oz-per-unit {
  font-size: 13px;
  font-weight: 400;
  color: var(--oz-text-muted);
  margin-left: 4px;
}
.oz-short-desc {
  margin-bottom: 8px;
}
.oz-short-desc ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.oz-short-desc li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--oz-accent-light);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--oz-accent);
  margin-bottom: 0;
  position: static;
  line-height: 1.5;
}
.oz-short-desc li .oz-check-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: var(--oz-accent);
}
.oz-short-desc li::before {
  content: none;
  display: none;
}
.oz-cross-link {
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--oz-text-muted);
}
.oz-cross-link-btn {
  color: var(--oz-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.oz-cross-link-btn:hover {
  color: var(--oz-accent-hover);
}
.oz-cross-link-sep {
  margin: 0 4px;
  color: var(--oz-text-muted);
}
.oz-product-short-desc {
  margin-top: 28px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--oz-text-body);
}
.oz-product-short-desc p {
  margin-bottom: 12px;
}
.oz-product-short-desc h3,
.oz-product-short-desc h4 {
  font-family:
    "DM Serif Display",
    Georgia,
    serif;
  font-weight: 400;
  margin: 20px 0 8px;
  color: var(--oz-text-primary);
}
.oz-product-short-desc ul,
.oz-product-short-desc ol {
  padding-left: 18px;
  margin: 0;
}
.oz-product-short-desc li {
  margin-bottom: 4px;
}
.oz-product-short-desc li::before {
  content: none;
}
@media (max-width: 900px) {
  .oz-short-desc {
    margin-bottom: 6px;
  }
  .oz-usp-ticker {
    overflow: hidden;
    height: 36px;
  }
  .oz-usp-ticker .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .oz-usp-ticker .swiper-slide li {
    margin: 0;
  }
  .oz-product-title {
    margin-bottom: 4px;
  }
  .oz-mobile-label-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
  }
  .oz-mobile-label-price .oz-color-label {
    margin-bottom: 0;
  }
  .oz-mobile-label-price .oz-product-base-price {
    margin-bottom: 0;
  }
}

/* src/css/options.css */
.oz-option-group {
  margin-bottom: 12px;
}
.oz-option-header {
  font-size: 12px;
  font-weight: 700;
  color: var(--oz-text-primary);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.oz-selected-value {
  font-weight: 500;
  color: var(--oz-accent);
  text-transform: none;
  letter-spacing: 0;
}
.oz-m2-note {
  font-weight: 400;
  font-size: 12px;
  color: var(--oz-text-muted);
  text-transform: none;
  letter-spacing: 0;
}
.oz-product-page .oz-info-btn,
.oz-bottom-sheet .oz-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--oz-accent-light);
  color: var(--oz-accent);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-style: italic;
  font-family: Georgia, serif;
  flex-shrink: 0;
  padding: 0;
  transition: background 0.25s var(--oz-ease), color 0.25s var(--oz-ease);
}
.oz-product-page .oz-info-btn:hover,
.oz-bottom-sheet .oz-info-btn:hover {
  background: var(--oz-accent);
  color: white;
}
.oz-info-tooltip {
  background: var(--oz-bg-warm);
  border: 0px solid var(--oz-border);
  border-radius: 8px;
  font-size: 13px;
  color: var(--oz-text-body);
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 18px;
  margin: 0;
  transition:
    max-height 0.35s var(--oz-ease),
    opacity 0.3s var(--oz-ease),
    padding 0.35s var(--oz-ease),
    margin 0.35s var(--oz-ease),
    border-width 0.35s;
}
.oz-info-tooltip.visible {
  max-height: 200px;
  opacity: 1;
  padding: 14px 18px;
  margin-top: 10px;
  margin-bottom: 12px;
  border-width: 1px;
}
.oz-option-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.oz-product-page .oz-option-label-btn {
  padding: 10px 18px;
  border: 1.5px solid var(--oz-label-border);
  border-radius: 8px;
  background: var(--oz-label-bg);
  color: var(--oz-label-text);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition:
    border-color 0.25s var(--oz-ease),
    background 0.25s var(--oz-ease),
    color 0.25s var(--oz-ease),
    box-shadow 0.25s var(--oz-ease);
  font-family: "Raleway", sans-serif;
  white-space: nowrap;
  position: relative;
}
.oz-product-page .oz-option-label-btn:hover {
  border-color: var(--oz-label-hover-border);
  background: var(--oz-label-hover-bg);
}
.oz-product-page .oz-option-label-btn.selected {
  border-color: var(--oz-accent);
  background: var(--oz-accent);
  color: var(--oz-accent-text);
}
.oz-price-add {
  font-size: 11px;
  opacity: 0.65;
  margin-left: 4px;
}
.oz-product-page .oz-option-label-btn.selected .oz-price-add {
  opacity: 0.9;
}
.oz-recommended {
  font-size: 9px;
  font-weight: 700;
  background: var(--oz-cta);
  color: white;
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  vertical-align: middle;
  display: inline-block;
}
.oz-product-page .oz-option-label-btn.selected .oz-recommended {
  background: rgba(255, 255, 255, 0.25);
  color: white;
}
.oz-option-dropdown {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--oz-label-border);
  border-radius: 8px;
  background: white;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: var(--oz-text-primary);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  transition: border-color 0.2s;
}
.oz-option-dropdown:focus {
  outline: none;
  border-color: var(--oz-accent);
  box-shadow: 0 0 0 3px rgba(19, 83, 80, 0.1);
}
.oz-m2-advice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  background: var(--oz-accent-light);
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--oz-accent);
}
.oz-m2-advice svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.oz-divider {
  height: 1px;
  background: var(--oz-border);
  margin: 28px 0;
}
.oz-add-to-cart.oz-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* src/css/color.css */
.oz-color-swatches {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(52px, 1fr));
  gap: 2px;
  max-height: 1200px;
  opacity: 1;
  overflow: visible;
  margin-bottom: 0;
  transition:
    max-height 0.3s var(--oz-ease),
    opacity 0.3s 0.1s,
    margin 0.3s;
}
.oz-color-swatches.hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition:
    max-height 0.3s var(--oz-ease),
    opacity 0.2s,
    margin 0.3s;
}
.oz-color-swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  text-align: center;
  padding-bottom: 0;
}
.oz-color-swatch .oz-swatch-img {
  width: calc(100% - 4px);
  aspect-ratio: 1;
  border-radius: 6px;
  border: 2px solid var(--oz-border);
  overflow: hidden;
  display: block;
  transition: border-color 0.2s var(--oz-ease), transform 0.2s var(--oz-ease);
}
.oz-color-swatch .oz-swatch-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.oz-color-swatch .oz-swatch-name {
  font-size: 9px;
  font-weight: 500;
  color: var(--oz-text-body);
  line-height: 1.15;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.oz-color-swatch:hover .oz-swatch-img {
  transform: scale(1.04);
  border-color: var(--oz-text-muted);
}
.oz-color-swatch.selected .oz-swatch-img {
  border-color: var(--oz-accent);
}
.oz-color-swatch.selected .oz-swatch-name {
  color: var(--oz-accent);
  font-weight: 600;
}
.oz-swatch-tooltip {
  display: none;
}
.oz-option-group.oz-highlight {
  animation: oz-pulse-highlight 0.6s ease 2;
}
@keyframes oz-pulse-highlight {
  0%, 100% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 0 3px rgba(19, 83, 80, 0.3);
    border-radius: 8px;
  }
}
.oz-color-mode-buttons {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.oz-product-page .oz-color-mode-btn {
  flex: 1;
  padding: 10px 14px;
  border: 1.5px solid var(--oz-label-border);
  border-radius: 8px;
  background: var(--oz-label-bg);
  color: var(--oz-label-text);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  text-align: center;
  transition:
    border-color 0.25s var(--oz-ease),
    background 0.25s var(--oz-ease),
    color 0.25s var(--oz-ease);
}
.oz-product-page .oz-color-mode-btn:hover {
  border-color: var(--oz-label-hover-border);
  background: var(--oz-label-hover-bg);
}
.oz-product-page .oz-color-mode-btn.active {
  border-color: var(--oz-accent);
  background: var(--oz-accent);
  color: var(--oz-accent-text);
}
.oz-custom-color-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--oz-label-border);
  border-radius: 8px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: var(--oz-text-primary);
  background: white;
  transition: border-color 0.2s var(--oz-ease), box-shadow 0.2s var(--oz-ease);
  box-sizing: border-box;
}
.oz-custom-color-input:focus {
  outline: none;
  border-color: var(--oz-accent);
  box-shadow: 0 0 0 3px rgba(19, 83, 80, 0.1);
}
.oz-custom-color-input.invalid {
  border-color: var(--oz-error);
}
.oz-custom-color-input.valid {
  border-color: var(--oz-accent);
}
.oz-custom-color-hint {
  font-size: 11px;
  margin-top: 4px;
  color: var(--oz-text-muted);
  min-height: 18px;
}
.oz-custom-color-hint.error {
  color: var(--oz-error);
}
.oz-custom-color-hint.success,
.oz-custom-color-hint.ok {
  color: var(--oz-accent);
  background: none;
}
.oz-custom-color-wrap {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    margin 0.3s;
}
.oz-custom-color-wrap.visible {
  max-height: 130px;
  opacity: 1;
  margin-top: 4px;
}
.oz-color-input-row {
  position: relative;
}
.oz-color-prefix {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 600;
  color: var(--oz-text-primary);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.oz-color-prefix.visible {
  opacity: 1;
}
.oz-custom-color-info {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 14px;
  background: var(--oz-accent-light);
  border-radius: 8px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--oz-accent);
}
.oz-custom-color-info svg {
  flex-shrink: 0;
  margin-top: 1px;
}
.oz-sample-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 6px 14px;
  background: var(--oz-accent-light);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--oz-accent);
  text-decoration: none;
  line-height: 1.5;
  transition: background 0.2s var(--oz-ease), color 0.2s var(--oz-ease);
}
.oz-sample-link:hover {
  background: var(--oz-accent);
  color: #fff;
  text-decoration: none;
}

/* src/css/cart.css */
.oz-product-page .oz-cart-row,
.oz-bottom-sheet .oz-cart-row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.oz-product-page .oz-quantity-wrapper,
.oz-bottom-sheet .oz-quantity-wrapper {
  display: inline-flex !important;
  align-items: center;
  border: 1.5px solid var(--oz-border) !important;
  border-radius: 8px !important;
  overflow: hidden;
  flex-shrink: 0;
  transition: border-color 0.2s;
  margin: 0;
  padding: 0;
  background: white;
}
.oz-quantity-wrapper:hover {
  border-color: var(--oz-text-muted);
}
.oz-product-page button.oz-qty-btn {
  width: 32px !important;
  height: 48px !important;
  background: var(--oz-bg-subtle) !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 16px;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--oz-text-primary);
  transition: background-color 0.15s var(--oz-ease);
  font-family: "Raleway", sans-serif;
  user-select: none;
  padding: 0 !important;
  margin: 0;
  min-height: auto !important;
  line-height: 1 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.oz-product-page .oz-qty-btn:hover {
  background: var(--oz-border);
}
.oz-product-page .oz-qty-btn:active {
  background: var(--oz-text-muted);
}
.oz-product-page input.oz-qty-input,
.oz-product-page input.oz-qty-input[type=number] {
  width: 32px !important;
  height: 48px !important;
  text-align: center;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: var(--oz-text-primary);
  background: white !important;
  padding: 0 !important;
  margin: 0;
  max-width: 32px;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
}
.oz-product-page input.oz-qty-input:focus,
.oz-product-page input.oz-qty-input[type=number]:focus {
  outline: none;
  box-shadow: none !important;
  opacity: 1 !important;
  border: none !important;
  background: white !important;
}
.oz-product-page .oz-qty-input::-webkit-inner-spin-button,
.oz-product-page .oz-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.oz-qty-unit {
  font-size: 13px;
  color: var(--oz-text-muted);
  white-space: nowrap;
  margin-left: 10px;
  font-weight: 500;
}
.oz-product-page button.oz-add-to-cart {
  flex: 1 !important;
  height: 50px !important;
  border: none !important;
  border-radius: 8px !important;
  background: var(--oz-cta) !important;
  color: var(--oz-cta-text) !important;
  font-size: 15px !important;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s var(--oz-ease);
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px !important;
  margin: 0;
  min-height: auto !important;
  line-height: 50px !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.oz-product-page button.oz-add-to-cart:hover {
  background: var(--oz-cta-hover) !important;
}
.oz-product-page button.oz-add-to-cart:active {
  background: #b86200 !important;
}
.oz-product-page button.oz-add-to-cart:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed;
}
.oz-price-summary {
  background: var(--oz-bg-warm);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 12px;
  border: 1px solid var(--oz-border-light);
  font-size: 13px;
}
.oz-price-line {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  color: var(--oz-text-body);
  transition: opacity 0.2s;
}
.oz-price-line.oz-price-total {
  border-top: 1px solid var(--oz-border);
  margin-top: 10px;
  padding-top: 12px;
  font-size: 20px;
  font-weight: 700;
  color: var(--oz-text-primary);
  letter-spacing: -0.3px;
}
.oz-price-line.oz-price-subtotal,
.oz-sheet-price-line.oz-price-subtotal {
  font-weight: 600;
  color: var(--oz-text-primary);
  border-bottom: 1px solid var(--oz-border-light);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.oz-price-line .oz-m2-note {
  font-size: 12px;
  color: var(--oz-text-muted);
}
.oz-trust-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-top: 0;
}
.oz-trust-check {
  font-size: 12px;
  font-weight: 500;
  color: var(--oz-text-muted);
}
.oz-trust-check::first-letter {
  color: var(--oz-accent);
  font-weight: 700;
}
.oz-delivery-timeline {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 16px 14px;
  background: var(--oz-bg-warm);
  border-radius: 12px;
  border: 1px solid var(--oz-border-light);
}
.oz-delivery-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  position: relative;
}
.oz-delivery-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  left: calc(50% + 22px);
  right: calc(-50% + 22px);
  height: 2px;
  background: var(--oz-border);
  transition: background 0.3s;
}
.oz-delivery-step.completed:not(:last-child)::after {
  background: var(--oz-accent);
}
.oz-step-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--oz-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s var(--oz-ease), color 0.3s var(--oz-ease);
}
.oz-step-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
.oz-delivery-step.completed .oz-step-icon {
  background: var(--oz-accent);
  color: white;
  box-shadow: 0 2px 8px rgba(19, 83, 80, 0.3);
}
.oz-delivery-step.completed .oz-step-icon svg {
  stroke: white;
}
.oz-step-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--oz-text-primary);
  letter-spacing: 0.2px;
}
.oz-step-date {
  font-size: 11px;
  color: var(--oz-text-muted);
  margin-top: 3px;
}
.oz-cart-error {
  color: var(--oz-error);
  font-size: 13px;
  margin-top: 8px;
}
.oz-payment-section {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.oz-payment-label {
  font-size: 11px;
  color: var(--oz-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.oz-payment-methods {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}
.oz-payment-icon {
  width: 38px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--oz-border);
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  transition: border-color 0.2s;
  padding: 3px;
}
.oz-payment-icon:hover {
  border-color: var(--oz-accent);
}
.oz-payment-icon img,
.oz-payment-icon svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.oz-payment-icon .mollie-gateway-icon {
  width: auto;
  height: 18px;
}

/* src/css/tools.css */
.oz-tool-mode {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.oz-product-page .oz-tool-mode-btn {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  padding: 10px 8px;
  border: 1.5px solid var(--oz-label-border);
  border-radius: 8px;
  background: var(--oz-label-bg);
  font-size: 12px;
  font-weight: 500;
  color: var(--oz-label-text);
  cursor: pointer;
  text-align: center;
  transition: all 0.2s var(--oz-ease);
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
}
.oz-product-page .oz-tool-mode-btn:hover {
  border-color: var(--oz-label-hover-border);
  background: var(--oz-label-hover-bg);
}
.oz-product-page .oz-tool-mode-btn.selected {
  border-color: var(--oz-accent);
  background: var(--oz-accent);
  color: var(--oz-accent-text);
}
.oz-product-page .oz-tool-mode-btn .oz-price-add {
  font-size: 10px;
  margin-left: 2px;
  opacity: 0.7;
}
.oz-product-page .oz-tool-mode-btn.selected .oz-price-add {
  opacity: 0.9;
}
.oz-tool-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.oz-tool-list[data-list-type=individual] {
  margin-top: 10px;
}
.oz-tool-list[data-list-type=individual].hidden {
  display: none;
}
.oz-tool-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s;
  overflow: hidden;
}
.oz-tool-item:hover {
  background: var(--oz-bg-subtle);
}
.oz-tool-item.selected {
  background: var(--oz-accent-light);
}
.oz-tool-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--oz-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}
.oz-tool-check svg {
  width: 12px;
  height: 12px;
  color: white;
  opacity: 0;
  transition: opacity 0.15s;
}
.oz-tool-item.selected .oz-tool-check {
  background: var(--oz-accent);
  border-color: var(--oz-accent);
}
.oz-tool-item.selected .oz-tool-check svg {
  opacity: 1;
}
.oz-tool-name {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--oz-text-primary);
}
.oz-tool-price {
  font-size: 12px;
  color: var(--oz-text-muted);
  white-space: nowrap;
}
.oz-tool-item.selected .oz-tool-price {
  color: var(--oz-accent);
  font-weight: 600;
}
.oz-tool-qty {
  display: flex;
  align-items: center;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-width 0.25s, opacity 0.2s;
}
.oz-tool-qty.visible {
  max-width: 100px;
  opacity: 1;
}
.oz-tool-qty-wrap {
  display: inline-flex;
  border: 1px solid var(--oz-border);
  border-radius: 6px;
  overflow: hidden;
}
.oz-product-page .oz-tool-qty-btn {
  width: 28px;
  height: 28px;
  border: none;
  background: var(--oz-bg-subtle);
  cursor: pointer;
  font-size: 13px;
  color: var(--oz-text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  transition: background 0.1s;
  flex-shrink: 0;
}
.oz-product-page .oz-tool-qty-btn:hover {
  background: var(--oz-border-light);
}
.oz-product-page .oz-tool-qty-btn:active {
  background: var(--oz-border);
}
.oz-product-page input.oz-tool-qty-input {
  width: 30px;
  height: 28px;
  text-align: center;
  border: none;
  border-left: 1px solid var(--oz-border);
  border-right: 1px solid var(--oz-border);
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: var(--oz-text-primary);
  background: white;
  padding: 0;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}
.oz-product-page input.oz-tool-qty-input::-webkit-inner-spin-button,
.oz-product-page input.oz-tool-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.oz-tool-sizes {
  display: none;
  gap: 4px;
  margin-top: -4px;
  padding-left: 28px;
  flex-basis: 100%;
}
.oz-tool-sizes.visible {
  display: flex;
}
.oz-product-page .oz-tool-size-btn {
  padding: 3px 10px;
  border: 1px solid var(--oz-border);
  border-radius: 5px;
  background: var(--oz-bg-subtle);
  font-size: 11px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: var(--oz-text-body);
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}
.oz-product-page .oz-tool-size-btn:hover {
  border-color: var(--oz-accent);
  color: var(--oz-accent);
}
.oz-product-page .oz-tool-size-btn.selected {
  background: var(--oz-accent-light);
  border-color: var(--oz-accent);
  color: var(--oz-accent);
  font-weight: 600;
}
.oz-product-page .oz-tool-size-btn.oos {
  opacity: 0.45;
  cursor: not-allowed;
  text-decoration: line-through;
}
.oz-set-contents {
  font-size: 12px;
  color: var(--oz-text-muted);
  line-height: 1.5;
  padding: 0 2px;
  margin-top: -2px;
  margin-bottom: 6px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.3s,
    opacity 0.25s,
    margin 0.3s;
}
.oz-set-contents.visible {
  max-height: 60px;
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 8px;
}
.oz-tool-extras-wrap {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s, opacity 0.25s;
}
.oz-tool-extras-wrap.visible {
  max-height: 800px;
  opacity: 1;
  overflow: visible;
}
.oz-extras-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--oz-text-primary);
  margin-bottom: 6px;
  margin-top: 8px;
}
.oz-smart-nudge {
  display: none;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 14px;
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  font-size: 12px;
  color: #92400e;
  line-height: 1.5;
  margin-top: 8px;
}
.oz-smart-nudge.visible {
  display: flex;
}
.oz-smart-nudge svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: #f59e0b;
}
.oz-upsell-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.oz-upsell-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.oz-upsell-modal {
  background: white;
  border-radius: 16px;
  padding: 32px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: var(--oz-shadow-lg);
}
.oz-upsell-title {
  font-family:
    "DM Serif Display",
    Georgia,
    serif;
  font-size: 22px;
  color: var(--oz-text-primary);
  margin-bottom: 8px;
}
.oz-upsell-text {
  font-size: 14px;
  color: var(--oz-text-body);
  margin-bottom: 24px;
  line-height: 1.6;
}
.oz-upsell-add {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  background: var(--oz-cta);
  color: white;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
  margin-bottom: 10px;
}
.oz-upsell-add:hover {
  background: var(--oz-cta-hover);
}
.oz-upsell-skip {
  font-size: 13px;
  color: var(--oz-text-muted);
  cursor: pointer;
  padding: 8px;
  transition: color 0.2s;
}
.oz-upsell-skip:hover {
  color: var(--oz-text-primary);
}

/* src/css/sheet.css */
.oz-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid rgba(240, 239, 237, 0.6);
  padding: 10px 16px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06), 0 -1px 4px rgba(0, 0, 0, 0.03);
  transform: translateY(100%);
  visibility: hidden;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s;
}
.oz-sticky-bar.visible {
  transform: translateY(0);
  visibility: visible;
}
.oz-sticky-desktop {
  display: none;
}
.oz-sticky-mobile {
  display: block;
}
@media (min-width: 901px) {
  .oz-sticky-mobile {
    display: none;
  }
  .oz-sticky-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .oz-sticky-bar {
    padding: 10px 0;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
  }
  .oz-sticky-d-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
  }
  .oz-sticky-d-link {
    font-size: 12px;
    font-weight: 600;
    color: var(--oz-text-muted);
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    transition: color 0.2s, background 0.2s;
  }
  .oz-sticky-d-link:hover {
    color: var(--oz-text-primary);
    background: var(--oz-bg-subtle, rgba(0,0,0,0.04));
  }
  .oz-sticky-d-mid {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
    overflow: hidden;
  }
  .oz-sticky-d-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--oz-text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
    min-width: 60px;
  }
  .oz-sticky-d-color {
    font-size: 13px;
    font-weight: 600;
    color: var(--oz-accent);
    white-space: nowrap;
    flex-shrink: 0;
  }
  .oz-sticky-d-color:empty {
    display: none;
  }
  .oz-sticky-d-options {
    font-size: 12px;
    color: var(--oz-text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    flex: 0 1 auto;
    min-width: 0;
  }
  .oz-sticky-d-options:hover {
    color: var(--oz-text-primary);
  }
  .oz-sticky-d-options .oz-sep {
    margin: 0 5px;
    opacity: 0.35;
  }
  .oz-sticky-d-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
  .oz-sticky-d-price {
    font-size: 18px;
    font-weight: 800;
    color: var(--oz-text-primary);
    letter-spacing: -0.3px;
    white-space: nowrap;
    line-height: 1;
  }
  .oz-sticky-d-unit {
    font-size: 10px;
    font-weight: 500;
    color: var(--oz-text-muted);
    vertical-align: super;
    letter-spacing: 0;
    margin-left: 1px;
  }
  .oz-sticky-d-qty {
    font-size: 13px;
    font-weight: 600;
    color: var(--oz-text-muted);
    white-space: nowrap;
  }
  .oz-sticky-d-qty[data-qty="1"] {
    display: none;
  }
  button.oz-sticky-d-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    background: var(--oz-cta) !important;
    color: var(--oz-cta-text) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    border: none !important;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    box-shadow: none !important;
    line-height: 1 !important;
    min-height: auto !important;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color 0.2s var(--oz-ease);
  }
  button.oz-sticky-d-btn:hover {
    background: var(--oz-cta-hover) !important;
  }
}
.oz-sticky-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.oz-sticky-thumb {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid var(--oz-border-light);
  flex-shrink: 0;
}
.oz-sticky-details {
  flex: 1;
  min-width: 0;
}
.oz-sticky-product-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--oz-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.oz-sticky-color {
  font-size: 11px;
  color: var(--oz-text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
}
.oz-sticky-color-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--oz-border);
}
.oz-sticky-price {
  font-size: 20px;
  font-weight: 800;
  color: var(--oz-text-primary);
  letter-spacing: -0.5px;
  text-align: right;
  flex-shrink: 0;
}
.oz-sticky-price-unit {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: var(--oz-text-muted);
  letter-spacing: 0;
}
button.oz-sticky-btn {
  display: block !important;
  width: 100% !important;
  padding: 13px 20px !important;
  border: none !important;
  border-radius: 10px !important;
  background: var(--oz-cta) !important;
  color: var(--oz-cta-text) !important;
  font-size: 14px !important;
  font-weight: 700;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1 !important;
  min-height: auto !important;
  box-shadow: none !important;
  margin: 0;
  transition: background-color 0.2s var(--oz-ease);
}
button.oz-sticky-btn:active {
  background: var(--oz-cta-hover) !important;
  transform: scale(0.98);
}
.oz-product-page .oz-sticky-btn:active {
  transform: scale(0.98);
}
.oz-sheet-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--oz-ease);
}
.oz-sheet-overlay.open {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.oz-bottom-sheet {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  background: white;
  border-radius: 16px 16px 0 0;
  max-height: 85vh;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.4s var(--oz-ease);
  padding: 0 20px 24px;
  -webkit-overflow-scrolling: touch;
}
.oz-bottom-sheet.open {
  transform: translateY(0);
}
.oz-bottom-sheet .oz-price-summary {
  margin-bottom: 0;
}
.oz-sheet-handle {
  width: 36px;
  height: 4px;
  background: var(--oz-border);
  border-radius: 2px;
  margin: 12px auto 16px;
}
.oz-sheet-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--oz-text-primary);
  margin-bottom: 20px;
}
.oz-bottom-sheet .oz-option-label-btn {
  padding: 10px 18px !important;
  border: 1.5px solid var(--oz-label-border) !important;
  border-radius: 8px !important;
  background: var(--oz-label-bg) !important;
  color: var(--oz-label-text) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  white-space: nowrap;
  position: relative;
  display: inline-block !important;
  line-height: 1.4 !important;
  transition:
    border-color 0.25s,
    background 0.25s,
    color 0.25s !important;
}
.oz-bottom-sheet .oz-option-label-btn:hover {
  border-color: var(--oz-label-hover-border) !important;
  background: var(--oz-label-hover-bg) !important;
}
.oz-bottom-sheet .oz-option-label-btn.selected {
  border-color: var(--oz-accent) !important;
  background: var(--oz-accent) !important;
  color: var(--oz-accent-text) !important;
}
.oz-bottom-sheet .oz-color-mode-btn {
  padding: 8px 16px !important;
  border: 1.5px solid var(--oz-label-border) !important;
  border-radius: 8px !important;
  background: var(--oz-label-bg) !important;
  color: var(--oz-label-text) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  display: inline-block !important;
  line-height: 1.4 !important;
}
.oz-bottom-sheet .oz-color-mode-btn.active {
  border-color: var(--oz-accent) !important;
  background: var(--oz-accent) !important;
  color: var(--oz-accent-text) !important;
}
.oz-bottom-sheet .oz-tool-mode-btn {
  flex: 1 !important;
  min-width: 0 !important;
  padding: 10px 8px !important;
  border: 1.5px solid var(--oz-label-border) !important;
  border-radius: 8px !important;
  background: var(--oz-label-bg) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--oz-label-text) !important;
  cursor: pointer;
  text-align: center !important;
  transition: all 0.2s var(--oz-ease) !important;
  font-family: "Raleway", sans-serif;
  line-height: 1.3 !important;
}
.oz-bottom-sheet .oz-tool-mode-btn:hover {
  border-color: var(--oz-label-hover-border) !important;
  background: var(--oz-label-hover-bg) !important;
}
.oz-bottom-sheet .oz-tool-mode-btn.selected {
  border-color: var(--oz-accent) !important;
  background: var(--oz-accent) !important;
  color: var(--oz-accent-text) !important;
}
.oz-bottom-sheet .oz-tool-mode-btn .oz-price-add {
  font-size: 10px !important;
  display: block !important;
  margin-top: 2px;
  opacity: 0.7;
}
.oz-bottom-sheet .oz-tool-mode-btn.selected .oz-price-add {
  opacity: 0.9;
}
.oz-bottom-sheet .oz-tool-qty-wrap {
  border: 1px solid var(--oz-border) !important;
  border-radius: 6px !important;
  overflow: hidden;
}
.oz-bottom-sheet .oz-tool-qty-btn {
  width: 28px !important;
  height: 28px !important;
  border: none !important;
  background: var(--oz-bg-subtle) !important;
  font-size: 13px !important;
  color: var(--oz-text-primary) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  padding: 0 !important;
  transition: background 0.1s !important;
}
.oz-bottom-sheet .oz-tool-qty-btn:hover {
  background: var(--oz-border-light) !important;
}
.oz-bottom-sheet .oz-tool-qty-input,
.oz-bottom-sheet input.oz-tool-qty-input {
  width: 30px !important;
  height: 28px !important;
  text-align: center !important;
  border: none !important;
  border-left: 1px solid var(--oz-border) !important;
  border-right: 1px solid var(--oz-border) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--oz-text-primary) !important;
  background: white !important;
  padding: 0 !important;
  -moz-appearance: textfield;
}
.oz-bottom-sheet .oz-tool-size-btn {
  padding: 3px 10px !important;
  border: 1px solid var(--oz-border) !important;
  border-radius: 5px !important;
  background: var(--oz-bg-subtle) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: var(--oz-text-body) !important;
  cursor: pointer;
  transition: all 0.15s !important;
  white-space: nowrap;
}
.oz-bottom-sheet .oz-tool-size-btn:hover {
  border-color: var(--oz-accent) !important;
  color: var(--oz-accent) !important;
}
.oz-bottom-sheet .oz-tool-size-btn.selected {
  background: var(--oz-accent-light) !important;
  border-color: var(--oz-accent) !important;
  color: var(--oz-accent) !important;
  font-weight: 600 !important;
}
.oz-bottom-sheet .oz-tool-size-btn.oos {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
  text-decoration: line-through !important;
}
.oz-bottom-sheet button.oz-qty-btn {
  width: 32px !important;
  height: 48px !important;
  background: var(--oz-bg-subtle) !important;
  border: none !important;
  font-size: 16px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--oz-text-primary) !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.oz-bottom-sheet input.oz-qty-input,
.oz-bottom-sheet input.oz-qty-input[type=number] {
  width: 32px !important;
  height: 48px !important;
  text-align: center;
  border: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  background: white !important;
  color: var(--oz-text-primary) !important;
  padding: 0 !important;
  -moz-appearance: textfield;
}
.oz-bottom-sheet button.oz-add-to-cart {
  flex: 1 !important;
  height: 50px !important;
  border: none !important;
  border-radius: 8px !important;
  background: var(--oz-cta) !important;
  color: var(--oz-cta-text) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 0 20px !important;
  line-height: 50px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.oz-bottom-sheet .oz-info-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: var(--oz-accent-light) !important;
  color: var(--oz-accent) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  font-style: italic;
  font-family: Georgia, serif;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
  flex-shrink: 0;
}
.oz-sheet-footer {
  position: sticky;
  bottom: -24px;
  background: white;
  border-top: 1px solid var(--oz-border);
  padding: 8px 0 0;
  padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  margin-top: 8px;
  z-index: 2;
}
.oz-sheet-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 4px;
  border-top: 1px solid var(--oz-border-light);
  font-size: 16px;
}
.oz-sheet-total-label {
  font-weight: 600;
  color: var(--oz-text-primary);
  font-size: 14px;
  color: var(--oz-text-body);
}
.oz-sheet-total-price {
  font-weight: 700;
  font-size: 22px;
  color: var(--oz-text-primary);
  letter-spacing: -0.3px;
}
button.oz-sheet-cta {
  width: 100% !important;
  height: 50px !important;
  background: var(--oz-cta) !important;
  color: var(--oz-cta-text) !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 700;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px !important;
  margin: 0;
  min-height: auto !important;
  line-height: 50px !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.oz-product-page .oz-sheet-cta:hover {
  background: var(--oz-cta-hover);
}
.oz-sheet-group {
  margin-bottom: 20px;
}
.oz-sheet-group-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--oz-text-primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.oz-sheet-group-label span {
  font-weight: 400;
  color: var(--oz-text-muted);
  text-transform: none;
  letter-spacing: 0;
}
.oz-sheet-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.oz-sheet-swatch {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.oz-sheet-swatch.selected {
  border-color: var(--oz-accent);
  box-shadow: 0 0 0 2px rgba(19, 83, 80, 0.15);
}
.oz-sheet-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.oz-sheet-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.oz-bottom-sheet .oz-sheet-label-btn {
  padding: 10px 16px;
  border: 1.5px solid var(--oz-label-border);
  border-radius: 8px;
  background: var(--oz-label-bg);
  font-size: 13px;
  font-weight: 600;
  color: var(--oz-label-text);
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.oz-bottom-sheet .oz-sheet-label-btn.selected {
  border-color: var(--oz-accent);
  background: var(--oz-accent-light);
  color: var(--oz-accent);
}
.oz-bottom-sheet .oz-sheet-label-btn .oz-price-add {
  font-size: 11px;
  font-weight: 500;
  color: var(--oz-text-muted);
  display: block;
  margin-top: 2px;
}
.oz-bottom-sheet .oz-sheet-label-btn.selected .oz-price-add {
  color: var(--oz-accent);
}
.oz-sheet-dropdown {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--oz-label-border);
  border-radius: 8px;
  background: white;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: var(--oz-text-primary);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.oz-sheet-qty-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.oz-bottom-sheet .oz-sheet-qty-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--oz-border);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: var(--oz-text-primary);
  transition: all 0.15s;
}
.oz-bottom-sheet .oz-sheet-qty-btn:hover {
  border-color: var(--oz-accent);
  color: var(--oz-accent);
}
.oz-bottom-sheet .oz-sheet-qty-input {
  width: 60px;
  height: 36px;
  text-align: center;
  border: 1.5px solid var(--oz-border);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  background: white;
  color: var(--oz-text-primary);
}
.oz-bottom-sheet .oz-sheet-qty-input::-webkit-inner-spin-button,
.oz-bottom-sheet .oz-sheet-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.oz-sheet-breakdown {
  margin-top: 0;
  margin-bottom: 4px;
}
.oz-sheet-price-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 2px 0;
  font-size: 13px;
  color: var(--oz-text-body);
}
.oz-sheet-m2-small {
  font-size: 11px;
  color: var(--oz-text-muted);
}
.oz-sheet-m2-note {
  font-size: 12px;
  color: var(--oz-text-muted);
}

/* src/css/utilities.css */
@keyframes oz-shake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
}
@keyframes oz-pulse-border {
  0% {
    box-shadow: 0 0 0 0 rgba(42, 157, 143, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(42, 157, 143, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(42, 157, 143, 0);
  }
}
.oz-pulse {
  animation: oz-pulse-border 0.75s ease 2;
  border-radius: 8px;
}
.oz-product-page ~ .grecaptcha-badge,
.grecaptcha-badge,
body.single-product .grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
body.oz-hide-banners #CookiebotWidget,
body.oz-hide-banners #CookieConsent,
body.oz-hide-banners #cookiebanner,
body.oz-hide-banners .cookieconsent,
body.oz-hide-banners [id*=cookiebot],
body.oz-hide-banners [class*=cookie-banner],
body.oz-hide-banners [class*=privacy-banner],
body.oz-hide-banners .cc-window,
body.oz-hide-banners #uc-corner-modal,
body.oz-hide-banners #CybotCookiebotDialog,
body.oz-hide-banners #CybotCookiebotDialogBodyUnderlay {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* src/css/responsive.css */
@media (max-width: 1100px) {
  .oz-product-page {
    padding: 8px 24px 80px;
  }
  .oz-product-grid {
    gap: 32px;
  }
}
@media (max-width: 900px) {
  .oz-product-page {
    padding: 8px 16px 100px;
  }
  .oz-product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .oz-product-summary {
    padding-left: 0;
    order: 2;
    overflow-x: hidden;
  }
  .oz-sheet-overlay.open {
    display: block;
  }
  .oz-bottom-sheet.open {
    display: block;
  }
  .oz-product-page .oz-add-to-cart {
    width: 100%;
    flex: none;
  }
  .oz-product-info-section {
    margin-top: 40px;
    order: 3;
  }
  .oz-tabs-bar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .oz-tab {
    font-size: 14px;
    padding: 8px 12px;
  }
  .oz-left-column {
    display: contents;
  }
  .oz-product-gallery {
    order: 1;
    position: static;
  }
  .oz-gallery-thumb {
    width: 60px;
    height: 60px;
  }
  .oz-product-page .oz-add-to-cart,
  button.oz-sticky-btn,
  button.oz-sheet-cta {
    height: 54px;
    font-size: 16px;
  }
  .oz-product-title {
    font-size: 26px;
  }
  .oz-breadcrumb {
    padding: 8px 0;
  }
  .oz-breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 8px 12px;
  }
  .oz-breadcrumb-overlay a {
    color: inherit;
  }
  .oz-product-gallery {
    position: relative;
    margin-top: -18px;
  }
  .oz-compare-scroll {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .oz-showcase-block__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px;
  }
  .oz-showcase-block--reverse .oz-showcase-block__inner {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .oz-showcase-block {
    padding: 32px 0;
  }
  .oz-showcase-block__heading {
    font-size: 21px;
  }
  .oz-showcase-block__body {
    font-size: 13px;
  }
  .oz-orb--accent {
    width: 220px;
    height: 220px;
  }
  .oz-orb--warm {
    width: 200px;
    height: 200px;
  }
  body.oz-has-sticky {
    padding-bottom: 100px;
  }
}

/* src/css/product-page.css */
/*# sourceMappingURL=oz-product-page.css.map */
