
.ath-sc button,
.ath-sc input,
.ath-sc a,
.ath-sc select,
.ath-sc textarea {
  font: inherit;
  box-shadow: none !important;
}

.ath-sc button,
.ath-sc a,
.ath-sc input,
.ath-sc textarea {
  outline: none;
}

.ath-sc button:focus,
.ath-sc button:focus-visible,
.ath-sc a:focus,
.ath-sc a:focus-visible,
.ath-sc input:focus,
.ath-sc input:focus-visible,
.ath-sc textarea:focus,
.ath-sc textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.ath-sc,
.ath-sc * {
  box-sizing: border-box;
}

.ath-sc {
  position: relative;
  z-index: var(--ath-sc-z, 999999);
  color: var(--ath-sc-text, #08234a);
  font-family: inherit;
}

.ath-sc-backdrop {
  position: fixed;
  inset: 0;
  z-index: calc(var(--ath-sc-z, 999999) - 1);
  background: rgba(8, 16, 13, .45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .38s ease, visibility .38s ease;
}

.ath-sc.is-open .ath-sc-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ath-sc-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: min(var(--ath-sc-width, 520px), calc(100vw - 18px));
  z-index: var(--ath-sc-z, 999999);
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.68), transparent 32%),
    linear-gradient(180deg, var(--ath-sc-drawer-bg, #f6efe3), var(--ath-sc-paper, #eee5d7));
  color: var(--ath-sc-text, #08234a);
  box-shadow: 0 0 80px rgba(0,0,0,.20);
  overflow: hidden;
  transform: translateX(105%);
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}

.ath-sc-right .ath-sc-drawer {
  right: 0;
}

.ath-sc-left .ath-sc-drawer {
  left: 0;
  transform: translateX(-105%);
}

.ath-sc.is-open .ath-sc-drawer {
  transform: translateX(0);
}

.ath-sc-drawer-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ath-sc-head {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 28px 22px;
  border-bottom: 1px solid rgba(8,35,74,.12);
}

.ath-sc-kicker {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ath-sc-muted, rgba(8,35,74,.62));
}

.ath-sc-head h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 56px);
  font-style: italic;
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.07em;
  color: var(--ath-sc-text, #08234a);
}

.ath-sc-close {
  appearance: none;
  border: 1px solid rgba(8,35,74,.14) !important;
  background: rgba(255,255,255,.32) !important;
  color: var(--ath-sc-text, #08234a) !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  transition: transform .35s cubic-bezier(.22,1,.36,1), background .25s ease, border-color .25s ease;
}

.ath-sc-close:hover {
  transform: rotate(90deg) scale(1.04);
  background: rgba(255,255,255,.58) !important;
  border-color: rgba(8,35,74,.26) !important;
  color: var(--ath-sc-text, #08234a) !important;
}

.ath-sc-notices {
  flex: 0 0 auto;
  padding: 0 28px;
}

.ath-sc-notices .woocommerce-message,
.ath-sc-notices .woocommerce-error,
.ath-sc-notices .woocommerce-info {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(8,35,74,.12);
  background: rgba(255,255,255,.45);
  color: var(--ath-sc-text, #08234a);
  font-size: 13px;
  font-weight: 650;
}

.ath-sc-empty {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 28px;
}

.ath-sc-empty-symbol {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 1px solid rgba(189,150,85,.42);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 60px;
  font-style: italic;
  color: var(--ath-sc-accent, #bd9655);
  background: rgba(255,255,255,.28);
}

.ath-sc-empty h4 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.06em;
}

.ath-sc-empty p {
  max-width: 360px;
  margin: 0 0 24px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  color: var(--ath-sc-muted, rgba(8,35,74,.62));
}

.ath-sc-continue,
.ath-sc-secondary-actions button {
  appearance: none;
  border: 0;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 0;
}

.ath-sc-shipping {
  flex: 0 0 auto;
  padding: 18px 28px 0;
}

.ath-sc-shipping-text {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .03em;
  color: var(--ath-sc-muted, rgba(8,35,74,.62));
}

.ath-sc-shipping-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(8,35,74,.10);
  overflow: hidden;
}

.ath-sc-shipping-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ath-sc-olive, #59643d), var(--ath-sc-accent, #bd9655));
  transition: width .5s cubic-bezier(.22,1,.36,1);
}

.ath-sc-items {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 18px 28px;
  scrollbar-width: thin;
  scrollbar-color: rgba(8,35,74,.25) transparent;
}

.ath-sc-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  padding: 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(8,35,74,.10);
  border-radius: var(--ath-sc-radius, 34px);
  background: var(--ath-sc-card-bg, rgba(255,255,255,.38));
  box-shadow: 0 16px 40px rgba(8,35,74,.05);
  transition: transform .35s cubic-bezier(.22,1,.36,1), background .25s ease, border-color .25s ease;
}

