/** Shopify CDN: Minification failed

Line 1187:0 Unexpected "<"
Line 1251:0 Unexpected "<"

**/
/*!
  @license
  Powerhouse-theme, by Logicgo Themes
*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, body, canvas, caption, center, cite, code, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  outline: 0;
  text-decoration: none;
}
a{
  text-decoration: none !important;
}
svg{
  vertical-align: middle;
}
li{
  list-style: none;
}
.swiper-slide{
  height: auto !important;
}
.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column .swiper-slide{
  margin-top: 0 !important;
}
.w-100{
  width: 100%;
}
.padding_width{
  padding: 0 30px;
}
.predictive-search__loading-state{
  display: none !important;
}
.full__width{
  padding: 0 30px;
}
.full__width.mega-menu__list--condensed{
  padding: 0 15px;
}
.title_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.d-flex{
  display: flex;
  column-gap: 10px;
}
.swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0px!important;
}
.swiper-button-next svg{
  transform: rotate(-90deg);
}
.swiper-button-prev svg {
  transform: rotate(90deg);
}
.swiper-button-next, .swiper-button-prev {
  z-index: 2!important;
  width: 40px!important;
  height: 40px!important;
  margin-top: 0 !important;
  transition: all .5s ease;
  border-radius: 50% !important;
  position: inherit !important;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 14px !important;
  height: 14px !important;
}
.swiper-pagination-bullet {
  width: 25px!important;
  height: 5px!important;
  margin: 0 10px !important;
  opacity: 1;
  transition: all .5s ease;
  cursor: pointer;
  border-radius: var(--buttons-radius-outset);
}
.swiper-pagination-bullet-active{
  width: 50px !important;
}
.swiper-pagination {
  z-index: 2!important;
  margin: 20px 0;
}
.login_image_wrapper:hover img, .register_image_wrapper:hover img, .product-collection-top-banner:hover img, .second-inner-about-us-top-image:hover img, .video-section__poster:hover img, .team-img:hover img,
.faq_image_wrapper:hover img, .privacy_image_wrapper:hover img, .return_image_wrapper:hover img, .shipping_image_wrapper:hover img, .terms_image_wrapper:hover img{
  transform: scale(1.1);
}
.login_image_wrapper img, .register_image_wrapper img, .product-collection-top-banner img, .second-inner-about-us-top-image img, .video-section__poster img, .team-img img,
.faq_image_wrapper img, .privacy_image_wrapper img, .return_image_wrapper img, .shipping_image_wrapper img, .terms_image_wrapper img{
  transition: all 0.5s ease;
  cursor: pointer;
}
.login_image_wrapper .media, .register_image_wrapper .media, .second-inner-about-us-top-image .media, .video-section__poster .media,
.faq_image_wrapper .media, .privacy_image_wrapper .media, .return_image_wrapper .media, .shipping_image_wrapper .media, .terms_image_wrapper .media{
  overflow: hidden;
  border-radius: var(--media-radius);
}
.theme_main_description{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.theme_main_subheading{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.theme_main_heading{
  font-family: var(--font-heading-family);
  font-size: 24px;
  line-height: 1.2;
  font-weight: var(--text_weight);
  text-transform: var(--text_style);
}
body.showBefore:before, body.accountshowBefore:before, body.megashowBefore:before {
  content: "";
  top: 0%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - -100vh);
  width: 100%;
  display: block;
  position: fixed;
  background-color: rgb(var(--color-foreground),.5);
  z-index: 3;
}
.title_bottom_margin{
  margin-bottom: 20px;
}
.blog .card__heading a {
  position: relative;
  transition: all .5s ease;
  font-size: 18px;
  font-weight: var(--text_weight);
  text-transform: var(--text_style);
  font-family: var(--font-heading-family);
}
.product-card-wrapper .card__heading a {
  font-size: 14px;
  text-transform: var(--text_style);
  font-family: var(--font-heading-family);
  transition: all .5s ease;
}
.quick-add__submit {
  padding: 0.8rem;
  box-sizing: border-box;
}
.card--card .product-card-buttons {
  margin: var(--image-padding);
  position: absolute;
  display: none;
  z-index: 2;
}
.card--card .product-hover{
  display: flex;
}
.card-wrapper product-form .cart_btn{
  min-width: inherit;
  min-height: inherit;
}
.card-wrapper.side_position .card--card .product-card-buttons,
.card-wrapper.center_position .card--card .product-card-buttons,
.card-wrapper.up_position .card--card .product-card-buttons{
  right: 10px;
  top: 10px;
}
.card-wrapper.side_position .card--card .product-hover,
.card-wrapper.center_position .card--card .product-hover,
.card-wrapper.up_position .card--card .product-hover{
  flex-direction: column;
  row-gap: 10px;
}
.card-wrapper.bottom_position .card--card .product-card-buttons{
  left: 0;
  bottom: 10px;
  right: 0;
}
.card-wrapper.bottom_position .card--card .product-hover{
  flex-direction: row;
  column-gap: 10px;
  justify-content: center;
}
.card-wrapper.up_position .card--card .third_cart_btn{
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  display: none;
  z-index: 2;
}
.card-wrapper.up_position:hover .card--card .third_cart_btn{
  display: block;
}
.product-card-wrapper:hover .product-card-buttons{
  display: block;
}
.product-card-wrapper .card__badge{
  opacity: 0;
}
.product-card-wrapper:hover .card__badge{
  opacity: 1;
}

/* .card--standard .product-card-buttons {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: 10px;
  right: 0;
  display: none;
  z-index: 2;
} */
.card--standard .product-card-buttons {
  margin: var(--image-padding);
  position: absolute;
  display: none;
  z-index: 2;
}
.card--standard .product-hover{
  display: flex;
}
.card-wrapper.side_position .card--standard .product-card-buttons,
.card-wrapper.center_position .card--standard .product-card-buttons,
.card-wrapper.up_position .card--standard .product-card-buttons{
  right: 10px;
  top: 10px;
}
.card-wrapper.side_position .card--standard .product-hover,
.card-wrapper.center_position .card--standard .product-hover,
.card-wrapper.up_position .card--standard .product-hover{
  flex-direction: column;
  row-gap: 10px;
}
.card-wrapper.bottom_position .card--standard .product-card-buttons{
  left: 0;
  bottom: 10px;
  right: 0;
}
.card-wrapper.bottom_position .card--standard .product-hover{
  flex-direction: row;
  column-gap: 10px;
  justify-content: center;
}
.card-wrapper.up_position .card--standard .third_cart_btn{
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  display: none;
  z-index: 2;
}
.card-wrapper.up_position:hover .card--standard .third_cart_btn{
  display: block;
}

