/** Shopify CDN: Minification failed

Line 263:7 Expected ":"
Line 263:9 Expected identifier but found "0px"
Line 266:7 Expected ":"
Line 266:9 Expected identifier but found "0px"
Line 269:7 Expected ":"
Line 269:9 Expected identifier but found "0px"
Line 1319:7 Expected ":"
Line 1319:9 Expected identifier but found "0px"
Line 1322:7 Expected ":"
Line 1322:9 Expected identifier but found "0px"
... and 2 more hidden warnings

**/
.cart-drawer {
  position: relative;
}

.drawer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(var(--color-foreground), 0.5);
  transition: visibility var(--duration-default) ease;
}
.drawer.active {
  visibility: visible;
}
cart-drawer-items,
.drawer__header {
  padding: 0 4px;
}
checkout-button {
  display: block;
  width: 100%;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
cart-drawer .drawer__footer {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.15),
    0px 32px 64px 0px rgba(0, 0, 0, 0.19);
}
.cart-item cart-remove-button {
  margin: 0;
}
cart-drawer .order-note-container {
  margin: 0 0 0.8rem 0;
}
.order-note-container #order-note-value {
  width: 100%;
  resize: none;
}
.order-note-container #order-note-value:focus {
  box-shadow: none;
  outline: none;
}
.order-note-container .order-note-hint {
  margin: 0;
}
.add-note-button {
  text-align: center;
  margin-top: 0.4rem;
}
.add-note-button button {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
  padding: 0.4rem 2rem;
  margin: 0;
  min-height: 2rem;
}
@media only screen and (min-width: 750px) {
  cart-drawer-items,
  cart-drawer .drawer__header {
    padding: 0 12px;
  }
  cart-drawer .drawer__footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.drawer__inner {
  height: 100%;
  max-width: 343px;
  width: 100%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-right: 0;
  background-color: rgb(var(--color-background));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--duration-default) ease;
}
@media only screen and (min-width: 750px) {
  .drawer__inner {
    /* max-width: 39.2rem; */
    max-width: 68.2rem;
  }
}
.drawer__inner-empty {
  height: 100%;
  padding: 0 1rem;
  background-color: rgb(var(--color-background));
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cart-drawer__warnings {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
cart-drawer.is-empty .drawer__inner {
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 0;
}
cart-drawer.is-empty .drawer__header {
  display: none;
}
cart-drawer:not(.is-empty) .cart-drawer__warnings,
cart-drawer:not(.is-empty) .cart-drawer__collection {
  display: none;
}
.cart-drawer__warnings--has-collection .cart__login-title {
  margin-top: 1.5rem;
}
.drawer.active .drawer__inner {
  transform: translateX(0);
  display: flex;
  flex-direction: row;
}
.drawer__header {
  position: relative;
  background-color: rgb(var(--color-background));
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drawer__heading {
  padding-left: 45px;
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
}
.drawer__close {
  display: inline-block;
  padding: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), 0);
  position: absolute;
  top: 10px;
  left: 8px;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.cart-drawer__warnings .drawer__close {
  left: 8px;
}
.drawer__close svg {
  height: 1.6rem;
  width: 1.6rem;
}
.drawer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.drawer__footer {
  background-color: rgb(var(--color-background));
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.2);
  padding: 0.8rem 0;
}
cart-drawer-items.is-empty + .drawer__footer {
  display: none;
}
.drawer__footer > details {
  margin-top: -0.8rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.drawer__footer > details[open] {
  padding-bottom: 0.8rem;
}
.drawer__footer summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 0.8rem 0;
}
.drawer__footer > details + .cart-drawer__footer {
  padding-top: 0.8rem;
}
cart-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
.cart-drawer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cart-drawer__overlay:empty {
  display: block;
}
.cart-drawer__form {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.cart-drawer__collection {
  margin: 0 1.5rem 0.8rem;
}
.cart-drawer .drawer__cart-items-wrapper {
  flex-grow: 1;
}
.cart-drawer .cart-items,
.cart-drawer tbody {
  display: block;
  width: 100%;
}
.cart-drawer thead {
  display: inline-table;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: rgb(var(--color-background));
}
cart-drawer-items {
  overflow: auto;
  flex: 1;
}
@media screen and (max-height: 650px) {
  cart-drawer-items {
    overflow: visible;
  }
  .drawer__inner {
    overflow: scroll;
  }
  .df-option__title-row {
    gap; 0px;
  }
  .df-option__title-text {
    gap; 0px;
  }
  .df-option__title-text {
    gap; 0px;
  }
  .df-option__price-amount {
    font-size: 13px;
  }
}
.cart-drawer .cart-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: auto;
  gap: 8px;
  margin-bottom: 0;
  align-items: start;
}
.cart-drawer .cart-item:last-child {
  margin-bottom: 0.4rem;
}
.cart-drawer .cart-item__media {
  grid-row: 1 / -1;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
}
cart-drawer cart-drawer-items .cart-drawer .cart-items td {
  padding: 0;
}
.cart-drawer .cart-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-drawer .cart-items thead {
  margin-bottom: 0.2rem;
}
.cart-drawer .cart-items thead th:first-child,
.cart-drawer .cart-items thead th:last-child {
  width: 0;
  padding: 0;
}
.cart-drawer .cart-items thead th:nth-child(2) {
  width: 50%;
  padding-left: 0;
}
.cart-drawer .cart-items thead tr {
  display: table-row;
  margin-bottom: 0;
}
.cart-drawer .cart-items th {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.cart-drawer .cart-item:last-child {
  margin-bottom: 0.8rem;
}
.cart-drawer .cart-item .loading-overlay {
  right: 5px;
  padding-top: 1.5rem;
}
.cart-drawer .cart-items td {
  padding-top: 0rem;
}
.cart-drawer .cart-item > td + td {
  padding-left: 0rem;
}
.cart-drawer .cart-item__details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 80px;
  justify-content: space-between;
}
.cart-drawer .cart-item__totals {
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: left;
}
.cart-item__quantity-wrapper {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}
/* .drawer__cart-items-wrapper .cart-item:not(:last-child), */
.drawer__cart-items-wrapper .cart-item {
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 0.2px solid #1d1d1f42;
}
.cart-drawer.cart-drawer .cart-item__price-wrapper > *:only-child {
  margin-top: 0;
}
.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices {
  display: flex;
  gap: 0.3rem;
}
.cart-drawer .unit-price {
  margin-top: 0.3rem;
}
@media screen and (max-width: 749px) {
  .cart-drawer .cart-item cart-remove-button {
    margin-left: 0;
  }
}
.cart-drawer__footer > * + * {
  margin-top: 0.6rem;
}

.cart-drawer__footer .progress-bar {
  display: none;
}

.cart-drawer__footer.--progress-visible-by-default .progress-bar {
  display: block;
}

.cart-drawer__footer.--active .progress-bar {
  display: block;
}

.cart-drawer .totals {
  justify-content: center;
}
.cart-drawer .price {
  line-height: 1;
}
.cart-drawer .tax-note {
  margin: 0.8rem 0 0.6rem auto;
  text-align: left;
}
.cart-drawer .product-option dd {
  word-break: break-word;
}
.cart-drawer details[open] > summary .icon-caret {
  transform: rotate(180deg);
}
.cart-drawer .cart__checkout-button {
  max-width: none;
  padding: 1rem 1.2rem;
}

.cart__checkout-button .loader {
  width: 15px;
  height: 15px;
  border: 2px solid #FFF;
  margin-right: 3px;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: relative;
  left: -2px;
  top: -1px;
}

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

.drawer__footer .cart__dynamic-checkout-buttons {
  max-width: 100%;
}
.drawer__footer #dynamic-checkout-cart ul {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  margin: 0.2rem -0.2rem 0 0 !important;
  gap: 0.2rem;
}
.drawer__footer [data-shopify-buttoncontainer] {
  justify-content: flex-start;
}
.drawer__footer #dynamic-checkout-cart ul > li {
  flex-basis: calc(50% - 0.2rem) !important;
  margin: 0 !important;
}
.drawer__footer #dynamic-checkout-cart ul > li:only-child {
  flex-basis: 100% !important;
  margin-right: 0.2rem !important;
}
@media screen and (min-width: 750px) {
  .drawer__footer #dynamic-checkout-cart ul > li {
    flex-basis: calc(100% / 3 - 0.2rem) !important;
    margin: 0 !important;
  }
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2),
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2) ~ li,
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4),
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4) ~ li {
    flex-basis: calc(50% - 0.2rem) !important;
  }
  .drawer__cart-items-wrapper .cart-item {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .drawer__heading {
    padding-left: 27px;
    font-size: 24px;
    margin: 8px 0;
  }
  .cart-item__details .cart-item__name {
    font-size: 15px;
  }
  .drawer__close {
    top: 14px;
  }
}
cart-drawer-items::-webkit-scrollbar {
  width: 3px;
}
cart-drawer-items::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.7);
  border-radius: 100px;
}
cart-drawer-items::-webkit-scrollbar-track-piece {
  margin-top: 20px;
}
cart-drawer-items .cart-item__details .product-option:not(.product_plan) {
  display: none;
}
#CartDrawer cart-drawer-items .cart-item__details .product-plan-block {
  display: none;
}
cart-drawer-items .cart-item__details .line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cart-item__details .cart-item__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2px;
}
cart-drawer-items quantity-input {
  min-height: 28px !important;
  max-height: 28px;
  max-width: 80px;
}

