.pixel-productcomplete {
  margin: 1.25rem 0;
  padding: 0;
}

.pixel-productcomplete-modal-open {
  overflow: hidden;
}

.pixel-productcomplete-addon-quantity-modal-open {
  overflow: hidden;
}

.pixel-productcomplete-addon-quantity-modal {
  position: fixed;
  inset: 0;
  z-index: 11050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.pixel-productcomplete-addon-quantity-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(38, 34, 33, 0.45);
}

.pixel-productcomplete-addon-quantity-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(30rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: 1.25rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 1.5rem 4rem rgba(38, 34, 33, 0.2);
}

.pixel-productcomplete-addon-quantity-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #262221;
  font-size: 1.5rem;
  line-height: 1;
}

.pixel-productcomplete-addon-quantity-modal__title {
  margin: 0 2.25rem 0.5rem 0;
  color: #262221;
  font-size: 1.15rem;
  font-weight: 600;
}

.pixel-productcomplete-addon-quantity-modal__lead {
  margin: 0 0 1rem;
  color: #656069;
  font-size: 0.9rem;
}

.pixel-productcomplete-addon-quantity-modal__actions {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.pixel-productcomplete-addon-quantity-modal__btn {
  width: 100%;
  padding: 0.65rem 0.9rem;
  border: 1px solid #0f5b35;
  border-radius: 999px;
  background: #fff;
  color: #0f5b35;
  font-weight: 600;
}

.pixel-productcomplete-addon-quantity-modal__btn--primary {
  background: #0f5b35;
  color: #fff;
}

.pixel-productcomplete-addon-quantity-modal__quantity-label {
  display: grid;
  gap: 0.35rem;
  color: #262221;
  font-size: 0.9rem;
  font-weight: 600;
}

.pixel-productcomplete-addon-quantity-modal__quantity-control {
  flex: 0 0 auto;
  margin-left: auto;
}

.pixel-productcomplete-addon-quantity-modal .pixel-productcomplete-modal-quantity .quantity-button__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  max-width: max-content;
  padding: 0.25rem 0.5rem;
  border: 1px solid #dfe1e5;
  border-radius: 25px;
  overflow: hidden;
}

.pixel-productcomplete-addon-quantity-modal .pixel-productcomplete-modal-quantity .quantity-button__group:focus-within {
  border-color: #144b2b;
}

.pixel-productcomplete-addon-quantity-modal .pixel-productcomplete-modal-quantity .quantity-button__group > * {
  flex-grow: 0;
}

.pixel-productcomplete-addon-quantity-modal .pixel-productcomplete-modal-quantity input.form-control {
  width: auto;
  max-width: 2rem;
  min-width: 2rem;
  padding: 0.375rem 0.5rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #262221;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  min-height: 34px;
}

.pixel-productcomplete-addon-quantity-modal .pixel-productcomplete-modal-quantity input.form-control:focus {
  outline: none;
  box-shadow: none;
  color: #144b2b;
}

.pixel-productcomplete-addon-quantity-modal .pixel-productcomplete-modal-quantity button.btn {
  padding: 0.25rem;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  color: #9e9e9e;
}

.pixel-productcomplete-addon-quantity-modal .pixel-productcomplete-modal-quantity button.btn .material-icons {
  font-size: 1.25rem;
  line-height: 1;
  pointer-events: none;
}

.pixel-productcomplete-addon-quantity-modal .pixel-productcomplete-modal-quantity button.btn:hover:not(:disabled),
.pixel-productcomplete-addon-quantity-modal .pixel-productcomplete-modal-quantity button.btn:focus:not(:disabled) {
  border-color: transparent;
  color: #144b2b;
  opacity: 0.6;
  outline: none;
  box-shadow: none;
}

.pixel-productcomplete-addon-quantity-modal .pixel-productcomplete-modal-quantity {
  position: relative;
  z-index: 1;
}

.pixel-productcomplete-addon-quantity-modal .pixel-productcomplete-modal-quantity button.btn.is-at-limit {
  opacity: 0.35;
  cursor: not-allowed;
}

.pixel-productcomplete-addon-quantity-modal__quantity-label .pixel-productcomplete-addon-quantity-modal__quantity-control {
  margin-left: 0;
}