.card-wrapper.side_position .quick-add{
  margin-top: 10px;
}
.complementary-products .card--card .product-card-buttons {
  transform: translate(calc(-50% - (var(--image-padding) * 2)), calc(-50% - (var(--image-padding) * 2)));
}
.card_product_quick-view .quick-add__submit {
  min-width: 40px;
  min-height: 40px;
}
.product_tile_size_holder .color-swatch {
  font-size: 0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.product_tile_size_holder .swatch-anchor{
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.product_tile_size_holder {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.size-swatch, .material-swatch{
  line-height: 1;
  font-size: 14px;
}
.swatch-anchor {
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
}
.card_product_quantity {
  margin-bottom: 1.2rem;
}
.sticky_cart select,.sticky-quantity,
.wishlist-card-wrapper .sticky-quantity{
-webkit-appearance: none;
-moz-appearance: none;
  text-align: center;
}
.card_product_quantity input[type=number]::-webkit-inner-spin-button,
.card_product_quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.card_product_quantity input[type=number] {
  -moz-appearance: textfield;
}
.d-inline-block {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.grid-terminal-flash {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 5px;
  float: left;
  transition: all .5s ease;
  border-radius: var(--buttons-radius-outset);
}
.grid-terminal-flash svg {
  width: 20px;
  height: 20px;
}
.main-collection-product-grid-section .facets-vertical-form {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 15px 10px;
  margin-bottom: 30px;
  border-radius: var(--media-radius);
}
.product-grid-container .grid--1-col-desktop .card__inner {
  width: 100%;
  max-width: 30%;
}
.product-grid-container .grid--1-col-desktop .card{
  flex-direction: row !important;
  column-gap: 30px;
}
.product-grid-container .grid--1-col-desktop .description_wrapper{
  display: block;
  margin-bottom: 5px !important;
}
.product-grid-container .grid--1-col-desktop .product_variant{
  max-width: 35%;
}
.product-grid-container .grid--1-col-desktop .side_position .quick-add__submit{
  max-width: 40%;
  width: 100%;
}
.custom-lavel-grid-system.horizontal {
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  grid-column: 1;
  grid-row: 2;
}
.facets__form-vertical div#FacetsWrapperDesktop {
  margin-bottom: 0px;
}
div#FacetsWrapperDesktop {
  margin-bottom: 20px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: grid;
  align-content: center;
  justify-content: center;
}
.spinnerr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border-bottom: 0;
  animation: loaderOut 2s linear infinite;
}
@keyframes loaderOut {
   0% {
    transform: rotate(0deg);
   }
  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.spinnerr {
  border-color: #333333;
  border: 3px solid #333333;
  border-top: 5px solid #fff;
}
div#ui-countdown {
  display: flex;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  justify-content: center;
  transition: all .5s ease;
}
.countdown-timer .main-c-motel:first-child {
  margin-left: 0;
}
.countdown-timer .main-c-motel {
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: 0 2px;
  width: 45px;
  height: 45px;
}
.countdown-item {
  font-size: 18px;
  font-weight: var(--text_weight);
  line-height: 1;
}
.bigtext_countdown {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
}
.page-buttons {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.products_variant_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 12px;
}


.count-bubble {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  top: 6px;
  right: 6px;
}
.wishlist-card-wrapper .card__media1 {
  margin: var(--image-padding);
  width: calc(100% - 2 * var(--image-padding));
  border-radius: calc(var(--border-radius) - var(--border-width) - var(--image-padding));
}
.wishlist-card-wrapper .card__media1 img{
  border-radius: var(--product-card-corner-radius);
}
.wishlist-card-wrapper {
  border-radius: var(--product-card-corner-radius);
}
.wishlist-card-wrapper .product-form__buttons,
.wishlist-card-wrapper .quantity{
  margin-top: 10px;
}
.main-wishlist-page .product-hover button,
.main-compare-page .product-hover button {
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-hover button {
  border: none;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--buttons-radius-outset);
  padding: 0;
  transition: all .5s ease;
}
.product-hover svg {
  width: 20px;
  height: 20px;
}
.compare-card-wrapper li .compare-card-details {
  padding-right: 5px;
}
.compare-card-wrapper li {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
.compare-card-wrapper li:first-child {
  padding: 0px;
}
.main-wishlist-page,
.main-compare-page {
  padding: 0px 15px;
}

.main-compare-page .compare-card-wrapper img,
.main-wishlist-page .wishlist-card-wrapper img {
  width: 100%;
  display: block;
}
.main-compare-page .compare-card-wrapper,
.main-wishlist-page .wishlist-card-wrapper{
  width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  position: relative;
}
@media screen and (max-width: 989px) {
  .main-compare-page .compare-card-wrapper,
  .main-wishlist-page .wishlist-card-wrapper{
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
  }
}
@media screen and (max-width: 749px) {
  .main-compare-page .compare-card-wrapper,
  .main-wishlist-page .wishlist-card-wrapper{
    width: calc(50% - var(--grid-mobile-horizontal-spacing) * 1 / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) * 1 / 2);
  }
}
@media screen and (max-width: 479px) {
  .main-compare-page .compare-card-wrapper,
  .main-wishlist-page .wishlist-card-wrapper{
    width: 100%;
    max-width: 100%;
  }
}
.product-card-buttons button:hover svg{
  -webkit-animation: .6s ease-in-out infinite icon-animation;
  animation: .6s ease-in-out infinite icon-animation;
}
@keyframes icon-animation {
  0%,
  100% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }
}
@-webkit-keyframes icon-animation {
  0%,
  100% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }
}