.ath-sc-item:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.58);
  border-color: rgba(8,35,74,.18);
}

.ath-sc-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 114px;
  border-radius: calc(var(--ath-sc-radius, 34px) - 12px);
  background: rgba(255,255,255,.40);
  overflow: hidden;
}

.ath-sc-item-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block !important;
  padding: 8px;
  transition: transform .5s cubic-bezier(.22,1,.36,1);
}

.ath-sc-item:hover .ath-sc-item-img img {
  transform: scale(1.06);
}

.ath-sc-item-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ath-sc-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ath-sc-item-title {
  color: currentColor !important;
  text-decoration: none !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.045em;
}

.ath-sc-remove {
  appearance: none;
  border: 1px solid rgba(8,35,74,.14) !important;
  background: rgba(255,255,255,.28) !important;
  color: rgba(8,35,74,.56) !important;
  cursor: pointer;
  width: 28px;
  height: 28px;
  font-size: 22px;
  line-height: 1;
  opacity: .48;
  transition: opacity .25s ease, transform .25s ease;
}

.ath-sc-remove:hover {
  opacity: 1;
  transform: rotate(90deg);
  color: var(--ath-sc-text, #08234a) !important;
  background: rgba(255,255,255,.56) !important;
  border-color: rgba(8,35,74,.22) !important;
}

.ath-sc-item-meta {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ath-sc-muted, rgba(8,35,74,.62));
}

.ath-sc-item-meta dl,
.ath-sc-item-meta dd,
.ath-sc-item-meta p {
  margin: 0;
}

.ath-sc-item-meta dt,
.ath-sc-item-meta dd {
  display: inline;
}

.ath-sc-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 14px;
}

.ath-sc-qty {
  display: grid;
  grid-template-columns: 44px 58px 44px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(8,35,74,.12);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.32);
}

