.elementor-42 .elementor-element.elementor-element-2e0ce13{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-eeff845 */:root {
  --sp-font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --sp-ink: #17212f;
  --sp-muted: #5d6878;
  --sp-line: #e5ebf2;
  --sp-surface: #ffffff;
  --sp-soft: #f7f9fc;
  --sp-green: #16a05d;
  --sp-green-dark: #0d7145;
  --sp-yellow: #f3b43f;
  --sp-coral: #e8584f;
  --sp-blue: #286ef0;
  --sp-footer: #101827;
  --sp-shadow: 0 18px 45px rgba(18, 32, 51, 0.12);
  --sp-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--sp-soft);
  color: var(--sp-ink);
  font-family: var(--sp-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

button,
input,
select,
textarea {
  font-family: var(--sp-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.sp-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.sp-main {
  flex: 1 0 auto;
}

.sp-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.sp-section {
  padding: 78px 0;
}

.sp-main {
  background: var(--sp-soft);
}

.sp-menu-toggle {
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.sp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #111a21;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 26, 33, 0.18);
}

.sp-header a,
.sp-header a:hover,
.sp-header a:focus,
.sp-header a:active,
.sp-category-drawer a,
.sp-category-drawer a:hover,
.sp-category-drawer a:focus,
.sp-category-drawer a:active {
  text-decoration: none !important;
  box-shadow: none !important;
}

.sp-header,
.sp-header *,
.sp-category-drawer,
.sp-category-drawer * {
  text-underline-offset: initial !important;
}

.sp-header-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sp-header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 12px;
}

.sp-brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.sp-brand-mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: #000000;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
}

.sp-brand strong,
.sp-brand small {
  display: block;
  line-height: 1.15;
}

.sp-brand strong {
  font-size: 1.24rem;
  font-weight: 900;
}

.sp-brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
}

.sp-search-form {
  flex: 1;
  max-width: 760px;
  display: flex;
  overflow: hidden;
  border: 1px solid #d6dde7;
  border-radius: 16px;
  background: #f3f6f9;
}

.sp-search-form:focus-within {
  box-shadow: 0 0 0 3px rgba(245, 183, 49, 0.28);
}

.sp-search-form select,
.sp-search-form input,
.sp-search-form button {
  min-height: 46px;
  border: 0;
  font: inherit;
}

.sp-search-form select {
  width: 142px;
  border-right: 1px solid #cbd5e1;
  background: #f3f6f9;
  color: #5d6878;
  padding: 0 12px;
  outline: 0;
}

.sp-search-form input[type="search"] {
  min-width: 0;
  flex: 1;
  background: transparent;
  color: #111a21;
  padding: 0 18px;
  outline: 0;
}

.sp-search-form button,
.sp-footer-form button {
  background: #f5b731;
  color: #ffffff;
  padding: 0 22px;
  font-weight: 900;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.sp-search-form button:hover,
.sp-footer-form button:hover {
  background: #000000;
  color: #f5b731;
}

.sp-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: max-content;
}

.sp-header-link {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.1;
  transition: color 180ms ease;
}

.sp-header-link:hover {
  color: #f5b731;
}

.sp-header-link small {
  font-size: 0.72rem;
}

.sp-header-link strong {
  color: inherit;
  font-size: 0.86rem;
}

.sp-cart-link {
  position: relative;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #f5b731;
  color: #ffffff;
  padding: 9px 15px;
  font-weight: 900;
  transition: background-color 180ms ease, color 180ms ease;
}

.sp-cart-link:hover {
  background: #000000;
  color: #ffffff;
}

.sp-cart-link b {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #ef4444;
  color: #ffffff;
  font-size: 0.72rem;
}

.sp-nav-bar {
  background: #20313d;
}

.sp-nav {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sp-nav::-webkit-scrollbar {
  display: none;
}

.sp-nav a,
.sp-category-trigger,
.sp-shop-menu > a,
.sp-shop-menu button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font: inherit;
  transition: color 180ms ease;
}

.sp-nav a:hover,
.sp-category-trigger:hover,
.sp-shop-menu:hover > a,
.sp-shop-menu:hover button,
.sp-shop-menu > a:focus,
.sp-shop-menu button:focus {
  color: #f5b731;
}

.sp-category-trigger,
.sp-shop-menu > a,
.sp-shop-menu button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sp-shop-menu {
  position: relative;
}

.sp-shop-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 260px;
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(17, 26, 33, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  z-index: 80;
}

.sp-shop-page-hero {
  background: #111a21;
  color: #ffffff;
  padding: 42px 0;
}

.sp-shop-page-hero p {
  margin: 0;
  color: #f5b731;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sp-shop-page-hero h1 {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.sp-shop-page-hero span {
  display: block;
  max-width: 760px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.sp-shop-page-section {
  padding: 54px 0 76px;
}

.sp-shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.sp-shop-filters a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--sp-line);
  border-radius: 12px;
  background: #ffffff;
  color: #111a21;
  font-size: 0.88rem;
  font-weight: 900;
  padding: 0 16px;
}

.sp-shop-filters a:first-child,
.sp-shop-filters a:hover {
  border-color: #111a21;
  background: #111a21;
  color: #ffffff;
}

.sp-shop-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.sp-shop-product-card {
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--sp-shadow);
}

.sp-shop-product-media {
  height: 160px;
  display: grid;
  place-items: center;
  background: #111a21;
  color: #f5b731;
  font-size: 1.45rem;
  font-weight: 900;
}

.sp-shop-product-body {
  padding: 20px;
}

.sp-shop-product-body p {
  margin: 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sp-shop-product-body h2 {
  min-height: 54px;
  margin: 8px 0 0;
  color: #111a21;
  font-size: 1.05rem;
  line-height: 1.3;
}

.sp-shop-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
}

.sp-shop-product-meta strong {
  color: #111a21;
}

.sp-shop-product-meta span {
  display: block;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
}

.sp-shop-product-meta a {
  border-radius: 12px;
  background: #f5b731;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 900;
  padding: 9px 14px;
}

.sp-shop-product-meta a:hover {
  background: #000000;
  color: #ffffff;
}