/* deal collection */
.deal_collection_btn,
.row-product-slider .side_position .deal_collection_btn{
  display: none;
}
.row-product-slider .card{
  flex-direction: row !important;
  column-gap: 15px;
  align-items: center;
}
.row-product-slider .product-card-buttons product-form,
.row-product-slider .card-wrapper.up_position .card--card .third_cart_btn,
.row-product-slider .card-wrapper.up_position .card--standard .third_cart_btn{
  display: none !important;
}
.row-product-slider .deal_collection_btn,
.row-product-slider .card-wrapper:hover .product-card-buttons{
  display: block;
}
.row-product-slider .bottom_position .product-hover{
  flex-direction: column !important;
  row-gap: 10px;
}
.row-product-slider .bottom_position .product-card-buttons{
  right: 10px !important;
  top: 10px;
  left: inherit !important;
  bottom: inherit !important;
}
.row-product-slider .deal_collection_btn{
  margin-top: 10px;
}
/* ============================ others ======================== */
.destination-bar .ttqtyprogress{
  float: left;
  width: 100%;
  margin-top: 20px;
}
.destination-bar .QuantityAvailable-progress, .quantity-progress{
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}
.destination-bar .progress-toggle {
  margin: 5px 0 0;
  height: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%;
  float: left;
  background: #f5f5f5;
  display: flex;
  border-radius: 4px;
}
.destination-bar .progress-bar-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
}
.destination-bar .progress-bar-toggle {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.destination-bar {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

/* ============================ special collection ======================== */
.specialcollection_demo{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
   position: relative;
}
.special_collection-slider .specialcollection_demo .collection__title{
  max-width: 25%;
  width: 100%;
  float: left;
  padding-right: 15px;
  position: sticky;
  top: 0;
}
.special_collection-slider .specialcollection_demo .special-collection-slider{
  max-width: 75%;
  width: 100%;
  float: left;
  padding-left: 15px;
}
.special_collection-slider .Product_simless_detail{
  display: block;
}
.special_collection-slider .special-slider{
  padding: 15px;
  border-radius: var(--media-radius);
}
.Product_simless_detail hr{
  margin: 30px 0px !important;
}
.Product_simless_detail {
  text-align: center;
  max-width: 210px;
  margin: 0 auto;
  display: none;
}
.Product_simless_detail p{
  font-size: 14px;
}
/* ============================ deal collection ======================== */
.deal_collection-slider .deal-heading{
  margin-bottom: 10px;
}
.deal_collection-slider .tiles{
  display: flex;
  column-gap: 10px;
}
.deal_collection-slider .deal-timer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  font-size: 14px;
  border-radius: var(--buttons-radius);
}
.deal_collection-slider .deal_title .deal-button{
  font-size: 28px;
  padding: 6px 31px;
  display: inline-block;
  border-radius: var(--buttons-radius);
  transition: all .5s ease;
  text-transform: uppercase;
  margin: 20px 0px;
  font-weight: var(--text_weight);
}
.deal_collection-slider .deal_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deal_collection-slider .swiper-button-next, .deal_collection-slider .swiper-button-prev{
  position: absolute !important;
  transform: translateY(-50%);
}
.deal_collection-slider .destination-bar .ttqtyprogress {
  margin-top: 0px;
}
/* color swatch */
.product-color-variant {
  z-index: 0;
  position: relative;
  box-sizing: border-box;
}
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch,
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch:after,
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch:before{
        border-radius: 0;
}
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.round,
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.round:after,
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.round:before{
    border-radius: 100%;
  }
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.round-corners,
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.round-corners:after,
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.round-corners:before{
        border-radius: 5px;
  }
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch{
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: .7rem .5rem .2rem 0;
  display: inline-block;
  padding: 10px;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
  border-radius: var(--buttons-radius);
}
.product-color-variant .product-form__input input[type=radio]+label.color-swatch{
 width: 20px;
 height: 20px;
}
.product-color-variant .product-form__input input{
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch:hover:before{
  border: 1px rgb(125 124 124) solid;
}
.product-color-variant .product-form__input input[type='radio']:checked + label.color-swatch:before{box-shadow: 0 0 0 1px rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));
}
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.variant-swatch{
  background-color:white;}
