/*
Theme Name: Stylepark
Theme URI: https://testshop.stylepark.ru/
Description: STYLEPARK WooCommerce.
Author: Fedor
Version: 1.0.21
Text Domain: stylepark-omniva
*/

:root {
  --sp-content: min(1480px, calc(100vw - 64px));
}

body,
button,
input,
select,
textarea {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo-site,
.sld__title,
.title-page,
.product-infor-name {
  font-family: "Satoshi", "Poppins", sans-serif;
  letter-spacing: 0;
}

.col-full,
.content-area,
.site-content .col-full {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

#masthead.site-header,
.site-footer {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.storefront-breadcrumb,
.site-search,
.site-info,
.storefront-handheld-footer-bar,
.archive .page-header,
.woocommerce-products-header,
.page-template-default:not(.home) .entry-header,
.entry-meta,
.storefront-sorting .woocommerce-result-count {
  display: none !important;
}

.tf-header .logo-site {
  display: inline-flex;
  align-items: center;
  color: var(--main);
  font-family: "Satoshi", "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  width: auto;
  max-width: none;
  aspect-ratio: auto;
  text-decoration: none;
}

.tf-header .logo-site img,
.tf-footer .logo-site img {
  display: block;
  width: 153px;
  height: 36px;
}

.tf-footer .logo-site {
  display: inline-flex;
  align-items: center;
  color: var(--main);
  font-family: "Satoshi", "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  width: auto;
  max-width: none;
  aspect-ratio: auto;
  text-decoration: none;
}

.tf-footer .footer-inner_wrap {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) minmax(130px, .7fr) minmax(140px, .7fr) minmax(200px, 1fr);
  align-items: start;
  gap: 40px;
}

.tf-footer .footer-inner_wrap .ft-infor {
  width: auto;
  max-width: 420px;
}

.tf-footer .footer-inner_wrap .footer-col-block {
  min-width: 0;
}

.tf-header .nav-icon-item {
  color: var(--main);
}

.tf-header .header-primary-navigation {
  align-items: center;
  justify-content: center;
}

.tf-header .header-primary-navigation .box-nav-menu {
  justify-content: center;
}

.sp-footer-locale {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-search-panel .offcanvas-content {
  min-height: 100%;
  display: flex;
  align-items: flex-start;
}

.sp-search-panel .canvas-heading {
  width: 100%;
}

.sp-editable-page-content {
  background: var(--white);
}

.sp-editable-page-content .entry-content {
  max-width: 920px;
  margin: 0 auto;
}

.sp-editable-page-content .entry-content > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .tf-footer .footer-inner_wrap {
    grid-template-columns: minmax(0, 1fr) minmax(140px, 1fr);
    gap: 30px;
  }

  .tf-footer .footer-inner_wrap .ft-infor {
    grid-column: 1 / -1;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .tf-footer .footer-inner_wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tf-footer .footer-inner_wrap .ft-infor {
    margin-bottom: 0;
  }
}

.sp-search-panel .title {
  color: var(--main);
  text-align: center;
}

.sp-site-search-form {
  margin-left: auto;
  margin-right: auto;
}

.sp-site-search-form input[type="search"] {
  min-height: 58px;
  padding-right: 62px !important;
  font-size: 18px;
}

.sp-site-search-form .btn-action_submit {
  border: 0;
  background: transparent;
  color: var(--main);
}

.sp-search-popular {
  justify-content: center;
}

@media (min-width: 1200px) {
  .tf-header .header-inner_wrap {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(0, auto) minmax(180px, 1fr);
    align-items: center;
    column-gap: 28px;
  }

  .tf-header .header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
  }

  .tf-header .header-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .tf-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
  }

  .tf-header .header-logo-desktop {
    font-size: 30px;
    white-space: nowrap;
  }

  .tf-header .header-center .box-nav-menu {
    gap: 24px;
    flex-wrap: nowrap;
  }

  .tf-header .header-center .item-link {
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
  }

  .tf-header .header-center .item-link::before {
    bottom: 8px;
  }

  .tf-header .header-center .item-link::after {
    width: calc(100% + 24px);
  }
}

@media (max-width: 767px) {
  .sp-search-panel .canvas-heading {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .sp-search-panel .title {
    font-size: 30px;
    line-height: 1.12;
  }

  .sp-site-search-form input[type="search"] {
    min-height: 52px;
    padding-right: 54px !important;
    font-size: 16px;
  }

  .sp-search-popular {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.tf-topbar .swiper-topbar {
  height: 48px;
}

.tf-topbar .text-adver {
  min-height: 48px;
}

body.stylepark-omniva .woocommerce-notices-wrapper {
  width: min(1290px, calc(100vw - 32px));
  margin: 0 auto;
}

body.stylepark-omniva .woocommerce-message,
body.stylepark-omniva .woocommerce-info,
body.stylepark-omniva .woocommerce-error {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(1290px, calc(100vw - 32px));
  margin: 20px auto 24px;
  padding: 18px 20px 18px 56px !important;
  border: 1px solid var(--line);
  border-top: 0;
  border-top-color: transparent !important;
  border-left: 4px solid var(--main);
  border-radius: 8px;
  background: var(--surface);
  color: var(--main);
  font-size: 16px;
  line-height: 1.45;
}

body.stylepark-omniva .woocommerce-message {
  border-left-color: #86a516;
}

body.stylepark-omniva .woocommerce-info {
  border-left-color: var(--main);
}

body.stylepark-omniva .woocommerce-error {
  border-left-color: #b72b33;
}

body.stylepark-omniva .woocommerce-message::before,
body.stylepark-omniva .woocommerce-info::before,
body.stylepark-omniva .woocommerce-error::before {
  top: 50%;
  left: 20px;
  color: inherit;
  transform: translateY(-50%);
}

body.stylepark-omniva .woocommerce-message .button,
body.stylepark-omniva .woocommerce-info .button,
body.stylepark-omniva .woocommerce-error .button {
  float: none;
  margin-left: auto;
  min-height: 42px;
  border-radius: 6px;
  padding: 10px 18px;
  background: var(--main);
  color: var(--white);
  white-space: nowrap;
}

.sp-home-products,
.sp-service-row,
.sp-info,
.sp-related {
  width: var(--sp-content);
  max-width: var(--sp-content);
  margin-left: auto;
  margin-right: auto;
}

.sp-service-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  padding-bottom: 80px;
}

.sp-service-row .tf-icon-box {
  min-height: 136px;
  padding: 28px;
  background: var(--surface);
}

.sp-front-page .tf-slideshow .sld-content_inner {
  display: inline-grid;
  max-width: min(620px, calc(100vw - 32px));
  padding: 34px 38px 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sp-front-page .tf-slideshow .sld__tag,
.sp-front-page .tf-slideshow .sld__title {
  color: var(--main) !important;
}

.sp-front-page .tf-slideshow .sld__desc {
  max-width: 520px;
  color: var(--text-2);
}

.tf-page-title.single {
  padding: 28px 0;
}

.sp-shop {
  padding: 50px 0 90px;
}

.sp-shop .tf-shop-control {
  top: 0;
  z-index: 20;
  margin-bottom: 28px;
  background: var(--white, #fff);
  isolation: isolate;
  box-shadow: 0 1px 0 var(--line, #e5e5e5);
  transition: top 0.3s ease;
}

.sp-filter-panel {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
}

.sp-filters-open {
  overflow: hidden;
  height: 100%;
}

.sp-filters-open .sp-filter-panel {
  display: block;
  background: rgba(0, 0, 0, 0.32);
  isolation: isolate;
  overflow: hidden;
  pointer-events: auto;
}

.sp-filters-open .sp-shop .tf-shop-control {
  z-index: 2147483000 !important;
}

body.sp-filters-open .tf-shop-control:has(.sp-filter-panel) {
  z-index: 2147483000 !important;
}

.sp-filters-open .sp-shop .wrapper-shop,
.sp-filters-open .sp-shop .tf-pagination-wrap,
.sp-filters-open .sp-shop .wrapper-control-shop {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
  transition: none !important;
  animation: none !important;
}

.sp-filter-form {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(520px, 100vw);
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: var(--white);
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 2;
  transform: translateZ(0);
  isolation: isolate;
}

.sp-filter-form .canvas-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--white);
}

.sp-filter-close {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--main);
  font-size: 22px;
  line-height: 1;
}

.sp-filter-form .canvas-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: var(--white);
}

.sp-filter-form .widget-facet {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.sp-filter-form .widget-facet:first-child {
  padding-top: 0;
}

.sp-filter-form .facet-title {
  margin-bottom: 22px;
}

.sp-filter-form .filter-group-check {
  margin: 0;
  padding: 0;
}

.sp-filter-form .group-check-color {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.sp-filter-form .field-color {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
}

.sp-filter-form .field-color input {
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sp-filter-form .field-color .color {
  width: auto;
  height: auto;
  inset: 0;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
}

.sp-filter-form .field-color input:checked + .color {
  inset: 5px;
  box-shadow: none;
}

.sp-filter-form .field-color:focus-within {
  outline: 2px solid var(--main);
  outline-offset: 3px;
}

.sp-applied-filters .filter-tag { text-transform: none; }
.sp-catalog-breadcrumb { flex-wrap: wrap; row-gap: 8px; }
.sp-catalog-breadcrumb li { min-width: 0; overflow-wrap: anywhere; }

.sp-price-filter .sp-price-track {
  position: relative;
  height: 4px;
  margin: 18px 12px 32px;
  background: transparent;
}
.sp-price-filter .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -8px;
  right: -10px;
  left: auto;
  border: 0;
}
.sp-price-filter .noUi-handle:focus-visible { outline: 2px solid var(--main); outline-offset: 4px; }

.sp-price-filter input {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0;
  background: transparent;
  color: var(--main);
  text-align: right;
}

.sp-price-filter .price-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.sp-price-filter .box-wrap,
.sp-price-filter .price-val_wrap {
  width: 100%;
  margin: 0;
}

.sp-price-filter .price-val_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: var(--white);
}

.sp-filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 18px 28px;
  padding-bottom: max(18px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: var(--white);
  z-index: 2;
}

.woocommerce .wrapper-shop.tf-grid-layout {
  display: grid;
  gap: 32px 15px;
  margin: 0 0 60px;
}

.woocommerce .wrapper-shop.tf-grid-layout.tf-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce .wrapper-shop.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce .wrapper-shop.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce .wrapper-shop.tf-grid-layout.tf-list-layout {
  grid-template-columns: 1fr;
  gap: 24px;
}

.woocommerce .wrapper-shop::before,
.woocommerce .wrapper-shop::after {
  display: none;
}

.woocommerce .wrapper-shop .product {
  width: 100% !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
}

.woocommerce .wrapper-shop.tf-list-layout .card-product {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.woocommerce .wrapper-shop.tf-list-layout .card-product .card-product_wrapper {
  margin-bottom: 0;
}

.woocommerce .wrapper-shop.tf-list-layout .card-product .product-img {
  aspect-ratio: 331 / 389;
}

.woocommerce .wrapper-shop.tf-list-layout .card-product .card-product_info {
  padding-top: 8px;
}

.woocommerce .wrapper-shop.tf-list-layout .card-product .name-product {
  min-height: 0;
  font-size: 20px;
}

.woocommerce .tf-btn-filter {
  border: 0;
  background: transparent;
}

.woocommerce .tf-shop-control .woocommerce-result-count {
  margin: 0;
  color: var(--text-4);
  font-size: 14px;
}

.card-product .product-img {
  aspect-ratio: 331 / 389;
  background: var(--surface);
}

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

.card-product .name-product {
  display: block;
  min-height: 44px;
}

.card-product .box-icon.active,
.card-product .box-icon:hover {
  background: var(--main);
  color: var(--white);
}

.card-product .box-icon.active .icon,
.card-product .box-icon:hover .icon {
  color: var(--white);
}

.sp-card-cart {
  border-radius: 50% !important;
}

.section-product-single {
  padding-bottom: 90px;
}

.section-product-single {
  padding-top: 34px;
}

.section-product-single .tf-product-media-wrap {
  top: 115px;
}

.section-product-single .tf-product-media-main .item {
  display: block;
  background: var(--surface);
}

.section-product-single .tf-product-media-main .item img,
.section-product-single .tf-product-media-thumbs .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-product-single form.cart {
  display: grid;
  gap: 14px;
  width: 100%;
}

.section-product-single form.cart .quantity {
  position: relative;
  margin: 0;
  width: 164px;
  min-width: 164px;
  height: 64px;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
}

.section-product-single form.cart .quantity input.qty {
  width: 100%;
  height: 100%;
  border: 0;
  text-align: center;
  background: transparent;
  color: var(--main);
  font-weight: 500;
  -moz-appearance: textfield;
}

.section-product-single form.cart .quantity input.qty::-webkit-outer-spin-button,
.section-product-single form.cart .quantity input.qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.section-product-single .sp-qty-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52px;
  border: 0;
  background: transparent;
  color: var(--main);
  display: grid;
  place-items: center;
  z-index: 2;
}

.section-product-single .sp-qty-minus {
  left: 0;
}

.section-product-single .sp-qty-plus {
  right: 0;
}

.section-product-single form.cart .button {
  width: 100%;
  min-height: 64px;
  border-radius: 6px;
  background: var(--white);
  color: var(--main);
  border: 1px solid var(--main);
  font-weight: 600;
}

body.stylepark-omniva.woocommerce div.product .section-product-single form.cart .button,
body.stylepark-omniva.woocommerce div.product .section-product-single form.cart .single_add_to_cart_button,
body.stylepark-omniva .section-product-single form.cart .button.alt {
  background: var(--white) !important;
  color: var(--main) !important;
  border: 1px solid var(--main) !important;
  box-shadow: none !important;
}

body.stylepark-omniva.woocommerce div.product .section-product-single form.cart .sp-buy-now,
body.stylepark-omniva .section-product-single form.cart .sp-buy-now {
  background: var(--main) !important;
  color: var(--white) !important;
}

.section-product-single form.cart:not(.variations_form) {
  grid-template-columns: 164px minmax(0, 1fr);
  align-items: center;
}

.section-product-single form.variations_form table.variations {
  display: none;
}

.sp-variation-pickers {
  display: grid;
  gap: 28px;
}

/* Hide denier for all current and imported products; keep variant selection active. */
.sp-variation-picker[data-attribute="attribute_количество-ден" i],
.woocommerce-product-attributes-item--attribute_количество-ден,
.sp-variation-picker[data-attribute="attribute_pa_количество-ден" i],
.woocommerce-product-attributes-item--attribute_pa_количество-ден,
.sp-variation-picker[data-attribute="attribute_%D0%BA%D0%BE%D0%BB%D0%B8%D1%87%D0%B5%D1%81%D1%82%D0%B2%D0%BE-%D0%B4%D0%B5%D0%BD" i],
.sp-variation-picker[data-attribute="attribute_pa_%D0%BA%D0%BE%D0%BB%D0%B8%D1%87%D0%B5%D1%81%D1%82%D0%B2%D0%BE-%D0%B4%D0%B5%D0%BD" i],
.sp-variation-picker[data-attribute="attribute_kolichestvo-den"],
.sp-variation-picker[data-attribute="attribute_pa_kolichestvo-den"],
.woocommerce-product-attributes-item--kolichestvo-den,
.woocommerce-product-attributes-item--attribute_kolichestvo-den,
.woocommerce-product-attributes-item--attribute_pa_kolichestvo-den {
  display: none !important;
}

.sp-variation-picker .variant-picker-label {
  margin-bottom: 16px;
}

.sp-variation-picker .variant-picker-values {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.sp-variation-picker button {
  font: inherit;
  cursor: pointer;
}

.sp-variation-picker .color-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  display: grid;
  place-items: center;
}

.sp-variation-picker .color-btn .check-color {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background-clip: padding-box;
}

.sp-variation-picker .color-btn.active {
  outline: 1px solid var(--main);
  outline-offset: 3px;
}

.sp-variation-pickers .sp-variation-picker .variant-picker-values .size-btn {
  flex: 0 1 auto;
  width: max-content;
  max-width: 100%;
  min-width: 48px;
  min-height: 48px;
  height: auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  color: var(--main);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: 16px;
}

.sp-variation-pickers .sp-variation-picker .variant-picker-values .size-btn.active {
  background: var(--main);
  color: var(--white);
  border-color: var(--main);
}

.section-product-single form.variations_form select {
  display: none;
}

.section-product-single form.variations_form .single_variation_wrap {
  display: grid;
  gap: 14px;
}

.section-product-single form.variations_form .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.section-product-single form.cart .sp-buy-now {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 64px;
  border-radius: 6px;
  background: var(--main);
  color: var(--white);
  border-color: var(--main);
}

.section-product-single form.cart .sp-buy-now:hover {
  color: var(--white);
}

.section-product-single .woocommerce-variation {
  color: var(--main);
}

.tf-product-info-heading .price {
  color: var(--main);
}

.sp-product-delivery {
  margin: 24px 0;
}

.woocommerce-tabs ul.tabs {
  display: none;
}

.woocommerce-tabs .panel {
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.sp-info {
  padding: 70px 0 100px;
}

.sp-info-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(420px, 1fr);
  gap: 68px;
}

.sp-info-card,
.sp-contact-form {
  padding: 30px;
  border-radius: 8px;
  background: var(--surface);
}

.sp-faq-list .accordion-item-v1 {
  border-top: 1px solid var(--line);
}

.sp-faq-list .accordion-item-v1:last-child {
  border-bottom: 1px solid var(--line);
}

.sp-faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.sp-faq-list summary::after {
  content: "+";
  font-size: 20px;
}

.sp-faq-list details[open] summary::after {
  content: "-";
}

.sp-contact-list {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
}

.sp-contact-list li {
  display: grid;
  gap: 5px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.sp-contact-form {
  display: grid;
  gap: 15px;
}

.sp-contact-form label {
  display: grid;
  gap: 7px;
}

.sp-contact-form input,
.sp-contact-form textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.sp-contact-form textarea {
  min-height: 130px;
}

.sp-woo-page {
  padding: 0 0 90px;
}

body.stylepark-omniva .tf-page-title-2 .breadcrumb,
body.stylepark-omniva .tf-page-title.single .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  line-height: 1.35;
}

body.stylepark-omniva .tf-page-title-2 .br-dot,
body.stylepark-omniva .tf-page-title.single .br-dot {
  width: 4px;
  height: 4px;
  min-width: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.55;
}

.sp-cart-page .tf-table-page-cart {
  min-width: 760px;
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.sp-cart-page .tf-table-page-cart th,
.sp-cart-page .tf-table-page-cart td {
  padding: 24px 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}

.sp-cart-page .tf-table-page-cart thead th {
  background: var(--surface);
  color: var(--main);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.sp-cart-page .tf-table-page-cart thead th:not(:first-child),
.sp-cart-page .tf-table-page-cart td:not(:first-child) {
  text-align: center;
}

.sp-cart-page .tf-table-page-cart tbody tr:last-child td {
  border-bottom: 0;
}

.sp-cart-page .overflow-auto {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.sp-cart-page .cart_product {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.sp-cart-page .img-prd {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: var(--surface);
}

.sp-cart-page .img-prd img {
  display: block;
  width: 118px;
  height: 150px;
  object-fit: cover;
}

.sp-cart-page .cart-info {
  display: grid;
  gap: 8px;
}

.sp-cart-page .cart-info .name {
  font-size: 16px;
  line-height: 1.35;
}

.sp-cart-page .woocommerce-Price-amount {
  color: var(--main);
  font-weight: 600;
}

.sp-cart-page .remove-cart {
  width: fit-content;
  color: var(--text-4) !important;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.25 !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.stylepark-omniva .sp-cart-page a.remove,
body.stylepark-omniva .sp-cart-page a.remove-cart {
  display: inline-flex;
  width: auto;
  height: auto;
  border-radius: 0;
  color: var(--text-4) !important;
  background: transparent !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  text-indent: 0;
}

.sp-cart-page .remove-cart:hover,
body.stylepark-omniva .sp-cart-page a.remove:hover,
body.stylepark-omniva .sp-cart-page a.remove-cart:hover {
  color: var(--main) !important;
  background: transparent !important;
}

.sp-cart-page .quantity,
.sp-checkout-page .quantity {
  position: relative;
  width: 136px;
  height: 52px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
}

.sp-cart-page .quantity input.qty {
  width: 100%;
  height: 100%;
  border: 0;
  text-align: center;
  background: transparent;
  font-weight: 500;
}

.sp-cart-page .sp-qty-btn,
.sp-qv-quantity .sp-qty-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  border: 0;
  background: transparent;
  color: var(--main);
  display: grid;
  place-items: center;
  z-index: 2;
}

.sp-cart-page .sp-qty-minus,
.sp-qv-quantity .sp-qty-minus {
  left: 0;
}

.sp-cart-page .sp-qty-plus,
.sp-qv-quantity .sp-qty-plus {
  right: 0;
}

.sp-cart-page .tf-page-cart-main,
.sp-checkout-page .tf-checkout-cart-main,
.sp-woo-page .woocommerce-MyAccount-content {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: var(--white);
}

.sp-cart-page .tf-page-cart-main {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding: 32px;
}

.sp-cart-page .discount-ip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.sp-cart-page .value-discount,
.sp-checkout-page input.input-text,
.sp-checkout-page textarea,
.sp-checkout-page select,
.sp-woo-page .woocommerce-Input,
.sp-woo-page .input-text {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 16px;
  background: var(--white);
}

.sp-cart-page .tf-page-cart-main .tf-btn,
.sp-cart-page .discount-ip .tf-btn,
.sp-cart-page button[name="update_cart"] {
  min-height: 54px;
  border-radius: 6px !important;
  border-color: var(--main) !important;
  background: var(--white) !important;
  color: var(--main) !important;
  box-shadow: none !important;
}

.tf-page-cart-sidebar {
  top: 110px;
}

.tf-page-cart-sidebar .cart-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px;
  background: var(--surface);
}

.tf-page-cart-sidebar .cart-head {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.tf-page-cart-sidebar .cart-head .total-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}

.tf-page-cart-sidebar .cart-head .total {
  color: var(--main);
  white-space: nowrap;
}

.sp-cart-total-list {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.sp-cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--text-4);
  line-height: 1.45;
}

.sp-cart-total-row > span:last-child {
  color: var(--main);
  font-weight: 500;
  text-align: right;
}

.sp-cart-total-row ul,
.sp-cart-total-row p {
  margin: 0;
}

.sp-cart-total-row .woocommerce-shipping-methods {
  display: grid;
  gap: 8px;
  list-style: none;
  padding: 0;
  text-align: right;
}

.sp-cart-total-row .woocommerce-shipping-destination {
  margin-top: 8px;
}

.sp-cart-total-row .shipping-calculator-button {
  color: var(--main);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sp-cart-total-row.order-total {
  font-weight: 600;
  color: var(--main);
}

.tf-page-cart-sidebar .wc-proceed-to-checkout,
.tf-page-cart-sidebar .checkout-btn {
  display: grid;
  gap: 12px;
}

.tf-page-cart-sidebar .checkout-button,
.sp-checkout-page #place_order,
.sp-woo-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 6px;
  border: 1px solid var(--main);
  background: var(--main);
  color: var(--white);
  font-weight: 600;
}

body.stylepark-omniva .sp-cart-page .checkout-button,
body.stylepark-omniva .sp-cart-page .checkout-button.button,
body.stylepark-omniva .sp-cart-page .checkout-button.button.alt,
body.stylepark-omniva .tf-page-cart-sidebar .checkout-button,
body.stylepark-omniva .tf-page-cart-sidebar .checkout-button.button,
body.stylepark-omniva .tf-page-cart-sidebar .checkout-button.button.alt,
body.stylepark-omniva .tf-page-cart-sidebar .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 60px;
  border: 1px solid #181818 !important;
  border-radius: 6px !important;
  background: #181818 !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none !important;
}

body.stylepark-omniva .sp-cart-page .checkout-button:hover,
body.stylepark-omniva .tf-page-cart-sidebar .checkout-button:hover,
body.stylepark-omniva .tf-page-cart-sidebar .wc-proceed-to-checkout a.checkout-button:hover {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ffffff !important;
}

.tf-page-cart-sidebar .cart-imgtrust {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.tf-page-cart-sidebar .method-list {
  justify-content: center;
}

.tf-page-cart-sidebar .img-method {
  min-width: 52px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.sp-checkout-page .woocommerce-billing-fields__field-wrapper,
.sp-checkout-page .woocommerce-shipping-fields__field-wrapper,
.sp-checkout-page .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sp-checkout-page .form-row {
  float: none !important;
  clear: both;
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.sp-checkout-page label {
  margin-bottom: 8px;
  color: var(--main);
  font-size: 15px;
  line-height: 1.35;
}

.sp-checkout-page h3,
.sp-checkout-page .woocommerce-billing-fields h3,
.sp-checkout-page .woocommerce-shipping-fields h3,
.sp-checkout-page .woocommerce-additional-fields h3 {
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 1.15;
}

.sp-checkout-page input.input-text,
.sp-checkout-page textarea,
.sp-checkout-page select {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
}

.sp-checkout-page .woocommerce-form-login-toggle .woocommerce-info,
.sp-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info {
  margin-top: 0;
}

.sp-order-received {
  padding-bottom: 90px;
}

.sp-order-received .cart-box,
.sp-order-received .woocommerce-order-details,
.sp-order-received .woocommerce-customer-details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: var(--white);
}

.sp-order-status-box {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.sp-order-status-icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #86a516;
  color: var(--white);
  font-size: 24px;
}

.sp-order-status-box h4 {
  margin: 4px 0 0;
}

.sp-order-overview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.sp-order-overview li {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin: 0;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  text-transform: none;
}

.sp-order-overview li:last-child {
  border-right: 0;
}

.sp-order-overview span {
  color: var(--text-4);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.sp-order-overview strong {
  color: var(--main);
  font-size: 16px;
  line-height: 1.35;
  word-break: break-word;
}

.sp-order-payment-note {
  margin-bottom: 24px;
}

.sp-order-main {
  display: grid;
  gap: 28px;
}

.sp-order-received .woocommerce-order-details,
.sp-order-received .woocommerce-customer-details {
  padding: 0;
  border: 0;
  background: transparent;
}

.sp-order-received .woocommerce-order-details__title,
.sp-order-received .woocommerce-column__title {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.15;
}

.sp-order-received table.shop_table {
  width: 100%;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.sp-order-received table.shop_table th,
.sp-order-received table.shop_table td {
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--main);
  line-height: 1.45;
}

.sp-order-received table.shop_table tr:last-child th,
.sp-order-received table.shop_table tr:last-child td {
  border-bottom: 0;
}

.sp-order-received table.shop_table thead th {
  background: var(--surface);
  color: var(--text-4);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.sp-order-received .woocommerce-table__product-name a {
  color: var(--main);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sp-order-received address {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--surface);
  color: var(--main);
  line-height: 1.65;
}

.sp-checkout-page .form-row-wide,
.sp-checkout-page #billing_address_1_field,
.sp-checkout-page #billing_address_2_field,
.sp-checkout-page #order_comments_field {
  grid-column: 1 / -1;
}

.sp-checkout-page .woocommerce-checkout-review-order-table {
  width: 100%;
}

.sp-checkout-page .woocommerce-checkout-review-order-table th,
.sp-checkout-page .woocommerce-checkout-review-order-table td {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.sp-woo-page .woocommerce-MyAccount-navigation {
  margin-bottom: 24px;
}

.sp-woo-page .my-account-nav,
.sp-woo-page .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-woo-page .my-account-nav a,
.sp-woo-page .woocommerce-MyAccount-navigation a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 16px;
  color: var(--main);
}

.sp-woo-page .is-active a,
.sp-woo-page .woocommerce-MyAccount-navigation-link.is-active a {
  border-color: var(--main);
  background: var(--main);
  color: var(--white);
}

.sp-wishlist-panel .tf-mini-cart-wrap,
.sp-wishlist-panel .tf-mini-cart-main,
.sp-wishlist-panel .tf-mini-cart-sroll {
  height: 100%;
}

.sp-wishlist-panel .tf-mini-cart-items,
.sp-compare-modal .tf-compare-offcanvas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sp-wishlist-panel .tf-mini-cart-bottom {
  display: grid;
  gap: 10px;
  padding-top: 20px;
}

.sp-wishlist-panel .tf-compare-item,
.sp-compare-modal .tf-compare-item {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
}

.sp-wishlist-panel .sp-tool-image,
.sp-compare-modal .sp-tool-image {
  position: relative;
}

.sp-wishlist-panel .tf-compare-item img,
.sp-compare-modal .tf-compare-item img {
  width: 100%;
  aspect-ratio: 288 / 339;
  object-fit: cover;
  background: var(--surface);
}

.sp-wishlist-panel .tf-compare-item .remove,
.sp-compare-modal .tf-compare-item .remove {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.sp-quickview-modal .modal-dialog {
  max-width: min(1290px, calc(100vw - 40px));
}

.sp-quickview-modal .modal-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr);
  overflow: hidden;
  border: 0;
  border-radius: 8px;
}

.sp-quickview-modal .col-left,
.sp-quickview-modal .col-right {
  min-width: 0;
}

.sp-quickview-modal .swiper-quickview,
.sp-quickview-modal .swiper-slide,
.sp-quickview-modal .item {
  height: 100%;
}

.sp-quickview-modal .item {
  background: var(--surface);
}

.sp-quickview-modal .item img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.sp-quickview-modal .col-right {
  padding: 60px 54px 46px;
}

.sp-quickview-modal .btn-close-popup {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 3;
  cursor: pointer;
}

.sp-quickview-modal .quick-variant-picker {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.sp-quickview-modal .variant-picker_values {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sp-quickview-modal .color_btn,
.sp-quickview-modal .size_btn {
  border: 0;
  background: transparent;
}

.sp-quickview-modal .color_btn .check-color {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
}

.sp-quickview-modal .color_btn.active {
  outline: 1px solid var(--main);
  outline-offset: 3px;
  border-radius: 50%;
}

.sp-quickview-modal .quick-variant-picker .size_btn {
  flex: 0 1 auto;
  width: max-content;
  max-width: 100%;
  min-width: 48px;
  min-height: 48px;
  height: auto;
  padding: 10px 14px;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.3;
  font-size: 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sp-quickview-modal .size_btn.active {
  background: var(--main);
  color: var(--white);
  border-color: var(--main);
}

/* An unmapped colour has a text label in quick view, rather than a swatch. */
.sp-quickview-modal .color_btn:has(.check-color[style=""]) {
  max-width: 100%;
  border-radius: 24px;
}

.sp-quickview-modal .color_btn .check-color[style=""] {
  width: auto;
  height: auto;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 24px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.sp-quickview-modal [data-sp-qv-cart].disabled,
.sp-quickview-modal [data-sp-qv-buy].disabled,
.sp-quickview-modal [data-sp-qv-cart].is-loading,
.sp-quickview-modal [data-sp-qv-buy].is-loading {
  opacity: 0.55;
  pointer-events: none;
}

.sp-qv-quantity {
  position: relative;
}

.sp-quickview-modal .sp-qv-loading {
  display: none;
  position: absolute;
  inset: 0;
  place-items: center;
  background: rgba(255, 255, 255, 0.72);
  z-index: 4;
}

.sp-quickview-modal.is-loading .sp-qv-loading {
  display: grid;
}

@media (max-width: 1199px) {
  body {
    padding-bottom: 0;
  }

  .tf-header .header-inner_wrap {
    display: flex;
    align-items: center;
  }

  .tf-header .header-left,
  .tf-header .header-right {
    flex: 1 1 0;
    min-width: 0;
  }

  .tf-header .header-center {
    flex: 0 1 auto;
    min-width: 0;
    text-align: center;
  }

  .tf-header .logo-site {
    max-width: 100%;
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tf-header .nav-icon-list {
    gap: 10px;
  }

  .tf-header .box-navigation {
    display: none;
  }

  .woocommerce .wrapper-shop.tf-grid-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  :root {
    --sp-content: calc(100vw - 30px);
  }

  .tf-topbar {
    display: none;
  }

  .sp-front-page .tf-slideshow .sld-content_inner {
    max-width: calc(100vw - 30px);
    padding: 24px 22px 26px;
    background: rgba(255, 255, 255, 0.78);
  }

  .sp-front-page .tf-slideshow .sld__title {
    font-size: 42px;
    line-height: 0.98;
  }

  .tf-header .header-inner_wrap {
    min-height: 74px;
  }

  .tf-header .header-left,
  .tf-header .header-right {
    flex-basis: 78px;
  }

  .tf-header .logo-site {
    font-size: clamp(20px, 7.2vw, 27px);
  }

  .tf-header .nav-icon-list {
    gap: 8px;
  }

  .tf-header .nav-icon-list .nav-icon-item {
    width: 28px;
    min-width: 28px;
  }

  .tf-header .nav-icon-list .d-none.d-sm-block {
    display: none !important;
  }

  .tf-page-title.single {
    padding: 22px 0 12px;
  }

  .tf-page-title.single .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    line-height: 1.35;
  }

  .tf-page-title-2.flat-spacing-2 {
    padding: 42px 0 34px;
  }

  .tf-page-title-2 .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px 12px;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.35;
  }

  .tf-page-title-2 h3 {
    font-size: 34px;
    line-height: 1.08;
  }

  .section-product-single {
    padding-top: 14px;
    padding-bottom: 48px;
  }

  .section-product-single .product-infor-name {
    font-size: 32px;
    line-height: 1.08;
  }

  .section-product-single .tf-product-description {
    font-size: 16px;
    line-height: 1.55;
  }

  .section-product-single .tf-product-media-wrap {
    position: relative !important;
    top: auto;
  }

  .section-product-single .product-thumbs-slider.style-row {
    display: block;
  }

  .section-product-single .tf-product-media-thumbs {
    margin-top: 12px;
  }

  .section-product-single .tf-product-media-main .item img {
    object-fit: contain;
  }

  .tf-product-info-wrap .tf-product-info-list {
    padding-top: 24px;
  }

  .section-product-single form.cart:not(.variations_form),
  .section-product-single form.variations_form .woocommerce-variation-add-to-cart {
    grid-template-columns: minmax(120px, 0.32fr) minmax(0, 1fr);
    gap: 10px;
  }

  .section-product-single form.cart .quantity {
    width: 100%;
    min-width: 0;
    height: 58px;
  }

  .section-product-single form.cart .button,
  .section-product-single form.cart .sp-buy-now {
    min-height: 58px;
  }

  .sp-variation-pickers {
    gap: 22px;
  }

  .section-product-single .tf-product-delivery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: left;
  }

  .section-product-single .tf-product-delivery .br-line {
    display: none;
  }

  .section-product-single .product-delivery {
    justify-content: flex-start;
    text-align: left;
  }

  body.stylepark-omniva .woocommerce-message,
  body.stylepark-omniva .woocommerce-info,
  body.stylepark-omniva .woocommerce-error {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    padding: 16px !important;
    font-size: 15px;
    line-height: 1.45;
  }

  body.stylepark-omniva .woocommerce-message::before,
  body.stylepark-omniva .woocommerce-info::before,
  body.stylepark-omniva .woocommerce-error::before {
    position: static;
    transform: none;
    grid-row: 1 / span 2;
  }

  body.stylepark-omniva .woocommerce-message .button,
  body.stylepark-omniva .woocommerce-info .button,
  body.stylepark-omniva .woocommerce-error .button {
    grid-column: 2;
    justify-self: start;
    margin-left: 0;
    min-height: 38px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .section-customer-review .content {
    gap: 36px;
  }

  .tf-sticky-btn-atc {
    display: none;
  }

  .sp-service-row,
  .sp-info-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce .wrapper-shop.tf-grid-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-woo-page {
    padding-bottom: 56px;
  }

  .sp-cart-page .tf-page-cart-main,
  .sp-checkout-page .tf-checkout-cart-main,
  .tf-page-cart-sidebar .cart-box,
  .sp-woo-page .woocommerce-MyAccount-content {
    padding: 20px;
  }

  .sp-cart-page .overflow-auto {
    overflow: visible !important;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .sp-cart-page .tf-table-page-cart {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .sp-cart-page .tf-table-page-cart thead {
    display: none;
  }

  .sp-cart-page .tf-table-page-cart tbody,
  .sp-cart-page .tf-table-page-cart tr,
  .sp-cart-page .tf-table-page-cart td {
    display: block;
    width: 100%;
  }

  .sp-cart-page .tf-table-page-cart tr {
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
  }

  .sp-cart-page .tf-table-page-cart th,
  .sp-cart-page .tf-table-page-cart td {
    padding: 10px 0;
    border-bottom: 0;
    text-align: left !important;
  }

  .sp-cart-page .cart_product {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .sp-cart-page .img-prd img {
    width: 92px;
    height: 120px;
  }

  .sp-cart-page .cart-info .name {
    font-size: 15px;
  }

  .sp-cart-page .product-price,
  .sp-cart-page .product-quantity,
  .sp-cart-page .product-subtotal {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid var(--line);
  }

  .sp-cart-page .product-price::before,
  .sp-cart-page .product-quantity::before,
  .sp-cart-page .product-subtotal::before {
    content: attr(data-title);
    color: var(--text-4);
    font-size: 14px;
    font-weight: 400;
  }

  .sp-cart-page .quantity {
    width: 128px;
    height: 48px;
  }

  .sp-cart-page .tf-page-cart-main {
    margin-top: 10px;
  }

  .sp-cart-total-row,
  .tf-page-cart-sidebar .cart-head .total-discount {
    gap: 14px;
  }

  .sp-cart-total-row .woocommerce-shipping-methods,
  .sp-cart-total-row > span:last-child {
    text-align: right;
  }

  .sp-checkout-page h3,
  .sp-checkout-page .woocommerce-billing-fields h3,
  .sp-checkout-page .woocommerce-shipping-fields h3,
  .sp-checkout-page .woocommerce-additional-fields h3 {
    font-size: 24px;
    line-height: 1.18;
  }

  .sp-checkout-page label {
    font-size: 14px;
  }

  .sp-checkout-page input.input-text,
  .sp-checkout-page textarea,
  .sp-checkout-page select {
    min-height: 48px;
    padding: 10px 14px;
  }

  .sp-order-received {
    padding-bottom: 56px;
  }

  .sp-order-status-box {
    align-items: flex-start;
    padding: 20px;
  }

  .sp-order-status-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .sp-order-status-box h4 {
    font-size: 24px;
    line-height: 1.15;
  }

  .sp-order-overview {
    grid-template-columns: 1fr;
  }

  .sp-order-overview li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 15px 18px;
  }

  .sp-order-overview li:last-child {
    border-bottom: 0;
  }

  .sp-order-main {
    padding: 20px;
    overflow: hidden;
  }

  .sp-order-received .woocommerce-order-details__title,
  .sp-order-received .woocommerce-column__title {
    font-size: 24px;
  }

  .sp-order-received .woocommerce-order-details {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sp-order-received table.shop_table {
    min-width: 560px;
  }

  .sp-checkout-page .woocommerce-billing-fields__field-wrapper,
  .sp-checkout-page .woocommerce-shipping-fields__field-wrapper,
  .sp-checkout-page .woocommerce-additional-fields__field-wrapper,
  .sp-cart-page .discount-ip {
    grid-template-columns: 1fr;
  }

  .sp-quickview-modal .modal-dialog {
    max-width: calc(100vw - 20px);
    margin-left: auto;
    margin-right: auto;
  }

  .sp-quickview-modal .modal-content {
    grid-template-columns: 1fr;
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
  }

  .sp-quickview-modal .item img {
    min-height: 360px;
    max-height: 48dvh;
    object-fit: contain;
  }

  .sp-quickview-modal .col-right {
    padding: 28px 20px 24px;
  }

  .sp-quickview-modal .btn-close-popup {
    top: 14px;
    right: 14px;
  }

  .sp-wishlist-panel .tf-mini-cart-items,
  .sp-compare-modal .tf-compare-offcanvas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 520px) {
  .tf-header .header-left,
  .tf-header .header-right {
    flex-basis: 54px;
  }

  .tf-header .header-right .nav-icon-list li:not(.d-none) {
    display: block;
  }

  body.stylepark-omniva #gridLayout.wrapper-shop.tf-grid-layout:not(.tf-list-layout),
  body.stylepark-omniva .woocommerce #gridLayout.wrapper-shop.tf-grid-layout:not(.tf-list-layout),
  body.stylepark-omniva #gridLayout.wrapper-shop.tf-grid-layout.tf-col-2,
  body.stylepark-omniva #gridLayout.wrapper-shop.tf-grid-layout.tf-col-3,
  body.stylepark-omniva #gridLayout.wrapper-shop.tf-grid-layout.tf-col-4,
  body.stylepark-omniva #gridLayout.wrapper-shop.tf-grid-layout.tf-col-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 12px;
  }

  body.stylepark-omniva #gridLayout .card-product {
    min-width: 0;
  }

  body.stylepark-omniva #gridLayout.wrapper-shop.tf-grid-layout.tf-list-layout {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  body.stylepark-omniva #gridLayout.tf-list-layout .card-product {
    grid-template-columns: minmax(110px, 36vw) minmax(0, 1fr);
    gap: 14px;
  }

  body.stylepark-omniva #gridLayout.tf-list-layout .card-product .name-product {
    font-size: 15px;
  }

  .sp-filter-form {
    width: 100vw;
    height: 100dvh;
    z-index: 2;
  }

  .sp-filter-form .canvas-header,
  .sp-filter-form .canvas-body,
  .sp-filter-actions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sp-filter-form .canvas-body {
    padding-bottom: 20px;
  }

  .sp-price-filter .price-box {
    gap: 10px;
  }

  .sp-price-filter .price-val_wrap {
    padding: 12px 14px;
  }

  .tf-footer .logo-site {
    max-width: none;
    aspect-ratio: auto;
    font-size: 26px;
  }

  .tf-footer .footer-col-block .tf-collapse-content {
    display: block;
  }

  .tf-footer .footer-heading-mobile {
    margin-bottom: 12px;
  }

  .tf-footer .footer-heading-mobile::before,
  .tf-footer .footer-heading-mobile::after {
    display: none;
  }

  .tf-footer .footer-bottom_wrap {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .tf-footer .method-list {
    justify-content: center;
  }

  .sp-quickview-modal .tf-product-total-quantity .group-action {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 10px;
  }
}


#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100%;

}
/* Keep the wishlist header, scrollable products and actions in one column. */
#styleparkWishlistPanel { flex-direction: column; width: min(520px, 100vw); }
#styleparkWishlistPanel .canvas-header { display: flex; align-items: center; justify-content: space-between; flex: 0 0 auto; gap: 20px; padding: 24px; border-bottom: 1px solid var(--line); }
#styleparkWishlistPanel .canvas-header .title { margin: 0; }
#styleparkWishlistPanel .canvas-header button { width: 36px; height: 36px; flex-shrink: 0; }
#styleparkWishlistPanel .canvas-body { flex: 1; min-height: 0; padding: 0; overflow: hidden; }
#styleparkWishlistPanel .tf-mini-cart-wrap { height: 100%; min-height: 0; }
#styleparkWishlistPanel .tf-mini-cart-main { height: auto; min-height: 0; flex: 1; }
#styleparkWishlistPanel .tf-mini-cart-sroll { height: auto; justify-content: flex-start; padding: 24px; }
#styleparkWishlistPanel .tf-mini-cart-items { padding: 0; align-content: start; }
#styleparkWishlistPanel .tf-mini-cart-bottom { flex: 0 0 auto; padding: 20px 24px; border-top: 1px solid var(--line); box-shadow: none; }
#styleparkWishlistPanel [hidden] { display: none !important; }
#styleparkWishlistPanel .name-prd_compare { -webkit-line-clamp: 2; white-space: normal; }

/* WooCommerce clearfix pseudo-elements must not occupy grid cells. */
.woocommerce ul.sp-order-overview { display: grid; margin: 0 0 24px; padding: 0; }
.woocommerce ul.sp-order-overview::before,
.woocommerce ul.sp-order-overview::after { content: none; display: none; }
.woocommerce ul.sp-order-overview li { float: none; width: auto; margin: 0; padding: 18px 20px; border-right: 1px solid var(--line); font-size: inherit; }
.woocommerce ul.sp-order-overview li:last-child { border-right: 0; }
.woocommerce ul.sp-order-overview strong { font-size: 16px; }
.woocommerce ul.sp-order-overview strong span { font-size: inherit; color: inherit; text-transform: none; }
.sp-cart-page .tf-page-cart-sidebar .cart-box { display: flex; flex-direction: column; gap: 24px; }
.sp-cart-page .tf-page-cart-sidebar .checkout-btn { margin: 0; padding: 0; }
.sp-cart-page .tf-page-cart-sidebar .cart-imgtrust { margin: 0; padding-top: 20px; }
.sp-cart-page .tf-page-cart-main .coupon { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.woocommerce-cart .sp-cart-page table.cart img { width: 100%; }
@media (max-width: 767px) {
  .woocommerce ul.sp-order-overview { grid-template-columns: 1fr; }
  .woocommerce ul.sp-order-overview li { border-right: 0; border-bottom: 1px solid var(--line); }
  .woocommerce ul.sp-order-overview li:last-child { border-bottom: 0; }
  .sp-cart-page .tf-page-cart-sidebar .cart-box { padding: 20px; }
}
@media (max-width: 767px) {
  .woocommerce .sp-cart-page table.shop_table_responsive tr td.product-name { width: 100%; text-align: left !important; }
  .woocommerce .sp-cart-page table.shop_table_responsive tr td.product-name::before { display: none; }
  .sp-cart-page .cart_product { width: 100%; grid-template-columns: 92px minmax(0, 1fr); }
  .sp-cart-page .cart-info { min-width: 0; text-align: left; }
}
@media (max-width: 767px) {
  .woocommerce .sp-cart-page table.cart .cart_product { padding: 0; margin: 0; }
  .woocommerce .sp-cart-page table.cart .cart_product .img-prd { position: static; width: 92px; max-width: none; }
  .woocommerce .sp-cart-page table.cart .cart_product .cart-info { width: auto; padding: 0; margin: 0; }
  .woocommerce .sp-cart-page table.cart .cart_product .name { display: block; }
}

/* Keep every product-card layer below catalogue controls and dropdown menus. */
.sp-shop .wrapper-control-shop { z-index: 0; isolation: isolate; }
.sp-shop .tf-dropdown-sort { position: relative; }
.sp-shop .tf-dropdown-sort > .btn-select { width: 100%; background: var(--white); }
.sp-shop .tf-dropdown-sort > .btn-select[aria-expanded="true"] .icon { transform: rotate(180deg); }
.sp-shop .tf-dropdown-sort .dropdown-menu { max-width: calc(100vw - 30px); }

/* Extra information and actions belong to the list view only. */
.card-product .sp-list-only { display: none; }
.woocommerce .tf-list-layout .card-product .sp-list-description {
  display: block;
  margin: 12px 0;
  color: var(--text-4);
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.woocommerce .tf-list-layout .card-product .sp-list-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 12px 0;
  padding: 0;
}
.woocommerce .tf-list-layout .card-product .sp-list-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
}
.woocommerce .tf-list-layout .card-product .sp-list-actions li {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.woocommerce .tf-list-layout .card-product .sp-list-actions .box-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
}
.woocommerce .tf-list-layout .card-product_wrapper > .product-action_list,
.woocommerce .tf-list-layout .card-product_wrapper > .product-action_bot { display: none; }
@media (max-width: 575px) {
  .woocommerce .tf-list-layout .card-product .sp-list-description { font-size: 13px; }
  .woocommerce .tf-list-layout .card-product .sp-list-actions { gap: 6px; }
}

/* Cookie notice uses the storefront typography and primary action. */
.sp-cookie-notice[hidden] { display: none !important; }
.sp-cookie-notice {
  position: fixed;
  z-index: 1040;
  inset: auto 24px max(24px, env(safe-area-inset-bottom));
  max-width: 1180px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 28px;
  border: 1px solid #e7dedb;
  border-radius: 12px;
  background: #f7efec;
  color: #1b1b1b;
  box-shadow: 0 8px 32px rgb(0 0 0 / 12%);
}
.sp-cookie-notice p { margin: 0; font-size: 15px; line-height: 1.6; }
.sp-cookie-notice a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.sp-cookie-notice .sp-cookie-accept { flex-shrink: 0; min-height: 44px; padding: 12px 30px; border-radius: 6px; background: #111; color: #fff; }
.sp-cookie-notice a:focus-visible, .sp-cookie-notice button:focus-visible { outline: 2px solid #111; outline-offset: 4px; }
@media (max-width: 575px) {
  .sp-cookie-notice { inset-inline: 12px; bottom: max(12px, env(safe-area-inset-bottom)); padding: 18px; gap: 14px; flex-direction: column; align-items: stretch; }
  .sp-cookie-notice p { font-size: 13px; }
  .sp-cookie-notice .sp-cookie-accept { justify-content: center; }
}

.sp-loyalty-modal .modal-dialog { max-width: 480px; margin-inline: auto; padding: 12px; }
.sp-loyalty-modal .modal-content { position: relative; padding: 40px 32px; border: 0; border-radius: 16px; background: #f7efec; text-align: center; }
.sp-loyalty-close { position: absolute; top: 10px; right: 12px; width: 44px; height: 44px; font-size: 30px; background: transparent; border: 0; }
.sp-loyalty-amount { font-size: clamp(70px, 18vw, 108px); line-height: 1.2; font-weight: 500; letter-spacing: -5px; margin: 12px 0; }
.sp-loyalty-modal h2 { font-size: 26px; line-height: 1.25; margin-bottom: 14px; }
.sp-loyalty-modal p { font-size: 15px; line-height: 1.6; margin-bottom: 24px; }
.sp-loyalty-modal .tf-btn { justify-content: center; background: #111; color: #fff; border-radius: 6px; min-height: 48px; }
.sp-loyalty-modal :focus-visible { outline: 2px solid #111; outline-offset: 4px; }

.sp-about-intro { padding-top: 28px; }
.sp-about-heading { text-align: center; margin-bottom: 32px; }
.sp-about-eyebrow { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; color: #666; }
.sp-about h1 { font-size: clamp(32px, 4vw, 56px); line-height: 1.15; }
.sp-about-lead { max-width: 900px; margin: 0 auto 44px; font-size: 17px; line-height: 1.8; color: #444; }
.sp-about-photo { display: block; width: 100%; height: auto; border-radius: 14px; }
.sp-about-facts { display: grid; grid-template-columns: repeat(3,1fr); padding: 44px 0; border-bottom: 1px solid #e5e5e5; text-align: center; }
.sp-about-facts > div + div { border-left: 1px solid #e5e5e5; }
.sp-about-facts strong { display: block; font-size: clamp(28px,4vw,48px); line-height: 1.2; font-weight: 500; margin-bottom: 10px; }
.sp-about-facts span { font-size: 14px; color: #666; }
.sp-about-story { padding-top: 12px; padding-bottom: 24px; }
.sp-about-row { display: grid; grid-template-columns: 1fr 1.35fr; gap: 64px; padding: 60px 0; }
.sp-about-row + .sp-about-row { border-top: 1px solid #e5e5e5; }
.sp-about-row h2 { font-size: clamp(26px,3vw,38px); line-height: 1.25; }
.sp-about-row p { font-size: 16px; line-height: 1.8; color: #444; margin-bottom: 20px; }
.sp-about-closing { background: #f7efec; text-align: center; padding: 64px 0; }
.sp-about-closing h2 { font-size: clamp(28px,3.3vw,44px); line-height: 1.3; max-width: 850px; margin: 0 auto 18px; }
.sp-about-closing p { font-size: 20px; }
.sp-about-closing .sp-about-thanks { font-size: 14px; margin-top: 30px; margin-bottom: 0; }
@media(max-width:575px) {
 .sp-about-intro { padding-top: 12px; }
 .sp-about-lead { font-size: 15px; margin-bottom: 28px; }
 .sp-about-facts { padding: 28px 0; gap: 8px; }
 .sp-about-facts span { font-size: 12px; }
 .sp-about-facts strong { font-size: 27px; }
 .sp-about-row { grid-template-columns: 1fr; gap: 20px; padding: 36px 0; }
 .sp-about-row p { font-size: 15px; }
 .sp-about-closing { padding: 40px 0; }
}

.sp-account-hero { padding: 48px 0; background: #f7efec; }
.sp-account-hero h1 { font-size: clamp(32px,4vw,52px); margin: 24px 0 16px; }
.sp-account-hero p { max-width: 600px; line-height: 1.6; color: #555; }
.sp-account-body { padding-top: 60px; padding-bottom: 80px; }
.sp-account-body > .woocommerce:has(.sp-account-sidebar) { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 48px; align-items: start; }
.sp-account-body > .woocommerce:has(.sp-account-sidebar)::before,
.sp-account-body > .woocommerce:has(.sp-account-sidebar)::after { display: none; }
.sp-account-body .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.sp-account-body .woocommerce-notices-wrapper:empty { display: none; }
.sp-account-page .woocommerce-MyAccount-navigation { width: 100%; float: none; margin: 0; }
.sp-account-page .my-account-nav { display: flex; flex-direction: column; gap: 0; }
.sp-account-page .my-account-nav a { display: block; border: 0; border-radius: 0; padding: 18px 0; font-size: 18px; background: transparent; color: #666; }
.sp-account-page .my-account-nav .is-active a { background: transparent; color: #111; font-weight: 500; text-decoration: underline; text-underline-offset: 6px; }
.sp-account-page .woocommerce-MyAccount-content { float: none; width: 100%; min-width: 0; padding: 0; border: 0; }
.sp-account-dashboard .hello-name { font-size: 22px; line-height: 1.5; margin-bottom: 22px; }
.sp-account-dashboard .hello-name a { font-size: 15px; margin-left: 12px; }
.sp-account-notice { line-height: 1.8; margin-bottom: 32px; }
.sp-account-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-bottom: 40px; }
.sp-account-cards .box-check { display: flex; flex-direction: column; border: 1px solid #e5e5e5; border-radius: 8px; padding: 28px; }
.sp-account-banner { padding: 40px; border-radius: 12px; background: #f7efec; }
.sp-account-banner h2 { font-size: clamp(26px,3vw,40px); margin: 16px 0; }
.sp-account-banner .tf-btn { margin-top: 24px; background: #111; color: white; border-radius: 6px; }
.sp-account-menu-toggle { width: 100%; justify-content: space-between; margin-bottom: 16px; }
.sp-account-page form.login, .sp-account-page form.register { border-radius: 10px; padding: 28px; }
.sp-account-page input.input-text { min-height: 48px; border-radius: 6px; }
.sp-account-page .woocommerce table.shop_table { overflow-wrap: anywhere; }
@media(max-width:991px) {
 .sp-account-body > .woocommerce:has(.sp-account-sidebar) { grid-template-columns: minmax(0,1fr); gap: 24px; }
 .sp-account-body { padding-top: 32px; padding-bottom: 48px; }
 .sp-account-page .my-account-nav a { padding: 12px 0; }
}
@media(max-width:575px) {
 .sp-account-hero { padding: 28px 0; }
 .sp-account-cards { grid-template-columns: 1fr; gap: 16px; }
 .sp-account-banner { padding: 24px; }
 .sp-account-page form.login, .sp-account-page form.register { padding: 18px; }
}

.woocommerce .tf-list-layout .card-product .sp-list-attributes { display: grid; gap: 12px; margin: 18px 0; }
.woocommerce .tf-list-layout .sp-list-attribute-row { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 12px; align-items: baseline; }
.woocommerce .tf-list-layout .sp-list-attribute-row dt { font-size: 13px; font-weight: 500; color: #555; }
.woocommerce .tf-list-layout .sp-list-attribute-row dd { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; min-width: 0; }
.woocommerce .tf-list-layout .sp-list-attribute-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px; border: 1px solid #e0e0e0; border-radius: 18px; background: #f8f8f8; color: #222; font-size: 13px; line-height: 1.4; max-width: 100%; overflow-wrap: anywhere; }
.sp-list-color-dot { display: inline-block; flex: 0 0 16px; width: 16px; height: 16px; border: 1px solid rgb(0 0 0 / 16%); border-radius: 50%; }
.woocommerce .tf-list-layout .card-product_info > .product-color_list { display: none; }
@media(max-width:575px) {
 .woocommerce .tf-list-layout .sp-list-attribute-row { grid-template-columns: minmax(0,1fr); gap: 6px; }
 .woocommerce .tf-list-layout .sp-list-attribute-pill { padding: 5px 8px; font-size: 12px; }
}

.tf-page-title-3.sp-category-hero { min-height: 400px; display: flex; align-items: center; position: relative; background: #333; }
.sp-category-hero .bg-img-item img { object-position: center 25%; }
.sp-category-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / 72%), rgb(0 0 0 / 18%) 65%, transparent); pointer-events: none; }
.sp-category-hero .content { max-width: 570px; }
.sp-category-hero .title-page, .sp-category-hero .desc-page, .sp-category-hero .breadcrumb, .sp-category-hero .breadcrumb a, .sp-category-hero .breadcrumb li { color: #fff; }
@media(max-width:575px) {
 .tf-page-title-3.sp-category-hero { min-height: 340px; }
 .sp-category-hero .bg-img-item img { object-position: 58% 20%; }
 .sp-category-hero::after { background: rgb(0 0 0 / 48%); }
}

.tf-topbar.sp-header-ticker { display: block; position: relative; overflow: hidden; padding: 0; height: 40px; color: #fff; }
.sp-ticker-track { display: flex; width: max-content; animation: sp-header-scroll 56s linear infinite; }
.sp-ticker-group { display: flex; flex: 0 0 auto; }
.sp-ticker-group span { display: flex; align-items: center; gap: 48px; padding-right: 48px; white-space: nowrap; font-size: 12px; line-height: 40px; }
.sp-ticker-group b { font-weight: 400; }
.sp-header-ticker:hover .sp-ticker-track, .sp-header-ticker.is-paused .sp-ticker-track { animation-play-state: paused; }
.sp-ticker-pause { position: absolute; inset: 0 0 0 auto; width: 44px; border: 0; background: #111; color: #fff; font-size: 15px; }
.sp-ticker-pause:focus-visible { outline: 2px solid #fff; outline-offset: -4px; }
@keyframes sp-header-scroll { to { transform: translateX(-50%); } }
@media(prefers-reduced-motion:reduce) { .sp-ticker-track { animation: none; } .sp-ticker-pause { display: none; } }

/* Customer information pages: readable paragraphs and source policy sections. */
.sp-customer-content { width: 100%; max-width: 960px; padding-bottom: 80px; }
.sp-customer-content .entry-content { font-size: 16px; line-height: 1.75; overflow-wrap: anywhere; }
.sp-customer-content section + section { margin-top: 48px; padding-top: 36px; border-top: 1px solid #e5e5e5; }
.sp-customer-content h2 { font-size: clamp(23px, 3vw, 30px); line-height: 1.3; margin-bottom: 24px; }
.sp-customer-content h3 { font-size: 20px; line-height: 1.4; margin: 28px 0 16px; }
.sp-customer-content p, .sp-customer-content ul { margin-bottom: 18px; }
.sp-customer-content ul { list-style: disc; padding-left: 24px; }
.sp-customer-content li { list-style: inherit; }
.sp-customer-content li + li { margin-top: 8px; }
.sp-customer-content a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 575px) {
  .sp-customer-info h1 { font-size: 30px; line-height: 1.2; }
  .sp-customer-content { padding-bottom: 48px; }
  .sp-customer-content section + section { margin-top: 32px; padding-top: 28px; }
}

/* Loyalty page: current storefront typography, buttons and blush palette. */
.sp-loyalty-page .sp-loyalty-hero { min-height: 490px; padding: 64px 0; }
.sp-loyalty-hero .content { max-width: 650px; }
.sp-loyalty-hero .bg-img-item img { object-position: center 55%; }
.sp-loyalty-hero .breadcrumb { gap: 12px; margin-bottom: 28px; flex-wrap: wrap; }
.sp-loyalty-hero .title-page { font-size: clamp(34px, 4vw, 56px); line-height: 1.12; font-weight: 400; margin-bottom: 24px; }
.sp-loyalty-hero .desc-page { font-size: 20px; line-height: 1.5; margin-bottom: 30px; }
.sp-loyalty-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; }
.sp-loyalty-page .sp-loyalty-join { min-height: 50px; padding: 15px 28px; border-radius: 6px; justify-content: center; background: #111; color: #fff; font-size: 15px; }
.sp-loyalty-hero .sp-loyalty-join { background: #fff; color: #111; }
.sp-loyalty-rules { display: inline-flex; align-items: center; gap: 8px; text-decoration: underline; text-underline-offset: 5px; font-size: 14px; }
.sp-loyalty-hero .sp-loyalty-rules { color: #fff; }
.sp-loyalty-page a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.sp-loyalty-heading { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.sp-loyalty-heading h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.2; font-weight: 400; }
.sp-loyalty-heading p { font-size: 16px; line-height: 1.6; color: #666; margin-top: 20px; }
.sp-loyalty-rewards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1040px; margin: 0 auto; }
.sp-loyalty-reward { background: #f7efec; border-radius: 12px; padding: 40px; }
.sp-loyalty-reward-value { font-size: clamp(52px, 6vw, 76px); line-height: 1; letter-spacing: -3px; margin-bottom: 30px; }
.sp-loyalty-reward-value span { font-size: 18px; letter-spacing: 0; }
.sp-loyalty-reward h3 { font-size: 24px; line-height: 1.3; margin-bottom: 12px; font-weight: 400; }
.sp-loyalty-reward p { font-size: 16px; line-height: 1.6; color: #555; max-width: 370px; }
.sp-loyalty-how { padding: 0 0 80px; }
.sp-loyalty-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin: 0; padding: 0; list-style: none; }
.sp-loyalty-steps li { list-style: none; padding-top: 24px; border-top: 1px solid #ddd; }
.sp-loyalty-step-number { display: block; font-size: 36px; line-height: 1; margin-bottom: 24px; color: #9c7268; }
.sp-loyalty-steps h3 { font-size: 20px; line-height: 1.3; margin-bottom: 12px; font-weight: 500; }
.sp-loyalty-steps p { font-size: 15px; line-height: 1.6; color: #666; }
.sp-loyalty-steps strong { color: #111; font-weight: 500; }
.sp-loyalty-bottom { border-top: 1px solid #ddd; margin-top: 40px; padding-top: 32px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.sp-loyalty-rate { font-size: 28px; line-height: 1.3; }
@media (max-width: 991px) {
 .sp-loyalty-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .sp-loyalty-bottom { flex-direction: column; text-align: center; }
 .sp-loyalty-bottom .sp-loyalty-actions { justify-content: center; }
}
@media (max-width: 575px) {
 .sp-loyalty-page .sp-loyalty-hero { min-height: 490px; padding: 44px 0; }
 .sp-loyalty-hero .bg-img-item img { object-position: 62% center; }
 .sp-loyalty-hero::after { background: rgb(0 0 0 / 58%); }
 .sp-loyalty-hero .breadcrumb { font-size: 11px; gap: 8px; margin-bottom: 28px; }
 .sp-loyalty-hero .desc-page { font-size: 18px; }
 .sp-loyalty-rewards { grid-template-columns: 1fr; gap: 16px; }
 .sp-loyalty-reward { padding: 28px; }
 .sp-loyalty-reward-value { margin-bottom: 24px; }
 .sp-loyalty-heading { margin-bottom: 28px; }
 .sp-loyalty-steps { grid-template-columns: 1fr; gap: 24px; }
 .sp-loyalty-step-number { margin-bottom: 16px; }
 .sp-loyalty-how { padding-bottom: 48px; }
}

/* Product pricing: emphasize the current price and keep the old price readable. */
.tf-main-product .product-infor-price {
 display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px 16px;
 margin: 18px 0 20px; font-size: clamp(30px, 3vw, 40px);
 line-height: 1.2; font-weight: 700; color: #171717;
}
.tf-main-product .product-infor-price .price {
 display: inline-flex; align-items: baseline; flex-wrap: wrap; gap: 10px 16px;
 font-size: inherit; font-weight: inherit;
}
.tf-main-product .product-infor-price del {
 color: #656565; opacity: 1; font-size: 22px; font-weight: 500;
 text-decoration-thickness: 1.5px;
}
.tf-main-product .product-infor-price ins {
 color: #ba2636; font-size: inherit; font-weight: 750; text-decoration: none;
}

/* Keep p artwork's bottom caption band outside catalogue/recommendation cards. */
.card-product .product-img img.sp-primary-artwork {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 120%;
  max-height: none;
  object-fit: cover;
  object-position: center top;
  transform-origin: center top;
}
/* Lay out the ticker before its JS waits for images/window.load. */
.infiniteSlide-text { overflow: hidden; }
.infiniteSlide-text .infiniteSlide-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.infiniteSlide-text .infiniteSlide-item { flex: 0 0 auto; white-space: nowrap; }
.infiniteSlide-text .infiniteSlide-item .text { margin-bottom: 0; }

/* Account endpoints: isolate WooCommerce forms and cards from Bootstrap columns. */
.sp-account-section-heading { margin-bottom: 28px; }
.sp-account-section-heading h2,
.sp-account-page .woocommerce-MyAccount-content > form > h2 { font-size: clamp(24px,3vw,32px); line-height: 1.3; margin: 0 0 12px; }
.sp-account-section-heading p { color: #666; line-height: 1.6; }
.sp-account-addresses { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.sp-account-address { display: flex; flex-direction: column; min-width: 0; padding: 24px; border: 1px solid #e5e5e5; border-radius: 12px; }
.sp-account-page .sp-account-address .woocommerce-Address-title { display: block; margin: 0 0 18px; }
.sp-account-page .sp-account-address h3 { float: none; font-size: 22px; line-height: 1.35; margin: 0; }
.sp-account-address address { flex: 1; font-style: normal; color: #555; line-height: 1.7; overflow-wrap: anywhere; margin: 0 0 24px; }
.sp-account-page .sp-address-edit { align-self: flex-start; }
.sp-account-profile-link { margin-top: 24px; line-height: 1.6; }
.sp-account-profile-link a { text-decoration: underline; text-underline-offset: 3px; }
.sp-account-page .woocommerce-MyAccount-content .button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 18px; border-radius: 6px; background: #111; color: #fff; border: 1px solid #111; font-size: 14px; line-height: 1.4; font-weight: 500; text-align: center; white-space: normal; }
.sp-account-page .woocommerce-MyAccount-content .button:hover { background: #333; color: #fff; }
.sp-account-page .woocommerce-MyAccount-content .button:focus-visible,
.sp-account-page .woocommerce-MyAccount-content input:focus-visible,
.sp-account-page .woocommerce-MyAccount-content select:focus-visible { outline: 2px solid #111; outline-offset: 3px; }
.sp-account-page .woocommerce-address-fields__field-wrapper,
.sp-account-page .woocommerce-EditAccountForm { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.sp-account-page .woocommerce-MyAccount-content form .form-row { display: block; float: none; width: auto; min-width: 0; padding: 0; margin: 0; }
.sp-account-page .woocommerce-MyAccount-content form .form-row-wide,
.sp-account-page .woocommerce-EditAccountForm > fieldset,
.sp-account-page .woocommerce-EditAccountForm > p:not(.form-row),
.sp-account-page .woocommerce-EditAccountForm > .clear { grid-column: 1 / -1; }
.sp-account-page .woocommerce-EditAccountForm > .clear { display: none; }
.sp-account-page .woocommerce-MyAccount-content form label { display: block; margin: 0 0 8px; font-size: 14px; line-height: 1.5; }
.sp-account-page .woocommerce-MyAccount-content .woocommerce-input-wrapper { display: block; width: 100%; }
.sp-account-page .woocommerce-MyAccount-content input.input-text,
.sp-account-page .woocommerce-MyAccount-content select,
.sp-account-page .woocommerce-MyAccount-content textarea { box-sizing: border-box; width: 100%; max-width: 100%; padding: 12px 14px; border: 1px solid #ccc; background: #fff; color: #111; border-radius: 6px; font-size: 16px; line-height: 1.5; }
.sp-account-page .woocommerce-MyAccount-content .select2-container { width: 100% !important; }
.sp-account-page .woocommerce-MyAccount-content .select2-selection--single { height: 50px; border: 1px solid #ccc; border-radius: 6px; }
.sp-account-page .woocommerce-MyAccount-content .select2-selection__rendered { line-height: 48px; padding-left: 14px; }
.sp-account-page .woocommerce-MyAccount-content .select2-selection__arrow { height: 48px; }
.sp-account-page .woocommerce-address-fields > p { margin-top: 28px; }
.sp-account-page .woocommerce-EditAccountForm fieldset { padding: 24px; border: 1px solid #e5e5e5; border-radius: 10px; margin: 8px 0; }
.sp-account-page .woocommerce-EditAccountForm legend { float: none; width: auto; padding: 0 8px; font-size: 20px; }
.sp-account-page .woocommerce-EditAccountForm fieldset .form-row + .form-row { margin-top: 18px; }
.sp-account-page .woocommerce-MyAccount-content .woocommerce-orders-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #e5e5e5; border-radius: 10px; overflow: hidden; font-size: 14px; line-height: 1.5; }
.sp-account-page .woocommerce-orders-table th,
.sp-account-page .woocommerce-orders-table td { padding: 16px 12px; vertical-align: middle; text-align: left; border: 0; border-bottom: 1px solid #e5e5e5; }
.sp-account-page .woocommerce-orders-table thead th { background: #f7f7f7; font-weight: 600; }
.sp-account-page .woocommerce-orders-table tbody tr:last-child > * { border-bottom: 0; }
.sp-account-page .woocommerce-orders-table .button { margin: 3px; padding: 9px 12px; }
.sp-account-page .woocommerce-pagination { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.sp-account-page .woocommerce-MyAccount-content .woocommerce-info { padding: 20px 24px 20px 48px; background: #f7f7f7; border-top-color: #222; border-radius: 8px; line-height: 1.7; }
.sp-account-page .woocommerce-MyAccount-content .woocommerce-info .button { float: none; margin: 8px 0 8px 14px; }
@media(max-width:767px) {
 .sp-account-addresses, .sp-account-page .woocommerce-address-fields__field-wrapper, .sp-account-page .woocommerce-EditAccountForm { grid-template-columns: minmax(0,1fr); }
 .sp-account-address { padding: 20px; }
 .sp-account-page .woocommerce-MyAccount-content .woocommerce-orders-table { display: block; border: 0; overflow: visible; }
 .sp-account-page .woocommerce-orders-table thead { display: none; }
 .sp-account-page .woocommerce-orders-table tbody { display: grid; gap: 16px; }
 .sp-account-page .woocommerce-orders-table tr { display: block; border: 1px solid #e5e5e5; border-radius: 10px; overflow: hidden; }
 .sp-account-page .woocommerce-orders-table tbody tr > th,
 .sp-account-page .woocommerce-orders-table tbody tr > td { display: block; width: auto; padding: 12px 16px; text-align: right !important; background: #fff; border-bottom: 1px solid #eee; }
 .sp-account-page .woocommerce-orders-table tbody tr > th::before,
 .sp-account-page .woocommerce-orders-table tbody tr > td::before { content: attr(data-title) ": "; float: left; font-weight: 600; margin-right: 12px; }
 .sp-account-page .woocommerce-orders-table tbody tr > *::after { content: ""; display: block; clear: both; }
 .sp-account-page .woocommerce-orders-table tbody tr > :last-child { border-bottom: 0; }
 .sp-account-page .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions::before { display: none; }
 .sp-account-page .woocommerce-MyAccount-content .woocommerce-info .button { display: flex; margin: 16px 0 0; }
}
.sp-account-addresses:has(> :only-child) { grid-template-columns: minmax(0,1fr); }

/* Coupon forms share a bounded layout; the checkout toggle controls visibility. */
body.woocommerce-checkout form.checkout_coupon.sp-coupon-form { box-sizing: border-box; width: calc(100% - 48px); max-width: 1392px; margin: 0 auto 28px; padding: 24px; border: 1px solid #e5e5e5; border-radius: 10px; background: #faf9f8; }
.sp-coupon-label { display: block; margin: 0 0 10px; font-size: 15px; font-weight: 500; line-height: 1.5; }
.sp-cart-page .tf-page-cart-main .coupon { display: block; width: 100%; max-width: 560px; margin: 24px 0; padding: 20px; border: 1px solid #e5e5e5; border-radius: 10px; background: #faf9f8; }
.sp-cart-page .tf-page-cart-main .discount-ip.sp-coupon-fields,
body.woocommerce-checkout .sp-coupon-fields { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: stretch; gap: 12px; width: 100%; max-width: 720px; }
.woocommerce .sp-cart-page .coupon input#coupon_code,
body.woocommerce-checkout .sp-coupon-form input#coupon_code { box-sizing: border-box; display: block; float: none; width: 100%; min-width: 0; max-width: 100%; height: 48px; margin: 0; padding: 12px 14px; border: 1px solid #bbb; border-radius: 6px; background: #fff; color: #111; font-size: 16px; line-height: 22px; }
.woocommerce .sp-cart-page .coupon button[name=apply_coupon],
body.woocommerce-checkout .sp-coupon-form button[name=apply_coupon] { display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; width: auto; min-width: 132px; min-height: 48px; margin: 0; padding: 12px 20px; border: 1px solid #111; border-radius: 6px; background: #111; color: #fff; font-size: 15px; font-weight: 500; line-height: 22px; white-space: nowrap; }
.sp-coupon-fields input:focus-visible,
.sp-coupon-fields button:focus-visible { outline: 2px solid #111; outline-offset: 3px; }
body.woocommerce-checkout .sp-coupon-form .woocommerce-error,
body.woocommerce-checkout .sp-coupon-form .woocommerce-message,
body.woocommerce-checkout .sp-coupon-form .woocommerce-info { width: 100%; box-sizing: border-box; margin: 0 0 16px; overflow-wrap: anywhere; }
@media(max-width:575px) {
 body.woocommerce-checkout form.checkout_coupon.sp-coupon-form { width: calc(100% - 32px); padding: 18px; margin-bottom: 20px; }
 .sp-cart-page .tf-page-cart-main .coupon { padding: 16px; }
 .sp-cart-page .tf-page-cart-main .discount-ip.sp-coupon-fields,
 body.woocommerce-checkout .sp-coupon-fields { grid-template-columns: minmax(0,1fr); gap: 10px; }
 .woocommerce .sp-cart-page .coupon button[name=apply_coupon],
 body.woocommerce-checkout .sp-coupon-form button[name=apply_coupon] { width: 100%; min-width: 0; }
}

/* An explicit, unchecked consent belongs to each personal-data form. */
.sp-privacy-consent { grid-column: 1 / -1; clear: both; margin: 20px 0; min-width: 0; width: 100%; }
.woocommerce .sp-privacy-consent label,
.sp-account-page .woocommerce-MyAccount-content form .sp-privacy-consent label,
.sp-privacy-consent label { display: flex; align-items: flex-start; gap: 10px; margin: 0; font-size: 13px; font-weight: 400; line-height: 1.6; cursor: pointer; }
.woocommerce .sp-privacy-consent input[type=checkbox],
.sp-privacy-consent input[type=checkbox] { appearance: auto; -webkit-appearance: checkbox; display: inline-block; flex: 0 0 18px; width: 18px; height: 18px; min-height: 0; margin: 2px 0 0; padding: 0; accent-color: #111; }
.sp-privacy-consent a { text-decoration: underline; text-underline-offset: 3px; }
.sp-privacy-consent input:focus-visible { outline: 2px solid #111; outline-offset: 3px; }

/* Account notices must fit their grid column, including Safari's min-content sizing. */
body.stylepark-omniva .sp-account-page .woocommerce-notices-wrapper,
body.stylepark-omniva .sp-account-page .woocommerce-info,
body.stylepark-omniva .sp-account-page .woocommerce-message,
body.stylepark-omniva .sp-account-page .woocommerce-error {
 box-sizing: border-box; width: 100%; max-width: 100%; min-width: 0;
}
body.stylepark-omniva .sp-account-page .woocommerce-info,
body.stylepark-omniva .sp-account-page .woocommerce-message,
body.stylepark-omniva .sp-account-page .woocommerce-error {
 display: block; position: relative; white-space: normal; overflow-wrap: anywhere;
 padding: 20px 24px !important; line-height: 1.65;
}
body.stylepark-omniva .sp-account-page .woocommerce-info::before,
body.stylepark-omniva .sp-account-page .woocommerce-message::before,
body.stylepark-omniva .sp-account-page .woocommerce-error::before { display: none; }
body.stylepark-omniva .sp-account-page .woocommerce-info .button,
body.stylepark-omniva .sp-account-page .woocommerce-message .button,
body.stylepark-omniva .sp-account-page .woocommerce-error .button {
 display: table; float: none; width: auto; max-width: 100%; margin: 0 0 12px;
 white-space: normal; overflow-wrap: anywhere; box-sizing: border-box;
}
.sp-account-page .woocommerce-MyAccount-content > *,
.sp-account-page .sp-account-sidebar { min-width: 0; max-width: 100%; }
.sp-account-page .woocommerce-MyAccount-content table { width: 100%; table-layout: fixed; overflow-wrap: anywhere; }
.sp-account-page .woocommerce-MyAccount-content .button { max-width: 100%; box-sizing: border-box; }
.sp-order-tools { padding: 24px; margin: 24px 0 32px; border: 1px solid #e5e5e5; border-radius: 12px; }
.sp-order-tools h2 { font-size: 24px; line-height: 1.3; margin: 0 0 20px; }
.sp-order-tools h3 { font-size: 18px; margin: 0 0 12px; }
.sp-order-tool-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.sp-order-tools .sp-order-back, .sp-order-delivery-info a, .sp-order-state-hint a { text-decoration: underline; text-underline-offset: 3px; }
.sp-order-cancel { padding-top: 20px; margin-top: 20px; border-top: 1px solid #e5e5e5; }
.sp-order-cancel summary { display: list-item; cursor: pointer; color: #9d2735; font-weight: 600; line-height: 1.5; }
.sp-order-cancel summary:focus-visible { outline: 2px solid #111; outline-offset: 4px; }
.sp-order-cancel p, .sp-order-request-status p { margin: 12px 0 18px; line-height: 1.6; }
.sp-account-page .woocommerce-MyAccount-content .sp-order-cancel-form { display: block; margin: 0; padding: 0; border: 0; }
.sp-order-cancel-form .button { margin-top: 16px; }
.sp-order-request-status { margin-top: 20px; padding: 16px; background: #f7efec; border-radius: 8px; }
.sp-order-delivery-info { margin-top: 24px; padding-top: 20px; border-top: 1px solid #e5e5e5; }
.sp-order-state-hint, .sp-order-delivery-info p { color: #555; line-height: 1.6; margin: 12px 0; }
@media(max-width:991px) {
 .sp-account-body > .woocommerce:has(.sp-account-sidebar) { grid-template-columns: minmax(0,1fr); gap: 24px; }
}
@media(max-width:767px) {
 .sp-order-tools { padding: 18px; }
 .sp-order-tool-links { align-items: stretch; flex-direction: column; }
 .sp-account-page .woocommerce-orders-table tbody tr > th,
 .sp-account-page .woocommerce-orders-table tbody tr > td { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.5fr); gap: 12px; text-align: right !important; }
 .sp-account-page .woocommerce-orders-table tbody tr > th::before,
 .sp-account-page .woocommerce-orders-table tbody tr > td::before { float: none; text-align: left; margin: 0; }
 .sp-account-page .woocommerce-orders-table tbody tr > *::after { display: none; }
 .sp-account-page .woocommerce-orders-table tbody tr > .woocommerce-orders-table__cell-order-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; }
}

/* Main banners: a centred title and catalogue link over the photograph. */
.sp-hero-banner { position:relative; isolation:isolate; display:grid; place-items:center; width:100%; min-height:460px; aspect-ratio:1.96; overflow:hidden; background:#38352f; }
.sp-hero-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; z-index:-2; }
.sp-hero-banner::before { content:""; position:absolute; inset:0; background:rgb(0 0 0 / 34%); z-index:-1; pointer-events:none; }
.sp-hero-copy { display:flex; flex-direction:column; align-items:center; gap:32px; width:100%; max-width:960px; padding:60px 24px; text-align:center; }
.sp-hero-title { margin:0; color:#fff; font-size:clamp(36px,5.2vw,72px); line-height:1.12; font-weight:600; letter-spacing:.025em; text-transform:uppercase; overflow-wrap:anywhere; }
.sp-hero-link { display:inline-flex; align-items:center; justify-content:center; min-height:58px; width:274px; max-width:100%; padding:16px 24px; border-radius:100px; background:#fff; color:#111; font-size:16px; line-height:1.35; font-weight:500; text-transform:uppercase; text-align:center; }
.sp-hero-link:hover { background:#eee; color:#111; }
.sp-hero-link:focus-visible { outline:3px solid #fff; outline-offset:5px; }
@media(max-width:767px) {
 .sp-hero-banner { aspect-ratio:auto; min-height:440px; height: min(640px,75svh); }
 .sp-hero-copy { padding:48px 20px 64px; gap:26px; }
 .sp-hero-title { font-size:clamp(32px,9vw,48px); }
 .sp-hero-link { min-height:52px; width:250px; font-size:14px; }
}

/* Compact category links; the mobile filter remains the category control. */
.sp-catalog-categories { margin-bottom:28px; }
.sp-categories-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:16px; }
.sp-categories-heading h2 { font-size:18px; font-weight:500; line-height:1.3; margin:0; }
.sp-categories-reset { font-size:13px; color:#74665c; text-decoration:underline; text-underline-offset:4px; }
.sp-categories-grid { display:flex; flex-wrap:wrap; gap:10px; }
.sp-category-tile { display:inline-flex; align-items:center; gap:12px; min-height:46px; max-width:100%; padding:10px 16px 10px 20px; border:1px solid #e8e1dc; border-radius:999px; background:#faf8f6; color:#302a26; transition:background .18s,border-color .18s,box-shadow .18s; min-width:0; }
.sp-category-tile:hover { background:#efe8e2; border-color:#c3afa0; color:#302a26; box-shadow:0 3px 10px rgb(77 53 36 / 6%); }
.sp-category-tile.is-active { background:#42372f; border-color:#42372f; color:#fff; }
.sp-category-tile:focus-visible { outline:2px solid #74665c; outline-offset:3px; }
.sp-category-text { display:block; min-width:0; }
.sp-category-name { font-size:14px; line-height:1.5; white-space:nowrap; }
.sp-category-count { font-size:12px; color:#88796f; line-height:inherit; white-space:nowrap; margin-left:3px; }
.sp-category-tile.is-active .sp-category-count { color:#e2d7ce; }
.sp-category-arrow { display:inline-flex; align-items:center; justify-content:center; width:16px; height:16px; flex:0 0 16px; color:#a28f81; }
.sp-category-tile:hover .sp-category-arrow { color:#514135; }
.sp-category-tile.is-active .sp-category-arrow { color:#fff; }
.sp-category-arrow svg { width:14px; height:14px; }
.sp-category-thumb { width:26px; height:26px; border-radius:50%; object-fit:cover; flex-shrink:0; }
@media(max-width:767px) { .sp-catalog-categories { display:none; } }
@media(prefers-reduced-motion:reduce) { .sp-category-tile { transition:none; } }

/* Desktop-only catalog mega menu; mobile offcanvas keeps its existing layout. */
.sp-desktop-mega { display:none; }
@media(min-width:1200px) {
 .tf-header .sp-catalog-menu { position:static !important; }
 .tf-header .sp-catalog-menu > .sub-menu { display:none; }
 .sp-desktop-mega { display:block; position:absolute; left:0; right:0; top:100%; z-index:100; padding:36px 32px; background:#fff; border-top:1px solid #eee; box-shadow:0 16px 24px rgb(0 0 0 / 8%); opacity:0; visibility:hidden; pointer-events:none; transform:translateY(8px); transition:opacity .18s,transform .18s,visibility .18s; max-height:calc(100dvh - 150px); overflow-y:auto; }
 .sp-catalog-menu:hover > .sp-desktop-mega,.sp-catalog-menu:focus-within > .sp-desktop-mega { opacity:1; visibility:visible; pointer-events:auto; transform:translateY(0); }
 .sp-mega-inner { display:grid; grid-template-columns:1fr 1fr; gap:48px; max-width:1440px; margin:auto; }
 .sp-mega-columns,.sp-mega-banners { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; }
 .sp-mega-heading { display:inline-block; font-size:15px; font-weight:600; text-transform:uppercase; margin-bottom:20px; color:#171717; }
 .sp-mega-links { display:grid; gap:10px; padding:0; margin:0; list-style:none; }
 .sp-mega-links a { display:inline-block; font-size:14px; line-height:1.4; color:#686868; }
 .sp-mega-links a:hover { color:#171717; text-decoration:underline; text-underline-offset:4px; }
 .sp-mega-banner { display:block; position:relative; border-radius:10px; overflow:hidden; min-width:0; height:360px; background:#f5f2f0; }
 .sp-mega-banner img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; transition:transform .3s; }
 .sp-mega-banner:hover img { transform:scale(1.025); }
 .sp-mega-banner span { position:absolute; bottom:20px; left:50%; transform:translateX(-50%); white-space:nowrap; background:#fff; border-radius:60px; padding:14px 24px; font-size:14px; color:#222; }
 .sp-desktop-mega a:focus-visible { outline:2px solid #74665c; outline-offset:4px; }
}

/* Connect the 25px header padding to desktop panels, including Safari hover hit testing. */
@media(min-width:1200px) {
 .tf-header .sp-brands-menu { position:static !important; }
 .sp-catalog-menu::after,.sp-brands-menu::after { content:""; display:none; position:absolute; left:0; right:0; bottom:-1px; height:27px; z-index:101; background:transparent; }
 .sp-catalog-menu:hover::after,.sp-catalog-menu:focus-within::after,.sp-brands-menu:hover::after,.sp-brands-menu:focus-within::after { display:block; }
 .sp-desktop-mega { transform:none; transition:opacity .15s,visibility .15s; }
 .sp-brands-menu > .sub-menu { left:0; right:0; top:100%; width:auto; min-width:0; padding:32px; z-index:100; border-top:1px solid #eee; box-shadow:0 16px 24px rgb(0 0 0 / 8%); transform:none; max-height:calc(100dvh - 150px); overflow-y:auto; transition:opacity .15s,visibility .15s; }
 .sp-brands-menu > .sub-menu::before { content:"Бренды"; display:block; max-width:1440px; margin:0 auto 20px; font-size:15px; font-weight:600; text-transform:uppercase; color:#171717; }
 .sp-brands-menu > .sub-menu > .sub-menu_list { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; max-width:1440px; margin:0 auto; padding:0; }
 .sp-brands-menu > .sub-menu > .sub-menu_list > li { margin:0; transform:none; transition:none; }
 .sp-brands-menu > .sub-menu > .sub-menu_list > li > a { display:flex; align-items:center; justify-content:center; min-height:72px; padding:18px 12px; background:#f8f5f2; border:1px solid #e6dfdb; border-radius:10px; color:#35302c; font-size:14px; line-height:1.35; text-align:center; letter-spacing:.035em; transition:background .15s,border-color .15s; }
 .sp-brands-menu > .sub-menu > .sub-menu_list > li > a:hover { background:#eee6e0; border-color:#a99487; color:#191919; }
 .sp-brands-menu > .sub-menu a:focus-visible { outline:2px solid #74665c; outline-offset:3px; }
 .sp-brands-menu:hover > .sub-menu,.sp-brands-menu:focus-within > .sub-menu { opacity:1; visibility:visible; pointer-events:auto; transform:none; }
 .sp-brands-menu:focus-within > .sub-menu .sub-menu_list li { opacity:1; visibility:visible; transform:none; }
}

/* Brand artwork is reserved for the desktop dropdown. */
.sp-brand-menu-logo{display:none}
@media(min-width:1200px){
 .sp-brands-menu>.sub-menu>.sub-menu_list>li>a{flex-direction:column;gap:12px;min-height:124px;padding:18px 16px;background:#fff}
 .sp-brands-menu .sp-brand-menu-logo{display:block;width:180px;max-width:100%;height:64px;object-fit:contain;mix-blend-mode:multiply;transition:transform .18s ease}
 .sp-brands-menu .sub-menu_link>.text{font-size:11px;line-height:1.3;letter-spacing:.08em;color:#726b66}
 .sp-brands-menu .sub-menu_link:hover .sp-brand-menu-logo{transform:translateY(-2px)}
}
@media(prefers-reduced-motion:reduce){.sp-brands-menu .sp-brand-menu-logo{transition:none}}

/* Brand directory: shared local artwork, comfortable cards on every screen. */
.sp-brands-intro{padding-top:42px;padding-bottom:32px}
.sp-brands-intro nav{font-size:13px;color:#746b65;margin-bottom:28px}
.sp-brands-intro h1{font-size:clamp(32px,4vw,52px);line-height:1.15;margin:0 0 16px}
.sp-brands-intro p{color:#746b65;max-width:600px;line-height:1.6}
.sp-brands-directory{padding-bottom:64px}
.sp-brands-page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.sp-brand-card{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;padding:28px 20px;border:1px solid #e6dfdb;border-radius:12px;background:#fff;transition:background .2s,border-color .2s}
.sp-brand-card:hover{background:#f8f5f2;border-color:#a99487}
.sp-brand-card:focus-visible{outline:2px solid #74665c;outline-offset:4px}
.sp-brand-card-art{height:96px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.sp-brand-card .sp-brand-menu-logo{display:block;width:200px;max-width:100%;height:80px;object-fit:contain;mix-blend-mode:multiply}
.sp-brand-wordmark{font-size:25px;letter-spacing:.06em;overflow-wrap:anywhere}
.sp-brand-card-name{font-size:12px;letter-spacing:.07em;color:#746b65}
.sp-brand-card-link{font-size:14px;margin-top:16px;color:#24201e}
@media(max-width:991px){.sp-brands-page-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}}
@media(max-width:767px){
 .sp-brands-intro{padding-top:28px;padding-bottom:24px}
 .sp-brands-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
 .sp-brand-card{padding:20px 12px}
 .sp-brand-card-art{height:70px;margin-bottom:16px}
 .sp-brand-card .sp-brand-menu-logo{height:60px}
 .sp-brand-wordmark{font-size:18px}
 .sp-brand-card-name{font-size:10px;letter-spacing:.025em}
 .sp-brand-card-link{font-size:12px;margin-top:12px}
}

@media(min-width:1200px){
 .sp-brands-menu>.sub-menu>.sub-menu_list{grid-template-columns:repeat(6,minmax(0,1fr))}
 .sp-brands-menu .sub-menu_link:not(:has(.sp-brand-menu-logo))>.text{display:flex;align-items:center;justify-content:center;min-height:64px;font-size:18px;letter-spacing:.04em;color:#302a26}
}

/* A fixed checkbox column keeps wrapped consent/remember-me text aligned. */
body.stylepark-omniva form label:has(> input[type="checkbox"]) {
  position: relative;
  display: block !important;
  padding-left: 28px !important;
  min-height: 20px;
  box-sizing: border-box;
  white-space: normal;
  text-align: left;
  cursor: pointer;
}
body.stylepark-omniva form label > input[type="checkbox"] {
  position: absolute !important;
  left: 0;
  top: 3px;
  float: none !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top;
}
body.stylepark-omniva .sp-privacy-consent label > span { display: block; min-width: 0; }

/* Cart confirmations remain visible after scrolling, above cookie controls. */
.sp-cart-notifications {
  position: fixed;
  right: 24px;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px) + var(--sp-cookie-height, 0px));
  z-index: 1100;
  width: min(440px, calc(100vw - 32px));
  pointer-events: none;
}
body.stylepark-omniva .sp-cart-notifications .sp-cart-notification {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 55vh;
  overflow: auto;
  margin: 0;
  padding: 22px 48px 22px 24px !important;
  border: 1px solid #86a516;
  border-left: 5px solid #86a516;
  background: #fff;
  color: #202020;
  box-shadow: 0 8px 36px rgba(0, 0, 0, .2);
  pointer-events: auto;
  font-size: 16px;
}
body.stylepark-omniva .sp-cart-notification::before { display: none; }
body.stylepark-omniva .sp-cart-notification .button { order: 1; margin: 0; }
.sp-cart-notification-close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #202020;
  font-size: 28px;
  cursor: pointer;
}
.sp-cart-notification-close:focus-visible { outline: 2px solid #202020; outline-offset: -4px; }
@media (max-width: 767px) {
  .sp-cart-notifications { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px) + var(--sp-cookie-height, 0px)); }
}

/* JS retains desktop panels briefly while the pointer crosses the header gap. */
@media (min-width: 1200px) {
  .sp-desktop-nav-ready .sp-catalog-menu:not(.sp-desktop-nav-open) > .sp-desktop-mega,
  .sp-desktop-nav-ready .sp-brands-menu:not(.sp-desktop-nav-open) > .sub-menu {
    opacity: 0; visibility: hidden; pointer-events: none;
  }
  .sp-desktop-nav-ready .sp-catalog-menu.sp-desktop-nav-open > .sp-desktop-mega,
  .sp-desktop-nav-ready .sp-brands-menu.sp-desktop-nav-open > .sub-menu {
    opacity: 1; visibility: visible; pointer-events: auto; transform: none;
  }
  .sp-desktop-nav-ready .sp-desktop-nav-open::after { display: block; }
  .sp-desktop-nav-ready .sp-brands-menu.sp-desktop-nav-open .sub-menu_list li {
    opacity: 1; visibility: visible; transform: none;
  }
}

/* Visible gallery controls: usable without hover, including touch screens. */
.section-product-single .sp-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(32,32,32,.14);
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  color: #202020;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
  cursor: pointer;
}
.section-product-single .sp-gallery-arrow.thumbs-prev { left: 12px; }
.section-product-single .sp-gallery-arrow.thumbs-next { right: 12px; }
.section-product-single .sp-gallery-arrow:hover { background: #fff; border-color: #202020; }
.section-product-single .sp-gallery-arrow:focus-visible { outline: 2px solid #202020; outline-offset: 3px; }
.section-product-single .sp-gallery-arrow.swiper-button-disabled { opacity: .4; cursor: default; }
.section-product-single .sp-gallery-count {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: auto;
  min-width: 56px;
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  color: #202020;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-variant-numeric: tabular-nums;
  pointer-events: none;
}
.section-product-single .sp-gallery-count:empty,
.section-product-single .sp-gallery-arrow.swiper-button-lock,
.section-product-single .sp-gallery-count.swiper-pagination-lock { display: none; }
