body {
    font-family: 'Open sans','Helvetica','Arial',sans-serif,Arial,sans-serif !important;
}


/* START claude usprawnienie strony głównej */

.hotspot__wrapper .products__wrapper {
    min-height: 290px;
}
@media (min-width: 768px) {
    .hotspot__wrapper .products__wrapper {
        min-height: 378px;
    }
}

img[src*="TUVRheinland-logo-koruma-certificate"] {
    width: 170px;
    height: 170px;
    display: block;
}

/* Główna poprawka CLS hotspot */
#main_hotspot_zone1 .products__wrapper,
#main_hotspot_zone2 .products__wrapper,
#main_hotspot_zone3 .products__wrapper {
    min-height: 378px; /* rzeczywista wysokość którą ustawia Swiper */
}

#main_hotspot_zone1 a.product__icon,
#main_hotspot_zone2 a.product__icon,
#main_hotspot_zone3 a.product__icon {
    height: 290px; /* --swiper-navigation-size wpływa na tę wartość */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


/* Hotspot karuzele - poprawiony selektor */
#main_hotspot_zone1 a.product__icon,
#main_hotspot_zone2 a.product__icon,
#main_hotspot_zone3 a.product__icon {
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
    display: flex; /* zachowaj d-flex z HTML */
}

#main_hotspot_zone1 a.product__icon picture,
#main_hotspot_zone2 a.product__icon picture,
#main_hotspot_zone3 a.product__icon picture {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}

#main_hotspot_zone1 a.product__icon img,
#main_hotspot_zone2 a.product__icon img,
#main_hotspot_zone3 a.product__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.article__block img,
.blog_image {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
}

/* KONIEC claude usprawnienie strony głównej */

/* --- Tytuł produktu --- */
#content .product_name {
  min-height: 2.8rem;    /* blokuje skakanie gdy font się doładuje */
}

/* --- Cena --- */
#content .product_price {
  min-height: 2.2rem;
}

/* --- Opinie (np. "Opinie (266)") --- */
.product_name__note_link {
  display: inline-block;
  min-width: 7ch;        /* rezerwuje miejsce dla liczb zmiennej długości */
}

/* --- Opis skrócony --- */
#content .product_name__block {
  min-height: 3rem;
}


/* Dodanie opisu do opcji w karcie produktu*/


.projector_multiversions__label {
    display: block!important;
}


.cop_documents,
.cop_rebate_code {
    display: none;
}




@media only screen and (max-width: 600px) {

.bars__content {
    height: 45px;
}
}

@media only screen and (min-width: 758px) {

.bars__content {
    height: 18px;
}
}


#main_cms2 {
    overflow: hidden !important;
}


#projector_enclosures.enclosures {
    display: none;
}

#projector_status_gfx.projector_status__gfx img{
    width:20px;
    height:20px;
}

div.oscop__step.--small,
.oscop_invoice {
    display:none;
}

#basketedit_express_checkout,
.projector_details .projector_express,
.projector_details .projector_buy__number_amounts {
    display: none;
}

.projector_status__info_days {
    font-weight: bold;
}


.projector_details .projector_buy {
    flex-direction: initial;
}

.projector_details .projector_buy__number_wrapper {
    width: auto;
}

.projector_details .projector_buy__button[data-express-checkout] {
    opacity: unset;
}


.longdescription img {
border-radius: 15px;
}

.product_name__block.--description ul {
    list-style: inside;
}

#main_banner1 img,
.blog_image,
.article__block img {
border-radius: 10px;
}

.price_info__wrapper {
    color: #000;
}

.projector_details .projector_versions__gfx img {
    width: 70px;
    height:70px;
}

#menu_navbar > ul.navbar-nav > li.nav-item:nth-child(7) a {
    /*background-color: #E91616;
    background-color: #FFF;*/
    background-color: #000;
    color: white;
    border-radius: 4px;
    padding-left: 5px;
}


@media (min-width: 979px) {
.projector_page #content #projector_form {
    grid-area: 2 / 2 / 3 / 3;
}
}

.projector_tell_availability__link.btn.--solid.--outline.--solid.--extrasmall,
.projector_tell_availability__link.btn.--solid.--outline.--solid.--extrasmall:hover {
    background: #10ac82;
    border: 1px solid #10ac82;
    color: #fff;
    border-radius: 5px;
}
/*
.product__icon img {
    aspect-ratio: 1/1 !important;
}

.article__image_wrapper {
    aspect-ratio: 3/2;
}
*/
.projector_details .projector_versions__item.--disabled:not(.--selected) {
    opacity: .3;
}