.product-color-variant .product-form__input input.disabled+label{
  text-decoration: line-through;
}
.flex-content-color {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.color-swatch-container {
    line-height: 1;
}
.see-more, .see-less {
  cursor: pointer;
  margin-top: 2px;
  border-radius: 0;
  font-size: 18px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.product-color-variant .see-less.round,
.product-color-variant .see-more.round{
  border-radius: 100%;
}
.product-color-variant .see-more.round-corners,
.product-color-variant .see-less.round-corners{
  border-radius: 5px;
}
/* ============================ ZARVIO FIXES ============================ */
/* SORT BY widoczne na ciemnym tle kolekcji */

body.template-collection form#FacetFiltersForm .facet-filters__label,
body.template-collection form#FacetFiltersForm .facet-filters__label span {
  color: #facc15 !important; /* żółty */
  font-weight: 600 !important;
  text-transform: uppercase;
  opacity: 1 !important;
}

/* Select z napisem "Best selling" itd. */
body.template-collection form#FacetFiltersForm .facet-filters__field .facet-filters__sort,
body.template-collection form#FacetFiltersForm select#SortBy,
body.template-collection form#FacetFiltersForm .facet-filters__field .select__select {
  -moz-appearance: none;
  appearance: none;
  background-color: #020617 !important; /* ciemne tło */
  color: #f9fafb !important; /* jasny tekst */
  border: 1px solid rgba(148, 163, 184, 0.8) !important;
  border-radius: 999px !important;
  padding: 0.4rem 2.8rem 0.4rem 1.2rem !important;
  font-size: 1.4rem;
}

