/*
Theme Name: ultimatepinballshop
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --ups-ink: #111111;
  --ups-paper: #ffffff;
  --ups-line: #ded7cb;
  --ups-accent: #b7864a;
  --ups-muted: #6a6259;
  --ups-footer: #000000;
}

.woocommerce-checkout #payment .wc_payment_method label {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.woocommerce-checkout #payment .payment_box {
  border-radius: 3px;
}

.ups-checkout-gateway-icon {
  align-items: center;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  min-width: 44px;
  position: relative;
}

.ups-checkout-gateway-icon::before,
.ups-checkout-gateway-icon::after {
  box-sizing: border-box;
}

.ups-checkout-gateway-icon .ups-payment-logo {
  align-items: center;
  display: inline-flex;
  gap: 4px;
  justify-content: center;
}

.ups-checkout-gateway-icon .ups-payment-logo svg {
  display: block;
  height: 16px;
  width: 16px;
}

.ups-checkout-gateway-icon .ups-payment-logo__text {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.ups-checkout-gateway-icon .ups-payment-logo__coins {
  display: inline-flex;
  gap: 2px;
}

.ups-checkout-gateway-icon .ups-payment-logo__coins span {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 2px 4px;
}

.ups-checkout-gateway-icon--apple-pay {
  background: #000;
  color: #fff;
  min-width: 62px;
}

.ups-checkout-gateway-icon--apple-pay::before {
  content: none;
}

.ups-checkout-gateway-icon--bank-wire {
  background: #f4f1eb;
  border-color: #d8c9b7;
  color: #6c4c2b;
  min-width: 72px;
}

.ups-checkout-gateway-icon--bank-wire::before {
  content: none;
}

.ups-checkout-gateway-icon--crypto {
  background: linear-gradient(135deg, #111 0%, #2b2b2b 100%);
  border-color: #111;
  color: #fff;
  min-width: 74px;
}

.ups-checkout-gateway-icon--crypto::before {
  content: none;
}

.ups-checkout-gateway-icon--bitcoin {
  background: #f7931a;
  border-color: #f7931a;
  color: #fff;
  min-width: 34px;
}

.ups-checkout-gateway-icon--bitcoin::before {
  content: "B";
  font-size: 16px;
  font-weight: 800;
}

.ups-checkout-gateway-icon--gpay {
  background: #fff;
  color: #202124;
  min-width: 54px;
}

.ups-checkout-gateway-icon--gpay::before {
  color: #4285f4;
  content: "G";
  font-size: 16px;
  font-weight: 800;
  margin-right: 2px;
}

.ups-checkout-gateway-icon--gpay::after {
  content: "Pay";
  font-size: 11px;
  font-weight: 700;
}

.ups-checkout-gateway-icon--mastercard {
  background: #fff;
  min-width: 44px;
}

.ups-checkout-gateway-icon--mastercard::before,
.ups-checkout-gateway-icon--mastercard::after {
  border-radius: 50%;
  content: "";
  height: 14px;
  position: absolute;
  top: 6px;
  width: 14px;
}

.ups-checkout-gateway-icon--mastercard::before {
  background: #eb001b;
  left: 11px;
}

.ups-checkout-gateway-icon--mastercard::after {
  background: rgba(247, 158, 27, 0.92);
  left: 19px;
}

.ups-checkout-gateway-icon--visa {
  background: #fff;
  color: #1a1f71;
  min-width: 44px;
}

.ups-checkout-gateway-icon--visa::before {
  content: "VISA";
  font-size: 10px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.ups-checkout-gateway-icon--paypal {
  background: #fff;
  color: #003087;
  min-width: 50px;
}

.ups-checkout-gateway-icon--paypal::before {
  content: "PayPal";
  font-size: 10px;
  font-weight: 800;
}

.ups-checkout-gateway-icon--chime {
  background: #fff;
  color: #00c244;
  min-width: 50px;
}

.ups-checkout-gateway-icon--chime::before {
  content: "chime";
  font-size: 10px;
  font-weight: 800;
}

.ups-checkout-gateway-icon--zelle {
  background: #6d1ed4;
  border-color: #6d1ed4;
  color: #fff;
  min-width: 42px;
}

.ups-checkout-gateway-icon--zelle::before {
  content: "Z";
  font-size: 15px;
  font-weight: 800;
}

.ups-checkout-gateway-icon--venmo {
  background: #008cff;
  border-color: #008cff;
  color: #fff;
  min-width: 48px;
}

.ups-checkout-gateway-icon--venmo::before {
  content: "V";
  font-size: 15px;
  font-weight: 800;
}

.ups-checkout-gateway-icon--cash-app {
  background: #00d632;
  border-color: #00d632;
  color: #fff;
  min-width: 56px;
}

.ups-checkout-gateway-icon--cash-app::before {
  content: "$";
  font-size: 16px;
  font-weight: 800;
}

.ups-checkout-manual-note {
  background: #f4f7f8;
  border-left: 3px solid #111;
  border-radius: 3px;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
}

.ups-payment-method-help {
  display: inline-flex;
  position: relative;
  text-decoration: none;
}

.ups-payment-method-help::after {
  background: rgba(17, 17, 17, 0.96);
  border-radius: 12px;
  bottom: calc(100% + 12px);
  color: #fff;
  content: attr(data-hover-text);
  font-size: 12px;
  font-weight: 600;
  left: 50%;
  line-height: 1.5;
  max-width: 260px;
  opacity: 0;
  padding: 0.75rem 0.9rem;
  pointer-events: none;
  position: absolute;
  text-align: left;
  transform: translateX(-50%) translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: normal;
  width: max-content;
  z-index: 30;
}

.ups-payment-method-help:hover::after,
.ups-payment-method-help:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.ups-payment-method-help--checkout:focus-visible,
.ups-payment-method-help--footer:focus-visible {
  outline: 2px solid var(--ups-accent);
  outline-offset: 2px;
}

.ups-checkout-crypto-offer {
  background: linear-gradient(135deg, rgba(230, 36, 36, 0.12), rgba(17, 17, 17, 0.04));
  border: 1px solid rgba(230, 36, 36, 0.22);
  border-left: 4px solid var(--ups-accent);
  border-radius: 12px;
  color: #121212;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.85rem 0 0;
  padding: 0.85rem 1rem;
}

.header-wrapper {
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06);
}

.header-top {
  background: #e42424;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-top .nav > li > a {
  color: #f3efe8;
  font-weight: 600;
}

.header-main {
  background: #000000;
  border-bottom: 1px solid var(--ups-line);
}

.header-main .nav > li {
  margin: 0 0.25rem;
}

.header-main .nav > li > a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  text-transform: none;
}

@media only screen and (min-width: 64.01em) {
  .header-main {
    height: auto !important;
    padding-bottom: 0;
  }

  .header-wrapper:not(.stuck) .header-main .header-nav {
    margin-top: 0 !important;
  }

  .header-main .header-inner {
    align-items: center;
    flex-wrap: nowrap;
    min-height: 96px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .header-main .flex-left {
    align-items: center;
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
    order: 2;
    padding-bottom: 0;
    padding-top: 0;
  }

  .header-main #logo,
  .header-main .logo {
    flex: 0 0 auto;
    order: 1;
  }

  .header-main .flex-right {
    align-items: center;
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: 1.25rem;
    order: 3;
  }

  .header-main .header-nav-main {
    align-items: center;
    gap: 0.15rem 0.2rem;
    justify-content: center;
    line-height: 1.15;
    row-gap: 0.2rem;
    white-space: normal;
    width: auto;
  }

  .header-main .flex-left,
  .header-main .flex-right {
    align-self: center;
  }

  .header-main .header-nav-main > li {
    margin: 0;
  }

  .header-main .header-nav-main > li > a {
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 1.1;
    padding: 0.6rem 0.5rem 0.65rem;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  .header-main .header-nav-main > li > a:before {
    display: none;
  }

  .header-main .header-nav-main > li > a:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
  }

  .header-main .header-nav-main > li.active > a,
  .header-main .header-nav-main > li.current-menu-item > a,
  .header-main .header-nav-main > li.current_page_item > a {
    background: #e42424;
    border-color: #e42424;
    color: #ffffff;
  }

  .header-main .logo {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }

  .header-main .header-logo,
  .header-main .header-logo-dark,
  .header-main .header-logo-sticky {
    filter: none;
    max-height: 86px;
    width: auto;
  }

  .header-main .top-divider {
    display: none;
  }

  .header-main .nav > li.ups-stern-mega-menu {
    position: static;
  }

  .header-main .nav > li.ups-stern-mega-menu > .nav-dropdown {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 241, 0.98) 100%);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(17, 17, 17, 0.2);
    left: 50% !important;
    max-height: none;
    min-width: 980px;
    padding: 1.35rem;
    transform: translateX(-50%);
    width: min(980px, calc(100vw - 40px));
    backdrop-filter: blur(12px);
  }

  .header-main .nav > li.ups-stern-mega-menu > .nav-dropdown > li {
    display: inline-block;
    margin: 0;
    padding: 0.35rem;
    vertical-align: top;
    width: 25%;
  }

  .header-main .nav > li.ups-stern-mega-menu > .nav-dropdown > li > a {
    align-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(17, 17, 17, 0.07);
    border-bottom: 0;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.05);
    color: #181512;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    min-height: 56px;
    padding: 0.9rem 1rem;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    white-space: normal;
  }

  .header-main .nav > li.ups-stern-mega-menu > .nav-dropdown > li > a::after {
    color: rgba(17, 17, 17, 0.35);
    content: "\2197";
    font-size: 12px;
    font-weight: 700;
    margin-left: auto;
    padding-left: 0.8rem;
  }

  .header-main .nav > li.ups-stern-mega-menu > .nav-dropdown > li > a:hover {
    background: #ffffff;
    border-color: rgba(183, 134, 74, 0.38);
    box-shadow: 0 18px 38px rgba(17, 17, 17, 0.1);
    color: #111111;
    transform: translateY(-2px);
  }

  .header-main .nav > li.ups-stern-mega-menu > .nav-dropdown > li.current-menu-item > a,
  .header-main .nav > li.ups-stern-mega-menu > .nav-dropdown > li.current_page_item > a {
    background: linear-gradient(135deg, #111111 0%, #2a241e 100%);
    border-color: #111111;
    color: #ffffff;
  }

  .header-main .nav > li.ups-stern-mega-menu > .nav-dropdown > li.current-menu-item > a::after,
  .header-main .nav > li.ups-stern-mega-menu > .nav-dropdown > li.current_page_item > a::after {
    color: rgba(255, 255, 255, 0.72);
  }
}

.header-main .nav-line-bottom > li > a:before,
.header-main .nav-line-grow > li > a:before,
.header-main .nav-line > li > a:before {
  background-color: var(--ups-accent);
}

.header-main .header-button,
.header-main .icon-search,
.header-main .icon-user,
.header-main .icon-shopping-bag,
.header-main .icon-shopping-cart {
  color: #ffffff;
}

.header-main .header-cart-link,
.header-main .account-link,
.header-main .nav-top-link.nav-top-not-logged-in {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  min-width: 42px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.header-main .header-cart-link {
  background: #e42424;
  border-color: #e42424;
  box-shadow: 0 10px 24px rgba(228, 36, 36, 0.28);
  padding: 0 0.95rem;
}

.header-main .header-cart-link:hover,
.header-main .header-cart-link:focus {
  background: #f03a3a;
  border-color: #f03a3a;
  transform: translateY(-1px);
}

.header-main .header-cart-link .icon-shopping-bag,
.header-main .header-cart-link .icon-shopping-cart {
  font-size: 1.15rem;
}

.header-main .header-cart-link .header-cart-title,
.header-main .header-cart-link .cart-price {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.header-main .cart-icon strong {
  background: #ffffff;
  border: 2px solid #e42424;
  color: #111111;
  font-size: 11px;
  font-weight: 800;
  height: 22px;
  line-height: 18px;
  min-width: 22px;
  top: -8px;
}

.header-main .cart-icon strong:after {
  border-color: #ffffff;
}

.header:not(.has-sticky) .header-nav-main.nav > li > a:hover,
.header .nav > li.active > a,
.header .nav > li.current-menu-item > a,
.header .nav > li.current_page_item > a {
  color: var(--ups-accent);
}

@media only screen and (min-width: 64.01em) {
  .header .header-nav-main > li.active > a,
  .header .header-nav-main > li.current-menu-item > a,
  .header .header-nav-main > li.current_page_item > a {
    color: #ffffff;
  }
}

.ups-header-strip {
  align-items: center;
  color: #f8f5ef;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  width: 100%;
}

.ups-header-strip__item {
  align-items: center;
  display: flex;
  gap: 0.55rem;
}

.ups-header-strip__item strong {
  color: var(--ups-accent);
  font-size: 11px;
}

.ups-header-strip__item a,
.ups-header-strip__item span {
  color: #f8f5ef;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.ups-header-strip__message {
  color: #f8f5ef;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.ups-mobile-help {
  color: var(--ups-ink);
  font-size: 13px;
}

.ups-mobile-help a {
  color: var(--ups-accent);
  text-decoration: none;
}

.mobile-sidebar-levels-2 .nav-sidebar.nav-vertical > li > a,
.nav-sidebar.nav-vertical > li > a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
}

.footer-wrapper {
  background: var(--ups-footer);
  color: #f5f1ea;
  margin-top: 0;
  padding-top: 0;
}

.footer-wrapper .footer,
.footer-wrapper .absolute-footer {
  background: transparent;
  margin-top: 0;
  padding-top: 0;
}

.footer-wrapper .absolute-footer {
  display: none;
}

.ups-footer {
  padding: 0;
}

.ups-footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ups-footer__col h3 {
  color: var(--ups-paper);
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.ups-footer__eyebrow {
  color: var(--ups-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.ups-footer__col p,
.ups-footer__links a,
.ups-footer__col a {
  color: #f5f1ea;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
}

.ups-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ups-footer__links li + li {
  margin-top: 0.35rem;
}

.ups-footer__col a:hover,
.ups-footer__links a:hover {
  color: var(--ups-accent);
}

.ups-footer__bottom {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 3px 3px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 0;
  padding: 1rem 20px;
}

.ups-footer__payments {
  display: flex;
  justify-content: center;
  order: -1;
  width: 100%;
}

.ups-footer__copyright {
  color: rgba(245, 241, 234, 0.7);
  font-size: 12px;
  margin: 0;
}

.ups-footer__legal {
  display: flex;
  flex: 1 1 32rem;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  margin-left: auto;
  padding: 0 0 0 20px;
}

.ups-footer__legal a {
  color: rgba(245, 241, 234, 0.88);
  font-size: 12px;
  text-decoration: none;
}

.ups-footer__legal a:hover {
  color: var(--ups-accent);
}

.ups-footer__payments {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.ups-payment-badge {
  align-items: center;
  background: #fff;
  border-radius: 3px;
  color: #111;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 32px;
  padding: 6px 12px;
  white-space: nowrap;
}

.ups-payment-badge__mark,
.ups-payment-badge .ups-payment-logo {
  align-items: center;
  border-radius: 3px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-height: 18px;
  min-width: 18px;
}

.ups-payment-badge .ups-payment-logo {
  gap: 6px;
}

.ups-payment-badge .ups-payment-logo svg {
  display: block;
  height: 16px;
  width: 16px;
}

.ups-payment-badge .ups-payment-logo__text {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.ups-payment-badge .ups-payment-logo__coins {
  display: inline-flex;
  gap: 3px;
}

.ups-payment-badge .ups-payment-logo__coins span {
  background: rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 3px 5px;
}

.ups-payment-badge__mark--svg {
  background: transparent;
  min-width: 20px;
}

.ups-payment-badge__mark--svg::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
}

.ups-payment-badge--apple-pay .ups-payment-badge__mark,
.ups-payment-badge--apple-pay .ups-payment-badge__label {
  color: #111;
}

.ups-payment-badge--apple-pay .ups-payment-badge__mark--svg::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23111' d='M16.365 12.59c-.02-2.12 1.73-3.14 1.81-3.19-.99-1.45-2.53-1.65-3.08-1.67-1.31-.13-2.56.77-3.23.77-.67 0-1.69-.75-2.78-.73-1.43.02-2.75.83-3.48 2.1-1.49 2.58-.38 6.38 1.06 8.45.7 1.01 1.54 2.14 2.63 2.1 1.05-.04 1.45-.68 2.72-.68 1.27 0 1.63.68 2.74.66 1.13-.02 1.84-1.02 2.54-2.03.81-1.18 1.14-2.32 1.16-2.38-.02-.01-2.2-.84-2.22-3.4zm-2.2-6.33c.59-.71 1-1.7.89-2.69-.86.04-1.89.57-2.51 1.28-.56.64-1.05 1.65-.92 2.61.95.07 1.95-.48 2.54-1.2z'/%3E%3C/svg%3E");
  height: 15px;
  width: 15px;
}

.ups-payment-badge--bitcoin .ups-payment-badge__mark {
  background: rgba(247, 147, 26, 0.12);
  color: #f7931a;
  font-size: 15px;
}

.ups-payment-badge--bank-wire .ups-payment-badge__mark {
  background: rgba(183, 134, 74, 0.14);
  color: #8e6331;
  font-size: 11px;
}

.ups-payment-badge--bank-wire .ups-payment-badge__label {
  color: #6f5130;
}

.ups-payment-badge--crypto .ups-payment-badge__mark {
  background: rgba(17, 17, 17, 0.08);
  color: #111111;
  font-size: 14px;
}

.ups-payment-badge--crypto .ups-payment-badge__label {
  color: #111111;
}

.ups-payment-badge--google-pay .ups-payment-badge__mark {
  font-size: 15px;
}

.ups-gpay-g {
  background: linear-gradient(135deg, #4285f4 0 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

.ups-payment-badge--google-pay .ups-payment-badge__label {
  color: #5f6368;
}

.ups-payment-badge__mark--mastercard {
  gap: 0;
  width: 24px;
}

.ups-payment-badge__mark--mastercard span {
  border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px;
}

.ups-payment-badge__mark--mastercard span:first-child {
  background: #eb001b;
  margin-right: -3px;
}

.ups-payment-badge__mark--mastercard span:last-child {
  background: #f79e1b;
  opacity: 0.9;
}

.ups-payment-badge--mastercard .ups-payment-badge__label {
  color: #111;
}

.ups-payment-badge--visa .ups-payment-badge__mark {
  background: rgba(26, 31, 113, 0.1);
  color: #1a1f71;
  font-style: italic;
}

.ups-payment-badge--visa .ups-payment-badge__label {
  color: #1a1f71;
  letter-spacing: 0.08em;
}

.ups-payment-badge--paypal .ups-payment-badge__label {
  color: #003087;
}

.ups-payment-badge--paypal .ups-payment-badge__mark--svg::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23003087' d='M9.3 5.1h5.16c1.78 0 3.03.37 3.73 1.1.56.59.8 1.43.68 2.43-.24 2.12-1.7 3.28-4.12 3.28h-1.2c-.29 0-.54.21-.58.5l-.62 3.9h-2.5l.32-2.03.99-6.27c.05-.29.29-.5.58-.5h.8c1.92 0 2.97.78 2.78 2.09-.16 1.07-1.03 1.61-2.58 1.61h-.7l-.21 1.32h1.01c2.74 0 4.63-1.32 4.97-4.2.14-1.18-.12-2.13-.78-2.83-.8-.83-2.15-1.2-4.38-1.2H9.86l-.56 3.58z'/%3E%3Cpath fill='%23009cde' d='M8.44 16.32H5.92l1.84-11.7c.05-.29.29-.5.58-.5h4.86c1.8 0 3.06.38 3.77 1.14.33.36.55.77.67 1.26-.22-.03-.45-.04-.7-.04h-5.16c-.29 0-.53.21-.58.5l-.99 6.27-.32 2.03z'/%3E%3C/svg%3E");
  height: 17px;
  width: 17px;
}

.ups-payment-badge--chime .ups-payment-badge__mark {
  background: rgba(0, 166, 126, 0.1);
  color: #00a67e;
}

.ups-payment-badge--chime .ups-payment-badge__label {
  color: #00a67e;
}

.ups-payment-badge--zelle .ups-payment-badge__mark {
  background: rgba(109, 30, 212, 0.1);
  color: #6d1ed4;
}

.ups-payment-badge--zelle .ups-payment-badge__label {
  color: #6d1ed4;
}

.ups-payment-badge--venmo .ups-payment-badge__mark {
  background: rgba(0, 140, 255, 0.1);
  color: #008cff;
}

.ups-payment-badge--venmo .ups-payment-badge__label {
  color: #008cff;
}

.ups-payment-badge--cash-app .ups-payment-badge__mark {
  background: rgba(0, 213, 75, 0.1);
  color: #00d54b;
}

.ups-payment-badge--cash-app .ups-payment-badge__label {
  color: #00d54b;
}

.back-to-top,
.back-to-top.button,
a.back-to-top {
  background: #fff;
  border-color: #fff;
  color: #111;
}

.back-to-top i,
.back-to-top .icon-angle-up {
  color: #111;
}

.ups-footer__meta {
  color: rgba(245, 241, 234, 0.7);
  font-size: 12px;
  margin: 0;
  max-width: 40rem;
}

.ups-collection-hero {
  background: linear-gradient(180deg, #f7f3ed 0%, #ffffff 100%);
  border-bottom: 1px solid var(--ups-line);
  padding: 2rem 0 1.5rem;
}

.ups-collection-breadcrumbs {
  margin-bottom: 0.9rem;
}

.ups-collection-breadcrumbs .woocommerce-breadcrumb,
.ups-collection-breadcrumbs a,
.ups-breadcrumb-divider {
  color: var(--ups-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ups-breadcrumb-divider {
  margin: 0 0.45rem;
}

.ups-collection-hero__content {
  max-width: 44rem;
}

.ups-collection-hero__eyebrow {
  color: var(--ups-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.ups-collection-hero__title {
  color: var(--ups-ink);
  font-size: clamp(2rem, 4vw, 3.7rem);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.ups-collection-hero__copy,
.ups-collection-hero__count {
  color: var(--ups-muted);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0.35rem;
}

.ups-collection-hero__count {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ups-collection-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.ups-collection-nav__link {
  border: 1px solid var(--ups-line);
  border-radius: 999px;
  color: var(--ups-ink);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.75rem 1rem;
  text-decoration: none;
  text-transform: none;
  transition: all 0.2s ease;
}

.ups-collection-nav__link:hover,
.ups-collection-nav__link.is-active {
  background: var(--ups-ink);
  border-color: var(--ups-ink);
  color: #fff;
}

.ups-collection-archive .shop-page-title.category-page-title {
  display: none;
}

.ups-collection-archive .category-page-row {
  padding-top: 2rem;
}

.ups-collection-archive .woocommerce-notices-wrapper:empty {
  display: none;
}

.ups-collection-toolbar {
  align-items: center;
  border-bottom: 1px solid #ece6db;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.ups-collection-archive .woocommerce-result-count,
.ups-collection-archive .woocommerce-ordering {
  margin: 0;
}

.ups-collection-archive .woocommerce-result-count {
  color: var(--ups-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ups-collection-archive .orderby {
  background: #fff;
  border: 1px solid var(--ups-line);
  border-radius: 999px;
  color: var(--ups-ink);
  font-size: 12px;
  min-width: 13rem;
  padding: 0 1rem;
}

.ups-collection-archive ul.products {
  row-gap: 2rem;
}

.ups-archive-card {
  background: #fff;
  border: 1px solid #ece6db;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ups-archive-card:hover {
  box-shadow: 0 22px 44px rgba(17, 17, 17, 0.08);
  transform: translateY(-4px);
}

.ups-archive-card__media {
  background: linear-gradient(180deg, #fff 0%, #f4efe7 100%);
  overflow: hidden;
  position: relative;
}

.ups-archive-card__image-link {
  align-items: center;
  aspect-ratio: 4 / 4.4;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.ups-archive-card__image-link img {
  height: 100%;
  max-height: none;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.25s ease;
  width: 100%;
}

.ups-archive-card:hover .ups-archive-card__image-link img {
  transform: scale(1.03);
}

.ups-archive-card__badges {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  left: 0;
  padding: 1rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ups-archive-card__badge,
.ups-archive-card__stock {
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.45rem 0.65rem;
  text-transform: none;
}

.ups-archive-card__badge {
  background: rgba(183, 134, 74, 0.12);
  color: #8e6331;
}

.ups-archive-card__stock {
  background: rgba(35, 128, 76, 0.1);
  color: #1f6f42;
}

.ups-archive-card__stock.is-out {
  background: rgba(147, 31, 31, 0.08);
  color: #8c1b1b;
}

.ups-archive-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  padding: 1.2rem;
}

.ups-archive-card__title {
  font-size: 17px;
  line-height: 1.35;
  margin: 0;
}

.ups-archive-card__title a {
  color: var(--ups-ink);
  text-decoration: none;
}

.ups-archive-card__price {
  color: var(--ups-ink);
  font-size: 17px;
  font-weight: 700;
}

.ups-archive-card__price .amount {
  color: var(--ups-ink);
}

.ups-archive-card__actions {
  margin-top: auto;
  padding-top: 0.4rem;
}

.ups-archive-card__actions .button {
  background: var(--ups-ink);
  border-color: var(--ups-ink);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  min-height: 0;
  padding: 0.95rem 1rem;
  text-transform: none;
  width: 100%;
}

.ups-archive-card__actions .button:hover {
  background: var(--ups-accent);
  border-color: var(--ups-accent);
  color: #fff;
}

.ups-collection-archive .woocommerce-pagination {
  margin-top: 2rem;
}

.ups-collection-archive .woocommerce-pagination .page-number {
  border: 1px solid var(--ups-line);
}

.ups-gallery-page {
  padding: 3rem 0 1rem;
}

.ups-gallery-page__hero {
  margin: 0 auto 2.5rem;
  max-width: 52rem;
  text-align: center;
}

.ups-gallery-page__eyebrow {
  color: var(--ups-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.ups-gallery-page__hero h1 {
  color: var(--ups-ink);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.ups-gallery-page__hero p:last-child {
  color: var(--ups-muted);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.ups-gallery-page__grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ups-gallery-card {
  background: #fff;
  border: 1px solid #ece6db;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.05);
  overflow: hidden;
}

.ups-gallery-card__media {
  background: #f4efe7;
}

.ups-gallery-card__media img {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ups-gallery-card__body {
  padding: 1.35rem 1.35rem 1.5rem;
}

.ups-gallery-card__body h3 {
  color: var(--ups-ink);
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}

.ups-gallery-card__body p {
  color: var(--ups-muted);
  line-height: 1.7;
  margin: 0;
}

.ups-about-page {
  padding: 3rem 0 1rem;
}

.ups-about-page__hero {
  align-items: stretch;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  margin-bottom: 2.5rem;
}

.ups-about-page__hero-media {
  background: #f4efe7;
  border: 1px solid #ece6db;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.05);
  overflow: hidden;
}

.ups-about-page__hero-media img {
  display: block;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

.ups-about-page__hero-content {
  align-content: center;
  display: grid;
}

.ups-about-page__eyebrow {
  color: var(--ups-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.ups-about-page__hero h1 {
  color: var(--ups-ink);
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 0.98;
  margin: 0;
  text-transform: uppercase;
}

.ups-about-page__copy p {
  color: var(--ups-muted);
  line-height: 1.85;
  margin-bottom: 1rem;
}

.ups-about-page__copy p:last-child {
  margin-bottom: 0;
}

.ups-about-page__grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ups-about-card {
  background: #fff;
  border: 1px solid #ece6db;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.05);
  overflow: hidden;
}

.ups-about-card__media {
  background: #f4efe7;
}

.ups-about-card__media img {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ups-about-card__body {
  padding: 1.35rem 1.35rem 1.5rem;
}

.ups-about-card__body h3 {
  color: var(--ups-ink);
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}

.ups-about-card__body p {
  color: var(--ups-muted);
  line-height: 1.7;
  margin: 0;
}

.ups-home-page {
  background:
    radial-gradient(circle at top right, rgba(252, 228, 119, 0.24), transparent 28%),
    linear-gradient(180deg, #f8f4ee 0%, #fff 18%, #fff 100%);
  padding-bottom: 0;
}

.home .page-wrapper,
.home .row-main,
.home .row-main > .col,
.home .row-main > .col > .col-inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.home .page-wrapper {
  margin-bottom: 0;
  padding-top: 0;
}

.ups-home-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
}

.ups-home-section__eyebrow {
  color: var(--ups-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.ups-home-hero-slider {
  background: #111;
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ups-home-hero-slide {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease;
}

.ups-home-hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.ups-home-hero-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ups-home-hero-slide__overlay {
  align-items: flex-end;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.4) 38%, rgba(0, 0, 0, 0.08) 72%, rgba(0, 0, 0, 0.05) 100%);
  display: flex;
  inset: 0;
  position: absolute;
  z-index: 2;
}

.ups-home-hero-slide__content {
  color: #ffffff;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.ups-home-hero-slide__eyebrow {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.ups-home-hero-slide__title {
  color: #ffffff;
  font-size: clamp(2.4rem, 4.8vw, 5rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 0.95;
  margin: 0;
  max-width: 8ch;
  text-transform: uppercase;
}

.ups-home-hero-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.ups-home-hero-slide__button {
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0.85rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ups-home-hero-slide__button:hover,
.ups-home-hero-slide__button:focus {
  transform: translateY(-1px);
}

.ups-home-hero-slide__button--primary {
  background: var(--ups-accent);
  border: 1px solid var(--ups-accent);
  color: #ffffff;
}

.ups-home-hero-slide__button--primary:hover,
.ups-home-hero-slide__button--primary:focus {
  background: #f03a3a;
  border-color: #f03a3a;
  color: #ffffff;
}

.ups-home-hero-slide__button--secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.ups-home-hero-slide__button--secondary:hover,
.ups-home-hero-slide__button--secondary:focus {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.62);
  color: #ffffff;
}

.ups-home-section {
  padding: 0.65rem 0 2.25rem;
}

.ups-home-section .container {
  max-width: 1440px;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.ups-home-section__head {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.ups-home-section__head h2 {
  color: var(--ups-ink);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.ups-home-section__link {
  color: var(--ups-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ups-home-section__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ups-home-section .ups-archive-card {
  height: auto;
}

.ups-home-section .ups-archive-card__body {
  height: auto;
}

.ups-home-section .ups-archive-card__actions {
  margin-top: 0;
}

.ups-home-reviews {
  background: #121212;
  padding: 2.5rem 0 0;
}

.ups-home-reviews .container {
  max-width: 1440px;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.ups-home-reviews__head {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.ups-home-reviews__head h2 {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: none;
}

.ups-home-reviews__summary {
  align-items: baseline;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  gap: 0.5rem;
}

.ups-home-reviews__summary strong {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.ups-home-reviews__viewport {
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 0;
  width: 100%;
}

.ups-home-reviews__track {
  display: flex;
  gap: 1.1rem;
  transition: transform 0.45s ease;
}

.ups-review-card {
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  display: flex;
  flex: 0 0 calc((100% - 2.2rem) / 3);
  flex-direction: column;
  gap: 0.9rem;
  min-height: 100%;
  padding: 1.1rem;
}

.ups-review-card__top {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.ups-review-card__author {
  align-items: center;
  display: flex;
  gap: 0.8rem;
}

.ups-review-card__avatar {
  border-radius: 50%;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.ups-review-card__author h3 {
  color: var(--ups-ink);
  font-size: 15px;
  margin: 0 0 0.15rem;
}

.ups-review-card__author p {
  color: var(--ups-muted);
  font-size: 12px;
  margin: 0;
}

.ups-review-card__rating {
  color: var(--ups-accent);
  flex-shrink: 0;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.ups-review-card__text {
  color: var(--ups-muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.ups-review-card__photos {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ups-review-card__photos img {
  aspect-ratio: 1 / 1;
  border-radius: 3px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ups-review-card__link {
  color: var(--ups-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: auto;
  text-transform: none;
}

.ups-payment-options-page {
  background: linear-gradient(180deg, #f8f4ee 0%, #ffffff 24%, #ffffff 100%);
  padding: 3rem 0 2rem;
}

.ups-payment-options-page__hero {
  margin: 0 auto 2rem;
  max-width: 54rem;
  text-align: center;
}

.ups-payment-options-page__eyebrow {
  color: var(--ups-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.ups-payment-options-page__hero h1 {
  color: var(--ups-ink);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.ups-payment-options-page__hero p:last-child {
  color: var(--ups-muted);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.ups-payment-options-page__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

.ups-payment-options-card {
  background: #fff;
  border: 1px solid #ece6db;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.05);
  padding: 1.5rem;
}

.ups-payment-options-card--crypto {
  scroll-margin-top: 130px;
}

.ups-payment-options-card__icon {
  margin-bottom: 1rem;
}

.ups-payment-options-card h2 {
  color: var(--ups-ink);
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.ups-payment-options-card p,
.ups-payment-options-card li {
  color: var(--ups-muted);
  line-height: 1.75;
}

.ups-payment-options-card__copy {
  border-top: 1px solid #ece6db;
  margin-top: 1rem;
  padding-top: 1rem;
}

.ups-payment-options-card__copy h3 {
  color: var(--ups-ink);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.ups-payment-options-card__copy ol {
  margin: 0 0 1rem 1.15rem;
}

.ups-payment-options-card__bonus {
  background: rgba(183, 134, 74, 0.12);
  border-radius: 14px;
  color: #7c562b !important;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
}

@media only screen and (max-width: 64em) {
  .header-main .nav > li > a {
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .ups-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ups-collection-archive ul.products {
    row-gap: 1.4rem;
  }

  .ups-gallery-page__grid {
    gap: 1.25rem;
  }

  .ups-about-page__hero {
    grid-template-columns: 1fr;
  }

  .ups-about-page__grid {
    gap: 1.25rem;
  }

  .ups-home-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ups-payment-options-page__grid {
    grid-template-columns: 1fr;
  }

  .ups-review-card {
    flex-basis: calc((100% - 1.1rem) / 2);
  }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  .mobile-nav .nav-icon,
  .mobile-nav .icon-menu,
  .mobile-nav .icon-navicon,
  .mobile-nav .menu-item a {
    color: #fff;
  }

  .mobile-nav .nav-icon {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 3px;
    display: inline-flex;
    font-size: 22px;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
  }

  .mobile-nav .icon-menu,
  .mobile-nav .icon-navicon {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }

  .ups-header-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.4rem;
  }

  .ups-footer {
    padding-top: 1rem;
  }

  .ups-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ups-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ups-footer__legal {
    justify-content: flex-start;
  }

  .ups-collection-hero {
    padding-top: 1.4rem;
  }

  .ups-collection-hero__title {
    font-size: 2rem;
  }

  .ups-collection-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .ups-collection-nav {
    gap: 0.55rem;
  }

  .ups-collection-nav__link {
    font-size: 10px;
    padding: 0.65rem 0.85rem;
  }

  .ups-gallery-page {
    padding-top: 2rem;
  }

  .ups-gallery-page__grid {
    grid-template-columns: 1fr;
  }

  .ups-about-page {
    padding-top: 2rem;
  }

  .ups-about-page__grid {
    grid-template-columns: 1fr;
  }

  .ups-home-hero {
    padding-top: 0;
  }

  .ups-home-section .container,
  .ups-home-reviews .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ups-home-hero-slider {
    height: 320px;
  }

  .ups-home-hero-slide__content {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ups-home-hero-slide__title {
    font-size: clamp(1.9rem, 8vw, 3rem);
    max-width: 10ch;
  }

  .ups-home-hero-slide__actions {
    gap: 0.7rem;
    margin-top: 1.1rem;
  }

  .ups-home-hero-slide__button {
    font-size: 11px;
    min-height: 42px;
    padding: 0.75rem 1.1rem;
  }

  .ups-home-section__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ups-home-section__grid {
    grid-template-columns: 1fr;
  }

  .ups-home-reviews__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ups-review-card {
    flex-basis: 100%;
  }

  .ups-payment-options-page {
    padding-top: 2rem;
  }

}