.pixel-productcomplete-addon-quantity-modal__selected {
  padding-top: 0.85rem;
  border-top: 1px solid #ddd7d2;
}

.pixel-productcomplete-addon-quantity-modal__subtitle {
  margin: 0 0 0.75rem;
  color: #262221;
  font-size: 0.95rem;
  font-weight: 600;
}

.pixel-productcomplete-addon-quantity-modal__list {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.pixel-productcomplete-addon-quantity-modal__addon {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem;
  border: 1px solid #ddd7d2;
  border-radius: 0.5rem;
  cursor: pointer;
}

.pixel-productcomplete-addon-quantity-modal__addon img {
  width: 32px;
  height: 32px;
  border-radius: 0.35rem;
  object-fit: cover;
}

.pixel-productcomplete-addon-quantity-modal__addon input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  accent-color: #0f5b35;
}

.pixel-productcomplete-addon-quantity-modal__addon--quantity {
  cursor: default;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.8rem;
}

.pixel-productcomplete-addon-quantity-modal__addon-name {
  flex: 1 1 auto;
  min-width: 0;
}

.pixel-productcomplete-addon-quantity-modal__addon--quantity .pixel-productcomplete-addon-quantity-modal__quantity-control {
  margin-left: auto;
}

.pixel-productcomplete-addon-quantity-modal__addon-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.pixel-productcomplete-addon-quantity-modal__stock-hint {
  color: #8a5a00;
  font-size: 0.8rem;
  line-height: 1.3;
}

.pixel-productcomplete-addon-quantity-modal__error {
  margin-bottom: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.5rem;
  background: #fff4f4;
  color: #9b1c1c;
  font-size: 0.85rem;
  line-height: 1.4;
}

.pixel-productcomplete__title {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #262221;
}

.pixel-productcomplete__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
}

.pixel-productcomplete__grid .pixel-productcomplete__item {
  position: relative;
  padding-right: 1.65rem;
}

.pixel-productcomplete__grid .pixel-productcomplete__item--selected::after {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #0f5b35;
  border-radius: 0.3rem;
  background: #0f5b35;
  color: #fff;
  content: "check";
  font-family: "Material Icons";
  font-size: 0.75rem;
  line-height: 1;
  pointer-events: none;
}

.pixel-productcomplete__item {
  display: flex;
  min-height: 8.25rem;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0.75rem;
  border: 1px solid #ddd7d2;
  border-radius: 0.375rem;
  background: #fff;
  color: #262221;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pixel-productcomplete__item--compact {
  min-height: 5.25rem;
}

.pixel-productcomplete__item--selected {
  border-color: #0f5b35;
  box-shadow: 0 0 0 1px rgba(15, 91, 53, 0.12);
}

@media (hover: hover) {
  .pixel-productcomplete__item:hover {
    border-color: #0f5b35;
    box-shadow: 0 0 0 1px rgba(15, 91, 53, 0.12);
  }
}

.pixel-productcomplete__item-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.pixel-productcomplete__icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  object-fit: contain;
}

.pixel-productcomplete__name {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.25;
}

.pixel-productcomplete__description-help {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #747678;
  border-radius: 50%;
  color: #656069;
  cursor: help;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
}

.pixel-productcomplete__description-help:hover,
.pixel-productcomplete__description-help:focus {
  border-color: #0f5b35;
  color: #0f5b35;
  outline: none;
}

.pixel-productcomplete__description {
  display: block;
  margin-bottom: 0.75rem;
  color: #656069;
  font-size: 0.75rem;
  line-height: 1.25;
}