/* Opcje rozwijanego menu (Featured, Best selling itd.) */
body.template-collection form#FacetFiltersForm select#SortBy option {
  background-color: #020617 !important;
  color: #f9fafb !important;
}

/* Strzałka (caret) w selectcie – żółta i widoczna */
body.template-collection form#FacetFiltersForm .facet-filters__field .icon-caret {
  fill: #facc15 !important;
  stroke: #facc15 !important;
  opacity: 1 !important;
}
/* ========== ZARVIO – SORT BY na kolekcji (ostateczny fix) ========== */

/* Napis "SORT BY" */
.main-collection-product-grid-section .facet-filters__label,
.main-collection-product-grid-section .facet-filters__label span {
  color: #facc15 !important;        /* żółty */
  font-weight: 600 !important;
  text-transform: uppercase;
  opacity: 1 !important;
}

/* Select z napisem "Best selling" itd. */
.main-collection-product-grid-section .facet-filters__field .facet-filters__sort,
.main-collection-product-grid-section .facet-filters__field .select__select,
.main-collection-product-grid-section .facet-filters__field select,
.main-collection-product-grid-section #SortBy {
  -moz-appearance: none;
  appearance: none;
  background-color: #020617 !important;                 /* ciemne tło */
  color: #f9fafb !important;                            /* jasny tekst */
  border: 1px solid rgba(148, 163, 184, 0.8) !important;
  border-radius: 999px !important;
  padding: 0.4rem 2.8rem 0.4rem 1.2rem !important;       /* miejsce na strzałkę */
  font-size: 1.4rem;
}

/* Opcje w rozwijanym menu (Featured, Best selling itd.) */
.main-collection-product-grid-section #SortBy option {
  background-color: #020617 !important;
  color: #f9fafb !important;
}

/* Żółta strzałka przy selectcie */
.main-collection-product-grid-section .facet-filters__field .icon-caret {
  fill: #facc15 !important;
  stroke: #facc15 !important;
  opacity: 1 !important;
}
/* ZARVIO – kolor napisu SORT BY */
.main-collection-product-grid-section .facet-filters__label,
.main-collection-product-grid-section .facet-filters__label span {
  color: #facc15 !important; /* żółty */
  font-weight: 700;
  text-transform: uppercase;
}
/* ZARVIO – wyrównanie SORT BY do filtrów w jednym rzędzie (desktop) */
@media screen and (min-width: 990px) {
  /* Zamiast grida – flex w całym wierszu z filtrami */
  body.template-collection .facets__form {
    display: flex;
    align-items: center;
    column-gap: 3.5rem;
    grid-template-columns: none; /* wyłączamy stary układ grid */
  }

  /* Lewa część – przyciski FILTER / DOSTĘPNOŚĆ / CENA */
  body.template-collection .facets__wrapper {
    grid-column: auto;
    grid-row: auto;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
  }

  /* Prawa część – SORT BY + select */
  body.template-collection .facet-filters {
    grid-column: auto;
    grid-row: auto;
    padding-left: 0;      /* zabieramy wcięcie w lewo */
    margin-left: auto;    /* dopychamy do prawej strony */
    display: flex;
    align-items: center;
  }

  /* Licznik produktów po prawej od selecta */
  body.template-collection .product-count {
    grid-column: auto;
    grid-row: auto;
    margin-left: 1.5rem;
    align-self: center;
  }

  /* Żeby cały pasek był w jednej linii, bez dziwnego "skoku" w dół */
  body.template-collection .facet-filters__summary {
    margin-top: 0;
  }
}
/* ZARVIO – wyrównanie SORT BY do FILTR: + żółty napis */