.sp-shop-menu:hover .sp-shop-dropdown,
.sp-shop-menu:focus-within .sp-shop-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sp-shop-dropdown h2 {
  margin: 0;
  border-bottom: 1px solid var(--sp-line);
  color: #111a21;
  font-size: 0.9rem;
  padding: 14px 18px;
}

.sp-shop-dropdown a {
  display: block;
  color: #475569;
  font-weight: 700;
  padding: 11px 18px;
}

.sp-shop-dropdown a:hover {
  background: #f8fafc;
  color: #f5b731;
}

.sp-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.sp-category-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: min(90vw, 390px);
  height: 100vh;
  overflow-y: auto;
  background: #ffffff;
  color: #111a21;
  box-shadow: 28px 0 65px rgba(17, 26, 33, 0.24);
  transform: translateX(-102%);
  transition: transform 260ms cubic-bezier(0.2, 0, 0, 1);
}

.sp-menu-toggle:checked ~ .sp-drawer-overlay {
  opacity: 1;
  visibility: visible;
}

.sp-menu-toggle:checked ~ .sp-category-drawer {
  transform: translateX(0);
}

.sp-drawer-head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #111a21;
  color: #ffffff;
  padding: 22px 24px;
}

.sp-drawer-head p,
.sp-drawer-head h2 {
  margin: 0;
}

.sp-drawer-head p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.sp-drawer-head h2 {
  color: #ffffff;
  font-size: 1.35rem;
}

.sp-drawer-close {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease;
}

.sp-drawer-close:hover {
  background: #f5b731;
  color: #111a21;
}

.sp-drawer-label {
  margin: 0;
  border-bottom: 1px solid var(--sp-line);
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 13px 24px;
  text-transform: uppercase;
}

.sp-drawer-category {
  border-bottom: 1px solid var(--sp-line);
}

.sp-drawer-category summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111a21;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  padding: 16px 24px;
}

.sp-drawer-category summary::-webkit-details-marker {
  display: none;
}

.sp-drawer-category summary::after {
  content: ">";
  transition: transform 180ms ease;
}

.sp-drawer-category[open] summary {
  background: #f8fafc;
  color: #f5b731;
}

.sp-drawer-category[open] summary::after {
  transform: rotate(90deg);
}

.sp-drawer-category a {
  display: block;
  color: #64748b;
  padding: 5px 32px 10px;
  font-size: 0.92rem;
  font-weight: 700;
}

.sp-drawer-category a:hover {
  color: #f5b731;
}

.sp-drawer-cta {
  padding: 22px 24px;
}

.sp-drawer-cta a {
  display: block;
  border-radius: 16px;
  background: #f5b731;
  color: #ffffff;
  font-weight: 900;
  padding: 13px 18px;
  text-align: center;
}

.sp-drawer-cta a:hover {
  background: #111a21;
}

.sp-kicker {
  margin: 0 0 10px;
  color: var(--sp-green);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sp-section-heading {
  margin-bottom: 30px;
}

.sp-section-heading h2,
.sp-app-copy h2,
.sp-newsletter h2 {
  margin: 0;
  color: var(--sp-ink);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.12;
}

.sp-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.sp-btn,
.sp-store-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: var(--sp-radius);
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.sp-btn:hover,
.sp-store-btn:hover,
.sp-category-card:hover,
.sp-product-card:hover {
  transform: translateY(-2px);
}

.sp-btn-primary {
  background: var(--sp-green);
  color: #ffffff;
  padding: 14px 22px;
  box-shadow: 0 12px 24px rgba(22, 160, 93, 0.22);
}

.sp-btn-primary:hover {
  background: var(--sp-green-dark);
}

.sp-btn-light {
  background: rgba(255, 255, 255, 0.94);
  color: var(--sp-ink);
  padding: 14px 22px;
}

.sp-btn-outline {
  width: 100%;
  border: 1px solid var(--sp-line);
  background: #ffffff;
  color: var(--sp-ink);
  padding: 13px 18px;
}

.sp-btn-outline:hover {
  border-color: var(--sp-green);
  color: var(--sp-green);
}

.sp-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(12, 22, 33, 0.86), rgba(12, 22, 33, 0.52) 48%, rgba(12, 22, 33, 0.2)),
    url("https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1800&q=85") center/cover no-repeat;
  color: #ffffff;
}

.sp-hero .sp-container {
  display: flex;
  align-items: center;
}

.sp-hero-content {
  width: min(650px, 100%);
  padding: 90px 0;
}

.sp-hero .sp-kicker {
  color: var(--sp-yellow);
}

.sp-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 8vw, 6.2rem);
  font-weight: 900;
  line-height: 0.96;
}

.sp-hero-copy {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.sp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.sp-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.sp-category-card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  padding: 18px;
  box-shadow: 0 10px 26px rgba(24, 39, 58, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sp-category-card:hover {
  border-color: rgba(22, 160, 93, 0.42);
  box-shadow: var(--sp-shadow);
}

.sp-category-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--sp-radius);
  background: rgba(40, 110, 240, 0.1);
  color: var(--sp-blue);
  font-size: 1.15rem;
}

.sp-category-card:nth-child(2n) .sp-category-icon {
  background: rgba(22, 160, 93, 0.1);
  color: var(--sp-green);
}

.sp-category-card:nth-child(3n) .sp-category-icon {
  background: rgba(232, 88, 79, 0.1);
  color: var(--sp-coral);
}

.sp-category-name {
  color: var(--sp-ink);
  font-size: 1.04rem;
  font-weight: 900;
}

.sp-category-count {
  color: var(--sp-muted);
  font-size: 0.9rem;
}

.sp-featured {
  background: #ffffff;
}

.sp-text-link {
  color: var(--sp-green);
  font-weight: 900;
}

