.desktop-back-link-wrapper {
  display: none;
}

.single-product-main .woocommerce-notices-wrapper {
  height: 240px;
  position: absolute;
  top: -536px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: transform 1s cubic-bezier(0.66, 0.02, 0.34, 1);
}

.single-product-main .woocommerce-notices-wrapper.show {
  transform: translateY(374px);
}

.single-product-main .woocommerce-message,
.single-product-main .woocommerce-error {
  position: relative;
  border-top: none !important;
  background-color: var(--black-color-400) !important;
  margin: 0px !important;
  padding: 45px 16px !important;
  height: 100%;
  color: #fafbfb;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins", "sans-serif";
}

.single-product-main .notices-buttons-wrapper {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.single-product-main .woocommerce-message .close-modal-button,
.single-product-main .woocommerce-error .close-modal-button {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 22px;
  height: 22px;
}

.single-product-main .woocommerce-message .button.wc-forward,
.single-product-main .woocommerce-error .button.wc-forward {
  background-color: var(--violet-color-300);
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-mobile-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 9px 17px 10px;
  color: var(--pink-color-200);
  width: 100%;
  text-align: center;
  order: 2;
}

.single-product-main .woocommerce-message .continue-shopping-button,
.single-product-main .woocommerce-error .continue-shopping-button {
  width: 100%;
  text-align: center;
  border: 1px solid var(--violet-color-100);
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-mobile-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 9px 17px 10px;
  color: var(--violet-color-100);
  background-color: transparent;
  cursor: pointer;
  order: 1;
}

.single-product-main .woocommerce-message::before,
.single-product-main .woocommerce-error::before {
  display: none !important;
}

.single-product-main .woocommerce-message h3,
.single-product-main .woocommerce-error h3 {
  color: var(--black-color-300, #444);
  /* Mobile/Text/body */
  font-family: "Poppins", "sans-serif";
  font-size: var(--body-mobile-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}

.single-product-main .woocommerce-error h3 {
  margin-top: 20px;
  text-transform: none;
}

.single-product-main .woocommerce-message .notice-product-wrapper {
  margin-top: 32px;
  display: flex;
  gap: 10px;
  border-top: 1px solid var(--violet-color-100);
  border-bottom: 1px solid var(--violet-color-100);
}

.single-product-main .woocommerce-message .notice-product-wrapper img {
  width: 100px;
  height: 100px;
}

.single-product-main .rent-form-container .woocommerce-notices-wrapper {
  display: none;
}

.single-product-main .woocommerce-message .go-to-cart-button,
.single-product-main .woocommerce-error .go-to-cart-button {
  margin-top: 20px;
  display: block;
  background-color: var(--black-color-400);
  padding: 9px 16px 10px;
  text-align: center;
  color: var(--beige-color-100, #f6d6e1);
  /* Desktop/Text/caption */
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.woocommerce-breadcrumb {
  margin-left: 16px !important;
  margin-bottom: 16px !important;
  display: flex;
  align-items: center;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
  padding: 4px 8px !important;
  color: var(--black-color-400) !important;
  font-family: "Poppins", "sans-serif";
  font-size: 8px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 12px */
}

.woocommerce-breadcrumb a:nth-of-type(1) {
  padding: 4px 8px 4px 0 !important;
}

.woocommerce-breadcrumb span {
  text-decoration: underline;
}

.woocommerce-product-gallery__wrapper {
  background-color: var(--grey-color-100);
}

main.single-product-main {
  padding: 25px 0 60px;
}

.summary {
  padding: 0 16px;
  margin-bottom: 16px !important;
}

.product-informations-section .product_title,
.product-informations-section .price {
  font-family: "Space Grotesk", "sans-serif";
  font-style: normal;
  font-weight: 400;
  color: var(--black-color-400) !important;
  margin-left: 16px;
}

.product-informations-section .product_title {
  font-size: var(--h4-mobile2-fontsize);
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.22px;
}

.product-informations-section .price {
  font-size: var(--body-mobile2-fontsize) !important;
  line-height: 150%;
  margin-bottom: 16px;
  display: block;
}

.desktop-product-excerpt {
  display: none;
}

#pswp__left__button::before,
#pswp__right__button::before {
  background-color: var(--black-color-200) !important;
}

.pswp__caption {
  display: none;
}

.product-informations-section .woocommerce-product-gallery {
  margin-bottom: 16px !important;
}

.woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-product-gallery__image:nth-of-type(1) {
  flex-basis: 100%;
}

.mobile-product-excerpt,
.desktop-product-excerpt {
  margin: 0 16px;
  color: var(--black-color-400, #292929);
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  padding-bottom: 20px;
  border-bottom: 0.5px solid var(--black-color-400);
}

section.rent-form-container {
  margin-top: 12px;
  padding: 0 16px;
}

.rent-form-container .pricing-content {
  display: none;
}

.rent-form-container .rbfw-single-right-heading {
  color: var(--black-color-400, #292929);
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  margin: 12px 0 !important;
}

.rent-form-container
  .rbfw-variations-content-wrapper
  .rbfw-single-right-heading {
  margin-top: 0px !important;
}

.rbfw-single-right-container .item {
  margin: 0 !important;
}

.rent-form-container .rbfw-variations-content-wrapper .rbfw-p-relative {
  padding: 8px 0;
}

.rent-form-container
  .rbfw_bike_car_md_item_wrapper
  .item:nth-of-type(3)
  .rbfw-single-right-heading {
  display: none;
}

.rent-form-container .rbfw-p-relative .calendar,
.rent-form-container .rbfw-p-relative .clock {
  display: none;
}

.rent-form-container .rbfw_bike_car_md_item_wrapper_inner {
  display: grid;
  grid-template-columns: 140px auto;
  grid-template-rows: auto auto auto auto auto;
}

.rent-form-container .rbfw_bike_car_md_item_wrapper > .item:nth-of-type(1),
.rent-form-container
  .rbfw_bike_car_md_item_wrapper_inner
  > .item:nth-of-type(1) {
  display: none;
}

.rent-form-container .rbfw-variations-content-wrapper {
  order: -1;
  border-bottom: 0.5px solid var(--black-color-400);
  grid-column: 1 / -1;
  grid-row: 1 / 2;
}

.rbfw-single-right-container .pickup-wrapper {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.rent-form-container .rbfw_bike_car_md_item_wrapper .item:nth-of-type(3) {
  display: flex;
  align-items: end;
}

.rent-form-container .rbfw_bike_car_md_item_wrapper .item:nth-of-type(5) {
  grid-column: 1 / -1;
  display: flex;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 0.5px solid var(--black-color-400);
}

/* .rent-form-container .rbfw_bike_car_md_item_wrapper .item:nth-last-of-type(1) {
  margin-top: 32px !important;
} */

.rent-form-container .rbfw_bike_car_md_item_wrapper .item:nth-of-type(3) .date {
  margin-left: 12px;
}

.rent-form-container .rbfw_bike_car_md_item_wrapper .item-quantity {
  grid-column: 1 / -1;
  grid-row: 3;
}

.rent-form-container .rbfw-variations-content-wrapper .dropdown-label,
.rent-form-container .rbfw-select,
.rent-form-container .rbfw-select option {
  color: var(--black-color-400, #292929);
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.rbfw-variations-content-wrapper .dropdown-label {
  margin-bottom: 20px;
  display: block;
}

.rbfw-p-relative {
  margin-bottom: 12px;
}

.rent-form-container .rbfw-select {
  padding: 13px 16px;
  width: 60px;
  border-radius: 12px;
  background-color: #fff;
  border: 0.5px solid rgba(179, 178, 178, 0.5);
  height: auto;
  background-position: 70% center;
}

.rent-form-container .rbfw-select option {
  background-color: var(--grey-color-100);
}

.rent-form-container .rbfw-datetime {
  gap: 12px;
}

.rent-form-container .rbfw-datetime .left {
  margin-right: 0px;
  width: auto;
}

.rent-form-container .rbfw-datetime #pickup_date,
.rent-form-container .rbfw-datetime #dropoff_date,
.rent-form-container .rbfw-datetime #pickup_time,
.rent-form-container .rbfw-datetime #dropoff_time {
  width: 140px;
  padding: 13px 16px;
  color: var(--black-color-400, #292929);
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  background-color: #fff;
  border: 0.5px solid rgba(179, 178, 178, 0.5);
  border-radius: 12px;
}

.rbfw-datetime input {
  background-image: url("/wp-content/themes/beactive/assets/images/dropdown-icon.svg") !important;
  background-position: 88% center !important;
}

.rbfw-quantity select,
.rbfw-p-relative select {
  background-image: url("/wp-content/themes/beactive/assets/images/dropdown-icon.svg") !important;
  background-position: 77% center !important;
}

.rent-form-container .rbfw-datetime #pickup_time,
.rent-form-container .rbfw-datetime #dropoff_time {
  width: 160px;
  background-position: 90% center;
}

.rent-form-container .rbfw-quantity {
  display: flex;
  gap: 12px;
  align-items: center;
}

.rent-form-container .rbfw-quantity .custom-quantity-title {
  color: var(--black-color-400, #292929);
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.item-quantity {
  padding-bottom: 12px;
  border-bottom: 0.5px solid var(--black-color-400);
}

/* calendar */

.ui-datepicker {
  padding: 16px 16px 4px !important;
  width: 85% !important;
  max-width: 380px !important;
}

.ui-widget-header {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #bdbdbd !important;
  padding-bottom: 24px !important;
}

.ui-widget-content {
  border: none !important;
}

.ui-widget-header .ui-datepicker-month,
.ui-widget-header .ui-datepicker-year {
  color: #828282 !important;
}

.ui-widget-header .ui-datepicker-month,
.ui-widget-header .ui-datepicker-year {
  color: var(--black-color-400, #292929);
  font-family: "Poppins", "sans-serif";
  font-size: var(--bodysmall-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.ui-datepicker th {
  font-size: var(--caption-desktop-fontsize);
  font-weight: 400 !important;
  padding: 16px 0 0 !important;
}

.ui-widget-header .ui-icon {
  background-image: url("/wp-content/themes/beactive/assets/images/cart-right-arrow.svg") !important;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.ui-icon-circle-triangle-w {
  transform: rotate(-180deg);
}

.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e {
  background-position: center !important;
}

#ui-datepicker-div .ui-state-default {
  color: var(--black-color-300);
  background-color: transparent;
  padding: 8px 0 !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 100;
}

.ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 8px;
}

.ui-datepicker-calendar tbody:before {
  content: "@";
  display: block;
  line-height: 14px;
  text-indent: -99999px;
}

.ui-datepicker td {
  background-color: var(--orange-color-100) !important;
  border-radius: 100px;
  font-size: var(--body-small-desktop-fontsize);
  padding: 0 !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background-color: transparent !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-color: var(--orange-color-400) !important;
  border-radius: 100px !important;
  color: #fff !important;
  font-weight: 400 !important;
}

/* End calendar */

.rbfw-duration {
  display: none !important;
}

.rbfw-quantity .rbfw_available_qty_notice {
  display: none;
}

.rbfw_bikecarmd_price_result .rbfw-cond,
.rbfw_bikecarmd_price_result .subtotal,
.rbfw_bikecarmd_price_result .total strong,
.rbfw_bikecarmd_price_result .discount {
  display: none;
}

.rbfw_bikecarmd_price_result .rbfw-costing {
  padding: 0;
}

.rbfw_bikecarmd_price_result .total {
  margin-top: 24px;
  background-color: var(--grey-color-100);
}

.rbfw_bikecarmd_price_result .total .price-figure {
  color: var(--black-color-400, #292929);
  font-family: "Space Grotesk", "sans-serif";
  font-size: var(--h3-mobile2-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 18px */
}

.woocommerce-Price-amount {
  text-transform: uppercase;
}

.rbfw_bikecarmd_price_result {
  grid-column: 1 / -1;
  grid-row: 4;
}

.item .single_add_to_cart_button {
  width: 100%;
  background-color: var(--black-color-400, #292929) !important;
  padding: 9px 17px 10px 17px !important;
  color: var(--beige-color-100, #292929) !important;
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize) !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150% !important; /* 18px */
  text-align: center;
  margin-top: 32px !important;
}

/* Products parameters */

.bike-parameters-section {
  margin-top: 32px;
  padding: 0 16px 82px;
}

.bike-parameters-section .driving-difficulty-level-title,
.bike-parameters-section .texts-wrapper span {
  color: var(--black-color-400);
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.bike-parameters-section .difficulty-bar-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.bike-parameters-section .difficulty-bar-border {
  border-bottom: 1px solid var(--black-color-500);
  height: 7px;
}

.bike-parameters-section .difficulty-bar {
  background-color: var(--black-color-500);
  height: 100%;
}

.bike-parameters-section .texts-wrapper {
  display: flex;
  justify-content: space-between;
}

.bike-parameters-section .parameters-buttons-wrapper {
  margin-top: 36px;
}

.bike-parameters-section .parameters-buttons-wrapper button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid var(--black-color-400, #070707);
  color: var(--black-color-400, #070707);
  /* Desktop/Text/caption */
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.bike-parameters-section .parameters-buttons-wrapper button img {
  transition: transform 0.8s cubic-bezier(0.66, 0.02, 0.34, 1);
}

.bike-parameters-section .parameters-buttons-wrapper button.clicked img {
  transform: rotate(135deg);
}

.bike-parameters-section .parameters-buttons-wrapper ul {
  overflow-y: hidden;
  height: 0px;
  transition: height 0.8s cubic-bezier(0.66, 0.02, 0.34, 1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.bike-parameters-section .parameters-buttons-wrapper ul.main.show {
  height: 280px;
}

.bike-parameters-section
  .parameters-buttons-wrapper
  ul.przyczepka-parameters-list.show {
  height: 380px;
}

.bike-parameters-section
  .parameters-buttons-wrapper
  ul.default-parameters-list.show {
  height: 100px;
}

.bike-parameters-section
  .parameters-buttons-wrapper
  ul.platforma-parameters-list.show {
  height: 340px;
}

.bike-parameters-section
  .parameters-buttons-wrapper
  ul.kamerka-parameters-list.show {
  height: 350px;
}

.bike-parameters-section
  .parameters-buttons-wrapper
  ul.hulajnogi-parameters-list.show {
  height: 290px;
}

.bike-parameters-section .parameters-buttons-wrapper ul.driving-technique.show {
  height: 230px;
}

.bike-parameters-section
  .parameters-buttons-wrapper
  ul.mtb-parameters-list.show {
  height: 340px;
}

.bike-parameters-section
  .parameters-buttons-wrapper
  ul.akcesoria-parameters-list.show {
  height: 130px;
}

.bike-parameters-section .parameters-buttons-wrapper ul.statute.show {
  height: 100px;
}

.bike-parameters-section .parameters-buttons-wrapper .title-wrapper {
  display: flex;
  gap: 8px;
}

.bike-parameters-section .parameters-buttons-wrapper span {
  color: var(--black-color-500, #141414);
  /* Desktop/Text/caption */
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.bike-parameters-section .parameters-buttons-wrapper .parameter-value {
  margin-top: 8px;
  margin-left: 32px;
  display: block;
}

.woocommerce-page .title-wrapper img {
  width: 20px;
  height: 20px !important;
}

.most-often-rent-section {
  background-color: var(--violet-color-100);
  padding: 44px 16px 28px;
}

.most-often-rent-section .most-often-rent-title {
  color: var(--black-color-400, #292929);
  /* Mobile2/Headers/h4 */
  font-family: "Space Grotesk", "sans-serif";
  font-size: var(--h4-mobile2-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.22px;
}

.most-often-rent-section .all-products-link {
  margin-top: 8px;
  display: flex;
  gap: 8px;
}

.most-often-rent-section .all-products-link span {
  font-family: "Poppins", sans-serif;
  color: var(--black-color-400) !important;
  font-size: var(--body-small-desktop-fontsize) !important;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0px;
}

.most-often-rent-section .most-rent-product-wrapper {
  margin-top: 20px;
}

.most-often-rent-section
  .most-rent-product-list
  .most-rent-product-list-item
  span {
  display: block;
  color: var(--black-color-400, #292929);
  /* Desktop/Headers/h5 */
  font-family: "Space Grotesk", "sans-serif";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 22.8px */
  letter-spacing: -0.19px;
}

.accessories-section {
  padding: 32px 16px 60px;
}

.accessories-section .accessories-title {
  margin-bottom: 32px;
  color: var(--black-color-400, #292929);
  /* Mobile2/Headers/h4 */
  font-family: "Space Grotesk", "sans-serif";
  font-size: var(--h4-mobile2-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.22px;
  width: 74%;
}

.accessories-section .accessories-slider-wrapper {
  margin-top: 32px;
  display: flex;
  overflow-x: scroll;
  gap: 20px;
}

.accessories-section .accessories-slider-wrapper .slider-item-wrapper {
  width: 267px;
  padding-bottom: 10px;
}

.accessories-section .slider-item-wrapper .slider-item-title {
  display: block;
  margin-top: 4px;
}

.accessories-section .slider-item-wrapper img {
  width: 267px;
  max-width: fit-content;
}

.accessories-section .slider-item-wrapper span,
.accessories-section .bicycle-helmet-link-wrapper span {
  color: var(--black-color-400, #262525);
  /* Mobile2/Text/body-small */
  font-family: "Space Grotesk", "sans-serif";
  font-size: var(--bodysmall-mobile2-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.accessories-section .slider-item-wrapper .slider-item-link {
  display: block;
  position: relative;
  overflow-y: hidden;
}

.accessories-section .all-products-link {
  margin-top: 26px;
  display: flex;
  align-items: center;
}

.accessories-section .all-products-link span {
  margin-right: 8px;
  color: var(--blue-color-400, #02071a);
  /* Desktop/Text/body */
  font-family: "Poppins", "sans-serif";
  font-size: var(--body-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
}

.accessories-section .all-products-link img {
  width: 18px;
}

.most-rent-product-button-wrapper,
.bicycle-helmet-link-wrapper span,
.accessories-button-wrapper,
.accessories-categories {
  display: none;
}

.most-rent-product-categories {
  display: none !important;
}

@media (min-width: 760px) {
  main.single-product-main {
    padding: 40px 0 60px;
  }

  .product-informations-section .product_title,
  .product-informations-section .price {
    margin-left: 32px;
  }

  .mobile-product-excerpt,
  .desktop-product-excerpt {
    margin: 0 32px;
  }

  section.rent-form-container {
    padding: 0 32px;
  }

  .bike-parameters-section {
    padding: 0 32px 82px;
  }

  .most-often-rent-section {
    padding: 44px 32px 40px;
  }

  .accessories-section {
    padding: 40px 32px 60px;
  }

  .single-product-main .woocommerce-message,
  .single-product-main .woocommerce-error {
    padding: 45px 32px !important;
  }

  .single-product-main .woocommerce-message .close-modal-button,
  .single-product-main .woocommerce-error .close-modal-button {
    top: 32px;
    right: 32px;
  }

  .single-product-main .woocommerce-notices-wrapper.show {
    transform: translateY(362px);
  }
}

@media (min-width: 800px) {
  div.product .woocommerce-product-gallery {
    float: none !important;
    width: auto !important;
  }

  .accessories-section .bicycle-helmet-link-wrapper .product-image {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .accessories-section .accessories-slider-wrapper .slider-item-wrapper {
    width: auto;
    flex-basis: 66.66%;
  }

  .accessories-section .slider-item-wrapper img {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  main.single-product-main {
    padding: 32px 0px 40px 0px;
  }

  .desktop-back-link-wrapper {
    display: flex;
    gap: 6px;
    margin-left: 154px;
  }

  .desktop-back-link-wrapper a {
    color: var(--black-color-500, #141414);
    /* Desktop/Text/caption */
    font-family: "Poppins", "sans-serif";
    font-size: var(--caption-desktop-fontsize);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
  }

  .woocommerce-breadcrumb {
    margin-left: 154px !important;
    margin-top: 32px !important;
    margin-bottom: 0px !important;
  }

  .woocommerce-breadcrumb a,
  .woocommerce-breadcrumb span {
    font-size: var(--caption-mobile-fontsize) !important;
    padding: 4px 24px !important;
  }

  .woocommerce-breadcrumb a:nth-of-type(1) {
    padding: 4px 24px 4px 0 !important;
  }

  .mobile-product-excerpt {
    display: none;
  }

  .desktop-product-excerpt {
    display: block;
    padding-bottom: 12px;
    margin-top: 16px;
  }

  .single-product-content-wrapper {
    padding: 0 140px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    column-gap: 32px;
  }

  .product-informations-section {
    grid-column: 2;
    grid-row: 1 / 2;
  }

  .product-gallery-section {
    grid-column: 1;
    grid-row: 1 / -1;
  }

  section.rent-form-container {
    grid-column: 2;
    grid-row: 2 / 3;
    margin-top: 20px;
  }

  .bike-parameters-section {
    grid-column: 2;
    grid-row: 3;
    margin-top: 80px;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100% !important;
  }

  .product-informations-section .product_title {
    font-size: var(--h2-desktop-fontsize);
    line-height: 120%; /* 54px */
    letter-spacing: -1.35px;
  }

  .product-informations-section .price {
    display: none;
  }

  .pickup-wrapper .custom-title {
    margin: 12px 0 24px;
  }

  .rbfw_bikecarmd_price_result {
    margin-top: 0px;
  }

  .rbfw_bikecarmd_price_result .total {
    margin-top: 12px;
  }

  .rbfw_bikecarmd_price_result .total .price-figure {
    line-height: 115%; /* 41.4px */
    letter-spacing: -1.44px;
    font-size: var(--h3-desktop-fontsize);
  }

  .bike-parameters-section .driving-difficulty-level-title,
  .bike-parameters-section .main-parameters-button span,
  .bike-parameters-section .driving-technique-parameters-button span,
  .bike-parameters-section .statute-parameters-button span {
    line-height: 150%; /* 28.5px */
    font-size: var(--body-desktop-fontsize);
  }

  .bike-parameters-section .texts-wrapper span,
  .bike-parameters-section .parameters-buttons-wrapper span {
    font-size: var(--body-small-desktop-fontsize);
  }

  .rbfw-bikecarmd-result-loader,
  .rbfw-resort-result-loader,
  .rbfw-dress-result-loader {
    padding: 0px;
  }

  .bike-parameters-section .parameters-buttons-wrapper {
    padding-top: 12px;
    border-top: 1px solid var(--black-color-400);
    margin-top: 57px;
  }

  .bike-parameters-section .parameters-buttons-wrapper button {
    padding: 12px 0 24px;
  }

  .bike-parameters-section .parameters-buttons-wrapper ul.main-parameters-list {
    align-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .bike-parameters-section .parameters-buttons-wrapper ul.main.show {
    height: 210px;
  }

  .bike-parameters-section .parameters-buttons-wrapper ul.statute.show {
    height: 140px;
  }

  .bike-parameters-section
    .parameters-buttons-wrapper
    ul.driving-technique.show {
    height: 390px;
  }

  .bike-parameters-section .parameters-buttons-wrapper ul li {
    flex-basis: 47%;
  }

  .woocommerce-product-gallery__wrapper {
    column-gap: 18px;
    row-gap: 28px;
  }

  .woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__image:nth-child(n + 2) {
    width: auto !important;
    flex-basis: 46%;
  }

  .most-often-rent-section {
    padding: 84px 84px 84px;
  }

  .most-often-rent-section .most-rent-product-wrapper {
    margin-left: 420px;
  }

  .most-often-texts-wrapper {
    position: absolute;
    top: 50%;
    left: 156px;
    transform: translateY(-50%);
  }

  .most-often-rent-section .most-often-rent-title {
    font-size: var(--h2-desktop-fontsize);
    line-height: 110%; /* 49.5px */
    letter-spacing: -1.35px;
    width: 50%;
  }

  .most-often-rent-section .all-products-link {
    margin-top: 24px;
  }

  .accessories-section .accessories-title {
    font-size: var(--h2-desktop-fontsize);
    line-height: 110%; /* 49.5px */
    letter-spacing: -1.35px;
    text-align: center;
    margin: 0 auto;
  }

  .most-often-rent-section
    .most-rent-product-list
    .most-rent-product-list-item
    .most-rent-product-categories {
    display: block !important;
    color: var(--black-color-200, #9d9d9d);
    font-family: "Poppins", "sans-serif";
    font-size: var(--caption-desktop-fontsize);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 18px */
    text-transform: uppercase;
    text-align: center;
  }

  .most-rent-product-button-wrapper {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    justify-content: center;
  }

  .most-often-rent-section
    .most-rent-product-list
    .most-rent-product-list-item
    .most-rent-product-button-wrapper
    span {
    font-size: var(--body-small-desktop-fontsize);
    line-height: 150%; /* 21px */
    text-align: center;
  }

  .most-rent-product-title,
  .most-rent-product-price {
    margin-top: 4px;
    text-align: center;
  }

  .accessories-section
    .accessories-slider-wrapper
    .slider-item-wrapper:nth-last-of-type(1),
  .accessories-section .all-products-link {
    display: none;
  }

  .accessories-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 92px;
    padding: 96px 40px 40px;
  }

  .accessories-section .accessories-title {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    width: 70%;
  }

  .accessories-section .bicycle-helmet-link-wrapper {
    grid-column: 1 / 2;
    grid-row: 2;
  }

  .accessories-section .accessories-slider-wrapper {
    grid-column: 2 / -1;
    grid-row: 2;
    margin-top: 0px;
    overflow-x: initial;
    gap: 16px;
  }

  .accessories-section .accessories-slider-wrapper .slider-item-wrapper {
    width: auto;
  }

  .accessories-section .slider-item-wrapper img {
    width: 100%;
  }

  .bicycle-helmet-link-wrapper .slider-item-title,
  .accessories-button-wrapper,
  .bicycle-helmet-link-wrapper .accessories-button-wrapper span {
    display: block;
  }

  .bicycle-helmet-link-wrapper .slider-item-price,
  .bicycle-helmet-link-wrapper .slider-item-price span {
    display: inline-block;
  }

  .accessories-button-wrapper {
    display: flex;
    gap: 8px;
    margin-top: 4px;
    align-items: center;
  }

  .accessories-button-wrapper span {
    font-size: var(--body-small-desktop-fontsize) !important;
    line-height: 150% !important;
  }

  .accessories-button-wrapper img {
    height: 14px;
  }

  .accessories-categories {
    display: flex;
    gap: 8px;
    margin-top: 8px;
  }

  .accessories-categories a {
    color: var(--black-color-200, #9d9d9d);
    font-family: "Poppins", "sans-serif";
    font-size: var(--caption-mobile-fontsize);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 18px */
  }

  .accessories-section .slider-item-wrapper span,
  .accessories-section .bicycle-helmet-link-wrapper span {
    font-size: var(--body-desktop-fontsize);
    line-height: 120%; /* 22.8px */
    letter-spacing: -0.19px;
  }

  .accessories-section .title-and-price-wrapper {
    display: flex;
    justify-content: space-between;
    padding-right: 22px;
  }

  .accessories-section .bicycle-helmet-link {
    position: relative;
    display: block;
    overflow-y: hidden;
  }

  .accessories-section .slider-item-link::before,
  .accessories-section .bicycle-helmet-link::before {
    width: 100%;
    height: calc(100% - 4px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    color: var(--beige-color-200, #fbf8f5);
    background-color: rgba(0, 0, 0, 0.2);
    /* Desktop/Headers/h3 */
    font-family: "Space Grotesk", "sans-serif";
    font-size: var(--h3-desktop-fontsize);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 40.8px */
    letter-spacing: -0.68px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.66, 0.02, 0.34, 1);
  }

  .accessories-section .slider-item-link:hover:before,
  .accessories-section .bicycle-helmet-link:hover:before {
    opacity: 100;
  }

  .accessories-section .bicycle-helmet-link::before {
    content: "Kask rowerowy";
  }

  .accessories-section
    .slider-item-wrapper:nth-of-type(1)
    .slider-item-link:before {
    content: "Hol rowerowy";
  }

  .accessories-section
    .slider-item-wrapper:nth-of-type(2)
    .slider-item-link:before {
    content: "Bagażnik Aguri";
  }

  .accessories-section .slider-item-link::after,
  .accessories-section .bicycle-helmet-link::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 4px);
    position: absolute;
    bottom: calc(-100% - -4px);
    background-color: rgba(0, 0, 0, 0.4);
    transition: transform 0.8s cubic-bezier(0.66, 0.02, 0.34, 1);
  }

  .accessories-section .slider-item-link:hover:after,
  .accessories-section .bicycle-helmet-link:hover:after {
    transform: translateY(calc(-100% - 4px));
  }

  .woocommerce-product-gallery__image {
    cursor: pointer;
  }

  .woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__image:nth-child(n + 2) {
    flex-basis: 47%;
  }

  .single-product-main .woocommerce-notices-wrapper {
    width: 725px;
    height: 446px;
    top: -573px;
  }

  .single-product-main .woocommerce-notices-wrapper.show {
    transform: translateY(447px);
  }

  .single-product-main .woocommerce-message,
  .single-product-main .woocommerce-error {
    padding: 72px 112px 167px !important;
    background-color: var(--black-color-400) !important;
    font-family: "Poppins", "sans-serif";
    font-size: var(--body-desktop-fontsize);
    font-style: normal;
    font-weight: 400;
    line-height: 28.5px;
    text-transform: uppercase;
    color: var(--violet-color-100);
    height: 100%;
  }

  .single-product-main .woocommerce-message::after,
  .single-product-main .woocommerce-error::after {
    display: block;
    content: url("/wp-content/themes/beactive/assets/images/cart-message-icon.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .single-product-main .woocommerce-notices-wrapper .close-modal-button {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .single-product-main .notices-buttons-wrapper {
    position: absolute;
    bottom: 49px;
    flex-direction: row;
    gap: 20px;
  }

  .single-product-main .woocommerce-message .button.wc-forward,
  .single-product-main .woocommerce-error .button.wc-forward {
    font-size: var(--caption-desktop-fontsize);
    width: 240px;
  }

  .single-product-main .woocommerce-message .continue-shopping-button,
  .single-product-main .woocommerce-error .continue-shopping-button {
    width: 240px;
    font-size: var(--caption-desktop-fontsize);
  }
}

@media (min-width: 1200px) {
  .bike-parameters-section
    .parameters-buttons-wrapper
    ul.driving-technique.show {
    height: 300px;
  }

  .bike-parameters-section .parameters-buttons-wrapper ul.statute.show {
    height: 110px;
  }

  .most-often-rent-section .most-rent-product-wrapper {
    margin-left: 450px;
  }

  .accessories-section .accessories-title {
    width: 60%;
  }
}

@media (min-width: 1350px) {
  .woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__image:nth-child(n + 2) {
    flex-basis: 48%;
  }

  .bike-parameters-section
    .parameters-buttons-wrapper
    ul.driving-technique.show {
    height: 260px;
  }

  .bike-parameters-section .parameters-buttons-wrapper ul.statute.show {
    height: 90px;
  }

  .accessories-section .accessories-title {
    width: 50%;
  }
}

@media (min-width: 1430px) {
  .most-often-rent-section .most-rent-product-wrapper {
    margin-left: 516px;
  }
}

@media (min-width: 1600px) {
  .bike-parameters-section
    .parameters-buttons-wrapper
    ul.driving-technique.show {
    height: 200px;
  }

  .accessories-section .accessories-title {
    width: 40%;
  }
}

@media (min-width: 1800px) {
  .woocommerce-breadcrumb,
  .desktop-back-link-wrapper {
    margin-left: 294px !important;
  }

  .single-product-content-wrapper {
    padding: 0 280px;
  }

  .bike-parameters-section
    .parameters-buttons-wrapper
    ul.driving-technique.show {
    height: 220px;
  }

  .most-often-texts-wrapper {
    left: 206px;
  }

  .most-often-rent-section {
    padding: 84px 140px 84px;
  }

  .most-often-rent-section .most-rent-product-wrapper {
    margin-left: 616px;
  }

  .accessories-section .accessories-title {
    width: 35%;
  }
}
