/* OZ Variations — Built by esbuild. Do not edit. Source: src/css/ */
/* src/css/oz-variations.css */
.oz-variation-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #2c2c2c;
}
.oz-variation-group .oz-selected-color {
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
}
.oz-color-options {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.oz-color-option {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 4px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.oz-color-name {
  display: none;
}
.oz-color-option.oz-selected .oz-color-name {
  display: none;
}
.oz-color-swatch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #ddd !important;
  transition: all 0.3s ease;
  position: relative;
  background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
.oz-color-swatch.oz-has-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
.oz-color-swatch.oz-has-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 1;
}
.oz-color-option:hover .oz-color-swatch {
  transform: scale(1.15);
  border-color: #999 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}
.oz-color-option.oz-selected .oz-color-swatch {
  border-color: #333 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}
.oz-color-option.oz-selected .oz-color-swatch::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #000;
  z-index: 2;
}
.oz-color-option:hover .oz-color-swatch.oz-has-image {
  transform: scale(1.15);
  border-color: #666 !important;
}
.oz-color-option:hover .oz-color-swatch.oz-has-image::before {
  background: rgba(255, 255, 255, 0.1);
}
.oz-sizing-info {
  margin-bottom: 12px;
  line-height: 1.5;
  color: #333;
}
.oz-size-options {
  margin-top: 8px;
}
.oz-size-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.oz-outlet-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.oz-size-option {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #0000001f;
  border-radius: 4px;
  color: #333;
  background-color: transparent;
  transition: all 0.2s ease;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.oz-size-option.oz-selected {
  font-weight: 600 !important;
}
a.oz-size-option {
  text-decoration: none;
}
a.oz-size-option:hover {
  border-color: #bbb;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333;
}
.oz-size-option.oz-selected {
  border: 2px solid #333;
  background-color: transparent;
  font-weight: 600;
  color: #000;
}
.oz-color-swatch.oz-finish-chrome {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #b8b8b8) !important;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.8), 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  border: 3px solid #c4c4c4 !important;
}
.oz-color-swatch.oz-finish-brushed-aluminum {
  background:
    linear-gradient(
      145deg,
      #dcdcdc,
      #a0a0a0) !important;
  border: 3px solid #a9a9a9 !important;
}
.oz-color-swatch.oz-finish-carbon-fiber {
  background:
    linear-gradient(
      145deg,
      #333333,
      #111111) !important;
  border: 3px solid #212121 !important;
  position: relative;
  overflow: hidden;
}
.oz-color-swatch.oz-finish-carbon-fiber:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 2px,
      rgba(100, 100, 100, 0.4) 2px,
      rgba(100, 100, 100, 0.1) 4px);
  mix-blend-mode: overlay;
}
.oz-color-option:hover .oz-color-swatch.oz-finish-chrome {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #c0c0c0) !important;
}
.oz-color-option:hover .oz-color-swatch.oz-finish-brushed-aluminum {
  background:
    linear-gradient(
      145deg,
      #e5e5e5,
      #a8a8a8) !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .oz-color-swatch {
    border: 3px solid #ddd !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
  }
  .oz-color-option:not(.oz-selected) .oz-color-swatch {
    border-color: #ddd !important;
  }
  .oz-color-option.oz-selected .oz-color-swatch {
    border-color: #333 !important;
  }
  .oz-color-swatch::after {
    border-radius: 50% !important;
  }
}
.oz-color-swatch.oz-safari-fix {
  border: 3px solid #ddd !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  -moz-appearance: none !important;
  outline: none !important;
  background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
}
.oz-color-option.oz-selected .oz-color-swatch.oz-safari-fix {
  border-color: #333 !important;
  position: relative !important;
}
.oz-color-option.oz-selected .oz-color-swatch.oz-safari-fix::after {
  content: "" !important;
  position: absolute !important;
  top: -3px !important;
  left: -3px !important;
  right: -3px !important;
  bottom: -3px !important;
  border: 3px solid #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 2px #000 !important;
  z-index: 2 !important;
}
@media (max-width: 768px) {
  .oz-color-swatch {
    width: 35px;
    height: 35px;
  }
  .oz-color-options {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .oz-color-swatch {
    width: 32px;
    height: 32px;
  }
  .oz-color-options {
    gap: 10px;
  }
}
.oz-pu-layer-selectors {
  margin-top: 25px;
  padding: 0;
  background: transparent;
  border: none;
}
.oz-pu-layer-group {
  background: transparent;
  border: none;
  padding: 0;
}
.oz-pu-layer-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.125rem;
  color: #2c2c2c;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.oz-pu-layer-description {
  margin-bottom: 20px;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
.oz-pu-layer-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  max-width: 100%;
}
.oz-pu-layer-option {
  position: relative;
  border: none;
  border-radius: 0;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.oz-pu-layer-option input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.oz-pu-layer-option label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 80px;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.95rem;
  color: #374151;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.oz-pu-layer-option label:hover {
  border-color: #d1d5db;
  background: #f9fafb;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  transform: translateY(-1px);
}
.oz-pu-layer-option input[type=radio]:checked + label,
.oz-pu-layer-option:has(input[type=radio]:checked) label {
  border-color: #2c2c2c;
  background: #2c2c2c;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 8px 16px rgba(44, 44, 44, 0.15);
  transform: translateY(-2px);
}
.oz-pu-layer-option input[type=radio]:checked + label .oz-pu-price,
.oz-pu-layer-option:has(input[type=radio]:checked) label .oz-pu-price {
  color: #e5e7eb;
}
.oz-pu-layer-option input[type=radio]:checked + label::after,
.oz-pu-layer-option:has(input[type=radio]:checked) label::after {
  content: "\2713";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  color: #2c2c2c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.oz-pu-price {
  font-weight: 400;
  color: #6b7280;
  font-size: 0.85rem;
  margin-top: 4px;
  line-height: 1.3;
}
.oz-pu-layer-option:last-child input[type=radio]:checked + label,
.oz-pu-layer-option:last-child:has(input[type=radio]:checked) label {
  border-color: #dc2626;
  background: #dc2626;
  color: #ffffff;
}
.oz-pu-layer-option:last-child input[type=radio]:checked + label .oz-pu-price,
.oz-pu-layer-option:last-child:has(input[type=radio]:checked) label .oz-pu-price {
  color: #fecaca;
}
.oz-pu-layer-option input[type=radio]:focus + label {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .oz-pu-layer-options {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .oz-pu-layer-option label {
    min-height: 70px;
    padding: 16px;
    font-size: 0.875rem;
  }
  .oz-pu-layer-label {
    font-size: 1rem;
  }
  .oz-pu-layer-description {
    font-size: 0.875rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .oz-pu-layer-option label {
    min-height: 65px;
    padding: 12px;
  }
  .oz-pu-layer-options {
    gap: 8px;
  }
}
.oz-primer-selectors {
  margin-top: 25px;
  padding: 0;
  background: transparent;
  border: none;
}
.oz-primer-group {
  background: transparent;
  border: none;
  padding: 0;
}
.oz-primer-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.125rem;
  color: #2c2c2c;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.oz-primer-description {
  margin-bottom: 20px;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
.oz-primer-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
}
.oz-primer-option {
  position: relative;
  border: none;
  border-radius: 0;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.oz-primer-option input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.oz-primer-option label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.95rem;
  color: #374151;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.oz-primer-option label:hover {
  border-color: #d1d5db;
  background: #f9fafb;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  transform: translateY(-1px);
}
.oz-primer-option input[type=checkbox]:checked + label,
.oz-primer-option:has(input[type=checkbox]:checked) label {
  border-color: #059669;
  background: #059669;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 8px 16px rgba(5, 150, 105, 0.15);
  transform: translateY(-2px);
}
.oz-primer-option input[type=checkbox]:checked + label .oz-primer-price-display,
.oz-primer-option:has(input[type=checkbox]:checked) label .oz-primer-price-display {
  color: #d1fae5;
}
.oz-primer-option input[type=checkbox]:checked + label::after,
.oz-primer-option:has(input[type=checkbox]:checked) label::after {
  content: "\2713";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  color: #059669;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.oz-primer-text {
  font-size: 0.95rem;
  font-weight: inherit;
}
.oz-primer-price-display {
  font-weight: 600;
  color: #059669;
  font-size: 0.9rem;
  margin-left: 12px;
}
.oz-primer-option input[type=checkbox]:focus + label {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .oz-primer-options {
    max-width: 100%;
  }
  .oz-primer-option label {
    min-height: 65px;
    padding: 16px;
    font-size: 0.875rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .oz-primer-price-display {
    margin-left: 0;
  }
  .oz-primer-label {
    font-size: 1rem;
  }
  .oz-primer-description {
    font-size: 0.875rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .oz-primer-option label {
    min-height: 60px;
    padding: 12px;
  }
}
.oz-color-palette-interface {
  margin-top: 25px;
  padding: 25px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.oz-palette-header {
  margin-bottom: 25px;
  text-align: center;
}
.oz-palette-title {
  margin: 0 0 8px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  letter-spacing: -0.02em;
}
.oz-palette-description {
  margin: 0;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.5;
}
.oz-available-samples {
  margin-bottom: 30px;
}
.oz-samples-label {
  margin: 0 0 15px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #374151;
}
.oz-samples-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}
.oz-sample-option {
  position: relative;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}
.oz-sample-option:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.oz-sample-option.oz-selected {
  border-color: #3b82f6;
  background: #eff6ff;
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.15);
  transform: translateY(-2px);
}
.oz-sample-option.oz-current-sample {
  border-color: #059669;
  background: #f0fdf4;
}
.oz-sample-option.oz-current-sample.oz-selected {
  border-color: #059669;
  background: #d1fae5;
}
.oz-sample-swatch {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 8px;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.oz-sample-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.oz-sample-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.oz-sample-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  line-height: 1.2;
}
.oz-sample-price {
  font-size: 0.75rem;
  font-weight: 600;
  color: #059669;
}
.oz-current-indicator {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #059669;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.oz-sample-option.oz-selected::after {
  content: "\2713";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: #3b82f6;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.oz-palette-cart {
  border-top: 1px solid #e5e7eb;
  padding-top: 25px;
}
.oz-cart-label {
  margin: 0 0 15px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #374151;
}
.oz-selected-samples {
  min-height: 60px;
  background: #f9fafb;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}
.oz-empty-palette {
  text-align: center;
  color: #6b7280;
  font-style: italic;
  padding: 15px 0;
}
.oz-palette-items {
  display: grid;
  gap: 8px;
}
.oz-palette-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 16px;
  transition: all 0.2s ease;
}
.oz-palette-item:hover {
  border-color: #d1d5db;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.oz-item-color {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  line-height: 1.2;
}
.oz-item-price {
  font-size: 0.875rem;
  font-weight: 600;
  color: #059669;
  min-width: 50px;
  text-align: right;
  line-height: 1.2;
}
.oz-remove-item {
  color: #efefef;
  border: 1px solid #dc2626;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
  line-height: 1;
  background: #dc2626;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.oz-remove-item:hover {
  background: #f3f4f6;
  color: #6b7280;
  border-color: #d1d5db;
}
.oz-palette-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #e5e7eb;
  margin-bottom: 20px;
}
.oz-total-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
}
.oz-total-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #059669;
}
.oz-palette-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.oz-clear-palette,
.oz-add-palette {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.oz-clear-palette {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
}
.oz-clear-palette:hover:not(:disabled) {
  background: #e5e7eb;
  border-color: #9ca3af;
}
.oz-add-palette {
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.oz-add-palette:hover:not(:disabled) {
  background: rgba(0, 132, 255, 1);
  border-color: rgba(0, 132, 255, 1);
  box-shadow: 0 4px 8px rgba(0, 132, 255, 0.25);
  transform: translateY(-1px);
}
.oz-clear-palette:disabled,
.oz-add-palette:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .oz-color-palette-interface {
    padding: 20px 15px;
  }
  .oz-samples-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 12px;
  }
  .oz-sample-swatch {
    width: 50px;
    height: 50px;
  }
  .oz-palette-actions {
    flex-direction: column;
    gap: 8px;
  }
  .oz-clear-palette,
  .oz-add-palette {
    width: 100%;
    padding: 14px 20px;
  }
}
@media (max-width: 480px) {
  .oz-samples-grid {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 10px;
  }
  .oz-sample-option {
    padding: 8px;
  }
  .oz-sample-swatch {
    width: 40px;
    height: 40px;
  }
  .oz-sample-name {
    font-size: 0.75rem;
  }
  .oz-sample-price {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1024px) {
  .woocommerce-product-gallery__image {
    position: sticky;
    top: 180px;
    margin-bottom: 40px;
  }
  .woocommerce div.product.thumbnail-layout-vertical div.woocommerce-product-gallery {
    min-height: 100%;
  }
}
.detail-meta-bottom {
  display: none !important;
}
/*# sourceMappingURL=oz-variations.css.map */