.pixel-productcomplete__description--tooltip {
  position: absolute;
  right: auto;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  z-index: 5;
  width: min(16rem, calc(100vw - 2rem));
  visibility: hidden;
  margin: 0;
  padding: 0.65rem 0.75rem;
  border: 1px solid #ddd7d2;
  border-radius: 0.375rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.25rem rgba(38, 34, 33, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.pixel-productcomplete__item--description-open .pixel-productcomplete__description--tooltip {
  visibility: visible;
  opacity: 1;
}

.pixel-productcomplete__price {
  display: block;
  margin-top: auto;
  font-size: 0.8rem;
  font-weight: 600;
}

.pixel-productcomplete__feature-groups {
  margin-top: 0.75rem;
}

.pixel-productcomplete__group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
}

.pixel-productcomplete__group {
  display: flex;
  position: relative;
  min-height: 4.25rem;
  border: 1px solid #ddd7d2;
  border-radius: 0.375rem;
  background: #fff;
  color: #262221;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pixel-productcomplete__group--open,
.pixel-productcomplete__group--selected {
  border-color: #0f5b35;
  box-shadow: 0 0 0 1px rgba(15, 91, 53, 0.12);
}

@media (hover: hover) {
  .pixel-productcomplete__group:hover {
    border-color: #0f5b35;
    box-shadow: 0 0 0 1px rgba(15, 91, 53, 0.12);
  }
}

.pixel-productcomplete__group-toggle {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.75rem;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: inherit;
}

.pixel-productcomplete__group-label {
  font-size: 0.85rem;
  font-weight: 600;
}

.pixel-productcomplete__group-selected {
  display: block;
  margin-top: 0.25rem;
  color: #656069;
  font-size: 0.72rem;
  line-height: 1.25;
}

.pixel-productcomplete__group-selected-media {
  display: none;
  margin-top: 0.45rem;
}

.pixel-productcomplete__group--selected .pixel-productcomplete__group-selected-media {
  display: block;
}

.pixel-productcomplete__group-selected-media-image {
  width: 48px;
  height: 48px;
  border-radius: 0.25rem;
  object-fit: cover;
}

.pixel-productcomplete__group-price-range {
  display: block;
  margin-top: auto;
  padding-top: 0.5rem;
  color: #262221;
  font-size: 0.8rem;
  font-weight: 600;
}

.pixel-productcomplete__group-clear {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #ddd7d2;
  border-radius: 50%;
  background: #fff;
  color: #656069;
  font-size: 1rem;
  line-height: 1;
  padding-bottom: 3px;
}

@media (hover: hover) {
  .pixel-productcomplete__group-clear:hover {
    border-color: #0f5b35;
    color: #0f5b35;
  }
}

.pixel-productcomplete__group-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.pixel-productcomplete__group-modal[hidden] {
  display: none;
}

.pixel-productcomplete__group-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(38, 34, 33, 0.45);
}

.pixel-productcomplete__group-modal-dialog {
  position: relative;
  width: min(42rem, 100%);
  max-height: min(42rem, calc(100vh - 2rem));
  padding: 1rem;
  overflow: auto;
  border-radius: 0.5rem;
  background: #fbfaf8;
  box-shadow: 0 1.5rem 4rem rgba(38, 34, 33, 0.18);
}

.pixel-productcomplete__group-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #ddd7d2;
  border-radius: 50%;
  background: #fff;
  color: #262221;
  font-size: 1.35rem;
  line-height: 1;
}

.pixel-productcomplete__group-modal-title {
  margin: 0 2.5rem 0.85rem 0;
  color: #262221;
  font-size: 1rem;
  font-weight: 600;
}

.pixel-productcomplete__group-panel {
  padding: 0;
}

.pixel-productcomplete__group-options {
  display: grid;
  gap: 0.35rem;
  max-height: 32rem;
  overflow: auto;
}

.pixel-productcomplete__group-option {
  display: grid;
  position: relative;
  grid-template-columns: auto ;
  gap: 0.6rem;
  align-items: center;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
  background: #fff;
  cursor: pointer;
}

.pixel-productcomplete__group-option:has(input:checked) {
  border-color: #0f5b35;
}

.pixel-productcomplete__group-option::after {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  border-radius: 0.3rem;
  background: #fff;
  color: #fff;
  content: "";
  font-family: "Material Icons";
  font-size: 1rem;
  line-height: 1;
}

.pixel-productcomplete__group-option:has(input:checked)::after {
  border-color: #0f5b35;
  background: #0f5b35;
  content: "check";
}

.pixel-productcomplete__group-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.pixel-productcomplete__group-option-image,
.pixel-productcomplete__group-selected-image {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 0.25rem;
  object-fit: cover;
}

.pixel-productcomplete__group-selected-image {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
}

.pixel-productcomplete__group-option-content {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: row;
  gap: 0.6rem;
}

.pixel-productcomplete__group-option-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.2rem;
}

.pixel-productcomplete__group-option-name {
  color: #262221;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
}

.pixel-productcomplete__group-option-description {
  color: #656069;
  font-size: 0.72rem;
  line-height: 1.25;
}