.sp-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.sp-product-card {
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(24, 39, 58, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sp-product-card:hover {
  box-shadow: var(--sp-shadow);
}

.sp-product-media {
  position: relative;
  height: 230px;
  display: block;
  overflow: hidden;
  background: #dce5ef;
}

.sp-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: var(--sp-radius);
  background: var(--sp-yellow);
  color: var(--sp-ink);
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.sp-product-body {
  padding: 18px;
}

.sp-product-category {
  margin: 0 0 5px;
  color: var(--sp-muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sp-product-body h3 {
  min-height: 52px;
  margin: 0;
  color: var(--sp-ink);
  font-size: 1.12rem;
  line-height: 1.25;
}

.sp-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0;
}

.sp-price {
  color: var(--sp-green);
  font-size: 1.24rem;
  font-weight: 900;
}

.sp-rating {
  color: var(--sp-muted);
  font-weight: 800;
}

.sp-rating i {
  color: var(--sp-yellow);
}

.sp-app-section {
  padding: 84px 0;
  background:
    linear-gradient(135deg, rgba(22, 160, 93, 0.12), rgba(40, 110, 240, 0.1)),
    #f4f8fb;
}

.sp-app-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: center;
  gap: 44px;
}

.sp-app-copy p:not(.sp-kicker) {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--sp-muted);
  font-size: 1.06rem;
}

.sp-store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sp-store-btn {
  background: var(--sp-ink);
  color: #ffffff;
  padding: 13px 18px;
}

.sp-store-btn i {
  font-size: 1.25rem;
}

.sp-app-panel {
  display: flex;
  justify-content: center;
}

.sp-phone {
  width: min(290px, 100%);
  min-height: 410px;
  border: 10px solid #17212f;
  border-radius: 34px;
  background:
    linear-gradient(180deg, #ffffff, #eef5f7);
  box-shadow: 0 28px 60px rgba(23, 33, 47, 0.24);
  padding: 26px 20px;
}

.sp-phone-top {
  width: 86px;
  height: 9px;
  margin: 0 auto 34px;
  border-radius: 999px;
  background: #17212f;
}

.sp-phone-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
  background: #ffffff;
  padding: 16px;
  margin-bottom: 14px;
}

.sp-phone-card span {
  color: var(--sp-muted);
  font-weight: 800;
}

.sp-phone-card strong {
  color: var(--sp-ink);
  font-size: 1.2rem;
}

.sp-phone-card-primary {
  background: var(--sp-green);
  border-color: var(--sp-green);
}

.sp-phone-card-primary span,
.sp-phone-card-primary strong {
  color: #ffffff;
}

.sp-phone-dots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.sp-phone-dots span {
  height: 72px;
  border-radius: var(--sp-radius);
  background: rgba(40, 110, 240, 0.12);
}

.sp-phone-dots span:nth-child(2) {
  background: rgba(243, 180, 63, 0.24);
}

.sp-phone-dots span:nth-child(3) {
  background: rgba(232, 88, 79, 0.14);
}

.sp-newsletter {
  padding: 58px 0;
  background: var(--sp-yellow);
}

.sp-newsletter .sp-kicker {
  color: var(--sp-green-dark);
}

.sp-newsletter-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  align-items: center;
  gap: 28px;
}

.sp-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.sp-newsletter-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(23, 33, 47, 0.15);
  border-radius: var(--sp-radius);
  background: #ffffff;
  color: var(--sp-ink);
  font: inherit;
  padding: 0 16px;
}

.sp-newsletter-form input:focus {
  outline: 3px solid rgba(22, 160, 93, 0.22);
  border-color: var(--sp-green);
}

.sp-account-hero {
  background: linear-gradient(90deg, #111a21, #20313d);
  color: #ffffff;
  padding: 58px 0;
}

.sp-account-hero .sp-kicker {
  color: rgba(255, 255, 255, 0.74);
}

.sp-account-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.08;
}

.sp-account-hero p:not(.sp-kicker) {
  max-width: 690px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.06rem;
}

.sp-account-section {
  min-height: 760px;
  padding: 66px 0;
}

.sp-account-intro {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.sp-account-intro h1 {
  margin: 0;
  color: #111a21;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
}

.sp-account-intro p {
  margin: 14px auto 0;
  color: var(--sp-muted);
  font-size: 1.06rem;
}

.sp-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.sp-account-single {
  max-width: 720px;
}

.sp-account-panel {
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--sp-shadow);
}

.sp-account-panel-head {
  background: #111a21;
  color: #ffffff;
  padding: 26px 28px;
}

.sp-account-panel-head h2,
.sp-account-panel-head p {
  margin: 0;
  color: #ffffff;
}

.sp-account-panel-head h2 {
  font-size: 1.6rem;
}

.sp-account-panel-head p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.sp-account-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.sp-account-form label {
  color: #111a21;
  font-size: 0.92rem;
  font-weight: 700;
}

.sp-account-form label span {
  color: #ef4444;
}

.sp-account-form label em {
  color: #8a95a3;
  font-style: normal;
  font-weight: 500;
}

.sp-account-form input:not([type="checkbox"]) {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  color: #111a21;
  font: inherit;
  padding: 0 14px;
}

.sp-account-form input:not([type="checkbox"]):focus {
  outline: 3px solid rgba(245, 183, 49, 0.28);
  border-color: #f5b731;
}

.sp-account-form button {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: #f5b731;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition: background-color 180ms ease;
}

.sp-account-form button:hover {
  background: #000000;
}

.sp-social-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sp-social-divider span {
  height: 1px;
  flex: 1;
  background: #e2e8f0;
}

.sp-google-login {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #ffffff;
  color: #111a21;
  font-size: 0.95rem;
  font-weight: 900;
  text-align: center;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.sp-google-login svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.sp-google-login:hover {
  border-color: #f5b731;
  background: #f8fafc;
  color: #111a21;
}

.sp-account-switch {
  margin: 0;
  color: var(--sp-muted);
  font-size: 0.95rem;
  text-align: center;
}

.sp-account-switch a {
  color: #111a21;
  font-weight: 800;
}

.sp-account-switch a:hover {
  color: #f5b731;
}

.sp-about-hero {
  background: #111a21;
  color: #ffffff;
  padding: 29px 0;
}

.sp-about-hero p {
  margin: 0;
  color: #f5b731;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sp-about-hero h1 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: clamp(1.1rem, 2.5vw, 1.65rem);
  line-height: 1.05;
}

.sp-about-hero span {
  display: block;
  max-width: 760px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.94rem;
  line-height: 1.65;
}

.sp-about-section {
  padding: 58px 0 76px;
}

.sp-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
  align-items: start;
}

