/** Shopify CDN: Minification failed

Line 618:0 Expected "}" to go with "{"

**/
/* Offer Modal Styles */

.offer-modal .drawer__inner {
  max-width: initial;
  width: auto;
  background: #F7F5F1;
  box-shadow: 0px 0px 36px #00000017;
}

.offer-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.offer-modal__close:hover {
  background: rgba(0, 0, 0, 0.7);
}

.offer-modal__body {
  padding: 51px;
}

.offer-modal__step {
  min-height: 100%;
}

.offer-modal__step.hidden {
  display: none;
}

/* Step 0: Product Added + Recommendations */
.offer-modal__step--0 {
  width: 1233px;
  padding: 0;
  background: transparent;
}

.offer-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 43px;
  padding-bottom: 0;
  background-color: #fff;
  border-radius:14px;
  padding-right:40px;
}

.offer-modal__product-info {
  display: flex;
  gap: 40px;
  align-items: center;
  flex: 1;
}

.offer-modal__product-image {
  width: 231px;
  height: 147px;
  object-fit: cover;
  border-radius: 14px 0px 0px 14px;
}

.offer-modal__product-details {
  flex: 1;
}

.offer-modal__product-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  letter-spacing:-0.03px;
}

.offer-modal__product-status {
  font-size:16px;
  letter-spacing:-0.02px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #378E3E;
  margin: 0;
}

.offer-modal__product-status svg {
  width: 16px;
  height: 16px;
}

.offer-modal__view-offer {
  background: #FDBC34;
  letter-spacing:-0.01px;
  color: #1F1F1F;
  font-weight: 700;
  font-size: 14px;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.offer-modal__view-offer:hover {
  background: #d97706;
}

.offer-modal__recommendations-title {
  font-size: 30px;
  letter-spacing: -0.03px;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
}

.offer-modal__recommendations-container {
  min-height: 200px;
}

.offer-modal__recommendations-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.offer-modal__recommendations-loading .loading__spinner,
.offer-modal__recommendations-loading .spinner {
  display: block;
  width: 40px;
  height: 40px;
}

.offer-recommendations__empty {
  text-align: center;
  color: #666;
  padding: 2rem;
  font-style: italic;
}

.offer-modal__recommendations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(25% - 18px), 1fr));
  gap: 23px;
}

.offer-modal__recommendation-card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s;
}

.offer-modal__recommendation-card:hover {
  transform: translateY(-4px);
}

.offer-modal__recommendation-image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}

.offer-modal__recommendation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:14px;
}

.offer-modal__recommendation-image .offer-modal__recommendation-add {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}

.offer-modal__recommendation-title {
  font-size: 22px;
  letter-spacing: -0.02px;
  font-weight: 700;
  margin: 0.75rem 1rem 0.25rem;
  text-transform: uppercase;
  color:#1C1C1C;
}

.offer-modal__recommendation-price {
  font-size: 16px;
  letter-spacing: -0.02px;
  margin: 0 1rem 1rem;
  color: #000000;
  opacity: .5;
}

.offer-modal__recommendation-add {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  border:none;
  background: #FDBC34;
  cursor: pointer;
  transition: all 0.2s;
  color: #000;
}

.offer-modal__recommendation-add:hover {
  background: #d97706;
  transform: scale(1.1);
}

.offer-modal__recommendation-add.added {
  background: #22c55e;
}

.offer-modal__recommendation-add.added svg {
  stroke: white;
}

/* Steps 1 & 2: Form Steps */
.offer-modal__step--1,
.offer-modal__step--2 {
  background: #F7F5F1;
  width:664px;
}

.offer-modal__hero {
  height: 230px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -32px;
  margin-left: -32px;
  width: calc(100% + 64px);
}

.offer-modal__hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.offer-modal__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

.offer-modal__hero-title {
  font-size: 30px;
  letter-spacing: -0.03px;
  color:#fff;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
}

.offer-modal__hero-price {
  font-size: 16px;
  letter-spacing: -0.02px;
  color: #fff;
  margin: 0;
}

.offer-modal__step-indicators {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  position: relative;
  z-index: 2;
  margin-top: -25px;
  margin-bottom: 33px;
}

.offer-modal__step-indicator {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #fff;
  color: #00000080; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02px;
  border: 4px solid transparent;
}

.offer-modal__step-indicator:first-child {
  margin-left: auto;
}

