.contact_stocks {
display: none !important;
}

/* Hover na miniaturkach */
@media (hover: hover) and (pointer: fine) {
  .products .product > a img {
    transition: all 0.3s ease-out !important;
  }

  .products .product:hover > a img {
    transform: scale(1.05);
  }
}

@media (hover: none) {
  .products .product > a img {
    transition: none !important;
  }

  .products .product:hover > a img {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products .product > a img {
    transition: none !important;
  }

  .products .product:hover > a img {
    transform: none !important;
  }
}










/* Widoczny kod EAN w parametrach produktu */
.dictionary__param[data-producer_code] {
  display: flex;
}










/* Kontener na grafikę */
.image-container {
  width: calc(100% - 10px);
  max-width: 1000px;
  max-height: 1000px;
  margin: 12px auto;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.07), 0 0 3px rgba(0,0,0,0.06);
  justify-content: center;
}

.image-container > a {
  display: block;
  border-radius: inherit;
  text-decoration: none;
}

.image-container img {
  display: block;
  width:100%;
  height: auto;
}

@media (hover: hover) and (pointer: fine) {
  .image-container img { transition: transform 0.3s ease-out; }
  .image-container:hover img { transform: scale(1.05); }
}

@media (hover: none) {
  .image-container img { transition: none; }
  .image-container:hover img { transition: none; }
}

@media (prefers-reduced-motion: reduce) {
  .image-container img { transition: none; }
  .image-container:hover img { transform: none; }
}










/* Kontener na film */
.video-container{
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 12px auto 12px;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}

.video-container::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}

.video-container .iai-section-b518b711-327c-49dd-a6df-803f52333dbe.iai-section-b518b711-327c-49dd-a6df-803f52333dbe-video{
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  right: 0 !important; bottom: 0 !important;
  width: 100% !important; height: 100% !important;
  margin: 0 !important; padding: 0 !important;
  max-width: 100% !important;
  border: 0 !important; background: transparent !important;
}

.video-container .iai-section-b518b711-327c-49dd-a6df-803f52333dbe.iai-section-b518b711-327c-49dd-a6df-803f52333dbe-video > div{
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  right: 0 !important; bottom: 0 !important;
  width: 100% !important; height: 100% !important;
  margin: 0 !important; padding: 0 !important;
}

.video-container .iai-section-b518b711-327c-49dd-a6df-803f52333dbe.iai-section-b518b711-327c-49dd-a6df-803f52333dbe-video iframe{
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important; height: 100% !important;
  border: 0 !important;
}











/* Kontener na shorta */
.short-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 16px;
}

.responsive-short {
  position: relative;
  width: 100%;
  height:0;
  padding-top: 177.78%;
  overflow:hidden;
  border-radius: 10px;
  background:#000;
}

.responsive-short iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}










/* Przycisk pod grafiką na blogu */
.btn-image{
  display:block;
  width:fit-content;
  max-width:100%;
  margin:12px auto 16px;
  clear:both;
  padding:12px 18px;
  border-radius:10px;
  background:#0090f6;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  line-height:1.25;
  text-align:center;
  transition:background-color .2s ease-in-out;
  overflow-wrap:normal;
}
.btn-image:hover{ background:#0073c2; color:#fff; }
.btn-image:focus-visible{ outline:2px solid #111; outline-offset:2px; }










/* Spis treści na blogu */
.post-toc{
  clear: both;
  padding: 12px;
  background: #f1f1f1;
  border-radius: 10px;
  width: 100%;
  margin: 12px 0;
}

.post-toc::after{
  content: "";
  display: table;
  clear: both;
}

.post-toc > strong{
  display: block;
  margin: 0 0 8px;
}

.post-toc > ol{
  list-style: decimal;
  list-style-position: outside;
  margin: 0;
  padding-left: 2.25em;
}

.post-toc > ol > li + li{
  margin-top: 8px;
}










/* Opis produktu (id="projector_longdescription")
Wpis blogowy (id="blog-item")
Opis kategorii blogowej (.blog_categoriesdescription_sub)
Opis kategorii pod listą towarów (class="search_description --bottom cm") */
#projector_longdescription h2,
#blog-item h2,
.blog_categoriesdescription_sub h2,
.search_description[class~="--bottom"][class~="cm"] h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 8px;
}

#projector_longdescription h2::after,
#blog-item h2::after,
.blog_categoriesdescription_sub h2::after,
.search_description[class~="--bottom"][class~="cm"] h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 64px;
  background-color: #0090f6;
  border-radius: 999px;
}

