.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  color: #fff;
  white-space: normal;
  background-color: #333;
  border-radius: 4px;
  outline: 0;
  font-size: 14px;
  line-height: 1.4;
  transition-property: transform, visibility, opacity;
  position: relative;
}

.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: top;
  bottom: -7px;
  left: 0;
}

.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: bottom;
  top: -7px;
  left: 0;
}

.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  transform-origin: 0;
  right: -7px;
}

.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: 100%;
  left: -7px;
}

.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.tippy-content {
  z-index: 1;
  padding: 5px 9px;
  position: relative;
}

.cl-hide {
  display: none !important;
}

@media only screen and (max-width: 450px) {
  .cl-hide-mobile {
    display: none !important;
  }
}

.visually-hidden {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  word-wrap: normal !important;
  position: absolute !important;
}

.cl-price-lt {
  text-decoration: line-through !important;
  display: block !important;
}

.cl-price-d {
  font-weight: bold;
  display: block !important;
}

.cl-po--label {
  align-items: center;
  position: relative;
  float: none !important;
  display: flex !important;
}

.cl-po--options {
  flex-direction: column;
  display: flex;
}

.cl-po--option {
  text-align: left;
  font-size: 16px;
  position: relative;
}

.cl-po--input {
  width: 100%;
  box-sizing: border-box;
  border-style: solid;
  padding: 10px 12px;
  line-height: 1;
  display: block;
  appearance: none !important;
  min-height: 0 !important;
}

.cl-po--input[type="date"] {
  min-height: 40px !important;
}

.cl-po--input-group {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.cl-po--input-group .cl-po--input {
  width: 1%;
  z-index: 2;
  flex: auto;
  margin-bottom: 0;
  position: relative;
}

.cl-po--input-group > .cl-po--input:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.cl-po--input-group > .cl-po--input:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.cl-po--input-group .cl-po--input-addon {
  z-index: 1;
  white-space: nowrap;
  width: auto;
  border-style: solid;
  flex-grow: 0;
  align-items: center;
  line-height: 1;
  display: flex;
  background-color: #e9ecef !important;
  font-size: 14px !important;
}

.cl-po--input-group > .cl-po--input-addon:not(:first-child) {
  margin-left: -1px;
}

.cl-po--input-group > .cl-po--input-addon:not(:last-child) {
  margin-right: -1px;
}

.cl-po--error {
  text-align: center;
  cursor: pointer;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #0000;
  margin-bottom: 12px;
  padding: 5px 12px;
  position: relative;
}

.cl-po--error:after {
  content: "x";
  position: absolute;
  top: 4px;
  right: 16px;
}

.cl-po--fade-leave-active {
  transition: opacity .2s ease-in;
}

.cl-po--fade-enter-active {
  transition: opacity .5s ease-in;
}

.cl-po--fade-enter-from, .cl-po--fade-leave-to {
  opacity: 0;
}

.cl-po--fade-enter-to, .cl-po--fade-leave-from {
  opacity: 1;
}

.cl-po--radio-item, .cl-po--checkbox-item {
  cursor: pointer;
  align-items: center;
  margin-bottom: 8px;
  display: flex !important;
}

.cl-po--radio-item input[type="radio"], .cl-po--checkbox-item input[type="checkbox"] {
  display: block !important;
}

.cl-po--radio-item.cl-po--horizontal, .cl-po--checkbox-item.cl-po--horizontal {
  margin-right: 16px;
  display: inline-flex !important;
}

input[type="checkbox"].cl-po--input, input[type="radio"].cl-po--input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
}

input[type="checkbox"].cl-po--input:checked:after, input[type="radio"].cl-po--input:checked:after {
  content: none;
}

input[type="radio"].cl-po--input {
  border-radius: 100% !important;
}

input[type="checkbox"]:checked.cl-po--input, input[type="radio"]:checked.cl-po--input {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: #0000;
}