.sp-about-content {
  display: grid;
  gap: 24px;
}

.sp-about-card,
.sp-about-thanks,
.sp-about-aside {
  border: 1px solid var(--sp-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--sp-shadow);
}

.sp-about-card h2,
.sp-about-aside h2 {
  margin: 0;
  font-size: 1.55rem;
}

.sp-about-card h2 {
  background: #000000;
  color: #ffffff;
  padding: 20px 24px;
}

.sp-about-aside h2 {
  background: #f5b731;
  color: #111a21;
  padding: 20px 24px;
}

.sp-about-card p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 1rem;
  line-height: 1.72;
  padding: 28px;
}

.sp-about-thanks {
  border-color: rgba(245, 183, 49, 0.35);
  background: rgba(245, 183, 49, 0.1);
  padding: 28px;
}

.sp-about-thanks p {
  margin: 0;
  color: #111a21;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.65;
}

.sp-about-aside {
  position: sticky;
  top: 120px;
  overflow: hidden;
  padding: 0;
}

.sp-about-aside dl {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 24px;
}

.sp-about-aside dl div {
  border-radius: 16px;
  background: #f8fafc;
  padding: 16px;
}

.sp-about-aside dt {
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sp-about-aside dd {
  margin: 6px 0 0;
  color: #111a21;
  font-size: 1.04rem;
  font-weight: 900;
}

.sp-contact-hero {
  background: #111a21;
  color: #ffffff;
  padding: 42px 0;
}

.sp-contact-hero p {
  margin: 0;
  color: #f5b731;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sp-contact-hero h1 {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
}

.sp-contact-hero span {
  display: block;
  max-width: 760px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.sp-contact-section {
  padding: 58px 0 76px;
}

.sp-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: start;
}

.sp-contact-form,
.sp-contact-aside article {
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--sp-shadow);
}

.sp-contact-panel-head,
.sp-contact-aside article h2 {
  background: #111a21;
  color: #ffffff;
  padding: 22px 28px;
}

.sp-contact-panel-head h2,
.sp-contact-panel-head p,
.sp-contact-aside article h2 {
  margin: 0;
  color: #ffffff;
}

.sp-contact-panel-head h2,
.sp-contact-aside article h2 {
  font-size: 1.35rem;
}

.sp-contact-panel-head p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.sp-contact-fields {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.sp-contact-fields label {
  color: #111a21;
  font-size: 0.92rem;
  font-weight: 800;
}

.sp-contact-fields input,
.sp-contact-fields select,
.sp-contact-fields textarea {
  width: 100%;
  display: block;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  color: #111a21;
  font: inherit;
  margin-top: 8px;
  padding: 0 14px;
}

.sp-contact-fields input,
.sp-contact-fields select {
  min-height: 48px;
}

.sp-contact-fields textarea {
  min-height: 150px;
  padding-block: 12px;
  resize: vertical;
}

.sp-contact-fields input:focus,
.sp-contact-fields select:focus,
.sp-contact-fields textarea:focus {
  outline: 3px solid rgba(245, 183, 49, 0.28);
  border-color: #f5b731;
}

.sp-contact-fields button {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: #f5b731;
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
}

.sp-contact-fields button:hover {
  background: #000000;
}

.sp-contact-aside {
  display: grid;
  gap: 20px;
}

.sp-contact-aside article > div,
.sp-contact-hours {
  padding: 24px;
}

.sp-contact-aside strong {
  display: block;
  color: #111a21;
  font-size: 1.08rem;
}

.sp-contact-aside p {
  margin: 10px 0 0;
  color: var(--sp-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.sp-contact-hours {
  border-color: rgba(245, 183, 49, 0.35) !important;
  background: rgba(245, 183, 49, 0.1) !important;
}

.sp-contact-hours h2 {
  margin: 0;
  color: #111a21;
  font-size: 1.35rem;
}

.sp-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sp-form-row a,
.sp-terms a {
  color: #111a21;
  font-weight: 800;
}

.sp-form-row a:hover,
.sp-terms a:hover {
  color: #f5b731;
}

.sp-check-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--sp-muted);
}

.sp-check-label input {
  width: 16px;
  height: 16px;
}

.sp-terms {
  align-items: flex-start;
  line-height: 1.45;
}

.sp-two-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sp-forgot-hero {
  background: linear-gradient(90deg, #111a21, #20313d);
  color: #ffffff;
  padding: 58px 0;
}

.sp-forgot-hero p,
.sp-forgot-hero h1,
.sp-forgot-hero span {
  color: #ffffff;
}

.sp-forgot-hero p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.sp-forgot-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.08;
}

.sp-forgot-hero span {
  display: block;
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.06rem;
}

.sp-forgot-section {
  min-height: 760px;
  padding: 66px 0;
}

.sp-forgot-panel {
  max-width: 720px;
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--sp-shadow);
  margin: 0 auto;
}

.sp-forgot-panel-head {
  background: #111a21;
  color: #ffffff;
  padding: 26px 28px;
}

.sp-forgot-panel-head h2,
.sp-forgot-panel-head p {
  margin: 0;
  color: #ffffff;
}

.sp-forgot-panel-head h2 {
  font-size: 1.6rem;
}