.ath-sc-qty button {
  appearance: none;
  border: 0 !important;
  background: transparent !important;
  color: var(--ath-sc-primary, #08234a) !important;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s ease, color .25s ease;
}

.ath-sc-qty input {
  width: 100%;
  border: 0 !important;
  border-left: 1px solid rgba(8,35,74,.12) !important;
  border-right: 1px solid rgba(8,35,74,.12) !important;
  background: transparent !important;
  color: var(--ath-sc-text, #08234a) !important;
  text-align: center;
  font-size: 15px;
  font-weight: 850;
  outline: none;
  -moz-appearance: textfield;
}

.ath-sc-qty input::-webkit-outer-spin-button,
.ath-sc-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ath-sc-line-total {
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.ath-sc-coupon {
  flex: 0 0 auto;
  padding: 0 28px 18px;
}

.ath-sc-coupon form {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid rgba(8,35,74,.12);
  border-radius: var(--ath-sc-button-radius, 999px);
  background: rgba(255,255,255,.35);
  overflow: hidden;
}

.ath-sc-coupon input {
  height: 48px;
  border: 0 !important;
  background: transparent !important;
  padding: 0 16px;
  color: var(--ath-sc-text, #08234a) !important;
  outline: none;
  font-size: 14px;
  font-weight: 650;
}

.ath-sc-coupon button[type="submit"] {
  border: 0 !important;
  border-left: 1px solid rgba(8,35,74,.10) !important;
  background: transparent !important;
  color: var(--ath-sc-primary, #08234a) !important;
  padding: 0 18px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ath-sc-coupons-applied {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.ath-sc-coupons-applied button {
  border: 1px solid rgba(8,35,74,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  color: currentColor;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}

.ath-sc-totals {
  flex: 0 0 auto;
  padding: 18px 28px;
  border-top: 1px solid rgba(8,35,74,.12);
}

.ath-sc-totals div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 750;
  color: var(--ath-sc-muted, rgba(8,35,74,.62));
}

.ath-sc-totals strong {
  color: var(--ath-sc-text, #08234a);
}

.ath-sc-totals .ath-sc-total {
  color: var(--ath-sc-text, #08234a);
  padding-top: 12px;
  margin-top: 6px;
  border-top: 1px solid rgba(8,35,74,.10);
}

.ath-sc-totals .ath-sc-total span {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ath-sc-totals .ath-sc-total strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.055em;
  color: var(--ath-sc-accent, #bd9655);
}

.ath-sc-actions {
  flex: 0 0 auto;
  padding: 0 28px 28px;
}

.ath-sc-checkout {
  height: 58px;
  border-radius: var(--ath-sc-button-radius, 999px);
  background: var(--ath-sc-primary, #08234a);
  color: var(--ath-sc-cream, #f6efe3) !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .35s cubic-bezier(.22,1,.36,1), background .25s ease;
}

.ath-sc-checkout:hover {
  transform: translateY(-4px);
  background: var(--ath-sc-accent, #bd9655);
}

.ath-sc-secondary-actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 16px;
}

.ath-sc-secondary-actions a {
  color: currentColor !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ath-sc-floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: calc(var(--ath-sc-z, 999999) - 2);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.26);
  background: var(--ath-sc-primary, #08234a);
  color: var(--ath-sc-cream, #f6efe3);
  box-shadow: 0 20px 54px rgba(8,35,74,.22);
  cursor: pointer;
  transition: transform .35s cubic-bezier(.22,1,.36,1), background .25s ease;
}

.ath-sc-floating:hover {
  transform: translateY(-6px) scale(1.04);
  background: var(--ath-sc-accent, #bd9655);
}

.ath-sc-floating svg {
  width: 28px;
  height: 28px;
}

.ath-sc-floating-count {
  position: absolute;
  right: -4px;
  top: -4px;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--ath-sc-accent, #bd9655);
  color: var(--ath-sc-cream, #f6efe3);
  border: 2px solid var(--ath-sc-cream, #f6efe3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 850;
}

.ath-sc.is-loading .ath-sc-drawer-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(246,239,227,.52);
  pointer-events: none;
}

.ath-sc-pulse {
  animation: athScPulse .45s cubic-bezier(.22,1,.36,1);
}

@keyframes athScPulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

body.ath-sc-lock {
  overflow: hidden;
}

@media (max-width: 640px) {
  .ath-sc-drawer {
    width: calc(100vw - 10px);
  }

  .ath-sc-head,
  .ath-sc-items,
  .ath-sc-shipping,
  .ath-sc-coupon,
  .ath-sc-totals,
  .ath-sc-actions {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ath-sc-item {
    grid-template-columns: 84px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .ath-sc-item-img {
    min-height: 104px;
  }

  .ath-sc-item-title {
    font-size: 22px;
  }

  .ath-sc-floating {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }
}


.ath-sc-qty button:hover,
.ath-sc-qty button:focus {
  background: var(--ath-sc-primary, #08234a) !important;
  color: var(--ath-sc-cream, #f6efe3) !important;
}

.ath-sc-coupon input::placeholder {
  color: var(--ath-sc-muted, rgba(8,35,74,.52));
  opacity: 1;
}

.ath-sc-coupon button[type="submit"]:hover,
.ath-sc-coupon button[type="submit"]:focus,
.ath-sc-secondary-actions a:hover,
.ath-sc-secondary-actions button:hover,
.ath-sc-continue:hover {
  color: var(--ath-sc-primary, #08234a) !important;
}

.ath-sc .quantity,
.ath-sc .qty,
.ath-sc .button,
.ath-sc .added_to_cart,
.ath-sc .woocommerce-message a,
.ath-sc .woocommerce-error a,
.ath-sc .woocommerce-info a {
  color: var(--ath-sc-primary, #08234a) !important;
}

.ath-sc .woocommerce-message a:hover,
.ath-sc .woocommerce-error a:hover,
.ath-sc .woocommerce-info a:hover {
  color: var(--ath-sc-accent, #bd9655) !important;
}