input[type="checkbox"]:checked.cl-po--input {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

input[type="radio"]:checked.cl-po--input {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

input[type="color"].cl-po--input {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 0;
  padding: 0;
}

select.cl-po--input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.cl-po--swatch {
  overflow: hidden;
}

.cl-po--swatch-container {
  width: calc(100% + 10px);
  flex-wrap: wrap;
  display: flex;
}

.cl-po--swatch-group-label {
  width: 100%;
  color: #374151;
  letter-spacing: .04em;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  margin: 4px 0 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.cl-po--swatch-group {
  width: calc(100% - 10px);
  box-sizing: border-box;
  border: 1px solid #3741513d;
  border-radius: 8px;
  margin: 8px 10px 12px 0;
  padding: 14px 10px 6px;
  position: relative;
}

.cl-po--swatch-group-items {
  width: calc(100% + 10px);
  flex-wrap: wrap;
  display: flex;
}

.cl-po--swatch-group-label {
  width: auto;
  background-color: #fff;
  margin: 0;
  padding: 0 6px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-50%);
}

.cl-po--swatch-group-label:after {
  content: "";
  height: 1px;
  background-color: #3741513d;
  flex: 1;
}

.cl-po--swatch-group-label:first-child {
  margin-top: 0;
}

.cl-po--swatch-group-label:after {
  content: none;
}

.cl-po--swatch-item {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex !important;
}

.cl-po--swatch-item.cl-hide {
  display: none !important;
}

.cl-po--swatch-item.grow {
  flex-grow: 1;
  flex-basis: 0;
}

.cl-po--swatch-item.grow .cl-po--swatch {
  white-space: nowrap;
  width: 100% !important;
}

.cl-po--swatch-item input, .cl-po--swatch-item.personalize {
  display: none !important;
}

.cl-po--swatch-item.cl-po--disabled, .cl-po--radio-item.cl-po--disabled, .cl-po--checkbox-item.cl-po--disabled {
  color: #7c7c7c;
  cursor: default;
  text-decoration: line-through;
}

.cl-po--swatch-item.cl-po--disabled .cl-po--swatch-img, .cl-po--swatch-item.cl-po--disabled .cl-po--swatch-color {
  opacity: .2;
}

.cl-po--swatch-text {
  margin-top: 5px;
}

.cl-po--swatch {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  vertical-align: middle;
  border-style: solid;
  display: inline-flex;
}

.cl-po--swatch.cl-po--circle {
  overflow: hidden;
  border-radius: 50% !important;
}

.cl-po--swatch.cl-po--small {
  width: 30px;
  height: 30px;
}

.cl-po--swatch.cl-po--large {
  width: 80px;
  height: 80px;
}

.cl-po--swatch img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
}

.cl-po--swatch img.cover {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.cl-po--swatch-button {
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  width: auto !important;
}

.cl-po--swatch-button.cl-po--small {
  height: 40px;
}

.cl-po--font-selector .cl-po--swatch-img {
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 0 2px;
}

.cl-po--dimension-container {
  flex-direction: row;
  display: flex;
}

.cl-po--dimension-item {
  flex-basis: 50%;
  padding: 0 8px;
}

.cl-po--dimension-item:first-child {
  padding-left: 0;
}

.cl-po--dimension-item:last-child {
  padding-right: 0;
}

.cl-po--dimension-item.full {
  flex-basis: 100%;
  padding: 0;
}

.cl-po--dimension-item .cl-po--label {
  margin-bottom: 0 !important;
  font-size: 14px !important;
}

.cl-po--dimension-steps .cl-po--quantity-wrap {
  width: 1%;
  flex: auto;
  position: relative;
}

.cl-po--dimension-steps.cl-po--addon .cl-po--quantity-wrap > .cl-po--input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.cl-po--dimension-steps .cl-po--input {
  text-align: center;
}

.cl-po--dimension-steps .cl-po--quantity-btn {
  z-index: 3;
  height: 100%;
  width: 30px;
  padding-top: 2px;
  padding-bottom: 0;
}

.cl-po--dimension-steps .cl-po--quantity-btn:first-child {
  left: 0;
}

.cl-po--dimension-steps .cl-po--quantity-btn:last-child {
  right: 0;
}

.cl-po--break {
  height: 0;
  flex-basis: 100%;
  display: block !important;
}

.cl-po--upload .cl-po--upload-wrap {
  display: flex;
}

.cl-po--upload .cl-po--upload-button {
  cursor: pointer;
  width: auto;
  line-height: 1.5;
  display: inline-block;
}

.cl-po--upload .cl-po--upload-button.crop {
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  display: flex;
}

.cl-po--upload .cl-po--upload-button.crop.has-label svg, .cl-po--upload-lift .cl-po--upload-lift-crop.has-label svg {
  width: 20px;
  margin-right: 5px;
}

.cl-po--upload .cl-po--upload-button > span {
  align-items: center;
  display: flex;
}

.cl-po--upload input[type="file"] {
  display: none;
}

.cl-po--upload .cl-po--remove {
  cursor: pointer;
}

.cl-po--upload-lift .cl-po--upload-lift-crop {
  height: 30px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex !important;
}

.cl-po--upload-lift .filepond--root {
  margin-bottom: 0;
}

.cl-editor-mode {
  margin-top: 1em;
}

.cl-editor-mode [data-live-price] {
  font-weight: bold;
}

.cl-editor-mode button {
  cursor: pointer;
  background: none;
}

.cl-po--b-radius-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.cl-po--option .choices {
  font-size: unset;
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.cl-po--option .choices.is-open {
  z-index: 11;
}

.cl-po--option .choices__item .o--img {
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.cl-po--option .choices__item .o--text {
  vertical-align: middle;
  line-height: 30px;
  display: inline-block;
}

.cl-po--option .choices__inner, .cl-po--option .choices__list--dropdown .choices__item {
  min-height: 40px;
  padding: 5px !important;
}

.cl-po--option .choices__item .o--img + .cl-po--option .choices__item .o--text {
  margin-left: 10px;
}

.cl-po--option .choices__list--single {
  padding: 0;
}

.cl-po--option .choices__list--single .choices__item, .cl-po--option .choices__list--dropdown .choices__item, .cl-po--option .choices[data-type*="select-one"] .choices__inner {
  box-sizing: border-box;
  line-height: 1;
  font-size: unset;
}

.cl-po--option .choices[data-type*="select-multiple"] .choices__button {
  vertical-align: middle;
  text-indent: 0;
  opacity: 1;
  background-image: none;
  margin: 0 8px;
  padding-left: 10px;
}

.cl-po--option .choices[data-type*="select-multiple"] .choices__input {
  background-color: #0000;
}

.cl-po--option .choices[data-type*="select-multiple"] .choices__input:focus {
  box-shadow: none;
  outline: 0;
}

.cl-po--quantity-input {
  min-width: 60px;
  margin-left: 15px;
}

.cl-po--quantity-input .cl-po--input {
  text-align: center;
  padding: 6px;
}

.cl-po--quantity-input input[type="number"]::-webkit-inner-spin-button, .cl-po--quantity-input input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.cl-po--quantity-wrap {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.cl-po--number-steps {
  width: 100%;
}

.cl-po--quantity {
  min-width: 100px;
  text-align: center;
}

input[type="number"].cl-po--quantity {
  min-width: 150px;
}

.cl-po--quantity::-webkit-inner-spin-button, .cl-po--quantity::-webkit-outer-spin-button {
  opacity: 1;
  -webkit-appearance: none;
  margin: 0;
}

.cl-po--quantity-btn {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  width: 40px;
  text-align: center;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
}

.cl-po--quantity-wrap .cl-po--quantity-btn:first-child {
  left: 0;
}

.cl-po--quantity-wrap .cl-po--quantity-btn:last-child {
  right: 0;
}

.cl-po--discount-text {
  width: 100%;
  display: flex;
}

.cl-po--discount-text span {
  white-space: nowrap;
  margin-right: 5px;
  display: inline-block;
}

.cl-po--discount-text ._quantity {
  min-width: 70px;
  font-weight: bold;
}

.cl-po--discount-text ._unit {
  margin-right: 0;
  font-weight: 500;
}

.cl-po--discount-text ._price {
  color: #005a00;
  text-align: right;
  min-width: 80px;
}

.cl-po--discount-text ._compare {
  text-align: right;
  text-decoration: line-through;
}

.cl-po--discount-text ._save {
  color: #fff;
  text-align: center;
  background-color: #404040;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.cl-po--discount-text-custom {
  border-top: 1px solid #d1d5db;
  padding-top: 5px;
}

.cl-po--quantity-discount-el {
  margin-top: 10px;
}

.cl-po--font-selector .choices[data-type*="select-one"] .choices__inner {
  padding: 5px;
}

.cl-po--font-selector .choices__item .o--img {
  height: 30px;
}

.cl-po--font-selector .choices__item .o--text {
  display: none;
}

.cl-po--font-selector .choices__list--dropdown .choices__item {
  padding: 5px;
}

.cl-po--text-editor {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: .5em;
  display: flex;
}

.cl-po--editor-group {
  margin-bottom: 5px;
}

.cl-po--editor-group.cl-po--font-family {
  flex-basis: 100%;
}

.cl-po--editor-group.cl-po--font-color {
  display: flex;
}

.cl-po--editor-group.cl-po--font-color .cl-po--input {
  height: 35px;
}

.cl-po--editor-group.cl-po--font-color .cl-po--font-color-input {
  max-width: 100px;
}

.cl-po--editor-group.cl-po--font-color .cl-po--font-color-input .cl-po--input {
  padding: 0 0 0 6px;
}

.cl-po--text-editor .cl-po--swatch-button {
  height: 20px;
  cursor: pointer;
  margin-right: 5px;
  padding: 5px;
  width: 40px !important;
}

.cl-po--text-editor .cl-po--swatch-button:last-child {
  margin-right: 0;
}

.cl-po--text-editor .cl-po--font-selector .choices__list--dropdown .choices__item, .cl-po--text-editor .choices__inner {
  min-height: 20px;
}

.cl-po--text-editor .cl-po--font-selector .choices__item .o--img {
  height: 20px;
}

.cl-po--text-editor .cl-po--font-size .cl-po--swatch-button {
  width: 20px !important;
}

.cl-po--text-editor .cl-po--font-size .cl-po--swatch-button:active {
  transform: scale(.98);
}

.cl-po--text-editor .cl-po--font-size .cl-po--swatch-button.icon {
  cursor: initial;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
}

.cl-po--text-editor .cl-po--swatch-button {
  box-sizing: content-box;
}

.cl-po--text-editor .cl-po--swatch-button svg {
  width: 20px;
  height: 20px;
}

.cl-po--layer-editor-label + .cl-po--layer-editor {
  margin-top: 0;
}

.cl-po--layer-editor .cl-po--editor-group {
  margin-top: 5px;
}

.cl-po--layer-editor-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: top;
  flex-basis: 100%;
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
}

.tippy-content {
  text-align: center;
  padding: 8px 16px;
}

.tippy-content img {
  max-width: 100%;
  max-height: 300px;
  margin: auto auto 5px;
  display: block;
}

@media only screen and (max-width: 450px) {
  .tippy-content img {
    max-height: 200px;
  }
}

.tippy-box[data-theme="cl-actions"] {
  background: wheat;
}

.tippy-box[data-theme="cl-actions"] .tippy-arrow {
  color: wheat;
  display: block !important;
}

.cl-layer-actions {
  gap: 4px;
  padding: 4px;
  display: flex;
}

.cl-layer-action {
  width: 32px;
  height: 32px;
  color: #333;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: background-color .15s, color .15s;
  display: flex;
}

.cl-layer-action:hover {
  background-color: #00000014;
}

.cl-layer-action:active {
  background-color: #0000001f;
}

.cl-layer-action svg {
  width: 18px;
  height: 18px;
}

.cl-layer-action-delete:hover {
  color: #dc3545;
  background-color: #dc35451a;
}

.tippy-content:has(.cl-layer-actions) {
  padding: 0;
}

.cl-po--info {
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='54'%3E%3Cpath d='M2.083 44.191h2.083V29.143H2.083C.933 29.143 0 28.21 0 27.059v-4.976C0 20.933.933 20 2.083 20H13.75c1.151 0 2.083.933 2.083 2.083v22.107h2.083c1.151 0 2.083.933 2.083 2.083v4.976c0 1.151-.933 2.083-2.083 2.083H2.083C.933 53.333 0 52.401 0 51.25v-4.976c0-1.151.933-2.083 2.083-2.083zM10 0a7.5 7.5 0 1 0 0 15 7.5 7.5 0 1 0 0-15z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  border-radius: 100%;
  margin-left: 8px;
  padding: 3px;
  display: inline-block;
}

.cl-po--info.right {
  position: absolute;
  right: 0;
}

.cl-po--help {
  margin-top: 5px;
  line-height: 1.5;
  display: block;
}

.cl-po--text-help {
  text-align: right;
}

.cl-po--preview canvas {
  display: block !important;
}

.cl-po--preview.cl-po--zoom {
  cursor: zoom-in;
  overflow: hidden;
}

.cl-po--preview.cl-po--zoom canvas {
  max-width: none;
  max-height: none;
  position: relative;
}

.cl-po--preview-wrapper {
  touch-action: manipulation;
  position: relative;
}

.cl-po--preview-progress {
  width: 100%;
}

.cl-po--preview-highlight {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  pointer-events: none;
  outline: 5000px solid #000000bf;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  z-index: 100003 !important;
  background: none !important;
  -webkit-transition: none !important;
}

.cl-po--preview-sticky {
  z-index: 100;
}

.cl-po--preview-sticky.mobile {
  box-sizing: border-box;
}

.cl-po--preview-sticky img {
  max-width: 100%;
  background: #fff;
  display: block;
}

.cl-po--preview-sticky.mobile.hide {
  display: none;
}

.cl-po--preview-sticky.mobile.overlay {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 3px #00000080;
  bottom: auto !important;
}

.cl-po--preview-sticky.mobile.left {
  padding-top: 10px;
  left: 0;
}

.cl-po--preview-sticky.mobile.right {
  padding-top: 10px;
  right: 0;
}

.cl-po--preview-sticky.mobile.overlay img {
  margin: auto;
}

.cl-po--preview-sticky.mobile.left img, .cl-po--preview-sticky.mobile.right img {
  border-radius: 3px;
  box-shadow: 0 1px 3px #00000080;
}

.cl-po--preview-sticky.mobile.left img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cl-po--preview-sticky.mobile.right img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cl-po--preview-crop {
  flex-flow: row;
  justify-content: space-between;
  padding-top: 5px;
  display: flex;
}

.cl-po--preview-crop button {
  height: 50px;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #404040;
  border-radius: 4px;
  flex-basis: 15%;
  padding: 8px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #0000000d;
}

.cl-po--preview-crop button > svg {
  fill: #000 !important;
  position: relative !important;
}

.cl-po--preview-crop .icon-crop {
  pointer-events: none;
  width: 50%;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0;
}

.cl-po--crop-help.touch .icon-crop.touch, .cl-po--crop-help.cursor .icon-crop.cursor {
  display: block;
}

.cl-po--preview-crop .icon-crop, .cl-po--preview-crop .icon-crop * {
  transform-origin: 50%;
  perspective: 100px;
}

.hand-x-y {
  fill: #fff;
  stroke: #000;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cursor-x-y {
  fill: #000;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: miter;
  stroke-width: .5px;
}

@keyframes swipe-x-y {
  0% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(50px)rotateZ(10deg);
  }

  20% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(-50px)rotateZ(-10deg);
  }

  40% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0);
  }

  60% {
    transform: translateY(30px)rotateZ(-10deg);
  }

  70% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(-50px)rotateZ(10deg);
  }
}

