/** Shopify CDN: Minification failed

Line 1178:1 Expected "}" to go with "{"

**/
.cart-item {
  display: flex;
  align-items: stretch;
  position: relative;
}
.sidebar .cart-item:not(:first-child) {
  margin-top: calc(var(--sidebar-gutter) * 0.75);
}
.cart-item__thumbnail {
  display: block;
  width: 6.25rem;
  flex-shrink: 0;
  overflow: hidden;
  align-self: flex-start;
  border-color: var(--color-borders-main);
}
.cart-item__thumbnail img {
  vertical-align: middle;
  opacity: 1 !important;
  transition: all 0.2s linear;
  transform: scale(1);
}
.no-touchevents .cart-item__thumbnail:hover img {
  transform: scale(1.05);
}
.cart-item__content {
  margin-inline-start: 1.25rem;
  display: flex;
  min-height: 100%;
  align-items: center;
  word-break: break-word;
}
.cart-item__content > div > * {
  display: block;
}
.cart-item__price {
  margin-bottom: 0.125rem;
}
.cart-item__unit-price {
  margin: -0.375rem 0 0.125rem;
}
.cart-section .cart-item__unit-price {
  display: block;
}
.search-block .cart-item__unit-price {
  margin-top: 0;
}
.cart-item__variant {
  margin-top: 0.25rem;
  line-height: 1.1;
}
.cart-item__property {
  margin-top: 0.25rem;
}
.cart-item__title {
  font-weight: var(--font-weight-body-bold);
  line-height: 1.25;
  margin-bottom: 0.25rem;
}
.cart-item__price {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.cart-item__discounts {
  margin-top: 0.3125rem;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.cart-item__actions {
  display: flex !important;
  position: relative;
  margin-top: 0.5rem;
  align-items: center;
}
.cart-item__actions .quantity-selector-holder {
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
.cart-item__actions cart-product-quantity {
  display: flex;
}
.cart-item__actions .qty-button {
  line-height: 1;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-borders-forms-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 100ms linear;
}
.cart-item__actions .qty-button svg {
  height: 0.6875rem;
}
.cart-item__actions .qty-button svg * {
  fill: var(--color-text-main);
  transition: all 100ms linear;
}
.no-touchevents .cart-item__actions .qty-button:hover {
  border-color: transparent;
  background-color: var(--color-accent-main);
}
.no-touchevents .cart-item__actions .qty-button:hover svg * {
  fill: var(--color-foreground-accent-main);
}
.cart-item__actions .qty-selector {
  height: 1.875rem;
  width: 1.875rem;
  border: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  font-size: calc(16px / 16 * var(--base-body-size) + 0px);
}
.cart-item__actions .remove {
  line-height: 1;
}
.cart-item__actions .remove:not(:first-child) {
  margin-inline-start: 0.75rem;
}
.cart-item--gift-wrapping .remove, .cart-item--gift-wrapping .qty-button, .cart-item--gift-wrapping product-quantity {
  display: none;
}
.cart-item--gift-wrapping cart-product-quantity {
  border: none;
  pointer-events: none;
}
.sidebar .cart-item--gift-wrapping .quantity-selector-holder {
  display: none;
}

.cart-notice {
  padding-top: 1.25rem !important;
  padding-bottom: 1.125rem !important;
  background: var(--color-text-main);
  color: var(--color-foreground-main);
  display: block;
}
.sidebar .cart-notice {
  width: calc(100% + var(--sidebar-gutter) * 2);
  margin-top: calc(var(--sidebar-gutter) * -1);
  margin-inline-start: calc(var(--sidebar-gutter) * -1);
  margin-bottom: var(--sidebar-gutter);
  padding-inline-start: var(--sidebar-gutter);
  padding-inline-end: var(--sidebar-gutter);
}

.cart__form.processing {
  opacity: 0.36;
  pointer-events: none;
}

.cart__details > div:not(:first-child) {
  margin-top: 1.25rem;
}
.cart__details > div > span {
  display: block;
}
.cart__details__subtotal span {
  margin-bottom: -0.3125rem;
}
.cart__details__total span {
  margin-bottom: 0.9375rem;
}

.cart__shipping a {
  border-bottom: 1px solid;
}

.sidebar .cart__shipping {
  margin-top: 0 !important;
}

.sidebar .cart__total .text-size--heading {
  margin-top: -0.625rem;
  display: block;
}

@media screen and (max-width: 474px) {
  .sidebar .cart__total .text-size--heading {
    margin-top: -0.3125rem;
    font-size: calc(0.4666666667px * var(--base-headings-size) + 0px);
  }
}

#site-cart-sidebar .cart-continue {
  margin-top: 1.5rem;
}
#site-cart-sidebar.cart-is-empty .hide-if-empty-cart {
  display: none;
}
#site-cart-sidebar:not(.cart-is-empty) .cart-continue {
  display: none;
}

