/* @import url(//fonts.googleapis.com/css?family=Poppins); */

:root {
  --Surface-Surface: #f9f9f9;
}

.panel {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: var(--Surface-Surface, #f9f9f9);
}

.header {
  display: flex;
  height: 50px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  height: 108px;

  background: var(--Surface-Surface, #222);
  box-shadow: 0 35px 50.2px 0 rgba(161, 134, 134, 0.13) inset;
}

.header-title {
  display: flex;
  padding-left: 92px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 29px;
  top: 28px;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 24px;
  top: 28px;
}

.top-bar-action {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.task-bar {
  display: flex;
  width: 393px;
  padding: 24px;
  margin-bottom: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.options-stack {
  display: flex;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.selected-task-bar-action {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border-radius: 16px;
  background: var(--Brand-Colors-Secondary, #4caf50);
}

.task-bar-action {
  /* Layout */
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border-radius: 16px;
}

.glass-morphic {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
}

.task-bar-action-annotation {
  display: flex;
  padding: 0.5px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;

  right: 7.75px;
  top: 8.5px;
  border-radius: 100px;
  background: var(--Status-Groups-Error-Error, #e53935);
}

.task-bar-action-annotation-text {
  color: #fff;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.top-section {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.section {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  gap: 24px;
  align-self: stretch;
}

.section-title {
  display: flex;
  height: 30px;
  padding: 0 5px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.section-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.item-carousel {
  display: flex;
  gap: 8px;

  overflow-x: auto;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
}

.item-carousel::-webkit-scrollbar {
  display: none;
}

.item-card {
  display: flex;
  width: 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  scroll-snap-align: start;
}

.item-img {
  display: flex;
  width: 140px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.item-description {
  display: flex;
  padding: 0 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.cart-item-list {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.cart-item {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  align-self: stretch;

  border-radius: 16px;
  border: 1px solid var(--Surface-Outline-Variant, rgba(102, 102, 102, 0.15));
  background: var(--Surface-Surface-Container, #fff);
}

.cart-item-info {
  display: flex;
  height: 100px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.cart-item-info-img {
  display: flex;
  width: 100px;
  height: 100px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background: var(--Surface-Surface-Container, #fff);
}

.cart-item-info-desc {
  display: flex;
  padding: 0 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
}

.cart-item-info-desc-name {
  align-self: stretch;
  color: var(--Surface-Surface-On-Color, #222);

  /* Title/Medium */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.032px;
}

.cart-item-info-desc-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.cart-item-info-desc-price-sale {
  color: var(--Status-Groups-Success-Success, #4caf50);
  /* Title/Medium */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.032px;
}

.cart-item-info-desc-price-unit {
  color: var(--Status-Groups-Error-Error, #e53935);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}

.cart-item-actions {
  display: flex;
  height: 100px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.outline {
  display: flex;
  padding: 2px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.line {
  width: 325px;
  height: 1px;
  background: var(--Surface-Outline-Variant, rgba(102, 102, 102, 0.15));
}

.main-text-box {
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.main-text {
  color: var(--Surface-Surface-On-Color, #222);

  /* Title/Large */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.018px;
}

.main-action-button {
  display: flex;
  padding: 12px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  background: var(--Brand-Colors-Primary, #ff7a00);
}

.main-action-label {
  color: var(--Primary-Variants-Primary-On-Color, #fff);
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

/* ------ keep  */
.action-bar-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040; /* Higher than sticky-nav (1020), lower than modal (1055) */
}

.glass-morphic {
  /* 1. Semi-transparent background */
  background: rgba(255, 255, 255, 0.2);

  /* 2. The "Frosted" blur effect */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */

  /* 3. Subtle border to define the edges */
  border: 1px solid rgba(255, 255, 255, 0.3);

  /* 4. Rounded corners (standard for this look) */
  border-radius: 16px;

  /* 5. Soft shadow for depth */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