#projector_longdescription h3,
#blog-item h3,
.blog_categoriesdescription_sub h3,
.search_description[class~="--bottom"][class~="cm"] h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

#projector_longdescription p,
#blog-item p,
.blog_categoriesdescription_sub p,
.search_description[class~="--bottom"][class~="cm"] p {
  line-height: 1.625;
  font-size: 14px;
  color: #444;
}

#projector_longdescription hr,
#blog-item hr,
.blog_categoriesdescription_sub hr,
.search_description[class~="--bottom"][class~="cm"] hr {
  border: none;
  height: 1px;
  background-color: #dddddd;
  margin: 10px 0;
}

#projector_longdescription ul,
#projector_longdescription ol,
#blog-item ul,
#blog-item ol,
.blog_categoriesdescription_sub ul,
.blog_categoriesdescription_sub ol,
.search_description[class~="--bottom"][class~="cm"] ul,
.search_description[class~="--bottom"][class~="cm"] ol {
  margin: 8px 0;
}

#projector_longdescription ul > li + li,
#projector_longdescription ol > li + li,
#blog-item ul > li + li,
#blog-item ol > li + li,
.blog_categoriesdescription_sub ul > li + li,
.blog_categoriesdescription_sub ol > li + li,
.search_description[class~="--bottom"][class~="cm"] ul > li + li,
.search_description[class~="--bottom"][class~="cm"] ol > li + li {
  margin-top: 8px;
}

#projector_longdescription ul li::marker,
#blog-item ul li::marker,
.blog_categoriesdescription_sub ul li::marker,
.search_description[class~="--bottom"][class~="cm"] ul li::marker {
  color: #0090f6;
}

#projector_longdescription a,
#blog-item a,
.blog_categoriesdescription_sub a,
.search_description[class~="--bottom"][class~="cm"] a {
  color: #20a2ff;
  text-decoration: none;
  text-underline-offset: 2px;
  text-decoration-thickness: from-font; /* jeśli wspierane */
  transition: color 0.2s ease-in-out;
}

#projector_longdescription a:hover,
#projector_longdescription a:focus-visible,
#blog-item a:hover,
#blog-item a:focus-visible,
.blog_categoriesdescription_sub a:hover,
.blog_categoriesdescription_sub a:focus-visible,
.search_description[class~="--bottom"][class~="cm"] a:hover,
.search_description[class~="--bottom"][class~="cm"] a:focus-visible {
  color: #1a73e8;
  text-decoration: underline;
}

#Navigation.navigation_main .navigation_item .name {
  text-decoration: none;
}










/* Tabela */
#blog-item table,
.blog_categoriesdescription_sub table{
  width:100%;
  border:1px solid #dddddd;
  border-radius:10px;
  border-collapse:separate;
  border-spacing:0;
  padding:5px;
}

#blog-item thead th,
.blog_categoriesdescription_sub thead th{
  padding:10px;
  font-weight:700;
  text-align:left;
  vertical-align:middle;
  background:#dddddd;
}

#blog-item thead th:first-child,
.blog_categoriesdescription_sub thead th:first-child{
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}

#blog-item thead th:last-child,
.blog_categoriesdescription_sub thead th:last-child{
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}

#blog-item tbody td,
.blog_categoriesdescription_sub tbody td{
  border-bottom:1px solid #dddddd;
  padding:10px;
  vertical-align:middle;
}

#blog-item tbody tr:last-child td,
.blog_categoriesdescription_sub tbody tr:last-child td{
  border-bottom:0;
}

#blog-item tbody td:first-child,
.blog_categoriesdescription_sub tbody td:first-child{
  font-weight:700;
}

