body{
  font-family: 'Poppins' !important;
  color: #2B2B2B;
}
body h2{
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
}
.pre-header{
  background: #EFF3EC;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 40px;
}
.pre-header .container{
  position: relative;
}
.pre-header-text{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;

}
header .row{
  align-items: center;
}

.woocommerce-product-search {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.woocommerce-product-search .searchform-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.woocommerce-product-search input.search-field {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 20px;
    border: 1px solid #F7F7F7;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
    background: #F7F7F7;
    transition: border-color 0.3s;
}

.woocommerce-product-search input.search-field:focus {
    border-color: #777;
}

.woocommerce-product-search button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.woocommerce-product-search button:hover {
    color: #000;
}

.woocommerce-product-search button svg {
    width: 20px;
    height: 20px;
}

header .search-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.irobot-mini-cart {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #222;
    overflow: hidden;                  /* ważne – obcina prawe rogi ceny */
    transition: all 0.2s ease;
}

.irobot-mini-cart:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.cart-price {
    background: #EFF3EC;
    padding: 10px 20px 10px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;
    margin-right: -5px;
}

.cart-icon {
    width: 69px;
    height: 69px;
    background: #447355;
    border: 2px solid #447355;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cart-icon img {
    width: 35px;
    height: 34px;
    filter: brightness(0) invert(1);   /* robi ikonę białą (jeśli basket.svg jest czarny/kolorowy) */
}
header .first-row{
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-menu {
    display: flex;
    list-style-type: none;
    gap: 40px;
    text-transform: uppercase;
    padding-left: 0;
}
.header-menu a{
  color: #2B2B2B;
  font-size: 18px;
  text-decoration: none;
}
.header-menu .bold a{
  font-weight: 600;
}


.price-and-cart .add-to-cart-icon {
    width: 44px;
    height: 44px;
    background: #447355;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}
.price-and-cart .price {
    font-size: 24px;
    font-weight: 600;
    color: #2B2B2B;
}
.price-and-cart .add-to-cart-icon:hover {
    background: #365d42;
    transform: scale(1.08);
}
.price-and-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px 20px;
    margin-top: auto;
}
.irobot-product-card .woocommerce-loop-product__title {
    font-size: 14px;
    font-weight: 500;
    color: #2B2B2B;
    margin-top: 25px;
    margin-bottom: 35px;
}
.irobot-product-card{
  list-style-type: none;
}
.irobot-product-card .thumbnail-wrapper {
    border-radius: 15px;
    height: 311px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.bestseller-product{
  margin: 15px;
}
.bestsellers-se .slick-prev, .bestsellers-se .slick-next{
  top: 32% !important;
}


.bestseller-slider .bestseller-product > li.irobot-product-card,
.bestseller-slider .slick-slide > div > li.irobot-product-card {
    display: flex !important;
    flex-direction: column;
    height: 100% !important;
    box-sizing: border-box !important;
    position: relative;
    width: 100%;
}
.irobot-product-card .product-link{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.bestseller-slider .slick-list,
.bestseller-slider .slick-track {
    display: flex !important;
}

.bestseller-slider .slick-slide,
.bestseller-slider .slick-slide > div,
.bestseller-slider .bestseller-product {
    display: flex !important;
    height: auto !important;
}

/* tytuł wypełnia dostępną przestrzeń */
.bestseller-slider .woocommerce-loop-product__title {
    flex-grow: 1;
    margin-bottom: 35px !important;
    padding-right: 10px;
}

/* cena + koszyk zawsze na samym dole */
.bestseller-slider .price-and-cart {
    margin-top: auto !important;
    padding-bottom: 0 !important;
    padding-right: 15px;
}
.bestsellers-se h2{
  margin-bottom: 45px;
}

.bestsellers-se{
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Niewidoczny przycisk WooCommerce – rozciągnięty dokładnie na zielone kółko */
.invisible-atc {
    position: absolute !important;
    top: 0;
    right: 20px;                  /* dopasuj do paddingu kontenera */
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

/* Kontener ceny i koszyka – pozycjonowanie względne, żeby absolute działał */
.price-and-cart {
    position: relative;           /* ← KLUCZOWE! */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

/* Zielone kółko – tylko wizualne, nad przyciskiem */
.add-to-cart-icon {
    position: relative;
    z-index: 9;                   /* pod przyciskiem, żeby nie blokował kliknięcia */
    pointer-events: none;         /* ← najważniejsze – kliknięcie przechodzi przez ikonę! */
    width: 44px;
    height: 44px;
    background: #447355;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-cart-icon img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
}

/* Opcjonalnie: delikatny efekt po dodaniu do koszyka */
.added_to_cart {
    display: none;
}

.custom-atc-button {
    position: absolute !important;
    right: 0px;
    bottom: 20px;
    width: 44px !important;
    height: 44px !important;
    opacity: 0;
    z-index: 20;
    cursor: pointer;
}

.price-and-cart {
    position: relative;        /* żeby absolute działał */
}

/* Ikona tylko wizualna – nie blokuje kliknięcia */
.add-to-cart-icon {
    pointer-events: none;      /* ← to jest najważniejsze! */
    z-index: 10;
}

.banner-se {
    height: calc(100vh - 172px);
    max-height: 700px;
}
.banner-slider{
  height: 100%;
}
.banner-se .slick-list, .banner-se .slick-track{
height: 100%;
}
.main-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
    color: #FFF;
    position: relative;
}
.main-banner-photo{
position: absolute;
max-width: 50%;
right: 0;
}
.main-banner h3{
  font-size: 20px;
  font-weight: 500;
}
.main-banner h1{
  font-size: 40px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-default {
    background: #FFF;
    color: #447355;
    text-decoration: none;
    padding: 20px 45px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #FFF;
}

    
.main-banner .btn-content{
  margin-top: 40px;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.banner-se .slick-next{
  right: 30px;
}
.banner-se .slick-prev{
  left: 30px;
  z-index: 9;
}
.banner-se .slick-dots{
  bottom: 30px;
}
.banner-se .slick-dots li button:before{
  color: rgba(255, 255, 255, 0.8);
  font-size: 8px;
  opacity: 1;
}
.banner-se .slick-dots li.slick-active button:before{
  color: #FFF;
  opacity: 1;
  font-size: 12px;
}
.banner-se .slick-dots li{
  margin: 0;
}

footer .sub-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #262626;
    padding-top: 25px;
    margin-top: 80px;
}
.copy-text{
  margin-bottom: 0;
  font-size: 15px;
}

footer{
  background: #EFF3EC;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}
footer .powered-by p{
  margin-bottom: 0;
  color: #848484;
  font-size: 13px;
}
.powered-by {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.footer-menu-title{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
footer .phone{
    text-decoration: none;
    color: #2B2B2B;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
footer .email{
    text-decoration: none;
    color: #2B2B2B;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
footer .logo img{
    width: 207px;
    height: 60px;
    max-width: 100%;
    margin-bottom: 20px;
}
footer .nip p{
  margin-bottom: 0;
}
footer p{
  font-size: 15px;
}
.banner-1-se {
    padding-top: 165px;
    padding-bottom: 165px;
    color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-1-se .btn-content{
  margin-top: 40px;
}
.banner-2-se{
  padding-top: 170px;
  padding-bottom: 170px;
  color: #FFF;
  background-repeat: no-repeat;
}
.banner-2-se .btn-content{
  margin-top: 50px;
}
.reviews-se{
  background: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 80px;
}
.reviews-se .ti-widget{
  margin-top: 30px;
}
.reviews-se h2{
  margin-bottom: 15px;
}
.accessories-se .category-link img{
  max-width: 100%;
  transition: transform 0.4s ease;
  display: block;
}
.accessories-se .category-link{
  position: relative;
  height: 100%;
  display: flex;
  margin: 10px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 15px;
}
.accessories-se .category-link .title {
    position: absolute;
    bottom:15px;
    left: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #FFF;
}
.accessories-se .category-link .title p{
  margin-bottom: 0;
  font-size: 24px;
}
.accessories-se{
  padding-top: 60px;
  padding-bottom: 140px;
}
.slider-col{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.accessories-se h2{
  margin-bottom: 15px;
}
.find-us-se img{
  max-width: 100%;
}
.find-us-se .logo-row{
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.find-us-se{
  padding-top: 80px;
  padding-bottom: 80px;
}
.find-us-se .logo-col {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    flex-wrap: wrap;
}
.what-offer-se{
  margin-bottom: 20px;
}
.what-offer-box{
    background: #EFF3EC;
    padding: 25px;
    border-radius: 15px;
    height: 100%;
}
.what-offer-box .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.what-offer-se .title{
  margin-bottom: 15px;
  margin-top: 15px;
}
.what-offer-box .icon {
    display: flex;
    height: 70px;
    align-items: center;
}
.what-offer-se h2{
  margin-bottom: 50px;
}
.payments-se .delivery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 40px;
}
.payments-se .delivery p{
  margin-bottom: 0;
  color: #727272;
  font-size: 18px;
  font-weight: 600;
}
.payments-se .payments p{
  margin-bottom: 0;
  color: #727272;
  font-size: 18px;
  font-weight: 600;
}
.payments-se .payments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 40px;
}
.payments-se{
  padding-top: 40px;
  padding-bottom: 40px;
}
.header-logo{
  max-width: 100%;
}
.mobile-menu{
  display: none;
}
.mobile-basket-col{
  display: none;
}
.banner-1-se .btn-default{
  color: #000000;
  opacity: 90%;
}

.banner-2-se .btn-default{
  color: #000000;
  opacity: 90%;
}
.main-banner .btn-default{
  opacity: 90%;
}
@media(max-width:1200px){
    .main-header .header-menu{
    display: none;
  }
    .mobile-menu{
    display: block;
  }
    .main-header .close-menu{
    display: none;
  }
  .main-header.active .open-menu{
    display: none;
  }
  .main-header.active .close-menu{
    display: block;
  }
    .menu-toggle{
    background: none;
    border: none;
  }
  .main-header.active .menu-col {
    display: block;
    position: absolute;
    top: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    left: 0;
    padding-left: 20px;
    z-index: 9;
    padding-top: 100px;
}
.main-header.active .header-menu{
  display: block;
}
.menu-toggle.active {
    position: absolute;
    z-index: 99;
    top: 47px;
}
.header-menu li{
  margin-top: 15px;
  margin-bottom: 15px;
}
  .mobile-basket-col{
    display: block;
  }
    .cart-price{
    display: none;
  }
    .search-col .my-account,.search-col .basket{
    display: none;
  }


  header .search-col{
    display: inline-block;
    margin-top: 20px;
  }
  
  .mobile-basket-col{
  text-align: right;
}
  .pre-header .pre-header-text .text{
    font-size: 14px;
  }
  .logo-col{
    text-align: center;
  }
  header .first-row{
    justify-content: center;
  }
.main-header.active{
  height: 100vh;
}
.main-header .container{
  position: relative;
}
}
@media(max-width:768px){
  .main-banner{
    background-position: right;
    position: relative;
  }
  .mobile-black {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 60%;
    z-index: 2;
}


    .cart-icon{
    width: 41px;
    height: 41px;
  }
  .cart-icon img{
    width: 20px;
    height: 19px;
  }
.main-banner .container{
  z-index: 3;
}
.main-banner h1{
  font-size: 24px;
}
.main-banner h3{
  font-size: 15px;
}
.main-banner .text p{
  font-size: 14px;
}
.banner-slider .slick-next, .banner-slider .slick-prev{
  display: none;
}
.banner-se {
    height: calc(100vh - 240px);
}
.main-banner .btn-content{
  text-align: center;
}
.bestsellers-se .slick-prev{
left: 7px;
}
.bestsellers-se .slick-next{
right: 7px;
}
.irobot-product-card .woocommerce-loop-product__title{
  font-size: 16px;
}
body h2{
  font-size: 24px;
}
.bestsellers-se {
    padding-top: 10px;
    padding-bottom: 30px;
}
.banner-1-se{
  background-position: center;
}
.accessories-se .category-link .category-img{
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
}
.accessories-se .category-link{
  height: 345px;
}
.accessories-se{
  padding-bottom: 50px;
  padding-top: 40px;
}
.reviews-se {
    padding-top: 60px;
    padding-bottom: 0px;
}
.find-us-se {
    padding-top: 50px;
    padding-bottom: 20px;
}
.find-us-se .logo-col {
    text-align: center;
    margin-bottom: 25px;
}
.find-us-se h2{
  text-align: center;
}
.find-us-se .logo-row {
    margin-top: 35px;
}

.payments-se .payments p{
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.payments-se .payments{
  flex-wrap: wrap;
  margin-right: 0;
  margin-top: 25px;
}
.payments-se .delivery p{
  width: 100%;
  text-align: center;
  margin-bottom: 15px
}
.payments-se .delivery{
  flex-wrap: wrap;
  margin-right: 0;
}
.payments-se{
  padding-top: 10px;
}
footer{
  padding-top: 30px;
}

footer .sub-footer{
  margin-top: 25px;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}


}
@media(max-width:992px){
  .what-offer-col{
  margin-bottom: 15px;
}
footer .logo{
  margin-top: 30px;
  text-align: center;
}
}


.woocommerce-products .products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 40px 30px !important;           /* odstępy między kartami */
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    
}

ul.products li.product {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    clear: none;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sidebar-container {
    padding: 0px 0px 50px 50px;
}
.container-fluid{
  padding-left: 0 !important;
}
.rank-math-breadcrumb {
    padding-top: 25px;
    padding-bottom: 40px;
    padding-left: 50px;
}
.rank-math-breadcrumb a{
  color: #484747;
  text-decoration: none;
}
.rank-math-breadcrumb .last{
  color: #447355;
}
.irobot-product-card .thumbnail-wrapper img{
  max-width: 100%;
  object-fit: contain;
}
.irobot-tabs {
    margin: 50px 0 0px;
    display: flex;
    gap: 100px;
    justify-content: center;
}
.tab-button::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background: #447355;
    transition: width .3s;
}
.irobot-tabs-wrapper .tab-content{
    background: #F6F6F6;
    padding: 80px 100px;
    border-radius: 15px;
}



.irobot-product-gallery {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    max-width: 600px;
}

.irobot-thumbnails-vertical {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100px;
    flex-shrink: 0;
}

.irobot-thumbnails-vertical .thumb {
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
    transition: border 0.3s;
    opacity: 0.7;
}

.irobot-thumbnails-vertical .thumb.active,
.irobot-thumbnails-vertical .thumb:hover {
    border-color: #000;
    opacity: 1;
}

.irobot-thumbnails-vertical .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.irobot-main-image {
    flex: 1;
    max-width: 500px;
}

.irobot-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.buy-box{
  background: #EFF3EC;
  padding: 35px 40px;
  border-radius: 15px;
}
.irobot-price-wrapper .price {
    font-size: 32px;
    font-weight: bold;
    color: #447355;
    margin: 0;
}
.quantity .input-text.qty{
    width: 85px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D2D2D2;
    text-align: center;
}

.irobot-add-to-cart .single_add_to_cart_button {
    background: #447355 !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 11px 40px !important;
    border-radius: 50px !important;
    border: 1px solid #447355 !important;
    width: 75% !important;
}
.irobot-add-to-cart .quantity {
  display: inline-block;
  margin-right: 10px;
  width: 20%;
}
.lowest-price{
  margin-top: -7px;
}












/* WC Blocks - Kategorie produktów - finalna wersja z custom SVG strzałką */

/* Reset wcięć – wszystko wyrównane do lewej */
.wc-block-product-categories-list,
.wc-block-product-categories-list--depth-1,
.wc-block-product-categories-list--depth-2,
.wc-block-product-categories-list--depth-3 {
    padding-left: 0 !important;
    margin: 0;
    list-style: none;
}

/* Główna kategoria (poziom 0) */
.wc-block-product-categories-list--depth-0 > li > a {
    color: #447355;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0px;
    display: block;
    text-decoration: none;
    transition: background 0.2s;
}

.wc-block-product-categories-list--depth-0 > li > a:hover {
    background: rgba(68, 115, 85, 0.08);
}

/* Poziom 1 i niżej – podstawowy styl linków */
.wc-block-product-categories-list-item > a {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    padding: 9px 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: background 0.2s;
}

.wc-block-product-categories-list-item > a:hover {
    background: #f8f9f8;
}

/* Radiobutton TYLKO przy kategoriach bez dzieci – 20×20 px */
.wc-block-product-categories-list-item:not(.has-children) > a::before {
    content: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_292_54)'><path d='M9.71289 0.0996094C15.1777 0.0996094 19.6133 4.53523 19.6133 10C19.6133 15.4648 15.1777 19.9004 9.71289 19.9004C4.24812 19.9004 -0.1875 15.4648 -0.1875 10C-0.1875 4.53523 4.24812 0.0996094 9.71289 0.0996094ZM9.71289 1.90039C5.23766 1.90039 1.61328 5.52477 1.61328 10C1.61328 14.4752 5.23766 18.0996 9.71289 18.0996C14.1881 18.0996 17.8125 14.4752 17.8125 10C17.8125 5.52477 14.1881 1.90039 9.71289 1.90039Z' fill='%23D3D3D3' stroke='%23F6F6F6' stroke-width='0.2'/></g><defs><clipPath id='clip0_292_54'><rect width='20' height='20' fill='white'/></clipPath></defs></svg>");
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #777;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

/* Pełna kropka przy bieżącej kategorii bez dzieci */
.wc-block-product-categories-list-item.current:not(.has-children) > a::before {
    content: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 5C7.24 5 5 7.24 5 10C5 12.76 7.24 15 10 15C12.76 15 15 12.76 15 10C15 7.24 12.76 5 10 5ZM10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.58 18 2 14.42 2 10C2 5.58 5.58 2 10 2C14.42 2 18 5.58 18 10C18 14.42 14.42 18 10 18Z' fill='%23447355'/></svg>");
    color: #447355;
}

/* Ukryj kropkę przy rodzicach */
.wc-block-product-categories-list-item.has-children > a::before,
.wc-block-product-categories-list--depth-0 > li > a::before,
.wc-block-product-categories-list--depth-1 > li.has-children > a::before {
    display: none !important;
}

/* Strzałka SVG – tylko przy poziomie 1 z dziećmi */
.wc-block-product-categories-list--depth-1 li.has-children > a .cat-arrow {
    display: inline-block !important;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

/* Rotacja strzałki */
.wc-block-product-categories-list--depth-1 li.has-children.active > a .cat-arrow {
    transform: rotate(180deg);
}

/* Ukryj strzałkę wszędzie indziej */
.wc-block-product-categories-list--depth-0 .cat-arrow,
.wc-block-product-categories-list--depth-2 .cat-arrow,
.wc-block-product-categories-list--depth-3 .cat-arrow {
    display: none !important;
}



/* Ukryj poziomy 2+ domyślnie */
.wc-block-product-categories-list--depth-2,
.wc-block-product-categories-list--depth-3 {
    display: none !important;
}

/* Pokaż jeśli rodzic aktywny */
li.has-children.active > ul.wc-block-product-categories-list--depth-2,
li.has-children.active > ul.wc-block-product-categories-list--depth-3 {
    display: block !important;
}

.wc-block-product-categories-list--depth-1 li.has-children a:not(.wc-block-product-categories-list--depth-2 a){
  font-weight: 600;
}

.inpostpay-widget.size-sm .button{
  font-size: 20px !important;
  margin-top: 20px !important;
}
.shipment-info-link {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}
.shipment-info-link .title{
    color: #447355;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1px;
}
.shipment-info-link .text {
    color: #2B2B2B;
    font-size: 14px;
    margin-bottom: 0;
    text-decoration: underline;
}
.shipment-info-link .icon{
  width: 67px;
  text-align: center;
}
.shipment-time-info {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #D3D3D3;
}
.woocommerce-product-attributes-item th, .woocommerce-product-attributes-item td{
  padding: 5px;
}
.woocommerce-product-attributes-item P{
  margin-bottom: 0;
}

footer li{
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: none;
}
footer ul{
  padding-left: 0;
}
footer li a{
  color: #2B2B2B;
  text-decoration: none;
}
.single-page-banner-se{
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-page-banner-se h1{
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
}
.contact-form {
    background: #EFF3EB;
    padding: 10px 50px 30px 50px;
    border-radius: 15px;
    margin-top: 50px;
}
div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label{
  font-weight: 400;
  font-size: 14px !important;
}
.wpforms-submit {
    background: #447355 !important;
    padding: 30px 60px !important;
    border-radius: 50px !important;
    line-height: 0 !important;
}
.bestsellers-se .slick-slider{
  padding-left: 0;
  padding-right: 0;
}

@media(max-width:992px){
  .bestsellers-se h2{
    margin-bottom: 20px;
  }
  .bestseller-slider .slick-prev svg, .bestseller-slider .slick-next svg{
    width: 10px;
  }
  .new-product-slider .slick-prev svg, .new-product-slider .slick-next svg{
    width: 10px;
  }
  .bestseller-slider .woocommerce-loop-product__title{
    margin-bottom: 15px !important;
  }
  .banner-1-se .btn-default{
    width: 100%;
    text-align: center;
  }
  .irobot-product-card .woocommerce-loop-product__title{
    margin-bottom: 20px;
  }
  .banner-1-se{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .banner-2-se{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .banner-2-se .btn-default{
    width: 100%;
    text-align: center;
  }
  .reviews-se{
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .what-offer-se h2{
    margin-bottom: 25px;
  }
  .slick-prev{
    left: 0 !important;
  }
  .slick-next{
    right: 0 !important;
  }
  .accessories-se .category-link {
    margin: 20px;
    margin-top: 25px;
}
.footer-menu-title{
  margin-top: 20px;
}
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field{
  padding: 8px 0 !important;
}
.firm-name p{
  margin-bottom: 0;
}
h3{
  font-size: 24px;
  font-weight: 400;
}
.contact-se .logo{
  margin-bottom: 45px;
}
.contact-se .address {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.contact-se .address img{
  margin-top: 3px;
}
.contact-se a{
  color: #2B2B2B;
  text-decoration: none;
}
.contact-se .phone{
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-se .open-hours{
  margin-top: 15px;
}
.contact-se .email{
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-se .nip{
  margin-top: 15px;
}
.contact-se .nip p{
  margin-bottom: 5px;
}
.contact-se .firm_name{
  margin-bottom: 20px;
}
.contact-se .info-col{
  padding-left: 50px;
}
.wpforms-submit{
  margin-top: 20px !important;
}
.contact-se{
  padding-bottom: 50px;
}
.wpforms-field-label-inline{
  font-size: 14px !important;
}
@media(max-width:992px){
  .contact-form {
    background: #EFF3EB;
    padding: 1px 15px 20px 15px;
    border-radius: 15px;
    margin-top: 25px;
}
.wpforms-submit{
  width: 100% !important;
}
.contact-se .info-col {
    padding-left: 15px;
    margin-top: 40px;
}
}
.simple-content {
    background: #F6F6F6;
    padding: 60px 100px;
    border-radius: 15px;
}
.page-template-simple-page .content-se{
  padding-top: 0px;
  padding-bottom: 40px;
  overflow: hidden;
}
.simple-content h3{
  margin-bottom: 25px;
  margin-top: 25px;
}
@media(max-width:768px){
  .simple-content {
    background: #F6F6F6;
    padding: 20px 15px;
    border-radius: 15px;
}
.page-template-simple-page .content-se{
  padding-top: 0;
}

}


body.woocommerce-cart .wp-block-woocommerce-cart {
    margin-left  : auto;
    margin-right : auto;
    max-width    : 1320px;
    padding-left : 1rem;
    padding-right: 1rem;
    width        : 100%;
}


@media (min-width: 576px) {
    body.woocommerce-cart .wp-block-woocommerce-cart {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    body.woocommerce-cart .wp-block-woocommerce-cart {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    body.woocommerce-cart .wp-block-woocommerce-cart {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    body.woocommerce-cart .wp-block-woocommerce-cart {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    body.woocommerce-cart .wp-block-woocommerce-cart {
        max-width: 1320px;
    }
}

.shop-sidebar h3{
  font-size: 18px;
  color: #447355;
  margin-bottom: 15px !important;
}
.wc-block-product-filter-checkbox-list__input-wrapper:before{
  background: none;
}
input[type=checkbox].wc-block-product-filter-checkbox-list__input{
    background: #FFF;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    width: 18px;
    height: 18px;
}
input[type=checkbox]:checked.wc-block-product-filter-checkbox-list__input{
  background: #447355;
  border: 1px solid #447355;
}
svg.wc-block-product-filter-checkbox-list__mark{
  color: #FFF;
}
.wp-block-woocommerce-product-filter-attribute{
    border-top: 0.5px solid #D3D3D3;
    padding-top: 25px;
}
.wc-block-product-filter-checkbox-list__item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.wc-block-product-categories-list--depth-1 li.current ul{
  display: block !important;
}
.wc-block-product-categories-list--depth-0 > li:not(:first-child){
  border-top: 0.5px solid #D3D3D3;
  padding-top: 15px;
  margin-top: 20px;
}
.shop-main-content h1{
    font-size: 32px;
    font-weight: 400;
    color: #447355;
    margin-bottom: 30px;
}
.shop-main-content .woocommerce-no-products-found{
  padding-left: 30px;
}

/* ====================== STYL MODALA – GLOBALNY ====================== */
.irobot-modal {
    position: fixed;
    z-index: 99999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.irobot-modal-content {
    background: #fff;
    width: 90%;
    max-width: 870px;
    padding: 25px 30px 30px 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.irobot-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #666;
}
.irobot-modal-content h2 {
    border-bottom: 0.5px solid #D3D3D3;
    padding-bottom: 20px;
    margin-bottom: 26px;
}

.irobot-modal-product {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 25px 0;
    text-align: left;
}

#modal-product-image {
    width: 110px;
    height: auto;
    flex-shrink: 0;
}

.irobot-modal-info .price {
    color: #2e7d32;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.irobot-modal-info .name {
    font-size: 17px;
    margin-top: 8px;
    line-height: 1.3;
}

.irobot-modal-buttons {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: 50px;
}
.irobot-btn-continue,
.irobot-btn-cart {
    padding: 10px 45px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s;
}

.irobot-btn-continue {
    background: #fff;
    color: #447355;
    border: 2px solid #447355;
}

.irobot-btn-continue:hover {
    background: #f8f8f8;
}

.irobot-btn-cart {
    background: #447355;
    color: #fff;
    border: none;
    text-decoration: none;
}

.irobot-btn-cart:hover {
    background: #1e5c22;
}
.added_to_cart.wc-forward{
  display: none !important;
}


.woocommerce-pagination{
  display: none;
}
.woocommerce-products.products-columns{
  display: inline-block;
  width: 100%;
}
.load-more-products{
    background: #447355 !important;
    padding: 15px 60px !important;
    border-radius: 50px !important;
    border: 1px solid #447355 !important;
}
.load-more-products img{
  margin-left: 10px;
}
input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark{
  margin-left: 1px;
  margin-top: 1px;
}
.load-more-wrapper{
  margin-bottom: 50px;
  margin-top: 50px;
}
.wp-block-woocommerce-cart-order-summary-block{
    background: #EFF3EC;
    margin-bottom: 0 !important;
    padding: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block{
    background: #EFF3EC;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.wc-block-cart__submit-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
}
.wc-block-cart__submit-container a{
    background: #447355;
    border-radius: 50px;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
}
.wc-block-cart .wc-block-cart__totals-title{
  text-transform: none !important;
  font-size: 24px !important;
  padding: 8px 16px 20px 0 !important;
}
.wc-block-components-sidebar{
  width: 40% !important
}
.wc-block-components-sidebar-layout .wc-block-components-main{
  width: 60% !important;
}
.wp-block-woocommerce-cart-order-summary-block{
  border-bottom: none !important;
}
.wc-block-components-formatted-money-amount {
    color: #447355;
    font-weight: 600;

}
.wp-block-woocommerce-cart{
  padding-top: 60px !important;
}
.basket-title{
  font-size: 32px;
}
.wc-block-cart-item__product .wc-block-components-product-name{
  color: #2B2B2B;
  text-decoration: none;
}
.wc-block-cart-item__product .wc-block-components-product-metadata__description{
  display: none;
}
.checkout-progress-bar {
    background: #F6F6F6;
}
.checkout-progress-bar .progress-steps{
    display: flex;
    justify-content: center;
    height: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: center;
    gap: 10px;
}
.checkout-progress-bar .progress-steps .step.active{
    font-weight: 500;
    color: #447355;
    text-decoration: underline;
}
.main-header{
  border-bottom: 1px solid #447355;
}


body.woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-left  : auto;
    margin-right : auto;
    max-width    : 1320px;
    padding-left : 1rem;
    padding-right: 1rem;
    width        : 100%;
}


@media (min-width: 576px) {
    body.woocommerce-checkout .wp-block-woocommerce-checkout {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    body.woocommerce-checkout .wp-block-woocommerce-checkout {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    body.woocommerce-checkout .wp-block-woocommerce-checkout {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    body.woocommerce-checkout .wp-block-woocommerce-checkout {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    body.woocommerce-checkout .wp-block-woocommerce-checkout {
        max-width: 1320px;
    }
}

.wp-block-woocommerce-checkout-order-summary-block{
    background: #EFF3EC;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #EFF3EC;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding: 4px 30px 12px 24px !important;
    word-break: break-word;
}
.wc-block-components-order-summary-item__description .wc-block-components-product-metadata{
  display: none;
}
.wc-block-components-sidebar-layout.wc-block-checkout{
  margin-top: 60px;
}
.wc-block-checkout__shipping-option{
  background: #EFF3EC !important;
  padding: 30px !important;
  border-radius: 15px !important;
  border: 1px solid #EFF3EC !important;
}
.wc-block-checkout__payment-method{
  background: #EFF3EC !important;
  padding: 30px !important;
  border-radius: 15px !important;
  border: 1px solid #EFF3EC !important;
}

/* Najpierw Domyślnie ukrywamy kropki */
.slick-dots {
  display: none !important;
}

/* Pokazujemy je TYLKO gdy slider MA klasę .has-multiple-slides */
.has-multiple-slides .slick-dots {
  display: block !important;   /* lub flex, zależnie od Twojego stylu */
}

.footer-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-title img{
  margin-right: 10px;
  display: none;
}
.footer-title.active img{
  transform: rotate(180deg);
}
.banner-se-mobile{
  display: none;
}
footer .mobile{
  display: none;
}


@media(max-width:1200px){
  .footer-menu ul{
    display: none;
  }
  .footer-menu.active ul{
    display: block;
  }
  .footer-title img{
    display: block;
  }
  .banner-se{
    display: none;
  }
  .banner-se-mobile{
    display: block;
    padding-top: 15px;
  }

  .banner-se-mobile .photo-col img{
  max-width: 100%;
  height: 266px;
  object-fit: cover;
  width: 100%;
  }
  .banner-se-mobile .photo-col{
    padding-left: 0;
    padding-right: 0;
  }
  .main-header{
    border-bottom: none;
  }
  .banner-se-mobile .text-col {
    background: #EFF3EC;
    padding-top: 25px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
}
  .banner-se-mobile .text-col h3{
    font-size: 15px;
  }
  .banner-se-mobile .text-col h1{
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .banner-se-mobile .text-col p{
    font-size: 14px;
  }
  .banner-se-mobile .btn-content{
    margin-top: 20px;
    text-align: center;
  }
  .banner-se-mobile .slick-dots{
    bottom: 14px;
  }
  .banner-se-mobile .slick-dots li button:before{
    color: rgba(255, 255, 255, 0.8);
    font-size: 8px;
    opacity: 1;
  }
  .banner-se-mobile .slick-dots li.slick-active button:before{
    color: #FFF;
    opacity: 1;
    font-size: 12px;
  }
  .banner-se-mobile .slick-dots li{
    margin: 0;
  }
  .banner-se-mobile .slick-next {
    right: 8px !important;
    top: 135px!important;
}
.banner-se-mobile .slick-prev {
  left: 8px !important;
  top: 135px !important;
  z-index: 9;
}
footer .mobile{
  display: block;
}
footer .desktop{
  display: none;
}
.footer-menu .content{
  display: none;
}
.footer-menu.active .content{
  display: block;
}
.footer-menu {
    border-bottom: 0.5px solid #D3D3D3;
    padding-bottom: 10px;
}
footer .contact-col .footer-menu{
  border-bottom: none;
}
footer .mobile .firm-name p{
  font-weight: 600;
  margin-top: 20px;
}
}



.irobot-free-shipping-info {
    margin: 20px 0;
    border-top: 0.5px solid #D3D3D3;
    padding-top: 20px;
}

.free-shipping-message {
    font-size: 16px;
    margin-bottom: 12px;
    min-height: 1.4em;
}

.progress-bar-container {
background: #EBEBEB;
}

.progress-bar {
    height: 5px;
    background: #EBEBEB;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-bar-fill {
    height: 100%;
    background: #447355;
    width: 0%;
    transition: width 0.5s ease;
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    color: #555;
}
.single_add_to_cart_button.is-busy {
    position: relative;
    pointer-events: none;
    opacity: 0.85;
}

.single_add_to_cart_button.is-busy::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    animation: irobot-spin 0.7s linear infinite;
}

@keyframes irobot-spin {
    to {
        transform: rotate(360deg);
    }
}

.irobot-modal.is-loading .irobot-modal-content {
    opacity: 0.7;
}

.irobot-modal.is-loading .irobot-modal-content::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 24px;
    width: 22px;
    height: 22px;
    border: 2px solid #111;
    border-right-color: transparent;
    border-radius: 50%;
    animation: irobot-spin 0.7s linear infinite;
}





.shipment-info-link {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.shipment-info-link .text-wrapper p {
  margin: 0;
}

.shipment-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.shipment-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.shipment-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.shipment-modal__dialog {
    position: absolute;
    width: calc(100% - 32px);
    max-width: 760px;
    margin: auto;
    background: #fff;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shipment-modal__content {
  padding: 32px 40px;
}

.shipment-modal__title {
  margin: 0 0 28px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
}

.shipment-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  color: #3f7f57;
}

.shipment-modal__list {
  display: flex;
  flex-direction: column;
}

.shipment-modal__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}

.shipment-modal__item-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.shipment-modal__shipment-name {
  font-size: 16px;
  line-height: 1.3;
  color: #222;
}

.shipment-modal__icon img {
  display: block;
  max-height: 28px;
  width: auto;
}

.shipment-modal__item-right {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #447355;
  white-space: nowrap;
}

.shipment-modal__note {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.6;
    color: #777;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.shipment-modal__note img{
  margin-top: 6px;
}
.shipment-modal__note a{
  font-weight: 600;
  color: inherit;
  text-decoration: underline;
}

.shipment-modal__empty {
  margin: 0;
  font-size: 18px;
  color: #666;
}

body.shipment-modal-open {
  overflow: hidden;
}
.shipment-modal__item:last-child{
  border-bottom: none;
}

@media (max-width: 767px) {
  .shipment-modal__dialog {
    width: calc(100% - 20px);
    margin: 20px auto;
  }

  .shipment-modal__content {
    padding: 24px 20px;
  }

  .shipment-modal__title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-right: 36px;
  }

  .shipment-modal__item {
    align-items: flex-start;
    gap: 10px;
  }

  .shipment-modal__shipment-name {
    font-size: 14px;
  }

  .shipment-modal__item-right {
    font-size: 14px;
  }
}
.shipment-modal__text-content {
  font-size: 16px;
  line-height: 1.7;
  color: #2B2B2B;
}
.shipment-modal__text-content a{
  color: inherit;
}

.shipment-modal__text-content p:first-child {
  margin-top: 0;
}

.shipment-modal__text-content p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart .irobot-free-shipping-info{
  border-top: none;
}
.wc-block-components-checkout-place-order-button{
    background: #447355;
    color: #FFF;
    font-size: 20px;
    border: 1px solid #447355;
    border-radius: 50px;
    padding: 20px 60px;
}


/* === AKCORDION – STRZAŁKA W GÓRĘ / W DÓŁ (Twoje nowe SVG) === */

.wp-block-details summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 18px 0;
    font-size: 24px;
    font-weight: 400;
}

/* Ukrycie domyślnej strzałki przeglądarki */
.wp-block-details summary::-webkit-details-marker,
.wp-block-details summary::marker {
    display: none;
}

/* Twoja strzałka – domyślnie skierowana W GÓRĘ (zamknięty) */
.wp-block-details summary::after {
    content: "";
    width: 14px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.978 0.542891C13.3407 0.933422 13.3407 1.56658 12.978 1.95712L7.40658 7.95712C7.04397 8.34763 6.456 8.34763 6.09339 7.95712L0.521956 1.95712C0.159348 1.56658 0.159348 0.933422 0.521956 0.542891C0.884564 0.15237 1.47254 0.15237 1.83514 0.542891L6.74999 5.83582L11.6648 0.542891C12.0275 0.15237 12.6154 0.15237 12.978 0.542891Z' fill='%232B2B2B' stroke='%232B2B2B' stroke-width='0.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.4s ease;
    flex-shrink: 0;
}

/* Po otwarciu – strzałka skierowana W DÓŁ */
.wp-block-details[open] summary::after {
    transform: rotate(180deg);
}

/* Treść wewnątrz */
.wp-block-details > .wp-block-details-content,
.wp-block-details > *:not(summary) {
    padding: 10px 0 10px 0;
    margin: 0;
}
.wp-block-details{
  border-bottom: 0.5px solid #D3D3D3;
}
.simple-content .wp-block-details:last-child{
  border-bottom: none;
}

@media(max-width:768px){
  .single-page-banner-se{
    background-position: center;
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .wp-block-details summary{
    font-size: 18px;
  }
  .content-se p{
    font-size: 14px;
  }
  .single-page-banner-se h1{
    font-size: 32px;
  }
  .rank-math-breadcrumb {
    padding-top: 0px;
    padding-bottom: 12px;
}
}


#specs th{
    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    padding-right: 30px;
    padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	text-transform: capitalize;
}
#specs td{

    border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#specs table{
	width:100%;
}

.woocommerce-product-attributes tr:nth-child(odd) {
    background-color: #ffffff;
}

.woocommerce-product-attributes tr:nth-child(even) {
    background-color: #F6F6F6;
}
.tab-content h4{
font-size:16px;
margin-top: 10px;
margin-bottom: 20px;
}
.irobot-modal-info .name {
    font-size: 17px;
    margin-top: 8px;
    line-height: 1.3;
}
.irobot-modal-info .price {
    color: #2e7d32;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
.irobot-product-summary .product_title { 
  font-size: 32px; 
  margin: 0 0 20px; 
  font-weight: 400;
}
@media(max-width:1200px){
.irobot-tabs{
gap: 15px;
}
.tab-button{
font-size:14px !important;
}
.irobot-single-product-page{
padding: 0 !important;
}
.irobot-tabs-wrapper .tab-content {
    padding: 20px 10px;
}
.tab-content p{
font-size:14px;
}
.tab-content li{
font-size:14px;
}
#specs th,#specs td {
font-size: 14px;
}
#specs th {
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#specs td {
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.irobot-tabs {
    margin: 20px 0 0px;
}
.rank-math-breadcrumb{
font-size:13px;
}
.irobot-product-summary .product_title{
font-size:24px !important;
}
.irobot-product-gallery{
flex-direction:column-reverse;
}
.irobot-thumbnails-vertical{
flex-direction: row;
width: 100%;
}
.irobot-single-product-page {
    margin: 0px auto;
}
.irobot-product-summary{
margin-top:40px;
}
.buy-box {
    background: #EFF3EC;
    padding: 15px 15px;
    border-radius: 15px;
}
.irobot-price-wrapper .price{
font-size:24px;
}
.iworks-omnibus{
font-size:13px;
}
.sku-ean{
font-size:14px;
}
.quantity .input-text.qty{
width:55px;
}
.irobot-add-to-cart .single_add_to_cart_button {
    background: #447355 !important;
    color: #FFF !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    padding: 7px 20px !important;
    border-radius: 50px !important;
    border: 1px solid #447355 !important;
    width: 74% !important;
}
.irobot-add-to-cart {
    margin: 15px 0;
}
.shipment-info-link .title{
font-size:14px;
}
.shipment-modal__note{
font-size:13px;
}
.shipment-modal__text-content{
font-size: 14px;
}
.irobot-modal-info .name{
font-size: 14px;
}
.irobot-modal-info .price{
font-size: 24px;
}
.free-shipping-message{
font-size: 14px;
}
.irobot-modal-buttons {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: 30px;
    flex-direction: column;
}
.irobot-btn-continue, .irobot-btn-cart{
font-size: 17px;
text-align: center;
}
}



/* Breadcrumbs - horizontal scroll + fade TYLKO z lewej */
.rank-math-breadcrumb {
    overflow: hidden;
    position: relative;
}

.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    scrollbar-width: none;
    white-space: nowrap;
}

.rank-math-breadcrumb p::-webkit-scrollbar {
    display: none;
}

/* Fade TYLKO z lewej + tylko gdy jest overflow */
.rank-math-breadcrumb.has-overflow p {
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,      /* lewy fade */
        black 25px,          /* szerokość fade */
        black 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 25px,
        black 100%
    );
}

/* Separator i ostatni element */
.rank-math-breadcrumb .separator { margin: 0 8px; flex-shrink: 0; }
.rank-math-breadcrumb .last { flex-shrink: 0; }

/* ==================== MOBILE ==================== */
@media (max-width: 768px) {
    .rank-math-breadcrumb p {
        padding: 10px 0;
    }
    
    /* Delikatniejszy fade na małych ekranach */

}
/* Mobile: one product per row */
@media (max-width: 768px) {
    ul.products li.product {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.sidebar-active-button{
  display: none;
}

@media (max-width: 767px) {
.shop-sidebar.active .sidebar-active-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-title{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.filter-toggle{
  background: none;
  border: none;  
}
.filter-toggle img{
  width: 14px;
  height: 14px;
}

    .shop-sidebar {
        display: none;
    }
    .shop-sidebar.active {
        display: block !important;
        width: 100%;
        margin-bottom: 1rem;
        background: #fff;
        padding: 1rem;
        box-shadow: 0 0 12px rgba(0,0,0,.08);
        position: fixed;
        z-index: 9999;
        top: 0;
        height: 100vh;
        overflow-y: scroll;
    }
  .shop-main-content h1 {
    padding-left: 15px;
    font-size: 24px;
    margin-bottom: 20px;
}
ul.products{
  padding-left: 0;
  margin: 0px 0px !important;
}
.sidebar-container {
    padding: 0px 0px 35px 12px;
}
.wc-block-product-categories-list-item > a{
  font-size: 14px;
}
.wc-block-product-categories-list--depth-0 > li:not(:first-child) {
    border-top: 0.5px solid #D3D3D3;
    padding-top: 5px;
    margin-top: 12px;
}
.wc-block-product-categories-list--depth-0 > li > a{
  font-size: 16px;
}
.woocommerce-product-search input.search-field{
  height: 35px;
  font-size: 14px;
}
.woocommerce-product-search button img{
  width: 18px;
}
    
}
.filter-btn {
    background: none;
    border: none;
    font-size: 14px;
    color: #2B2B2B;
    display: none;
    align-items: center;
    gap: 8px;
    padding-left: 15px;
}
@media(max-width: 992px){
  .filter-btn {
    display: flex;
}
}

	:where(.wc-block-product-filters) .wc-block-product-filters__open-overlay,
	:where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer,
	:where(.wc-block-product-filters) .wc-block-product-filters__overlay-header,
	:where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__open-overlay,
	:where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-footer,
	:where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-header {
		display: none
	}

	:where(.wc-block-product-filters) .wc-block-product-filters__overlay,
	:where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay {
		background: inherit;
		color: inherit;
		inset: 0;
		pointer-events: auto;
		position: relative;
		transition: none
	}

	:where(.wc-block-product-filters) .wc-block-product-filters__overlay-wrapper,
	:where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-wrapper {
		background: inherit;
		color: inherit;
		height: auto;
		width: auto
	}

	:where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog,
	:where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-dialog {
		background: inherit;
		color: inherit;
		position: relative;
		transform: none
	}

	:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content,
	:where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-content {
		background: inherit;
		color: inherit;
		flex-grow: 1;
		overflow: visible;
		padding: 0
	}


    .product-sorting-panel {

        margin: 1rem 0;
    }
    .product-sorting-panel.active {
        display: block;
    }
.orderby {
    padding: 0 2px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    font-weight: 600;
    border-bottom: 1px solid #447355;
    max-width: 215px;
}
.sort-btn{
  display: none;
}
.product-sorting-panel{
  text-align: right;
  margin-bottom: 30px;
}
.orderby:focus{
  border:none;
}
@media(max-width:992px){
.woocommerce-ordering:after {
    content: "Sortuj";
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1303_2590)'%3E%3Cpath d='M14.0007 0.583333C14.0007 0.905917 13.7394 1.16667 13.4174 1.16667H5.83403C5.51203 1.16667 5.25069 0.905917 5.25069 0.583333C5.25069 0.26075 5.51203 0 5.83403 0H13.4174C13.7394 0 14.0007 0.26075 14.0007 0.583333ZM11.6674 2.91667H5.83403C5.51203 2.91667 5.25069 3.17742 5.25069 3.5C5.25069 3.82258 5.51203 4.08333 5.83403 4.08333H11.6674C11.9894 4.08333 12.2507 3.82258 12.2507 3.5C12.2507 3.17742 11.9894 2.91667 11.6674 2.91667ZM9.91736 5.83333H5.83403C5.51203 5.83333 5.25069 6.09408 5.25069 6.41667C5.25069 6.73925 5.51203 7 5.83403 7H9.91736C10.2394 7 10.5007 6.73925 10.5007 6.41667C10.5007 6.09408 10.2394 5.83333 9.91736 5.83333ZM8.16736 8.75H5.83403C5.51203 8.75 5.25069 9.01075 5.25069 9.33333C5.25069 9.65592 5.51203 9.91667 5.83403 9.91667H8.16736C8.48936 9.91667 8.75069 9.65592 8.75069 9.33333C8.75069 9.01075 8.48936 8.75 8.16736 8.75ZM5.32128 11.2543C5.09319 11.0262 4.72453 11.0262 4.49644 11.2543L3.50069 12.25V0.583333C3.50069 0.26075 3.23936 0 2.91736 0C2.59536 0 2.33403 0.26075 2.33403 0.583333V12.25L1.33769 11.2537C1.10961 11.0256 0.740943 11.0256 0.512859 11.2537C0.284776 11.4818 0.284776 11.8504 0.512859 12.0785L2.09194 13.6576C2.31944 13.8851 2.61811 13.9988 2.91736 13.9988C3.21661 13.9988 3.51469 13.8851 3.74219 13.6576L5.32128 12.0785C5.54936 11.8504 5.54936 11.4823 5.32128 11.2543Z' fill='%232B2B2B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1303_2590'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
    font-family: "woodmart-font";
    display: flex;
    width: 62px;
    height: 20px;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
    background-position: left;
    font-family: 'Poppins';
    font-size: 14px;
    display: none;
}
.orderby{
    position: absolute;
    inset: 0;
    padding: 0;
    height: inherit;
    border: none;
    background: none;
    color: transparent;
    font-weight: 400;
    font-size: 16px;

}
.woocommerce-ordering {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 30px;
}
.product-sorting-panel{
  margin-bottom: 0;
  margin: 0;
}
.sort-and-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
}

@media (max-width: 1200px) {
    .woocommerce-products .products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 768px) {
    .woocommerce-products .products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .woocommerce-products.products-columns{
      padding-left: 15px;
      padding-right: 15px;
    }
}
@media (max-width: 480px) {
    .woocommerce-products .products {
        grid-template-columns: 1fr !important;
    }
}

.gt_selector option[value=""] {
    display: none !important;
}

.languages {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.languages img {
    width: 16px;
    height: 16px;
}

.gt-custom-wrapper {
    position: relative;
}

.gt_selector {
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    outline: none !important;
    appearance: none !important;
    max-width: 85px;
}

.pre-header {
    display: flex;
    align-items: center;
    justify-content: space-between;  
    flex-wrap: nowrap;
    width: 100%;
    padding: 0px 0px;
}

.pre-header-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    z-index: 2;
}

.additional-settings {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;                 
    z-index: 3;
    position: absolute;
    right: 33px;
}

@media (max-width: 992px) {
    .pre-header-text {
        position: static;
        transform: none;
        margin: 0 auto;
    }
    
    .additional-settings {
        margin-left: 0;
    }
    
    .pre-header {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.currency {
    display: flex;
    align-items: center;
    width: 62px;
}
.selectron23-container[data-opened="0"] > span{
  display: none;
}
.selectron23-option{
  margin-top: 3px;
  font-size: 16px;
}
.selectron23-container[data-opened="1"] > span{
  display: none;
}
.gt_selector option{
  background: #EFF3EC;
  border: none;
}
.selectron23 *{
  font-size: 16px;
}

.additional-settings-mobile{
  display: none;
}

@media(max-width:768px){
  .additional-settings{
    display: none;
  }
  .main-header.active .additional-settings-mobile{
  display: flex;
  flex-direction: column;
  gap: 10px;
    border-top: 1px solid #D3D3D3;
    margin-top: 25px;
    padding-top: 25px;
}
.selectron23-option{
  background: #FFF !important;
  border: none;
}
.selectron23-container{
  background: #FFF !important;
  border: none !important;
}
 .main-header.active .additional-settings-mobile a{
  color: #2B2B2B;
  font-size: 18px;
  text-decoration: none;
 }

}

.irobot-tabs-content a{
 color: #447355;
}

.irobot-mini-cart:hover .cart-icon svg path{
  fill: #447355;;
}
.irobot-mini-cart:hover .cart-icon{
  background: #FFF;
}

.my-account a:hover  svg path{
  fill: #447355;;
}

/* === HOVER - DRUGIE ZDJĘCIE === */
.irobot-product-card .thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}

.irobot-product-card .thumbnail-wrapper img {
    height: auto;
    transition: all 0.4s ease;
}

/* Hover image */
.irobot-product-card .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.irobot-product-card .hover-image img {
    object-fit: contain;
}

/* Efekt na najechaniu */
.irobot-product-card:hover .hover-image {
    opacity: 1;
}

.irobot-product-card:hover img.wp-post-image {
    opacity: 0;
}

/* Opcjonalny delikatny zoom */
.irobot-product-card:hover .hover-image img,
.irobot-product-card:hover img.wp-post-image {
    transform: scale(1.08);
}

.btn-default:hover {
  background: #447355;
  color: #FFF;
}
.banner-1-se .btn-default:hover{
  background: none;
  color: #FFF;
}
.banner-2-se .btn-default:hover{
  background: none;
  color: #FFF;
}
.category-link:hover img{
  transform: scale(1.08);
}

.find-us-se .logo-col  svg path{
  fill: #727272;;
}
.find-us-se .logo-col svg:hover{
  cursor: pointer;
}

.find-us-se .logo-col svg:hover  path{
  fill: revert-layer;
}
footer a:hover{
  color: #447355;
}
.irobot-modal-content h2{
  line-height: 1.2;
}
@media(max-width:1200px){
  .irobot-modal-content h2{
    margin-top: 20px;
  }
  .cart-icon svg{
    width: 22px;
  }
  .wc-block-components-sidebar{
    width: 100% !important;
  }
  .wc-block-components-sidebar-layout .wc-block-components-main{
    width: 100% !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
    font-size: 16px;
  }
  .wp-block-woocommerce-checkout-order-summary-block{
    font-size: 18px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
    border-bottom: none;
    border-top: none;
    margin-top:0;
    padding:0;
  }
  .wc-block-components-sidebar-layout.wc-block-checkout{
    margin-top: 20px;
  }
}
/* Spacja między ceną a walutą */
.woocommerce .amount,
.woocommerce .price .amount,
.irobot-modal .price,
.woocommerce-Price-amount {
    white-space: nowrap;
}

.woocommerce .woocommerce-Price-currencySymbol,
.price .woocommerce-Price-currencySymbol {
    margin-left: 4px !important;
}
.shop-main-content{
  padding-right:75px !important;
  padding-left: 75px !important;
}
.wc-block-components-radio-control--highlight-checked:after{
  border: none !important;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after{
  display: none !important;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after{
  display: none !important;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
  box-shadow: none;
}
.wc-block-checkout__login-prompt-link {
    text-decoration: underline;         /* możesz zmienić kolor */
    font-weight: 400 !important;
}

.wc-block-checkout__login-prompt-link:hover {
    color: #447355;
    text-decoration: underline;
}
.wc-block-components-checkout-step__heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wc-block-components-checkout-step__heading-content{
  font-size: 16px;
}
.go-to-shop-btn a{
    background: #447355;
    color: #FFF;
    text-decoration: none;
    padding: 15px 45px;
    border-radius: 50px;
    font-size: 20px;
}
.go-to-shop-btn{
  margin-top: 40px;
  margin-bottom: 80px;
}
.error-404{
    text-align: center;
    margin-top: 80px;
}
.my-account-title{
    font-size: 40px;
    color: #447355;
    font-weight: 400;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-content {
    background: #F6F6F6;
    padding: 40px 20px 80px 20px;
    border-radius: 15px;
    height: 100%;
}
.my-account-container{
  margin-top: 40px;
  margin-bottom:40px;
}
.woocommerce-MyAccount-navigation-link{
  list-style: none;
  margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation-link a{
  color: #2B2B2B;
  font-size: 24px;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation-link.is-active a{
  color: #447355;
  font-weight: 600;
}
.woocommerce-MyAccount-content a{
  color: #2B2B2B;
}

.woocommerce-orders-table {
    width: 100%;
    border-radius: 14px;
    border-collapse: separate;
    border-spacing: 0 15px;
}
.woocommerce-orders-table thead th {
    text-align: center;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 16px;
}
.woocommerce-orders-table tbody tr {
    overflow: hidden;
}
.woocommerce-orders-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
.woocommerce-orders-table td,
.woocommerce-orders-table th[scope="row"] {
    padding: 18px 15px;
    border: none;
    font-size: 16px;
    text-align: center;
}
.woocommerce-orders-table__cell-order-number a {
    color: #447355;
    font-weight: 400;
    text-decoration: none;
}
.woocommerce-button.button.view, .woocommerce-button.button.pay,
.woocommerce-button.button.cancel  {
    background: #4b7c5f;
    color: #fff;
    padding: 10px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s;
    margin: 5px;
}
.woocommerce-Addresses.col2-set {
    display: flex;
    width: 100%;
    gap: 30px;
    justify-content: space-between;
    margin-top: 30px;
}
.woocommerce-Address.col-1, .woocommerce-Address.col-2 {
    width: 47%;
    background: #FFF;
    padding: 25px;
    border-radius: 15px;
    max-width: 100%;
}
.woocommerce-Address-title.title h2{
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-Address-title.title a{
  font-size: 14px;
  color: #727272;
}
.woocommerce-Address address{
margin-top: 20px;
}
.woocommerce-form-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-input input{
  width: 100%;
}

.show-password-input::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23666%27 stroke-width=%272%27><path d=%27M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z%27/><circle cx=%2712%27 cy=%2712%27 r=%273%27/></svg>') no-repeat center;
}

.show-password-input.display-password::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23999%27 stroke-width=%272%27><path d=%27M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z%27/><circle cx=%2712%27 cy=%2712%27 r=%273%27/><line x1=%274%27 y1=%274%27 x2=%2720%27 y2=%2720%27/></svg>');
}
.password-input {
    position: relative;
}

.show-password-input {
    position: absolute !important;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: none !important;
    border: none !important;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0;
    z-index: 10;
}
.woocommerce-EditAccountForm .two-col{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
#account_display_name_description{
  margin-top: 10px;
}
#account_display_name_description em{
  font-style: normal;
  color:#4B4B4B;
  font-size: 14px;
}
.woocommerce-EditAccountForm input{
  border-radius: 4px;
  border: 1px solid #CDDCDF;
  height: 40px;
  padding-left: 5px;
}
.woocommerce-EditAccountForm fieldset legend{
  color:#4B4B4B;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
}
.save-account-form {
    background: #447355;
    color: #FFF;
    border: 1px solid #447355;
    border-radius: 50px;
    padding: 14px 40px;
    font-size: 20px;
}
.save-account-form-btn{
  margin-top: 20px;
  display: flex;
  justify-content: end;
}
.woocommerce-message{
    background: #447355;
    color: #FFF;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}
#customer_login .col-1, #customer_login .col-2{
  width: 100%;
}
#customer_login{
  background: #F6F6F6;
  padding: 20px;
  border-radius: 15px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.woocommerce-form-login__submit {
    background: #447355;
    color: #FFF;
    border: 1px solid #447355;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 20px;
}
.login-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.woocommerce-form-login input:not(.woocommerce-form__input-checkbox){
  border-radius: 4px;
  border: 1px solid #CDDCDF;
  height: 40px;
  padding-left: 5px;
}
.woocommerce-form-login a,.woocommerce-form-register a{
  color: inherit;
}
.woocommerce-form-register input:not(.woocommerce-form__input-checkbox){
  border-radius: 4px;
  border: 1px solid #CDDCDF;
  height: 40px;
  padding-left: 5px;
}
.woocommerce-form-register__submit{
      background: #447355;
    color: #FFF;
    border: 1px solid #447355;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 20px;
}
.woocommerce-notices-wrapper{
  margin-top: 20px;
  color: #FFF;
}

.woocommerce-notices-wrapper .woocommerce-error{
  background: #BC0033;
  padding: 15px;
  list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-info{
  background: #447355;
  padding: 15px;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content input:not(.input-checkbox){
  border-radius: 4px;
  border: 1px solid #CDDCDF;
  height: 40px;
  padding-left: 5px;
  width: 100%;
}
.woocommerce-MyAccount-content .form-row-first{
  display: flex;
  flex-direction: column;
}

.woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce-address-fields__field-wrapper .form-row-last {
    width: 48% !important;
    float: left;
}

.woocommerce-address-fields__field-wrapper .form-row-first {
    margin-right: 4% !important;
}

.woocommerce-address-fields__field-wrapper .form-row-wide {
    width: 100% !important;
    clear: both;
}

/* Czyszczenie floatów */
.woocommerce-address-fields__field-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.woocommerce-address-fields .form-row{
  display: flex;
  flex-direction: column;
}
.woocommerce-address-fields button{
        background: #447355;
    color: #FFF;
    border: 1px solid #447355;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 20px;
}
.woocommerce-address-fields .save-address{
  text-align: end;
}
@media(max-width:768px){
.woocommerce-Addresses.col2-set{
  flex-direction: column;
}
.woocommerce-Address.col-1, .woocommerce-Address.col-2{
  width: 100%;
}
.shop-main-content {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
}

.product-sorting-panel {
    position: relative;
    display: flex;
    justify-content: end;
    text-align: left;
}

.sort-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.sort-trigger svg {
    width: 14px;
    height: 14px;
}

.sort-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    min-width: 294px;
    z-index: 100;
    margin-top: 8px;
}

.sort-dropdown ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.sort-dropdown li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
}

.sort-dropdown li a:hover {
    background: #f5f5f5;
}
@media(max-width:992px){
  .sort-trigger{
    font-weight: 400;
    font-size: 14px;
  }
}

.irobot-product-card:hover h4{
  color: #000;
}
.header-menu a:hover{
  color: #000;
  text-decoration: underline;
    text-underline-offset: 6px; 
    text-decoration-color: #447355; 
}


.banner-1-se {
    position: relative;
    overflow: hidden;
}

.banner-1-se::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-image);   /* używamy zmiennej */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.85s ease;
    z-index: -1;
}

.banner-1-se:hover::before {
    transform: scale(1.16);   /* możesz zmienić na 1.12 / 1.14 / 1.18 */
}

.banner-2-se {
    position: relative;
    overflow: hidden;
}

.banner-2-se::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-image);   /* używamy zmiennej */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.85s ease;
    z-index: -1;
}

.banner-2-se:hover::before {
    transform: scale(1.16);   /* możesz zmienić na 1.12 / 1.14 / 1.18 */
}

.wc-block-components-radio-control__option {
    padding: 10px 16px 10px 48px;
}
.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__input {
    top: 7px;
    transform: none;
}
.components-button.is-secondary{
  box-shadow: none !important;
  display: block;
  text-align: right;
}

.new-product-slider .bestseller-product > li.irobot-product-card,
.bestseller-slider .slick-slide > div > li.irobot-product-card {
    display: flex !important;
    flex-direction: column;
    height: 100% !important;
    box-sizing: border-box !important;
    position: relative;
    width: 100%;
}
.irobot-product-card .product-link{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 10;
}

.new-product-slider .slick-list,
.new-product-slider .slick-track {
    display: flex !important;
}

.new-product-slider .slick-slide,
.new-product-slider .slick-slide > div,
.new-product-slider .bestseller-product {
    display: flex !important;
    height: auto !important;
}

/* tytuł wypełnia dostępną przestrzeń */
.new-product-slider .woocommerce-loop-product__title {
    flex-grow: 1;
    margin-bottom: 35px !important;
    padding-right: 10px;
}

/* cena + koszyk zawsze na samym dole */
.new-product-slider .price-and-cart {
    margin-top: auto !important;
    padding-bottom: 0 !important;
    padding-right: 15px;
}

.stock.out-of-stock{
  color: #FF383C;
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.price-and-cart .add-to-cart-icon.out-of-stock{
  background-color: gray;
  pointer-events: all;
}

@media(min-width:2000px){
  .container{
    max-width: 1600px !important;
  }
  .main-banner h1{
    font-size: 54px;

  }
  .main-banner h3 {
    font-size: 30px;
    font-weight: 500;
}
.main-banner p{
 font-size: 20px;
}
.main-banner .btn-default{
  font-size: 27px;
}
}
@media(max-width:768px){
  .find-us-se .logo-col{
    gap: 40px;
  }
}



@media(min-width:1200px){
  .header-menu a{
  height: 40px;
  display: block;
}
.header-menu{
  margin-bottom: 0;
}
}

.header-menu {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 102%;
    left: 0;
    width: 70%;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 9999;
    padding: 40px 50px;
    box-shadow: 0 21px 30px 0 rgba(58, 59,68, 0.35);
}
.mega-menu .sub-menu{
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  padding-left: 0;
}
.mega-menu .sub-menu li{
  list-style-type: none;
}
.mega-menu .sub-menu a{
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  height: inherit;
}
.has-mega-menu:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
}

.mega-menu-inner {
    display: grid;
    grid-template-columns: 1.65fr 380px;
    gap: 55px;
}

.mega-menu-inner {
    display: grid;
    grid-template-columns: 1.7fr 380px;
    gap: 50px;
}

.mega-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    column-gap: 45px;
}

.mega-submenu li {
    margin-bottom: 14px;
    break-inside: avoid-column;
    list-style: none;
}

.mega-submenu a {
    color: #333;
    text-decoration: none;
}

.mega-left h3 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 18px;
}
.mega-right img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.mega-right {
    background: #EFF3EC;
    border-radius: 15px;
    width: 251px;
    height: 364px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.pswp__button{
  background-image: none !important;
}
.pswp__button--arrow--next{
  position: absolute !important;
}



/* Ukrywanie odpowiednich menu */
.desktop-menu {
    display: none;
}

.mobile-menu {
    display: none;
}

/* Desktop */
@media (min-width: 1200px) {
    .desktop-menu { display: block; }
    .mobile-menu   { display: none; }
}

/* Mobile */
@media (max-width: 1199px) {
    .desktop-menu { display: none; }
    .mobile-menu  { display: block; }
}


@media (max-width: 1200px) {
    .mobile-menu .header-menu .menu-item-has-children > a {
        position: relative;
        padding-right: 50px;
    }

    .mobile-menu .header-menu .menu-item-has-children > a:after {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 11px;
        height: 7px;
        background: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0408 0.469668C10.3197 0.762567 10.3197 1.23744 10.0408 1.53034L5.75506 6.03034C5.47613 6.32322 5.02385 6.32322 4.74492 6.03034L0.459196 1.53034C0.180267 1.23744 0.180267 0.762567 0.459196 0.469669C0.738126 0.176778 1.19041 0.176778 1.46934 0.469669L5.24999 4.43936L9.03063 0.469668C9.30958 0.176777 9.76184 0.176777 10.0408 0.469668Z' fill='%232B2B2B' stroke='%232B2B2B' stroke-width='0.5'/%3E%3C/svg%3E") no-repeat center;
        background-size: contain;
        transition: transform 0.3s ease;
    }

    .mobile-menu .header-menu .menu-item-has-children.open > a:after {
        transform: translateY(-50%) rotate(180deg);
    }

    .mobile-menu .header-menu .sub-menu {
        display: none;
        padding-left: 20px;
    }

    .mobile-menu .header-menu .menu-item-has-children.open > .sub-menu {
        display: block;
    }
    .mobile-menu .header-menu .sub-menu li{
      list-style: none;
    }
    .mobile-menu .header-menu .sub-menu{
      padding-left: 0;
    }
    .mobile-menu .header-menu .sub-menu li a{
      color: #5E5E5E;
      font-size: 14px;
      text-transform: none;
    }

}



/* .irobot-product-gallery {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 25px;
    align-items: start;
} */

.irobot-thumbnails-vertical {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 445px;          
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
}

.irobot-thumbnails-vertical::-webkit-scrollbar {
    width: 5px;
}

.irobot-thumbnails-vertical::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.thumb {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    border: 1px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s ease;
}

.thumb:hover {
    border-color: #ccc;
}

.thumb.active {
    border-color: #447355;
}

.thumb .thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;           /* KLUCZOWE – zapobiega rozciąganiu */
    object-position: center;
}

/* Główna fotka */
.irobot-main-image img.main-product-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
@media(max-width:768px){
  .irobot-thumbnails-vertical{
    flex-direction: row;
    height: 100px;
  }
    .rank-math-breadcrumb {
    padding-left: 20px !important;
}
}

@media(min-width:768px){
  .main-header{
    padding-left: 50px;
    padding-right: 50px;
  }

}

.payments img{
  max-height: 35px;
}
.payments-se .row{
  align-items: center;
}

/* Ukryj przycisk "Pokaż więcej" */
.wc-block-product-filter-checkbox-list__show-more {
    display: none !important;
}

/* Pokaż wszystkie elementy od razu */
.wc-block-product-filter-checkbox-list__item {
    display: block !important;
}

/* Usuń hidden z tych, które mają atrybut hidden */
.wc-block-product-filter-checkbox-list__item[hidden] {
    display: block !important;
}
