@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Rye&family=Sancreek&family=Special+Elite&display=swap');

html { height: 100%; }
body.ol-shop {
  box-sizing: border-box;
  min-height: 100%;
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #f3e6d4;
  background:
    radial-gradient(ellipse at 50% -10%, rgba(223,121,44,.16), transparent 42%),
    repeating-linear-gradient(90deg, rgba(0,0,0,.18) 0 2px, transparent 2px 17px),
    linear-gradient(180deg, #24140c 0%, #120b07 100%);
  font-family: 'Oswald', sans-serif;
}
body.ol-shop * { box-sizing: border-box; }

body.ol-shop-preview {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  padding: 0;
}
body.ol-shop-preview .ol-shop-top,
body.ol-shop-preview .ol-shop-desk {
  width: min(1180px, calc(100% - 32px));
}
body.ol-shop-maintenance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  padding: 24px 24px 0;
}

.ol-shop-card,
.ol-shop-shell {
  width: min(640px, 100%);
  padding: 42px 38px 34px;
  color: #2b1a10;
  background:
    repeating-linear-gradient(-8deg, rgba(90,49,20,.04) 0 1px, transparent 1px 6px),
    #e4c48c;
  border: 1px solid #6f401e;
  border-top: 5px solid #df792c;
  box-shadow: 12px 16px 0 rgba(0,0,0,.32);
  text-align: center;
}
.ol-shop-shell { width: min(860px, 100%); }
.ol-shop img {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto 12px;
  object-fit: contain;
  filter: drop-shadow(2px 3px 0 rgba(0,0,0,.28));
}
.ol-shop-kicker {
  margin: 0 0 12px;
  color: #9a451e;
  font: 700 10px/1 'Oswald', sans-serif;
  letter-spacing: .26em;
  text-transform: uppercase;
}
.ol-shop h1 {
  margin: 0 0 16px;
  font: 400 clamp(34px, 6vw, 54px)/.95 'Sancreek', 'Rye', 'Oswald', serif;
  text-transform: uppercase;
}
.ol-shop h1 em {
  color: #df792c;
  font-style: normal;
}
.ol-shop-lead {
  max-width: 520px;
  margin: 8px auto 26px;
  color: #513722;
  font: 400 18px/1.6 'Special Elite', Georgia, serif;
}
.ol-shop-stamp {
  display: block;
  width: max-content;
  margin: 4px auto 28px;
  padding: 10px 22px;
  color: #8b2b1c;
  border: 3px solid #8b2b1c;
  font: 700 28px/1 'Oswald', sans-serif;
  letter-spacing: .22em;
  animation: ol-shop-stamp 1.7s ease-in-out infinite;
}
@keyframes ol-shop-stamp {
  0%, 100% {
    opacity: .42;
    transform: rotate(-8deg) scale(.94);
    box-shadow: none;
  }
  50% {
    opacity: 1;
    transform: rotate(-8deg) scale(1.08);
    box-shadow: 0 0 0 1px rgba(139,43,28,.35), 0 0 18px rgba(139,43,28,.35);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ol-shop-stamp { animation: none; transform: rotate(-8deg); opacity: 1; }
}
.ol-shop-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: #fff4e3;
  background: linear-gradient(#6d3d1e, #3f2010);
  border: 1px solid #a45e2c;
  border-bottom: 4px solid #251007;
  font: 700 11px/1 'Oswald', sans-serif;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.ol-shop-back:hover {
  color: #231107;
  background: #d48642;
}

.ol-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 0 28px;
}
.ol-shop-grid article {
  padding: 18px 10px 16px;
  background: rgba(255,248,222,.48);
  border: 1px solid rgba(111,64,30,.4);
}
.ol-shop-grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  color: #fff4e3;
  background: #713716;
  border: 1px solid #a45e2c;
}
.ol-shop-grid strong {
  display: block;
  margin-bottom: 6px;
  font: 700 13px 'Oswald', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ol-shop-grid span {
  color: #9a451e;
  font: 400 12px 'Special Elite', serif;
}

body.ol-shop-preview .ol-shop-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 14px 0 8px;
}
.ol-shop-top-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ol-shop-user,
.ol-shop-login {
  color: #f3e6d4;
  font: 700 11px/1 'Oswald', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
}
.ol-shop-login {
  color: #fff4e3;
  border-bottom: 1px solid rgba(223,121,44,.7);
}
.ol-shop-login:hover { color: #d48642; }
.ol-shop-logout {
  color: #e7b8a8;
  font: 700 11px/1 'Oswald', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(139,43,28,.7);
}
.ol-shop-logout:hover { color: #ffd3c6; }
.ol-shop-logout-drawer {
  display: inline-flex;
  margin-top: 18px;
  padding-top: 14px;
  border-bottom: 0;
  border-top: 1px solid rgba(111,64,30,.28);
  color: #8b2b1c;
}
.ol-shop-account {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 220px;
  padding: 3px 10px 3px 3px;
  appearance: none;
  color: #fff4e3;
  background: rgba(18, 11, 7, .45);
  border: 1px solid rgba(223,121,44,.45);
  font-family: inherit;
  cursor: pointer;
}
.ol-shop-account img {
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  object-fit: cover;
  filter: none;
  border: 1px solid #df792c;
  border-radius: 50%;
}
.ol-shop-account span {
  overflow: hidden;
  font: 700 11px/1 'Oswald', sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ol-shop-account:hover { color: #d48642; border-color: #d48642; }
.ol-shop-drawer-bg {
  position: fixed;
  z-index: 40;
  inset: 0;
  background: rgba(6, 4, 3, .62);
}
.ol-shop-drawer {
  position: fixed;
  z-index: 41;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(420px, 100%);
  height: 100%;
  padding: 18px 16px 24px;
  overflow: auto;
  color: #2b1a10;
  background:
    repeating-linear-gradient(-8deg, rgba(90,49,20,.04) 0 1px, transparent 1px 6px),
    #e4c48c;
  border-left: 4px solid #df792c;
  box-shadow: -12px 0 0 rgba(0,0,0,.28);
  transform: translateX(100%);
  transition: transform .28s ease;
}
.ol-shop-drawer.is-open { transform: translateX(0); }
.ol-shop-drawer-bg[hidden],
.ol-shop-drawer[hidden] { display: none !important; }
.ol-shop-drawer-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(111,64,30,.3);
}
.ol-shop-drawer-head img {
  width: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  object-fit: cover;
  filter: none;
  border: 2px solid #df792c;
  border-radius: 50%;
}
.ol-shop-drawer-head strong {
  display: block;
  font: 700 13px/1.2 'Oswald', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ol-shop-drawer-head span {
  color: #70401f;
  font: 400 12px 'Special Elite', serif;
}
.ol-shop-drawer-close {
  width: 36px;
  height: 36px;
  color: #8b2b1c;
  background: transparent;
  border: 1px solid rgba(139,43,28,.4);
  font: 700 22px/1 'Oswald', sans-serif;
  cursor: pointer;
}
.ol-shop-drawer .ol-shop-history {
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
body.ol-shop-drawer-open { overflow: hidden; }
.ol-shop-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff4e3;
  text-decoration: none;
  font: 400 24px/1 'Sancreek', 'Rye', 'Oswald', serif;
  text-transform: uppercase;
}
.ol-shop-preview .ol-shop-brand img {
  width: 42px;
  height: 42px;
  margin: 0;
}
.ol-shop-desk {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
  width: min(1180px, 100%);
  margin: 8px auto 0;
  padding: 18px;
  color: #2b1a10;
  background:
    repeating-linear-gradient(-8deg, rgba(90,49,20,.04) 0 1px, transparent 1px 6px),
    #e4c48c;
  border: 1px solid #7a4724;
  box-shadow: 8px 10px 0 rgba(0,0,0,.28), inset 0 0 0 6px rgba(104,70,36,.1);
}
.ol-shop-catalog { min-width: 0; }
.ol-shop-section { margin-top: 14px; }
.ol-shop-section:first-child { margin-top: 0; }
.ol-shop-section h2 {
  margin: 0 0 8px;
  font: 400 22px/1 'Sancreek', 'Rye', 'Oswald', serif;
  text-transform: uppercase;
}
.ol-shop-section-note {
  margin: -2px 0 10px;
  color: #70401f;
  font: 400 13px 'Special Elite', serif;
}
.ol-shop-tiers,
.ol-shop-pointy {
  display: grid;
  gap: 8px;
}
.ol-shop-tiers { grid-template-columns: repeat(3, 1fr); }
.ol-shop-pointy { grid-template-columns: repeat(4, 1fr); }
.ol-shop-offer {
  display: flex;
  flex-direction: column;
  padding: 10px 12px 10px;
  text-align: left;
  background: rgba(255,248,222,.5);
  border: 1px solid rgba(111,64,30,.4);
  border-left: 4px solid #df792c;
}
.ol-shop-offer.is-featured {
  background: rgba(255,236,196,.72);
  border-left-color: #8b2b1c;
}
.ol-shop-offer .ol-shop-kicker { margin: 0 0 4px; }
.ol-shop-offer h3 {
  margin: 0;
  font: 700 13px/1.15 'Oswald', sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ol-shop-price {
  margin: 4px 0 8px;
  color: #7a2c16;
  font: 400 20px/1 'Sancreek', 'Rye', 'Oswald', serif;
}
.ol-shop-price small {
  color: #70401f;
  font: 700 10px 'Oswald', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ol-shop-offer button,
.ol-shop-donate-form button,
.ol-shop-checkout {
  margin-top: auto;
  min-height: 34px;
  width: 100%;
  color: #fff4e3;
  background: linear-gradient(#6d3d1e, #3f2010);
  border: 1px solid #a45e2c;
  border-bottom: 3px solid #251007;
  font: 700 10px/1 'Oswald', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.ol-shop-offer button:hover,
.ol-shop-donate-form button:hover,
.ol-shop-checkout:hover:not(:disabled) {
  color: #231107;
  background: #d48642;
}
.ol-shop-donate-form {
  display: flex;
  align-items: end;
  gap: 8px;
}
.ol-shop-donate-form label {
  position: relative;
  flex: 1 1 auto;
  text-align: left;
}
.ol-shop-donate-form label span {
  display: block;
  margin-bottom: 4px;
  color: #9a451e;
  font: 700 10px 'Oswald', sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ol-shop-donate-form input {
  width: 100%;
  min-height: 34px;
  padding: 0 40px 0 10px;
  color: #2b1a10;
  background: rgba(255,253,238,.75);
  border: 1px solid rgba(108,69,36,.45);
  font: 400 15px 'Oswald', sans-serif;
}
.ol-shop-donate-form em {
  position: absolute;
  right: 10px;
  bottom: 9px;
  color: #7a4724;
  font: 700 11px 'Oswald', sans-serif;
  font-style: normal;
}
.ol-shop-donate-form button { width: auto; min-width: 120px; }

.ol-shop-cart {
  padding: 14px 14px 12px;
  background: rgba(43,26,16,.08);
  border: 1px solid rgba(111,64,30,.4);
}
.ol-shop-cart h2 {
  margin: 0 0 10px;
  font: 400 22px/1 'Sancreek', 'Rye', 'Oswald', serif;
  text-transform: uppercase;
}
.ol-shop-cart-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 72px;
}
.ol-shop-cart-list li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(111,64,30,.2);
}
.ol-shop-cart-list strong {
  display: block;
  font: 700 12px/1.2 'Oswald', sans-serif;
  text-transform: uppercase;
}
.ol-shop-cart-list span {
  color: #70401f;
  font: 400 12px 'Special Elite', serif;
}
.ol-shop-cart-list button {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: #8b2b1c;
  background: transparent;
  border: 1px solid rgba(139,43,28,.4);
  font: 700 14px/1 'Oswald', sans-serif;
  cursor: pointer;
}
.ol-shop-cart-empty {
  margin: 0 0 12px;
  color: #70401f;
  font: 400 13px 'Special Elite', serif;
}
.ol-shop-cart-empty[hidden],
.ol-shop-cart-note[hidden],
.ol-shop-cart-status[hidden] { display: none !important; }
.ol-shop-cart-sum {
  display: grid;
  gap: 4px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 2px solid rgba(111,64,30,.35);
  font: 700 11px 'Oswald', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ol-shop-cart-sum strong {
  color: #7a2c16;
  font: 400 28px/1 'Sancreek', 'Rye', 'Oswald', serif;
}
.ol-shop-cart-note {
  margin: 8px 0 0;
  color: #70401f;
  font: 400 12px 'Special Elite', serif;
}
.ol-shop-cart-status {
  margin: 8px 0 0;
  font: 400 13px 'Special Elite', serif;
}
.ol-shop-cart-status[data-kind="ok"] { color: #2f6b32; }
.ol-shop-cart-status[data-kind="error"] { color: #8b2b1c; }
.ol-shop-checkout { margin-top: 12px; min-height: 40px; }
a.ol-shop-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 220px;
  padding: 0 22px;
  text-decoration: none;
}
.ol-shop-checkout:disabled { opacity: .45; cursor: not-allowed; }
.ol-shop-code {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(111,64,30,.35);
}
.ol-shop-code label span {
  display: block;
  margin-bottom: 4px;
  color: #9a451e;
  font: 700 10px 'Oswald', sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ol-shop-code input {
  width: 100%;
  min-height: 36px;
  padding: 0 10px;
  color: #2b1a10;
  background: rgba(255,253,238,.75);
  border: 1px solid rgba(108,69,36,.45);
  font: 700 13px/1 'Oswald', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ol-shop-code button {
  min-height: 36px;
  color: #fff4e3;
  background: linear-gradient(#6d3d1e, #3f2010);
  border: 1px solid #a45e2c;
  border-bottom: 3px solid #251007;
  font: 700 11px 'Oswald', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.ol-shop-code button:hover { background: #d48642; color: #231107; }
.ol-shop-code button:disabled { opacity: .45; cursor: not-allowed; }

.ol-shop-history {
  width: min(1180px, 100%);
  margin: 14px auto 0;
  padding: 18px;
  color: #2b1a10;
  background:
    repeating-linear-gradient(-8deg, rgba(90,49,20,.04) 0 1px, transparent 1px 6px),
    #e4c48c;
  border: 1px solid #7a4724;
  box-shadow: 8px 10px 0 rgba(0,0,0,.28), inset 0 0 0 6px rgba(104,70,36,.1);
}
.ol-shop-history h2 {
  margin: 0 0 10px;
  font: 400 22px/1 'Sancreek', 'Rye', 'Oswald', serif;
  text-transform: uppercase;
}
.ol-shop-history-empty {
  margin: 0;
  color: #70401f;
  font: 400 13px 'Special Elite', serif;
}
.ol-shop-history-empty[hidden] { display: none !important; }
.ol-shop-history-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ol-shop-history-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(111,64,30,.22);
}
.ol-shop-history-list strong {
  display: block;
  font: 700 12px/1.2 'Oswald', sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.ol-shop-history-list span {
  color: #70401f;
  font: 400 12px 'Special Elite', serif;
}
.ol-shop-history-list b {
  color: #7a2c16;
  font: 400 20px/1 'Sancreek', 'Rye', 'Oswald', serif;
}
.ol-shop-history-list a {
  color: #7a2c16;
  font: 700 10px 'Oswald', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(122,44,22,.4);
}
.ol-shop-history-list a:hover { color: #3f2010; }

body.ol-shop-invoice {
  background:
    radial-gradient(ellipse at 50% -8%, rgba(223,121,44,.1), transparent 46%),
    #0f0c0a;
}
.ol-invoice {
  width: min(720px, 100%);
  margin: 8px auto 24px;
  overflow: hidden;
  padding: 0 0 28px;
  color: #1f140e;
  background: #f7f1e6;
  border: 0;
  box-shadow: 0 22px 50px rgba(0,0,0,.42);
  text-align: left;
}
.ol-invoice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px 18px;
  color: #fff4e3;
  background: #2b1a10;
  border-bottom: 6px solid #df792c;
}
.ol-invoice-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.ol-invoice-logo {
  width: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  object-fit: contain;
  filter: none;
}
.ol-invoice-brand strong {
  display: block;
  font: 700 16px/1.1 'Oswald', sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.ol-invoice-brand span {
  color: #e6c9a4;
  font: 400 12px/1.4 Georgia, 'Times New Roman', serif;
}
.ol-invoice-no {
  text-align: right;
}
.ol-invoice-no em {
  display: block;
  color: #e6c9a4;
  font: 400 11px Georgia, 'Times New Roman', serif;
  font-style: normal;
}
.ol-invoice-no b {
  display: block;
  margin-top: 4px;
  font: 700 20px/1 'Oswald', sans-serif;
  letter-spacing: .04em;
}
.ol-invoice-title {
  margin: 22px 28px 14px;
  font: 400 15px/1.3 Georgia, 'Times New Roman', serif;
}
.ol-invoice-meta {
  display: grid;
  gap: 8px;
  margin: 0 28px 18px;
  padding: 0;
}
.ol-invoice-meta div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
}
.ol-invoice-meta dt {
  margin: 0;
  color: #9a451e;
  font: 700 10px/1 'Oswald', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ol-invoice-meta dd {
  margin: 0;
  font: 400 15px/1.4 Georgia, 'Times New Roman', serif;
}
.ol-invoice-table {
  width: calc(100% - 56px);
  margin: 0 28px 16px;
  border-collapse: collapse;
  text-align: left;
}
.ol-invoice-note,
.ol-invoice-thanks {
  margin: 0 28px 10px;
  color: #70401f;
  font: 400 13px/1.55 Georgia, 'Times New Roman', serif;
}
.ol-invoice-thanks {
  color: #1f140e;
  font-weight: 700;
}
.ol-invoice-stamp {
  display: inline-block;
  margin: 6px 28px 16px;
  padding: 6px 10px;
  color: #8b2b1c;
  border: 1.5px solid #8b2b1c;
  font: 700 10px/1 'Oswald', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ol-invoice-actions {
  display: flex;
  justify-content: flex-start;
  margin: 0 28px;
}
.ol-invoice-table th,
.ol-invoice-table td {
  padding: 9px 6px;
  border-bottom: 1px solid rgba(111,64,30,.22);
  text-align: left;
  font: 400 14px Georgia, 'Times New Roman', serif;
}
.ol-invoice-table th {
  color: #9a451e;
  font: 700 10px 'Oswald', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ol-invoice-table td:nth-child(2),
.ol-invoice-table th:nth-child(2),
.ol-invoice-table td:nth-child(3),
.ol-invoice-table th:nth-child(3),
.ol-invoice-table td:nth-child(4),
.ol-invoice-table th:nth-child(4) { text-align: right; }
.ol-invoice-table tfoot th,
.ol-invoice-table tfoot td {
  border-bottom: 0;
  padding-top: 14px;
  color: #fff4e3;
  background: #df792c;
  font: 700 13px 'Oswald', sans-serif;
  text-transform: uppercase;
}
.ol-invoice-table tfoot th { padding-left: 12px; }
.ol-invoice-table tfoot td { padding-right: 12px; }

.ol-shop-footer {
  width: 100%;
  margin-top: auto;
  flex: 0 0 auto;
  padding: 36px 20px 28px;
  color: rgba(255,244,222,.66);
  background: #050607;
  border-top: 1px solid rgba(223,121,44,.22);
  font: 500 13px/1.7 'Oswald', sans-serif;
  text-align: center;
}
.ol-shop-footer p { margin: 0; }
.ol-shop-pay {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 2px;
  padding: 0;
  list-style: none;
}
.ol-shop-pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 62px;
  height: 30px;
  padding: 0 10px;
  color: #111;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(255,255,255,.08);
  font: 700 13px/1 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.ol-shop-pay-badge svg {
  display: block;
  height: 16px;
  width: auto;
}
.ol-shop-pay-badge span {
  font-weight: 600;
  letter-spacing: -.02em;
}
.ol-shop-pay-mc svg { height: 18px; }
.ol-shop-pay-visa svg { height: 14px; }
.ol-shop-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
}
.ol-shop-footer-links a {
  display: inline-block;
  color: #df792c;
  font: 700 11px/1 'Oswald', sans-serif;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.ol-shop-footer-links a:hover { color: #f3d5b8; }
.ol-shop-footer img {
  width: 48px !important;
  height: 48px !important;
  margin: 14px auto 0 !important;
  filter: grayscale(1) brightness(2.2) contrast(.8);
  opacity: .82;
}
body.ol-shop-maintenance .ol-shop-card { margin: auto; }

@media (max-width: 980px) {
  .ol-shop-desk { grid-template-columns: 1fr; }
  .ol-shop-pointy { grid-template-columns: 1fr 1fr; }
  .ol-shop-history-list li { grid-template-columns: 1fr auto; }
  .ol-shop-history-list b { grid-column: 2; grid-row: 1; }
}
@media (max-width: 720px) {
  .ol-shop-card, .ol-shop-shell { padding: 28px 22px 24px; }
  .ol-shop-desk, .ol-shop-history { padding: 14px; }
  .ol-shop-tiers,
  .ol-shop-pointy { grid-template-columns: 1fr; }
  .ol-invoice-head, .ol-invoice-meta div { display: block; }
  .ol-invoice-no { margin-top: 12px; text-align: left; }
}

@media print {
  body.ol-shop-invoice {
    background: #fff;
    padding: 0;
  }
  .ol-shop-top, .ol-invoice-actions, .ol-shop-footer { display: none !important; }
  .ol-invoice { box-shadow: none; margin: 0; width: 100%; background: #fff; }
}