cart-drawer-items quantity-input button {
  max-width: 28px;
  max-height: 28px;
  border-radius: 4px;
  min-width: 28px;
}

cart-drawer-items quantity-input input.quantity__input {
  max-width: 24px;
  max-height: 28px;
  padding: 0;
  font-size: 12px;
  min-width: 24px;
  text-align: center;
}
quantity-input {
  background-color: rgba(var(--color-button),var(--alpha-button-background));
  border: none;
}
quantity-input * {
  color: white !important;
}
.cart-item__details {
  padding: 0;
}
checkout-button .totals p {
  margin-left: 0;
  text-align: left;
}
checkout-button .totals {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
}
checkout-button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.drawer__footer .fixed-bundle-warning {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0.6rem;
  color: red;
}

.drawer__footer .min-order {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

/* Kind checkout requirements (minimum meals + minimum order total) */
.cart-requirements {
  margin: 12px 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(var(--color-button), 0.06);
  border: 1px solid rgba(var(--color-button), 0.18);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.cart-requirements--met {
  background: rgba(5, 122, 116, 0.1);
  border-color: rgba(5, 122, 116, 0.35);
}

.cart-requirements__title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: rgba(var(--color-foreground), 0.95);
}

.cart-requirements__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-requirements__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  line-height: 1.35;
  color: rgba(var(--color-foreground), 0.85);
}