#blog-item tbody tr:hover,
.blog_categoriesdescription_sub tbody tr:hover{
  background:#f1f1f1;
}

@media (max-width: 768px){
  #blog-item table,
  .blog_categoriesdescription_sub table{
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}










/* Przyciski w opisie kategorii */
.btns-top-row {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 2px 0;
  margin: 0 0 4px 0;
  background: #fff;
}

.btn-top + .btn-top { margin-left: 10px; }

.btns-top-sep {
  height: 1px;
  background: #c4c7c8;
  margin: 4px 0;
}

.btn-top {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px;
  max-width: 180px;
  min-width: 80px;
  white-space: normal;
  line-height: 1.15;

  text-decoration: none;
  text-align: center;
  font-weight: bold;

  color: #333;
  background: none;
  border: 1px solid #c4c7c8;
  border-radius: 5px;

  transition: color .2s ease-in-out, border-color .2s ease-in-out;
}

.btn-top:visited { color: #202020; }

.btn-top:hover { color: #0090f6; border-color: #5f6368; }










/* Lista modeli */
.model_list .model_items{
  display:flex;
  flex-wrap:wrap;
  margin: -3px;
}

.model_list .model_item{
  display:block;
  margin:8px;
  width:calc(50% - 16px);

  box-sizing:border-box;
  padding:10px;
  text-align:center;
  text-decoration:none;

  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:10px;
  overflow:hidden;

  box-shadow:0 4px 8px rgba(0, 0, 0, 0.15);
}

.model_list .model_item .model_img{
  height:150px;
  margin-bottom:10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.model_list .model_item .model_img img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.model_list .model_item h3{
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0;
  text-decoration:none;
  color: #333;
  transition: color 0.3s ease-in-out;
}

.model_list .model_item:hover h3{
  color: #0090f6;
}

.model_list a.model_item:hover{
  text-decoration: none !important;
}

.model_list h2{
  margin: 16px 0 !important;
}

@media (min-width:620px){
  .model_list .model_item{ width:calc(33.3333% - 16px); }
}

@media (min-width:860px){
  .model_list .model_item{ width:calc(25% - 16px); }
}

@media (min-width:1024px){
  .model_list .model_item{ width:calc(20% - 16px); }
}










/* Pasek menu */
@keyframes menuDropIn {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(0);
  }
}

@media (min-width: 979px){
  .navbar-nav{
    background: #e6e6e6;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  
  .navbar-nav::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: #e6e6e6;
    z-index: -1;
    pointer-events: none;
  }

  .nav-link-expand::before{
    opacity: 0;
  }

  .nav-link[class~="--l1"]{
    padding: 12px;
    font-weight: 600;
  }

  .nav-link[class~="--l1"]:not(:only-child){
    padding-right: 12px;
  }

  .navbar-nav .nav-item{
    transition: background 0.2s;
  }

  .navbar-nav .nav-item:hover{
    background-color: #fff;
    border-radius: 5px 5px 0 0;
  }
  
  .navbar-collapse {
  border-bottom: none !important;
  padding-bottom: 16px !important;
  }
  
  #menu_categories {
    font-weight: 500;
  }
  
  .navbar-nav > .nav-item > .navbar-subnav,
  .navbar-nav > .nav-item > .navbar-subnav .nav-item > .navbar-subsubnav {
    display: none;
    transform: translateY(0);
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.25);
  }

  .navbar-nav > .nav-item:hover > .navbar-subnav,
  .navbar-nav > .nav-item > .navbar-subnav .nav-item:hover > .navbar-subsubnav {
    display: block;
    animation: 0.2s ease-out menuDropIn;
  }

  .navbar-nav > .nav-item .nav-item:hover {
    background: #e6e6e6;
    border-radius: 5px;
  }

  .navbar-nav > .nav-item .nav-item .nav-link {
    padding: 8px 10px;
  }
}










/* Baner na stronie głównej */
@media (min-width: 1171px) {
  #main_banner1 .main_slider__wrapper{
    border-radius: 10px;
    overflow: hidden;
  }
}