.pixel-productcomplete__group-option-price {
  color: #262221;
  font-size: 0.78rem;
  font-weight: 600;
}

.pixel-productcomplete__group-modal--grid .pixel-productcomplete__group-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.pixel-productcomplete__group-modal--grid .pixel-productcomplete__group-option {
  align-items: flex-start;
  padding: 0.65rem;
}

.pixel-productcomplete__group-modal--grid .pixel-productcomplete__group-option-content {
  align-items: flex-start;
  flex-direction: column;
}

.pixel-productcomplete__group-modal--grid .pixel-productcomplete__group-option-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
}

.pixel-productcomplete__group-modal--grid .pixel-productcomplete__group-option-description {
  display: none;
}

.pixel-productcomplete__group-modal--grid .pixel-productcomplete__group-option-name {
  font-size: 0.85rem;
}

.pixel-productcomplete__group-choose {
  margin-top: 0.65rem;
  padding: 0.5rem 1rem;
  border: 1px solid #0f5b35;
  border-radius: 0.35rem;
  background: #0f5b35;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}

.pixel-productcomplete__selected-groups {
  display: none;
}

.pixel-productcomplete__item--group-selected {
  min-height: auto;
  background: #fbfaf8;
}

.pixel-productcomplete__summary {
  margin-top: 1.1rem;
}

.pixel-productcomplete__summary-title {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.pixel-productcomplete__summary-list {
  margin: 0;
}

.pixel-productcomplete__summary-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  max-width: 14rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid #ddd7d2;
  color: #656069;
  font-size: 0.85rem;
}
@media (max-width: 575px) {
  .pixel-productcomplete__summary-row {
    max-width: 100%;
  }
}

.pixel-productcomplete__summary-row dt,
.pixel-productcomplete__summary-row dd {
  margin: 0;
  font-weight: 400;
}

.pixel-productcomplete__summary-row--total {
  border-bottom: 0;
  color: #262221;
  font-weight: 700;
}

.pixel-productcomplete__summary-row--total dt,
.pixel-productcomplete__summary-row--total dd {
  font-weight: 700;
}

.pixel-productcomplete--loading {
  opacity: 0.65;
  pointer-events: none;
}

.pixel-productcomplete-button-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.pixel-productcomplete-button-spinner.lds-ring {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  color: #33A663;
  flex: 0 0 1.25rem;
}

.pixel-productcomplete-button-spinner.lds-ring,
.pixel-productcomplete-button-spinner.lds-ring span {
  box-sizing: border-box;
}

.pixel-productcomplete-button-spinner.lds-ring span {
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin: 0.125rem;
  border: 0.125rem solid currentColor;
  border-color: currentColor transparent transparent transparent;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.pixel-productcomplete-button-spinner.lds-ring span:nth-child(1) {
  animation-delay: -0.45s;
}

.pixel-productcomplete-button-spinner.lds-ring span:nth-child(2) {
  animation-delay: -0.3s;
}

.pixel-productcomplete-button-spinner.lds-ring span:nth-child(3) {
  animation-delay: -0.15s;
}

.pixel-productcomplete-modal-addons {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e4ded8;
  color: #262221;
  font-size: 0.85rem;
}

.pixel-productcomplete-modal-addons ul {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  gap:0;
}

.pixel-productcomplete-modal-addons li {
  margin: 0;
}

.pixel-productcomplete-modal-addons__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.15rem 0;
}

.pixel-productcomplete-modal-addons__image {
  width: 48px;
  height: 48px;
  object-fit: cover;
  flex: 0 0 48px;
  border-radius: 4px;
}

.pixel-productcomplete-modal-addons__content {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.pixel-productcomplete-modal-addons__lead {
  flex: 1 1 auto;
  min-width: 0;
}

.pixel-productcomplete-modal-addons__name {
  font-weight: 500;
  color:var(--pixel-black,#262221);
}

.pixel-productcomplete-modal-addons__quantity {
  color: var(--pixel-green, #188251);
  font-weight: 600;
  white-space: nowrap;
  min-width: 25px;
}

.pixel-productcomplete-modal-addons__price {
  white-space: nowrap;
  font-weight: 600;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 575px) {
  .pixel-productcomplete__grid,
  .pixel-productcomplete__group-grid {
    grid-template-columns: 1fr;
  }

  .pixel-productcomplete__item {
    min-height: auto;
  }

  .pixel-productcomplete__group-modal {
    align-items: flex-start;
    min-height: 100dvh;
    padding: 0;
  }

  .pixel-productcomplete__group-modal-dialog {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    border-radius: 0.75rem 0.75rem 0 0;
  }

  .pixel-productcomplete__group-panel:not([hidden]) {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
  }

  .pixel-productcomplete__group-options {
    min-height: 0;
    max-height: none;
    flex: 1 1 auto;
    overflow: auto;
  }

  .pixel-productcomplete__group-choose {
    flex: 0 0 auto;
    margin-top: auto;
  }

  .pixel-productcomplete__group-option {
    grid-template-columns: auto ;
  }

  .pixel-productcomplete__group-option-image {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .pixel-productcomplete__group-modal--grid .pixel-productcomplete__group-options {
    grid-template-columns: 1fr;
  }

  .pixel-productcomplete__group-modal--grid .pixel-productcomplete__group-option-image {
    width: 100%;
    height: auto;
    flex-basis: auto;
            max-width: 250px;
            margin: 0 auto;
  }
}

/* Teaser + slide-out drawer */
.pixel-productcomplete-drawer-open {
  overflow: hidden;
  /* Keeps layout width unchanged while the native scrollbar is hidden. */
  padding-right: var(--pixel-productcomplete-scrollbar-width, 0px);
}

.pixel-productcomplete-teaser {
  margin: 1rem 0 1.25rem;
}

.pixel-productcomplete-teaser__trigger {
  display: grid;
  width: 100%;
  grid-template-columns: 2.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid #ddd7d2;
  border-radius: 0.65rem;
  background: #fff;
  color: #262221;
  text-align: left;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.pixel-productcomplete-teaser__trigger:hover,
.pixel-productcomplete-teaser__trigger:focus-visible {
  border-color: #0f5b35;
  box-shadow: 0 0 0 2px rgba(15, 91, 53, 0.09);
  outline: none;
}

.pixel-productcomplete-teaser__trigger.is-selected {
  border-color: rgba(15, 91, 53, 0.4);
  background: #f7fbf8;
}

.pixel-productcomplete-teaser__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf6f0;
  color: #0f5b35;
}

.pixel-productcomplete-teaser__icon .material-icons {
  font-size: 1.25rem;
}

.pixel-productcomplete-teaser__copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.pixel-productcomplete-teaser__heading {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.5rem;
}

.pixel-productcomplete-teaser__title {
  color: #262221;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.pixel-productcomplete-teaser__selected-count {
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: #0f5b35;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.pixel-productcomplete-teaser__available {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.pixel-productcomplete-teaser__names {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #0f5b35;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pixel-productcomplete-teaser__name {
  display: inline;
}

.pixel-productcomplete-teaser__sep {
  color: #a39e99;
  font-weight: 400;
}

.pixel-productcomplete-teaser__hint {
  color: #656069;
  font-size: 0.76rem;
  line-height: 1.3;
}

.pixel-productcomplete-teaser__selection {
  display: grid;
  min-width: 0;
  gap: 0.25rem;
}

.pixel-productcomplete-teaser__selected-items {
  display: grid;
  min-width: 0;
  flex: 1 1 auto;
  gap: 0.15rem;
}

.pixel-productcomplete-teaser__selected-item {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 0.65rem;
  color: #4f5e54;
  font-size: 0.72rem;
  line-height: 1.25;
}

.pixel-productcomplete-teaser__selected-item--typed {
  align-items: start;
}

.pixel-productcomplete-teaser__selected-item-type {
  color: #0f5b35;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pixel-productcomplete-teaser__selected-item-name {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pixel-productcomplete-teaser__selected-item-price {
  flex: 0 0 auto;
  color: #315b42;
  font-weight: 650;
  white-space: nowrap;
}

.pixel-productcomplete-teaser__selected-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.1rem;
  padding-top: 0.25rem;
  border-top: 1px solid #dfe9e2;
  color: #656069;
  font-size: 0.7rem;
  line-height: 1.25;
}

.pixel-productcomplete-teaser__selected-price {
  color: #0f5b35;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.pixel-productcomplete-teaser__cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.15rem;
  color: #0f5b35;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.pixel-productcomplete-teaser__cta .material-icons {
  font-size: 1.25rem;
  line-height: 1;
}

.pixel-productcomplete-drawer {
  position: fixed;
  inset: 0;
  z-index: 1040;
}

.pixel-productcomplete-drawer[hidden] {
  display: none;
}

.pixel-productcomplete-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(38, 34, 33, 0.45);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.pixel-productcomplete-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(28rem, 100%);
  height: 100%;
  max-height: 100dvh;
  background: #fbfaf8;
  box-shadow: -0.75rem 0 2.5rem rgba(38, 34, 33, 0.18);
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.pixel-productcomplete-drawer.is-open .pixel-productcomplete-drawer__backdrop {
  opacity: 1;
}

.pixel-productcomplete-drawer.is-open .pixel-productcomplete-drawer__panel {
  transform: translateX(0);
}

.pixel-productcomplete-drawer__header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid #ddd7d2;
  background: #fff;
}

.pixel-productcomplete-drawer__title {
  margin: 0;
  color: #262221;
  font-size: 1.1rem;
  font-weight: 700;
}

.pixel-productcomplete-drawer__close {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #ddd7d2;
  border-radius: 50%;
  background: #fff;
  color: #262221;
  line-height: 1;
}

.pixel-productcomplete-drawer__close .material-icons {
  font-size: 1.25rem;
}

.pixel-productcomplete-drawer__product {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 3.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.15rem;
  border-bottom: 1px solid #e7e2de;
  background: #f7fbf8;
}

.pixel-productcomplete-drawer__product-image {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #e7e2de;
  border-radius: 0.4rem;
  background: #fff;
  object-fit: cover;
}

.pixel-productcomplete-drawer__product-copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}

.pixel-productcomplete-drawer__product-label {
  color: #656069;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.pixel-productcomplete-drawer__product-name {
  display: -webkit-box;
  overflow: hidden;
  color: #262221;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pixel-productcomplete-drawer__product-price {
  color: #262221;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.pixel-productcomplete-drawer__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 1rem 1.15rem 1.5rem;
}

.pixel-productcomplete-drawer__footer {
  flex: 0 0 auto;
  padding: 0.85rem 1.15rem 1.15rem;
  border-top: 1px solid #e7e2de;
  background: #fff;
}

.pixel-productcomplete-drawer__confirm {
  width: 100%;
}

.pixel-productcomplete-drawer .pixel-productcomplete {
  margin: 0;
}

.pixel-productcomplete-drawer .pixel-productcomplete__title[hidden] {
  display: none;
}

.pixel-productcomplete-drawer .pixel-productcomplete__summary {
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid #e3ded9;
  border-radius: 0.6rem;
  background: #fff;
}

.pixel-productcomplete-drawer .pixel-productcomplete__summary-title {
  margin-bottom: 0.55rem;
  color: #262221;
  font-size: 0.95rem;
  font-weight: 700;
}

.pixel-productcomplete-drawer .pixel-productcomplete__summary-row {
  max-width: none;
  padding: 0.35rem 0;
  border-bottom-color: #eeeae7;
  font-size: 0.8rem;
}

.pixel-productcomplete-drawer .pixel-productcomplete__summary-row dd {
  color: #3f3a38;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.pixel-productcomplete-drawer .pixel-productcomplete__summary-row--total {
  margin-top: 0.55rem;
  padding: 0.65rem 0.75rem;
  border: 0;
  border-radius: 0.4rem;
  background: #edf6f0;
  color: #0f5b35;
  font-size: 0.9rem;
}

.pixel-productcomplete-drawer .pixel-productcomplete__summary-row--total dd {
  color: #0f5b35;
}

@media (max-width: 575px) {
  .pixel-productcomplete-teaser__trigger {
    grid-template-columns: 2.25rem minmax(0, 1fr) auto;
    gap: 0.6rem;
    padding: 0.75rem;
  }

  .pixel-productcomplete-teaser__icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .pixel-productcomplete-teaser__cta {
    align-self: center;
  }

  .pixel-productcomplete-teaser__cta > span:first-child {
    display: none;
  }

  .pixel-productcomplete-drawer__panel {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pixel-productcomplete-drawer__backdrop,
  .pixel-productcomplete-drawer__panel {
    transition-duration: 0.01ms;
  }
}
