@charset "UTF-8";
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-Reg.ttf");
}
@font-face {
  font-family: "lato";
  font-style: italic;
  src: url("fonts/Lato-RegIta.ttf");
}
@font-face {
  font-family: "lato";
  font-weight: bold;
  src: url("fonts/Lato-Bol.ttf");
}
@font-face {
  font-family: "lato";
  font-weight: bold;
  font-style: italic;
  src: url("fonts/Lato-BolIta.ttf");
}
@font-face {
  font-family: "lato";
  font-weight: 900;
  src: url("fonts/Lato-Heavy.ttf");
}
@font-face {
  font-family: "lato";
  font-weight: 500;
  src: url("fonts/Lato-Semibold.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url("fonts/Montserrat-Italic.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: url("fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  font-style: italic;
  src: url("fonts/Montserrat-BoldItalic.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: url("fonts/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: url("fonts/Montserrat-Thin.ttf");
}
@font-face {
  font-family: "FrancoisOne";
  src: url("fonts/FrancoisOne-Regular.ttf");
}
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* ================= FORMULARZE ================ */
label {
  color: lighten #777, 10%;
  font-size: 16px;
  text-transform: none;
  margin-top: 10px;
}

span + label {
  margin-top: 0;
}

input, select, textarea, .input-placeholder {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  height: 60px;
  line-height: 1;
}

.submit-controls {
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.submit-controls > div {
  width: 100%;
}

.submit-area {
  display: block;
  text-align: right;
}

.submit-area .button {
  margin: 0;
}

.input-wrapper {
  margin: 0 10px 10px 0;
}

.form-fields-wrapper {
  margin-right: -10px;
  width: 450px;
}

.columns .form-fields-wrapper {
  width: auto;
}

/* ================= formularze nowe ================ */
/* ---- placeholdery pól ---- */
input ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  opacity: 0.4;
}
input ::-moz-placeholder, textarea ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 0.4;
}
input :-ms-input-placeholder, textarea :-ms-input-placeholder { /* IE 10+ */
  color: #333;
  opacity: 0.4;
}
input :-moz-placeholder, textarea :-moz-placeholder { /* Firefox 18- */
  color: #333;
  opacity: 0.4;
}

.select-placeholder {
  color: #999999;
}

/* ----- select ----- */
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  height: 60px;
  margin: 0;
  width: 100%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 40px 0 10px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 28px;
  right: 10px;
}

.styledSelect:active, .styledSelect.active {
  background-color: #efefef;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

/* -- SELECT HOVER -- */
.options li:hover {
  background-color: #000;
  color: #fff;
}

.single ul, .single .submit-area, .single .button {
  margin: 0;
}

.single {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single > * {
  margin-right: 10px !important;
}
.single > :last-child {
  margin-right: 0 !important;
}

.single ul {
  flex: 1;
}

.single ul input {
  margin: 0;
  height: 50px;
  box-sizing: border-box;
  display: block;
}

/* --- input type=radio, input type=checkbox --- */
input[type=checkbox] + label, input[type=radio] + label {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  cursor: pointer;
  margin: 0;
  line-height: 1.5;
}

input[type=checkbox] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  max-width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 2px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=checkbox]:checked + label::before {
  content: "✓";
  background: #000;
}

input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  height: 22px;
  max-width: 22px;
  min-width: 22px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=radio]:checked + label::before {
  content: "✓";
  background: #000;
}

input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.checklist.rodo label {
  font-size: 0.7rem;
}

.checklist.wrapper {
  display: block;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 10px;
}

.checklist.wrapper > label {
  margin-bottom: 10px;
}

.checklist.wrapper > label:last-child {
  margin-bottom: 0;
}

/* === DISABLED === */
input[type=checkbox][disabled] + label {
  opacity: 0.8;
}

input[type=checkbox][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[type=radio][disabled] + label {
  opacity: 0.8;
}

input[type=radio][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[disabled=disabled] {
  background-color: #f0f0f0;
}

/* === wending forms === */
/* =============== zestawy pól ============== */
.input-combo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.input-combo > div {
  flex: 1;
  margin-right: 10px;
}

.input-combo > div.post-code {
  flex: 0.5;
}

/* ================ Klasy specjalne ============= */
.question-label {
  display: block;
  margin-top: 20px;
}

span + .question-label {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 15px 0;
  line-height: 1.4;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

.seo-h2-like,
.cookie-consent-title {
  display: block;
  margin: 1.5em 0 15px 0;
  line-height: 1.4;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  font-size: 3.3em;
  font-weight: 700;
}

.seo-h3-like,
.footer-heading {
  display: block;
  margin: 1.5em 0 15px 0;
  line-height: 1.4;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 700;
}

.card-title-span,
.tile-title-span,
.icon-title-span,
.opinion-title-span {
  display: block;
}

h1 {
  font-size: 3.84em;
}

h2 {
  font-size: 3.3em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

p {
  line-height: 30px;
  letter-spacing: 0.8px;
}

a {
  transition: color 300ms;
}

a:hover {
  color: #FFAA00;
}

blockquote {
  margin: 1em;
  padding: 0 0 0 20px;
  border-left: solid 3px #FFAA00;
  overflow: hidden;
}

.button {
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: lato, tahoma, arial, sans-serif;
  border: none;
  border-radius: 2px;
  padding: 5px 35px;
}

.button i {
  height: 10px;
  width: 10px;
  background-image: url(icons/down-arrow.svg);
  margin-left: 10px;
  transform: rotate(-90deg);
}

.button.alt {
  color: #fff;
  border: solid 1px #fff;
  background: transparent;
}

.button.cta {
  height: 72px;
}

.button.alt.cta {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  color: #fff;
}

.updated {
  font-size: 0.9rem;
  font-weight: bold;
  color: #FFCC00;
}

.social-sharing-module {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 60px;
  border-top: 1px solid #ddd;
}

.social-sharing-module > span.sharing-title {
  margin: 0;
  margin-right: 1.8em;
  font-size: 1.1em;
}

#START #TOP nav.desktop .nav-button > a {
  padding: 0 38px;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.96px;
}

#logo {
  display: block;
}

#START #TOP nav.desktop .nav-button > a:hover {
  color: #FFAA00;
}

#START #logo img.primary-logo {
  display: none;
}

#START #logo img.secondary-logo {
  display: block;
}

#logo {
  left: 118px;
}

nav.desktop > ul {
  display: flex;
  align-items: center;
}

nav.desktop .nav-button {
  height: auto;
}

@media screen and (max-width: 1400px) and (min-width: 1096px) {
  #logo {
    left: 60px;
  }

  #START #TOP nav.desktop .nav-button > a {
    padding: 0 24px;
  }
}

#cart-module {
  float: right;
  height: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