.sp-forgot-panel-head p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.sp-woo-note {
  border: 1px solid var(--sp-line);
  border-radius: 16px;
  background: var(--sp-soft);
  color: var(--sp-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  padding: 16px;
}

.sp-woo-note strong {
  color: #111a21;
}

.sp-forgot-tips {
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px auto 0;
}

.sp-forgot-tips article {
  border: 1px solid var(--sp-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(24, 39, 58, 0.06);
  padding: 20px;
}

.sp-forgot-tips div {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(245, 183, 49, 0.2);
  color: #111a21;
  margin-bottom: 12px;
}

.sp-forgot-tips h3 {
  margin: 0;
  color: #111a21;
  font-size: 1.05rem;
}

.sp-forgot-tips p {
  margin: 8px 0 0;
  color: var(--sp-muted);
  font-size: 0.94rem;
}

.sp-cart-section {
  padding: 54px 0 76px;
}

.sp-cart-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #dfe7f1;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.sp-cart-heading p {
  margin: 0 0 8px;
  color: #f5b731;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sp-cart-heading h1 {
  margin: 0;
  color: #111a21;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.08;
}

.sp-cart-heading span {
  display: block;
  max-width: 690px;
  margin-top: 8px;
  color: var(--sp-muted);
  font-size: 0.95rem;
}

.sp-cart-continue {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #ffffff;
  color: #111a21;
  padding: 0 20px;
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
  transition: border-color 180ms ease, color 180ms ease;
}

.sp-cart-continue:hover {
  border-color: #f5b731;
  color: #f5b731;
}

.sp-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: start;
}

.sp-cart-table,
.sp-cart-summary {
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--sp-shadow);
}

.sp-cart-table-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px 130px 120px;
  gap: 16px;
  border-bottom: 1px solid var(--sp-line);
  background: #f8fafc;
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 16px 24px;
  text-transform: uppercase;
}

.sp-cart-table-head span:nth-child(2),
.sp-cart-table-head span:nth-child(3) {
  text-align: center;
}

.sp-cart-table-head span:nth-child(4) {
  text-align: right;
}

.sp-cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px 130px 120px;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--sp-line);
  padding: 24px;
}

.sp-cart-product {
  display: flex;
  gap: 16px;
  min-width: 0;
}

.sp-cart-thumb {
  width: 96px;
  height: 96px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #111a21;
  color: #f5b731;
  font-size: 1.05rem;
  font-weight: 900;
}

.sp-cart-product p {
  margin: 0 0 4px;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sp-cart-product h2 {
  margin: 0;
  color: #111a21;
  font-size: 1.08rem;
  line-height: 1.25;
}

.sp-cart-product em {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(245, 183, 49, 0.2);
  color: #111a21;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  margin-top: 10px;
  padding: 4px 10px;
}

.sp-cart-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 800;
}

.sp-cart-actions-row a,
.sp-cart-actions-row button {
  background: transparent;
  border: 0;
  color: #64748b;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0;
}

.sp-cart-actions-row a:hover,
.sp-cart-actions-row button:hover {
  color: #f5b731;
}

.sp-cart-actions-row a:last-child,
.sp-cart-actions-row button:last-child {
  color: #ef4444;
}

.sp-cart-empty {
  padding: 48px 24px;
  text-align: center;
}

.sp-cart-empty[hidden] {
  display: none;
}

.sp-cart-empty h2 {
  margin: 0;
  color: #111a21;
  font-size: 1.35rem;
}

.sp-cart-empty p {
  margin: 10px auto 0;
  max-width: 430px;
  color: #64748b;
}

.sp-cart-empty a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-radius: 12px;
  background: #f5b731;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0 20px;
}

.sp-cart-empty a:hover {
  background: #000000;
  color: #ffffff;
}

.sp-cart-price,
.sp-cart-qty,
.sp-cart-subtotal {
  color: #111a21;
  font-weight: 900;
}

.sp-cart-price,
.sp-cart-qty {
  text-align: center;
}

.sp-cart-subtotal {
  text-align: right;
}

.sp-cart-qty label {
  display: none;
}

.sp-cart-qty input {
  width: 96px;
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  color: #111a21;
  font: inherit;
  font-weight: 800;
  padding: 0 10px;
  text-align: center;
}

.sp-cart-qty input:focus,
.sp-cart-coupon input:focus {
  outline: 3px solid rgba(245, 183, 49, 0.28);
  border-color: #f5b731;
}

.sp-cart-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  background: #f8fafc;
  padding: 24px;
}

.sp-cart-coupon {
  display: flex;
  gap: 12px;
}

.sp-cart-coupon input {
  min-height: 48px;
  min-width: 0;
  flex: 1;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  font: inherit;
  padding: 0 14px;
}

.sp-cart-tools button,
.sp-checkout-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  background: #f5b731;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0 20px;
  transition: background-color 180ms ease, color 180ms ease;
}

.sp-cart-coupon button {
  background: #111a21;
}

.sp-cart-tools button:hover,
.sp-checkout-button:hover {
  background: #000000;
  color: #ffffff;
}

.sp-cart-coupon button:hover {
  color: #f5b731;
}

.sp-checkout-button.is-disabled {
  background: #cbd5e1;
  color: #64748b;
  cursor: not-allowed;
  pointer-events: none;
}

.sp-cart-summary {
  padding: 24px;
}

.sp-cart-summary h2 {
  margin: 0;
  color: #111a21;
  font-size: 1.28rem;
}

.sp-cart-summary dl {
  display: grid;
  gap: 16px;
  margin: 20px 0 0;
}

.sp-cart-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.sp-cart-summary dt {
  color: var(--sp-muted);
}

.sp-cart-summary dd {
  margin: 0;
  color: #111a21;
  font-weight: 900;
  text-align: right;
}

.sp-cart-total {
  border-top: 1px solid #dfe7f1;
  color: #111a21;
  font-size: 1.05rem;
  font-weight: 900;
  padding-top: 16px;
}

.sp-checkout-button {
  width: 100%;
  margin-top: 24px;
}

.sp-cart-summary p {
  margin: 14px 0 0;
  color: #64748b;
  font-size: 0.82rem;
  text-align: center;
}

.sp-checkout-section {
  padding: 54px 0 76px;
}

.sp-checkout-heading {
  border-bottom: 1px solid #dfe7f1;
  margin-bottom: 32px;
  padding-bottom: 24px;
}

.sp-checkout-heading p {
  margin: 0 0 8px;
  color: #f5b731;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sp-checkout-heading h1 {
  margin: 0;
  color: #111a21;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.08;
}

.sp-checkout-heading span {
  display: block;
  max-width: 720px;
  margin-top: 8px;
  color: var(--sp-muted);
  font-size: 0.95rem;
}