@media (min-width: 979px){
  #main_banner1[data-thumbnails-enable='true'] .main_pager__item[class~="--active"],
  #main_banner1[data-thumbnails-enable='true'] .main_pager__item.swiper-slide-thumb-active {
      font-weight: 700;
      border-bottom: none;
      box-shadow: inset 0 -4px 0 #0090f6;
  }
}

@media (min-width: 1920px){
  .main_slider .swiper-button-prev{
    left: 35px;
  }

  .main_slider .swiper-button-next{
    right: 35px;
  }
}








/* Miniaturka we wpisie blogowym */
#blog-item img.blog_image {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  margin-right: 0;
}

@media (min-width: 768px) {
  #blog-item img.blog_image {
    max-width: 50%;
    margin-right: 16px;

  }
}










/* Przycisk "Pokaż więcej" w opisie produktu */
.btn.mobile_show_button {
  border-radius: 5px;
  border: 1px solid #0090f6;
  font-size: 16px;
}

@media (max-width: 756px) {
  .minified_wrapper:not(.open) #projector_longdescription {
    max-height: 500px;
  }
}










/* Składanie zamówienia */
.cop_delivery__pickup_find.btn[class~="--solid"],
.cop_delivery__pickup_other.btn[class~="--outline"],
.cop_payments__show_all,
.cop_payments__change_link,
.cop_deliveries__change_link {
  background: #0090f6;
  border: 1px solid #0090f6;
  color: #fff;
  border-radius: 5px;
}

.cop_delivery__pickup_find.btn[class~="--solid"]:hover,
.cop_delivery__pickup_other.btn[class~="--outline"],
.cop_payments__show_all:hover,
.cop_payments__change_link:hover,
.cop_deliveries__change_link:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.cop_payments__show_all,
.cop_payments__change_link,
.cop_deliveries__change_link {
  text-decoration: none;
  padding: 0.9rem !important;
}

.cop_payments__change_link,
.cop_deliveries__change_link {
  font-size: 1.5rem;
  font-weight: bold;
}

.cop_terms__item[class~="--mailing"],
.cop_terms__item[class~="--sms"] {
  display: none !important;
}

.cop_documents {
  display: none !important;
}

.order_process .menu_notice__button[class~="--continue"] {
  color: #fff;
  border: 1px solid #0090f6;
  background: #0090f6;
}

.order_process .menu_notice__button[class~="--continue"]:hover {
  color: #fff;
  border: 1px solid #333;
  background: #333;
}

.order_process .menu_notice__button[class~="--stop"] {
  text-decoration: none;
  color: #0090f6;
  border: 1px solid #0090f6;
}

.order_process .menu_notice__button[class~="--stop"]:hover {
  color: #333;
  border: 1px solid #333;
}










/* Parametry w opisie produktu */
#projector_dictionary .dictionary__param {
  margin: 0 !important;
  font-size: 14px;

}

#projector_dictionary .dictionary__group > .dictionary__param {
  background: #fff;
}

#projector_dictionary .dictionary__group > .dictionary__param:nth-child(odd) {
  background: #f1f1f1;
}

#projector_dictionary .dictionary__name,
#projector_dictionary .dictionary__values {
  text-align: left;
  padding: 12px 14px;
}

#projector_dictionary .dictionary__name {
  align-items: flex-start !important;
}










/* Stopka */
#footer_links, #menu_contact, .footer_settings {
  background: #2e2e33;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  box-sizing: border-box;
  max-width: none;
}

#menu_banners2::before {
    background: #2e2e33;
}

#footer_links .footer_links_label {
  color: #fff;
  transition: color 0.2s;
}

#footer_links .footer_links_sub a, #footer_links .footer_links_sub:is(a),
#footer_links .links_footer_1_item a,
#menu_contact,
.footer_settings {
  color: #d2d2d9;
  transition: color 0.2s;
}


#footer_links #menu_orders_header:hover, #footer_links #menu_account_header:hover,
#footer_links .footer_links_sub a:hover, #footer_links .footer_links_sub:is(a):hover,
#footer_links .links_footer_1_item a:hover,
#menu_contact a:hover {
  color: #0090f6;
  text-decoration: underline;
}