#cart-module a {
  position: relative;
}

#cart-module .cart-quantity {
  position: absolute;
  bottom: 5px;
  right: -5px;
  background: #1e272c;
  font-size: 0.6rem;
  color: #fff;
  border-radius: 50%;
  min-width: 15px;
  height: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

nav.mobile {
  bottom: 20px;
}

.mobile-megadropdown-content ul li {
  list-style: none;
  border-bottom: 1px solid;
  margin-left: 0;
}

.mobile-megadropdown-content ul li a {
  display: block;
  margin: 0.5rem 0;
}

.product-offer {
  position: relative;
}

.product-offer,
.frequently-selected,
#BOTTOM {
  background-image: url("./images/do-wyciecia2-wyciete.webp");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-attachment: fixed;
  background-size: 65%;
  left: 0;
}

.product-lead h1 {
  margin: 0 0 55px 0;
}

.product-standard-info-box {
  margin: 36px 0 10px 0;
  padding: 28px 32px;
  background: #f7f7f7;
  border-left: 6px solid #FFCC00;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.product-standard-info-box__title {
  display: block;
  margin: 0 0 18px 0;
  font-size: 1.45em;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

.product-standard-info-box__content {
  margin: 0;
}

.product-standard-info-box__content > :first-child {
  margin-top: 0;
}

.product-standard-info-box__content > :last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .product-standard-info-box {
    padding: 22px 20px;
  }
}

.product-offer .container {
  position: relative;
  z-index: 1;
}

.product-offer .offer-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-offer .offer-categories > div {
  padding: 0 15px 30px 15px;
}

.megadropdown-content {
  background: #242424;
}

.megadropdown.show-me .megadropdown-content {
  border-bottom: 1px solid #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.megadropdown .product-offer {
  background: none;
}

.megadropdown .product-offer .offer-categories > div {
  padding: 0 5px 10px 5px;
}

.megadropdown .product-offer .button {
  flex: 1;
  height: 50px;
}

#START.megadropdown-show #TOP.sticked {
  background: #0F0F0F;
  border-bottom: #0F0F0F;
}

.subtitle-category {
  color: #FFAA00;
  font-size: 2.8rem;
}

.product-offer .header .text-wrapper {
  max-width: 100%;
  padding: 0 240px;
}

.product-offer .header .text-wrapper p {
  text-align: center;
}

.product-offer .button {
  font-size: 1rem;
  border: 2px solid #505050;
  height: 65px;
  width: 207px;
  background-color: rgba(0, 0, 0, 0.56);
  border-radius: 2px;
  font-weight: normal;
}

.product-offer .button:hover {
  border: 2px solid #FFAA00;
  color: white;
}

.product-offer .header {
  padding-top: 120px;
  padding-bottom: 84px;
}

.product-specification table tr td {
  text-align: left;
}

.product-specification table tr td.fixed-width {
  min-width: 100px;
}

.product-fitment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 24px;
  max-height: 300px;
  overflow-y: auto;
  padding: 2px 12px 2px 0;
  scrollbar-width: thin;
}

.product-fitment-list::-webkit-scrollbar {
  width: 8px;
}

.product-fitment-list::-webkit-scrollbar-thumb {
  background: #c8c8c8;
}

.product-fitment-item {
  line-height: 1.45;
}

.product-fitment-item a {
  display: inline;
}

@media (max-width: 767px) {
  .product-fitment-list {
    grid-template-columns: 1fr;
    max-height: 260px;
  }
}

.price-section {
  border: 1px solid #FFAA00;
  margin: 40px 0 0 0;
  padding: 20px;
}

.optional-desc {
  padding-top: 20px;
}

.optional-desc p {
  line-height: 1.4;
  color: #999;
}

.price-section-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.bid_set_input {
  height: 35px;
  text-align: center;
  max-width: 60px;
}

.button.quantity_down,
.button.quantity_up {
  padding: 2px;
  min-width: 35px;
  height: 35px;
}

.quantity-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

#START #cart-module img {
  filter: invert(100%) drop-shadow(0 3px 4px rgba(0, 0, 0, 0.75)) drop-shadow(0 0 6px rgba(0, 0, 0, 0.35));
}

#add-to-cart-message {
  margin: 20px 0;
}

#add-to-cart-message p {
  color: #619c44;
  border: 2px solid #c6e0b2;
  padding: 10px;
  background-color: #d8e9d1;
}

.price-section .price {
  font-size: 32px;
  color: #FFAA00;
  font-weight: bold;
}

.old-price {
  text-decoration: line-through;
}

.price-section .price span {
  font-size: 20px;
  color: #777;
}

.price-section .button {
  margin: 0;
}

.product-3d-viewer {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.product-3d-canvas {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 430px;
  min-height: 430px;
  opacity: 0;
  transition: opacity 0.24s ease;
}

.product-3d-active .product-3d-canvas {
  opacity: 1;
}

.product-3d-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.product-3d-fallback {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fff;
  opacity: 1;
  transition: opacity 0.24s ease;
}

.product-3d-photo {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.product-3d-photo img,
.product-3d-photo picture {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.product-3d-active.product-3d-ready:not(.product-3d-photo-mode) .product-3d-fallback {
  opacity: 0;
  pointer-events: none;
}

.product-3d-no-model .product-3d-canvas,
.product-3d-error .product-3d-canvas {
  display: none;
}

.product-3d-no-model .product-3d-fallback,
.product-3d-error .product-3d-fallback {
  position: relative;
  height: 430px;
}

.product-3d-start-button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 6;
  min-width: 94px;
  height: 36px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #171717;
  font: 700 13px/34px Arial, sans-serif;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.product-3d-start-button span {
  margin-right: 7px;
  color: #FFAA00;
}

.product-3d-start-button:hover {
  border-color: #FFAA00;
  background: #FFAA00;
}

.product-3d-start-button:hover span {
  color: #111;
}

.product-3d-loader {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
}

.product-3d-loading .product-3d-loader {
  display: flex;
}

.product-3d-loader-inner {
  width: 180px;
  color: #191919;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.product-3d-loader-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-bottom: 16px;
}

.product-3d-loader-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFAA00;
  animation: product3dPulse 0.9s ease-in-out infinite alternate;
}

.product-3d-loader-dots span:nth-child(2) {
  animation-delay: 0.15s;
}

.product-3d-loader-dots span:nth-child(3) {
  animation-delay: 0.3s;
}

.product-3d-status {
  display: block;
  height: 4px;
  margin-top: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.16);
}

.product-3d-percent {
  display: block;
  width: 0;
  height: 100%;
  background: #FFAA00;
  transition: width 0.2s ease;
}

.product-3d-panel {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 5;
  display: none;
  max-width: 230px;
  padding: 13px 15px;
  background: rgba(20, 20, 20, 0.86);
  color: #fff;
  backdrop-filter: blur(8px);
}

.product-3d-panel strong,
.product-3d-panel span {
  display: block;
}

.product-3d-panel strong {
  margin: 4px 0;
  font-size: 16px;
}

.product-3d-panel span:last-child {
  font-size: 12px;
  line-height: 1.35;
  color: #d7d7d7;
}

.product-3d-kicker {
  color: #FFAA00;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.product-3d-controls {
  position: absolute;
  bottom: 18px;
  right: 16px;
  z-index: 5;
  display: none;
  gap: 7px;
}

.product-3d-ready .product-3d-controls {
  display: flex;
}

.product-3d-photo-mode .product-3d-controls {
  display: none;
}

.product-3d-photo-button {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 5;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.product-3d-ready .product-3d-photo-button {
  display: block;
}

.product-3d-photo-mode .product-3d-photo-button {
  display: none;
}

.product-3d-photo-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-3d-photo-button span {
  display: block;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
}

.product-3d-button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #171717;
  font: 700 14px/30px Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.product-3d-button:hover,
.product-3d-button.is-active {
  border-color: #FFAA00;
  background: #FFAA00;
  color: #111;
}

@keyframes product3dPulse {
  from {
    opacity: 0.45;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-5px);
  }
}

.search-box-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 11;
}