.cart-wrapping {
  display: flex;
  position: relative;
  align-items: center;
}
.cart-wrapping--sidebar {
  border-top: 1px solid var(--color-borders-main);
  padding: 0.9375rem var(--sidebar-gutter);
}
.cart-wrapping--sidebar label {
  font-size: calc(13px / 16 * var(--base-body-size) + 0px);
}
.cart-wrapping--page {
  margin-bottom: 2rem;
}
.cart-wrapping--page label {
  font-size: calc(14px / 16 * var(--base-body-size) + 0px);
}
.cart-wrapping input {
  flex-shrink: 0;
}
.cart-wrapping label {
  margin-left: 10px;
}
.cart-section--empty .cart-wrapping, .cart-is-empty .cart-wrapping {
  display: none;
}

.agree-to-terms {
  display: flex;
  align-items: center;
}
.agree-to-terms label {
  margin-inline-start: 0.5rem;
}
.agree-to-terms a {
  border-bottom: 1px solid;
}

#CheckOut:disabled {
  opacity: 0.36;
  cursor: not-allowed;
  pointer-events: none;
}

.cart-item__bundle {
  margin-top: 0.375rem;
  width: auto !important;
  display: block !important;
}
.cart-item__bundle details .cart-item__bundle-toggle {
  cursor: pointer;
  margin-bottom: 0.375rem;
}
.cart-item__bundle details .hide-bundle {
  display: none;
}
.cart-item__bundle details .cart-item__bundle-toggle-icon svg {
  transform: scale(0.75);
}
.cart-item__bundle details[open] .show-bundle {
  display: none;
}
.cart-item__bundle details[open] .hide-bundle {
  display: inline-block;
}
.cart-item__bundle details[open] .cart-item__bundle-toggle-icon svg {
  transform: scale(0.75) rotateX(180deg);
}
.cart-item__bundle .cart-item__bundle-components {
  margin-top: 0.625rem;
}
.cart-item__bundle .cart-item__bundle-components .cart-item__bundle-component {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
}
.cart-item__bundle .cart-item__bundle-components .cart-item__bundle-component .cart-item__thumbnail {
  width: 3.75rem;
}
.cart-item__bundle .cart-item__bundle-components .cart-item__bundle-component-info {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
/* Wine Warning Styles */
.cart-wine-warning {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-borders-main);
  border-radius: var(--global-radius, 0.5rem);
  background-color: var(--color-background-accent, rgba(197, 191, 191, 0.20));
}

.cart-wine-warning p {
  margin: 0;
}

.cart-wine-warning strong {
  display: block;
  margin-bottom: -0.3rem;
  font-weight: var(--font-weight-body-bold, 600);
}

/* Wine Gift Option Styles */
.cart-wine-gift {
  display: flex;
  align-items: center;
}

.cart-wine-gift input[type="checkbox"] {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  cursor: pointer;
}

.cart-wine-gift label {
  margin-inline-start: 0.5rem;
  cursor: pointer;
  line-height: 1.5;
}
/* Christmas Platter Warning Styles */
.cart-christmas-platter-warning {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-borders-main);
  border-radius: var(--global-radius, 0.5rem);
  background-color: var(--color-background-accent, rgba(255, 3, 3, 0.20));
}

.cart-christmas-platter-warning p {
  margin: 0;
}

.cart-christmas-platter-warning strong {
  display: block;
  margin-bottom: -0.3rem;
  font-weight: var(--font-weight-body-bold, 600);
}

/* Platter Notice Styles */
.cart-platter-notice {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: var(--global-radius, 0.5rem);
  background-color: rgba(255, 200, 200, 0.5);
}

.cart-platter-notice p {
  margin: 0;
}

.cart-platter-notice strong {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: var(--font-weight-body-bold, 600);
}

