/** Shopify CDN: Minification failed

Line 229:0 Unexpected "}"

**/
/* Easter Popup - Centered Modal */

.easter-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.easter-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.easter-popup__content {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.easter-popup__inner {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.easter-popup__inner {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: #595F43;
  border-radius: 24px;
  padding: 52px 30px 44px;
  text-align: center;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  box-sizing: border-box;
}

.easter-popup__header {
  margin: 0;
}

.easter-popup__title {
  margin: 0;
  color: #f8f3ef;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 72px;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-rendering: geometricPrecision;
}

.easter-popup__subtitle {
  margin: 22px 0 0;
  color: #f8f3ef;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.easter-popup__options {
  width: 100%;
  display: grid;
  gap: 16px;
  margin: 42px auto 34px;
}

.popup-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 22px;
  border-radius: 999px;
  background: #f4f4f4;
  text-decoration: none;
  box-sizing: border-box;
  gap: 10px;
}

.popup-option:hover,
.popup-option:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  filter: brightness(1.01);
  outline: none;
}

.popup-option__label {
  flex: 1;
  text-align: left;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.popup-option__code {
  flex: 0;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.6;
  white-space: nowrap;
}

.easter-popup__footer {
  margin: 0;
  color: #f8f3ef;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  appearance: none;
}

.popup-close::before,
.popup-close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 7px;
  width: 20px;
  height: 1.5px;
  background: #f8f3ef;
  transform-origin: center;
}

.popup-close::before {
  transform: rotate(45deg);
}

.popup-close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .popup-option__label {
    font-size: 12px;
  }

  .popup-option__code {
    font-size: 9px;
  }
}

  .easter-popup__inner {
    max-width: 100%;
    padding: 42px 18px 34px;
    border-radius: 20px;
  }

  .easter-popup__title {
    font-size: 52px;
    line-height: 1;
  }

  .easter-popup__subtitle {
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: 0.14em;
  }

  .easter-popup__options {
    gap: 14px;
    margin: 34px auto 28px;
  }

  .popup-option {
    min-height: 54px;
    padding: 0 16px;
  }

  .popup-option__label {
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .easter-popup__footer {
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .popup-close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }

  .popup-close::before,
  .popup-close::after {
    top: 14px;
    left: 6px;
    width: 18px;
  }
}

.cart-drawer__change-offer{
  display:block;
  text-align:center;
  margin:0 0 12px;
  text-decoration:underline;
  font-size:13px;
  cursor:pointer;
  color:#e60023;
  font-weight:600;
}