.statement {
  display: block;
  border: 1px solid red;
  color: red;
  text-shadow: none;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 25px;
  padding: 20px;
  font-size: 1.5em;
}

.search-box-wrapper-common {
  position: absolute;
  left: 0;
  right: 0;
  top: 50vh;
  z-index: 11;
}

.search-box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 35px 78px;
  background: rgb(255, 204, 0);
}

.search-box-wrapper .tab-wrapper {
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  display: flex;
}

.search-box {
  border-radius: 0 0 2px 2px;
}

.search-box-wrapper .tab-wrapper {
  background: #FFAA00;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: 0 114px;
}

.search-box-wrapper .tab-wrapper .button {
  transition: background 300ms;
}

.search-box-wrapper .tab-wrapper a:first-child {
  margin: 0;
}

.search-box-wrapper .tab-wrapper a {
  margin: 0 0 0 3px;
  border-radius: 0;
  background: #FFAA00;
  color: #fff;
}

.search-box-wrapper .tab-wrapper a:not(.urhere) {
  border-bottom: 3px solid #FFAA00;
}

.search-box-wrapper .tab-wrapper :hover.button {
  color: #fff;
  background: linear-gradient(90deg, #ffb700 0%, #ffb700 30%, #ffd400 100%);
}

.search-box-wrapper .tab-wrapper a.urhere {
  text-decoration: none;
  color: #fff;
  background: #ffcc00;
  text-decoration: none;
}

.search-box-wrapper .tab-wrapper .button .icon,
.search-box-wrapper .tab-wrapper .button.icon-before:before,
.search-box-wrapper .tab-wrapper .button.icon-after:after {
  width: 35px;
  height: 35px;
  position: relative;
  right: 15px;
}

.search-box-wrapper .tile .content p {
  color: #333;
}

.search-box-wrapper .search-box-header {
  margin: 0 0 15px 0;
}

.search-box-wrapper .search-box-header strong {
  line-height: 1.4;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  color: #333;
  font-family: FrancoisOne, tahoma, arial, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
}

.search-box .input-option-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-box .input-search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.search-box .input-option-wrapper > div {
  padding: 0;
  flex: 1;
  margin-right: 20px;
}

.search-box .input-option-wrapper > div:last-child {
  margin-right: 0;
}

.search-box .input-submit-wrapper {
  text-align: center;
}

.search-box .input-submit-wrapper .button.disabled {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}

.search-box .input-submit-wrapper .button.disabled input[disabled] {
  cursor: not-allowed;
}

.search-box .select-wrapper .select {
  display: block;
  height: 50px;
}

.search-box .options {
  max-height: 300px;
  overflow-y: scroll;
}

.search-box .select-wrapper select.disabled + .styledSelect {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: not-allowed;
}

.search-box .select-wrapper select.disabled + .styledSelect .select-placeholder {
  color: rgba(119, 119, 119, 0.5);
}

.search-box .select-wrapper select.disabled + .styledSelect + .options {
  display: none !important;
}

.search-box .select-wrapper .select-placeholder {
  color: #777777;
}

.search-box .select-wrapper .styledSelect {
  padding: 0 40px 0 24px;
  background-color: rgba(255, 255, 255, 0.85);
  border: none;
}

.search-box .select-wrapper .styledSelect:after {
  content: url("icons/down-arrow.svg");
  width: 18px;
  height: 18px;
  border: none;
  position: absolute;
  top: 15px;
  right: 18px;
}

.search-box .select-wrapper select.disabled + .styledSelect:after {
  opacity: 0.4;
}

.search-box .select-wrapper {
  position: relative;
  width: 100%;
}

.search-box .button {
  margin: 0;
  display: flex;
  letter-spacing: 2.24px;
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 50px;
}

.search-box input, .search-box select, .search-box textarea, .search-box .input-placeholder {
  height: 50px;
}

.search-box :hover.button {
  color: white;
  background: #FFAA00;
}

.search-box .line {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-box .line span {
  margin: 6px 50px;
  text-transform: uppercase;
}

.search-box .line:after,
.search-box .line:before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #878787;
}

.search-box .input-search-wrapper input[type=text] {
  height: 50px;
  width: 470px;
  background-color: rgba(255, 255, 255, 0.85);
}

.search-box .button.icon-button {
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding: 0;
}

.search-box .button.icon-button .icon {
  width: 24px;
  height: 24px;
  position: relative;
  right: 0;
}

.search-results-box {
  display: none;
  position: absolute;
  width: 527px;
  height: 300px;
  top: 57px;
  background-color: white;
}

.search-results-box.show-me {
  display: block;
}

.search-results-box .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-results-box .results-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 11;
}

.search-results-box .results-wrapper a.product {
  padding: 5px 10px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 70px;
  text-decoration: none;
  background: white;
  transition: none;
}

.search-results-box .results-wrapper .image.place-holder,
.search-results-box .results-wrapper .image {
  height: 70px;
  width: 88px;
}

.search-results-box .results-wrapper .image picture,
.image.place-holder picture {
  display: block;
  width: 100%;
  height: 100%;
}