@media screen and (min-width: 990px) {

  /* układ grida: FILTR | SORT BY | licznik produktów w jednym rzędzie */
  body.template-collection .facets__form {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
  }

  /* FILTR-y po lewej */
  body.template-collection .facets__wrapper {
    grid-column: 1;
    grid-row: 1;
  }

  /* SORT BY po środku w tym samym rzędzie */
  body.template-collection .facet-filters {
    grid-column: 2;
    grid-row: 1;
    padding-left: 3rem;
  }

  /* liczba produktów po prawej, wyrównana do środka */
  body.template-collection .product-count {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    margin-top: 0 !important;
  }

  /* zabijamy sztuczny odstęp w dół */
  body.template-collection .facet-filters__summary {
    margin-top: 0 !important;
  }

  /* "SORT BY:" na żółto */
  body.template-collection form#FacetFiltersForm .facet-filters__label,
  body.template-collection form#FacetFiltersForm .facet-filters__label span {
    color: #facc15 !important;
    font-weight: 600;
    text-transform: uppercase;
  }
}
/* ============================ ZARVIO FINAL FIX FOR SORT BY ============================ */

/* Ustawienie koloru tekstu etykiety "SORT BY" na żółty i wymuszenie jej widoczności */
body.template-collection form#FacetFiltersForm .facet-filters__label,
body.template-collection form#FacetFiltersForm .facet-filters__label span {
  color: #facc15 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}

/* Styl samego menu wyboru (Best selling, Date, Title itd.) */
body.template-collection form#FacetFiltersForm select#SortBy,
body.template-collection form#FacetFiltersForm select.facet-filters__sort,
body.template-collection form#FacetFiltersForm .facet-filters__field .select__select {
  -moz-appearance: none;
  appearance: none;
  background-color: #020617 !important;
  color: #f9fafb !important;
  border: 1px solid rgba(148, 163, 184, 0.8) !important;
  border-radius: 6px !important;
  padding: 0.4rem 2.8rem 0.4rem 1.2rem !important;
  font-size: 1.4rem;
}

/* Tło i kolor tekstu w opcjach listy rozwijanej */
body.template-collection form#FacetFiltersForm select#SortBy option,
body.template-collection form#FacetFiltersForm select.facet-filters__sort option {
  background-color: #020617 !important;
  color: #f9fafb !important;
}

/* Żółta strzałka w polu select */
body.template-collection form#FacetFiltersForm .facet-filters__field .icon-caret {
  fill: #facc15 !important;
  stroke: #facc15 !important;
  opacity: 1 !important;
}

/* Wyrównanie sekcji SORT BY do linii filtrów w trybie desktop */
@media screen and (min-width: 990px) {
  /* Cały wiersz filtrów przerabiamy na flex dla lepszego wyrównania */
  body.template-collection form#FacetFiltersForm .facets__form {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    column-gap: 3.5rem !important;
    grid-template-columns: none !important;
  }
  /* Lewa część z filtrami (Filter, Dostępność, Cena) pozostaje flexem z odstępami */
  body.template-collection form#FacetFiltersForm .facets__wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    column-gap: 15px !important;
    row-gap: 15px !important;
  }
  /* Sekcja SORT BY będzie dosunięta do prawej strony */
  body.template-collection form#FacetFiltersForm .facet-filters {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 0 !important;
  }
  /* Licznik produktów po prawej od selecta */
  body.template-collection form#FacetFiltersForm .product-count {
    margin-left: 1.5rem !important;
    align-self: center !important;
  }
}
/* ========== ZARVIO – końcowe poprawki dla paska filtrów i sortowania ========== */

/* Napis „SORT BY” (etykieta) — żółty, wielkie litery, w pełni widoczny */
body.template-collection form#FacetFiltersForm .facet-filters__label,
body.template-collection form#FacetFiltersForm .facet-filters__label span {
  color: #facc15 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}

/* Pola wyboru sortowania (dropdown) — ciemne tło + jasny tekst + delikatne zaokrąglenie */
body.template-collection form#FacetFiltersForm .facet-filters__field .facet-filters__sort,
body.template-collection form#FacetFiltersForm select#SortBy,
body.template-collection form#FacetFiltersForm .facet-filters__field .select__select {
  -moz-appearance: none;
  appearance: none;
  background-color: #020617 !important;
  color: #f9fafb !important;
  border: 1px solid rgba(148, 163, 184, 0.8) !important;
  border-radius: 999px !important;
  padding: 0.4rem 2.8rem 0.4rem 1.2rem !important;
  font-size: 1.4rem;
}

/* Tło i kolor tekstu opcji w rozwijanej liście */
body.template-collection form#FacetFiltersForm select#SortBy option {
  background-color: #020617 !important;
  color: #f9fafb !important;
}