.big_label, .headline {
    font-size: 2.2rem;
}

div.orderdetails_info__description.d-none {
    display: block !important;
}

div#ck_dsclr_sub_v2.ck_dsclr__sub_v2 a {
    color: #179ace !important;
}

.orderdetails_info__icon[data-status='bf'],
.orderdetails_info__icon[data-status='b'] {
    background: #FFCC00;
}

.orderdetails_info__icon[data-status='bf']:before {
    content: "\e807";
}

.promo, .label.--promo {
    color: white;
    background-color: #D63531;
    display:none;
}

.bestseller, .label.--bestseller {
    color: #fff;
    background: #e91616;
}

.discount, .label.--discount {
    color: #e73f3f;
    background: #000;
    /*background: #e73f3f;*/
    /*background: #10ac82;*/
    font-size: 12px;
    font-weight: 600;
}



.label.--bargain {
     color: #e73f3f;
    background: #000;
    /*background: #e73f3f;*/
    /*background: #10ac82;*/
    font-size: 12px;
    font-weight: 600;   
    
}


.distinguished, .label.--distinguished {
    color: #fff;
    background: #10ac82;
}

}

header .nav-link {
    padding: 0px !important;
}

li.nav-item.empty {
    padding-bottom: 5px;
}



span#projector_amount.projector_status__info_amount,
div.projector_info__item.--stocks.projector_stocks
{
    display:none !important;
}

.cm {
    overflow: unset;
}

#order2_info_sub4 {
    display: none;
}

.opis_glowny p {
text-align: justify;
}

.opis_glowny h2,h3,h4,h5 {
text-transform: uppercase;
}

.bestseller {
    color: #000;
    background: #ffdc0f;
}
a.shipping_info {
    text-decoration: underline;
}


#menu_security_policy {
    margin-bottom: 40px;
    display: none;
}

#contact_map {
  display: none !important;
    }
    
.YT {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    }
 
.YT iframe,
.YT object,
.YT embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

@media only screen and (max-width: 757px) {

html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open).--freeShipping .main_page #menu_search .menu_search__block {
    top: auto !important;
}

.clockdiv {

}

.clockp {
    
}

}

@media (min-width: 757px) {

#projector_longdescription,
#projector_dictionary {
    grid-column: 0!important;
}

#main_banner1 img {
    max-width: 100%;
    aspect-ratio: 117/35;
}


.clockdiv {
    text-align: -webkit-center;
    text-align: -moz-center;
}

.clockp {
    width:50%;
}



.navbar-nav
{
    /* font-size: 1.17rem !important;*/
    justify-content: space-between;
}

#menu_navbar > ul.navbar-nav > li.nav-item:nth-child(7) a {
    /*background-color: #000;
    color: #e73f3f;*/
    font-weight: 700;
    background-color: #0e8665;
    color: white;
    border-radius: 4px;
}


#menu_navbar > ul.navbar-nav > li.nav-item:nth-child(4) > ul.navbar-subnav,
#menu_navbar > ul.navbar-nav > li.nav-item:nth-child(5) > ul.navbar-subnav,
#menu_navbar > ul.navbar-nav > li.nav-item:nth-child(6) > ul.navbar-subnav {
	min-width: max-content;
}

#menu_navbar > ul.navbar-nav > li.nav-item:nth-child(2) > ul.navbar-subnav > li.nav-item.nav-merge:nth-child(1) > li.nav-item.nav-merge  > li.nav-item.empty:nth-child(3),
#menu_navbar > ul.navbar-nav > li.nav-item:nth-child(2) > ul.navbar-subnav > li.nav-item.nav-merge:nth-child(3) > li.nav-item.nav-merge  > li.nav-item.empty:nth-child(1) {
padding: 0px;
}

#menu_navbar > ul.navbar-nav > li.nav-item:nth-child(1) > span.nav-link-wrapper > picture.nav-picture.--main.--lvl1 > img {
    height: 20px;
    width: 16px;
}


#menu_navbar > ul.navbar-nav > li.nav-item:nth-child(7) > a {
    color: white;
    font-weight: bolder;
    background-color: #000;
}


.navbar-subsubnav > .nav-item > .nav-link {
text-transform: initial;
}

.header .nav-link {
    padding: 5px 5px;
}