.search-results-box .results-wrapper .image picture img,
.image.place-holder picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-results-box .results-wrapper .content {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.search-results-box .results-wrapper .content .product-price {
  color: #FFAA00;
  font-weight: bold;
  text-align: right;
}

.search-results-box .results-wrapper p {
  padding: 0 10px;
  display: block;
  width: 100%;
  height: 70px;
  background: white;
  transition: none;
}

.search-results-box .results-wrapper a.product:hover {
  color: white;
  background: #000000;
}

.search-box .select-wrapper li.select-placeholder {
  display: none;
}

.card .image-wrapper .img-placeholder, .card .image .img-placeholder {
  padding-bottom: 60%;
}

.frequently-selected span.vehicle-model {
  color: #999999;
  margin-bottom: 9px;
}

.frequently-selected h3 {
  text-transform: initial;
  color: #333333;
  font-size: 1.5em;
  font-family: lato, tahoma, arial, sans-serif;
  font-weight: normal;
}

.frequently-selected span.price {
  color: #333333;
  letter-spacing: 1.12px;
  font-size: 1.7rem;
  font-weight: bold;
}

.frequently-selected .image-wrapper {
  margin-bottom: 25px;
}

.frequently-selected .card .controls {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
}

.frequently-selected .card .controls .button {
  padding: 0;
  justify-content: right;
  background: transparent;
}

.frequently-selected .card .controls .button:hover {
  color: #FFAA00;
}

#page-category .subcategories {
  display: flex;
  flex-wrap: wrap;
}

.products-wrapper > div {
  display: flex;
}

.products-category {
  width: 25%;
  margin-right: 60px;
}

.products-items {
  width: 85%;
}

.products-items h1 {
  margin-top: 0;
  line-height: 1;
}

.category-products-available {
  margin: -10px 0 30px;
  color: #FFAA00;
  font-size: 1.25rem;
  font-weight: 700;
}

.products-items h2 {
  margin-top: 0;
}

.filters {
  margin: 40px 0;
}

.filters strong {
  display: block;
  margin: 0.5em 0 0.5em 0;
}

.button.category-btn {
  min-width: 100%;
  background: transparent;
  border: 1px solid #FFAA00;
  justify-content: left;
}

.products-category > ul > li {
  margin: 0;
}

.products-category ul,
.products-category ul li {
  display: block;
  list-style: none;
  margin-top: 0;
  margin-bottom: 5px;
}

.products-category ul li:first-child {
  margin-top: 5px;
}

.products-category .button.category-btn {
  height: 50px;
  margin: 0;
  color: #4b4b4b;
}

.products-category > ul > li ul > li .button.category-btn {
  height: 40px;
  font-size: 0.75rem;
}

.products-category > ul > li ul > li ul > li .button.category-btn {
  height: 40px;
  font-size: 0.7rem;
}

.products-category .engine-filter-tree .button.category-btn {
  height: 36px;
  font-size: 0.7rem;
  padding-left: 32px;
  text-transform: none;
}

.products-category .button.category-btn.active {
  background: #FFAA00;
  border: 1px solid #FFAA00;
  color: white;
}

.vehicle-plate-widget {
  margin-top: 22px;
  padding: 18px;
  background: #FFCC00;
  border: 1px solid #FFAA00;
  box-sizing: border-box;
}

.vehicle-plate-widget--category-mobile-bottom {
  display: none;
}

.vehicle-plate-widget__heading {
  margin: 0 0 10px 0;
  color: #333333;
  font-family: FrancoisOne, tahoma, arial, sans-serif;
  font-size: 1.32rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.vehicle-plate-widget__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
  margin: 0;
}

.vehicle-plate-widget__plate {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  min-width: 0;
}

.vehicle-plate-widget__country {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2553bd;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.vehicle-plate-widget__country:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border: 1px dashed #FFCC00;
  border-radius: 50%;
}

.vehicle-plate-widget__plate input {
  width: 100%;
  height: 48px;
  padding: 0 8px;
  border: 2px solid #2553bd;
  border-left: none;
  box-sizing: border-box;
  color: #26303d;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-align: center;
}

.vehicle-plate-widget__form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  height: 44px;
  padding: 0;
  border: 0;
  background: #050505;
  color: #fff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.vehicle-plate-widget__form button img {
  width: 21px;
  height: 21px;
}

.vehicle-plate-widget__turnstile {
  display: flex;
  justify-content: center;
  min-height: 65px;
  margin-top: 12px;
  overflow: hidden;
}

.vehicle-plate-widget.has-product-results .vehicle-plate-widget__turnstile {
  display: none;
}

.vehicle-plate-widget.is-plate-verified .vehicle-plate-widget__turnstile {
  display: none;
}

.vehicle-plate-widget__guidance {
  margin-top: 12px;
}

.vehicle-plate-widget__guidance p {
  margin: 0;
  color: #333333;
  font-size: 0.82rem;
  line-height: 1.35;
  letter-spacing: 0.2px;
}

.vehicle-plate-widget__guidance p + p {
  margin-top: 6px;
}

.vehicle-plate-widget.is-loading .vehicle-plate-widget__guidance,
.vehicle-plate-widget.has-result .vehicle-plate-widget__guidance {
  display: none;
}

.vehicle-plate-widget__result {
  margin-top: 12px;
}

.vehicle-plate-widget__loading,
.vehicle-plate-widget__message span,
.vehicle-plate-widget__note {
  color: #333333;
  font-size: 0.78rem;
  line-height: 1.4;
}

.vehicle-plate-widget__loading,
.vehicle-plate-widget__message,
.vehicle-plate-widget__products {
  display: none;
}

.vehicle-plate-widget.is-loading .vehicle-plate-widget__loading,
.vehicle-plate-widget.has-result .vehicle-plate-widget__message,
.vehicle-plate-widget.has-result .vehicle-plate-widget__products {
  display: block;
}

.vehicle-plate-widget__loading span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 7px;
  border: 2px solid rgba(51, 51, 51, 0.22);
  border-top-color: #333333;
  border-radius: 50%;
  vertical-align: -2px;
  animation: vehicle-plate-widget-spin 0.75s linear infinite;
}

