.custom-add-to-cart-outer {
  width: 100%;
}

.brxe-container.creatype-license-container {
  max-width: 411px;
}

#custom-add-to-cart-wrapper {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius, 8px);
  background-color: var(--card);
  color: var(--card-foreground);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
  position: relative;
  font-family: var(--font-sans);
}

#custom-add-to-cart-wrapper label {
  margin: 0;
}

#custom-add-to-cart-wrapper h3 {
  font-size: 1.9rem;
  text-align: left;
}

/* 
#custom-add-to-cart-wrapper:has(.promo-banner) {
  padding-top: 43px;
}

#custom-add-to-cart-wrapper .promo-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 33px;
  background-color: var(--foreground, #000);
  color: var(--background, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
} */

.variant-description-wrapper {
  box-sizing: border-box;
  padding: 16px;
  border-radius: var(--radius, 4px);
  position: absolute;
  right: calc(100% + 10px);
  left: auto;
  width: 420px;
  height: fit-content;
  max-height: 90vh;
  translate: 0 -50%; /* center panel on hovered item; separate from transform so Alpine transitions don't conflict */
  background-color: var(--popover);
  color: var(--popover-foreground);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  border: 1px solid var(--border);
  gap: 12px;
  box-shadow: var(--shadow-lg);
  z-index: 999;
  overflow-y: auto;
  overflow-x: visible;
}

/* Triangle arrow pointing from description panel toward hovered license */
.variant-description-arrow {
  position: absolute;
  left: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 1000;
}
.variant-description-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid var(--border);
}
.variant-description-arrow::after {
  content: '';
  position: absolute;
  left: -10px;
  top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 9px solid var(--popover);
}

#tooltip-discount-details {
  position: relative;
}

#tooltip-discount-details .help-icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  fill: oklch(from var(--foreground) calc(l / 2) c h);
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  #tooltip-discount-details .help-icon {
    width: 20px;
    height: auto;
    touch-action: manipulation;
    color: var(--muted-foreground);
  }

  div#tooltip-discount-details {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    padding-left: 0;
  }
}

#tooltip-discount-details .help-icon:hover {
  color: var(--foreground);
}

#tooltip-discount-details .tooltip-content {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  display: flex;
  text-wrap: nowrap;
  background-color: var(--popover);
  color: var(--popover-foreground);
  border: 1px solid var(--border);
  border-radius: var(--radius, 4px);
  padding: 8px 12px;
  font-size: 14px;
  box-shadow: var(--shadow-md);
}

@media (max-width: 768px) {
  #custom-add-to-cart-wrapper .tooltip-content {
    position: relative;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    background-color: var(--muted);
    color: var(--muted-foreground);
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -10px;
    border-radius: var(--radius, 4px);
  }
  #custom-add-to-cart-wrapper .tooltip-content::before {
    content: '';
    height: 20px;
    width: 20px;
    background-color: var(--muted);
    position: absolute;
    top: -10px;
    right: 80%;
    transform: translateX(-50%) rotate(45deg);
  }

  #custom-add-to-cart-wrapper .tooltip-content span {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
  }
}
#tooltip-discount-details .tooltip-content p {
  margin: 0;
}

@media (max-width: 768px) {
  .variant-description-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: var(--background);
    color: var(--foreground);
    z-index: 9999;
    overflow-y: auto;
    translate: none; /* reset centering for fullscreen mobile panel */
  }

  .variant-description-wrapper .close-icon {
    width: 22px;
    height: 22px;
  }
}

.variant-with-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.discount-banner {
  background-color: rgba(255, 255, 255, 0.12);
  color: #588bf1;
  padding: 12px;
  border-radius: var(--radius, 4px);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.discount-banner > b:first-child {
  font-size: 20px;
  font-weight: 600;
  margin-right: 8px;
}

.variant-with-banner .variant-wrapper {
  width: 100%;
}

#custom-add-to-cart-wrapper * {
  box-sizing: border-box !important;
}

.variant-description-wrapper br {
  display: none;
}

.variant-description-wrapper ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  margin-bottom: 8px;
}

.variant-description {
  padding: 10px 12px 12px;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.variant-description > p {
  margin: 0;
  line-height: 1.5;
}

.variant-description > p + ul {
  margin-top: -2px;
}

.variant-description > p > strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-foreground);
}

.variant-description ul,
.variant-description li {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.variant-description ul li {
  position: relative;
  padding: 6px 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
}

.variant-description ul li:last-child {
  border-bottom: none;
}

.variant-description li > strong {
  display: block !important;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted-foreground);
  line-height: 1.35;
}

.variant-description .term-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.variant-description .term-check {
  color: #4ade80;
}