.sp-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 30px;
  align-items: start;
}

.sp-checkout-forms {
  display: grid;
  gap: 28px;
}

.sp-checkout-panel,
.sp-checkout-summary {
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--sp-shadow);
}

.sp-checkout-panel-head {
  background: #111a21;
  color: #ffffff;
  padding: 26px 28px;
}

.sp-checkout-panel-head h2,
.sp-checkout-panel-head p {
  margin: 0;
  color: #ffffff;
}

.sp-checkout-panel-head h2 {
  font-size: 1.6rem;
}

.sp-checkout-panel-head p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.sp-checkout-fields {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.sp-checkout-fields label {
  color: #111a21;
  font-size: 0.92rem;
  font-weight: 700;
}

.sp-checkout-fields label span {
  color: #ef4444;
}

.sp-checkout-fields input:not([type="radio"]),
.sp-checkout-fields textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  color: #111a21;
  display: block;
  font: inherit;
  margin-top: 8px;
  padding: 0 14px;
}

.sp-checkout-fields input:not([type="radio"]) {
  min-height: 48px;
}

.sp-checkout-fields textarea {
  min-height: 118px;
  padding-block: 12px;
  resize: vertical;
}

.sp-checkout-fields input:not([type="radio"]):focus,
.sp-checkout-fields textarea:focus {
  outline: 3px solid rgba(245, 183, 49, 0.28);
  border-color: #f5b731;
}

.sp-checkout-choice {
  display: flex;
  gap: 12px;
  border: 1px solid #dfe7f1;
  border-radius: 16px;
  color: var(--sp-muted);
  font-size: 0.94rem;
  line-height: 1.45;
  padding: 16px;
}

.sp-billing-gate-note {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 16px;
  color: #111a21;
  font-size: 0.92rem;
  font-weight: 800;
  margin: 0;
  padding: 16px;
}

.sp-billing-gate-note[hidden] {
  display: none;
}

.sp-checkout-choice input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.sp-checkout-choice:has(input:disabled) {
  background: #f8fafc;
  cursor: not-allowed;
  opacity: 0.56;
}

.sp-checkout-fields textarea:disabled {
  background: #f1f5f9;
  color: #94a3b8;
  cursor: not-allowed;
}

.sp-checkout-fields .sp-checkout-choice span {
  color: var(--sp-muted);
}

.sp-checkout-choice strong {
  display: block;
  color: #111a21;
  font-weight: 900;
}

.sp-checkout-summary {
  overflow: hidden;
  padding: 0;
}

.sp-checkout-summary h2 {
  margin: 0;
  background: #111a21;
  color: #ffffff;
  font-size: 1.28rem;
  padding: 20px 24px;
}

.sp-checkout-order-items {
  display: grid;
  padding: 18px 24px 0;
}

.sp-checkout-order-items > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--sp-line);
  padding: 15px 0;
}

.sp-checkout-order-items strong {
  display: block;
  color: #111a21;
  font-size: 0.92rem;
  line-height: 1.35;
}

.sp-checkout-order-items em {
  display: block;
  color: #64748b;
  font-size: 0.84rem;
  font-style: normal;
  margin-top: 3px;
}

.sp-checkout-order-items b {
  color: #111a21;
  font-size: 0.94rem;
  white-space: nowrap;
}

.sp-checkout-summary dl {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 20px 24px 0;
}

.sp-checkout-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.sp-checkout-summary dt {
  color: var(--sp-muted);
}

.sp-checkout-summary dd {
  margin: 0;
  color: #111a21;
  font-weight: 900;
  text-align: right;
}

.sp-checkout-total {
  border-top: 1px solid #dfe7f1;
  font-size: 1.05rem;
  font-weight: 900;
  padding-top: 16px;
}

.sp-checkout-terms {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--sp-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  margin: 22px 24px 0;
}

.sp-checkout-terms input {
  flex: 0 0 auto;
  margin-top: 4px;
}

.sp-checkout-terms a {
  color: #111a21;
  font-weight: 900;
}

.sp-checkout-terms a:hover {
  color: #f5b731;
}

.sp-checkout-summary button,
.sp-payment-button {
  min-height: 48px;
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  background: #f5b731;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  margin: 24px 24px 0;
  transition: background-color 180ms ease;
}

.sp-checkout-summary button:hover,
.sp-payment-button:hover {
  background: #000000;
  color: #ffffff;
}

.sp-checkout-summary .sp-return-cart {
  margin: 14px 24px 24px;
  width: calc(100% - 48px);
}

.sp-return-cart {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f5b731;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
  margin-top: 14px;
  padding: 0 20px;
  text-align: center;
  transition: background-color 180ms ease, color 180ms ease;
}

.sp-return-cart:hover {
  background: #000000;
  color: #ffffff;
}

.sp-payment-section {
  padding: 54px 0 76px;
}

.sp-payment-heading {
  border-bottom: 1px solid #dfe7f1;
  margin-bottom: 32px;
  padding-bottom: 24px;
}

.sp-payment-heading p {
  margin: 0 0 8px;
  color: #f5b731;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sp-payment-heading h1 {
  margin: 0;
  color: #111a21;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.08;
}

.sp-payment-heading span {
  display: block;
  max-width: 720px;
  margin-top: 8px;
  color: var(--sp-muted);
  font-size: 0.95rem;
}

.sp-payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: start;
}

.sp-payment-panel,
.sp-payment-summary {
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--sp-shadow);
}

.sp-payment-panel-head {
  background: #111a21;
  color: #ffffff;
  padding: 26px 28px;
}

.sp-payment-panel-head h2,
.sp-payment-panel-head p {
  margin: 0;
  color: #ffffff;
}

.sp-payment-panel-head h2 {
  font-size: 1.6rem;
}

.sp-payment-panel-head p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.sp-payment-options {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.sp-payment-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  border: 1px solid #dfe7f1;
  border-radius: 16px;
  color: var(--sp-muted);
  cursor: pointer;
  padding: 16px;
}

.sp-payment-option:focus-within,
.sp-payment-option:hover {
  border-color: #f5b731;
  background: rgba(245, 183, 49, 0.08);
}