@keyframes move-x-y {
  0% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(20px);
  }

  20% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(-20px);
  }

  40% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0);
  }

  60% {
    transform: translateY(20px);
  }

  70% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(-20px);
  }
}

.hand-x-y {
  animation: 3s ease-in-out infinite backwards swipe-x-y;
}

.cursor-x-y {
  animation: 3s infinite backwards move-x-y;
}

.cl-po--gallery {
  flex-direction: column;
  display: flex;
}

.cl-po--gallery-img, .cl-po--gallery-thumbnail {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  margin: auto;
  display: block;
  width: auto !important;
  opacity: 1 !important;
}

.cl-po--gallery-main {
  margin-bottom: 10px;
}

.cl-po--gallery-thumbnails .splide__slide {
  display: flex;
}

.cl-po--gallery-thumbnails.splide--nav > .splide__track > .splide__list > .splide__slide {
  min-width: 100px;
  border: 0 !important;
}

.cl-po--gallery-thumbnails.splide--nav > .splide__track > .splide__list > .splide__slide .cl-po--gallery-thumbnail {
  border: 2px solid #0000;
}

.cl-po--gallery-thumbnails.splide--nav > .splide__track > .splide__list > .splide__slide.is-active .cl-po--gallery-thumbnail {
  border: 2px solid #000;
}

.cl-po--gallery .splide__arrow {
  background: #fbfbfb;
}

.cl-po--gallery .splide__arrow--prev {
  left: .5em;
}

.cl-po--gallery .splide__arrow--next {
  right: .5em;
}

.cl-po--gallery .splide__pagination {
  bottom: -1.5em;
}

.cl-po--gallery .splide__pagination.mobile {
  display: none;
}

.cl-po--gallery .splide__pagination__page, .cl-po--gallery .splide__pagination__page.is-active {
  width: 10px;
  height: 10px;
  background: #ccc;
  border: 1px solid #000;
}

.cl-po--gallery.left, .cl-po--gallery.right {
  flex-direction: row;
  float: none !important;
}

.cl-po--gallery.left .cl-po--gallery-main, .cl-po--gallery.right .cl-po--gallery-main {
  max-width: calc(100% - 100px);
  flex-basis: 100%;
}

.cl-po--gallery.left .cl-po--gallery-main {
  order: 2;
}

.cl-po--gallery.left .cl-po--gallery-thumbnails {
  order: 1;
  margin-right: 10px;
}

.cl-po--gallery.right .cl-po--gallery-thumbnails {
  margin-left: 10px;
}

.cl-po--gallery.left .cl-po--gallery-thumbnails .splide__list, .cl-po--gallery.right .cl-po--gallery-thumbnails .splide__list {
  max-width: 100px;
}

@media only screen and (max-width: 450px) {
  .cl-po--gallery .splide__arrow--prev {
    left: 0;
  }

  .cl-po--gallery .splide__arrow--next {
    right: 0;
  }

  .cl-po--gallery .splide__pagination.mobile {
    display: flex;
  }

  .cl-po--gallery .cl-po--gallery-main.hide-thumb-mobile {
    max-width: 100%;
    flex-basis: 100%;
  }

  .cl-po--gallery-thumbnails.splide--nav > .splide__track > .splide__list > .splide__slide {
    min-width: 66px;
  }
}

.cl-highlight .cl-po--gallery .splide__arrow {
  display: none;
}

.cl-highlight .cl-po--gallery .cl-po--gallery-thumbnails {
  pointer-events: none;
}

.cl-po--gallery-loader {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cl-spinner {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
}

.cl-spinner div {
  transform-origin: 40px 40px;
  animation: 1.2s linear infinite cl-spinner;
  display: block;
}

.cl-spinner div:after {
  content: " ";
  width: 6px;
  height: 18px;
  background: #d4d4d4;
  border-radius: 20%;
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
}

.cl-spinner div:nth-child(1) {
  animation-delay: -1.1s;
  transform: rotate(0);
}

.cl-spinner div:nth-child(2) {
  animation-delay: -1s;
  transform: rotate(30deg);
}

.cl-spinner div:nth-child(3) {
  animation-delay: -.9s;
  transform: rotate(60deg);
}

.cl-spinner div:nth-child(4) {
  animation-delay: -.8s;
  transform: rotate(90deg);
}

.cl-spinner div:nth-child(5) {
  animation-delay: -.7s;
  transform: rotate(120deg);
}

.cl-spinner div:nth-child(6) {
  animation-delay: -.6s;
  transform: rotate(150deg);
}

.cl-spinner div:nth-child(7) {
  animation-delay: -.5s;
  transform: rotate(180deg);
}

.cl-spinner div:nth-child(8) {
  animation-delay: -.4s;
  transform: rotate(210deg);
}

.cl-spinner div:nth-child(9) {
  animation-delay: -.3s;
  transform: rotate(240deg);
}

.cl-spinner div:nth-child(10) {
  animation-delay: -.2s;
  transform: rotate(270deg);
}

.cl-spinner div:nth-child(11) {
  animation-delay: -.1s;
  transform: rotate(300deg);
}

.cl-spinner div:nth-child(12) {
  animation-delay: 0s;
  transform: rotate(330deg);
}

@keyframes cl-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.cl-embed {
  height: 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.cl-embed iframe, .cl-embed object, .cl-embed embed, .cl-embed video, .cl-embed model-viewer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cl-xr-button {
  cursor: pointer;
  appearance: none;
  letter-spacing: .1rem;
  width: 100%;
  color: #121212;
  box-shadow: none;
  background: #12121214;
  border: 1px solid #121212;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
}

.cl-xr-button svg {
  width: 1.4rem;
  margin-right: 1rem;
}

.cl-po--collapse {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  border: 0;
  padding: 10px 12px 10px 0;
  transition: all .4s;
  display: block;
  min-height: 0 !important;
}

.cl-po--collapse:before {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' %3e%3cpath d='M9.576 6.6a1.07 1.07 0 0 1 .082-1.508 1.07 1.07 0 0 1 1.508.082l5.381 5.864a1.07 1.07 0 0 1 0 1.426l-5.503 6a1.07 1.07 0 0 1-1.508.082 1.07 1.07 0 0 1-.082-1.508l4.864-5.287L9.576 6.6z'/%3e%3c/svg%3e");
  background-size: contain;
  margin-bottom: -5px;
  margin-right: 5px;
  display: inline-block;
}

.cl-po--collapse.cl-po--open:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' %3e%3cpath d='M6.781 9.395a1.07 1.07 0 0 0-1.508.082 1.07 1.07 0 0 0 .082 1.508l5.864 5.381a1.07 1.07 0 0 0 1.426 0l6-5.503a1.07 1.07 0 0 0 .082-1.508 1.07 1.07 0 0 0-1.508-.082l-5.287 4.864-5.151-4.742z'/%3e%3c/svg%3e");
}

.cl-po--panel {
  width: 100%;
  box-sizing: border-box;
  max-height: 0;
  border-style: solid;
  transition: max-height .2s ease-out;
  display: block;
  overflow: hidden;
}

.cl-po--open + .cl-po--panel {
  max-height: 100%;
  overflow: visible;
}

.cl-po--panel .cl-po--group {
  padding: 24px 12px;
}

.cl-po--panel .cl-po--group .cl-po--option:last-child {
  margin-bottom: 0 !important;
}

.cl-po--collapse.cl-po--edit {
  text-align: center;
  padding: 2px 0 0;
  line-height: 1;
}

.cl-po--collapse.cl-po--edit .cl-po--edit-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: top;
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
}

.cl-po--collapse.cl-po--edit:before {
  display: none;
}

.cl-po--panel.cl-po--edit {
  border-width: 0 !important;
}

.cl-po--open + .cl-po--panel.cl-po--edit {
  padding: 10px;
  border-width: 1px !important;
}

.cl-po--dialog {
  width: 80%;
  max-width: 400px;
  border: 2px solid #374151;
  border-radius: 6px;
  margin: auto;
  padding: 1em;
}