.variant-description .term-x {
  color: #f87171;
}

.variant-description .permitted-list,
.variant-description .prohibited-list {
  margin-bottom: 4px;
}

.variant-name-title {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  gap: 0.75rem;
  width: 100%;
  padding: 8px;
  background: transparent;
  color: var(--foreground);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.variant-header-content {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  flex: 1;
  min-width: 0;
}

.title-icon-wrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.title-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.title-text-wrapper h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
}

.title-text-wrapper .variant-intro {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--muted-foreground);
  text-align: left;
}

.title-icon-wrapper svg {
  width: 64px;
  height: 64px;
  padding: 10px;
  border-radius: var(--radius, 4px);
  background-color: var(--primary);
  color: var(--primary-foreground);
}

.variant-name-title .pin-icon {
  cursor: pointer;
  color: var(--muted-foreground);
  transition: all 0.3s ease;
  font-size: 14px;
  padding: 8px;
  aspect-ratio: 1/1;
  border-radius: var(--radius, 9999px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.variant-name-title .pin-icon:is(:hover, .active) {
  color: var(--foreground);
}

.variant-name-title .pin-icon.active {
  background-color: var(--accent);
  color: var(--accent-foreground);
}

.variant-description::-webkit-scrollbar {
  width: 6px;
}

.variant-description::-webkit-scrollbar-thumb {
  background-color: var(--border);
  border-radius: var(--radius, 9999px);
}

.variant-description::-webkit-scrollbar-track {
  background-color: var(--muted);
}

.custom-add-to-cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  margin: 0px;
  border-bottom: 1px solid var(--border);
  border-radius: var(--radius, 4px);
  /* background-color: var(--card); */
  color: var(--foreground);
  transition: all 0.3s ease;
}

.custom-add-to-cart-item span {
  transition: all 0.3s ease;
}
/* 
.variant-wrapper:has(.custom-add-to-cart-item:hover)
  .custom-add-to-cart-item:not(:hover)
  span {
  color: rgba(255, 255, 255, 0.65);
} */

@media (min-width: 768px) {
  .custom-add-to-cart-item:hover {
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(3px);
    color: white;
  }
  #custom-add-to-cart-wrapper
    .custom-add-to-cart-item:hover
    .custom-add-to-cart-item-price {
    color: white;
  }
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.custom-add-to-cart-item-name {
  font-weight: 600;
  color: var(--foreground);
  cursor: pointer;
}

.custom-add-to-cart-item-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 1em;
  color: var(--foreground);
}

.custom-add-to-cart-item-price .original-price {
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 0.9em;
}

.custom-add-to-cart-item-price:has(.sale-price) .sale-price {
  color: var(--destructive);
}

.sale-price bdi.woocommerce-Price-bidi {
  color: #ff6900;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border: 0px solid var(--border);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius, 4px);
  padding: 20px;
  justify-content: space-between;
  border-bottom-width: 1px;
}

.quantity-wrapper input {
  border: none;
  background: none;
  text-align: center;
  width: fit-content;
}

.quantity-button {
  background: none;
  color: white;
  border: 1px solid var(--border);
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  touch-action: manipulation;
  width: 48px !important;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-input:focus {
  outline: none;
  background-color: var(--accent);
  color: var(--accent-foreground);
}
.custom-add-to-cart-item span {
  margin: 0 !important;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
}

.quantity-button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.quantity-button:not(.disabled):hover {
  background-color: var(--accent);
  color: var(--accent-foreground);
}

/* License group items */
.license-group-item {
  width: 100%;
}

.license-group-header {
  cursor: pointer;
}

.license-group-name {
  display: flex;
  align-items: center;
  gap: 4px;
}

.tier-dropdown-wrapper {
  padding: 0;
  border-bottom: 1px solid var(--border);
}

/* ============================================
   Custom Dropdown Component (shared)
   ============================================ */
.melek-custom-dropdown {
  position: relative;
  width: 100%;
}

.melek-dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 68px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--foreground, #fff);
  font-family: var(--font-sans, inherit);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease;
  text-align: left;
  gap: 8px;
}

.melek-dropdown-trigger:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.14);
}

.melek-dropdown-label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.melek-dropdown-chevron {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
  transition: transform 0.15s ease;
}

.melek-dropdown-chevron.rotate {
  transform: rotate(180deg);
}

.melek-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  margin-top: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: #1a1d35;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.melek-dropdown-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 68px;
  padding: 10px 12px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-sans, inherit);
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.1s ease;
  text-align: left;
  gap: 8px;
}