@keyframes vehicle-plate-widget-spin {
  to {
    transform: rotate(360deg);
  }
}
.vehicle-plate-widget__message strong {
  display: block;
  margin-bottom: 4px;
  color: #333333;
  font-family: FrancoisOne, tahoma, arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.vehicle-plate-widget__message span {
  display: block;
}

.vehicle-plate-widget__products {
  margin-top: 10px;
}

.vehicle-plate-widget__product {
  display: block;
  margin-top: 7px;
  padding: 10px;
  border: 1px solid rgba(51, 51, 51, 0.15);
  background: rgba(255, 255, 255, 0.86);
  color: #333333;
  text-decoration: none;
}

.vehicle-plate-widget__product strong,
.vehicle-plate-widget__product span {
  display: block;
}

.vehicle-plate-widget__product strong {
  font-size: 0.78rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.vehicle-plate-widget__product span {
  margin-top: 3px;
  color: #777;
  font-size: 0.72rem;
  line-height: 1.25;
}

.vehicle-plate-widget__note {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(51, 51, 51, 0.18);
}

.vehicle-plate-widget__classic-certificate {
  margin-top: 9px;
  padding: 13px;
  border: 2px solid #111;
  background: #fff;
  color: #333333;
  box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.12);
}

.vehicle-plate-widget__classic-certificate .vehicle-plate-widget__classic-kicker {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 7px;
  background: #111;
  color: #FFCC00;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.vehicle-plate-widget__classic-certificate strong {
  display: block;
  color: #111;
  font-family: FrancoisOne, tahoma, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.vehicle-plate-widget__classic-certificate p {
  margin: 8px 0 0;
  color: #333333;
  font-size: 0.78rem;
  line-height: 1.42;
}

.vehicle-plate-widget__classic-meta {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(17, 17, 17, 0.16);
  color: #666;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.vehicle-plate-widget__classic-certificate a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-top: 11px;
  padding: 9px 10px;
  background: #111;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.vehicle-plate-widget__offer-button {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  margin-top: 12px;
  padding: 11px 12px;
  border: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.vehicle-plate-widget.has-result.can-contact .vehicle-plate-widget__offer-button {
  display: flex;
}

.vehicle-plate-widget__offer-button svg {
  width: 21px;
  min-width: 21px;
  height: 21px;
  fill: currentColor;
}

.vehicle-plate-widget-modal,
.vehicle-plate-widget-success {
  display: none;
  position: fixed;
  z-index: 10010;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.vehicle-plate-widget-modal.is-open,
.vehicle-plate-widget-success.is-open {
  display: flex;
}

.vehicle-plate-widget-modal__dialog,
.vehicle-plate-widget-success > div {
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  padding: 28px;
  box-sizing: border-box;
  position: relative;
}

.vehicle-plate-widget-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.vehicle-plate-widget-modal h3 {
  margin: 0 46px 16px 0;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.05;
}

.vehicle-plate-widget-modal__vehicle {
  margin-bottom: 18px;
  padding: 14px;
  background: #FFCC00;
  color: #333333;
}

.vehicle-plate-widget-modal__vehicle strong,
.vehicle-plate-widget-modal__vehicle span {
  display: block;
}

.vehicle-plate-widget-modal__vehicle strong {
  font-family: FrancoisOne, tahoma, arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.vehicle-plate-widget-modal__vehicle span {
  margin-top: 4px;
  font-size: 0.86rem;
  line-height: 1.35;
}

.vehicle-plate-widget-modal__certificate {
  display: block;
  margin-top: 12px;
  padding: 11px 12px;
  border: 2px solid #111;
  background: #fff;
  color: #111;
  text-decoration: none;
  box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.16);
}

.vehicle-plate-widget-modal__certificate strong {
  display: block;
  color: #111;
  font-family: FrancoisOne, tahoma, arial, sans-serif;
  font-size: 0.88rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.vehicle-plate-widget-modal__certificate span {
  display: block;
  margin-top: 4px;
  color: #555;
  font-size: 0.76rem;
  line-height: 1.35;
}

.vehicle-plate-widget-modal label {
  display: block;
  margin-bottom: 12px;
}

.vehicle-plate-widget-modal label span {
  display: block;
  margin-bottom: 5px;
  color: #777;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.vehicle-plate-widget-modal input,
.vehicle-plate-widget-modal select,
.vehicle-plate-widget-modal textarea {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-sizing: border-box;
  color: #333333;
}

.vehicle-plate-widget-modal textarea {
  min-height: 86px;
  resize: vertical;
}

.vehicle-plate-widget-modal__actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.vehicle-plate-widget-modal__actions button {
  min-height: 44px;
  border: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
  padding: 0 18px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.vehicle-plate-widget-modal__actions button:disabled {
  opacity: 0.55;
  cursor: wait;
}

.vehicle-plate-widget-modal__actions span {
  color: #777;
  font-size: 0.82rem;
  line-height: 1.35;
}

.vehicle-plate-widget-success {
  z-index: 10020;
  background: rgba(0, 0, 0, 0.42);
}

.vehicle-plate-widget-success > div {
  max-width: 420px;
  text-align: center;
}

.vehicle-plate-widget-success strong,
.vehicle-plate-widget-success span {
  display: block;
}

.vehicle-plate-widget-success strong {
  color: #333333;
  font-family: FrancoisOne, tahoma, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.vehicle-plate-widget-success span {
  margin-top: 8px;
  color: #777;
}

@media (max-width: 767px) {
  #page-category .products-wrapper > .container {
    display: block;
  }
  #page-category .products-category,
  #page-category .products-items {
    width: 100%;
    margin-right: 0;
  }
  .products-category .vehicle-plate-widget--category-sidebar {
    display: none;
  }
  .vehicle-plate-widget--category-mobile-bottom {
    display: block;
    margin: 28px 0 0 0;
  }
  .vehicle-plate-widget-modal,
  .vehicle-plate-widget-success {
    padding: 14px;
  }
  .vehicle-plate-widget-modal__dialog,
  .vehicle-plate-widget-success > div {
    padding: 22px;
  }
  .vehicle-plate-widget-modal__actions {
    grid-template-columns: 1fr;
  }
}
.button.category-btn.offer {
  min-width: 160px;
  width: 20%;
}

.button.category-btn:hover {
  background: #FFAA00;
  border: 1px solid #FFAA00;
}

.page-quick-search {
  height: 78px;
  margin-top: 23px;
  margin-bottom: -70px;
  overflow: hidden;
  position: relative;
  z-index: 90;
  pointer-events: none;
}

.page-quick-search .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 78px;
  position: relative;
}

.page-quick-search .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 63%;
  right: calc((100% - 100vw) / 2);
  background: linear-gradient(90deg, #ffb700 0%, #ffd400 30%, #ffd400 100%);
  border-radius: 999px 0 0 999px;
  pointer-events: none;
}

.page-quick-search-form {
  display: flex;
  width: min(320px, 100%);
  height: 50px;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.page-quick-search-form input[type=text] {
  width: 100%;
  height: 50px;
  border: none;
  background: #fff8df;
  padding: 0 18px;
  font-size: 1rem;
  color: #333;
}

.page-quick-search-form button {
  width: 52px;
  min-width: 52px;
  height: 50px;
  border: none;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page-quick-search-form button .icon {
  display: block;
  width: 26px;
  height: 26px;
}

.page-quick-search-form button img,
.page-quick-search-form button svg {
  display: block;
  width: 26px;
  height: 26px;
}

.page-quick-search-form button svg path {
  fill: #fff;
}

.page-quick-search + .PAGE,
.page-quick-search + #HEADER-NO-IMAGE + .PAGE {
  padding-top: 30px;
}

@media (min-width: 960px) {
  .page-quick-search + .PAGE > .container:first-child .breadcrumps,
  .page-quick-search + #HEADER-NO-IMAGE + .PAGE > .container:first-child .breadcrumps {
    max-width: calc(63% - 40px);
    overflow: hidden;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 120px), transparent 100%);
    mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 120px), transparent 100%);
  }
}
.button.filter-btn {
  background: transparent;
  border: 1px solid #FFAA00;
  height: 40px;
  font-size: 0.75rem;
  margin: 0 5px 5px 0;
}

.button.filter-btn:hover,
.button.filter-btn.active {
  color: white;
  background: #FFAA00;
}

.ui-accordion-header,
h2.ui-accordion-header {
  padding: 30px 90px 30px 40px;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  margin-top: 10px;
  cursor: pointer;
  background: #fff;
  transition: border 300ms;
  position: relative;
  font-weight: normal;
}

.ui-accordion-header:hover,
h2.ui-accordion-header:hover {
  border-bottom: 1px solid #ddd;
}

.ui-accordion-header-active,
h2.ui-accordion-header-active {
  border-bottom: 1px solid #FFCC00;
}

.ui-accordion-content {
  border-bottom: 1px solid #ddd;
  padding: 30px 40px;
  position: relative;
  margin-top: -24px;
  margin-bottom: 23px;
  background: #fff;
}

.ui-accordion-content-active {
  border-top: 1px solid #FFCC00;
  border-bottom: none;
}

.ui-accordion-header-icon {
  width: 52px;
  height: 52px;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: background 300ms;
}

.ui-accordion-header:hover .ui-accordion-header-icon {
  background: #FFCC00;
}

.ui-accordion-header-icon:after {
  content: url("graphics/accordion-arrow.png");
  position: absolute;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -7px;
  transition: transform 300ms;
}

.ui-accordion-header-active .ui-accordion-header-icon:after,
h2.ui-accordion-header-active .ui-accordion-header-icon:after {
  transform: rotate(180deg);
  transform-origin: 7px;
}

#MAIN-BANER {
  position: relative;
}

