/** Shopify CDN: Minification failed

Line 1272:0 Unexpected "}"

**/
/* Sacpig global UI refinement
   A compact type and spacing layer loaded after the legacy theme styles.
*/

:root {
  --sp-ui-ink: #111411;
  --sp-ui-copy: #3f453f;
  --sp-ui-muted: #747a74;
  --sp-ui-line: #e4e7e2;
  --sp-ui-soft: #f5f6f3;
  --sp-ui-accent: #59b34c;
  --sp-ui-radius: 2px;
  --sp-ui-heading: "Titillium Web", Inter, sans-serif;
  --sp-ui-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: var(--sp-ui-copy);
  font-family: var(--sp-ui-body);
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

.main-content {
  color: var(--sp-ui-copy);
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6,
.page-title,
.wpbingo-section__title,
.wpbingo-breadcrumbs__title {
  color: var(--sp-ui-ink);
  font-family: var(--sp-ui-heading);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.018em;
}

.main-content .rte {
  color: var(--sp-ui-copy);
  line-height: 1.62;
}

.main-content .rte p,
.main-content .rte ul,
.main-content .rte ol {
  margin-bottom: 14px;
}

.main-content .rte h2,
.main-content .rte h3,
.main-content .rte h4 {
  margin-top: 28px;
  margin-bottom: 10px;
}

.main-content .rte a:not(.btn) {
  font-weight: 600;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.main-content .container,
.bwp-footer .container {
  width: 100%;
  max-width: 1280px !important;
  padding-right: 20px;
  padding-left: 20px;
}

.main-content input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.main-content select,
.main-content textarea {
  border-color: #dfe2dd;
  border-radius: var(--sp-ui-radius);
  font-size: 14px;
}

.main-content input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
.main-content select:focus,
.main-content textarea:focus {
  border-color: var(--sp-ui-accent);
  outline: 2px solid rgba(89, 179, 76, 0.16);
  outline-offset: 0;
}

.main-content .btn:not(.btn-link):not(.btn-nav),
.main-content .bwp-button,
.main-content .shopify-payment-button__button--unbranded {
  min-height: 44px;
  border-radius: var(--sp-ui-radius);
  font-family: var(--sp-ui-body);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: 0.085em;
}

/* Compact page headings and breadcrumbs. */
body:not(.template-index) .main-content .wpbingo-breadcrumbs--no-image {
  padding-top: 24px !important;
  padding-bottom: 16px !important;
}

body:not(.template-index) .main-content .wpbingo-breadcrumbs__title {
  margin-bottom: 8px !important;
  font-size: clamp(32px, 3vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
}

body:not(.template-index) .main-content .breadcrumb {
  margin: 0;
  color: var(--sp-ui-muted);
  font-size: 12px;
  line-height: 1.4;
}

.template-search .main-content .wpbingo-breadcrumbs--image,
.template-search .main-content .wpbingo-breadcrumbs__image {
  height: auto !important;
  min-height: 0 !important;
}

.template-search .main-content .wpbingo-breadcrumbs__image {
  padding: 34px 0 24px !important;
  background: #fff !important;
}

.template-search .main-content .wpbingo-breadcrumbs__image::before {
  display: none !important;
}

.template-search .main-content .wpbingo-breadcrumbs__title {
  color: var(--sp-ui-ink) !important;
  font-size: clamp(32px, 3vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
}

/* Homepage: denser editorial rhythm without crowding the product cards. */
.template-index .main-content .wpbingo-section--title {
  margin-top: 64px !important;
}

.template-index .main-content .wpbingo-section--title .heading-1 {
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em;
}

.template-index .main-content .wpbingo-section--products {
  margin-top: 18px !important;
}

.template-index .main-content .sacpig-featured-grid {
  gap: 24px;
}

/* Collection and search grids. */
.template-collection .js-page-collection {
  margin-top: 24px !important;
}

.template-collection .page-collection-header,
.template-search .page-collection-header {
  margin-bottom: 16px;
  padding-top: 0;
}

.product-card {
  margin-bottom: 22px;
}

.product-card .product-card__content {
  margin-top: 12px;
}

.product-card .product-card__name {
  margin-bottom: 4px;
}

.product-card .product-card__name a {
  color: var(--sp-ui-ink);
  font-size: 14px !important;
  font-weight: 520;
  line-height: 1.32 !important;
  letter-spacing: -0.008em;
}

.product-card .product-card__price,
.product-card .product-card__price .product-price {
  color: var(--sp-ui-ink);
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.3;
}

.page-collection-header select,
.page-collection-header .select {
  min-height: 42px;
}

/* Product page: clearer hierarchy and shorter gaps in the buy box. */
.template-product .product-single__heading {
  order: 1;
}

.template-product .product-back_in_stock {
  order: 8;
  margin: 18px 0 0 !important;
  padding-bottom: 0;
}

.template-product .product-back_in_stock form {
  margin: 0;
}

.template-product .product-single__metas:has(.product-back_in_stock) .product-single__title {
  margin-top: 0 !important;
}

.template-product .product-single__title {
  margin-bottom: 7px !important;
  font-size: clamp(30px, 2.4vw, 34px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.022em;
}

.template-product .price-container {
  margin-bottom: 12px !important;
}

.template-product .product-single__price {
  color: var(--sp-ui-ink);
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
}

.template-product .product-single__policies {
  margin: 4px 0 12px !important;
  color: var(--sp-ui-muted);
  line-height: 1.4;
}

.template-product .border-product {
  margin-bottom: 18px !important;
}

.template-product .inventory-content {
  margin-top: 10px !important;
}

.template-product .custom-meta {
  margin: 12px 0 16px !important;
  gap: 12px;
}

.template-product .custom-meta p {
  gap: 10px;
  line-height: 1.45;
}

.template-product .variants-wrapper {
  margin-top: 12px !important;
  margin-bottom: 8px !important;
}

.template-product .variants-wrapper > label,
.template-product .product-form__item > label {
  margin-bottom: 8px;
  color: var(--sp-ui-ink);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.09em;
}

.template-product .single-option-selector label {
  min-height: 42px;
  margin: 0 7px 7px 0;
  padding: 9px 11px;
  line-height: 1.25;
}

.template-product .single-option-selector label[data-label] {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 48px;
  min-height: 48px;
  margin: 0 8px 8px 0;
  padding: 0 16px;
  overflow: hidden;
  color: var(--sp-ui-ink);
  background: #f6f7f5;
  border: 1px solid #e1e4df;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-indent: 0;
}

.template-product .single-option-selector label[data-label]:hover {
  border-color: #8c918a;
}

.template-product .single-option-selector input[type='radio']:checked + label[data-label] {
  color: var(--sp-ui-ink);
  background: #fff;
  border-color: var(--sp-ui-ink);
  box-shadow: inset 0 0 0 1px var(--sp-ui-ink);
}

.template-product .single-option-selector input[type='radio']:focus-visible + label[data-label] {
  outline: 2px solid var(--sp-ui-green);
  outline-offset: 2px;
}

.template-product .single-option-selector label[data-label].disabled {
  color: #8a8f88;
  background: #fafafa;
}

.template-product .variants-wrapper--color .variants__label span {
  font-weight: 500;
}

.template-product .single-option-selector label.sp-variant-thumbnail {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 86px;
  min-width: 86px;
  height: auto;
  min-height: 0;
  margin: 0 6px 12px 0;
  padding: 0;
  overflow: visible;
  color: var(--sp-ui-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0;
  line-height: 1;
  text-indent: 0;
}

.template-product .sp-variant-thumbnail__media {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe3dc;
  border-radius: 4px;
  place-items: center;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.template-product .sp-variant-thumbnail__image {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  display: block;
  width: calc(100% - 6px);
  max-width: none;
  height: calc(100% - 6px);
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.template-product .sp-variant-thumbnail__name {
  position: static !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 30px;
  margin: 6px 0 0;
  padding: 0 2px;
  overflow: hidden;
  color: var(--sp-ui-ink);
  background: transparent;
  border-radius: 0;
  font-family: var(--sp-ui-body);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  white-space: normal;
}

.template-product .sp-variant-thumbnail--dark .sp-variant-thumbnail__name {
  color: var(--sp-ui-ink);
  background: transparent;
}

.template-product .single-option-selector input[type='radio']:checked + label.sp-variant-thumbnail {
  color: var(--sp-ui-ink);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.template-product .single-option-selector input[type='radio']:checked + label.sp-variant-thumbnail .sp-variant-thumbnail__media {
  border-color: #378d31;
  box-shadow: 0 0 0 2px rgba(89, 179, 76, 0.28);
}

.template-product .single-option-selector input[type='radio']:checked + label.sp-variant-thumbnail::after {
  content: '\2713';
  position: absolute;
  z-index: 2;
  top: 7px;
  right: 7px;
  display: grid;
  width: 18px;
  height: 18px;
  color: #fff;
  background: var(--sp-ui-ink);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  place-items: center;
}

.template-product .single-option-selector input[type='radio']:checked + label.sp-variant-thumbnail--dark-check::after {
  color: var(--sp-ui-ink);
  background: #fff;
  border-color: rgba(4, 5, 7, 0.65);
}

.template-product .single-option-selector input[type='radio']:focus-visible + label.sp-variant-thumbnail {
  outline: 0;
}

.template-product .single-option-selector input[type='radio']:focus-visible + label.sp-variant-thumbnail .sp-variant-thumbnail__media {
  outline: 2px solid var(--sp-ui-green);
  outline-offset: 3px;
}

.template-product .single-option-selector label.sp-variant-thumbnail:hover .sp-variant-thumbnail__media {
  border-color: #8c918a;
}

.template-product .single-option-selector label.sp-variant-thumbnail.disabled::before,
.template-product .single-option-selector label.sp-variant-thumbnail[data-image].disabled::before {
  content: none !important;
}

.template-product .single-option-selector label.sp-variant-thumbnail.disabled .sp-variant-thumbnail__image {
  opacity: 0.45;
}

.template-product .single-option-selector label.sp-variant-thumbnail.disabled .sp-variant-thumbnail__name {
  opacity: 0.78;
}

.template-product .single-option-selector label.sp-variant-thumbnail.disabled .sp-variant-thumbnail__media::after {
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 140%;
  background: #111;
  transform: translate(-50%, -50%) rotate(45deg);
}

.template-product .variants-wrapper--color .single-option-selector label[data-color] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 4px 12px 12px 4px;
}

.template-product .variants-wrapper--color .single-option-selector label[data-color]::after {
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}

.template-product .btn--add-to-cart {
  min-height: 48px;
  margin: 4px 0;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.1em;
}

.template-product .ask-share {
  margin-top: 8px !important;
}

.template-product .product-more-info {
  margin-top: 24px !important;
  margin-bottom: 44px !important;
  padding-bottom: 34px !important;
  border-bottom: 0;
}

.template-product .product-more-info .more-info-tabs__nav-link.mobile {
  padding-bottom: 12px !important;
  font-family: var(--sp-ui-heading);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.template-product .product-more-info .rte {
  font-size: 15px;
  line-height: 1.62;
}

/* A lone information tab does not need a separate desktop/mobile label. */
.template-product .product-more-info:has(.content-ul-tab .more-info-tabs__nav-item:only-child)
  .content-ul-tab,
.template-product .product-more-info:has(.content-ul-tab .more-info-tabs__nav-item:only-child)
  .more-tab-container > .more-info-tabs__nav-link.mobile {
  display: none !important;
}

.template-product .product-more-info iframe[src*='youtube.com'],
.template-product .product-more-info iframe[src*='youtu.be'],
.template-product .product-more-info iframe[src*='vimeo.com'] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* Product media: a consistent retail canvas without cropping mixed source ratios. */
.template-product .bwp-single-image .product-media__wrapper--image,
.template-product .bwp-single-image .product-media__wrapper--video {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f7f8f6;
  border: 1px solid #e8ebe6;
}

.template-product .bwp-single-image .product-media__wrapper--image .mfp-image,
.template-product .bwp-single-image .product-media__wrapper--video video,
.template-product .bwp-single-image .product-media__wrapper--video iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}

.template-product .product-single__thumbnails .product-media__wrapper {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 1px solid #e2e6df;
}

.template-product .product-single__thumbnails .product-image__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.template-product .product-single__thumbnail,
.template-product .product-single__video {
  display: block;
  width: 100%;
  height: 100%;
}

.template-product .product-single__thumbnail.active-thumb,
.template-product .product-single__video.active-thumb {
  box-shadow: inset 0 0 0 2px var(--sp-ui-ink);
}

/* Reassurance and key specs follow the purchase decision instead of delaying it. */
.template-product .sp-purchase-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 12px 0 0;
  padding: 0;
  color: var(--sp-ui-muted);
  font-size: 12px;
  line-height: 1.35;
  list-style: none;
}

.template-product .sp-purchase-assurance li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.template-product .sp-purchase-assurance li span {
  display: inline-grid;
  width: 18px;
  height: 18px;
  color: #1f6b43;
  background: #edf7f0;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  place-items: center;
}

.template-product .sp-product-specs {
  max-width: 980px;
  margin: 0 auto;
}

.template-product .sp-product-specs-band {
  margin-top: 34px;
  padding: 28px 0 30px;
  background: #f7f8f6;
  border-top: 1px solid #e8ebe6;
  border-bottom: 1px solid #e8ebe6;
}

.template-product .sp-product-specs__heading {
  margin: 0 0 12px;
  color: var(--sp-ui-ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.template-product .sp-product-specs__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.template-product .sp-product-specs__item {
  display: flex;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  color: var(--sp-ui-ink);
  font-size: 13px;
  line-height: 1.35;
}

.template-product .sp-product-specs__item img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
}

/* Product story and recommendations. */
.template-product .product-more-info {
  border-top: 1px solid #e8ebe6;
}

.template-product:has(.sp-product-specs-band) .product-more-info {
  border-top: 0;
}

.template-product .product-more-info .more-info-tabs__content {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.template-product .product-more-info .rte {
  color: #343834;
  font-size: 16px;
  line-height: 1.68;
}

@media (min-width: 992px) {
  .template-product .product-more-info--description-only .more-info-tabs__content,
  .template-product .product-more-info:has(.content-ul-tab .more-info-tabs__nav-item:only-child)
    .more-info-tabs__content {
    padding-top: 24px;
  }
}

.template-product .product-more-info .rte > p:first-child {
  color: var(--sp-ui-ink);
  font-size: 17px;
  line-height: 1.62;
}

.template-product .product-more-info .rte p,
.template-product .product-more-info .rte ul,
.template-product .product-more-info .rte ol {
  margin-bottom: 16px;
}

.template-product .product-recommendations {
  padding: 48px 0 44px;
  background: #f7f8f6;
}

.template-product .product-recommendations .wpbingo-title {
  margin-bottom: 28px;
  text-align: left;
}

.template-product .product-recommendations .wpbingo-title__heading {
  margin-bottom: 6px;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.template-product .sp-section-subtitle {
  margin: 0;
  color: var(--sp-ui-muted);
  font-size: 14px;
  line-height: 1.5;
}

/* Sticky purchase bar: readable product context and a labeled action. */
.template-product .sticky-cart-single {
  right: 24px;
  bottom: 24px;
  width: min(460px, calc(100vw - 48px));
  max-width: 460px;
  padding: 12px 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e1e4df;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(16, 19, 16, 0.18);
}

.template-product .sticky-cart-single .content {
  gap: 12px;
  padding: 0 12px;
}

.template-product .sticky-cart-single .content-product {
  min-width: 0;
  padding-right: 0;
}

.template-product .sticky-cart-single .item-thumb img {
  width: 56px;
  height: 56px;
  max-width: none;
  object-fit: contain;
  background: #f7f8f6;
  border: 1px solid #e8ebe6;
}

.template-product .sticky-cart-single .content-product .content-bottom {
  min-width: 0;
  padding-left: 10px;
}

.template-product .sticky-cart-single .content-product .item-title {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.template-product .sticky-cart-single .group-option-selector {
  overflow: hidden;
  color: var(--sp-ui-muted);
  font-size: 11px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.template-product .sticky-cart-single .product-single__buttons {
  flex-wrap: nowrap;
}

.template-product .sticky-cart-single .btn--add-to-cart {
  min-width: 132px;
  min-height: 44px;
  padding: 0 18px;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.template-product .sticky-cart-single .btn--add-to-cart::before {
  display: none;
}

.template-product .sticky-cart-single .btn--add-to-cart .btn__text {
  display: inline !important;
}

@media (max-width: 991px) {
  .template-product .bwp-single-info {
    padding-top: 24px;
  }

  .template-product .sp-product-specs-band {
    margin-top: 24px;
    padding: 22px 0 24px;
  }

  .template-product .product-more-info {
    margin-top: 16px !important;
  }

  .template-product .product-more-info .more-info-tabs__content {
    max-width: none;
  }

  .template-product .product-more-info .rte,
  .template-product .product-more-info .rte > p:first-child {
    font-size: 15px;
    line-height: 1.64;
  }

  .template-product .product-recommendations {
    padding: 38px 0 34px;
  }

  .template-product .sticky-cart-single {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    padding: 9px 0 calc(9px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
  }

  .template-product .sticky-cart-single .content {
    max-width: none;
    gap: 10px;
    padding: 0 14px;
  }

  .template-product .sticky-cart-single .content-product .item-thumb {
    display: block;
  }

  .template-product .sticky-cart-single .item-thumb img {
    width: 48px;
    height: 48px;
  }

  .template-product .sticky-cart-single .content-product .content-bottom {
    display: block;
    padding-left: 8px;
  }

  .template-product .sticky-cart-single .content-product .item-title {
    display: -webkit-box;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .template-product .sticky-cart-single .group-option-selector::before {
    display: none;
  }

  .template-product .sticky-cart-single .product-quantity {
    display: none;
  }

  .template-product .sticky-cart-single .btn--add-to-cart {
    min-width: 132px;
    min-height: 48px;
    padding: 0 14px;
  }
}

@media (max-width: 420px) {
  .template-product .sp-purchase-assurance {
    gap: 8px 12px;
  }

  .template-product .sticky-cart-single .content-product .item-thumb {
    display: none;
  }

  .template-product .sticky-cart-single .btn--add-to-cart {
    min-width: 124px;
  }
}

/* Cart and customer forms. */
.template-cart .page-cart {
  padding-top: 52px;
  padding-bottom: 44px;
}

.template-cart .page-cart__title {
  margin-bottom: 36px;
  font-size: clamp(32px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.08;
}

.template-cart .cart-table__footer {
  align-items: flex-start;
  gap: clamp(28px, 4vw, 56px);
  margin-right: 0;
  margin-left: 0;
}

.template-cart .cart-table__footer > .cart-content__info {
  padding-right: 0;
  padding-left: 0;
}

.template-cart .cart-content__info {
  min-width: 0;
}

.template-cart .cart-total {
  flex: 0 1 500px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  padding: 26px;
  border: 1px solid var(--sp-ui-line);
  background: var(--sp-ui-soft);
  text-align: left;
}

.template-cart .cart-total__subtotal {
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--sp-ui-line);
  color: var(--sp-ui-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.template-cart .cart-total__subtotal-title {
  margin-right: 0;
}

.template-cart .cart-tax,
.template-cart .cart-currency {
  color: var(--sp-ui-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.template-cart .cart-tax {
  margin: 13px 0 0;
}

.template-cart .cart-tax em {
  font-style: normal;
}

.template-cart .cart-currency {
  margin: 8px 0 0;
}

.template-cart .cart-currency .selected-currency {
  color: var(--sp-ui-copy);
  font-weight: 600;
}

.template-cart .cart-total .cart-total__buttons {
  width: 100%;
  margin-top: 22px;
}

.template-cart .cart-total .cart-modal__btn {
  width: 100%;
  height: 52px;
  min-height: 52px;
  margin: 0;
  padding: 14px 24px;
  border-color: #111;
  background: #111;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.template-cart .cart-total .cart-modal__btn:hover,
.template-cart .cart-total .cart-modal__btn:focus {
  border-color: var(--sp-ui-accent);
  background: var(--sp-ui-accent);
}

.template-cart .cart-total__express-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 12px;
  color: var(--sp-ui-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.template-cart .cart-total__express-divider::before,
.template-cart .cart-total__express-divider::after {
  content: "";
  flex: 1;
  border-top: 1px solid var(--sp-ui-line);
}

.template-cart .additional_checkout_buttons,
.template-cart .additional_checkout_buttons .dynamic-checkout__content,
.template-cart shopify-accelerated-checkout-cart {
  display: block;
  width: 100%;
  max-width: 100%;
}

.template-cart shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 52px;
  --shopify-accelerated-checkout-button-border-radius: var(--sp-ui-radius);
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-row-gap: 10px;
}

.template-cart .page-cart-empty {
  padding: 42px 0;
}

.template-cart .page-cart-empty__heading {
  margin-bottom: 8px;
  padding: 0;
  color: var(--sp-ui-ink);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.012em;
}

.template-cart .page-cart-empty__content {
  color: var(--sp-ui-muted);
  line-height: 1.55;
}

.template-cart .page-cart-empty .btn {
  margin-top: 14px;
  padding-right: 28px;
  padding-left: 28px;
}

/* Standard pages and FAQ content. */
.template-page .main-content .wpbingo-section--title {
  padding-top: 36px !important;
  padding-bottom: 12px !important;
}

.template-page .main-content .wpbingo-section--title .heading-1 {
  font-size: clamp(34px, 3.6vw, 42px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.022em;
}

.template-page .main-content .wpbingo-section--rich-text .custom__item {
  margin-bottom: 24px;
}

.template-page .faq-page2 {
  width: 100%;
  max-width: 860px;
  margin-top: 24px !important;
  margin-bottom: 40px !important;
}

.template-page .faq-main-title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.template-page .faq-intro {
  max-width: 660px;
  margin: 0 0 20px;
  color: var(--sp-ui-muted);
  font-size: 14px;
  line-height: 1.55;
}

.template-page .faq-list {
  margin-top: 0 !important;
  border-top: 1px solid var(--sp-ui-line);
}

.template-page .faq-item {
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-bottom: 1px solid var(--sp-ui-line);
  background: #fff;
}

.template-page .faq-question {
  display: grid;
  min-height: 64px;
  margin: 0;
  padding: 17px 4px;
  grid-template-columns: minmax(0, 1fr) 24px;
  align-items: center;
  gap: 20px;
  color: var(--sp-ui-ink);
  font-family: var(--sp-ui-heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.012em;
  list-style: none;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease;
}

.template-page .faq-question::-webkit-details-marker {
  display: none;
}

.template-page .faq-question:hover {
  color: #347b2b;
}

.template-page .faq-question:focus-visible {
  border-radius: var(--sp-ui-radius);
  outline: 2px solid var(--sp-ui-accent);
  outline-offset: 3px;
}

.template-page .faq-question__icon {
  width: 18px;
  height: 18px;
  justify-self: end;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.template-page .faq-item[open] .faq-question {
  color: #347b2b;
}

.template-page .faq-item[open] .faq-question__icon {
  transform: rotate(180deg);
}

.template-page .faq-answer-wrap {
  padding: 0 48px 24px 4px;
}

.template-page .faq-answer.rte {
  max-width: 760px;
  color: var(--sp-ui-copy);
  font-size: 15px;
  line-height: 1.6;
}

.template-page .faq-answer.rte p:last-child {
  margin-bottom: 0;
}

.template-page .faq-answer.rte > div[style*="padding-bottom"]:has(> iframe) {
  height: 0 !important;
  margin-top: 16px;
  padding-bottom: 56.25% !important;
  overflow: hidden;
  border-radius: 4px;
  background: #080a08;
}

.template-page .faq-answer.rte iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9;
  margin-top: 16px;
  border: 0;
  border-radius: 4px;
  background: #080a08;
}

.template-page .faq-answer.rte > div[style*="padding-bottom"] iframe {
  height: 100% !important;
  margin-top: 0;
  aspect-ratio: auto;
}

.template-page .faq-answer.rte .sp-faq-watch {
  margin: 16px 0 0;
}

.template-page .faq-answer.rte .sp-faq-watch a {
  display: block;
  max-width: 560px;
}

.template-page .faq-answer.rte .sp-faq-watch img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: #080a08;
}
}

/* Footer: preserve the content while reducing unused vertical space. */
body:not(.template-index) .bwp-footer {
  margin-top: 44px !important;
}

.bwp-footer .footer-center {
  padding: 44px 0 22px !important;
}

.bwp-footer .footer-center .item-1,
.bwp-footer .footer-center .item-2 {
  margin-bottom: 28px;
}

.bwp-footer .footer-center .title-footer {
  margin-bottom: 12px !important;
  font-family: var(--sp-ui-body);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bwp-footer .footer-menu {
  gap: 6px 24px;
}

.bwp-footer .footer-menu__link {
  min-height: 30px;
  font-size: 13px;
}

.bwp-footer .footer-center .item-2 .footer-block__content > p {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.bwp-footer .newsletter-form__input,
.bwp-footer .newsletter-form__submit {
  min-height: 46px !important;
  height: 46px !important;
}

.bwp-footer .footer-center .item-3 .footer-block__content,
.bwp-footer .footer-center .item-3 .footer-block__content > div:first-child {
  overflow: visible;
}

.bwp-footer .footer-center .item-3 .footer-block__content > div:first-child {
  padding-top: 22px !important;
}

.bwp-footer .footer-center .item-3 img,
.bwp-footer .sp-footer-partner img,
.bwp-footer a[href*="bassloverats"] img {
  width: 110px !important;
  height: auto !important;
}

.bwp-footer .sp-footer-partner,
.bwp-footer a[href*="bassloverats"] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms ease;
}

.bwp-footer .sp-footer-partner img,
.bwp-footer a[href*="bassloverats"] img {
  display: block;
  pointer-events: none;
}

.bwp-footer .sp-footer-partner:focus-visible,
.bwp-footer a[href*="bassloverats"]:focus-visible {
  outline: 2px solid var(--sp-ui-accent);
  outline-offset: 8px;
}

.bwp-footer .social-icons {
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  overflow: visible;
}

.bwp-footer .social-icons li {
  margin: 0;
  overflow: visible;
}

.bwp-footer .social-icons li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  outline: none;
  text-decoration: none;
  transform-origin: center;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 180ms ease;
}

.bwp-footer .social-icons li a i {
  color: inherit;
  font-size: 20px;
  line-height: 1;
}

.bwp-footer .social-icons .fa-twitter::before {
  width: 20px;
  height: 20px;
}

.bwp-footer .social-icons li a span {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 2;
  display: block;
  width: max-content;
  padding: 5px 8px;
  border-radius: 2px;
  background: #fff;
  color: #040507;
  font-family: var(--sp-ui-body);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.bwp-footer .social-icons li a:focus-visible {
  color: #040507;
  background-color: var(--sp-ui-accent);
  box-shadow: 0 8px 18px rgba(89, 179, 76, 0.32);
  outline: 2px solid var(--sp-ui-accent);
  outline-offset: 3px;
}

.bwp-footer .social-icons li a:focus-visible .fa-twitter::before {
  filter: brightness(0);
}

.bwp-footer .social-icons li a:focus-visible span {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (hover: hover) and (pointer: fine) {
  .bwp-footer .sp-footer-partner:hover,
  .bwp-footer a[href*="bassloverats"]:hover {
    transform: translateY(-5px) scale(1.06);
    filter: drop-shadow(0 10px 18px rgba(89, 179, 76, 0.42));
  }

  .bwp-footer .social-icons li a:hover {
    color: #040507;
    background-color: var(--sp-ui-accent);
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(89, 179, 76, 0.32);
  }

  .bwp-footer .social-icons li a:hover .fa-twitter::before {
    filter: brightness(0);
  }

  .bwp-footer .social-icons li a:hover span {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.bwp-footer .footer-bottom {
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 1.52;
  }

  .main-content .container,
  .bwp-footer .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .template-product .product-single__title {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  body:not(.template-index) .main-content .wpbingo-breadcrumbs--no-image {
    padding-top: 20px !important;
    padding-bottom: 12px !important;
  }

  body:not(.template-index) .main-content .wpbingo-breadcrumbs__title,
  .template-search .main-content .wpbingo-breadcrumbs__title {
    margin-bottom: 6px !important;
    font-size: 30px !important;
  }

  .template-search .main-content .wpbingo-breadcrumbs__image {
    padding: 26px 0 18px !important;
  }

  .template-index .main-content .wpbingo-section--title {
    margin-top: 48px !important;
  }

  .template-index .main-content .wpbingo-section--title .heading-1 {
    font-size: 27px !important;
  }

  .template-index .main-content .wpbingo-section--products {
    margin-top: 14px !important;
  }

  .template-index .main-content .sacpig-featured-grid {
    grid-auto-columns: 82%;
    gap: 14px;
  }

  .template-collection .js-page-collection {
    margin-top: 18px !important;
  }

  .template-collection .page-collection-header,
  .template-search .page-collection-header {
    margin-bottom: 14px;
  }

  .product-card {
    margin-bottom: 18px;
  }

  .product-card .product-card__content {
    margin-top: 9px;
  }

  .product-card .product-card__name {
    margin-bottom: 3px;
  }

  .product-card .product-card__name a {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .product-card .product-card__price,
  .product-card .product-card__price .product-price {
    font-size: 15px !important;
  }

  .template-product .product-single__title {
    margin-top: 2px;
    margin-bottom: 6px !important;
    font-size: 27px !important;
    line-height: 1.08 !important;
  }

  .template-product .product-single__price {
    font-size: 21px !important;
  }

  .template-product .custom-meta {
    margin-top: 10px !important;
    margin-bottom: 14px !important;
  }

  .template-product .variants-wrapper {
    margin-top: 10px !important;
    margin-bottom: 7px !important;
  }

  .template-product .product-more-info {
    margin-top: 20px !important;
    margin-bottom: 34px !important;
    padding-bottom: 26px !important;
  }

  .template-product .product-more-info .more-info-tabs__nav-link.mobile {
    padding-bottom: 10px !important;
    font-size: 22px;
  }

  .template-product .product-more-info .rte {
    font-size: 14px;
    line-height: 1.58;
  }

  .template-cart .page-cart {
    padding-top: 36px;
    padding-bottom: 30px;
  }

  .template-cart .page-cart__title {
    margin-bottom: 26px;
    font-size: 30px;
  }

  .template-cart .page-cart-empty {
    padding: 32px 0;
  }

  .template-cart .page-cart-empty__heading {
    font-size: 21px;
  }

  .template-cart .cart-table__footer {
    display: block;
  }

  .template-cart .cart-total {
    max-width: none;
    margin-top: 28px;
    padding: 22px 18px;
  }

  .template-cart .cart-total .cart-modal__btn {
    height: 50px;
    min-height: 50px;
  }

  .template-cart shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-block-size: 50px;
  }

  .template-page .main-content .wpbingo-section--title {
    padding-top: 28px !important;
    padding-bottom: 10px !important;
  }

  .template-page .main-content .wpbingo-section--title .heading-1 {
    font-size: 34px !important;
  }

  .template-page .main-content .wpbingo-section--rich-text .custom__item {
    margin-bottom: 18px;
  }

  .template-page .faq-page2 {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }

  .template-page .faq-intro {
    margin-bottom: 16px;
  }

  .template-page .faq-question {
    min-height: 58px;
    padding: 14px 2px;
    gap: 14px;
    font-size: 18px;
  }

  .template-page .faq-answer-wrap {
    padding: 0 30px 20px 2px;
  }

  .template-page .faq-answer.rte {
    font-size: 14px;
    line-height: 1.58;
  }

  body:not(.template-index) .bwp-footer {
    margin-top: 34px !important;
  }

  .bwp-footer .footer-center {
    padding: 34px 0 20px !important;
  }

  .bwp-footer .footer-center .item-1,
  .bwp-footer .footer-center .item-2 {
    margin-bottom: 24px;
  }

  .bwp-footer .footer-center .item-2 .footer-block__content > p {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .bwp-footer .footer-center .item-3 .footer-block__content > div:first-child {
    padding-top: 16px !important;
  }

  .bwp-footer .footer-center .item-3 img {
    width: 92px !important;
  }

  .bwp-footer .social-icons {
    margin-top: 12px;
  }
}

.template-product .sp-product-kicker {
  margin: 0 0 6px;
  color: var(--sp-ui-muted);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.template-product .sp-product-kicker + .product-single__title {
  margin-top: 0;
}

.template-product .variants-wrapper--kit .variants__options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.template-product .variants-wrapper--kit .single-option-selector {
  width: 100%;
  margin: 0;
}

.template-product .single-option-selector label.sp-kit-card[data-label] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 12px 14px;
  text-align: left;
}

.template-product .sp-kit-card__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.template-product .sp-kit-card__name {
  color: var(--sp-ui-ink);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.template-product .sp-kit-card__price {
  color: var(--sp-ui-ink);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.template-product .sp-kit-card__copy {
  margin-top: 4px;
  color: var(--sp-ui-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.template-product .single-option-selector input[type='radio']:checked + label.sp-kit-card[data-label] {
  background: #fff;
  border-color: var(--sp-ui-ink);
  box-shadow: inset 0 0 0 1px var(--sp-ui-ink);
}

.template-product .sp-kit-footnote {
  margin: 8px 0 0;
  color: var(--sp-ui-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.template-product .sp-hook-addon {
  width: 100%;
  margin: 0 0 14px;
}

.template-product .sp-hook-addon[hidden],
.template-product .sp-hook-addon.is-hidden {
  display: none !important;
}

.template-product .sp-hook-addon__card {
  display: grid;
  grid-template-columns: 18px 64px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  color: var(--sp-ui-ink);
  background: #f6f7f5;
  border: 1px solid #e1e4df;
  border-radius: 3px;
  cursor: pointer;
}

.template-product .sp-hook-addon__input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--sp-ui-ink);
}

.template-product .sp-hook-addon__media {
  display: grid;
  width: 64px;
  height: 48px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe3dc;
  border-radius: 3px;
  place-items: center;
}

.template-product .sp-hook-addon__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.template-product .sp-hook-addon__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.template-product .sp-hook-addon__title {
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
}

.template-product .sp-hook-addon__detail {
  color: var(--sp-ui-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.template-product .sp-hook-addon__price {
  font-size: 12px;
  font-weight: 650;
}

.template-product .sp-hook-addon__card:has(.sp-hook-addon__input:checked) {
  background: #fff;
  border-color: var(--sp-ui-ink);
}

.template-product a.sp-hook-addon {
  display: block;
  color: inherit;
  text-decoration: none;
}

.template-product .sp-hook-addon--link .sp-hook-addon__card {
  grid-template-columns: 64px minmax(0, 1fr);
}

.template-product .sp-stock-alt {
  order: 2;
  margin: 10px 0 6px;
}

.template-product .sp-stock-alt .sp-hook-addon__card {
  background: #fff;
  border-color: var(--sp-ui-ink);
}

.template-product .sp-hook-addon__kicker {
  color: var(--sp-ui-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.template-product .sp-pair-with {
  margin: 28px 0 8px;
}

.template-product .sp-pair-with__heading {
  margin: 0 0 16px;
  color: var(--sp-ui-ink);
  font-family: var(--sp-ui-heading, "Titillium Web", Inter, sans-serif);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.2;
}

.template-product .sp-pair-with__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.template-product .sp-pair-with__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
  background: #fff;
  border: 1px solid #e1e4df;
  border-radius: 3px;
  text-decoration: none;
}

.template-product .sp-pair-with__card:hover,
.template-product .sp-pair-with__card:focus-visible {
  border-color: var(--sp-ui-ink);
}

.template-product .sp-pair-with__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f6f7f5;
}

.template-product .sp-pair-with__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px 12px;
}

.template-product .sp-pair-with__title {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}

.template-product .sp-pair-with__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  color: var(--sp-ui-muted);
  font-size: 13px;
}

.template-product .sp-pair-with__cta {
  color: var(--sp-ui-ink);
  font-weight: 650;
}

.template-product .sp-pair-with__sold {
  color: #9a3b32;
  font-weight: 650;
}

.template-product .sp-field-videos {
  margin: 0 0 18px;
}

.template-product .sp-field-videos__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 12px;
  margin: 0 0 10px;
  align-items: end;
}

.template-product .sp-field-videos__kicker {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--sp-ui-muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.template-product .sp-field-videos__heading {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.template-product .sp-field-videos__more,
.template-product .sp-field-videos__watch-link {
  color: inherit;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.template-product .sp-field-videos__more {
  align-self: end;
}

.template-product .sp-field-videos__more:hover,
.template-product .sp-field-videos__watch-link:hover,
.template-index .sp-home-footage__more:hover,
.template-index .sp-home-clip__watch:hover {
  text-decoration: underline;
}

.template-product .sp-field-videos__stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #111411;
  border: 1px solid #dfe3dc;
  border-radius: 4px;
}

.template-product .sp-field-videos__stage.is-shorts {
  display: grid;
  height: min(68vh, 640px);
  place-items: center;
}

.template-product .sp-field-videos__stage.is-wide {
  aspect-ratio: 16 / 9;
}

.template-product .sp-field-videos__poster,
.template-product .sp-field-videos__frame {
  position: absolute;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #111411;
  border: 0;
  place-items: center;
}

.template-product .sp-field-videos__stage.is-shorts .sp-field-videos__poster,
.template-product .sp-field-videos__stage.is-shorts .sp-field-videos__frame {
  inset: 0 auto 0 50%;
  width: auto;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  transform: translateX(-50%);
}

.template-product .sp-field-videos__poster[hidden],
.template-product .sp-field-videos__frame[hidden] {
  display: none !important;
}

.template-product .sp-field-videos__poster {
  cursor: pointer;
}

.template-product .sp-field-videos__poster img,
.template-product .sp-field-videos__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.template-product .sp-field-videos__stage.is-shorts .sp-field-videos__poster img {
  object-position: center 28%;
}

.template-product .sp-field-videos:has(.sp-field-videos__stage.is-shorts) .sp-field-videos__caption {
  justify-content: center;
  text-align: center;
}

.template-product .sp-field-videos__play,
.template-product .sp-field-videos__thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  background: rgba(17, 20, 17, 0.82);
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  place-items: center;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.template-product .sp-field-videos__poster:hover .sp-field-videos__play,
.template-product .sp-field-videos__poster:focus-visible .sp-field-videos__play {
  background: rgba(17, 20, 17, 0.94);
  transform: translate(-50%, -50%) scale(1.08);
}

.template-product .sp-field-videos__poster:focus-visible,
.template-product .sp-field-videos__thumb:focus-visible {
  outline: 2px solid var(--sp-ui-accent, #59b34c);
  outline-offset: 3px;
}

.template-product .sp-field-videos__play::before,
.template-product .sp-field-videos__thumb-play::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  content: '';
  transform: translateX(2px);
}

.template-product .sp-field-videos__thumb-play {
  width: 28px;
  height: 28px;
  border-width: 1px;
}

.template-product .sp-field-videos__thumb-play::before {
  border-width: 5px 0 5px 8px;
}

.template-product .sp-field-videos__caption {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  margin: 8px 0 0;
  color: var(--sp-ui-copy);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.template-product .sp-field-videos__credit {
  color: var(--sp-ui-muted);
}

.template-product .sp-field-videos__credit:not(:empty)::after {
  content: '·';
  margin-left: 6px;
}

.template-product .sp-field-videos__rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.template-product .sp-field-videos__thumb {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  background: #111411;
  border: 1px solid #dfe3dc;
  border-radius: 4px;
  aspect-ratio: 16 / 10;
  cursor: pointer;
}

.template-product .sp-field-videos:has(.sp-field-videos__stage.is-shorts) .sp-field-videos__thumb {
  aspect-ratio: 3 / 4;
}

.template-product .sp-field-videos__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
}

.template-product .sp-field-videos__thumb.is-active {
  border-color: var(--sp-ui-ink);
  box-shadow: 0 0 0 1px var(--sp-ui-ink);
}

.template-product .sp-field-videos__thumb:hover img,
.template-product .sp-field-videos__thumb.is-active img {
  opacity: 1;
}

.template-product .sp-media-split {
  margin: 0 0 10px;
  color: var(--sp-ui-muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .template-product .sp-field-videos {
    margin: 0 0 12px;
  }

  .template-product .sp-field-videos__heading {
    font-size: 20px;
  }

  .template-product .sp-field-videos__stage.is-shorts {
    height: min(42vh, 360px);
  }

  .template-product .sp-field-videos__play {
    width: 48px;
    height: 48px;
  }

  .template-product .sp-field-videos__caption {
    margin-top: 6px;
    font-size: 12px;
  }

  .template-product .sp-field-videos__rail {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    padding: 2px 2px 6px;
    -webkit-overflow-scrolling: touch;
  }

  .template-product .sp-field-videos__thumb,
  .template-product .sp-field-videos:has(.sp-field-videos__stage.is-shorts) .sp-field-videos__thumb {
    flex: 0 0 68px;
    width: 68px;
    aspect-ratio: 9 / 16;
    scroll-snap-align: start;
  }

  .template-product .sp-field-videos__thumb-play {
    width: 22px;
    height: 22px;
  }

  .template-product .sp-field-videos__thumb-play::before {
    border-width: 4px 0 4px 7px;
  }
}

@media (max-width: 767px) {
  .template-product .sp-hook-addon__card {
    grid-template-columns: 18px 52px minmax(0, 1fr);
  }

  .template-product .sp-hook-addon--link .sp-hook-addon__card {
    grid-template-columns: 52px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .bwp-footer .sp-footer-partner,
  .bwp-footer a[href*="bassloverats"],
  .bwp-footer .social-icons li a,
  .bwp-footer .social-icons li a span {
    transition: none;
  }

  .bwp-footer .sp-footer-partner:hover,
  .bwp-footer a[href*="bassloverats"]:hover,
  .bwp-footer .social-icons li a:hover {
    transform: none;
    filter: none;
  }
}

body.template-product .bwp-footer {
  margin-top: 0 !important;
}

.template-index .sp-home-footage {
  margin: 72px 0 24px;
}

.template-index .sp-home-footage__header {
  margin: 0 0 28px;
}

.template-index .sp-home-footage__kicker {
  margin: 0 0 6px;
  color: var(--sp-ui-muted, #6b6f69);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.template-index .sp-home-footage__title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.template-index .sp-home-footage__heading {
  min-width: 0;
  margin: 0;
  color: var(--sp-ui-ink, #111);
  font-family: var(--sp-ui-heading, "Titillium Web", Inter, sans-serif);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.1;
}

.template-index .sp-home-footage__copy {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--sp-ui-muted, #6b6f69);
  font-size: 16px;
  line-height: 1.45;
}

.template-index .sp-home-footage__more,
.template-index .sp-home-clip__watch {
  color: var(--sp-ui-ink, #111);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.template-index .sp-home-footage__more {
  flex: 0 0 auto;
  white-space: nowrap;
}

.template-index .sp-home-footage__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 24px;
}

.template-index .sp-home-clip {
  min-width: 0;
}

.template-index .sp-home-clip__stage {
  position: relative;
  overflow: hidden;
  background: #111411;
  border: 1px solid #dfe3dc;
  border-radius: 4px;
  aspect-ratio: 3 / 4;
}

.template-index .sp-home-clip__poster,
.template-index .sp-home-clip__frame {
  position: absolute;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #111411;
  border: 0;
  place-items: center;
}

.template-index .sp-home-clip__poster {
  cursor: pointer;
}

.template-index .sp-home-clip__poster[hidden],
.template-index .sp-home-clip__frame[hidden] {
  display: none !important;
}

.template-index .sp-home-clip__poster img,
.template-index .sp-home-clip__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.template-index .sp-home-clip__poster img {
  transition: transform 0.35s ease;
}

.template-index .sp-home-clip.is-shorts .sp-home-clip__poster img {
  object-position: center 28%;
}

.template-index .sp-home-clip__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  background: rgba(17, 20, 17, 0.82);
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  place-items: center;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.template-index .sp-home-clip__poster:hover img,
.template-index .sp-home-clip__poster:focus-visible img {
  transform: scale(1.04);
}

.template-index .sp-home-clip__poster:hover .sp-home-clip__play,
.template-index .sp-home-clip__poster:focus-visible .sp-home-clip__play {
  background: rgba(17, 20, 17, 0.94);
  transform: translate(-50%, -50%) scale(1.08);
}

.template-index .sp-home-clip__poster:focus-visible {
  outline: 2px solid var(--sp-ui-accent, #59b34c);
  outline-offset: 3px;
}

.template-index .sp-home-clip__time {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  padding: 3px 6px;
  color: #fff;
  background: rgba(17, 20, 17, 0.86);
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.template-index .sp-home-clip__play::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
  content: '';
  transform: translateX(2px);
}

.template-index .sp-home-clip__caption {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  margin: 10px 0 0;
  color: var(--sp-ui-copy, #222);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.template-index .sp-home-clip__credit {
  color: var(--sp-ui-muted, #6b6f69);
}

.template-index .sp-home-clip__credit:not(:empty)::after {
  content: '·';
  margin-left: 6px;
}

.template-index .sp-home-clip__shop {
  display: inline-block;
  margin-top: 4px;
  color: var(--sp-ui-ink, #111);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.template-index .sp-home-clip__shop:hover,
.template-index .sp-home-clip__shop:focus-visible {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .template-index .sp-home-footage__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }
}

@media (max-width: 767px) {
  .template-index .sp-home-footage {
    margin: 36px 0 8px;
  }

  .template-index .sp-home-footage__header {
    margin: 0 0 16px;
  }

  .template-index .sp-home-footage__heading {
    font-size: 26px;
  }

  .template-index .sp-home-footage__title-row {
    flex-wrap: wrap;
    gap: 6px 12px;
  }

  .template-index .sp-home-footage__copy {
    margin-top: 6px;
    font-size: 14px;
  }

  .template-index .sp-home-footage__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .template-index .sp-home-clip__stage {
    aspect-ratio: 4 / 5;
  }

  .template-index .sp-home-clip__play {
    width: 40px;
    height: 40px;
  }

  .template-index .sp-home-clip__play::before {
    border-width: 6px 0 6px 10px;
  }

  .template-index .sp-home-clip__caption {
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden;
    font-size: 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .template-index .sp-home-clip__shop {
    margin-top: 2px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .template-index .sp-home-clip__poster img,
  .template-index .sp-home-clip__play,
  .template-product .sp-field-videos__play,
  .template-product .sp-field-videos__thumb-play {
    transition: none;
  }

  .template-index .sp-home-clip__poster:hover img,
  .template-index .sp-home-clip__poster:focus-visible img {
    transform: none;
  }

  .template-index .sp-home-clip__poster:hover .sp-home-clip__play,
  .template-index .sp-home-clip__poster:focus-visible .sp-home-clip__play,
  .template-product .sp-field-videos__poster:hover .sp-field-videos__play,
  .template-product .sp-field-videos__poster:focus-visible .sp-field-videos__play {
    transform: translate(-50%, -50%);
  }
}

/* Customer account pages sit under the dark storefront header. */
[class*="template-customers"] .main-content {
  background: #fff;
}

[class*="template-customers"] .sp-account,
[class*="template-customers"] .sp-account *,
.login-popup,
.login-popup * {
  box-sizing: border-box;
}

[class*="template-customers"] .page-account.sp-account {
  padding: 40px 0 64px;
}

[class*="template-customers"] .page-account.sp-account h1 {
  margin: 0;
  text-align: left;
  font-size: inherit;
}

[class*="template-customers"] .sp-account .page-account__inner,
[class*="template-customers"] .sp-account .page-account__inner.dashboard {
  max-width: none;
  margin: 0;
  padding: 0;
}

[class*="template-customers"] .sp-account .page-account__content,
[class*="template-customers"] .sp-account .account__content {
  display: block;
  float: none;
  width: 100%;
  padding: 0;
}

.sp-account__header {
  max-width: 720px;
  margin: 0 0 22px;
}

.sp-account__kicker {
  margin: 0 0 8px;
  color: var(--sp-ui-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.sp-account__title {
  margin: 0;
  color: var(--sp-ui-ink);
  font-family: var(--sp-ui-heading);
  font-size: clamp(32px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.018em;
}

.sp-account__email,
.sp-account__lede {
  margin: 8px 0 0;
  color: var(--sp-ui-muted);
  font-size: 14px;
  line-height: 1.5;
}

.sp-account__email {
  word-break: break-word;
}

.sp-account-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 28px;
  border-bottom: 1px solid var(--sp-ui-line);
}

.sp-account-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-account-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 2px;
  color: var(--sp-ui-muted);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.sp-account-nav__link:hover,
.sp-account-nav__link:focus-visible {
  color: var(--sp-ui-ink);
  text-decoration: none;
}

.sp-account-nav__link.is-active {
  color: var(--sp-ui-ink);
  border-bottom-color: var(--sp-ui-accent);
}

.sp-account-nav__count {
  color: var(--sp-ui-muted);
  font-weight: 600;
}

.sp-account-nav__logout {
  flex: 0 0 auto;
  color: var(--sp-ui-muted);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.sp-account-nav__logout:hover,
.sp-account-nav__logout:focus-visible {
  color: #b42318;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sp-account__back,
.sp-account .return-account__link {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  color: var(--sp-ui-muted);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.sp-account__back:hover,
.sp-account__back:focus-visible,
.sp-account .return-account__link:hover,
.sp-account .return-account__link:focus-visible {
  color: var(--sp-ui-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sp-account__panel,
.sp-account .address-card,
.sp-account .box-account--order {
  border: 1px solid var(--sp-ui-line);
  background: #fff;
}

.sp-account__panel {
  overflow: hidden;
}

.sp-account__panel-head {
  padding: 18px 22px 0;
}

.sp-account__panel-title,
.sp-account .addresses__heading,
.sp-account .box-account__heading {
  margin: 0;
  color: var(--sp-ui-ink);
  font-family: var(--sp-ui-heading);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.012em;
}

.sp-account-table-wrap {
  overflow-x: auto;
}

.sp-account-table,
.sp-account .orders__table .table,
.sp-account .order__table .table {
  width: 100%;
  margin: 0;
}

.sp-account-table th,
.sp-account-table td,
.sp-account .orders__table th,
.sp-account .orders__table td,
.sp-account .order__table th,
.sp-account .order__table td {
  padding: 14px 22px;
  border-color: var(--sp-ui-line);
  color: var(--sp-ui-copy);
  font-size: 14px;
  vertical-align: middle;
}

.sp-account-table thead th,
.sp-account .orders__table thead th,
.sp-account .order__table thead th {
  color: var(--sp-ui-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--sp-ui-soft);
  border-bottom: 1px solid var(--sp-ui-line);
}

.sp-account-table__order {
  color: var(--sp-ui-ink);
  font-weight: 650;
  text-decoration: none;
}

.sp-account-table__order:hover,
.sp-account-table__order:focus-visible {
  color: var(--sp-ui-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sp-account-empty {
  padding: 42px 22px;
  text-align: center;
}

.sp-account-empty__title {
  margin: 0 0 6px;
  color: var(--sp-ui-ink);
  font-family: var(--sp-ui-heading);
  font-size: 22px;
  font-weight: 500;
}

.sp-account-empty__copy {
  max-width: 420px;
  margin: 0 auto 18px;
  color: var(--sp-ui-muted);
  font-size: 14px;
}

.sp-account .btn.btn-primary,
.sp-account .form-button .btn,
.sp-account .form-button input[type="submit"] {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--sp-ui-radius);
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.sp-account .btn.btn-primary:hover,
.sp-account .btn.btn-primary:focus-visible,
.sp-account .form-button .btn:hover,
.sp-account .form-button input[type="submit"]:hover {
  background: var(--sp-ui-accent);
  color: #111;
}

.sp-account__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 20px;
}

.sp-account__toolbar-copy {
  margin: 0;
  color: var(--sp-ui-copy);
  font-size: 14px;
}

.sp-account .addresses__grid {
  margin: 0 -10px;
}

.sp-account .addresses__item {
  padding: 10px;
}

.sp-account .address-card {
  padding: 22px;
}

.sp-account .address-default {
  margin-bottom: 10px;
  color: var(--sp-ui-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sp-account .address-card__update {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.sp-account .address-card__update a,
.sp-account .address-delete {
  min-height: 36px;
  padding: 6px 14px;
  border: 1px solid var(--sp-ui-line);
  background: #fff;
  color: var(--sp-ui-ink);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sp-account .address-card__update a:hover,
.sp-account .address-delete:hover {
  border-color: var(--sp-ui-ink);
  color: var(--sp-ui-ink);
  text-decoration: none;
}

.sp-account .form-label {
  display: block;
  margin-bottom: 6px;
  color: var(--sp-ui-ink);
  font-family: var(--sp-ui-body);
  font-size: 12px;
  font-weight: 650;
}

.sp-account .form-control {
  height: 48px;
  padding: 0 14px;
  border: 1px solid #dfe2dd;
  border-radius: var(--sp-ui-radius);
  color: var(--sp-ui-ink);
  font-size: 14px;
}

.sp-account .form-control:focus {
  border-color: var(--sp-ui-accent);
  outline: 2px solid rgba(89, 179, 76, 0.16);
  outline-offset: 0;
}

.sp-account .form-group {
  margin-bottom: 14px;
}

.sp-account-auth {
  max-width: 920px;
  margin: 0 auto;
}

.sp-account--auth .sp-account__header {
  max-width: none;
  margin-bottom: 28px;
  text-align: left;
}

.sp-account-auth__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 20px;
  align-items: start;
}

.sp-account-auth__single {
  max-width: 520px;
}

.sp-account-card {
  padding: 28px;
  border: 1px solid var(--sp-ui-line);
  background: #fff;
}

.sp-account-card--aside {
  background: var(--sp-ui-soft);
}

.sp-account-card__title {
  margin: 0 0 18px;
  color: var(--sp-ui-ink);
  font-family: var(--sp-ui-heading);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.014em;
}

.sp-account-card__copy {
  margin: 0 0 18px;
  color: var(--sp-ui-copy);
  font-size: 14px;
  line-height: 1.55;
}

.sp-account-card .form-button {
  margin-top: 8px;
}

.sp-account-card .form-button input,
.sp-account-card .btn {
  width: 100%;
}

.sp-account-card__secondary,
.sp-account .btn.sp-account-card__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--sp-ui-ink);
  color: var(--sp-ui-ink);
}

.sp-account-card__secondary:hover,
.sp-account-card__secondary:focus-visible,
.sp-account .btn.sp-account-card__secondary:hover,
.sp-account .btn.sp-account-card__secondary:focus-visible {
  background: var(--sp-ui-ink);
  color: #fff;
}

.sp-account-auth__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

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

.sp-account-auth__actions .btn,
.sp-account-auth__actions input {
  flex: 1 1 180px;
}

.sp-account-auth__text-link,
.sp-account .form-link a,
.sp-account .js-forget-password {
  display: inline-block;
  margin-top: 14px;
  color: var(--sp-ui-ink);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sp-account-auth__text-link:hover,
.sp-account .form-link a:hover,
.sp-account .js-forget-password:hover {
  color: var(--sp-ui-accent);
}

.sp-account .form-link {
  margin: 4px 0 12px;
  text-align: left;
}

.sp-account .box-account--order {
  padding: 20px;
  background: var(--sp-ui-soft);
}

.sp-account .order__table {
  border: 1px solid var(--sp-ui-line);
}

.login-popup .content-form-register.popup {
  max-width: 480px;
  padding: 28px 24px 24px;
  border: 1px solid var(--sp-ui-line);
  box-shadow: 0 18px 50px rgba(4, 5, 7, 0.18);
}

.login-popup .content-form-register.popup .login__content {
  padding: 0;
  border: 0;
  text-align: left;
}

.login-popup .content-form-register h3 {
  margin-bottom: 18px;
  color: var(--sp-ui-ink);
  font-family: var(--sp-ui-heading);
  font-size: 28px;
  font-weight: 500;
  text-align: left;
}

.login-popup .form-button input {
  width: 100%;
  min-height: 48px;
  background: #111;
  letter-spacing: 0.085em;
}

.login-popup .form-button input:hover {
  background: var(--sp-ui-accent);
  color: #111;
}

.login-popup .form-label {
  display: block;
  margin-bottom: 6px;
  color: var(--sp-ui-ink);
  font-size: 12px;
  font-weight: 650;
}

.login-popup .form-control {
  height: 48px;
  padding: 0 14px;
  border: 1px solid #dfe2dd;
}

.login-popup .form-link {
  margin: 8px 0 16px;
  text-align: left;
}

@media (max-width: 767px) {
  [class*="template-customers"] .page-account.sp-account {
    padding: 28px 0 48px;
  }

  .sp-account-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .sp-account-nav__logout {
    padding: 8px 2px 14px;
  }

  .sp-account-auth__grid,
  .sp-account-auth__row {
    grid-template-columns: 1fr;
  }

  .sp-account-card,
  .sp-account__panel-head,
  .sp-account-table th,
  .sp-account-table td,
  .sp-account .orders__table th,
  .sp-account .orders__table td,
  .sp-account .order__table th,
  .sp-account .order__table td {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sp-account-card {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