.sp-payment-option input {
  margin-top: 5px;
}

.sp-payment-option strong,
.sp-payment-option em {
  display: block;
}

.sp-payment-option strong {
  color: #111a21;
  font-size: 1rem;
  font-weight: 900;
}

.sp-payment-option em {
  color: var(--sp-muted);
  font-size: 0.92rem;
  font-style: normal;
  margin-top: 2px;
}

.sp-payment-option b {
  border-radius: 999px;
  background: #111a21;
  color: #ffffff;
  font-size: 0.72rem;
  padding: 5px 10px;
  white-space: nowrap;
}

.sp-payment-details {
  display: grid;
  gap: 18px;
  border-top: 1px solid var(--sp-line);
  align-content: start;
  min-height: 430px;
  padding: 28px;
}

.sp-payment-card-fields,
.sp-payment-detail {
  display: grid;
  gap: 18px;
}

.sp-payment-detail {
  display: none;
}

.sp-payment-detail-visa {
  display: grid;
}

.sp-payment-layout:has(input[value="mtn_momo"]:checked) .sp-payment-detail-visa,
.sp-payment-layout:has(input[value="cash_on_delivery"]:checked) .sp-payment-detail-visa,
.sp-payment-layout:has(input[value="shop_pickup"]:checked) .sp-payment-detail-visa {
  display: none;
}

.sp-payment-layout:has(input[value="visa"]:checked) .sp-payment-detail-visa,
.sp-payment-layout:has(input[value="mtn_momo"]:checked) .sp-payment-detail-momo,
.sp-payment-layout:has(input[value="cash_on_delivery"]:checked) .sp-payment-detail-cod,
.sp-payment-layout:has(input[value="shop_pickup"]:checked) .sp-payment-detail-pickup {
  display: grid;
}

.sp-payment-detail h3,
.sp-payment-detail p {
  margin: 0;
}

.sp-payment-detail h3 {
  color: #111a21;
  font-size: 1.15rem;
}

.sp-payment-detail p {
  color: var(--sp-muted);
  font-size: 0.94rem;
}

.sp-payment-details label {
  color: #111a21;
  font-size: 0.92rem;
  font-weight: 700;
}

.sp-payment-details input,
.sp-payment-details textarea {
  width: 100%;
  display: block;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  color: #111a21;
  font: inherit;
  margin-top: 8px;
  padding: 0 14px;
}

.sp-payment-details input {
  min-height: 48px;
}

.sp-payment-details textarea {
  min-height: 118px;
  padding-block: 12px;
  resize: vertical;
}

.sp-payment-details input:focus,
.sp-payment-details textarea:focus {
  outline: 3px solid rgba(245, 183, 49, 0.28);
  border-color: #f5b731;
}

.sp-payment-note {
  border: 1px solid #dfe7f1;
  border-radius: 16px;
  background: #f8fafc;
  color: #334155 !important;
  font-weight: 800;
  line-height: 1.5;
  padding: 16px;
}

.sp-merchant-code {
  border: 1px solid #f5b731;
  border-radius: 16px;
  background: rgba(245, 183, 49, 0.1);
  padding: 16px;
}

.sp-merchant-code p {
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sp-merchant-code strong {
  display: block;
  color: #111a21;
  font-size: 1.6rem;
  font-weight: 900;
  margin-top: 4px;
}

.sp-payment-details button {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: #f5b731;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  transition: background-color 180ms ease;
}

.sp-payment-details button:hover {
  background: #000000;
}

.sp-payment-summary {
  padding: 0;
}

.sp-payment-summary h2 {
  margin: 0;
  background: #111a21;
  color: #ffffff;
  font-size: 1.28rem;
  padding: 20px 24px;
}

.sp-payment-summary dl {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 24px 24px 0;
}

.sp-payment-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.sp-payment-summary dt {
  color: var(--sp-muted);
}

.sp-payment-summary dd {
  margin: 0;
  color: #111a21;
  font-weight: 900;
  text-align: right;
}

.sp-payment-summary button {
  margin-inline: 24px;
  min-height: 48px;
  width: calc(100% - 48px);
  border: 0;
  border-radius: 12px;
  background: #f5b731;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  margin-top: 24px;
  transition: background-color 180ms ease;
}

.sp-payment-summary button:hover {
  background: #000000;
}

.sp-is-hidden {
  display: none !important;
}

.sp-order-success {
  max-width: 820px;
  margin: 0 auto;
  border: 1px solid var(--sp-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--sp-shadow);
  overflow: hidden;
}

.sp-order-success-head {
  background: #000000;
  color: #ffffff;
  padding: 36px 28px;
  text-align: center;
}

.sp-order-success-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f5b731;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
}

.sp-order-success h2,
.sp-order-success p {
  margin: 0;
}

.sp-order-success-head h2 {
  color: #ffffff;
  font-size: clamp(1.6rem, 4vw, 2rem);
}

.sp-order-success-head p {
  margin: 12px auto 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.65;
}

.sp-order-success-body {
  padding: 28px;
}

.sp-order-success-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

.sp-order-success-details div {
  border: 1px solid var(--sp-line);
  border-radius: 16px;
  background: #f8fafc;
  padding: 16px;
}

.sp-order-success-details dt {
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sp-order-success-details dd {
  margin: 6px 0 0;
  color: #111a21;
  font-size: 1.08rem;
  font-weight: 900;
}

.sp-order-success-note {
  border: 1px solid #fde68a;
  border-radius: 16px;
  background: #fffbeb;
  color: #111a21 !important;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.65;
  margin-top: 24px !important;
  padding: 16px;
}

.sp-order-success-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.sp-order-success-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #111a21;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0 18px;
  text-align: center;
}

.sp-order-success-actions a:last-child {
  background: #f5b731;
}

.sp-order-success-actions a:hover {
  background: #000000;
  color: #f5b731;
}

.sp-order-success-actions a:last-child:hover {
  color: #ffffff;
}

.sp-payment-summary .sp-return-cart {
  margin: 24px;
  width: calc(100% - 48px);
}

.sp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.sp-footer {
  flex-shrink: 0;
  background: #111a21;
  color: #ffffff;
}