/* Żółta strzałka przy selectcie (caret) */
body.template-collection form#FacetFiltersForm .facet-filters__field .icon-caret {
  fill: #facc15 !important;
  stroke: #facc15 !important;
  opacity: 1 !important;
}

/* Wyrównanie paska sortowania i filtrów w jednym rzędzie (desktop ≥ 990 px) */
@media screen and (min-width: 990px) {
  /* Kontener całego paska: zastosowanie grida z trzema kolumnami */
  body.template-collection .facets__form {
    display: grid !important;
    grid-template-columns: 1fr auto auto !important;
    align-items: center !important;
  }
  /* Lewa część — przyciski Filter / Dostępność / Cena */
  body.template-collection .facets__wrapper {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
  }
  /* Środkowa część — sekcja Sort By + select */
  body.template-collection .facet-filters {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 1.5rem !important;
  }
  /* Licznik produktów (np. „1 product”) */
  body.template-collection .product-count {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
    margin-left: 1.5rem !important;
  }
  /* Usuń niepotrzebny margines w dół */
  body.template-collection .facet-filters__summary {
    margin-top: 0 !important;
  }
}
<style>
/* Make the “SORT BY” label and dropdown sit on the same row (desktop) */
@media screen and (min-width: 990px) {
  body.template-collection .facets__form {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2rem; /* space between the filter buttons and Sort By */
  }
  /* Left side: Filter buttons */
  body.template-collection .facets__wrapper {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
  }
  /* Middle/right side: Sort By and product count */
  body.template-collection .facet-filters {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
  }
}

/* Colour for “Sort by” label text and weight */
body.template-collection .facet-filters__label,
body.template-collection .facet-filters__label span {
  color: #facc15 !important;        /* yellow */
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

/* Style the select drop-down itself */
body.template-collection .facet-filters__sort select,
body.template-collection #SortBy {
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #020617 !important;  /* dark background */
  color: #f9fafb !important;             /* light text */
  border: 1px solid rgba(148,163,184,0.8) !important;
  border-radius: 999px !important;
  padding: 0.4rem 2.8rem 0.4rem 1.2rem !important;
  font-size: 1.4rem !important;
}

/* Ensure the option list has matching colours */
body.template-collection .facet-filters__sort select option,
body.template-collection #SortBy option {
  background-color: #020617 !important;
  color: #f9fafb !important;
}

/* Yellow caret (arrow) on the select */
body.template-collection .facet-filters__field .icon-caret {
  fill: #facc15 !important;
  stroke: #facc15 !important;
  opacity: 1 !important;
}

/* Optional: lighten product-count (e.g. “1 product”) text colour */
body.template-collection .product-count {
  color: #f9fafb !important;
}
</style>
/* ZARVIO – poprawka paska filtrów i sortowania */
body.template-collection .facet-filters__label {
  color: #facc15 !important;       /* żółty tekst "Sort By"/"Filter" */
  font-weight: 600 !important;
  text-transform: uppercase !important;
  margin-right: 1rem;
}

body.template-collection .facet-filters__field select,
body.template-collection #SortBy {
  -moz-appearance: none;
  appearance: none;
  background-color: #020617 !important; /* ciemne tło */
  color: #f9fafb !important;            /* jasny tekst */
  border: 1px solid rgba(148, 163, 184, 0.8) !important;
  border-radius: 999px !important;
  padding: 0.4rem 2.8rem 0.4rem 1.2rem;
}

body.template-collection .facet-filters__field .icon-caret {
  fill: #facc15 !important;        /* żółta strzałka */
  stroke: #facc15 !important;
  opacity: 1 !important;
}

/* Uporządkowanie elementów w jednym wierszu na desktopie */
@media screen and (min-width: 990px) {
  body.template-collection .facets__form {
    display: grid;
    grid-template-columns: auto auto 1fr; /* filtry | sort | licznik produktów */
    align-items: center;
  }
  body.template-collection .facets__wrapper {
    grid-column: 1;
    margin-right: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  body.template-collection .facet-filters {
    grid-column: 2;
    margin: 0;
    display: flex;
    align-items: center;
  }
  body.template-collection .product-count {
    grid-column: 3;
    margin-left: 1.5rem;
    align-self: center;
  }
  body.template-collection .facet-filters__summary {
    margin-top: 0 !important; /* usuwa przesunięcie w dół */
  }
}