#footer_links a.footer_links_label:hover {
    color: #fff;
    text-decoration: none;
}

#footer_links #manageCookies {
  color: #d2d2d9 !important;
  transition: color 0.2s !important;
}


#footer_links #manageCookies:hover {
  color: #0090f6 !important;
  text-decoration: underline !important;
}

@media (max-width: 756px){
  #footer_links #menu_orders_header:hover, #footer_links #menu_account_header:hover {
    color: #fff;
    text-decoration: none;
  }   
}

@media (min-width: 757px){
  .footer_links {
    border: none !important;
  }
}

#footer_links .footer_tab__header:after {
  color: #fff;
}










/* Przyciski w kategorii 2 */
.btns-top-row-ico {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.btn-top-ico + .btn-top-ico {
  margin-left: 10px;
}

.btns-top-sep-ico {
  height: 1px;
  background: #c4c7c8;
  margin: 4px 0;
}

.btn-top-ico {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;

  min-width: 90px;
  max-width: 250px;
  height: 56px;
  padding: 10px;

  text-decoration: none;
  text-align: center;
  
  color: #333;
  background: none;
  border: 1px solid #c4c7c8;
  border-radius: 5px;

  transition: color .2s ease-in-out, border-color .2s ease-in-out;
  
}

.btn-top-ico:visited {
  color: #333;
}

@media (hover: hover) and (pointer: fine) {
  .btn-top-ico:hover {
    color: #0090f6;
    border-color: #0090f6;
  }
}

.btn-top-ico.is-active {
  color: #333;
  border-color: #0090f6;
  box-shadow: inset 0 0 0 1px #0090f6;
  cursor: default;
}

.btn-top-ico__icon {
  width: 46px;
  height: 46px;
  margin-right: 4px;
  display: block;
  flex-shrink: 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

.btn-top-ico__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  white-space: normal;
  overflow-wrap: break-word;
  text-align: center;
}

.search_description[class~="--top"].cm {
  max-width: none;
}

.btn-top-ico--case .btn-top-ico__icon {
  background-image: url('https://xgsm.pl/data/include/cms/category-icons/phone-case.png');
}

.btn-top-ico--glass .btn-top-ico__icon {
  background-image: url('https://xgsm.pl/data/include/cms/category-icons/phone-tempered-glass.png');
}










/* Podkreślenie h1 */ 
.big_label::after, .headline::after {
  content: "";
  display: block;
  height: 4px;
  width: 64px;
  background: #0090f6;
  border-radius: 999px;
  margin: 8px auto 0 auto;
}










/* Filtrowanie */
@media (min-width: 979px) {
  .filters__toggler .btn {
    padding: 8px 30px 8px 19px;
    border: 1px solid #c4c7c8;
    border-radius: 5px;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
    color: #333;
  }

  .filters__block {
      margin-left: 10px !important;
  }

  .filters__toggler .btn:hover {
    color: #0090f6;
    border: 1px solid #c4c7c8;
  }

  .filters__toggler .btn[class~="--icon-right"]::before {
    right: 8px !important;
  }
  
  .filters__toggler .btn[class~="--icon-right"] span {
    padding-right: 10px;
  }
  
  .filters__expand {
    top: calc(100% + 5px);
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.25)
  }
  
  .filters__toggler[class~="--not-expanded"] .btn {
    border-radius: 5px 5px 0 0;
  }
}

@media (max-width: 978px) {
  .filters__toggler .btn {
    font-weight: 600;
    color: #333;
  }
 
  .filters__toggler .btn:hover {
    color: #333;
    border-bottom-color: #0090f6;
  }
}










/* Lista produktów + Dodaj do koszyka */
.products:not(.swiper-wrapper):not(.hotspot-associated) {
    gap: 16px;
}