.melek-dropdown-option:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.melek-dropdown-option.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.melek-dropdown-check {
  flex-shrink: 0;
  color: var(--primary, #588bf1);
}

.melek-dropdown-option + .melek-dropdown-option {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.price-wrapper {
  font-weight: 600;
  text-align: left;
  color: var(--foreground);
  display: flex;
  align-items: baseline;
  gap: 10px;
  justify-content: center;
}

.price-wrapper .price-regular {
  font-size: 20px;
  color: var(--muted-foreground);
  font-weight: 500;
  opacity: 0.6;
}

.price-wrapper .price-final {
  font-size: 28px;
  font-weight: 600;
  color: var(--foreground);
  transition: all 300ms ease;
}

.price-wrapper .price-final.has-discount {
  color: #ff6900;
  font-size: 32px;
  font-weight: 700;
}

.add-to-cart-button {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: var(--primary);
  color: var(--primary-foreground);
  border: none;
  border-radius: var(--radius, 4px);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  box-shadow: var(--shadow-sm);
  text-transform: uppercase;
}

.add-to-cart-button:hover {
  background-color: var(--primary);
  opacity: 0.9;
  box-shadow: var(--shadow-md);
}

.view-cart-button {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  border: 1px solid var(--border);
  background-color: var(--secondary);
  color: var(--primary);
  border-radius: var(--radius, 4px);
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.view-cart-button:hover {
  background-color: var(--accent);
  color: var(--accent-foreground);
}

.buy-now-button {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: var(--accent);
  color: var(--primary);
  border: 1px solid var(--border);
  border-radius: var(--radius, 4px);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.buy-now-button::after {
  content: '→';
  margin-left: 2px;
  transition: all 0.3s ease;
}

.buy-now-button:hover::after {
  margin-left: 6px;
}

.buy-now-button:hover {
  background-color: var(--muted);
  color: var(--muted-foreground);
}

/* ── Enterprise CTA ── */
.enterprise-cta-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: oklch(from var(--primary) 0.96 0.025 h);
  border-radius: 0;
  margin-top: 10px;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  color: var(--primary);
  border: 1px solid oklch(from var(--primary) 0.85 0.05 h);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  text-decoration: none !important;
}

.enterprise-cta-link:hover {
  background: oklch(from var(--primary) 0.92 0.04 h);
  border-color: var(--primary);
  text-decoration: none !important;
  color: var(--primary);
}

.enterprise-cta-title {
  display: flex;
  align-items: center;
  gap: 6px;
}

.enterprise-cta-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: var(--primary);
  color: var(--primary-foreground, #fff);
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  cursor: help;
  flex-shrink: 0;
  line-height: 1;
}

.enterprise-cta-action {
  color: var(--primary);
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox .pricing-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius, 2px);
  transition: all 0.3s ease;
}

.custom-checkbox input:checked ~ .pricing-checkmark {
  background-color: var(--primary);
  border-color: var(--primary);
}

.custom-checkbox .pricing-checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .pricing-checkmark:after {
  display: block;
}

.custom-checkbox .pricing-checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid var(--primary-foreground);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

#custom-add-to-cart-wrapper input::-webkit-outer-spin-button,
#custom-add-to-cart-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.custom-add-to-cart-item bdi.woocommerce-Price-bidi {
  font-size: 20px !important;
}

#custom-add-to-cart-wrapper input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}

@media (min-width: 768px) {
  div.product.type-product {
    display: grid;
    grid-template-columns:
      calc((100% - 30px) / 9 * (9 - 3.2))
      calc((100% - 30px) / 9 * 3.2);
    grid-column-gap: 30px;
  }

  #g9heroprodimgitem {
    width: 100%;
  }

  .g9proimgthumbfrm {
    margin-top: 0 !important;
  }

  .g9proimgthumb {
    border-radius: var(--radius, 4px) !important;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  div.product.type-product {
    display: grid;
    grid-template-columns:
      calc((100% - 30px) / 9 * (9 - 4))
      calc((100% - 30px) / 9 * 4);
    grid-column-gap: 30px;
  }

  .variant-description-wrapper {
    max-width: 420px;
    right: calc(100% + 10px);
    left: auto;
  }
}
#buy-button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#buy-button-wrapper-inner {
  display: flex;
  gap: 12px;
}

#buy-button-wrapper button {
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

#buy-button-wrapper button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  position: relative;
}
/* 
#buy-button-wrapper button:disabled .melek-loader::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--background, #fff);
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  z-index: 2;
} */

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  [x-cloak='mobile'] {
    display: none !important;
  }

  #buy-button-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background-color: var(--background);
    border-top: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    /* display: grid;
        grid-template-columns: calc(((100% - 10px) / 3) * 2) calc(
      ((100% - 10px) / 3) * 1
    ); */
    z-index: 999;
    gap: 12px;
  }

  #buy-button-wrapper button {
    padding: 16px 0;
  }
}