#BANER-CONTENT:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 289px;
  width: 100%;
  background: transparent linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.68;
}

#BANER-CONTENT .ps-image:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(236deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.53) 100%) 0 0 no-repeat padding-box;
}

#BANER-CONTENT .container.full,
.search-box-wrapper .container.full {
  padding: 0 114px;
}

@media screen and (min-width: 1201px) {
  .search-box-wrapper .container.full {
    max-width: 1480px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .search-box-wrapper .tab-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

#BANER-CONTENT .banner-content {
  padding-bottom: 410px;
}

#BANER-CONTENT .banner-header h1,
#BANER-CONTENT .banner-header .banner-title {
  display: block;
  margin: 0 0 15px;
  font-family: FrancoisOne, tahoma, arial, sans-serif;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  font-size: 4.48rem;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.82);
}

.breadcrumps a {
  transition: color 0.2s ease;
}

.breadcrumps a:hover,
.breadcrumps a:focus-visible {
  color: #FFAA00;
  text-decoration: underline;
}

.news-article-header,
.news-hero-image,
.news-article-intro,
.news-author-box {
  max-width: 1040px;
}

.news-article-header h1 {
  margin-bottom: 12px;
}

.news-published-at {
  display: block;
  margin-bottom: 35px;
  color: #777;
  font-size: 0.95rem;
}

.news-hero-image {
  margin-top: 0;
  margin-bottom: 45px;
}

.news-hero-image img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.news-article-intro {
  margin-bottom: 35px;
  color: #333;
  font-size: 1.15rem;
  line-height: 1.7;
}

.news-article-content {
  margin-bottom: 55px;
}

.news-author-box {
  margin-top: 25px;
  margin-bottom: 90px;
  padding: 26px 30px;
  border-top: 4px solid #FFCC00;
  background: #f5f5f5;
}

.news-author-label {
  display: block;
  margin-bottom: 4px;
  color: #777;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.news-author-box strong {
  display: block;
  color: #111;
  font-size: 1.15rem;
}

.news-author-box p {
  margin: 6px 0 0;
}

#why-us .columns {
  margin-bottom: -150px;
}

#why-us-img {
  position: relative;
  background-image: url("images/AdobeStock_76914863.jpeg");
  background-image: image-set(url("images/AdobeStock_76914863.avif?v=20260514") type("image/avif"), url("images/AdobeStock_76914863.webp?v=20260514") type("image/webp"), url("images/AdobeStock_76914863.jpeg") type("image/jpeg"));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}

#why-us-img .columns > div {
  padding: 0 30px 0 30px;
}

#why-us-img .container {
  position: relative;
  z-index: 2;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
}

#why-us-img .container h3,
#why-us-img .container .seo-count-title {
  font-family: lato, tahoma, arial, sans-serif;
  color: #FFCC00;
  font-weight: 100;
  font-size: 3.5em;
  margin: 0 0 20px 0;
  display: block;
}

#why-us-img .container p {
  color: white;
  font-size: 1.2em;
}

#why-us-img:after {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.7);
  mix-blend-mode: multiply;
}

#page-category .controls {
  text-align: left;
}

#page-category .product-item-list > div {
  max-height: 200px;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  position: relative;
}

#page-category .product-item-list > div:last-child {
  border-bottom: none;
}

#page-category .image-wrapper,
#page-search .image-wrapper {
  margin-right: 20px;
  position: relative;
}

#page-category .product-item-list .image-wrapper,
#page-category .product-item-list .image-wrapper .img-placeholder {
  width: 210px;
  height: 180px;
  min-width: 210px;
}

#page-category .product-item-list .image {
  width: 100%;
  height: 100%;
}

#page-category .product-3d-list-badge,
#page-search .product-3d-list-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #FFAA00;
  color: #111;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  font: 800 12px/1 Arial, sans-serif;
  letter-spacing: 0.03em;
}

#page-category .product-3d-list-badge span,
#page-search .product-3d-list-badge span {
  display: block;
}

#page-category .product-item-list .product-list-image-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#page-category .product-item-list .placeholder-image-bg {
  background-position: center bottom;
  background-size: cover;
}

#page-category .product-item-list .image picture,
#page-category .product-item-list .image picture img,
#page-category .product-item-list .image > img {
  display: block;
  width: 100%;
  height: 100%;
}

#page-category .product-item-list .image picture img,
#page-category .product-item-list .image > img {
  object-fit: contain;
}

#page-category .product-item-list .product-content {
  flex-direction: column;
  flex-grow: 1;
}

#page-category .product-item-list .product-card-title {
  display: block;
  margin: 0 0 5px 0;
  font-size: 1.4em;
  line-height: 1;
}

#page-category .product-item-list .product-card-title > a:first-child {
  color: inherit;
  text-decoration: none;
}

#page-category .product-item-list .product-card-title > a:first-child:hover,
#page-category .product-item-list .product-card-title > a:first-child:focus-visible {
  color: #FFAA00;
  text-decoration: none;
}

#page-category .product-content {
  display: flex;
  justify-content: space-between;
}

#page-category .product-content p {
  line-height: 1.5;
  margin: 0 0 5px 0;
}

#page-category .product-content p.info strong {
  color: #FFAA00;
}

#page-category .product-content .button {
  height: 46px;
  margin: 0;
}

#page-category .product-content .price {
  font-size: 26px;
  color: #FFAA00;
  font-weight: bold;
}

#page-category .products-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 34px 0 10px;
}

#page-category .products-pagination a,
#page-category .products-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

#page-category .products-pagination a:hover,
#page-category .products-pagination .active {
  border-color: #FFAA00;
  background: #FFAA00;
  color: #111;
}

#page-category .products-pagination .disabled {
  color: #aaa;
  cursor: default;
}

#page-search .controls {
  text-align: left;
}

#page-search .products-category {
  width: 250px;
  min-width: 250px;
}

#page-search .products-category .subcategories {
  display: block;
}

#page-search .products-category .button.category-btn.offer {
  width: 250px;
  min-width: 250px;
}

#page-search .search-heading {
  margin: 0 0 36px 0;
  line-height: 1;
}

#page-search .search-heading-title {
  display: block;
  font-size: 3.7rem;
  line-height: 0.98;
}

#page-search .search-heading-meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 4px;
}

#page-search .search-heading-count {
  color: #777;
  font-size: 1.75rem;
  line-height: 1;
}

#page-search .search-heading-query {
  color: #FFAA00;
  font-size: 2.7rem;
  line-height: 1;
}

#page-search .product-item-list > div {
  max-height: 200px;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  position: relative;
}

#page-search .product-item-list > div:last-child {
  border-bottom: none;
}

#page-search .image-wrapper {
  margin-right: 20px;
}

#page-search .product-item-list .image-wrapper,
#page-search .product-item-list .image-wrapper .img-placeholder {
  width: 180px;
  height: 180px;
  min-width: 180px;
}

#page-search .product-item-list .image {
  width: 100%;
  height: 100%;
}

#page-search .product-item-list .product-list-image-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#page-search .product-item-list .placeholder-image-bg {
  background-position: center bottom;
  background-size: cover;
}

#page-search .product-item-list .image picture,
#page-search .product-item-list .image picture img {
  display: block;
  width: 100%;
  height: 100%;
}

#page-search .product-item-list .image picture img {
  object-fit: contain;
}

#page-search .product-item-list .product-content {
  flex-direction: column;
  flex-grow: 1;
}

#page-search .product-item-list h3 {
  margin: 0 0 5px 0;
  font-size: 1.4em;
  line-height: 1;
}

#page-search .product-content {
  display: flex;
  justify-content: space-between;
}

#page-search .product-content p {
  line-height: 1.5;
  margin: 0 0 5px 0;
}

#page-search .product-content p.info strong {
  color: #FFAA00;
}

#page-search .product-content .button {
  height: 46px;
  margin: 0;
}

#page-search .product-content .price {
  font-size: 26px;
  color: #FFAA00;
  font-weight: bold;
}

#page-search .products-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 34px 0 10px;
}

#page-search .products-pagination a,
#page-search .products-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

#page-search .products-pagination a:hover,
#page-search .products-pagination .active {
  border-color: #FFAA00;
  background: #FFAA00;
  color: #111;
}

#page-search .products-pagination .disabled {
  color: #aaa;
  cursor: default;
}

#BOTTOM {
  background-color: #242424;
}

#BOTTOM h3,
#BOTTOM .footer-heading,
#BOTTOM .content {
  color: white;
  text-align: left;
  margin: 0;
}

#BOTTOM a {
  text-decoration: none;
}

#BOTTOM h3,
#BOTTOM .footer-heading {
  margin: 0 0 60px 0;
}

#BOTTOM .footer-legal-details {
  color: white;
  text-align: left;
  line-height: 1.6;
  font-size: 0.9em;
  opacity: 0.86;
}

#BOTTOM .footer-legal-details strong,
#BOTTOM .footer-legal-details span {
  display: block;
}

#BOTTOM .social-icon svg path {
  fill: white;
}

#BOTTOM .social-icon:hover svg path {
  fill: #FFAA00;
}

#BOTTOM .logo-paypal {
  width: initial;
}

#SYSTEM-FOOT {
  background: #2F2F2F;
}

#SYSTEM-FOOT a {
  text-decoration: none;
  padding-right: 44px;
}

#SYSTEM-FOOT a:last-child {
  margin-right: 0;
}

#SYSTEM-FOOT .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 27px 15px;
  font-size: 0.9rem;
}

#START h2 {
  text-align: center;
}

#START .subtitle {
  color: #fff;
  font-weight: normal;
}

#START .page-section.alt-color {
  background-color: rgb(36, 36, 36);
}

#START .page-section.alt-color2 {
  background-color: #2E2E2E;
}

#START .page-section.alt-color h2,
.page-section.alt-color h3,
.page-section.alt-color .seo-h3-like,
.page-section.alt-color h4,
.page-section.alt-color h5,
.page-section.alt-color h6 {
  color: #C8C8C8;
}

#START .page-section.alt-color p {
  color: #FFF;
}

#START #TOP {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}

#START #TOP.sticked {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: rgba(0, 0, 0, 0.7);
}

#START .why-us {
  overflow: hidden;
}

#START .why-us .why-us-columns {
  display: flex;
  flex-wrap: nowrap;
}

#START .why-us .why-us-columns svg g,
#START .why-us .why-us-columns svg path {
  fill: #FFCC00;
}

#START .why-us .why-us-columns > div:first-child {
  flex: 1;
  width: 66%;
}

#START .why-us .why-us-columns > div:last-child {
  width: 33%;
  position: relative;
}

#START .why-us .why-us-columns > div:last-child:after {
  display: block;
  position: absolute;
  bottom: -300px;
}

#START .why-us .header h2,
#START .why-us h3,
#START .why-us .seo-h3-like {
  text-align: left;
  color: #FFFFFF;
}

#START .why-us .content {
  text-align: left;
  color: #C4C3C3;
}

#START .why-us .icon {
  width: 65px;
  height: 65px;
}

.form-fields-wrapper {
  margin-right: -10px;
  width: auto;
}

#page-contactus form {
  margin-top: 40px;
}