.row p {
 text-align: justify;   
}



/* Przyklejnay TOP */

html.--fixed-header header #menu_basket .topBasket__sub.--hover {
width: 80px;
}

html.--fixed-header header #menu_basket .topBasket__sub {
    border-radius: 5px;
    justify-content: center;
}

.topBasket__sub.--hover {
  background-color: #10ac82;
  border-radius: 5px;
}

.topBasket__sub:hover {
border-radius: 5px;
}

header .navbar-nav {
    font-size: 1.2rem;
}

.topBasket .badge {
    top: calc(70% - 1.6rem);
}

.topBasket__sub {
    height: 45px;
}

/* Przyklejnay TOP */

/* Reklamacje/Zwroty */

.pickupl_return_link,
.returnDetails__adres .mt-3 a {
	display:none !important;
}

.pickupl_return:nth-child(2),
.pickupl_return:nth-child(3) {
	display:none;
}

/* Reklamacje/Zwroty */

/* BreadCrumps*/

.breadcrumbs__sub {
    min-width: 200%;
}


/* BreadCrumps */


/* Newsletter */

.btn.--solid.--medium.add_newsletter {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}

.newsletter {
    margin: 0;
}

/* Newsletter */

/* ==============================
   START CSS for TrustMate START
   ============================== */

.tm-dodo-container .tm-dodo-wrapper .tm-dodo-avg-grade-wrapper {
    margin-right: 20px !important;
}

.card--img-wrapper {
    background: none !important;
}

.tm-ferret-widget-wrapper .tm-productModal-container .tm-productModal .tm-productModal-info-wrapper .tm-productModal-product-wrapper__image {
    background: none !important;
}

.tm-ferret-widget-wrapper .tm-productModal-container .tm-productModal .tm-productModal-info-wrapper .tm-productModal-product-wrapper .tm-productModal-product-wrapper-info__name {
    overflow-y: unset !important;
}

.tm-social-proof {
  display: inline-block; /* lub block — bez tego min-height nie działa na span */
  min-height: 1.4em;     /* rezerwuje miejsce przed podmianą przez JS */
}

@media only screen and (max-width: 757px) {

.tm-ferret-widget-wrapper .tm-productModal-container .tm-productModal .tm-productModal-info-wrapper .tm-productModal-review-wrapper {
    height: auto !important;
}

.tm-ferret-widget-wrapper .tm-productModal-container .tm-productModal .tm-productModal-info-wrapper .tm-productModal-product-wrapper {
    height: auto !important;
}

.tm-ferret-widget-wrapper .tm-productModal-container .tm-productModal .tm-productModal-info-wrapper .tm-productModal-product-wrapper .tm-productModal-product-wrapper-info__name {
    font-size: 1.2em !important;
}

.tm-ferret-widget-wrapper a {
    background: none;
    color: inherit;
    font-weight: 400;
    text-decoration: none;
    width: 300px;
}

}


/* =====================
   Kafelki kategorii
   ===================== */
.category-intro { margin: 0 0 18px; }
.category-intro p { margin: 0; line-height: 1.6; }

/* DESKTOP — reguły domyślne (IdoSell owija w min-width:757px więc to jest desktop) */
.category-choice {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin: 20px 0;
}
.category-choice-box {
  flex: 1 1 200px;
  border: 1px solid #e5e5e5;
  padding: 20px;
  background: #fafafa;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.category-choice-box h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
}
.category-choice-box p {
  margin: 0 0 16px;
  line-height: 1.6;
  flex-grow: 1;
}
.category-choice-btn {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  background: #111;
  background-color: #111;
  color: #fff !important;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.category-choice-btn:hover {
  opacity: 0.9;
  text-decoration: none;
  background: #111;
}

/* MOBILE — nadpisanie dla ekranów poniżej 757px */
/* IdoSell nie może owinąć media query w media query — więc to działa! */
@media (max-width: 755px) {
  .category-choice {
    flex-direction: column !important;
    gap: 12px !important;
  }
  .category-choice-box {
    flex: 1 1 100% !important;
    padding: 16px !important;
  }
  .category-choice-box h2 {
    font-size: 18px !important;
    margin: 0 0 8px !important;
  }
  .category-choice-box p {
    margin: 0 0 12px !important;
  }
  .category-choice-btn {
    padding: 12px 16px !important;
  }
}
/* =====================
   END Kafelki kategorii
   ===================== */