.offer-modal__step-indicator:first-child::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 10px;
  background: #FDBC34;
  z-index: -1;
}

.offer-modal__step-indicator:first-child + .offer-modal__step-indicator {
  margin-left: auto;
}
.offer-modal__step-indicator:first-child + .offer-modal__step-indicator::before {
  content: '';
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 10px;
  background: #fff;
  z-index: -1;
}

.offer-modal__step-indicator--active {
  background: #FDBC34;
  color: #000;
  border: 4px solid #F7F5F1;
}

.offer-modal__step-indicator--completed {
  background: #FDBC34;
  color: #000;
}

.offer-modal__form-content {
  padding: 0 2rem 2rem;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.offer-modal__form-title {
  font-size: 30px;
  letter-spacing: -0.03px;
  font-weight: 700;
  margin: 0 0 2rem 0;
  text-transform: uppercase;
}

.offer-modal__form-fields {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
  width:100%;
}

.offer-modal__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 16px;
  letter-spacing: -0.02px;
  color:#000000;
}

.form-control {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.2s;
  height: 59px;
  letter-spacing: -0.02px;
}

.form-control:focus {
  outline: none;
  border-color: #f59e0b;
}

.form-control--textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.offer-modal__next,
.offer-modal__submit {
  background: #FDBC34;
  color: #1F1F1F;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01px;
  padding: 20px 24px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  width: auto;
  margin-top: 1rem;
  margin-left:auto;
}

#offer-form {
  width:100%;
}

.offer-modal__next:hover,
.offer-modal__submit:hover {
  background: #d97706;
}

.offer-modal__zigzag {
  height: 20px;
  background: linear-gradient(135deg, #f5f5f5 25%, transparent 25%),
              linear-gradient(225deg, #f5f5f5 25%, transparent 25%),
              linear-gradient(315deg, #f5f5f5 25%, transparent 25%),
              linear-gradient(45deg, #f5f5f5 25%, transparent 25%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 0, 10px -10px, 0 -10px;
  margin-top: 2rem;
}

.offer-modal__success {
  background: #d1fae5;
  border: 1px solid #22c55e;
  border-radius: 4px;
  padding: 1rem;
  margin-top: 1rem;
  color: #065f46;
}

/* Offer Button Styles */
.offer-button {
  background: #f59e0b;
  color: #000;
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  font-size: 14px;
  letter-spacing:-0.01px;
}

.offer-button:hover:not(:disabled) {
  background: #d97706;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.offer-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.offer-button__text {
  flex: 1;
  text-align: left;
}

.offer-button__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Responsive */
@media (max-width: 1250px) {
  .offer-modal__step--0 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .offer-modal__product-image {
    width: 150px;
    height: 96px;
  }
  .offer-modal__product-title,
  .offer-modal__recommendations-title {
    font-size: 24px;
  }
  .offer-modal__recommendation-title {
    font-size: 18px;
  }
  .offer-modal__recommendation-price {
    font-size: 14px;
  }
  .offer-modal__recommendation-add {
    width: 42px;
    height: 42px;
  }
  .offer-modal__product-image {
    border-bottom-left-radius: 0px;
  }
  .offer-modal__header {
    padding-right: 0px;
  }
  .offer-modal__product-status {
    font-size: 12px;
}
@media (max-width: 768px) {
  .offer-modal__product-info {
    width:100%;
    gap:15px
  }
  .offer-modal .drawer__inner {
    max-width: 100%;
  }

  .offer-modal__header {
    flex-direction: column;
    gap: 1rem;
  }

  .offer-modal__view-offer {
    width: 100%;
    justify-content: center;
  }

  .offer-modal__recommendations-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .offer-modal__form-row {
    grid-template-columns: 1fr;
  }

  .offer-modal__form-content {
    padding: 0 1.5rem 1.5rem;
  }

  .offer-modal__step--0 {
    padding: 1.5rem;
  }
  .offer-modal__step--1,
  .offer-modal__step--2 {
    width:600px;
  }
  .offer-modal__hero {
    height:120px;
  }
  .offer-modal__hero-title,
  .offer-modal__form-title  {
    font-size:24px;
  }
  .form-control {
    height:42px;
  }
}
@media (max-width: 650px) {
  .offer-modal__step--1,
  .offer-modal__step--2 {
    width:500px;
  }
}
@media (max-width: 550px) {
  .offer-modal__step--1,
  .offer-modal__step--2 {
    width:100%;
    min-width:320px;
  }
}