.cart-requirements__item.is-met {
  color: rgba(5, 122, 116, 1);
  font-weight: 600;
}

.cart-requirements__icon {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1;
}

.cart-requirements__text {
  flex: 1 1 auto;
}

.cart-requirements__count {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  background: rgba(var(--color-button), 0.12);
  color: rgba(var(--color-button), 1);
  white-space: nowrap;
}
[role="columnheader"] {
  display: none;
}
#clear-cart {
  border: none;
  background-color: transparent;
  color: var(--primary-macros-orange, rgba(var(--color-button),var(--alpha-button-background)));
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
}
.head-clear_wrapper {
  text-align: right;
}


.details-selling-plan {
  border-top: .1rem solid rgba(var(--color-foreground), .2);
  border-bottom: .1rem solid rgba(var(--color-foreground), .2);
  margin-bottom: 10px;

  border: 1px solid rgba(var(--color-button),var(--alpha-button-background));
  padding: 0 10px;
}

.details-selling-plan .current-selling-plan {
  color: rgba(var(--color-button),var(--alpha-button-background));
}

.details-selling-plan .select {
  margin-bottom: 10px;
}

.cart-drawer-loader {
  background: rgba(255,255,255,0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-drawer-loader .loading-overlay__spinner {
  width: 50px;
  height: 50px;
  background: transparent;
  left: unset;
  right: unset;
  top: unset;
}


.cart-drawer-loader .loading-overlay__spinner circle {
  stroke: rgba(var(--color-button),var(--alpha-button-background))
}

/* Subscription frequency selector */

.purchase-options {
  display: grid;
  gap: 8px;
  align-items: stretch;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}

.purchase-option-button {
  display: flex;
  align-items: center;
  color: inherit;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  text-align: center;
  border: none;
  background-color: transparent;
}

.purchase-option-button input[type="radio"] {
  /* position: absolute;
  opacity: 0;
  pointer-events: none; */
}

.purchase-option-button:has(input[type="radio"]:checked) {
  /* background-color: rgba(var(--color-button),var(--alpha-button-background)) !important;
  border-color: var(--color-button-text); */
  color: var(--oke-button-backgroundColor) !important;
  font-weight: 600;
}

.details-selling-plan {
  background-color: #FFFFFF !important;
  border-color: #F0F0F0;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 8px;
}

.details-selling-plan p {
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
}

.details-selling-plan ul {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px;
}

.details-selling-plan ul li {
  text-decoration: none;
}


/* Section/Product Group Headings */
.meal-group-heading {
  font-weight: 600;
  font-size: 16px;
  padding: 8px 0 4px 0;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
  margin-bottom: 4px;
}

.fixed-bundle-heading,
.custom-bundle-heading,
.snacks-drinks-heading {
  background: none !important;
  border: none !important;
}

.fixed-bundle-heading td,
.custom-bundle-heading td,
.snacks-drinks-heading td {
  padding: 0 !important;
}

/* Price and remove button container */
.cart-item__price-and-remove {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Remove/trash icon positioning - now inline with price */
.cart-item__price-and-remove cart-remove-button {
  position: static;
  margin: 0;
  z-index: auto;
}

/* Price and quantity row */
.cart-item__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.cart-item__price-wrapper {
  font-weight: 600;
  font-size: 14px;
}

/* Size text styling */
.cart-item__variant {
  font-size: 12px;
  color: rgba(var(--color-foreground), 0.7);
  margin: 0;
}

/* Make the item container relative for absolute positioning */
.cart-item {
  position: relative;
}

.cart-drawer .cart__checkout-button {
  text-transform: none !important; /* Removes all caps */
}

/* Add this CSS to your cart drawer CSS file */

/* Update header layout to accommodate clear cart button */
.drawer__header {
  position: relative;
  background-color: rgb(var(--color-background));
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Style the clear cart button in header - aligned with trash icons */
.header-clear-cart {
  position: absolute;
  right: 12px !important; /* Much closer to the right edge, aligned with trash icons */
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.header-clear-cart #clear-cart {
  border: none;
  background-color: transparent;
  color: var(--primary-macros-orange, #057a74) !important;
  font-size: 10px !important; /* Even smaller to fit better */
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 1px 2px !important; /* Minimal padding */
  white-space: nowrap;
}

/* Adjust heading to accommodate the repositioned clear cart */
.drawer__heading {
  padding-left: 45px;
  padding-right: 90px !important; /* Adjust for new clear cart position */
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  flex: 1;
  text-align: left;
}

/* Responsive adjustments */
@media screen and (min-width: 750px) {
  .header-clear-cart {
    right: 15px !important; /* Close to edge on desktop too */
  }
  
  .header-clear-cart #clear-cart {
    font-size: 11px !important;
    padding: 2px 3px !important;
    letter-spacing: 0.8px;
  }
  
  .drawer__heading {
    padding-left: 27px;
    padding-right: 100px !important;
    font-size: 24px;
    margin: 8px 0;
  }
}

/* ADDITIONAL CSS FIXES - ADD TO YOUR MAIN CART CSS FILE */

/* Fix price display in cart drawer */
.cart-drawer .cart-item__price-display {
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  display: block !important;
  color: inherit !important;
}

/* Ensure price wrapper content shows properly */
.cart-drawer .cart-item__price-wrapper .cart-item__price-display {
  display: block !important;
}

/* Override product-option hiding for price elements */
.cart-drawer .cart-item__price-wrapper .product-option {
  display: block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

/* Mobile frequency selector styling */
.mobile-frequency-selector {
  display: block;
  margin-bottom: 4px;
}

.mobile-frequency-dropdown {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(var(--color-foreground), 0.2);
  border-radius: 4px;
  background-color: rgb(var(--color-background));
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

.mobile-frequency-dropdown:focus {
  outline: none;
  border-color: #057a74;
  box-shadow: 0 0 0 2px rgba(255, 98, 0, 0.1);
}

/* Desktop frequency selector */
.desktop-frequency-selector {
  display: none;
}

/* Show/hide based on screen size */
@media screen and (max-width: 749px) {
  .purchase-options {
    display: none !important;
  }
  
  .desktop-frequency-selector {
    display: none !important;
  }
  
  .mobile-frequency-selector {
    display: block !important;
  }
}

@media screen and (min-width: 750px) {
  .mobile-frequency-selector {
    display: none !important;
  }
  
  .desktop-frequency-selector {
    display: grid !important;
  }
  
  .purchase-options {
    display: grid !important;
  }
}

/* ============================================================
   DELIVERY FREQUENCY MODAL
   Shown when the customer clicks "Checkout" in the cart drawer.
   ============================================================ */
delivery-frequency-modal.df-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

delivery-frequency-modal.df-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.df-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.df-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  max-height: calc(100% - 32px);
  overflow-y: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 24px 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  transform: translateY(10px);
  transition: transform 0.2s ease;
  -webkit-overflow-scrolling: touch;
}

.df-modal.is-open .df-modal__dialog {
  transform: translateY(0);
}

.df-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  color: #333;
}
.df-modal__close:hover {
  background: #f3f3f3;
}
.df-modal__close .icon {
  width: 14px;
  height: 14px;
}

.df-modal__title {
  margin: 0 32px 6px 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.df-modal__desc {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #5c5c5c;
}
.df-modal__subscribe-save[hidden] {
  display: none !important;
}

.df-modal__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.df-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.df-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.df-option__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
  text-align: left;
}
.df-option__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 12px; */
  gap: 10px;
  width: 100%;
}
.df-option__title {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.df-option__title-text {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}
.df-option__title-label,
.df-option__title-save {
  white-space: nowrap;
}
.df-option__title-save {
  font-weight: 700;
  color: #057a74;
  font-size: 13px;
}
.df-option__title-save[hidden] {
  display: none !important;
}
.df-option__price {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
  line-height: 1.2;
}
.df-option__price[hidden] {
  display: none !important;
}
.df-option__price-values {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.df-option__price-compare {
  font-size: 13px;
  font-weight: 500;
  color: #8a8a8a;
  white-space: nowrap;
}
.df-option__price-compare[hidden] {
  display: none !important;
}
.df-option__price-amount {
  /* font-size: 15px; */
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
}
.df-option__price.has-discount .df-option__price-amount {
  color: #057a74;
}
.df-option__badge {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 3px 7px;
  border-radius: 999px;
  background: #fef0e9;
  color: #c85a2a;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.df-option__desc {
  font-size: 13px;
  color: #6b6b6b;
}
.df-option__note {
  font-size: 12px;
  font-weight: 500;
  color: #b23b3b;
  margin-top: 2px;
}
.df-option__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid #cfcfcf;
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.df-option__check .icon {
  width: 12px;
  height: 9px;
  opacity: 0;
}

.df-option:hover:not(.is-unavailable) {
  border-color: #057a74;
  background: #f3faf9;
}

.df-option:has(input:checked) {
  border-color: #057a74;
  background: #f3faf9;
}
.df-option:has(input:checked) .df-option__check {
  border-color: #057a74;
  background: #057a74;
}
.df-option:has(input:checked) .df-option__check .icon {
  opacity: 1;
}

.df-option:focus-within {
  border-color: #057a74;
  box-shadow: 0 0 0 3px rgba(5, 122, 116, 0.18);
}

.df-option.is-unavailable {
  cursor: not-allowed;
  background: #f7f7f7;
  border-color: #ececec;
}
.df-option.is-unavailable .df-option__title,
.df-option.is-unavailable .df-option__desc,
.df-option.is-unavailable .df-option__price-amount,
.df-option.is-unavailable .df-option__price-compare,
.df-option.is-unavailable .df-option__title-save {
  color: #a7a7a7;
}
.df-option.is-unavailable .df-option__badge {
  opacity: 0.5;
}
.df-option.is-unavailable .df-option__check {
  opacity: 0.4;
}

.df-modal__error {
  margin: 0 0 12px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #8a1f1f;
  background: #fdecec;
  border: 1px solid #f5c2c2;
  border-radius: 8px;
}

.df-modal__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.df-modal__actions .button {
  margin: 0;
}
.df-modal__cancel {
  flex: 0 0 auto;
}
.df-modal__confirm {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.df-modal__confirm[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.df-modal__spinner {
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: none;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.df-modal__confirm.is-loading .df-modal__spinner {
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .df-modal {
    align-items: flex-end;
    padding: 0;
  }
  .df-modal__dialog {
    max-width: none;
    max-height: 90%;
    border-radius: 16px 16px 0 0;
    padding: 20px 16px 16px;
    transform: translateY(100%);
  }
  .df-option__title-row {
    gap; 0px;
  }
  .df-option__title-text {
    gap; 0px;
  }
  .df-option__title-text {
    gap; 0px;
  }
  .df-option__price-amount {
    font-size: 13px;
  }
  .df-modal.is-open .df-modal__dialog {
    transform: translateY(0);
  }
  .df-modal__actions {
    flex-direction: column-reverse;
  }
  .df-modal__cancel,
  .df-modal__confirm {
    width: 100%;
  }
}