.sp-footer-compact {
  margin-top: auto;
}

.sp-footer h2,
.sp-footer p,
.sp-footer a,
.sp-footer li {
  color: #ffffff;
}

.sp-footer-newsletter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #000000;
}

.sp-footer-newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 20px;
}

.sp-footer-newsletter h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 1.12rem;
}

.sp-footer-newsletter h2 i {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  font-size: 1.4rem;
}

.sp-footer-newsletter p {
  max-width: 400px;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
}

.sp-footer-form {
  width: min(100%, 590px);
  display: flex;
  overflow: hidden;
  border-radius: var(--sp-radius);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.sp-footer-form input,
.sp-footer-form button {
  min-height: 44px;
  border: 0;
  font: inherit;
}

.sp-footer-form input {
  min-width: 0;
  flex: 1;
  border-right: 1px solid var(--sp-line);
  color: #111a21;
  padding: 0 13px;
  outline: 0;
}

.sp-footer-form input:focus {
  box-shadow: inset 0 0 0 2px rgba(245, 183, 49, 0.32);
}

.sp-footer-grid {
  display: grid;
  gap: 36px;
  padding-block: 62px;
}

.sp-footer-grid-large {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sp-footer-column h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 1.18rem;
}

.sp-footer-column p {
  max-width: 310px;
  margin: 18px 0 0;
  opacity: 0.82;
}

.sp-footer-column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-footer-column a {
  opacity: 0.84;
}

.sp-footer-column a:hover {
  opacity: 1;
  color: var(--sp-yellow);
}

.sp-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.sp-social-links a {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  opacity: 1;
  font-size: 1.06rem;
}

.sp-social-links a:hover {
  background: #f5b731;
  color: #111a21;
}

.sp-footer-bottom-wrap {
  border-top: 1px solid rgba(245, 183, 49, 0.6);
}

.sp-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 22px;
  color: #ffffff;
}

.sp-footer-bottom p {
  margin: 0;
  color: #ffffff;
  opacity: 1;
}

.sp-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.sp-footer-legal a {
  color: #ffffff;
}

.sp-footer-legal a:hover,
.sp-footer-legal span {
  color: #f5b731;
}

@media (max-width: 1024px) {
  .sp-header-inner {
    flex-wrap: wrap;
  }

  .sp-search-form {
    order: 3;
    max-width: none;
    width: 100%;
  }

  .sp-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sp-product-grid,
  .sp-shop-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-cart-layout {
    grid-template-columns: 1fr;
  }

  .sp-checkout-layout {
    grid-template-columns: 1fr;
  }

  .sp-payment-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .sp-section {
    padding: 58px 0;
  }

  .sp-hero {
    min-height: 560px;
    background:
      linear-gradient(180deg, rgba(12, 22, 33, 0.88), rgba(12, 22, 33, 0.55)),
      url("https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1200&q=85") center/cover no-repeat;
  }

  .sp-hero-content {
    padding: 72px 0;
  }

  .sp-app-layout,
  .sp-newsletter-inner,
  .sp-footer-grid,
  .sp-account-grid,
  .sp-about-layout,
  .sp-contact-layout {
    grid-template-columns: 1fr;
  }

  .sp-about-aside {
    position: static;
  }

  .sp-nav {
    justify-content: flex-start;
  }

  .sp-footer-newsletter-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .sp-footer-form {
    width: 100%;
  }

  .sp-heading-row {
    align-items: start;
    flex-direction: column;
  }

  .sp-newsletter-form {
    grid-template-columns: 1fr;
  }

  .sp-cart-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .sp-cart-table-head {
    display: none;
  }

  .sp-cart-item {
    grid-template-columns: 1fr;
  }

  .sp-cart-price,
  .sp-cart-qty,
  .sp-cart-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
  }

  .sp-cart-price::before,
  .sp-cart-subtotal::before {
    content: attr(data-label);
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .sp-cart-qty label {
    display: block;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .sp-cart-tools {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sp-container {
    width: min(100% - 28px, 1180px);
  }

  .sp-hero {
    min-height: 530px;
  }

  .sp-hero-actions,
  .sp-store-actions {
    flex-direction: column;
  }

  .sp-btn,
  .sp-store-btn {
    width: 100%;
  }

  .sp-category-grid,
  .sp-product-grid,
  .sp-shop-products {
    grid-template-columns: 1fr;
  }

  .sp-category-card {
    min-height: 128px;
  }

  .sp-product-media {
    height: 220px;
  }

  .sp-app-panel {
    display: none;
  }

  .sp-header-inner {
    gap: 14px;
  }

  .sp-header-link {
    display: none;
  }

  .sp-cart-link span {
    display: none;
  }

  .sp-search-form,
  .sp-footer-form {
    flex-direction: column;
  }

  .sp-search-form select {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #cbd5e1;
  }

  .sp-footer-form input {
    border-right: 0;
    border-bottom: 1px solid var(--sp-line);
  }

  .sp-cart-product {
    flex-direction: column;
  }

  .sp-cart-thumb {
    width: 100%;
    height: 118px;
  }

  .sp-cart-coupon {
    flex-direction: column;
  }

  .sp-checkout-fields,
  .sp-checkout-panel-head,
  .sp-checkout-summary {
    padding: 22px;
  }

  .sp-checkout-order-items > div {
    flex-direction: column;
    gap: 8px;
  }

  .sp-payment-options,
  .sp-payment-panel-head,
  .sp-payment-details,
  .sp-payment-summary {
    padding: 22px;
  }

  .sp-payment-option {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .sp-payment-option b {
    grid-column: 2;
    justify-self: flex-start;
  }

  .sp-order-success-head,
  .sp-order-success-body {
    padding: 24px 20px;
  }

  .sp-order-success-details,
  .sp-order-success-actions {
    grid-template-columns: 1fr;
  }

  .sp-nav {
    gap: 16px;
  }

  .sp-two-fields {
    grid-template-columns: 1fr;
  }

  .sp-forgot-tips {
    grid-template-columns: 1fr;
  }

  .sp-form-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .sp-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */