/*
 * MARKO storefront theme 4.4.1
 * Visual direction: marko.wroc.pl legacy Venedor storefront.
 */

:root,
[data-bs-theme="light"] {
  --marko-red: #c50002;
  --marko-red-dark: #970500;
  --marko-charcoal: #444645;
  --marko-charcoal-dark: #383938;
  --marko-menu: #dcdcdc;
  --marko-surface: #f5f5f5;
  --marko-border: #e0e0e0;
  --marko-copy: #565656;
  --marko-muted: #757575;

  --bs-primary: #c50002;
  --bs-primary-rgb: 197, 0, 2;
  --bs-link-color: #c50002;
  --bs-link-color-rgb: 197, 0, 2;
  --bs-link-hover-color: #970500;
  --bs-link-hover-color-rgb: 151, 5, 0;
  --bs-primary-text-emphasis: #970500;
  --bs-primary-bg-subtle: #f8d7d7;
  --bs-primary-border-subtle: #e7a6a7;
  --bs-body-color: #565656;
  --bs-body-color-rgb: 86, 86, 86;
  --bs-body-font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-border-color: #e0e0e0;
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 0;
}

html {
  scroll-padding-top: 8rem;
}

body {
  background: #fff;
  color: var(--marko-copy);
  font-size: 15px;
  line-height: 1.55;
}

a {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.container,
.container-md,
.module-products.container {
  --bs-gutter-x: 1.25rem;
  max-width: 1170px;
}

.btn {
  border-radius: 0;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-height: 2.5rem;
  text-transform: uppercase;
}

.btn-primary {
  --bs-btn-bg: var(--marko-red);
  --bs-btn-border-color: var(--marko-red);
  --bs-btn-hover-bg: var(--marko-red-dark);
  --bs-btn-hover-border-color: var(--marko-red-dark);
  --bs-btn-focus-shadow-rgb: 197, 0, 2;
  --bs-btn-active-bg: var(--marko-red-dark);
  --bs-btn-active-border-color: var(--marko-red-dark);
  --bs-btn-disabled-bg: var(--marko-red);
  --bs-btn-disabled-border-color: var(--marko-red);
}

.btn-outline-primary {
  --bs-btn-color: var(--marko-red);
  --bs-btn-border-color: var(--marko-red);
  --bs-btn-hover-bg: var(--marko-red);
  --bs-btn-hover-border-color: var(--marko-red);
  --bs-btn-focus-shadow-rgb: 197, 0, 2;
  --bs-btn-active-bg: var(--marko-red-dark);
  --bs-btn-active-border-color: var(--marko-red-dark);
}

.form-control,
.form-select {
  border-color: #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--marko-red);
  box-shadow: 0 0 0 0.15rem rgba(197, 0, 2, 0.14);
}

/* Header */

.header {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}

.marko-utility {
  background: var(--marko-surface);
  border-top: 8px solid var(--marko-red);
  color: #4c4e4d;
  font-size: 0.8125rem;
}

.marko-utility__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 2.5rem;
}

.marko-utility__links,
.marko-utility__welcome {
  align-items: center;
  display: flex;
}

.marko-utility__links a {
  align-items: center;
  border-right: 1px solid #dedede;
  color: #4c4e4d;
  display: inline-flex;
  gap: 0.3rem;
  min-height: 2.5rem;
  padding: 0 0.85rem;
}

.marko-utility__links a:first-child {
  border-left: 1px solid #dedede;
}

.marko-utility__links .material-icons {
  color: var(--marko-red);
  font-size: 1rem;
}

.marko-utility__links a:hover,
.marko-utility__welcome a:hover {
  color: var(--marko-red);
}

.marko-utility__welcome {
  gap: 0.35rem;
  justify-content: flex-end;
  text-align: right;
}

.marko-utility__welcome a {
  color: #4c4e4d;
}

.marko-brand {
  background: #fff;
}

.marko-brand__logo {
  align-items: center;
  display: flex;
  min-height: 8rem;
  padding: 1rem 0;
}

.marko-brand__heading {
  font-size: 0;
  margin: 0;
}

.marko-brand .navbar-brand {
  display: block;
  margin: 0;
  max-width: 300px;
  padding: 0;
}

.marko-brand .navbar-brand .logo {
  display: block;
  height: auto;
  max-height: 101px;
  max-width: 300px;
  object-fit: contain;
  width: auto;
}

.marko-navbar {
  background: var(--marko-menu);
  border-bottom: 1px solid #cfcfcf;
}

.marko-navbar__row {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  position: relative;
}

.marko-navbar .ps-mainmenu--desktop {
  align-self: stretch;
  flex: 1 1 auto;
  order: 1;
  padding: 0;
}

.marko-navbar #_desktop_ps_searchbar {
  margin: 0 0 0 auto !important;
  order: 2 !important;
  padding: 0;
}

.marko-navbar #_desktop_ps_customersignin {
  order: 3;
}

.marko-navbar #_desktop_ps_shoppingcart {
  order: 4;
}

.marko-navbar #_mobile_ps_customersignin {
  order: 5;
}

.marko-navbar #_mobile_ps_shoppingcart {
  order: 6;
}

.marko-navbar .ps-mainmenu__desktop,
.marko-navbar .ps-mainmenu__tree,
.marko-navbar .ps-mainmenu__tree-item,
.marko-navbar .ps-mainmenu__tree-item-wrapper {
  height: 100%;
}

.marko-navbar .ps-mainmenu__tree {
  align-items: stretch;
  gap: 0;
}

.marko-navbar .ps-mainmenu__tree-item-wrapper {
  align-items: stretch;
}

.marko-navbar .ps-mainmenu__tree-link {
  align-items: center;
  color: #494940;
  display: flex;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  min-height: 3.25rem;
  padding: 0 1rem;
  text-transform: uppercase;
}

.marko-navbar .ps-mainmenu__tree-dropdown-toggle {
  color: #494940;
  margin-left: -0.85rem;
  min-height: 3.25rem;
  padding-right: 0.7rem;
}

.marko-navbar .ps-mainmenu__tree-item:hover > .ps-mainmenu__tree-item-wrapper,
.marko-navbar .ps-mainmenu__tree-item.current > .ps-mainmenu__tree-item-wrapper {
  background: #fff;
}

.marko-navbar .ps-mainmenu__tree-item:hover .ps-mainmenu__tree-link,
.marko-navbar .ps-mainmenu__tree-item:hover .ps-mainmenu__tree-dropdown-toggle,
.marko-navbar .ps-mainmenu__tree-item.current .ps-mainmenu__tree-link {
  color: var(--marko-red);
}

.marko-navbar .submenu {
  background: #fafafa;
  border: 0;
  border-radius: 0;
  border-top: 3px solid var(--marko-red);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  top: 100%;
}

.marko-navbar .submenu__left-item {
  border-radius: 0;
  color: #4c4e4d;
}

.marko-navbar .submenu__left-item:hover,
.marko-navbar .submenu__left-item[aria-selected="true"],
.marko-navbar .menu__link:hover {
  color: var(--marko-red);
}

.marko-navbar .ps-searchbar {
  margin: 0;
  min-width: 12.5rem;
}

.marko-navbar .ps-searchbar__form {
  height: 3.25rem;
}

.marko-navbar .ps-searchbar__input {
  background: #eee;
  border: 0;
  border-left: 1px solid #c8c8c8;
  border-radius: 0;
  height: 100%;
  padding-left: 2.4rem;
  width: 12.5rem;
}

.marko-navbar .ps-searchbar__input:focus {
  background: #fff;
  box-shadow: inset 0 -3px 0 var(--marko-red);
}

.marko-navbar .ps-searchbar__dropdown {
  border-radius: 0;
  top: calc(100% + 0.15rem);
}

.marko-navbar .header-block {
  height: 100%;
}

.marko-navbar .header-block__action-btn {
  align-items: center;
  color: #494940;
  display: flex;
  gap: 0.35rem;
  height: 3.25rem;
  padding: 0 0.75rem;
}

.marko-navbar .header-block__action-btn:hover {
  background: #fff;
  color: var(--marko-red);
}

.marko-navbar .header-block__icon {
  color: var(--marko-red);
}

.marko-navbar .header-block__badge {
  background: var(--marko-red);
  color: #fff;
}

@media (min-width: 768px) {
  .marko-navbar #_desktop_ps_customersignin {
    display: none;
  }
}

/* Main content and home page */

.wrapper {
  background: #fff;
}

.page:not(body) {
  padding-bottom: 3rem;
}

.page-content--home {
  gap: 2.75rem;
}

.page-content--home > section:not(.ps-imageslider) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.ps-imageslider {
  background: #ececec;
  margin-bottom: 0;
}

.ps-imageslider .carousel,
.ps-imageslider__figure {
  background: #ececec;
}

.ps-imageslider__figure {
  margin: 0;
}

.ps-imageslider .carousel-item img {
  aspect-ratio: 1170 / 400;
  object-fit: cover;
}

.ps-imageslider__figcaption {
  background: rgba(255, 255, 255, 0.88);
  bottom: 2.5rem;
  color: #222;
  left: auto;
  max-width: 34rem;
  padding: 1.25rem 1.5rem;
  right: 3rem;
  text-align: left;
}

.ps-imageslider__figcaption h2 {
  color: var(--marko-red);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.ps-imageslider .carousel-control-prev,
.ps-imageslider .carousel-control-next {
  background: rgba(68, 70, 69, 0.82);
  border: 0;
  border-radius: 0;
  height: 3rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 180ms ease, background-color 180ms ease;
  width: 3rem;
}

.ps-imageslider:hover .carousel-control-prev,
.ps-imageslider:hover .carousel-control-next,
.ps-imageslider .carousel-control-prev:focus-visible,
.ps-imageslider .carousel-control-next:focus-visible {
  opacity: 1;
}

.ps-imageslider .carousel-control-prev:hover,
.ps-imageslider .carousel-control-next:hover {
  background: var(--marko-red);
}

.ps-imageslider .carousel-indicators {
  bottom: 0.75rem;
}

.ps-imageslider .carousel-indicators button {
  background: #fff;
  border: 2px solid var(--marko-charcoal);
  border-radius: 50%;
  height: 0.7rem;
  margin: 0 0.25rem;
  opacity: 0.9;
  width: 0.7rem;
}

.ps-imageslider .carousel-indicators button.active {
  background: var(--marko-red);
  border-color: #fff;
}

.section-title,
.page-title-section__title {
  color: #444;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
  padding-bottom: 0.75rem;
  position: relative;
  text-transform: none;
}

.section-title::after,
.page-title-section__title::after {
  background: var(--marko-red);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 3.75rem;
}

.section-title::before,
.page-title-section__title::before {
  background: #e4e4e4;
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.module-products__list .products,
#js-product-list .products {
  display: grid;
  gap: 1.5rem 1.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-miniature {
  min-width: 0;
}

.product-miniature__inner {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  height: 100%;
  padding: 0.6rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-miniature__inner:hover,
.product-miniature__inner:focus-within {
  border-color: #dedede;
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.product-miniature__image-container,
.product-miniature__image-link,
.product-miniature__image {
  border-radius: 0;
}

.product-miniature__image-container {
  background: #fff;
}

.product-miniature__image {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transition: transform 240ms ease;
}

.product-miniature__inner:hover .product-miniature__image {
  transform: scale(1.025);
}

.product-miniature__bottom {
  padding-top: 0.85rem;
}

.product-miniature__infos {
  gap: 0.55rem;
}

.product-miniature__title {
  color: #565656;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 2.7em;
}

.product-miniature__title:hover {
  color: var(--marko-red);
}

.product-miniature__prices {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.7rem;
}

.product-miniature__price {
  color: var(--marko-red);
  font-size: 1.2rem;
  font-weight: 700;
}

.product-miniature__regular-price {
  color: #8a8a8a;
  font-size: 0.9rem;
}

.product-miniature__actions {
  margin-top: 0.75rem;
}

.product-miniature__form {
  width: 100%;
}

.product-miniature__add,
.product-miniature__details {
  min-width: 2.75rem;
}

.product-miniature__add-text {
  display: inline;
}

.product-miniature .quantity-button {
  display: none;
}

.product-flags {
  gap: 0.25rem;
  left: 0.5rem;
  top: 0.5rem;
}

.product-flags .badge {
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.38rem 0.55rem;
  text-transform: uppercase;
}

.product-flags .on-sale,
.product-flags .new,
.product-flags .discount {
  background: var(--marko-red);
  border-color: var(--marko-red);
  color: #fff;
}

.module-products__buttons {
  margin-top: 2rem;
}

.ps-customtext,
.ps-banner {
  color: #626664;
  line-height: 1.75;
}

.ps-customtext h1,
.ps-customtext h2,
.ps-customtext h3 {
  color: #444;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Catalog, product and checkout pages */

.breadcrumb__wrapper {
  background: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 2rem;
}

.breadcrumb {
  font-size: 0.82rem;
  margin: 0;
  min-height: 2.75rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #9a9a9a;
}

.breadcrumb-link {
  color: #626664;
}

.breadcrumb-link:hover {
  color: var(--marko-red);
}

.left-block,
.right-block,
.card,
.accordion-item {
  border-color: #e0e0e0;
  border-radius: 0;
}

.left-block__title,
.right-block__title {
  border-bottom: 3px solid var(--marko-red);
  color: #444;
  font-size: 1.05rem;
  padding-bottom: 0.7rem;
  text-transform: uppercase;
}

.page-category .category__cover-image,
.page-product .product__carousel,
.page-product .product__thumbnail-image,
.page-product .product__zoom,
.blockcart-modal__image {
  border-radius: 0;
}

.page-product .product__name {
  color: #444;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.page-product .product__price {
  color: var(--marko-red);
  font-size: 1.8rem;
}

.page-product .product__images {
  border: 1px solid #ededed;
  padding: 0.75rem;
}

.page-product .product__thumbnail.active .product__thumbnail-image {
  outline-color: var(--marko-red);
}

.pagination .page-link {
  border-radius: 0 !important;
}

.pagination .active > .page-link,
.pagination .page-link:hover {
  background: var(--marko-red);
  border-color: var(--marko-red);
  color: #fff;
}

/* Newsletter and footer */

.footer__before {
  background: var(--marko-charcoal-dark);
  border-bottom: 1px solid #535554;
  color: #fff;
}

.footer__before .ps-emailsubscription {
  background: transparent !important;
  padding: 1.5rem 0 !important;
}

.footer__before .ps-emailsubscription .h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.footer__before .form-control {
  background: #fff;
  border: 0;
  min-height: 2.75rem;
}

.footer__before .btn {
  min-height: 2.75rem;
}

.footer__before .text-body-secondary {
  color: #c8c8c8 !important;
}

.footer__main {
  background: var(--marko-charcoal);
  color: #ccc;
  padding: 2.5rem 0 1.25rem;
}

.footer__main-top {
  border-bottom: 1px solid #535554;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

.footer-block__title,
.footer-block__title a {
  color: #fff;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-block__list a,
.footer-block a {
  color: #ccc;
}

.footer-block__list a::before {
  color: var(--marko-red);
  content: "\203A";
  font-weight: 700;
  margin-right: 0.45rem;
}

.footer-block__list a:hover,
.footer-block a:hover {
  color: #fff;
}

.footer .copyright {
  color: #ccc;
  font-size: 0.8125rem;
}

.footer .copyright a {
  color: #fff;
}

.footer .copyright a:hover {
  color: var(--marko-red);
}

/* Responsive */

@media (max-width: 1199.98px) {
  .marko-navbar__row {
    align-items: center;
  }

  .marko-navbar .ps-mainmenu--desktop {
    flex: 0 0 auto;
  }

  .marko-navbar .menu-toggle {
    border-radius: 0;
    color: #494940;
    height: 3.25rem;
    padding: 0 0.8rem;
  }

  .marko-navbar .menu-toggle:hover {
    background: #fff;
    color: var(--marko-red);
  }

  .marko-navbar .offcanvas {
    background: #fafafa;
  }

  .marko-navbar .menu__link,
  .marko-navbar .menu__title {
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }

  .module-products__list .products,
  #js-product-list .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .marko-utility__welcome > span:last-child {
    display: none;
  }

  .marko-brand__logo {
    min-height: 6.5rem;
  }

  .marko-brand .navbar-brand .logo {
    max-height: 80px;
    max-width: 240px;
  }

  .page-product .product__name {
    font-size: 1.65rem;
  }
}

@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 7rem;
  }

  .header {
    position: static;
  }

  .marko-brand__logo {
    justify-content: center;
    min-height: 5.75rem;
    padding: 0.75rem 0;
  }

  .marko-brand .navbar-brand .logo {
    max-height: 70px;
    max-width: 210px;
  }

  .marko-navbar__row {
    min-height: 3.25rem;
  }

  .marko-navbar .ps-mainmenu--desktop {
    margin-right: auto;
    order: 1;
  }

  .marko-navbar .ps-searchbar--mobile {
    order: 2;
  }

  .marko-navbar #_mobile_ps_customersignin {
    order: 3;
  }

  .marko-navbar #_mobile_ps_shoppingcart {
    order: 4;
  }

  .marko-navbar .ps-searchbar--mobile .header-block__action-btn,
  .marko-navbar #_mobile_ps_customersignin .header-block__action-btn,
  .marko-navbar #_mobile_ps_shoppingcart .header-block__action-btn {
    height: 3.25rem;
    padding: 0 0.65rem;
  }

  .page-content--home {
    gap: 2rem;
  }

  .ps-imageslider .carousel-item img {
    aspect-ratio: 16 / 7;
  }

  .section-title,
  .page-title-section__title {
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
  }

  .module-products__list .products,
  #js-product-list .products {
    gap: 1rem 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-miniature__inner {
    padding: 0.4rem;
  }

  .product-miniature__title {
    font-size: 0.9rem;
  }

  .product-miniature__price {
    font-size: 1.05rem;
  }

  .product-miniature__add-text {
    display: none;
  }

  .breadcrumb__wrapper {
    margin-bottom: 1.25rem;
  }

  .footer__before .ps-emailsubscription .h3 {
    margin-bottom: 1rem;
    text-align: center;
  }
}

/* Larger, more readable circular prices */

.product-miniature--marko .product-miniature__price-badge {
  border-radius: 50%;
  height: 100px;
  padding: 10px 7px;
  right: -12px;
  width: 100px;
}

.product-miniature--marko .product-miniature__price-label {
  font-size: 11px;
}

.product-miniature--marko .product-miniature__regular-price {
  font-size: 12px;
  margin-bottom: 5px;
}

.product-miniature--marko .product-miniature__price {
  font-size: 18px;
}

/* Revolution-style slider transitions */

.marko-revolution-slider,
.marko-revolution-slider .carousel-inner,
.marko-revolution-slider .carousel-item,
.marko-revolution-slider .ps-imageslider__figure {
  overflow: hidden;
}

.marko-revolution-slider.carousel-fade .carousel-item {
  transition: opacity 300ms ease-in-out;
}

.marko-revolution-slider .carousel-item img {
  backface-visibility: hidden;
  transform-origin: center center;
  will-change: clip-path, opacity, transform;
}

.marko-revolution-slider .marko-slide-animate--papercut img {
  animation: marko-papercut 900ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.marko-revolution-slider .marko-slide-animate--flyin img {
  animation: marko-flyin 900ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

@keyframes marko-papercut {
  0% {
    clip-path: polygon(0 49%, 100% 49%, 100% 51%, 0 51%);
    filter: brightness(1.2);
    opacity: 0;
    transform: perspective(1200px) rotateX(14deg) scale(1.04);
  }

  45% {
    clip-path: polygon(0 17%, 100% 0, 100% 83%, 0 100%);
    filter: brightness(1.05);
    opacity: 1;
    transform: perspective(1200px) rotateX(4deg) scale(1.02);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    filter: brightness(1);
    opacity: 1;
    transform: perspective(1200px) rotateX(0) scale(1);
  }
}

@keyframes marko-flyin {
  0% {
    filter: brightness(0.85);
    opacity: 0;
    transform: translate3d(-13%, -4%, 0) rotate(-1.5deg) scale(1.08);
  }

  60% {
    filter: brightness(1.03);
    opacity: 1;
    transform: translate3d(1.5%, 0, 0) rotate(0.15deg) scale(1.015);
  }

  100% {
    filter: brightness(1);
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0) scale(1);
  }
}

@media (min-width: 1200px) {
  .product-miniature--marko .product-miniature__price-badge {
    height: 110px;
    right: -16px;
    width: 110px;
  }

  .product-miniature--marko .product-miniature__price-label {
    font-size: 12px;
  }

  .product-miniature--marko .product-miniature__regular-price {
    font-size: 13px;
  }

  .product-miniature--marko .product-miniature__price {
    font-size: 19px;
  }
}

@media (max-width: 767.98px) {
  .product-miniature--marko .product-miniature__price-badge {
    bottom: -8px;
    height: 84px;
    padding: 8px 5px;
    right: -5px;
    width: 84px;
  }

  .product-miniature--marko .product-miniature__price-label {
    display: block;
    font-size: 9px;
  }

  .product-miniature--marko .product-miniature__regular-price {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .product-miniature--marko .product-miniature__price {
    font-size: 14px;
  }
}

/* Additional 50px requested for maximum price readability */

.product-miniature--marko .product-miniature__price-badge {
  bottom: -18px;
  height: 150px;
  padding: 16px 12px;
  right: -22px;
  width: 150px;
}

.product-miniature--marko .product-miniature__price-label {
  font-size: 14px;
  line-height: 1.15;
}

.product-miniature--marko .product-miniature__regular-price {
  font-size: 16px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.product-miniature--marko .product-miniature__price {
  font-size: 24px;
  line-height: 1.1;
}

.product-miniature--marko .product-miniature__bottom {
  padding-top: 24px;
}

@media (min-width: 1200px) {
  .product-miniature--marko .product-miniature__price-badge {
    bottom: -20px;
    height: 160px;
    right: -26px;
    width: 160px;
  }

  .product-miniature--marko .product-miniature__price-label {
    font-size: 15px;
  }

  .product-miniature--marko .product-miniature__regular-price {
    font-size: 17px;
  }

  .product-miniature--marko .product-miniature__price {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .product-miniature--marko .product-miniature__price-badge {
    bottom: -14px;
    height: 134px;
    padding: 12px 8px;
    right: -14px;
    width: 134px;
  }

  .product-miniature--marko .product-miniature__price-label {
    font-size: 11px;
  }

  .product-miniature--marko .product-miniature__regular-price {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .product-miniature--marko .product-miniature__price {
    font-size: 18px;
  }

  .product-miniature--marko .product-miniature__bottom {
    padding-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marko-revolution-slider .carousel-item img {
    animation: none !important;
    clip-path: none !important;
    filter: none !important;
    transform: none !important;
  }
}

/* Full legacy MARKO layout and color system */

:root,
[data-bs-theme="light"] {
  --bs-body-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-body-color: #000;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-heading-color: #565656;
  --bs-secondary-color: #757575;
  --bs-tertiary-bg: #f5f5f5;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.section-title,
.page-title-section__title,
.left-block__title,
.right-block__title {
  color: #565656;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
}

.container,
.container-md,
.module-products.container {
  --bs-gutter-x: 30px;
  width: 100%;
}

.header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  top: auto;
}

.marko-utility {
  background-color: #f5f5f5;
  border-top: 30px solid #c50002;
  font-size: 14px;
}

.marko-utility__inner {
  height: 36px;
  min-height: 36px;
}

.marko-utility__links a {
  min-height: 36px;
  padding: 0 12px;
}

.marko-utility__welcome {
  font-size: 13px;
}

.marko-brand {
  background: #fff;
}

.marko-brand__logo {
  min-height: 107px;
  padding: 15px 0;
}

.marko-brand .navbar-brand {
  max-width: 228px;
}

.marko-brand .navbar-brand .logo {
  height: auto;
  max-height: 77px;
  max-width: 228px;
  width: auto;
}

.marko-navbar {
  position: relative;
  width: 100%;
  z-index: 1021;
}

.marko-navbar::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  bottom: -15px;
  content: "";
  height: 15px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.marko-navbar--fixed {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}

.wrapper {
  background: #fff;
}

.page:not(body) {
  padding-bottom: 50px;
}

.page-content--home {
  gap: 50px;
}

.ps-imageslider {
  background: #fff;
  overflow: hidden;
}

.ps-imageslider .carousel-item img {
  aspect-ratio: 1914 / 536;
  max-height: none;
  object-fit: cover;
  width: 100%;
}

.ps-imageslider .carousel-control-prev,
.ps-imageslider .carousel-control-next {
  background-color: rgba(255, 255, 255, 0.88);
  border: 0;
  height: 45px;
  opacity: 0;
  width: 60px;
}

.ps-imageslider .carousel-control-prev-icon,
.ps-imageslider .carousel-control-next-icon {
  filter: invert(27%) sepia(6%) saturate(211%) hue-rotate(93deg) brightness(93%);
}

.ps-imageslider .carousel-control-prev:hover,
.ps-imageslider .carousel-control-next:hover {
  background-color: #c50002;
}

.ps-imageslider .carousel-control-prev:hover .carousel-control-prev-icon,
.ps-imageslider .carousel-control-next:hover .carousel-control-next-icon {
  filter: brightness(0) invert(1);
}

#index .section-title,
.page-index .section-title {
  color: #565656;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 30px;
  padding: 0 0 8px 8px;
}

#index .section-title::after,
.page-index .section-title::after {
  height: 4px;
  width: 115px;
}

#index .section-title::before,
.page-index .section-title::before {
  background: #d5d5d5;
  bottom: 1px;
}

.module-products__buttons {
  margin-top: 30px;
}

.ps-customtext,
.ps-banner {
  color: #585858;
  font-size: 15px;
  line-height: 1.65;
}

.ps-customtext p:last-child {
  margin-bottom: 0;
}

.breadcrumb__wrapper {
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.breadcrumb {
  min-height: 40px;
}

.page-header {
  margin-bottom: 25px;
}

.page-title-section__title {
  font-size: 35px;
  margin-bottom: 0;
}

.left-block,
.right-block,
.card,
.accordion-item,
.modal-content,
.dropdown-menu {
  border-color: #e1e1e1;
  border-radius: 0;
}

.left-block__title,
.right-block__title {
  color: #565656;
  font-size: 20px;
  line-height: 1.2;
}

.facets__title,
.category-tree__title {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.page-product .product__name {
  color: #565656;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}

.page-product .product__price {
  color: #c50002;
  font-size: 25px;
  font-weight: 700;
}

.page-product .product__regular-price {
  color: #757575;
  font-size: 20px;
}

.page-product .product__images {
  background: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  padding: 10px;
}

.table,
.grid-table {
  --bs-table-border-color: #e0e0e0;
}

.alert,
.toast,
.offcanvas,
.pagination .page-link {
  border-radius: 0;
}

.footer__before {
  background: #383938;
  border-bottom: 1px solid #535554;
}

.footer__before .ps-emailsubscription {
  padding: 30px 0 25px !important;
}

.footer__before .ps-emailsubscription .h3 {
  font-size: 20px;
  line-height: 44px;
}

.footer__before .ps-emailsubscription form {
  align-items: flex-start;
}

.footer__before .ps-emailsubscription .form-control {
  font-size: 16px;
  height: 44px;
  max-width: 370px;
  padding: 8px 20px;
}

.footer__before .ps-emailsubscription .btn {
  height: 44px;
}

.footer__main {
  background: #444645;
  color: #ccc;
  line-height: 2;
  padding: 20px 0;
}

.footer__main-top {
  border-bottom: 1px solid #383938;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.footer-block {
  margin-bottom: 0;
}

.footer-block__title {
  font-size: 16px;
  line-height: 2;
  margin: 25px 0 20px;
  text-transform: uppercase;
}

.footer-block__list a {
  line-height: 2;
  padding: 0 0 0 15px;
  position: relative;
}

.footer-block__list a::before {
  color: #c50002;
  content: "\203A";
  left: 0;
  margin: 0;
  position: absolute;
}

.footer .copyright {
  color: #ccc;
  padding-top: 15px;
  text-align: right;
}

@media (min-width: 1200px) {
  .container,
  .container-md,
  .module-products.container {
    max-width: 1170px;
  }

  .product-miniature--marko .product-miniature__price-badge {
    border-radius: 45px;
    font-size: 17px;
    height: 90px;
    width: 90px;
  }

  .product-miniature--marko .product-miniature__price {
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container,
  .container-md,
  .module-products.container {
    max-width: 970px;
  }

  .marko-navbar .ps-mainmenu__desktop.d-none.d-xl-block {
    display: block !important;
  }

  .marko-navbar .ps-mainmenu__mobile-toggle {
    display: none;
  }

  .marko-navbar .ps-mainmenu--desktop {
    flex: 1 1 auto;
  }

  .marko-navbar .ps-mainmenu__tree-link {
    padding-left: 11px;
    padding-right: 11px;
  }

  .marko-navbar #_desktop_ps_searchbar {
    flex-basis: 166px;
  }

  .marko-search .ps-searchbar,
  .marko-search__form {
    min-width: 166px;
    width: 166px;
  }

  .marko-navbar .marko-search__input {
    width: 130px;
  }

  .marko-cart__count {
    max-width: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container,
  .container-md,
  .module-products.container {
    max-width: 750px;
  }

  .marko-brand__logo {
    min-height: 100px;
  }

  #index .section-title,
  .page-index .section-title {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }

  .header {
    position: relative;
  }

  .marko-brand__logo {
    min-height: 100px;
  }

  .marko-brand .navbar-brand .logo {
    max-height: 77px;
    max-width: 228px;
  }

  .page-content--home {
    gap: 40px;
  }

  .ps-imageslider .carousel-item img {
    aspect-ratio: 1914 / 536;
  }

  #index .section-title,
  .page-index .section-title {
    font-size: 30px;
    padding-left: 5px;
  }

  .page-title-section__title {
    font-size: 30px;
  }

  .page:not(body) {
    padding-bottom: 40px;
  }

  .footer__before .ps-emailsubscription .h3 {
    line-height: 1.25;
  }

  .footer__before .ps-emailsubscription .form-control {
    max-width: none;
  }

  .footer .copyright {
    text-align: center;
  }
}

@media (max-width: 359.98px) {
  .module-products__list .products,
  #js-product-list .products {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Exact legacy product tiles and navigation bar */

.marko-navbar {
  background: #dcdcdc;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding-bottom: 1px;
}

.marko-navbar__row {
  align-items: stretch;
  min-height: 3rem;
}

.marko-navbar .ps-mainmenu__tree-link {
  background: #dcdcdc;
  color: #494940;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  min-height: 3rem;
  padding: 0 15px;
  text-transform: none;
}

.marko-navbar .ps-mainmenu__tree-dropdown-toggle {
  background: #dcdcdc;
  min-height: 3rem;
}

.marko-navbar .ps-mainmenu__tree-item:hover > .ps-mainmenu__tree-item-wrapper,
.marko-navbar .ps-mainmenu__tree-item.current > .ps-mainmenu__tree-item-wrapper,
.marko-navbar .ps-mainmenu__tree-item:hover .ps-mainmenu__tree-link,
.marko-navbar .ps-mainmenu__tree-item.current .ps-mainmenu__tree-link {
  background: #dcdcdc;
  color: #c50002;
}

.marko-navbar .submenu {
  border-top: 3px solid #c50002;
  top: 100%;
}

.marko-navbar #_desktop_ps_searchbar {
  align-self: center;
  flex: 0 0 196px;
  height: 35px;
  margin-left: auto !important;
}

.marko-search .ps-searchbar {
  height: 35px;
  min-width: 196px;
  width: 196px;
}

.marko-search__form {
  display: flex;
  height: 35px !important;
  width: 196px;
}

.marko-navbar .marko-search__input {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  font-size: 13px;
  height: 35px;
  line-height: 17px;
  padding: 8px;
  width: 160px;
}

.marko-navbar .marko-search__input:focus {
  background: #fff;
  border-color: #c50002;
  box-shadow: none;
}

.marko-search__submit {
  align-items: center;
  background: #c50002;
  border: 0;
  color: #fff;
  display: flex;
  height: 35px;
  justify-content: center;
  margin-left: 1px;
  padding: 0;
  width: 35px;
}

.marko-search__submit:hover,
.marko-search__submit:focus-visible {
  background: #970500;
}

.marko-search__submit .material-icons {
  font-size: 20px;
}

.marko-navbar #_desktop_ps_shoppingcart {
  align-self: center;
  height: 35px;
  margin-left: 8px;
}

.marko-cart,
.marko-cart .header-block {
  height: 35px;
}

.marko-navbar .marko-cart__button {
  align-items: center;
  background: #c50002;
  color: #fff;
  display: flex;
  font-size: 14px;
  gap: 4px;
  height: 35px;
  padding: 0 10px;
  text-transform: none;
  white-space: nowrap;
}

.marko-navbar .marko-cart__button:hover,
.marko-navbar .marko-cart__button:focus-visible {
  background: #c50002;
  color: #fff;
}

.marko-cart__icon {
  color: #fff;
  font-size: 21px;
  margin-right: 2px;
}

.marko-cart__total {
  font-weight: 400;
}

.module-products__list .products,
#js-product-list .products {
  gap: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.product-miniature--marko {
  margin: 0 0 15px;
  padding: 10px;
}

.product-miniature--marko .product-miniature__inner,
.product-miniature--marko .product-miniature__inner:hover,
.product-miniature--marko .product-miniature__inner:focus-within {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: auto;
  padding: 0 5px;
  transform: none;
}

.product-miniature--marko .product-miniature__top {
  margin: 0 auto;
  max-width: 228px;
  overflow: visible;
  position: relative;
}

.product-miniature--marko .product-miniature__image-container,
.product-miniature--marko .product-miniature__image-link {
  display: block;
  overflow: visible;
  width: 100%;
}

.product-miniature--marko .product-miniature__image {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.product-miniature--marko .product-miniature__inner:hover .product-miniature__image {
  transform: none;
}

.product-miniature--marko .product-miniature__price-badge {
  align-items: center;
  background: #c50002;
  border-radius: 50%;
  bottom: -10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 80px;
  justify-content: center;
  line-height: 1.12;
  margin: 0;
  padding: 8px 5px;
  position: absolute;
  right: -10px;
  text-align: center;
  width: 80px;
  z-index: 3;
}

.product-miniature--marko .product-miniature__price-label {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 400;
  white-space: nowrap;
}

.product-miniature--marko .product-miniature__regular-price {
  color: #fef0ff;
  display: block;
  font-size: 11px;
  line-height: 1.1;
  margin-bottom: 3px;
  text-decoration: line-through;
}

.product-miniature--marko .product-miniature__price {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.product-miniature--marko .product-flags {
  left: 0;
  top: 0;
  z-index: 4;
}

.product-miniature--marko .product-miniature__bottom {
  padding-top: 13px;
}

.product-miniature--marko .product-miniature__infos {
  display: block;
}

.product-miniature--marko .product-list-review:empty {
  display: none;
}

.product-miniature--marko .product-miniature__name {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin: 10px 0;
  min-height: 40px;
  padding: 0;
}

.product-miniature--marko .product-miniature__title {
  color: #565656;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  min-height: 0;
}

.product-miniature--marko .product-miniature__title:hover,
.product-miniature--marko .product-miniature__title:focus {
  color: #c50002;
}

.product-miniature--marko .product-miniature__variants {
  margin-bottom: 8px;
}

.product-miniature--marko .product-miniature__actions {
  height: 35px;
  margin: 0;
  position: relative;
}

.product-miniature--marko .product-miniature__form {
  display: block;
  width: auto;
}

.product-miniature--marko .product-miniature__add,
.product-miniature--marko .product-miniature__details {
  background: #c50002;
  border: 1px solid #c50002;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 35px;
  line-height: 1;
  min-height: 35px;
  padding: 0 13px;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
}

.product-miniature--marko .product-miniature__add:hover,
.product-miniature--marko .product-miniature__add:focus,
.product-miniature--marko .product-miniature__details:hover,
.product-miniature--marko .product-miniature__details:focus {
  background: #970500;
  border-color: #970500;
  color: #fff;
}

.product-miniature--marko .product-miniature__add-text {
  display: inline;
}

@media (max-width: 1199.98px) {
  .marko-navbar #_desktop_ps_searchbar {
    margin-left: 0 !important;
  }

  .marko-cart__total,
  .marko-cart__separator {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .marko-navbar__row {
    min-height: 48px;
  }

  .product-miniature--marko {
    padding: 6px;
  }

  .product-miniature--marko .product-miniature__inner {
    padding: 0;
  }

  .product-miniature--marko .product-miniature__price-badge {
    bottom: -6px;
    height: 70px;
    right: -4px;
    width: 70px;
  }

  .product-miniature--marko .product-miniature__price-label {
    display: none;
  }

  .product-miniature--marko .product-miniature__regular-price {
    font-size: 10px;
  }

  .product-miniature--marko .product-miniature__price {
    font-size: 13px;
  }

  .product-miniature--marko .product-miniature__name {
    font-size: 14px;
    min-height: 36px;
  }

  .product-miniature--marko .product-miniature__add,
  .product-miniature--marko .product-miniature__details {
    font-size: 11px;
    padding: 0 9px;
  }
}

/* Final price-circle sizing overrides: keep at least 10px clearance to the edge. */

.product-miniature--marko .product-miniature__price-badge {
  box-sizing: border-box;
  height: 126px;
  padding: 10px;
  width: 126px;
}

.product-miniature--marko .product-miniature__price-label {
  display: block;
  font-size: 11px;
}

.product-miniature--marko .product-miniature__regular-price {
  font-size: 12px;
  margin-bottom: 5px;
}

.product-miniature--marko .product-miniature__price {
  font-size: 17px;
}

@media (min-width: 1200px) {
  .product-miniature--marko .product-miniature__price-badge {
    height: 132px;
    width: 132px;
  }

  .product-miniature--marko .product-miniature__price-label {
    font-size: 12px;
  }

  .product-miniature--marko .product-miniature__regular-price {
    font-size: 13px;
  }

  .product-miniature--marko .product-miniature__price {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .product-miniature--marko .product-miniature__price-badge {
    bottom: -8px;
    height: 120px;
    width: 120px;
  }

  .product-miniature--marko .product-miniature__price-label {
    font-size: 9px;
  }

  .product-miniature--marko .product-miniature__regular-price {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .product-miniature--marko .product-miniature__price {
    font-size: 15px;
  }
}

/* Final header override to match the provided screenshot */

.marko-top-strip {
  background: var(--marko-red);
  height: 19px;
  width: 100%;
}

.marko-utility {
  background: #f4f4f4;
  border-top: 0;
  color: #565656;
  font-size: 14px;
}

.marko-utility__inner {
  min-height: 34px;
}

.marko-utility__links a {
  border-right-color: #d8d8d8;
  color: #8a8a8a;
  gap: 0.35rem;
  min-height: 34px;
  padding: 0 0.95rem;
}

.marko-utility__links a:first-child {
  border-left-color: #d8d8d8;
}

.marko-utility__links .material-icons {
  color: #8d8d8d;
  font-size: 1rem;
}

.marko-utility__welcome {
  color: #303030;
  font-size: 14px;
  gap: 0.4rem;
}

.marko-utility__welcome a {
  color: var(--marko-red);
}

.marko-utility__welcome span[aria-hidden="true"] {
  color: #444645;
}

.marko-brand__logo {
  min-height: 96px;
  padding: 12px 0 10px;
}