[x-cloak=''] {
  display: none !important;
}

.license-details-wrapper {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid var(--border-color);
}

.license-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.license-detail-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.checkmark-icon {
  width: 20px;
  height: 20px;
  color: var(--primary-text);
  flex-shrink: 0;
}

.license-detail-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-text);
  letter-spacing: -0.01em;
}

.license-detail-value {
  font-size: 14px;
  color: var(--secondary-text);
  letter-spacing: -0.01em;
}

.format-item {
  background-color: var(--surface-secondary);
  padding: 16px;
  border-radius: 8px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.format-item .license-detail-title,
.format-item .license-detail-value {
  text-align: center;
  width: 100%;
}

.checkbox-wrapper .help-icon {
  width: 16px;
  height: 16px;
  color: var(--muted-foreground);
  touch-action: manipulation;
}

.license-details-wrapper .arrow-icon {
  transition: all 0.3s ease;
}

.license-details-wrapper .arrow-icon.active {
  transform: rotate(180deg);
}

.melek-loader {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--muted);
  border-radius: 50%;
  border-top-color: var(--primary);
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.notification-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.w-6 {
  width: 20px;
}

.h-6 {
  height: 20px;
}

.notification {
  padding: 12px 16px;
  border-radius: var(--radius, 4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.4;
  gap: 8px;
  border: 1px solid var(--border, rgba(255,255,255,0.15));
  backdrop-filter: blur(12px);
}

.notification-success {
  background-color: #000000;
  color: #ffffff;
  border-color: var(--primary, #588bf1);
}

.notification-error {
  background-color: var(--destructive, #dc2626);
  color: var(--destructive-foreground, #ffffff);
  border-color: var(--destructive, #dc2626);
}

.notification-icon {
  margin: 0;
  flex-shrink: 0;
}

.notification-message {
  flex-grow: 1;
  font-weight: 500;
}

/* Animation classes */
.notification-enter-active,
.notification-leave-active {
  transition: all 0.3s ease;
}

.notification-enter-from,
.notification-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

.promo-banner {
  background-color: var(--destructive);
  color: var(--destructive-foreground);
  padding: 16px;
  font-weight: 600;
  border-radius: var(--radius, 4px);
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--border);
}

.countdown-timer {
  display: flex;
  color: var(--muted-foreground);
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-variant-numeric: tabular-nums;
  font-family: var(--font-mono);
}

.countdown-timer span {
  background: var(--muted);
  color: var(--muted-foreground);
  padding: 6px 8px;
  border-radius: var(--radius, 2px);
  min-width: 32px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  border: 1px solid var(--border);
}

/* Sale Countdown between banner and variant-wrapper */
.sale-countdown-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px;
  background: transparent;
  color: #f97316;
  border-radius: 0;
  margin-bottom: 16px;
  /* border removed - no outline */
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

/* Promo countdown variant - smaller, no border */
.sale-countdown-wrapper.promo-countdown {
  border: none;
  padding: 10px;
  margin-bottom: 0;
}

.sale-countdown-label {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #f97316;
  font-family: inherit;
}

.sale-countdown-timer {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  font-family: inherit;
}

.sale-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.sale-countdown-box {
  border: 1px solid #f97316;
  padding: 1px 12px;
  min-width: 60px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
  color: #f97316;
}

.sale-countdown-text {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #f97316;
  font-family: inherit;
}

.currency-notice {
  font-size: 12px;
  color: var(--muted-foreground);
  text-align: center;
  margin-bottom: 8px;
}

.currency-notice span {
  color: var(--destructive);
}

.price-summary-wrapper {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  padding: 16px 20px;
  border-radius: var(--radius, 4px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.price-summary-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
}

.price-summary-label {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-sans);
  color: var(--foreground);
  text-align: left;
  transition: all 300ms ease;
}

.price-summary-label.is-sub {
  font-size: 14px;
  opacity: 0.7;
}

.price-summary-value {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-sans);
  color: var(--foreground);
  text-align: right;
  transition: all 300ms ease;
}

.price-summary-value.is-sub {
  font-size: 16px;
  opacity: 0.7;
}

.price-summary-value.discount-amount {
  font-size: 16px;
  color: #ff6900;
  font-weight: 600;
}

.price-summary-value.total-value.has-discount {
  color: #ff6900;
  font-weight: 700;
}

.price-summary-total {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 8px;
}

.price-summary-total .price-summary-label {
  font-size: 16px;
  opacity: 1;
}

.price-summary-total .price-summary-value {
  font-size: 20px;
  opacity: 1;
}
