:root{
  --duration: 0.25s;
  --delay: 0.25s;
  --scheme-color: #111111;
}

@font-face {
  font-family: "ClashDisplay-Variable";
  src: url("../static/font/ClashDisplay-Variable.woff2") format("woff2"),
  url("../static/font/ClashDisplay-Variable.woff") format("woff"),
  url("../static/font/ClashDisplay-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Extralight";
  src: url("../static/font/ClashDisplay-Extralight.woff2") format("woff2"),
  url("../static/font/ClashDisplay-Extralight.woff") format("woff"),
  url("../static/font/ClashDisplay-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Light";
  src: url("../static/font/ClashDisplay-Light.woff2") format("woff2"),
  url("../static/font/ClashDisplay-Light.woff") format("woff"),
  url("../static/font/ClashDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Regular";
  src: url("../static/font/ClashDisplay-Regular.woff2") format("woff2"),
  url("../static/font/ClashDisplay-Regular.woff") format("woff"),
  url("../static/font/ClashDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("../static/font/ClashDisplay-Medium.woff2") format("woff2"),
  url("../static/font/ClashDisplay-Medium.woff") format("woff"),
  url("../static/font/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Semibold";
  src: url("../static/font/ClashDisplay-Semibold.woff2") format("woff2"),
  url("../static/font/ClashDisplay-Semibold.woff") format("woff"),
  url("../static/font/ClashDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Bold";
  src: url("../static/font/ClashDisplay-Bold.woff2") format("woff2"),
  url("../static/font/ClashDisplay-Bold.woff") format("woff"),
  url("../static/font/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Soya';
  src: url('../static/font/Soya-Light.eot');
  src: local('Soya Light'), local('Soya-Light'),
  url('../static/font/Soya-Light.eot?#iefix') format('embedded-opentype'),
  url('../static/font/Soya-Light.woff2') format('woff2'),
  url('../static/font/Soya-Light.woff') format('woff'),
  url('../static/font/Soya-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Soya';
  src: url('../static/font/Soya-Medium.eot');
  src: local('Soya Medium'), local('Soya-Medium'),
  url('../static/font/Soya-Medium.eot?#iefix') format('embedded-opentype'),
  url('../static/font/Soya-Medium.woff2') format('woff2'),
  url('../static/font/Soya-Medium.woff') format('woff'),
  url('../static/font/Soya-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Soya';
  src: url('../static/font/Soya-Black.eot');
  src: local('Soya Black'), local('Soya-Black'),
  url('../static/font/Soya-Black.eot?#iefix') format('embedded-opentype'),
  url('../static/font/Soya-Black.woff2') format('woff2'),
  url('../static/font/Soya-Black.woff') format('woff'),
  url('../static/font/Soya-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Soya';
  src: url('../static/font/Soya-Regular.eot');
  src: local('Soya Regular'), local('Soya-Regular'),
  url('../static/font/Soya-Regular.eot?#iefix') format('embedded-opentype'),
  url('../static/font/Soya-Regular.woff2') format('woff2'),
  url('../static/font/Soya-Regular.woff') format('woff'),
  url('../static/font/Soya-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Soya';
  src: url('../static/font/Soya-Bold.eot');
  src: local('Soya Bold'), local('Soya-Bold'),
  url('../static/font/Soya-Bold.eot?#iefix') format('embedded-opentype'),
  url('../static/font/Soya-Bold.woff2') format('woff2'),
  url('../static/font/Soya-Bold.woff') format('woff'),
  url('../static/font/Soya-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* -------------------------------------------------------------- */

body,
html,
* {
  margin: 0;
  padding: 0;
  font-family: ClashDisplay-Regular;
  font-size: 16px;
  font-weight: 300;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-transform: none;
}

body,
html {
  background: var(--scheme-color);
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

input, text, select {
  color: var(--scheme-color);
}

.wrapper {
  position: relative;
  margin: 0 auto;
}

.container {
  width: calc(100% - 1em);
}

.motorcycle-search-icon {
  height: 45px;
  width: 33px;
}

/* -------------------------------MENU---------------------------- */

.logo-menu {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  align-items: center;
}

.menu {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

button {
  color: white;
  background: none;
  border: none;
}

a {
  text-decoration: none;
}

.burger-menu-button img {
  width: 4rem;
}

.language-section {
  /* display: flex; */
  position: relative;
  z-index: 1;
  /* text-align: center;    */
}

.other-languages {
  position: absolute;
  background-color: var(--scheme-color);
  top: 30px;
  padding: .5rem;
  border: 1px solid white;
  border-radius: 6px;
  left: -9px;
}

.other-languages button {
  padding: 10px 0;
}

.language-button {
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  text-align: center;
}

.language-button:hover {
  cursor: pointer;
  color: #C3B081;
}


.localization-button img {
  height: 1.5rem;
  width: 1.5rem;
}

.search-button img {
  height: 1.5rem;
  width: 1.5rem;
}

.menu-slider {
  position: absolute;
  background-color: var(--scheme-color);
  z-index: 9999999;
  height: auto;
  border: solid 3px;
  border-radius: 10px;
  border-color: white;
  width: auto;
  min-width: 250px;
  right: 0;
}


.body-fade {
  opacity: 30%;
  /* z-index: 0; */
}

.menu-slider ul {
  font-family: "ClashDisplay-medium";
  /* font-size: 1.5rem; */
  list-style: none;
  color: white;
  line-height: 2rem;
  padding: 1rem;

}

.menu-cross {
  top: 10px;
  right: 15px;
  position: absolute;

  width: 40px;
  height: 30px;
  overflow: hidden;
  border-radius: 10px;

}

.menu-cross img {
  top: -5px;
  left:-10px;
  position: absolute;
  width: 80px;
  height: 30px;
}

.menu-button {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  /* background-color: red; */
  font-size: 1.5rem;
}

.menu-button:hover {
  cursor: pointer;
  color: #C3B081;
}

/* ----------------------------MAIN-BANNER-SECTION-------------------------- */



.main-banner {
  position: relative;
  width: 85%;
  margin-left: auto;
}



.main-banner-image img {
  width: 100%;
  height: 800px;
  object-fit: cover;


}

.main-banner-text {
  position: absolute;
  bottom: -30px;
  left: -100px;
  background-color: transparent;
}

.main-banner-text p {
  font-size: 80px;
  color: white;
  font-weight: bold;
  line-height: 80px;
  font-family: Soya;
}

.stripes img {
  position: absolute;
  top: 4%;
  right: 88%;
  width: 15rem;
  /*height: auto;*/
}

.social-buttons {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0px;
  top: 300px;
  width: 80px;
  background-color: var(--scheme-color);
  gap: 1rem;
}

.social-buttons button {
  font-family: 'soya';
  text-align: center;
  font-size: 1.5rem;
  background: #232324;
  padding: .9rem;
  width: 100%;
}

.social-buttons button:hover {
  color: #C3B081;
}

.product-text-section a {
  text-align: right;
}
/* ----------------------------------CATEGORIES-HTML-------------------------------------- */

.banners-section {
  position: relative;
  display: grid;
  gap: 4.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.5rem;
  margin-left: 5rem;
}

.motorcycle-banner, .garage-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.motorcycle-banner img, .garage-banner img {
  width: 100%;
  height: auto;
  max-height: 400px;
}

.motorcycle-banner img:hover,
.garage-banner img:hover {
  filter: brightness(120%);
}

.motorcycle-banner-text, .garage-banner-text {
  position: absolute;
  left: -80px;
  bottom: 50px;
  z-index: 2;
}

.motorcycle-banner-text button, .garage-banner-text button {
  font-family: "ClashDisplay-Light";
  font-size: 2rem;
  width: auto;
  padding: 0 1vw 0 1vw;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 600;
}

.motorcycle-banner-text button:hover,
.garage-banner-text button:hover {
  color: black;
  background-color: #C3B081;
  text-shadow: none;
}

/* ------------------------------------MOBILE-CATEGORIES----------------------------------------- */

@media only screen and (max-width: 1200px) {
  .motorcycle-banner-text, .garage-banner-text {
    left: -50px;
    bottom: 60px;
  }
}

@media only screen and (max-width: 992px) {

  .motorcycle-banner-text, .garage-banner-text {
    left: -5vw;
    bottom: 50px;
  }

  .motorcycle-banner-text button, .garage-banner-text button{
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .motorcycle-banner-text, .garage-banner-text {
    left: 0;
    bottom: 0;
  }

  .motorcycle-banner-text button, .garage-banner-text button {
    font-size: 1.2rem;
  }
}



/* --------------------------------GARAGE-CATEGORY-PRODUCTS-LIST---------------------------------- */

.products-list-header {
  font-family: "ClashDisplay-Medium";
  color: white;
  text-transform: capitalize;
}

.products-list-header img {
  width: 2rem;
  rotate: 180deg;
}

.products-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem 2rem;
}

.products-list .product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products-list .product a img {
  width:100%;
}
.product-text-section {
  font-family: "ClashDisplay-Medium";
  padding: .5rem 0 1.2rem 0;
  display: flex;
  flex-direction: column;
}
.product-cart-footer {
  margin-top: auto;
}
.product-cart-price {
  color: white;
  font-weight: 1000;
  font-size: 1.3rem;
}
.text {
  color: white;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-cart-footer a.show-product, .product-detail-section button.buy-now {
  font-family: "ClashDisplay-Medium";
  font-size: 20px;
  width: 100px;
  padding: .5rem 0;
  border: solid 1px;
  border-radius: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
}

.product-detail-section button.buy-now {
  width: auto;
  padding: .6rem 1.2rem;
  display: flex;
  align-items: center;
}
.product-detail-section .seller-url {
  display: flex;
  text-decoration: none;
  margin-top: 2.5rem;
}
.product-detail-section .product-list-price {
  font-weight: 1000;
}
.fa-arrow-right {
  padding-left: 10px;
}

.products-list-header {
}

.products-list-header h1 {
  font-size: 4rem;
}

.products-list-header .fa-arrow-left {
  color: white;

}
.products-list .product-image {
  position: relative;
}

.product-image, .basket-item .image {
  position: relative;
}

.product-image .promotion-percent-value, .basket-item .image .promotion-percent-value, .first-gallery-image .promotion-percent-value {
  position: absolute;
  color: #000;
  right: 0;
  background: #C3B081;
  padding: .5rem;
}

.products-list .product-image .favorite-image, .motorcycle-category-products-list .product-image .favorite-image {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 5px;
  top: 5px;
  cursor: pointer;
}

/* ----------------------GARAGE-CATEGORY-PRODUCT-LIST-MOBILE------------------------------------ */

@media only screen and (max-width: 576px) {

  .social-buttons {
    display: none;
  }

  .products-list-header p {
    font-size: 3rem;
    line-height: 50px;

  }

  .products-list-header .fa-arrow-left {
    font-size: 1.5rem;

  }

  .menu-slider {
    width: 100%;
    min-width: calc(95vw);
    right: -6px;
  }

}

@media only screen and (max-width: 375px) {
  .product-text-section button {
    margin: 20px 0;

  }

  .promo-bar {
    font-size: 0.8rem;
    width: auto;
    height: auto;
    padding: 2px 20px;
    top: 20px;
    /* left: 0px; */
  }
}


/* ---------------------------------------------PRODUCT-PAGE----------------------------------------------- */
.buttons-content .button-order {
  background: black;
  color: white;
  padding: 1rem;
  width: 100%;
  border-radius: 8px;
  text-align: center;
  font-weight: 1000;
  text-transform: uppercase;
}

.buttons-content .button-continue {
  border: 2px solid black;
  padding: 1rem;
  width: 100%;
  border-radius: 8px;
  text-align: center;
  font-weight: 1000;
  text-transform: uppercase;
}

.product-detail-section {
  display: flex;
  position: relative;
  margin-bottom: 4rem;
}
.hidden {
  display: none;
}
.no-events {
  pointer-events: none;
}
.search-container {
  position: absolute;
  right: 410px;
  z-index: 20;
  margin: 0;
  top: 36px;
}
.search-container .search-result-container {
  position: absolute;
  background: var(--scheme-color);
  z-index: 20;
  width: 100%;
}
.search-container .search-input, .mobile-search-container .search-input {
  margin: 0;
  border: 2px solid white;
  background: var(--scheme-color);
  border-radius: 4px;
  max-width: 300px;
  width: 100%;
  color: white;
}
.search-container .search-input:focus, .mobile-search-container .search-input:focus {
  outline: none;
  box-shadow: none;
}
.mobile-search-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  display: flex;
}
.mobile-search-container .search-input {
  width: 100%;
  max-width: 100%;
}
.search-container .result-wrapper {
  display: flex;
  flex-direction: column;
}
.result-wrapper .result-item {
  justify-content: start;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: .5rem;
  padding: .3rem 0;
}
.result-wrapper .result-item img {
  object-position: center;
  object-fit: contain;
  aspect-ratio: 16/9;
  height: 45px;
}
.result-wrapper .result-item a,
.result-wrapper .result-item span {
  font-size: .7rem;
  color: white;
}
.close-search-button .close-search-icon {
  /*width: 1.5rem;*/
  height: 1.3rem;
  margin-right: 25px;

}

.product-text {
  font-family: "ClashDisplay-Regular";
  /* background-color: red; */
  width: 50%;
  padding-left: 70px;
  /*padding-bottom: 100px;*/

}

.product-text h1 {
  font-family: "ClashDisplay-Medium";
  color: white;
  padding-bottom: 30px;
  font-size: 3rem;
  word-wrap: break-word;
}
.product-text p, .product-text ul {
  color: white;
  font-size: 1.2rem;
  /*text-align: justify;*/
}
.product-text .product-subtitle {
  color: white;
  font-size: 1.2rem;
}
.product-text ul {
  margin-top: 1.5rem;
  margin-left: 2rem;
}

.product-text ul li {
  margin: .5rem 0;
}

.product-text ul li::marker {
  content: '—   ';
}

.product-images {
  width: 50%;

  /* background-color: grey; */

}

.main-image {
  position: relative;
  width: 100%;
  height: auto;
  background-color: black;
  padding: 3px;



}

.main-image img {
  width: 100%;
  height: auto;


}

.other-images {

  display: flex;
  flex-wrap: wrap;
  height: auto;



}

.one-product-image {

  width: 33.33%;
  aspect-ratio: 16 / 12;

  padding: 3px;



}


.one-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;


}

.product_id {
  font-family: "ClashDisplay-Medium";
  color: white;
  text-align: right;
  padding: 3px;

}




/* ----------------------------PRODUCT-PAGE-MOBILE------------------------------ */


@media only screen and (max-width: 992px) {

  .product-detail-section {
    flex-direction: column;
  }

  .product-text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;

  }

  .product-images {
    width:100%;

  }

  .search-container {

    /*top: 80px;*/
    right: 350px;

  }

}

@media only screen and (max-width: 768px) {
  .buttons-content {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .mobile-search-container {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .other-images {
    display: none;
  }

  .product-text h1 {

    font-size: 2rem;
  }
}

@media only screen and (max-width: 375px) {
  .close-search-button .close-search-icon {
    width: 1.9rem;
    height: 1rem;

  }
}






/*---------------------------MOTORCYCLE-CATEGORY-------------------------------- */

.motorcycle-products-section {
  display: grid;
  grid-template-columns: 20% 80%;
}
.motorcycles_list span,
.motorcycles_list a {
  display: block;
  color: white;
  font-family: "ClashDisplay-Medium";
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.motorcycles_list a {
  font-size: .9rem;
  text-transform: none;
  text-align: left;
}
.motorcycles_list span:hover,
.motorcycles_list a:hover {
  cursor: pointer;
  color: #C3B081;
}
.motorcycles_list .category2 {
  line-height: 1.5rem;
}
.motorcycle-model-subcategories {
  display: none;
  padding: 10px;
}
.motorcycle-category-products-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 2rem;
}
.motorcycle-category-products-list .product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.motorcycle-category-products-list .product img {
  width:100%;
}
.text a {
  text-align: left;
  color: white;
  text-decoration: none;
}
.text a:hover {
  text-decoration: underline;
}



/*-----------------------MOTORCYCLE-CATEGORY-MOBILE-------------------------------*/
@media only screen and (max-width: 576px) {
  .motorcycle-products-section {
    display: inline-block;
  }

  .motorcycle-model-subcategories {
    position: absolute;
    background-color: black;
    padding: 10px 20px 20px 20px;
    z-index: 10;
  }

  .motorcycle-model-subcategories p {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 375px) {
  .product-text-section {
    flex-direction: column;
  }
}

@media only screen and (max-width: 282px) {
}

/* ---------------------------------------------------ABOUT-US---------------------------------------------------------- */


.about-us-section {
  position: relative;
  margin: 70px 10%;
  display: flex;
  /* margin-bottom: 50px; */
}

.product-page-header-about-us {
  margin: 20px 10%;
  display: flex;
  color: white;
}
.product-page-header-about-us p {
  font-family: "ClashDisplay-medium";
  align-self: flex-end;
  font-size: 3rem;
  line-height: 2.5rem;
}
.about-us-text p {
  color: white;
  font-family: "ClashDisplay-regular";
  font-size: 1.3rem;
  width: 80%;
  word-spacing: 3px;
}
.about-us-text h1 {
  color: white;
  font-family: "ClashDisplay-regular";
  font-size: 4rem;
  margin: 20px 0;
}
.about-us-image {
  height: 100%;
  width: 50%;
  right: 10%;
  position: absolute;
  z-index: 1;
}
.about-us-image img {
  width: 100%;
  height: 100%;
  opacity: 30%;
  object-fit:cover;
}

.about-us-image img.soon-image {
  height: auto;
  opacity: 100;
}
/* --------------------------------------------ABOUT-US-MOBILE------------------------------------------------------- */

@media only screen and (max-width: 768px) {
  .about-us-text h1 {
    font-size: 2.5rem;
    /* line-height: 2.5rem; */
  }
  .about-us-text p {
    font-size: 1rem;
  }

  .motorcycle-model-subcategories {
    position: absolute;
    background-color: var(--scheme-color);
    padding: 10px 20px 20px 20px;
    z-index: 10;
  }
  .search-wrapper-container {
    display: none;
  }
}


/* ---------------------------------------------------------DEALER------------------------------------------------------------ */

.dealer-info-text {
  margin-top: 4rem;
  font-family: "ClashDisplay-regular";
  color: white;
  /*height: 100vh;*/
}
.dealer-info-text h1 {
  font-size: 4rem;
  margin-bottom: 30px;
}
.dealer-info-text p {
  font-size: 1.5rem;
}

.dealer-info-text a {
  color: #C3B081;
}

/* -----------------------------------------------------DEALER-MOBILE---------------------------------------------------- */

@media only screen and (max-width: 576px) {
  .dealer-info-text h1 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .dealer-info-text p {
    font-size: 1rem;
  }
}



.contact-form {
  font-family: "ClashDisplay-regular";
  color: white;
}
.verse {
  display: flex;
  width: 80%;
  justify-content: space-between;
}
input {
  width: 100%;
  padding: 12px;
}
.name,
.mail {
  display: flex;
  flex-direction: column;
  width: 45%;
}
.phone {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.textcontact {
  display: flex;
  flex-direction: column;
  width: 80%;
  /* height: 100%; */

}
#fname,
#email {
  width: 100%;
}
textarea {
  height: 200px;
}

.choices__list--single .choices__item {
  color: #333;
}

/* -----------------------------------------------------CONTACT-MOBILE-------------------------------------------------------- */

@media only screen and (max-width: 768px) {
  .verse {
    display: inline-block;

  }
  .name,
  .mail {
    width: 100%;
  }
  .contact-info-text h1 {
    font-size: 3rem;

  }
  .contact-info-text p {
    font-size: 1.2rem;

  }
  .verse {
    width: 100%;
  }
  input {
    width: 100%;
  }
  .textcontact {
    width: 100%;
  }
}



/* ----------------------------------------------------------------404------------------------------------------------------------- */

button:hover {
  cursor: pointer;
}

.show {
  display: block;
}

.alert-danger ul li {
  color: #ce2e22;
}

.alert-success {
  color: #39d906;
}

/* ----------------------------PASUJE-DO----------------------------------- */

.suitable_motorcycles {
  margin-top: 50px;
}

.suitable_motorcycles_hidden * {
  background: lightgray;
}

.suitable_motorcycles_hidden {
  position: absolute;
  right: -12.2%;
  height: 200px;
  width: 50px;
  background-color: lightgray;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /*margin-bottom: 50px;*/
}

.suitable_motorcycles_hidden:hover {
  cursor: pointer;
}

.suitable_motorcycles ul,
.suitable_motorcycles p {
  /*color: black;*/
  /*word-wrap: normal;*/
}


.suitable_motorcycles_hidden p {
  transform: rotate(-90deg);
  color: black;
}

.suitable_motorcycles_hidden img {
  transform: rotate(180deg);


}

.left-side * {
  background: lightgray;
}

.left-side {
  /*display: flex;*/
  background-color: lightgray;
  height: 100px;
  width: 50px;
  height: 200px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.left-side:hover {
  cursor: pointer;
}


.left-side-arrow {
  /*height: 50px;*/
  display: flex;
  height: 20%;
  align-items: flex-end;
  justify-content: center;

}

.left-side-text {
  /*background-color: cadetblue;*/
  height: 80%;
  writing-mode: vertical-lr;
  text-align: center;



}

.left-side-text h2 {
<<<<<<< Updated upstream
   margin-left: 8px;
    transform: rotate(180deg);
    font-size: 1.5rem;
    color: black;
=======
  margin-left: 8px;
  transform: rotate(180deg);
  font-size: 1.5rem;
  color: black;
>>>>>>> Stashed changes
}

.right-side * {
  background-color: #232324;
}

.right-side {
  background-color: #232324;
  padding: 1rem;
  width: 100%;
}

.right-side p {
  color: white;
}

.left-side-arrow img {
  width: 20px;
}

.show-table {
  display: flex;
}

.group-container .group-title {
  margin-bottom: .8rem;
}

.group-container .group-item {
  border: 2px solid #dfdfdf;
}

.group-container .group-item.has-border {
  border: 2px solid #ccb887;
}

.group-container .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.group-container .images-wrapper .image-item {
  width: 85px;
}
.files-list-title {
  margin-top: 3.5rem;
  color: white;
}
.products-instruction {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
  margin: 1.5rem 0;
}

.products-instruction .instruction-item {
  color: white;
  font-size: 1.2rem;
  display: flex;
  gap: .5rem;
  text-decoration: none;
}

.blink {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.motorcycles-list {
  color: white;
  font-family: "ClashDisplay-regular";
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}

.motorcycles-list .motorcycle h4 {
  font-size: 1.6rem;
  margin-bottom: .7rem;
}

.motorcycles-list .motorcycle .accessories {

}
.login {
  cursor: pointer;
}
.text-red-500 {
  color: red;
}
.cookie-modal-content {
  background: var(--scheme-color);
  padding: 2rem;
}
.cookie-modal-content .btn-accept {
  background: white;
  border-radius: 8px;
  color: var(--scheme-color);
  padding: 0 .6rem;
}
div.input-field {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: .2rem 0;
}

form .input-field {
  display: flex;
  flex-direction: column;
  margin: 1.8rem 0;
  position: relative;
}

.input-field span {
  position: absolute;
  top: -22px;
}
/* container */
.flex { display: flex; }

/* direction */
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-col-r { flex-direction: column-reverse; }
.flex-row-r { flex-direction: row-reverse; }

/* wrap */
.flex.nowrap { flex-wrap: nowrap; }
.flex.wrap { flex-wrap: wrap; }
.flex.wrap-reverse { flex-wrap: wrap; }

/* main axis */
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }

/* cross axis */
.align-start { align-items: flex-start; }
.align-end { align-items: flex-end; }
.align-center { align-items: center; }
.align-baseline { align-items: baseline; }
.align-stretch { align-items: stretch; }

/* grow/shrink */
.flex-grow { flex-grow: 1; }
.flex-shrink { flex-shrink: 1; }

.ma-0,
.my-0,
.mt-0 {
  margin-top: 0;
}

.ma-q,
.my-q,
.mt-q {
  margin-top: .25rem;
}

.ma-h,
.my-h,
.mt-h {
  margin-top: .5rem;
}

.ma-1,
.my-1,
.mt-1 {
  margin-top: 1rem;
}

.ma-2,
.my-2,
.mt-2 {
  margin-top: 2rem;
}

.ma-3,
.my-3,
.mt-3 {
  margin-top: 3rem;
}

.ma-0,
.my-0,
.mb-0 {
  margin-bottom: 0;
}

.ma-q,
.my-q,
.mb-q {
  margin-bottom: .25rem;
}

.ma-h,
.my-h,
.mb-h {
  margin-bottom: .5rem;
}

.ma-1,
.my-1,
.mb-1 {
  margin-bottom: 1rem;
}

.ma-2,
.my-2,
.mb-2 {
  margin-bottom: 2rem;
}

.ma-3,
.my-3,
.mb-3 {
  margin-bottom: 3rem;
}

.ma-4,
.my-4,
.mb-4 {
  margin-bottom: 4rem;
}

.ma-0,
.mx-0,
.ml-0 {
  margin-left: 0;
}

.ma-q,
.mx-q,
.ml-q {
  margin-left: .25rem;
}

.ma-h,
.mx-h,
.ml-h {
  margin-left: .5rem;
}

.ma-1,
.mx-1,
.ml-1 {
  margin-left: 1rem;
}

.ma-2,
.mx-2,
.ml-2 {
  margin-left: 2rem;
}

.ma-3,
.mx-3,
.ml-3 {
  margin-left: 3rem;
}

.ma-0,
.mx-0,
.mr-0 {
  margin-right: 0;
}

.ma-q,
.mx-q,
.mr-q {
  margin-right: .25rem;
}

.ma-h,
.mx-h,
.mr-h {
  margin-right: .5rem;
}

.ma-1,
.mx-1,
.mr-1 {
  margin-right: 1rem;
}

.ma-2,
.mx-2,
.mr-2 {
  margin-right: 2rem;
}

.ma-3,
.mx-3,
.mr-3 {
  margin-bottom: 3rem;
}

.pa-0,
.py-0,
.pt-0 {
  padding-top: 0;
}

.pa-q,
.py-q,
.pt-q {
  padding-top: .25rem;
}

.pa-h,
.py-h,
.pt-h {
  padding-top: .5rem;
}

.pa-1,
.py-1,
.pt-1 {
  padding-top: 1rem;
}

.pa-2,
.py-2,
.pt-2 {
  padding-top: 2rem;
}

.pa-3,
.py-3,
.pt-3 {
  padding-top: 3rem;
}

.pa-0,
.py-0,
.pb-0 {
  padding-bottom: 0;
}

.pa-q,
.py-q,
.pb-q {
  padding-bottom: .25rem;
}

.pa-h,
.py-h,
.pb-h {
  padding-bottom: .5rem;
}

.pa-1,
.py-1,
.pb-1 {
  padding-bottom: 1rem;
}

.pa-2,
.py-2,
.pb-2 {
  padding-bottom: 2rem;
}

.pa-3,
.py-3,
.pb-3 {
  padding-bottom: 3rem;
}

.pa-0,
.px-0,
.pl-0 {
  padding-left: 0;
}

.pa-q,
.px-q,
.pl-q {
  padding-left: .25rem;
}

.pa-h,
.px-h,
.pl-h {
  padding-left: .5rem;
}

.pa-1,
.px-1,
.pl-1 {
  padding-left: 1rem;
}

.pa-2,
.px-2,
.pl-2 {
  padding-left: 2rem;
}

.pa-3,
.px-3,
.pl-3 {
  padding-left: 3rem;
}

.pa-0,
.px-0,
.pr-0 {
  padding-right: 0;
}

.pa-q,
.px-q,
.pr-q {
  padding-right: .25rem;
}

.pa-h,
.px-h,
.pr-h {
  padding-right: .5rem;
}

.pa-1,
.px-1,
.pr-1 {
  padding-right: 1rem;
}

.pa-2,
.px-2,
.pr-2 {
  padding-right: 2rem;
}

.pa-3,
.px-3,
.pr-3 {
  padding-bottom: 3rem;
}
.modal {
  --duration: 0.25s;
  --delay: var(--duration);
  position: fixed;
  z-index: -99;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: var(--duration) linear opacity, 0s var(--delay) visibility, 0s var(--delay) z-index;
}
.modal--visible {
  opacity: 1;
  visibility: visible;
  z-index: 1050;
  transition: var(--duration) linear opacity;
}
.modal-wrapper {
  background: #dfdfdf;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  flex-direction: column;
  margin: 3rem auto;
  border-radius: 6px;
}
.modal .modal-header {
  color: black;
  background: #ccb887;
  padding: .7rem 1.5rem;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.border-red {
  border: 2px solid #bb0f0f !important;
  border-radius: 4px;
}
.font-bold {
  font-weight: 1000;
}
.input-field .choices {
  background: var(--scheme-color);
  border: 1px solid white;
  border-radius: 6px;
  color: white;
}

.input-field .choices__inner {
  background: var(--scheme-color);
}

.choices__list--single .choices__item {
  color: white!important;
}
.choices__placeholder {
  opacity: 1!important;
}
.choices__list--dropdown, .choices__list[aria-expanded],
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted,
.choices[data-type*="select-one"] .choices__input {
  background: var(--scheme-color)!important;
  color: white;
}

.input-field input, .input-field textarea {
  background: var(--scheme-color);
  border: 2px solid white;
  border-radius: 6px;
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
}

.input-field textarea {
  padding: .6rem;
}

.input-field input:focus-visible, .input-field textarea:focus-visible {
  outline: none;
}

.input-field input::placeholder, .input-field textarea::placeholder {
  color: #dcdbdb;
}

.login-section {
  max-width: 600px;
  min-width: 350px;
  margin: 0 auto;
}

form .submit-button, .submit-button {
  border-radius: 6px;
  color: #000;
  padding: .95rem .6rem;
  border: 0;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
}

.primary-color {
  background: #D9DADA;
}

.basket-grid {
  display: grid;
  grid-template-columns: 65% 32%;
  gap: 3rem;
  margin-top: 2rem;
}

.basket-grid .basket-item-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.custom-error-basket-message {
  font-size: 1.7rem;
  text-align: center;
}
.basket-error-container {
  border: 2px solid red; padding: .5rem; border-radius: 8px;
}
.basket-grid .basket-item {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 0 1rem;
  position: relative;
}

.basket-item .basket-image {
  width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  object-position: center;
  /*aspect-ratio: 16/9;*/
  /*max-height: 160px;*/
  /*height: 160px;*/
  /*max-width: 260px;*/
}

.basket-item .product-basket-name {
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}

.basket-item .basket-price {
  display: flex;
  gap: .5rem;
  align-items: center;
  flex-direction: column;
}

.basket-price .basket-price-value {
  font-weight: 1000;
}

.basket-item .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.basket-item .basket-remove {
  position: absolute;
  right: 0;
}
.company-select {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.btn {
  border-radius: 6px;
  color: #000;
  padding: .95rem .6rem;
  border: 0;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}

.choices[data-type*="select-one"]::after {
  border-color: #fff transparent transparent !important;
}

.link-text {
  text-decoration: none;
  color: #ccb887;
}

.light-black {
  color: #9d9e9e;
}

.profile-section-data {
  max-width: 490px;
  gap: 1rem;
}

.profile-section-data .section-item-row {
  justify-content: space-between;
  padding-bottom: 1rem;
  align-items: center;
  border-bottom: 1px solid #c4c4c4;
}

.flex-end {
  justify-content: end;
}

.profile-section-data .section-item-row p,
.profile-section-data .section-item-row div {
  width: 100%;
}

.text-right {
  text-align: right;
}

.h1 {
  font-size: 3rem;
}

.h2 {
  font-size: 2rem;
}

.h3 {
  font-size: 1.5rem;
}

.basket-grid .preview-summary {
  border-radius: 10px;
  padding: 1.5rem;
  background-color: #D9DADA;
  color: #000;
  display: flex;
  flex-direction: column;
  gap:.4rem;
}

.preview-summary .preview-item, .summary .preview-item {
  display: flex;
  justify-content: space-between;
}

.preview-summary .preview-item *, .summary .preview-item * {
  font-weight: 1000;
}

.preview-item .preview-color-lgrey {
  color: #626e84;
  font-size: .68rem;
  margin-left: .4rem;
}

.preview-summary .preview-submit-btn, .summary .preview-submit-btn {
  background: #000;
  padding: 1rem;
  border-radius: 6px;
  margin-top: 2rem;
  font-weight: 1000;
}

.hr {
  border: none;
  border-top: 1px solid;
  margin: 1rem 0 1rem 0;
}

.basket-item .basket-manage-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.basket-container .basket-bottom-text {
  margin-top: 3rem;
  font-size: 1.3rem;
}
.text-center {
  text-align: center;
}
.payment-submit-header {
  text-align: center;
  border-radius: 6px;
  padding: .8rem;
  font-weight: 1000;
}
.summary-detail-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.summary-detail-item .summary-header {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0 0;
}
.summary-header .address-header {
  color: white;
  font-weight: 1000;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.summary-header .address-button {
  font-size: 1.3rem;
}
.summary-detail-item .summary-body {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.position-relative {
  position: relative;
}
.basket-counter {
  position: absolute;
  color: white;
  top: -9px;
  right: -13px;
  display: block;
}
.order-summary .summary {
  border-radius: 10px;
  padding: 1.5rem;
  background-color: #D9DADA;
  color: #000;
  display: flex;
  flex-direction: column;
  gap:.4rem;
  margin-top: 3rem;
}
.product-text-section .add-to-basket, .product-detail-section .add-to-basket {
  display: flex;
  width: auto;
  padding: .4rem;
}

.product-modal-section {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding: 1.8rem 2.3rem;
}

.product-modal-section * {
  color: black;
}

.product-modal-section .image-content img {
  width: 100%;
  max-width: 100%;
}

.product-modal-section .product-modal-cost, .product-modal-section .product-modal-count {
  font-weight: 1000;
}

.product-modal-section .detail-content {
  display: flex;
  flex-direction: column;
  gap: .4rem 0;
}

.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.w-100 { width: 100%; }

.footer-section {
  margin-top: auto;
}

.newsletter {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.newsletter .shadow-text {
  color: #9a9a9a;
  text-align: center;
  margin-top: .6rem;
  font-size: 1.1rem;
}
.newsletter .newsletter-description {
  text-transform: uppercase;
}
.newsletter .newsletter-submit-btn-modifier {
  padding: .8rem .6rem;
}
.product-not-exist {
  color: black;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  padding: 1.5rem;
}
.gap-1 { gap: 1rem; }
.gap-2 { gap: 2rem; }
.gap-3 { gap: 3rem; }
.gap-4 { gap: 4rem; }
.gap-5 { gap: 5rem; }
.gap-6 { gap: 6rem; }
.gap-7 { gap: 7rem; }

.discount-code {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding: .5rem;
}

.discount-code .discount-code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.discount-code .discount-code-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.discount-code .discount-code-submit {
  background: #000;
  color: white;
  border: 2px solid white;
  border-radius: 6px;
  text-align: center;
  width: 100%;
  padding: 12px;
}

.shipment-container, .payment-container {
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.shipment-item, .payment-item {
  border: 1px solid white;
  border-radius: 6px;
  padding: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--scheme-color);
  color: white;
  justify-content: space-between;
  align-items: center;
}

.shipment-item .shipment-name, .payment-item .payment-name {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 800;
}

.shipment-item .shipment-image, .payment-item .payment-image {
  width: 140px;
}

.delivery-header {
  font-size: 1.4rem;
  font-weight: 800;
}

.selected-shipment {
  border: 4px solid #ccb887;
}

.footer {
  justify-content: space-evenly;
  margin-top: auto;
  align-items: center;
  margin-bottom: 2rem;
}

.footer .footer-link {
  color: white;
  text-decoration: none;
}

.main-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.checkbox-wrapper-21 {
  margin: 1.2rem 0;
  position: relative;
}
.checkbox-wrapper-21 .control {
  display: flex;
  position: relative;
  padding-left: 2.2rem;
  cursor: pointer;
  font-size: 18px;
}
.checkbox-wrapper-21 .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-wrapper-21 .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.checkbox-wrapper-21 .control:hover input ~ .control__indicator,
.checkbox-wrapper-21 .control input:focus ~ .control__indicator {
  background: #ccc;
}
.checkbox-wrapper-21 .control input:checked ~ .control__indicator {
  background: #ccb887;
}
.checkbox-wrapper-21 .control:hover input:not([disabled]):checked ~ .control__indicator,
.checkbox-wrapper-21 .control input:checked:focus ~ .control__indicator {
  background: #ccb887;
}
.checkbox-wrapper-21 .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.checkbox-wrapper-21 .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.checkbox-wrapper-21 .control input:checked ~ .control__indicator:after {
  display: block;
}
.checkbox-wrapper-21 .control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper-21 .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.company-select button.btn {
  color: white;
  border: 2px solid white;
  border-radius: 6px;
  flex: 50%;
  padding: .7rem .5rem;
}
.order-item {
  gap: 2.5rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid white;
  padding-bottom: 2rem;
  width: 50%;
}
.company-select button.active-button {
  color: #000;
  background: #D9DADA;
}

.order-container .order-header {
  justify-content: space-between;
  align-items: center;
}
.order-item .order-footer {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.order-footer .order-text {
  color: #79818e;
  font-size: 1.1rem;
}
.order-footer .order-id {
  font-weight: bold;
}

.order-items-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.order-items-wrapper .user-order-item {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.user-order-item .order-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

.user-order-item .product-order-name {
  color: white;
  text-decoration: none;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  color: white;
}

.order-table td {
  padding: 8px 0;
  border-bottom: 1px solid white;
}

.order-table tr:last-child td {
  border-bottom: none;
}

.profile-nav {
  margin-bottom: 3rem;
  gap: 1.5rem;
}

.profile-nav a {
  font-size: 1.1rem;
}

.text-white {
  color: white;
}

.profile-short-text {
  text-align: center;
  font-size: 1.3rem;
}
.profile-short-text .link-text {
  font-size: 1.2rem;
  font-weight: bold;
}
.basket-empty-info {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 3rem;
}
.logo-small {
  height: 40px;
}
.logo-small-mobile {
  height: 30px;
}
.logo-desktop {
  width: auto;
  max-width: 200px;
  height: auto;
}
.next-orders-btn {
  width: 150px;
}
.grid-user-container {
  grid-template-columns: 1fr 1fr;
  display: grid;
}
/* -----------------------------------MOBILE------------------------------------ */
.order-container .sub-item {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  justify-content: center;
  align-items: center;
}
.sub-item .sub-item-header {
  color: #79818e;
}
.order-confirm-container .order-product-image {
  width: 280px;
  display: block;
  object-fit: contain;
  object-position: center;
  max-width: 280px;
}
.contact-info-text {
  width: 50%;
}
.yakk-herd-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 2rem;
}
.yakk-herd-grid .herd {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: .6rem;
  position: relative;
}
.herd .herd-image {
  height: 340px;
  width: 340px;
  position: relative;
}
.herd::after {
  content: "";
  background-image: url('../static/pazury.svg');
  position: absolute;
  width: 70px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  left: -25px;
  top: 10%;
}
.herd .herd-title {
  font-size: 1.6rem;
}
.herd .herd-nickname {
  font-size: 1.4rem;
}
.herd .herd-description {
  font-size: 1.2rem;
  color: #979797;
}
.right-side .motorcycle-title {
  font-size: 1.2rem;
}
.choices__inner {
  background-color: var(--scheme-color) !important;
}
.category-header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-header-section .choices {
  min-width: 300px;
}
@media only screen and (max-width: 1200px) {
  .order-item {
    width: 100%;
  }
  .main-banner {
    margin-left: 0;
    width: 100%;
  }

  .stripes img {
    width: 15rem;
    top: 650px;
    left: calc(100% - 220px);
  }

  .main-banner-text {
    left: 0;
  }

  .main-banner-text p {
    font-size: 3rem;
    font-weight: bold;
    line-height: 4rem;
  }

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

  .full-w-mobile {
    width: 100%;
  }

  .banners-section {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-text {
    width: 100%;
  }
  .yakk-herd-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .category-header-section {
    flex-direction: column;
    gap: 1rem;
  }
  .category-header-section .choices {
    min-width: 100%;
  }
  .filter-form {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal-header h3 {
    font-size: 1rem;
  }
  .modal-wrapper {
    margin: unset;
  }
  .product-modal-section {
    height: 100%;
  }
  .products-list, .motorcycle-category-products-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banners-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
  }
  .motorcycle-products-section {
    flex-direction: column;
    display: flex;
  }
  .motorcycles_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .yakk-herd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .motorcycles_list div {
    border: 1px solid white;
    border-radius: 6px;
    padding: 0 .4rem;
  }
  .basket-grid {
    grid-template-columns: 1fr;
  }
  .basket-item .product-basket-name {
    font-size: 1.2rem
  }

  .footer {
    flex-direction: column;
    align-items: center;
    gap: .7rem;
  }

  .order-items-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .order-confirm-header {
    flex-direction: column;
  }
  .order-confirm-header .h2 {
    font-size: 1.3rem;
  }
}

.desktop-d-none {
  display: none;
}

@media only screen and (max-width: 576px) {
  .products-list, .motorcycle-category-products-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .newsletter-form {
    flex-direction: column;
  }
  .footer {
    margin-top: 1rem;
  }
  .mobile-d-none {
    display: none;
  }
  .desktop-d-none {
    display: block;
  }
  .shipment-container, .payment-container {
    flex-direction: column;
  }
  .shipment-item, .payment-item {
    align-items: center;
  }
  .basket-item .product-basket-name {
    font-size: 1rem
  }
  .main-banner-section {
    padding: 0;
    margin: 0;
  }
  .main-banner {
    justify-content: center;
    width: 100%;
  }

  .main-banner-image img {
    height: 100%;
  }

  .main-banner-text {
    left: 5%;    /* right: auto; */
    rotate: none;
  }

  .main-banner-text p {
    font-size: 8vw;
    line-height: 8vw;
  }

  .stripes img {
    display: none;
  }
  .profile-nav {
    flex-direction: column;
    gap: .6rem;
  }

  .banners-section {
    gap: 2rem;
  }
  .menu {
    gap: 1rem;
  }
  .main-banner {
    margin-bottom: 0;
  }

  .order-confirm-container .order-product-item {
    flex-direction: column;
    gap: .6rem;
  }
  .order-confirm-container .order-product-image {
    width: 100%;
    max-width: 100%;
  }
  .order-confirm-container .order-confirm-product-details {
    gap: .6rem;
  }
  .newsletter .h2 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 375px) {
  .social-buttons {
    display: none;
  }
  .yakk-herd-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.countries-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem 0.5rem;
  justify-content: center;
  width: 100%;
  margin: .6rem 0 1rem 0;
}
.countries-wrapper .country-item {
  gap: .5rem;
  background: inherit;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  justify-content: start;
  align-items: center;
  color: white;
  display: flex;
}
.country-item .country-flag {
  width: 25px;
  aspect-ratio: 16/11;
  border: none;
}
.country-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  display: none;
}
.instructions {
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
.instructions-wrapper .instructions-header {
  color: white;
  font-family: "ClashDisplay-Medium";
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.instructions-wrapper .instruction-detail-motorcycle {
  margin-top: .5rem;
  margin-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.instruction-detail-motorcycle h4 {
  font-size: 1.2rem;
}
.instruction-detail-motorcycle .instruction-products {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  margin-left: 1rem;
}
.instruction-products .instruction-detail {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  margin-left: 1rem;
}
.instruction-detail .instruction-item {
  color: white;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: .7rem;
}
.instruction-item .instruction-image {
  width: 20px;
}
.fz-4r {
  font-size: 4rem;
}
.rotate-button-image-arrow {
  width: 2rem;
  rotate: 180deg;
}
.category-images {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}
.category-images img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (min-width: 768px) {
  .category-images {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-images img:first-child {
    grid-column: span 2;
  }
}
.motorcycle-result-wrapper {
  padding: .4rem;
  border: 1px solid black;
  position: absolute;
  top: 73px;
  background: white;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.motorcycle-result-wrapper .motorcycle-result-item {
  cursor: pointer;
  padding: .3rem;
}
h1 .motorcycle-title {
  display: flex;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.brands-list, .models-list, .years-list, .motorcycle-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.brand, .model, .year {
  margin-bottom: 6px;
}

.models-list {
  padding-left: 10px;
}

.years-list {
  padding-left: 10px;
}

.motorcycle-list {
  margin-left: 20px;
  padding-left: 10px;
}

.motorcycle-list a {
  text-decoration: none;
  color: #444;
  transition: color 0.2s ease;
  font-size: .9rem;
}

.motorcycle-list a:hover {
  color: #ccb887;
  text-decoration: none;
}

[x-cloak] { display: none !important; }

[x-show] {
  transition: all 0.25s ease;
}

[x-show="false"] {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

[x-show="true"] {
  opacity: 1;
  max-height: 500px;
}

.brand .model button span {
  font-size: 1.1rem;
}
.swiper-button-prev,
.swiper-button-next {
  color: white !important;
  stroke: white;
  fill: none;
  width: 30px;
  height: 30px;
  border: 2px solid #ccb887;
  background: #ccb887;
  transition: all 0.3s ease;
  padding: .2rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
.opinion-wrapper {
  margin-top: 5rem;
}
.opinion-wrapper .opinion-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.opinion-content {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 5rem;
  align-items: start;
}

@media (max-width: 1024px) {
  .opinion-content {
    gap: 3rem;
  }
}

@media (max-width: 768px) {
  .opinion-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .opinion-information {
    order: -1;
  }

  .opinion-information .basic {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .rating-bar progress {
    width: 100%;
  }
}

.opinion-content .opinion-items {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.opinion-content .opinion-item {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.opinion-item .upside-content {
  display: flex;
  justify-content: space-between;
}
.upside-content .rate img {
  width: 110px;
}
.opinion-information .basic {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.opinion-information .each-opinion-rate img {
  width: 15px;
}
.opinion-information .details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.each-opinion-rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.rating-label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 35px;
}

.rating-label img {
  width: 16px;
}

.rating-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}

.rating-label span {
  display: inline-block;
  width: 12px;
  text-align: right;
  font-family: monospace;
}

.rating-bar progress {
  flex: 1;
  height: 13px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccb887;
  background-color: #2a2a2a;
}

.rating-bar progress::-webkit-progress-bar {
  background-color: #2a2a2a;
}

.rating-bar progress::-webkit-progress-value {
  background-color: #ccb887;
  transition: width 0.3s;
}

.rating-bar progress::-moz-progress-bar {
  background-color: #ccb887;
}

.rating-bar .percent {
  width: 50px;
  text-align: right;
  font-size: 13px;
  color: #ccb887;
}
/* Styl dla przycisku w trakcie ładowania */
.preview-submit-btn:disabled {
  opacity: 0.8; /* Lekkie przyciemnienie przycisku */
  cursor: not-allowed;
}

/* ------------------ STYL SPINNERA ------------------ */

.loading-spinner {
  display: inline-block;
  width: 1em; /* Ustawienie rozmiaru, np. równe wysokości linii */
  height: 1em;
  border: 3px solid rgba(255, 255, 255, 0.3); /* Jasna krawędź "tła" */
  border-radius: 50%;
  border-top-color: #ffffff; /* Kontrastowy kolor górnej krawędzi (animowanej) */
  animation: spin 0.8s ease-in-out infinite; /* Animacja obrotu */
  vertical-align: middle; /* Wyrównanie w linii tekstu */
  margin-right: 0.5em; /* Odstęp od tekstu "submitting..." */
}

/* Definicja animacji obrotu */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}