.company_name, .add_company_name, .address, .phone, .email, .hours, .add_descr, .fax {
  display: block;
}

.add_descr {
  margin-top: -20px;
}

.contact-section-icon {
  overflow: hidden;
}

.contact-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.contact-icon img {
  margin-top: 0;
  margin-right: 20px;
}

.cart-delivery-info {
  font-size: 0.7rem;
}

.old_price {
  position: relative;
}

.old_price:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #333;
}


.nice-cart-summary-row.discount {
  color: #17ac37;
}

.paypal-checkout-panel {
  max-width: 860px;
  background: #151515;
  color: #fff;
  padding: 32px;
  border-left: 6px solid #ffcc00;
}

.paypal-checkout-panel h2,
.paypal-checkout-panel h3,
.paypal-checkout-panel p {
  color: #fff;
}

.paypal-checkout-panel .yellow-alert,
.paypal-checkout-panel .red-alert {
  color: #111;
}

.paypal-payment-method {
  background: #fff;
  color: #111;
  padding: 20px;
  margin: 18px 0;
  border-radius: 6px;
}

.paypal-payment-method h3,
.paypal-payment-method p {
  color: #111;
}

paypal-button,
paylater-button,
paypal-pay-later-button {
  display: block;
  width: 100%;
  max-width: 480px;
  --paypal-button-border-radius: 4px;
}

.paypal-card-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 18px 0;
}

.paypal-card-fields label {
  display: block;
  color: #111;
  font-size: 0.9rem;
  font-weight: 600;
}

.paypal-card-field-wide {
  grid-column: 1 / -1;
}

.paypal-card-field {
  height: 52px;
  margin-top: 7px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #888;
  border-radius: 4px;
}

#paypal-card-submit {
  display: inline-block;
  min-width: 260px;
  border: 0;
  cursor: pointer;
}

#paypal-card-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.paypal-privacy-note {
  font-size: 0.78rem;
  line-height: 1.45;
}

.paypal-privacy-note a {
  color: #ffcc00;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .paypal-checkout-panel {
    padding: 22px 16px;
  }

  .paypal-card-fields {
    grid-template-columns: 1fr;
  }

  .paypal-card-field-wide {
    grid-column: auto;
  }

  #paypal-card-submit {
    width: 100%;
    min-width: 0;
  }
}

.flags {
  height: 100%;
  align-content: center;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}

#choose_lang {
  right: -5px;
  top: 100px;
  transition: all 300ms;
}

#TOP.sticked #choose_lang {
  top: 60px;
}

#TOP-MAIN {
  overflow: hidden;
  pointer-events: none;
}

#TOP-MAIN:before {
  content: "";
  position: absolute;
  right: -28px;
  top: 6px;
  z-index: 0;
  width: 134px;
  height: 86px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(1.2) blur(4px);
  opacity: 0.4;
  pointer-events: none;
  transform: translate(10%, 15px) rotate(-16deg) scale(2.5);
  transform-origin: center;
  transition: transform 620ms cubic-bezier(0.34, 1.35, 0.64, 1), opacity 220ms ease, filter 220ms ease;
  will-change: transform;
}

#TOP.sticked #TOP-MAIN:before {
  transform: translate(40%, -25px) rotate(-16deg) scale(1.3);
}

#TOP-MAIN .container {
  z-index: 1;
  pointer-events: none;
}

#TOP-MAIN nav,
#TOP-MAIN nav a,
#TOP-MAIN .flags,
#TOP-MAIN .flags a,
#TOP-MAIN #cart-module,
#TOP-MAIN #cart-module a,
#TOP-MAIN .pop-up-menu {
  pointer-events: auto;
}

html[lang^=fr] #TOP-MAIN:before {
  background-image: url("flags/fr.png");
  transform: translate(-35%, 15px) rotate(-16deg) scale(2.5) scaleX(0.78);
}

html[lang^=fr] #TOP.sticked #TOP-MAIN:before {
  transform: translate(-5%, -25px) rotate(-16deg) scale(1.3) scaleX(0.78);
}

html[lang^=it] #TOP-MAIN:before {
  background-image: url("flags/it.png");
  transform: translate(-35%, 15px) rotate(-16deg) scale(2.5) scaleX(0.78);
}

html[lang^=it] #TOP.sticked #TOP-MAIN:before {
  transform: translate(-5%, -25px) rotate(-16deg) scale(1.3) scaleX(0.78);
}

html[lang^=es] #TOP-MAIN:before {
  background-image: url("flags/es.png");
  transform: translate(-35%, 15px) rotate(-16deg) scale(2.5) scaleX(0.78);
}

html[lang^=es] #TOP.sticked #TOP-MAIN:before {
  transform: translate(-5%, -25px) rotate(-16deg) scale(1.3) scaleX(0.78);
}

html[lang^=de] #TOP-MAIN:before {
  background-image: url("flags/de.png");
}

html[lang^=cs] #TOP-MAIN:before {
  background-image: url("flags/cs.png");
}

.flags ul {
  display: flex;
  gap: 10px;
}

.flags li {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 25px;
  padding: 3px;
  box-sizing: border-box;
  transition: opacity 180ms ease, width 180ms ease, height 180ms ease, padding 180ms ease;
}

.flags li:not(.urhere) {
  width: 26px;
  height: 26px;
  padding: 0;
  opacity: 0.5;
}

.flags li:hover {
  opacity: 1;
}

.flags li.urhere {
  opacity: 1;
  width: 35px;
  height: 25px;
  padding: 3px;
}

.flags li a {
  border-color: rgba(255, 255, 255, 0.65);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.flags li:not(.urhere) a {
  border-color: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.flags li.urhere a {
  border-radius: 0;
}

.flags li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#cart-module {
  position: relative;
  z-index: 1;
}

#cart-module a {
  position: relative;
  z-index: 1;
}

.category-seo-block,
.home-seo-bottom__content {
  margin: 28px 0;
  padding: 26px 30px;
  background: #f6f6f6;
  border-left: 6px solid #ffcc00;
  color: #202020;
  line-height: 1.65;
}

.category-seo-block--top {
  margin-top: 0;
}

.category-seo-block--bottom {
  margin-top: 36px;
  margin-bottom: 0;
}

.category-seo-block > :first-child,
.home-seo-bottom__content > :first-child {
  margin-top: 0;
}

.category-seo-block > :last-child,
.home-seo-bottom__content > :last-child {
  margin-bottom: 0;
}

.home-seo-bottom {
  background: #fff;
  padding-top: 12px;
  padding-bottom: 28px;
}

@media (max-width: 767px) {
  .category-seo-block,
  .home-seo-bottom__content {
    padding: 20px 18px;
  }
}
/*# sourceMappingURL=theme.css.map */
