/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/reward-shop/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * XtraXtra Reward Shop
 * Vintage catalog/classified ads aesthetic
 */
.wp-block-xtra-reward-shop {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.xxa-access-control {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 2rem 0;
}
.xxa-access-control .xxa-access-message {
  background: #0a0a0a;
  border: 2px solid #333333;
  text-align: center;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
}
.xxa-access-control .xxa-access-message h2 {
  font-family: var(--font-heading, serif);
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
  margin: 2rem 1.5rem 1rem;
  line-height: 1.2;
}
.xxa-access-control .xxa-access-message p {
  font-family: var(--font-ui, sans-serif);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #a0a0a0;
  margin: 0 1.5rem 2rem;
  padding: 0 1rem;
}
.xxa-access-control .xxa-access-message .xxa-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #1a1a1a;
  color: #ffffff;
  border: none;
  border-top: 1px solid #333333;
  padding: 0.75rem 1rem;
  font-family: var(--font-ui, sans-serif);
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.15s ease;
  margin: 0;
  height: 3rem;
  line-height: 1;
  box-sizing: border-box;
}
.xxa-access-control .xxa-access-message .xxa-action-button::before, .xxa-access-control .xxa-access-message .xxa-action-button::after {
  content: none;
}
.xxa-access-control .xxa-access-message .xxa-action-button:hover {
  background: #ffffff;
  color: #0a0a0a;
  transform: none;
  text-decoration: none;
}
.xxa-access-control .xxa-access-message .xxa-action-button:active {
  transform: scale(0.98);
}
.xxa-access-control .xxa-access-message .xxa-action-button:focus {
  outline: 2px solid #3498db;
  outline-offset: -2px;
}
@media (max-width: 768px) {
  .xxa-access-control {
    min-height: 300px;
    padding: 1rem 0;
  }
  .xxa-access-control .xxa-access-message h2 {
    font-size: 1.5rem;
    margin: 1.5rem 1rem 0.75rem;
  }
  .xxa-access-control .xxa-access-message p {
    font-size: 0.875rem;
    margin: 0 1rem 1.5rem;
  }
}

.xxa-shop-header {
  background: #1a1a1a;
  padding: 0.75rem 1rem;
  margin: 0 0 3rem;
  border: 1px solid #333333;
  width: 100%;
  box-sizing: border-box;
}
.xxa-shop-header .xxa-balance-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-ui, sans-serif);
  font-size: 0.875rem;
  color: #a0a0a0;
}
.xxa-shop-header .xxa-balance-label {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.xxa-shop-header .xxa-balance-amount {
  font-weight: 300;
  color: #ffffff;
}
.xxa-shop-header .xxa-balance-amount.balance-updated {
  animation: subtle-pulse 0.5s ease-in-out;
}
@keyframes subtle-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.xxa-shop-header .xxa-login-link {
  font-weight: 700;
  color: #3498db;
  text-decoration: none;
  transition: all 0.2s ease;
}
.xxa-shop-header .xxa-login-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.xxa-reward-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .xxa-reward-grid {
    gap: 1.5rem;
  }
}

.xxa-reward-card {
  background: #0a0a0a;
  border: 2px solid #333333;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.xxa-reward-card.sold-out {
  opacity: 0.6;
  pointer-events: none;
}
.xxa-reward-card.sold-out::after {
  content: "SOLD OUT";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  background: #e74c3c;
  color: #ffffff;
  padding: 0.5rem 2rem;
  font-family: var(--font-ui, sans-serif);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 10;
}
.xxa-reward-card.user-limit-reached {
  opacity: 0.6;
  pointer-events: none;
}
.xxa-reward-card.user-limit-reached::after {
  content: "ALREADY REDEEMED";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  background: #666666;
  color: #ffffff;
  padding: 0.5rem 2rem;
  font-family: var(--font-ui, sans-serif);
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 10;
}
.xxa-reward-card.is-redeemed {
  opacity: 0.6;
  pointer-events: none;
}
.xxa-reward-card.opacity-60 {
  opacity: 0.6;
  pointer-events: none;
}
.xxa-reward-card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid #333333;
}
@media (max-width: 768px) {
  .xxa-reward-card img {
    height: 250px;
  }
}
.xxa-reward-card:not(:has(img))::before {
  content: "📦";
  display: block;
  height: 300px;
  background: #1a1a1a;
  border-bottom: 1px solid #333333;
  font-size: 4rem;
  line-height: 300px;
  color: #666666;
}
@media (max-width: 768px) {
  .xxa-reward-card:not(:has(img))::before {
    height: 250px;
    line-height: 250px;
  }
}

.xxa-reward-content {
  padding: 0 1.5rem;
}

.xxa-reward-title {
  font-family: var(--font-heading, serif);
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
  margin: 1.5rem 0 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .xxa-reward-title {
    font-size: 1.5rem;
  }
}

.xxa-reward-description {
  font-family: var(--font-ui, sans-serif);
  font-size: 1rem;
  font-weight: 300;
  color: #a0a0a0;
  margin: 0 0 1.5rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .xxa-reward-description {
    font-size: 0.875rem;
  }
}

.xxa-redeem-btn {
  background: #1a1a1a;
  color: #ffffff;
  border: none;
  border-top: 1px solid #333333;
  padding: 1rem 2rem;
  font-family: var(--font-ui, sans-serif);
  font-size: 1rem;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.15s ease;
  width: 100%;
  margin: 1.5rem 0 0;
  min-height: 3.5rem;
}
.xxa-redeem-btn:hover:not(:disabled) {
  background: #ffffff;
  color: #0a0a0a;
  transform: none;
}
.xxa-redeem-btn:active:not(:disabled) {
  transform: scale(0.98);
}
.xxa-redeem-btn:focus {
  outline: 2px solid #3498db;
  outline-offset: -2px;
}
.xxa-redeem-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.xxa-redeem-btn.confirm-mode {
  background: #3498db;
  color: #ffffff;
  font-weight: 700;
}
.xxa-redeem-btn.confirm-mode:hover {
  background: #2980b9;
  color: #ffffff;
}
.xxa-redeem-btn:disabled:not(.limit-reached) {
  background: #1a1a1a;
  color: #666666;
}
.xxa-redeem-btn.redeemed {
  background: #2ecc71;
  color: #ffffff;
  cursor: default;
}
.xxa-redeem-btn.redeemed:hover {
  background: #2ecc71;
  transform: none;
}
.xxa-redeem-btn.limit-reached {
  background: #2a2a2a;
  color: #666666;
  cursor: not-allowed;
}

.xxa-reward-card.is-processing {
  opacity: 0.7;
  pointer-events: none;
}
.xxa-reward-card.is-processing .xxa-redeem-btn {
  background: #1a1a1a;
  color: #666666;
}
.xxa-reward-card.is-processing .xxa-redeem-btn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0.5rem;
  border: 2px solid #666666;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.xxa-reward-grid.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.wp-block-xtra-reward-shop > p {
  font-family: var(--font-ui, sans-serif);
  font-size: 1.125rem;
  color: #666666;
  text-align: center;
  padding: 3rem 1rem;
  background: #1a1a1a;
  border: 1px dashed #333333;
}

/*# sourceMappingURL=style-index.css.map*/