/* Modal Styles for Christmas Platter Warning */
#modal-christmas-platter-warning .modal-body {
  margin: 1.5rem 0;
}

#modal-christmas-platter-warning .modal-body p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

#modal-christmas-platter-warning .modal-body p:last-child {
  margin-bottom: 0;
}

#modal-christmas-platter-warning .modal-actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}

/* DateTime Slot Picker Styles */
datetime-slot-picker {
  display: block;
  margin-top: var(--gutter-regular);
  padding: var(--gutter-regular);
  border: 1px solid var(--color-borders-main);
  border-radius: var(--border-radius-cards);
  background: var(--color-background);
}

datetime-slot-picker.datetime-slot-picker--inline {
  margin-top: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

datetime-slot-picker .datetime-slot-picker__label {
  display: block;
  margin-bottom: 0.75rem;
  font-weight: var(--font-weight-body-bold);
  font-size: calc(16px / 16 * var(--base-body-size) + 0px);
}

datetime-slot-picker .datetime-slot-picker__fields {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 0.25rem;
  min-width: 0;
  width: 100%;
  min-width: 400px;
}

datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__fields {
  gap: 0.25rem;
}

@media screen and (max-width: 767px) {
  datetime-slot-picker .datetime-slot-picker__fields {
    grid-template-columns: 40% 60% !important;
    gap: 0.5rem !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  datetime-slot-picker .datetime-slot-picker__field {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  
  datetime-slot-picker .datetime-slot-picker__field input[type="date"],
  datetime-slot-picker .datetime-slot-picker__field select {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

datetime-slot-picker .datetime-slot-picker__field {
  display: flex;
  flex-direction: column;
  position: relative !important; /* Ensure relative positioning for absolute calendar */
  min-width: 0;
  max-width: 100%;
  z-index: 1;
}
/* When calendar is open, increase z-index of date field */
datetime-slot-picker .datetime-slot-picker__field.calendar-open {
  z-index: 99998 !important;
}

datetime-slot-picker .datetime-slot-picker__field label {
  margin-bottom: 0.5rem;
  font-size: calc(14px / 16 * var(--base-body-size) + 0px);
  color: var(--color-text-main);
}

datetime-slot-picker .datetime-slot-picker__field input[type="date"],
datetime-slot-picker .datetime-slot-picker__field input[type="time"],
datetime-slot-picker .datetime-slot-picker__field select {
  padding: 0.5rem 2rem 0.5rem 2rem;
  border: 2px solid #70a062;
  border-radius: var(--border-radius-buttons);
  font-size: calc(14px / 16 * var(--base-body-size) + 0px);
  font-family: var(--font-stack-body);
  background: var(--color-background);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none !important; /* Safari, Chrome, Edge - ALL OS */
  -moz-appearance: none !important; /* Firefox */
  appearance: none !important; /* Standard - ALL OS */
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Only hide text color for date input, not time select */
datetime-slot-picker .datetime-slot-picker__field input[type="date"] {
  color: transparent !important; /* Hide native text completely - ALL BROWSERS/OS */
  caret-color: transparent !important; /* Hide caret - ALL BROWSERS/OS */
  -moz-appearance: textfield !important; /* Firefox - prevent native calendar - ALL OS */
}

/* Time select and regular select should show text */
datetime-slot-picker .datetime-slot-picker__field input[type="time"],
datetime-slot-picker .datetime-slot-picker__field select {
  color: #70a062 !important; /* Show text for time select */
}

/* Date input - copy ALL styles from select, only change the icon */
datetime-slot-picker .datetime-slot-picker__field input[type="date"] {
  /* Calendar icon instead of clock */
  background-image: 
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2370a062' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  background-position: left 0.5rem center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  /* EXACT same as select */
  padding-left: 2.125rem !important;
  padding-right: 2rem !important;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  flex: 1 1 0% !important;
  font-weight: bold !important;
}

/* Arrow icon using DOM element - simpler chevron for better visibility */
datetime-slot-picker .datetime-slot-picker__field .dropdown-arrow-icon {
  position: absolute !important;
  right: 0.5rem !important;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%2370a062' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 1;
  display: block !important;
  line-height: 0;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Hide native date input text completely and show formatted date overlay */
datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-webkit-datetime-edit-text,
datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-webkit-datetime-edit-month-field,
datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-webkit-datetime-edit-day-field,
datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-webkit-datetime-edit-year-field {
  color: transparent !important;
  opacity: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: none !important;
}
/* Hide the entire datetime-edit container */
datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-webkit-datetime-edit {
  display: none !important;
}
/* Completely hide native calendar picker indicator on iOS and all platforms */
datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-webkit-calendar-picker-indicator {
  display: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
/* Hide native clear button - ALL BROWSERS */
datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-webkit-clear-button,
datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-webkit-inner-spin-button {
  display: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
/* Firefox specific - hide native calendar */
datetime-slot-picker .datetime-slot-picker__field input[type="date"] {
  -moz-appearance: textfield !important;
}
/* Edge/IE specific - hide native calendar controls */
datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-ms-clear,
datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-ms-reveal {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Formatted date display overlay - match select text exactly */
datetime-slot-picker .datetime-slot-picker__field .date-display-overlay {
  position: absolute;
  left: 2.125rem;
  top: 50%;
  transform: translateY(-50%);
  color: #70a062;
  pointer-events: none;
  font-size: calc(14px / 16 * var(--base-body-size) + 0px);
  white-space: nowrap;
  z-index: 2;
  font-family: var(--font-stack-body);
  line-height: normal;
  background: transparent !important;
  background-color: transparent !important;
  right: 2rem;
  overflow: visible;
  text-overflow: clip;
  max-width: calc(100% - 4.125rem);
  font-weight: bold;
}

/* Time select - clock icon (left) + dropdown arrow (right) - 62% width with tighter spacing */
datetime-slot-picker .datetime-slot-picker__field select {
  background-image: 
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2370a062' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-position: left 0.75rem center !important;
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  padding-left: 2.125rem !important;
  padding-right: 2rem !important;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  flex: 1 1 0% !important;
  font-weight: bold !important;
}


/* Remove clear button and native calendar icon on date input */
datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-webkit-clear-button,
datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

datetime-slot-picker .datetime-slot-picker__field input[type="date"]::-ms-clear {
  display: none;
}

/* Native date input text should be completely hidden - overlay shows the date */

/* Make date field container relative for calendar indicator positioning */
datetime-slot-picker .datetime-slot-picker__field {
  position: relative !important;
  max-width: 100%;
  overflow: visible;
}

datetime-slot-picker .datetime-slot-picker__field input[type="date"]:focus,
datetime-slot-picker .datetime-slot-picker__field input[type="time"]:focus,
datetime-slot-picker .datetime-slot-picker__field select:focus {
  outline: none;
  border-color: #70a062;
}

datetime-slot-picker .datetime-slot-picker__field select option:disabled {
  color: #999;
  background-color: #f5f5f5;
}

datetime-slot-picker .datetime-slot-picker__field select option {
  padding: 0.5rem;
  color: #70a062;
}

/* Custom Calendar Picker Styles */
.custom-calendar-picker {
  background: var(--color-background-main, #ffffff) !important;
  background-color: var(--color-background-main, #ffffff) !important;
  border: 2px solid #70a062;
  border-radius: var(--border-radius-buttons);
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 280px;
  max-width: 320px;
}

/* Desktop: absolute positioning appended to body, follows input on scroll */
@media screen and (min-width: 768px) {
  .custom-calendar-picker {
    position: absolute !important;
    z-index: 99 !important;
  }
}

/* Mobile: fixed positioning centered */
@media screen and (max-width: 767px) {
  .custom-calendar-picker {
    position: fixed !important;
    z-index: 998 !important; /* Mobile: below header (999) */
  }
}
/* Arrow pointing up to date input */
.custom-calendar-picker::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 1.5rem;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #70a062;
  z-index: 1;
}
.custom-calendar-picker::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 1.5rem;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--color-background-main, #ffffff);
  z-index: 2;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--color-borders-main);
  position: relative;
  z-index: 1;
}

.calendar-month-year {
  font-weight: var(--font-weight-body-bold);
  font-size: calc(16px / 16 * var(--base-body-size) + 0px);
  color: var(--color-text-main);
}

.calendar-nav {
  background: transparent;
  border: 1px solid var(--color-borders-main);
  border-radius: 4px;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.25rem;
  color: var(--color-text-main);
  transition: all 0.2s ease;
  padding: 0;
}

.calendar-nav:hover:not(:disabled) {
  background: #70a062;
  color: white;
  border-color: #70a062;
}

.calendar-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
}

.calendar-day-header {
  text-align: center;
  font-size: calc(12px / 16 * var(--base-body-size) + 0px);
  font-weight: var(--font-weight-body-bold);
  color: var(--color-text-main);
  padding: 0.5rem 0;
  opacity: 0.7;
}

.calendar-day {
  aspect-ratio: 1;
  border: 1px solid var(--color-borders-main, #e0e0e0);
  background: var(--color-background-main, #ffffff) !important;
  background-color: var(--color-background-main, #ffffff) !important;
  border-radius: 4px;
  cursor: pointer;
  font-size: calc(14px / 16 * var(--base-body-size) + 0px);
  color: var(--color-text-main);
  transition: all 0.2s ease;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-day-empty {
  cursor: default;
  background: transparent !important;
  border: none;
}

.calendar-day-available:hover {
  background: transparent;
  color: #70a062 !important;
  border-color: #70a062;
}

.calendar-day-selected {
  background: #e8f5e9;
  color: #70a062 !important;
  border-color: #70a062;
  font-weight: var(--font-weight-body-bold);
}

.calendar-day-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  color: var(--color-text-main);
}

@media screen and (max-width: 767px) {
  .custom-calendar-picker {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    right: auto !important;
    width: calc(100vw - 2rem) !important;
    max-width: 320px !important;
    max-height: 90vh;
    overflow-y: auto;
    background: var(--color-background-main, #ffffff) !important;
    background-color: var(--color-background-main, #ffffff) !important;
    z-index: 10000 !important;
  }
}

.cart-items-group {
  margin-bottom: var(--gutter-large, calc(var(--gutter-regular) * 2));
  border: solid var(--color-borders-main) var(--border-width-cards);
  border-radius: var(--border-radius-cards);
  overflow: hidden;
}

.cart-items-group:first-child {
  border-top-left-radius: var(--border-radius-cards);
  border-top-right-radius: var(--border-radius-cards);
}

.cart-items-group:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: var(--border-radius-cards);
  border-bottom-right-radius: var(--border-radius-cards);
}

.cart-items-group:only-child {
  border-radius: var(--border-radius-cards);
}

.cart-items-group__header {
  padding: var(--gutter-regular);
  background: var(--color-background-accent, rgba(0, 0, 0, 0.02));
  border-bottom: 1px solid var(--color-borders-main);
  font-weight: var(--font-weight-body-bold);
  font-size: calc(18px / 16 * var(--base-body-size) + 0px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gutter-regular);
  position: relative;
  z-index: 2;
}

/* Custom additions for compact datetime picker */
datetime-slot-picker.datetime-slot-picker--inline {
  flex-shrink: 0;
  width: auto;
}

datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__fields {
  grid-template-columns: 40% 60%;
  width: 100%;
  max-width: 100%;
  gap: 0.25rem;
  min-width: 400px;
}

@media screen and (max-width: 767px) {
  datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__fields {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

@media screen and (max-width: 767px) {
  .cart-items-group__header {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem var(--gutter-regular);
    font-size: calc(16px / 16 * var(--base-body-size) + 0px);
  }
  
  .cart-items-group__header > span:first-child {
    text-align: center;
    width: 100%;
  }
  
  .cart-items-group__header datetime-slot-picker {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  
  datetime-slot-picker.datetime-slot-picker--inline {
    width: 100%;
    max-width: 100%;
  }
  
  datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__fields {
    grid-template-columns: 40% 60%;
    width: 100%;
    max-width: 100%;
    gap: 0.5rem;
    min-width: 0;
  }
  
  datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  
  datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field input[type="date"],
  datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field select {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  
  datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field {
    width: 100%;
  }
  
  /* Ensure field wrapper has relative positioning for arrow */
  datetime-slot-picker .datetime-slot-picker__field {
    position: relative !important;
  }
  
  /* General mobile styles for date/time inputs - unified padding */
  datetime-slot-picker .datetime-slot-picker__field input[type="date"],
  datetime-slot-picker .datetime-slot-picker__field select {
    padding: 0.375rem 1.75rem 0.375rem 1.5rem !important;
    font-size: 0.8125rem !important;
    border-width: 2px !important;
  }
  
  /* Mobile: date input - match time select exactly */
  datetime-slot-picker .datetime-slot-picker__field input[type="date"] {
    padding-left: 1.75rem !important;
    padding-right: 1.625rem !important;
    font-weight: bold !important;
  }
  
  /* Mobile: time select - tighter spacing */
  datetime-slot-picker .datetime-slot-picker__field select {
    padding-left: 1.75rem !important;
    padding-right: 1.625rem !important;
    font-weight: bold !important;
  }
  
  /* Mobile: inline variant uses same padding for consistency */
  datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field input[type="date"],
  datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field select {
    width: 100% !important;
    min-width: 0 !important;
    font-size: 0.8125rem !important;
    background-size: 12px 12px !important;
    background-position: left 0.5rem center !important;
  }
  
  /* Mobile: inline date input - match time select exactly */
  datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field input[type="date"] {
    padding: 0.375rem 1.625rem 0.375rem 1.75rem !important;
    font-weight: bold !important;
  }
  
  /* Mobile: inline time select - tighter spacing */
  datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field select {
    padding: 0.375rem 1.625rem 0.375rem 1.75rem !important;
    font-weight: bold !important;
  }
  
  datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field input[type="date"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2370a062' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E") !important;
    background-position: left 0.5rem center !important;
  }
  
  datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2370a062' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-position: left 1.5rem center !important;
  }
  
  /* Mobile arrow icon - FIXED position for all fields (inline and regular) */
  datetime-slot-picker .datetime-slot-picker__field .dropdown-arrow-icon {
    right: 0.375rem !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    background-size: 12px 12px !important;
    z-index: 1 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* Mobile: adjust date overlay spacing to match select */
  datetime-slot-picker .datetime-slot-picker__field .date-display-overlay {
    left: 1.75rem !important;
    right: 1.625rem !important;
    max-width: calc(100% - 3.375rem) !important;
    font-size: 0.8125rem !important;
  }
  
}

datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field input[type="date"] {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 0.4rem 2rem 0.4rem 2.125rem !important;
  font-size: calc(13px / 16 * var(--base-body-size) + 0px) !important;
  background-position: left 0.5rem center !important;
  background-size: 14px 14px !important;
  box-sizing: border-box !important;
  flex: 1 1 0% !important;
  font-weight: bold !important;
}


datetime-slot-picker.datetime-slot-picker--inline .datetime-slot-picker__field select {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 0.4rem 2rem 0.4rem 2.125rem !important;
  font-size: calc(13px / 16 * var(--base-body-size) + 0px) !important;
  box-sizing: border-box !important;
  font-weight: bold !important;
  /* Ensure clock icon left */
  background-image: 
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2370a062' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-position: left 0.75rem center !important;
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  white-space: nowrap !important;
}


.cart-items-group__header > span {
  flex: 0 0 auto;
}

.cart-items-group__header datetime-slot-picker {
  flex: 0 0 auto;
  min-width: 0;
}

/* Wine Warning Styles */
.cart-wine-warning {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-borders-main);
  border-radius: var(--global-radius, 0.5rem);
  background-color: var(--color-background-accent, rgba(197, 191, 191, 0.20));
}

.cart-wine-warning p {
  margin: 0;
}

.cart-wine-warning strong {
  display: block;
  margin-bottom: -0.3rem;
  font-weight: var(--font-weight-body-bold, 600);
}

/* Wine Gift Option Styles */
.cart-wine-gift {
  display: flex;
  align-items: center;
}

.cart-wine-gift input[type="checkbox"] {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  cursor: pointer;
}

.cart-wine-gift label {
  margin-inline-start: 0.5rem;
  cursor: pointer;
  line-height: 1.5;
}
/* Christmas Platter Warning Styles */
.cart-christmas-platter-warning {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-borders-main);
  border-radius: var(--global-radius, 0.5rem);
  background-color: var(--color-background-accent, rgba(255, 3, 3, 0.20));
}

.cart-christmas-platter-warning p {
  margin: 0;
}

.cart-christmas-platter-warning strong {
  display: block;
  margin-bottom: -0.3rem;
  font-weight: var(--font-weight-body-bold, 600);
}

/* Modal Styles for Christmas Platter Warning */
#modal-christmas-platter-warning .modal-body {
  margin: 1.5rem 0;
}

#modal-christmas-platter-warning .modal-body p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

#modal-christmas-platter-warning .modal-body p:last-child {
  margin-bottom: 0;
}

#modal-christmas-platter-warning .modal-actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}