/* Ollie Cart Drawer Styles */
#ollie-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#ollie-cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

#ollie-cart-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: #ffffff;
  z-index: 99999;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Gotham Book", "Gotham", sans-serif;
  color: #333333;
}

#ollie-cart-drawer.active {
  right: 0;
}

/* Header */
.ollie-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eeeeee;
}

.ollie-cart-title {
  font-family: "Gotham Cond Bold", "Gotham Condensed", sans-serif !important;
  font-size: 20px;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

.ollie-cart-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

/* Shipping Progress Bar */
.ollie-cart-shipping-bar {
  padding: 14px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}

.ollie-cart-shipping-text {
  font-family: "Gotham Book", "Gotham", sans-serif !important;
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
  color: #555555;
}

.ollie-cart-shipping-text strong {
  color: #000000;
  font-weight: 700;
}

.ollie-shipping-progress-track {
  position: relative;
  height: 6px;
  background: #ffd6dd;
  border-radius: 3px;
  margin: 12px 24px 20px 24px;
}

.ollie-shipping-progress-fill {
  height: 100%;
  background: #ff758c;
  border-radius: 3px;
  width: 0%;
  transition: width 0.4s ease;
}

.ollie-shipping-node {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffe3e8;
  border: 1px solid #ff758c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ollie-shipping-node.reached {
  background: #ff758c;
  color: #fff;
}

.ollie-shipping-node-truck {
  left: 50%;
}

.ollie-shipping-node-gift {
  left: 100%;
}

.ollie-shipping-labels {
  display: flex;
  justify-content: space-between;
  font-family: "Gotham Book", "Gotham", sans-serif !important;
  font-size: 11px;
  color: #777777;
  margin-top: 4px;
  padding: 0 10px;
}

/* Cart Items Container */
.ollie-cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
}

.ollie-cart-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
}

.ollie-cart-item-main {
  display: flex;
  gap: 12px;
}

/* Product Image Formatting - Centered product stick on white/light background */
.ollie-cart-item-img {
  width: 70px;
  height: 70px;
  object-fit: contain !important;
  border-radius: 4px;
  background: #f6f6f6 !important;
  padding: 2px;

}

.ollie-cart-item-info {
  flex: 1;
}

/* Product Titles in Cart - Strictly Gotham Book */
.ollie-cart-item-title {
  font-family: "Gotham Book", "Gotham", sans-serif !important;
  font-size: 14px;
  font-weight: 400 !important;
  margin: 0 0 6px 0;
  color: #333333;
  line-height: 1.3;
}

.ollie-cart-item-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.ollie-qty-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 2px;
}

.ollie-qty-btn {
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  font-family: "Gotham Book", "Gotham", sans-serif;
}

.ollie-qty-val {
  font-family: "Gotham Book", "Gotham", sans-serif !important;
  font-size: 13px;
  padding: 0 8px;
  font-weight: 400;
}

.ollie-cart-item-prices {
  text-align: right;
  font-family: "Gotham Book", "Gotham", sans-serif !important;
}

.ollie-price-original {
  text-decoration: line-through;
  color: #888888;
  font-size: 12px;
  margin-right: 6px;
}

.ollie-price-final {
  color: #b562a2;
  font-weight: 700;
  font-size: 14px;
}

.ollie-price-free {
  color: #bd31a4;
  font-weight: 700;
  font-size: 14px;
  text-transform: lowercase;
  font-family: "Gotham Book", "Gotham", sans-serif !important;
}

.ollie-discount-badge {
  font-size: 11px;
  color: #b562a2;
  margin-top: 2px;
  text-align: right;
  font-weight: 400;
  font-family: "Gotham Book", "Gotham", sans-serif !important;
}

/* Sub-items in Kits */
.ollie-kit-subitems {
  margin-top: 10px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ollie-kit-subitem {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ollie-kit-subitem-img {
  width: 36px;
  height: 36px;
  object-fit: contain !important;
  border-radius: 4px;
  background: #f6f6f6 !important;
  padding: 2px;

}

.ollie-kit-subitem-title {
  font-family: "Gotham Book", "Gotham", sans-serif !important;
  font-size: 12px;
  font-weight: 400 !important;
  color: #555555;
  line-height: 1.3;
}

/* Upsell Carousel Section */
.ollie-upsell-section {
  background: #fdf2f7;
  padding: 14px 20px;
  border-top: 1px solid #fae1ed;
}

.ollie-upsell-header {
  font-family: "Gotham Cond Bold", "Gotham Condensed", sans-serif !important;
  font-size: 15px;
  font-weight: 700 !important;
  text-align: center;
  color: #333333;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.ollie-upsell-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.ollie-upsell-img {
  width: 50px;
  height: 50px;
  object-fit: contain !important;
  border-radius: 4px;
  background: #f6f6f6 !important;
  padding: 2px;
}

.ollie-upsell-title {
  font-family: "Gotham Book", "Gotham", sans-serif !important;
  font-size: 12px;
  font-weight: 400 !important;
  color: #333333;
  margin-bottom: 6px;
}

.ollie-upsell-btn {
  width: 100%;
  background: #ffffff;
  border: 1px solid #333333;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  font-family: "Gotham Cond Bold", "Gotham Condensed", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.ollie-upsell-btn:hover {
  background: #333333;
  color: #ffffff;
}

.ollie-upsell-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 6px;
}

.ollie-upsell-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cccccc;
}

.ollie-upsell-dot.active {
  background: #333333;
}

/* Cart Footer / Checkout */
.ollie-cart-footer {
  padding: 16px 20px;
  border-top: 1px solid #eeeeee;
  background: #ffffff;
}

.ollie-cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Gotham Book", "Gotham", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ollie-cart-subtotal-val {
  font-size: 15px;
  color: #333333;
  font-weight: 700;
}

.ollie-checkout-btn {
  display: block;
  width: 100%;
  background: #3ac059;
  color: #ffffff;
  border: none;
  padding: 14px;
  border-radius: 4px;
  font-family: "Gotham Cond Bold", "Gotham Condensed", sans-serif !important;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ollie-checkout-btn:hover {
  background: #32ab4f;
}

/* Promo Limit Warning Banner ($1,600 MXN) */
.ollie-cart-promo-warning {
  background: #fffbe6;
  border: 1px solid #ffe58f;
  border-radius: 6px;
  padding: 12px 14px;
  margin: 12px 20px 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  box-shadow: 0 2px 6px rgba(217, 119, 6, 0.08);
}

.ollie-promo-warn-icon {
  flex-shrink: 0;
  margin-top: 1px;
}

.ollie-promo-warn-text {
  font-family: "Gotham Book", "Gotham", sans-serif !important;
  font-size: 12px;
  line-height: 1.4;
  color: #714700;
}

.ollie-promo-warn-text strong {
  font-weight: 700;
  color: #b45309;
}

.ollie-subtotal-original {
  text-decoration: line-through;
  color: #888888;
  font-size: 13px;
  margin-right: 6px;
  font-weight: 400;
}

.ollie-subtotal-capped {
  color: #d97706;
  font-weight: 700;
  font-size: 15px;
}