.products .product {
  padding: 0 0 10px 0 !important;
  border: 1px solid #e5e5e5;
  border-radius: 10px !important;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

.products .product .product__content_wrapper {
  padding: 0 10px 12px;
}

.products .product .product__icon {
  border-radius: 10px 10px 0 0;
}

.add_to_basket .add_to_basket__number_wrapper {
  display: none;
}

.product__compare {
  display: none;
}

.products .product .add_to_basket {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
  
.add_to_basket .add_to_basket__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  }

@media (min-width: 979px) {
  .add_to_basket .add_to_basket__button {
    padding: 10px !important;
    max-width: 140px;
  }

  .add_to_basket .add_to_basket__button span {
    display: inline-block;
    align-items: center;
  }

  .add_to_basket .add_to_basket__button:not([class~="--error"]):not([class~="--success"]) span:before {
    content: '\E8B2';
    font-family: FontAwesome;
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
    margin-right: 8px;
  }
  
  .hotspot .swiper-initialized .products .product {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 979px) and (hover: hover) and (pointer: fine) {
  .add_to_basket .add_to_basket__button {
    opacity: 0;
    visibility: hidden;
    transform: translateY(25%);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0s linear 0.3s;
  }

  .products .product:hover .add_to_basket .add_to_basket__button,
  .add_to_basket .add_to_basket__button[class~="--success"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }
  
    .products .product:hover {
    border: 1px solid #c4c7c8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 978px) {
  .add_to_basket .add_to_basket__button {
    height: 40px;
    max-width: 120px;
    position: relative;
  }
}










/* ID produktu + czas wysyłki z odliczaniem */
.product-shipping-countdown {
  display: flex;
  align-items: center;
  line-height: 1.4;
  padding: 10px;
  border-radius: 10px;
  background: #C8F2D6;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#productShippingMessage {
  flex: 1 1 auto;
}

#productShippingCountdown {
  font-size: 18px;
}

.product-shipping-countdown__courier-logo {
  max-height: 36px;
  width: auto;
  flex: 0 0 auto;
}

.product-extra-info-id__icon:before {
  content: '\f044';
  font-size: 1.7rem;
  margin-top: -0.2rem;
}










/* Pasek informacyjny na górze strony */
.commercial_banner .freeShipping {
  display: none;
}

.bars__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  font-size: 14px;
}

.bars__wrapper {
  position: relative;
  border: none;
  background: #2e2e33;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 12px;
}

.bars__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background: #2e2e33;
  z-index: -1;
  pointer-events: none;
}

.bars__item {
  padding-top: 0;
}

.top-info-bar-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-info-bar-contact a {
  text-decoration: none;
}

.top-info-bar-contact a:hover {
  color: #0090f6;
  text-decoration: underline;
}

.top-info-bar-shipping {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  text-align: right;
}




@media (max-width: 756px) {
  .bars__content {
    gap: 12px;
  }

  .top-info-bar-contact {
    gap: 12px;
  }
  
  .bars__wrapper {
    padding: 12px 0;
  }
}

@media (max-width: 555px) {
  .bars__content {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .top-info-bar-contact {
    justify-content: center;
    flex-wrap: wrap;
  }

  .top-info-bar-shipping {
    justify-content: center;
    text-align: center;
  }
}

.bars__content .contact-phone::before,
.bars__content .contact-mail::before,
.bars__content .contact-time::before,
.top-info-bar__shipping-text::before,
.menu_contact__items .contact_type_phone::before,
.menu_contact__items .contact_type_mail::before,
.menu_contact__items .contact_type_text::before,
.menu_contact__items .contact_type_adress::before {
  font-family: FontAwesome;
  font-size: 1.7rem;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
  color: #0090f6;
}

.bars__content .contact-phone::before,
.menu_contact__items .contact_type_phone::before {
  content: '\f095';
}

.bars__content .contact-mail::before,
.menu_contact__items .contact_type_mail::before {
  content: '\f0e0';
}

.bars__content .contact-time::before,
.menu_contact__items .contact_type_text::before {
  content: '\f133';
}

.bars__content .top-info-bar__shipping-text::before {
  content: '\f0d1';
}

.menu_contact__items .contact_type_adress::before {
  content: '\f0ac';
}