
.cart-icon[data-v-b64b1282] {
  transition: opacity 0.2s ease;
}
.cart-icon[data-v-b64b1282]:hover {
  opacity: 0.8;
}
.cart-count[data-v-b64b1282] {
  font-size: 10px;
  min-width: 20px;
  height: 20px;
}

.rebel-button[data-v-9b31f2c2] {
  font-family: 'Domine', serif;
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: none;
  letter-spacing: normal;
}
.rebel-button[data-v-9b31f2c2]:hover:not(.disabled) {
  background-color: #000000;
  color: #ffffff;
}
.rebel-button[data-v-9b31f2c2]:focus:not(.disabled) {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.rebel-button.disabled[data-v-9b31f2c2] {
  background-color: #f5f5f5;
  color: #9ca3af;
  border-color: #d1d5db;
  cursor: not-allowed;
}
.rebel-button.small[data-v-9b31f2c2] {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.rebel-button.large[data-v-9b31f2c2] {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

/* Text variant styling */
.rebel-button.text-variant[data-v-9b31f2c2] {
  background-color: transparent;
  border: none;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
  color: #000000;
}
.rebel-button.text-variant[data-v-9b31f2c2]:hover:not(.disabled) {
  background-color: transparent;
  color: #4b5563;
  text-decoration: none;
}
.rebel-button.text-variant[data-v-9b31f2c2]:focus:not(.disabled) {
  outline: 1px solid #000000;
  outline-offset: 1px;
}
.rebel-button.text-variant.disabled[data-v-9b31f2c2] {
  background-color: transparent;
  color: #9ca3af;
  text-decoration: none;
  cursor: not-allowed;
}
.rebel-button.text-variant.small[data-v-9b31f2c2] {
  padding: 0.125rem 0.25rem;
  font-size: 0.75rem;
}
.rebel-button.text-variant.large[data-v-9b31f2c2] {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
}

/* Line clamp utilities */
.line-clamp-2[data-v-205c5146] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3[data-v-205c5146] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.footer-email-form[data-v-678909be] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.footer-email-input[data-v-678909be] {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 1rem;
}
.footer-email-input[data-v-678909be]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.footer-email-submit[data-v-678909be] {
  padding: 0.5rem;
  background: #4f46e5;
  color: white;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-email-submit[data-v-678909be]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.footer-email-submit[data-v-678909be]:hover:not(:disabled) {
  background: #4338ca;
}
.footer-arrow-icon[data-v-678909be] {
  width: 1.5rem;
  height: 1.5rem;
}
.animate-spin[data-v-678909be] {
  animation: spin-678909be 1s linear infinite;
}
@keyframes spin-678909be {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

.rebel-button[data-v-5fd3a121] {
  background: #8b5a2b;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.rebel-button[data-v-5fd3a121]:hover:not(:disabled) {
  background: #7a4f26;
}
.rebel-button[data-v-5fd3a121]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.rebel-button-small[data-v-5fd3a121] {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.container[data-v-0aa40373] {
  max-width: 1200px;
}

.transition-opacity[data-v-a2e2377e] {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-colors[data-v-a2e2377e] {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.rebel-button[data-v-392e4a1d] {
  background: #8b5a2b;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.rebel-button[data-v-392e4a1d]:hover:not(:disabled) {
  background: #7a4f26;
  transform: translateY(-1px);
}
.rebel-button[data-v-392e4a1d]:active:not(:disabled) {
  transform: translateY(0);
}
.rebel-button[data-v-392e4a1d]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.rebel-button-small[data-v-392e4a1d] {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

/* Success state styling */
.rebel-button[data-v-392e4a1d]:not(:disabled):has(.success) {
  background: #16a34a;
}
.rebel-button[data-v-392e4a1d]:not(:disabled):has(.success):hover {
  background: #15803d;
}

/* Checkout Container */
.checkout-container[data-v-e1b121a3] {
  max-width: 640px;
  /* 2xl equivalent for mobile/tablet */
}
@media (min-width: 1024px) {
.checkout-container[data-v-e1b121a3] {
    max-width: 1200px;
    /* Wider than 7xl's 1280px for better desktop experience */
}
}
@media (min-width: 1536px) {
.checkout-container[data-v-e1b121a3] {
    max-width: 1400px;
    /* Even wider for very large screens */
}
}

/* Checkout Form Layout */
.checkout-form[data-v-e1b121a3] {
  display: block;
}
@media (min-width: 1024px) {
.checkout-form[data-v-e1b121a3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}
}
@media (min-width: 1280px) {
.checkout-form[data-v-e1b121a3] {
    gap: 4rem;
}
}
@media (min-width: 1536px) {
.checkout-form[data-v-e1b121a3] {
    grid-template-columns: 1.2fr 0.8fr;
    /* Slightly wider left column for form on very large screens */
    gap: 5rem;
}
}

/* Shipping Form Grid */
.shipping-form-grid[data-v-e1b121a3] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 0;
}
@media (min-width: 640px) {
.shipping-form-grid[data-v-e1b121a3] {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1rem;
}
}
.shipping-form-grid .full-width[data-v-e1b121a3] {
  grid-column: 1 / -1;
}

/* Delivery Methods Grid - Use :deep() to penetrate scoped CSS */
[data-v-e1b121a3] .delivery-methods-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem 0;
}
@media (min-width: 640px) {
[data-v-e1b121a3] .delivery-methods-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem 1rem;
}
}
@media (min-width: 1024px) {
[data-v-e1b121a3] .delivery-methods-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem 1.5rem;
}
}
@media (min-width: 1280px) {
[data-v-e1b121a3] .delivery-methods-grid {
    gap: 2.5rem 2rem;
    /* Even larger gaps on very wide screens for better visual separation */
}
}
@media (min-width: 1536px) {
[data-v-e1b121a3] .delivery-methods-grid {
    gap: 3rem 2.5rem;
    /* Maximum gaps for very large screens */
}
}

/* Select Container */
.select-container[data-v-e1b121a3] {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
.select-field[data-v-e1b121a3] {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  appearance: none;
  border-radius: 0.375rem;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  outline: 1px solid;
  outline-offset: -1px;
  outline-color: rgb(209 213 219);
}
.select-field[data-v-e1b121a3]:focus {
  outline: 2px solid;
  outline-offset: -2px;
  outline-color: rgb(0 0 0);
}
@media (min-width: 640px) {
.select-field[data-v-e1b121a3] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
.select-icon[data-v-e1b121a3] {
  grid-column: 1;
  grid-row: 1;
  width: 1.25rem;
  height: 1.25rem;
  justify-self: end;
  align-self: center;
  margin-right: 0.5rem;
  color: rgb(107 114 128);
  pointer-events: none;
}
@media (min-width: 640px) {
.select-icon[data-v-e1b121a3] {
    width: 1rem;
    height: 1rem;
}
}