.cl-po--dialog .action {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

::backdrop, .cl-po--dialog + .backdrop {
  background-color: #00000080;
}

.ldcv {
  z-index: 9998 !important;
}

.ldcv > .base {
  width: 1200px;
  height: 700px;
}

.ldcv > .base > .card {
  display: block !important;
}

.ldcv.full .cl-po--popup {
  max-width: 1400px;
  margin: auto;
}

@media (min-height: 1200px) and (min-width: 1200px) {
  .ldcv.full > .base > .inner {
    padding-top: 5vh;
  }

  .ldcv.full .cl-po--popup {
    max-height: 80vh;
  }
}

.cl-po--popup {
  min-height: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 5px 20px 20px;
  display: flex;
}

.cl-po--popup-close {
  cursor: pointer;
  z-index: 100;
  position: absolute;
  top: 5px;
  right: 5px;
}

.cl-po--popup-close svg {
  width: 25px;
  height: 25px;
}

.cl-po--popup-preview {
  min-width: 0;
  flex-grow: 1;
}

.cl-po--popup-options {
  min-height: 0;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.cl-po--popup-options .options-scroll, .cl-po--popup-options .options-atc {
  padding-left: 5px;
  padding-right: 15px;
}

.cl-po--popup-options .options-scroll {
  min-height: 0;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.cl-po--popup-options .options-atc {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.cl-po--popup-options .options-atc .atc-wrap {
  order: 1;
  align-items: center;
  gap: 15px;
  display: flex;
}

.cl-po--popup-options .options-atc .atc-price {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}

.cl-po--popup-options .options-atc .atc-quantity .cl-po--quantity {
  min-width: 50px;
  width: 50px;
  height: 48px;
}

.cl-po--popup-options .options-atc .atc-button {
  flex-grow: 1;
}

.cl-po--popup-options .options-atc .cl-po--swatch-button {
  text-transform: uppercase;
  cursor: pointer;
  width: 100% !important;
}

.cl-po--popup .cl-po--preview {
  justify-content: center;
  display: flex;
}

.cl-po--popup .cl-po--gallery-img {
  max-height: 550px;
}

@media only screen and (max-width: 1024px) {
  .cl-po--popup-options {
    max-width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .ldcv > .base {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    max-width: 100% !important;
    max-height: 100% !important;
  }

  .cl-po--popup {
    height: 100%;
    flex-direction: column;
    padding: 0;
    overflow-y: auto;
  }

  .cl-po--popup-close svg {
    width: 40px;
    height: 40px;
    fill: #8e0000;
  }

  .cl-po--popup-options {
    max-width: 100%;
    flex-grow: 1;
    padding: 0;
  }

  .cl-po--popup-options .options-scroll, .cl-po--popup-options .options-atc {
    padding: 10px;
  }

  .cl-po--popup-options .options-scroll {
    min-height: auto;
    overflow: visible;
  }

  .cl-po--popup-options .options-atc {
    z-index: 10;
    background: #fff;
    border-top: 1px solid #d1d5db;
    position: sticky;
    bottom: 0;
  }

  .cl-po--popup-preview {
    z-index: 9;
    background: #fff;
    flex-grow: 0;
    padding: 10px;
    position: sticky;
    top: 0;
    box-shadow: 0 1px 3px #00000080;
  }

  .cl-po--popup .cl-po--gallery-img {
    max-height: 25vh;
  }

  .cl-po--popup-preview > .splide__list {
    margin: auto !important;
  }

  .cl-po--popup-preview .cl-po--gallery .splide__pagination.mobile {
    bottom: -1em;
  }
}

.cl-po--swatch.cl-checked {
  outline-offset: 2px;
  outline: 2px solid #0000;
  border-color: #374151 !important;
  box-shadow: 0 0 #fff, 0 0 0 1px #374151, 0 1px 2px #0000000d !important;
}

.cl-po--library {
  height: 100%;
  --library-grid-cols: 4;
  --library-grid-cols-m: 2;
  --library-grid-cols-h: 150px;
  flex-direction: column;
  row-gap: 10px;
  display: flex;
}

.cl-po--library-images, .cl-po--library-categories {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.cl-po--library-grid {
  grid-template-columns: repeat(var(--library-grid-cols), 1fr);
  gap: 1rem;
  margin: 0 auto;
  padding: 2px;
  display: grid;
}

.cl-po--library-grid-item .cl-po--swatch {
  width: 100%;
  height: var(--library-grid-cols-h);
  cursor: pointer;
}

@media only screen and (max-width: 450px) {
  .cl-po--library-grid {
    grid-template-columns: repeat(var(--library-grid-cols-m), 1fr);
  }
}

.cl-po--library-categories .cl-po--library-grid-item .cl-po--swatch {
  flex-direction: column;
}

.cl-po--library-categories .cl-po--library-grid-item .cl-po--swatch img {
  max-height: calc(100% - 30px);
}

.cl-po--library-categories {
  min-height: 100px;
  flex-direction: column;
  display: flex;
}

.cl-po--library-categories .cl-po--library-grid {
  height: 300px;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.cl-po--library-category-text {
  height: 30px;
  background: #eee;
  border-top: 1px solid #d1d5db;
  justify-content: center;
  font-weight: bold;
  display: flex;
}

.cl-po--library-images-category {
  justify-content: flex-start;
  display: flex;
}

.cl-po--library-images-more {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.cl-po--swatch-button-library {
  cursor: pointer;
  height: 30px;
}

.cl-po--swatch-button-library svg {
  width: 20px;
  margin-right: 5px;
}

.cl-po--popup-library {
  padding: 25px;
}

.cl-po--popup-library .cl-po--popup-options {
  max-width: 100%;
  padding: 0;
}

.cl-po--popup-library .cl-po--library {
  max-height: 100%;
}

.cl-po--popup-library .cl-po--library-images .cl-po--library-grid-item .cl-po--swatch {
  border: 0 !important;
  border-radius: 0 !important;
}

.cl-po--discount {
  max-width: 300px;
  margin-bottom: 2em;
  margin-left: auto;
  font-size: 14px;
}

@media only screen and (max-width: 450px) {
  .cl-po--discount {
    max-width: 100%;
  }
}

.cl-po--discount button {
  cursor: pointer;
}

.cl-po--discount .cl-po--discount-input {
  flex-direction: row;
  display: flex;
}

.cl-po--discount .cl-po--discount-input input {
  min-width: auto;
  border-radius: 5px;
  flex-grow: 1;
  padding: .7em 1em;
}

.cl-po--discount .cl-po--discount-input button {
  width: 80px;
  border-radius: 5px;
  margin-left: .7em;
  position: relative;
}

.cl-po--discount .cl-po--discount-input input.cl-po--invalid {
  border-color: #e22120 !important;
  box-shadow: 0 0 0 1px #e22120 !important;
}

.cl-po--discount-error {
  color: #e22120;
  text-align: left;
  margin-top: 10px;
  display: block;
}

.cl-po--discount-success {
  color: #005a00;
  text-align: left;
  margin-top: 10px;
  display: block;
}

.cl-po--discount-wrap {
  text-align: left;
  margin-top: 10px;
}

.cl-po--discount-tag {
  background-color: #7171711c;
  border-radius: 4px;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  display: inline-flex;
  overflow: hidden;
}

.cl-po--discount-tag span {
  color: #323232;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 8px;
  font-size: 14px;
  font-weight: bold;
}

.cl-po--discount-tag button {
  min-width: auto;
  min-height: auto;
  appearance: none;
  background: none;
  border: none;
  margin-top: 1px;
  margin-left: 5px;
  padding: 0 6px;
  line-height: normal;
}

.cl-po--discount .cl-po--icon.remove {
  width: 12px;
  height: 12px;
  stroke: #717171;
}

.cl-po--discount .cl-po--icon.tag {
  width: 18px;
  height: 18px;
  color: #717171;
  fill: currentColor;
}

.cl-po--discount .cl-po--icon.loading {
  width: 20px;
  height: 20px;
  color: #fff;
  fill: currentColor;
  vertical-align: middle;
  opacity: 1;
  margin-top: -10px;
  margin-left: -10px;
  animation: .5s linear infinite rotate;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cl-bundle-group {
  --bundle-primary-color: #303030;
  --bundle-primary-bg: #f1f1f1;
  --bundle-border-color: #0000004d;
  --bundle-bg-color: #fff;
  --bundle-text-color: #000;
  --bundle-text-secondary: #0009;
  --bundle-text-product: #000c;
  --bundle-border-radius: 8px;
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.cl-bundle-option--selected .cl-bundle-container {
  border-color: var(--bundle-primary-color);
  background-color: var(--bundle-primary-bg);
}

.cl-bundle-container {
  border: 1px solid var(--bundle-border-color);
  border-radius: var(--bundle-border-radius);
  background-color: var(--bundle-bg-color);
  cursor: pointer;
  transition: all .2s;
  display: block;
  position: relative;
}

.cl-bundle-container--featured {
  border-top-width: 0;
}

.cl-bundle-badge {
  height: 32px;
  background-color: var(--bundle-primary-color);
  color: #fff;
  border-top-left-radius: var(--bundle-border-radius);
  border-top-right-radius: var(--bundle-border-radius);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.cl-bundle-wrapper {
  padding: 16px;
}

.cl-bundle-main {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.cl-bundle-input {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid var(--bundle-border-color);
  cursor: pointer;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.cl-bundle-input:checked {
  border-color: var(--bundle-primary-color);
}

.cl-bundle-input:checked:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--bundle-primary-color);
  border-radius: 50%;
}

.cl-bundle-content {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cl-bundle-text {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.cl-bundle-title {
  color: var(--bundle-text-color);
  font-size: 16px;
  font-weight: 700;
}

.cl-bundle-subtitle {
  color: var(--bundle-text-secondary);
  margin-top: 4px;
  font-size: 14px;
}

.cl-bundle-price {
  color: var(--bundle-text-color);
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.cl-bundle-price__current {
  color: var(--bundle-text-color);
  font-size: 18px;
  font-weight: 700;
}

.cl-bundle-price__before {
  color: var(--bundle-text-secondary);
  font-size: 14px;
  text-decoration: line-through;
}

.cl-bundle-item-price .cl-bundle-price__current {
  font-size: 13px;
  font-weight: 400;
}

.cl-bundle-item-price .cl-bundle-price__before {
  font-size: 12px;
}

.cl-bundle-items {
  border: 1px solid var(--bundle-border-color);
  border-radius: max(0px, calc(var(--bundle-border-radius)  - 2px));
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 4px;
  display: flex;
}

.cl-bundle-option--selected .cl-bundle-items {
  border-color: var(--bundle-primary-color);
  background-color: var(--bundle-primary-bg);
}

.cl-bundle-item {
  justify-content: space-between;
  align-items: center;
  padding: 14px 12px;
  display: flex;
  position: relative;
}

.cl-bundle-item:not(:last-child) {
  border-bottom: 1px solid var(--bundle-border-color);
}

.cl-bundle-option--selected .cl-bundle-item:not(:last-child) {
  border-bottom: 1px solid var(--bundle-primary-color);
}

.cl-bundle-item__wrapper {
  flex: 1;
  align-items: center;
  gap: 10px;
  display: flex;
}

.cl-bundle-item__title {
  color: var(--bundle-text-product);
  margin-right: 5px;
  font-size: 13px;
  font-weight: 600;
}

.cl-bundle-item__variants {
  margin-top: 4px;
  display: block;
}

.cl-bundle-item__image {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 4px;
}

.cl-bundle-item__unavailable {
  opacity: .5;
}

.cl-bundle-item__unavailable .cl-bundle-item__title-text {
  text-decoration: line-through;
}

.cl-bundle-item:not(:last-child):after {
  content: "+";
  width: 25px;
  height: 25px;
  background-color: var(--bundle-bg-color);
  color: var(--bundle-border-color);
  border: 1px solid var(--bundle-border-color);
  z-index: 2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.cl-bundle-option--selected .cl-bundle-item:not(:last-child):after {
  background-color: var(--bundle-primary-bg);
  color: var(--bundle-primary-color);
  border: 1px solid var(--bundle-primary-color);
}

.cl-bundle-cart-item {
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
}

.cl-bundle-cart-item .cl-bundle-item__image {
  width: 40px;
  height: 40px;
  background-color: #ededed;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.cl-bundle-cart-item .cl-bundle-item__title {
  font-weight: 400;
  text-decoration: none;
}

.cl-bundle-cart-item .cl-bundle-item__title:hover {
  text-decoration: underline;
}

.cl-bundle-cart-layout {
  margin-top: 10px;
}

.cl-bundle-cart-title {
  cursor: pointer;
  padding: 8px 0;
  font-size: 14px;
}

.cl-bundle-cart-title svg {
  width: 10px;
  height: 10px;
}

.cl-bundle-cart-collapsed .cl-bundle-cart-hide, .cl-bundle-cart-layout:not(.cl-bundle-cart-collapsed) .cl-bundle-cart-show {
  display: none;
}

.cl-bundle-cart-items-collapse {
  overflow: hidden;
}

.cl-bundle-cart-items {
  max-height: 400px;
  opacity: 1;
  transition: max-height .3s ease-in-out, opacity .3s ease-in-out, margin .3s ease-in-out;
  overflow-y: auto;
}

.cl-bundle-cart-collapsed .cl-bundle-cart-items {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}

.cl-po--wrapper {
  font-family: var(--cl-po-font-family, inherit);
}

.cl-po--label {
  color: var(--cl-po-label-color, #374151);
  font-size: var(--cl-po-label-font-size, 18px);
  margin-bottom: var(--cl-po-label-margin, 5px);
}

.cl-po--info {
  width: var(--cl-po-label-font-size, 18px);
  height: var(--cl-po-label-font-size, 18px);
  background-color: var(--cl-po-info-icon-color, #333);
}

.cl-po--help {
  color: var(--cl-po-help-color, #637381);
  font-size: max(12px, calc(var(--cl-po-label-font-size, 18px)  - 4px));
}

.cl-po--option {
  color: var(--cl-po-input-color, #374151);
  margin-bottom: var(--cl-po-option-margin, 20px);
  font-size: var(--cl-po-option-font-size, 16px);
}

.cl-po--input {
  color: var(--cl-po-input-text-color, #374151);
  background-color: var(--cl-po-input-background-color, #fff);
  font-size: var(--cl-po-option-font-size, 16px);
  border-width: var(--cl-po-input-border-width, 1px);
  border-color: var(--cl-po-input-border-color, #d1d5db);
  border-radius: var(--cl-po-option-border-radius, 6px);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #0000000d;
}

.cl-po--input:focus {
  outline-offset: 2px;
  box-shadow: #fff 0 0 0 0, var(--cl-po-input-border-color-focus, #374151) 0 0 0 1px, #0000000d 0 1px 2px 0;
  border-color: var(--cl-po-input-border-color-focus, #374151);
  outline: 2px solid #0000;
}

.cl-po--input.cl-po--invalid:focus {
  box-shadow: #fff 0 0 0 0, var(--cl-po-option-invalid-border-color, #c44e47) 0 0 0 1px, #0000000d 0 1px 2px 0;
  border-color: var(--cl-po-option-invalid-border-color, #c44e47);
}

.cl-po--swatch {
  background-color: var(--cl-po-input-background-color, #fff);
  border-width: var(--cl-po-input-border-width, 1px);
  border-color: var(--cl-po-input-border-color, #d1d5db);
  border-radius: var(--cl-po-option-border-radius, 6px);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #0000000d;
}

.cl-po--input:checked + .cl-po--swatch-button {
  background-color: var(--cl-po-input-background-color-selected, #fff);
  color: var(--cl-po-input-on-background-selected, var(--cl-po-input-color-selected, #000));
}

input[type="radio"]:checked + .cl-po--swatch, input[type="checkbox"]:checked + .cl-po--swatch {
  outline-offset: 2px;
  box-shadow: #fff 0 0 0 0, var(--cl-po-input-color-selected, #374151) 0 0 0 1px, #0000000d 0 1px 2px 0;
  border-color: var(--cl-po-input-color-selected, #374151);
  outline: 2px solid #0000;
}

input[type="checkbox"]:checked.cl-po--input, input[type="radio"]:checked.cl-po--input {
  background-color: var(--cl-po-input-color-selected, #374151);
  border-color: #0000;
}

.cl-po--option .choices__inner {
  color: var(--cl-po-input-text-color, #374151);
  background-color: var(--cl-po-input-background-color, #fff);
  border-width: var(--cl-po-input-border-width, 1px);
  border-color: var(--cl-po-input-border-color, #d1d5db);
  border-radius: var(--cl-po-option-border-radius, 6px);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #0000000d;
}

.cl-po--option .choices.is-focused:not(.is-open) .choices__inner {
  outline-offset: 2px;
  box-shadow: #fff 0 0 0 0, var(--cl-po-input-border-color-focus, #374151) 0 0 0 1px, #0000000d 0 1px 2px 0;
  border-color: var(--cl-po-input-border-color-focus, #374151);
  outline: 2px solid #0000;
}

.cl-po--option .choices__list--multiple .choices__item {
  color: var(--cl-po-input-text-color, #374151);
  background-color: var(--cl-po-input-background-color, #fff);
  border-radius: var(--cl-po-option-border-radius, 6px);
  border: var(--cl-po-input-border-width, 1px) solid var(--cl-po-input-border-color, #d1d5db);
}

.cl-po--option .choices__list--multiple .choices__item.is-highlighted {
  color: var(--cl-po-input-text-color, #374151);
  background-color: var(--cl-po-input-background-color, #fff);
  border: var(--cl-po-input-border-width, 1px) solid var(--cl-po-input-border-color-focus, #374151);
}

.cl-po--option .choices[data-type*="select-multiple"] .choices__button {
  color: var(--cl-po-input-text-color, #374151);
  border-left: 1px solid var(--cl-po-input-border-color, #d1d5db);
}

.cl-po--text-editor, .cl-po--collapse.cl-po--edit {
  --text-editor-color: var(--cl-po-input-color, #374151);
}

.cl-po--text-editor .cl-po--swatch-button.selected {
  outline-offset: 2px;
  box-shadow: #fff 0 0 0 0, var(--cl-po-input-border-color-focus, #374151) 0 0 0 1px, #0000000d 0 1px 2px 0;
  border-color: var(--cl-po-input-border-color-focus, #374151);
  background-color: var(--cl-po-input-background-color-selected, #fff);
  --text-editor-color: var(--cl-po-input-on-background-selected, var(--cl-po-input-color-selected, #000));
  outline: 2px solid #0000;
}

.cl-po--collapse.cl-po--edit {
  border-left: var(--cl-po-input-border-width, 1px) solid var(--cl-po-input-border-color, #d1d5db);
  border-right: var(--cl-po-input-border-width, 1px) solid var(--cl-po-input-border-color, #d1d5db);
  border-bottom-color: var(--cl-po-input-border-color, #d1d5db);
}

.cl-po--collapse.cl-po--edit .cl-po--edit-label {
  color: var(--cl-po-help-color, #637381);
}

.cl-po--collapse.cl-po--edit:not(.cl-po--open) {
  border-bottom: var(--cl-po-input-border-width, 1px) solid var(--cl-po-input-border-color, #d1d5db);
  border-bottom-left-radius: var(--cl-po-option-border-radius, 6px);
  border-bottom-right-radius: var(--cl-po-option-border-radius, 6px);
}

.cl-po--invalid {
  border-color: var(--cl-po-option-invalid-border-color, #c44e47);
}

.cl-po--errors {
  margin-top: min(10px, calc(var(--cl-po-option-margin, 20px) / 2));
}

.cl-po--error {
  font-size: min(16px, calc(var(--cl-po-label-font-size, 18px)  - 2px));
  font-family: var(--cl-po-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  color: var(--cl-po-option-error-color, #fff);
  background-color: var(--cl-po-option-error-background-color, #c44e47);
  border-color: color-mix(in oklab, var(--cl-po-option-error-background-color, #c44e47), black 5%);
  border-radius: var(--cl-po-option-border-radius, 6px);
}

.cl-po--collapse {
  color: var(--cl-po-label-color, #374151);
  font-size: var(--cl-po-label-font-size, 18px);
}

.cl-po--collapse:before {
  width: calc(var(--cl-po-label-font-size, 18px)  + 4px);
  height: calc(var(--cl-po-label-font-size, 18px)  + 4px);
}

.cl-po--panel {
  border-width: var(--cl-po-input-border-width, 1px);
  border-color: var(--cl-po-input-border-color, #d1d5db);
  border-bottom-left-radius: var(--cl-po-option-border-radius, 6px);
  border-bottom-right-radius: var(--cl-po-option-border-radius, 6px);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #0000000d;
}

.cl-po--price-summary {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  display: flex;
}

.cl-po--price-summary-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cl-po--price-summary-label {
  color: #374151;
  font-weight: 500;
}

.cl-po--price-summary-value {
  color: #111827;
  font-weight: 600;
}

.cl-po--price-summary-base {
  padding-bottom: 4px;
}

.cl-po--price-summary-addons {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0;
  display: flex;
}

.cl-po--price-summary-addons.cl-no-base {
  border-top: none;
  padding-top: 0;
}

.cl-po--price-summary-addons.cl-no-border-btm {
  border-bottom: none;
}

.cl-po--price-summary-addons-header {
  color: #6b7280;
  margin-bottom: 4px;
  font-size: .875em;
  font-weight: 600;
}

.cl-po--price-summary-addon-group {
  flex-direction: column;
  display: flex;
}

.cl-po--price-summary-addon-label-only {
  color: #374151;
  margin-bottom: 4px;
  padding-left: 12px;
  font-size: .875em;
  font-weight: 500;
}

.cl-po--price-summary-addon {
  padding-left: 12px;
}

.cl-po--price-summary-addon .cl-po--price-summary-label {
  color: #6b7280;
  font-size: .875em;
  font-weight: 400;
}

.cl-po--price-summary-addon .cl-po--price-summary-value {
  color: #374151;
  font-size: .875em;
  font-weight: 500;
}

.cl-po--price-summary-sub-values {
  flex-direction: column;
  gap: 2px;
  padding-left: 24px;
  display: flex;
}

.cl-po--price-summary-sub-value {
  font-size: .8125em;
  line-height: 1.4;
}

.cl-po--price-summary-sub-value .cl-po--price-summary-label {
  color: #6b7280;
  font-weight: 400;
}

.cl-po--price-summary-sub-value .cl-po--price-summary-value {
  color: #374151;
  font-weight: 500;
}

.cl-po--price-summary-total {
  padding-top: 4px;
  font-size: 1.125em;
}

.cl-po--price-summary-total .cl-po--price-summary-label {
  color: #111827;
  font-weight: 700;
}

.cl-po--price-summary-total .cl-po--price-summary-value {
  color: #059669;
  font-weight: 700;
}

.cl-po--price-summary-total-only {
  background-color: #0000;
  border: none;
  padding: 8px;
}

.cl-po--price-summary-total-only .cl-po--price-summary-total {
  padding-top: 0;
  font-size: 1em;
}

.cl-po--tabs-container {
  width: 100%;
  --tabs-button-color: #111827;
  --tabs-button-label-color: #fff;
  --tabs-button-alignment: flex-end;
  --tabs-layout: tabs;
  border-radius: 8px;
  overflow: hidden;
}

.cl-po--tabs-container[data-tabs-layout="tabs"]:has(.cl-po--tab-item.cl-po--tab-active:first-child), .cl-po--tabs-container[data-tabs-layout="tabs"]:has(.cl-po--tab-item.cl-po--tab-active:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cl-po--tabs-container[data-tabs-layout="grid"] {
  border: 1px solid #e5e7eb;
}

.cl-po--tabs-nav {
  background-color: #fff;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 7px;
  display: flex;
  position: relative;
}

.cl-po--tabs-nav:after {
  content: "";
  height: 1px;
  z-index: 0;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cl-po--tabs-container[data-tabs-layout="tabs"] .cl-po--tabs-nav {
  flex-wrap: nowrap;
}

.cl-po--tabs-container[data-tabs-layout="tabs"] .cl-po--tab-item {
  min-width: 0;
  max-width: 100px;
  flex: 1 1 0;
}

.cl-po--tabs-container[data-tabs-layout="tabs"] .cl-po--tab-item:not(.cl-po--tab-active) {
  background: #9f9f9f1a;
}

.cl-po--tabs-container[data-tabs-layout="grid"] .cl-po--tabs-nav {
  border-bottom: none;
  gap: 0;
  padding: 0;
}

.cl-po--tabs-container[data-tabs-layout="grid"] .cl-po--tab-item {
  min-width: 0;
  max-width: none;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: none;
  border-radius: 0;
  flex: 1 1 0;
  margin-bottom: 0;
  overflow: hidden;
}

.cl-po--tabs-container[data-tabs-layout="grid"] .cl-po--tab-item:first-child {
  border-left: none;
}

.cl-po--tabs-container[data-tabs-layout="grid"] .cl-po--tab-item:last-child {
  border-right: none;
}

.cl-po--tabs-container[data-tabs-layout="grid"] .cl-po--tab-item-text {
  font-size: 14px;
  font-weight: 500;
}

.cl-po--tabs-container[data-tabs-layout="grid"] .cl-po--tab-item.cl-po--tab-active {
  border-bottom-color: #0000;
}

.cl-po--tabs-container[data-tabs-layout="grid"] .cl-po--tab-item:before, .cl-po--tabs-container[data-tabs-layout="grid"] .cl-po--tab-item:after {
  display: none;
}

.cl-po--tab-item {
  cursor: pointer;
  color: #000;
  max-width: 100px;
  z-index: 1;
  background: none;
  border: 1px solid #0000;
  border-radius: 10px 10px 0 0;
  padding: 14px 15px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s, color .2s, border-color .2s;
  position: relative;
}

.cl-po--tab-item:hover {
  color: #000;
  background: #0000001a;
}

.cl-po--tab-item:before, .cl-po--tab-item:after {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity .2s;
  position: absolute;
  bottom: 0;
}

.cl-po--tab-item:before {
  background: radial-gradient(circle at 0 0, #0000 16px, #e0e0e0 16px 17px, #0000 17px), radial-gradient(circle at 0 0, #0000 16px, #fff 16px);
  left: -16px;
}

.cl-po--tab-item:after {
  background: radial-gradient(circle at 100% 0, #0000 16px, #e0e0e0 16px 17px, #0000 17px), radial-gradient(circle at 100% 0, #0000 16px, #fff 16px);
  right: -16px;
}

.cl-po--tab-item-text {
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.cl-po--tab-item.cl-po--tab-active {
  text-shadow: 0 0 .5px;
  z-index: 2;
  background-color: #fff;
  border-color: #e0e0e0 #e0e0e0 #0000;
  margin-bottom: -1px;
}

.cl-po--tab-item.cl-po--tab-active:before, .cl-po--tab-item.cl-po--tab-active:after {
  opacity: 1;
}

.cl-po--tab-item.cl-po--tab-active:first-child:before, .cl-po--tab-item.cl-po--tab-active:last-child:after {
  opacity: 0;
}

.cl-po--tab-content {
  background-color: #fff;
  padding: 20px 12px;
}

.cl-po--tabs-container[data-tabs-layout="tabs"] .cl-po--tab-content {
  border: 1px solid #e5e7eb;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.cl-po--tabs-container[data-tabs-layout="tabs"]:not(:has(.cl-po--tabs-nav)) .cl-po--tab-content {
  border-top: 1px solid #e5e7eb;
  border-radius: 8px;
}

.cl-po--tab-panel {
  display: none;
}

.cl-po--tab-panel-active {
  display: block;
}

.cl-po--tabs-button {
  justify-content: var(--tabs-button-alignment);
  gap: 12px;
  margin-top: 12px;
  display: flex;
}

.cl-po--tabs-button:has(.cl-po--btn-prev[hidden]) {
  justify-content: flex-end;
}

.cl-po--tabs-button button {
  width: 120px;
  cursor: pointer;
  background: var(--tabs-button-color);
  color: var(--tabs-button-label-color);
  border: 1px solid #d1d5db;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .3s, color .3s, transform .1s;
}

.cl-po--tabs-button button:active {
  transform: translateY(1px);
}

.cl-po--tabs-button button:hover:not(:disabled) {
  background: color-mix(in srgb, var(--tabs-button-color) 90%, black);
  color: color-mix(in srgb, var(--tabs-button-label-color) 90%, white);
}

.cl-po--tabs-button button:disabled {
  cursor: not-allowed;
  opacity: .85;
  background: color-mix(in srgb, var(--tabs-button-color) 50%, gray);
}

.cl-po--tabs-button button[hidden] {
  display: none;
}

@media (max-width: 768px) {
  .cl-po--tabs-nav {
    gap: 4px;
    padding: 5px 3px 0;
  }

  .cl-po--tab-item {
    max-width: 90px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .cl-po--tab-content {
    padding: 16px 10px;
  }

  .cl-po--tabs-button button {
    width: 100px;
    padding: 8px 16px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .cl-po--tabs-container {
    border-radius: 6px;
  }

  .cl-po--tabs-nav {
    border-bottom: none;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .cl-po--tab-item {
    text-align: left;
    width: 100%;
    max-width: none;
    border-bottom: 1px solid #e0e0e0;
    border-left: 3px solid #0000;
    border-radius: 0;
    margin-bottom: 0;
    padding: 12px 16px;
  }

  .cl-po--tab-item:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .cl-po--tab-item:last-child {
    border-bottom: none;
  }

  .cl-po--tab-item.cl-po--tab-active {
    background: #fff;
    border-left-color: #000;
  }

  .cl-po--tab-item.cl-po--tab-active:before, .cl-po--tab-item.cl-po--tab-active:after {
    display: none;
  }

  .cl-po--tab-content {
    padding: 16px 12px;
  }

  .cl-po--tabs-button {
    flex-direction: column;
    gap: 8px;
  }

  .cl-po--tabs-button button {
    width: 100%;
  }
}

.cl-po--ai {
  --ai-image-size: 100px;
  --ai-primary-color: #303030;
  max-width: 100%;
}

.cl-po--ai-input-section {
  margin-bottom: 24px;
}

.cl-po--ai-style-selector {
  margin-bottom: 24px;
  position: relative;
}

.cl-po--ai-style-horizontal {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}

.cl-po--ai-style-wrapper {
  position: relative;
  overflow: hidden;
}

.content-for-layout .product-details .cl-po--ai-style-wrapper {
  max-width: 450px;
}

.cl-po--ai-arrow {
  color: #666;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 3;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cl-po--ai-arrow-left {
  left: -25px;
}

.cl-po--ai-arrow-right {
  right: -25px;
}

.cl-po--ai-style-horizontal::-webkit-scrollbar {
  height: 6px;
}

.cl-po--ai-style-horizontal::-webkit-scrollbar-track {
  background: #0000001a;
  border-radius: 3px;
}

.cl-po--ai-style-horizontal::-webkit-scrollbar-thumb {
  background: #0000004d;
  border-radius: 3px;
}

.cl-po--ai-style-horizontal::-webkit-scrollbar-thumb:hover {
  background: #00000080;
}

.cl-po--ai-style-item {
  cursor: pointer;
  min-width: 70px;
  text-align: center;
  border: 2px solid #0000;
  border-radius: 8px;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  padding: 8px;
  transition: all .2s;
  display: flex;
}

.cl-po--ai-style-item:hover {
  background: color-mix(in srgb, var(--ai-primary-color) 5%, transparent);
}

.cl-po--ai-style-item.cl-po--ai-style-selected {
  border-color: var(--ai-primary-color);
  background: color-mix(in srgb, var(--ai-primary-color) 10%, transparent);
}

.cl-po--ai-style-preview {
  width: 60px;
  height: 60px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}

.cl-po--ai-style-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

.cl-po--ai-style-name {
  color: #666;
  word-break: break-word;
  font-size: 12px;
  line-height: 1.2;
}

.cl-po--ai-style-selected .cl-po--ai-style-name {
  color: var(--ai-primary-color);
  font-weight: 500;
}

.cl-po--ai-prompt-input {
  align-items: center;
  gap: 12px;
  display: flex;
}

.cl-po--ai-prompt-input input {
  border: 1px solid #ddd;
  border-radius: 4px;
  flex: 1;
  margin: 0;
  padding: 12px;
  font-size: 16px;
}

.cl-po--ai-prompt-input input:focus {
  border-color: var(--ai-primary-color);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--ai-primary-color) 25%, transparent);
  outline: none;
}

.cl-po--ai-prompt-input.cl-po--ai-editing input {
  background: #ffa5000d;
  border-color: orange;
}

.cl-po--ai-prompt-input.cl-po--ai-editing input:focus {
  border-color: orange;
  box-shadow: 0 0 0 2px #ffa50040;
}

.cl-po--ai-error {
  color: #dc3545;
  background: #f8d7da;
  border-radius: 4px;
  margin-top: 8px;
  padding: 8px;
  font-size: 14px;
}

.cl-po--ai-actions.cl-po--ai-editing {
  background: color-mix(in srgb, var(--ai-primary-color) 15%, transparent);
  border-color: var(--ai-primary-color);
}

.cl-po--ai-generate-button {
  background: var(--ai-primary-color);
  color: #fff;
  border: 1px solid var(--ai-primary-color);
  cursor: pointer;
  min-width: 100px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.cl-po--ai-generate-button:hover {
  background: color-mix(in srgb, var(--ai-primary-color) 85%, black);
  box-shadow: 0 2px 8px #00000026;
}

.cl-po--ai-generate-button:disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
}

.cl-po--ai-generate-button.cl-po--editing {
  background: var(--ai-primary-color);
  border-color: var(--ai-primary-color);
}

.cl-po--ai-generate-button.cl-po--loading:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #0000;
  border-top-color: currentColor;
  border-radius: 50%;
  margin-right: 8px;
  animation: 1s linear infinite ai-spin;
}

.cl-po--ai-edit-icon {
  font-size: 16px;
}

.cl-po--ai-cancel-edit {
  color: var(--ai-primary-color);
  cursor: pointer;
  background: none;
  border: none;
  margin-left: auto;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
}

.cl-po--ai-cancel-edit:hover {
  color: color-mix(in srgb, var(--ai-primary-color) 85%, black);
}

.cl-po--ai-load-more {
  text-align: center;
  margin-top: 16px;
}

.cl-po--ai-load-more-button {
  border: 1px solid color-mix(in srgb, var(--ai-primary-color) 50%, transparent);
  color: var(--ai-primary-color);
  cursor: pointer;
  background: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  transition: all .2s;
}

.cl-po--ai-load-more-button:hover {
  background: color-mix(in srgb, var(--ai-primary-color) 10%, transparent);
  border-color: var(--ai-primary-color);
}

.cl-po--ai-images {
  margin-top: 16px;
  margin-bottom: 16px;
}

.cl-po--ai-flex-grid {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.cl-po--ai-flex-item {
  width: var(--ai-image-size);
  min-width: var(--ai-image-size);
  flex: none;
}

.cl-po--ai-image-item {
  cursor: pointer;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.cl-po--ai-image-input {
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

.cl-po--ai-image-preview {
  width: var(--ai-image-size);
  height: var(--ai-image-size);
  border: 2px solid #0000;
  border-radius: 8px;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 0 2px 8px #0000001a;
}

.cl-po--ai-image-item:hover .cl-po--ai-image-preview {
  transform: scale(1.03);
  box-shadow: 0 4px 16px #00000026;
}

.cl-po--ai-image-item.cl-po--ai-image-selected .cl-po--ai-image-preview {
  border-color: var(--ai-primary-color);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--ai-primary-color) 25%, transparent);
}

.cl-po--ai-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cl-po--ai-preview-button {
  border: 1px solid var(--ai-primary-color);
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background: #fffffff2;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: all .2s;
  display: flex;
  position: absolute;
  bottom: 8px;
  right: 8px;
  box-shadow: 0 2px 8px #0003;
}

.cl-po--ai-preview-button:hover {
  transform: scale(1.1);
}

.cl-po--ai-image-item:hover .cl-po--ai-preview-button {
  opacity: 1;
  pointer-events: auto;
}

.cl-po--ai-actions {
  background: color-mix(in srgb, var(--ai-primary-color) 5%, transparent);
  border: 1px solid color-mix(in srgb, var(--ai-primary-color) 15%, transparent);
  border-radius: 8px;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  padding: 8px;
  display: flex;
}

.cl-po--ai-action-button {
  cursor: pointer;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.cl-po--ai-action-button:hover {
  border-color: var(--ai-primary-color);
  background: color-mix(in srgb, var(--ai-primary-color) 10%, transparent);
  box-shadow: 0 2px 8px #0000001a;
}

.cl-po--ai-action-button:disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
}

.cl-po--ai-edit-button:hover, .cl-po--ai-removebg-button:hover {
  border-color: var(--ai-primary-color);
  background: color-mix(in srgb, var(--ai-primary-color) 10%, transparent);
  color: var(--ai-primary-color);
}

.cl-po--ai-removebg-button.cl-po--ai-bg-removed {
  background: color-mix(in srgb, var(--ai-primary-color) 5%, transparent);
  border-color: color-mix(in srgb, var(--ai-primary-color) 50%, transparent);
  color: color-mix(in srgb, var(--ai-primary-color) 70%, black);
  cursor: not-allowed;
}

.cl-po--ai-removebg-button.cl-po--ai-bg-removed:hover {
  background: color-mix(in srgb, var(--ai-primary-color) 5%, transparent);
  border-color: color-mix(in srgb, var(--ai-primary-color) 50%, transparent);
  color: color-mix(in srgb, var(--ai-primary-color) 70%, black);
  box-shadow: none;
  transform: none;
}

.cl-po--ai-magic-wand {
  font-size: 16px;
}

.cl-po--ai-loading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 16px;
  display: flex;
}

.cl-po--ai-loading-overlay {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: #ffffffe6;
  border-radius: 8px;
  margin-top: 16px;
  padding: 32px 16px;
  position: relative;
}

.cl-po--ai-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid color-mix(in srgb, var(--ai-primary-color) 5%, transparent);
  border-left-color: var(--ai-primary-color);
  border-radius: 50%;
  margin-bottom: 16px;
  animation: 1s linear infinite ai-spin;
  display: block !important;
}

.cl-po--ai-loading-text {
  color: #666;
  font-size: 16px;
}

@keyframes ai-spin {
  to {
    transform: rotate(360deg);
  }
}

.cl-po--loading {
  opacity: .6;
  cursor: not-allowed !important;
}

.cl-po--swatch-button.cl-po--editing {
  background: orange !important;
  border-color: orange !important;
}

.cl-po--swatch-button.cl-po--editing:hover {
  background: #ff8c00 !important;
}

.cl-po--ai-overlay {
  z-index: 10000;
  cursor: pointer;
  background: #000000e6;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.cl-po--ai-overlay-content {
  max-width: 90vw;
  max-height: 90vh;
  cursor: default;
  position: relative;
}

.cl-po--ai-overlay-content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}

.cl-po--ai-overlay-close {
  width: 36px;
  height: 36px;
  cursor: pointer;
  color: #333;
  background: #fffffff2;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: -35px;
  right: -30px;
}

.cl-po--ai-overlay-close:hover {
  color: #000;
  background: #fff;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cl-po--ai-style-horizontal {
    gap: 8px;
  }

  .cl-po--ai-arrow {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .cl-po--ai-arrow-left {
    left: -20px;
  }

  .cl-po--ai-arrow-right {
    right: -20px;
  }

  .cl-po--ai-style-item {
    min-width: 60px;
  }

  .cl-po--ai-style-preview {
    width: 50px;
    height: 50px;
  }

  .cl-po--ai-prompt-input {
    flex-direction: column;
    align-items: stretch;
  }

  .cl-po--ai-prompt-input button {
    margin-top: 8px;
  }

  .cl-po--ai-actions {
    flex-direction: column;
  }

  .cl-po--ai-action-button {
    width: 100%;
    justify-content: center;
  }

  .cl-po--ai-overlay-close {
    top: -40px;
    right: 0;
  }

  .cl-po--ai-image-selected .cl-po--ai-preview-button {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 480px) {
  .cl-po--ai-arrow {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .cl-po--ai-arrow-left {
    left: -18px;
  }

  .cl-po--ai-arrow-right {
    right: -18px;
  }

  .cl-po--ai-style-item {
    min-width: 50px;
  }

  .cl-po--ai-style-preview {
    width: 40px;
    height: 40px;
  }

  .cl-po--ai-style-name {
    font-size: 11px;
  }

  .cl-po--ai-action-button {
    padding: 10px 12px;
    font-size: 13px;
  }

  .cl-po--ai-magic-wand {
    font-size: 14px;
  }
}

.cl-po--group-editor .cl-po--group-editor-buttons, .cl-po--group-editor .cl-po--group-editor-options {
  display: none;
}

.cl-po--group-editor-cards {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.cl-po--card {
  border: 1px solid var(--input-border-color, #d1d5db);
  background-color: var(--input-background-color, #fff);
  border-radius: 8px;
  box-shadow: 0 1px 3px #0000000d;
}

.cl-po--card .cl-po--collapse.cl-po--card-collapse {
  align-items: stretch;
  padding: 0;
  display: flex;
}

.cl-po--card .cl-po--collapse.cl-po--card-collapse:before {
  display: none;
}

.cl-po--card-add-zone {
  cursor: pointer;
  flex: 1;
  align-items: center;
  padding: 12px 16px;
  transition: background-color .15s;
  display: flex;
}

.cl-po--card-add-zone:hover {
  background-color: #00000005;
}

.cl-po--card-add-zone.cl-po--disabled {
  cursor: default;
  opacity: .6;
}

.cl-po--card-add-zone.cl-po--disabled:hover {
  background-color: #0000;
}

.cl-po--card-toggle-zone {
  cursor: pointer;
  border-right: 1px solid var(--input-border-color, #e5e7eb);
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  transition: background-color .15s;
  display: flex;
}

.cl-po--card-toggle-zone:hover {
  background-color: #00000005;
}

.cl-po--card-icon {
  width: 30px;
  height: 30px;
  background-color: #f3f4f6;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.cl-po--card-icon svg {
  width: 20px;
  height: 20px;
  color: #6b7280;
}

.cl-po--card-text {
  min-width: 0;
  flex: 1;
}

.cl-po--card-title {
  color: var(--label-color, #374151);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.cl-po--card-chevron {
  color: #9ca3af;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
  transform: rotate(180deg);
}

.cl-po--card .cl-po--collapse.cl-po--open .cl-po--card-chevron {
  transform: rotate(270deg);
}

.cl-po--card-panel {
  max-height: 0;
  border-top: 1px solid var(--input-border-color, #d1d5db);
  transition: max-height .2s ease-out;
  overflow: hidden;
}

.cl-po--card .cl-po--collapse.cl-po--open + .cl-po--card-panel {
  max-height: 2000px;
  overflow: visible;
}

.cl-po--card-body {
  padding: 16px;
}

.cl-po--card-instances .cl-po--option {
  position: relative;
  margin-bottom: 12px !important;
}

.cl-po--card-instances .cl-po--option:last-child {
  margin-bottom: 0 !important;
}

.cl-po--card-instances .cl-po--label {
  margin-bottom: 4px !important;
}

.cl-po--group-editor-actions {
  flex-wrap: wrap;
  gap: 4px;
  display: flex;
}

.cl-po--group-editor-actions button {
  appearance: none;
  cursor: pointer;
  min-width: 28px;
  min-height: 28px;
  color: #6b7280;
  background: none;
  border: 0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: background-color .15s, color .15s;
  display: flex;
}

.cl-po--group-editor-actions button svg {
  width: 19px;
  height: 19px;
  display: block;
}

.cl-po--group-editor-actions button:hover {
  color: #374151;
  background-color: #0000000d;
}

.cl-po--group-editor-actions button.cl-po--active {
  color: #111827;
  background-color: #11182714;
}

.cl-po--card-instances .cl-po--group-editor-actions {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.cl-po--card-instances .cl-po--option:hover .cl-po--group-editor-actions {
  display: flex;
}

.cl-po--card-add-btn {
  width: 100%;
  border: 1px dashed var(--input-border-color, #d1d5db);
  color: var(--input-color, #374151);
  cursor: pointer;
  background: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 10px 16px;
  font-size: 14px;
  transition: background-color .15s, border-color .15s;
  display: flex;
}

.cl-po--card-add-btn:hover {
  background-color: #f9fafb;
  border-color: #9ca3af;
}

.cl-po--card-add-btn svg {
  flex-shrink: 0;
}

.cl-po--linked-color-panel {
  border: 1px solid var(--input-border-color, #e5e7eb);
  background-color: #f9fafb;
  border-radius: 6px;
  margin-top: 10px;
  padding: 12px;
  display: none;
}

.cl-po--linked-color-panel.cl-po--open {
  display: block;
}

.cl-po--linked-color-panel .cl-po--option {
  margin-bottom: 0 !important;
}

.cl-po--linked-color-panel .cl-po--label {
  margin-bottom: 8px !important;
}

.cl-po--card-body > .cl-po--card-add-btn:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .cl-po--card-instances .cl-po--group-editor-actions {
    display: flex;
  }

  .cl-po--card-add-zone, .cl-po--card-toggle-zone {
    padding: 4px 8px;
  }

  .cl-po--card-icon {
    width: 30px;
    height: 30px;
  }

  .cl-po--card-icon svg {
    width: 15px;
    height: 15px;
  }
}

.cl-po--multi-select-wrap {
  margin-bottom: 12px;
}

.cl-po--multi-select-wrap .cl-po--option {
  margin-bottom: 0 !important;
}

.cl-po--multi-select-wrap [data-library-image] {
  display: none;
}

.cl-po--multi-select-selections {
  border-top: 1px solid var(--input-border-color, #e5e7eb);
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
}

.cl-po--multi-select-instance {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.cl-po--multi-select-selection {
  border: 1px solid var(--input-border-color, #e5e7eb);
  background-color: #f9fafb;
  border-radius: 6px;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  display: flex;
}

.cl-po--selection-thumbnail {
  width: 40px;
  height: 40px;
  border: 1px solid var(--input-border-color, #e5e7eb);
  background-color: #fff;
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
}

.cl-po--selection-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cl-po--selection-thumbnail .cl-po--selection-color {
  width: 100%;
  height: 100%;
}

.cl-po--selection-label {
  color: var(--input-color, #374151);
  flex: 1;
  font-size: 14px;
}

.cl-po--multi-select-linked-color {
  margin-top: 0;
}

.cl-po--selection-remove {
  appearance: none;
  cursor: pointer;
  color: #9ca3af;
  background: none;
  border: 0;
  border-radius: 4px;
  padding: 4px;
  transition: background-color .15s, color .15s;
}

.cl-po--selection-remove:hover {
  color: #ef4444;
  background-color: #0000000d;
}

/*# sourceMappingURL=app-options.cf37a0a3.css.map */
