body{
  font-family: 'Poppins' !important;
}
body h2{
  font-size: 32px;
  font-weight: 400;
}
.pre-header{
  background: #EFF3EC;
  padding-top: 5px;
  padding-bottom: 5px;
}
.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: 71px;
    height: 71px;
    background: #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: 18px;
    font-weight: 500;
    color: #2B2B2B;
    margin-top: 20px;
    margin-bottom: 20px;
}
.irobot-product-card{
  list-style-type: none;
}
.irobot-product-card .thumbnail-wrapper {
    background: #F6F6F6;
    border-radius: 15px;
    height: 311px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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 a{
    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: 15px !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: 25px;
}

.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: 16px;
    bottom: 0px;
    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);
}
.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;
}
.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: 15px 45px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
}
.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: 20px;
}
.copy-text{
  margin-bottom: 0;
  font-size: 15px;
}

footer{
  background: #EFF3EC;
  padding-top: 80px;
  padding-bottom: 40px;
}
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: 100px;
  padding-bottom: 100px;
  color: #FFF;
}
.banner-1-se .btn-content{
  margin-top: 30px;
}
.banner-2-se{
  padding-top: 100px;
  padding-bottom: 100px;
  color: #FFF;
}
.banner-2-se .btn-content{
  margin-top: 40px;
}
.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%;
}
.accessories-se .category-link{
  position: relative;
  height: 100%;
  display: flex;
  margin-top: 20px;
}
.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: 80px;
}
.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;
}
.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: 30px;
}
.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;
}

.banner-2-se .btn-default{
  color: #000000;
}
@media(max-width:768px){
  .mobile-menu{
    display: block;
  }
  .main-header .close-menu{
    display: none;
  }
  .main-header.active .open-menu{
    display: none;
  }
  .main-header.active .close-menu{
    display: block;
  }
  .main-header .header-menu{
    display: none;
  }
  .cart-price{
    display: none;
  }
  .mobile-basket-col{
    display: block;
  }
  .search-col .my-account,.search-col .basket{
    display: none;
  }
  .cart-icon{
    width: 41px;
    height: 41px;
  }
  .cart-icon img{
    width: 20px;
    height: 19px;
  }
  .menu-toggle{
    background: none;
    border: none;
  }
  header .search-col{
    display: inline-block;
    margin-top: 20px;
  }
  .pre-header .pre-header-text .text{
    font-size: 14px;
  }
  .main-banner{
    background-position: right;
    position: relative;
  }
.mobile-black {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 60%;
    z-index: 2;
}
.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: 50px;
    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;
}
.reviews-se {
    padding-top: 60px;
    padding-bottom: 0px;
}
.find-us-se {
    padding-top: 60px;
    padding-bottom: 60px;
}
.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;
}
.what-offer-col{
  margin-bottom: 15px;
}
.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: 45px;
}
footer .logo{
  margin-top: 30px;
}
footer .sub-footer{
  margin-top: 25px;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.mobile-basket-col{
  text-align: right;
}
.main-header.active .header-menu {
    display: block;
    position: absolute;
    top: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    left: 0;
    padding-left: 20px;
    z-index: 9;
    padding-top: 75px;
}
.menu-toggle.active {
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 20px;
}
.header-menu li{
  margin-top: 15px;
  margin-bottom: 15px;
}
}



ul.products {
    margin: 0 -15px !important;
}

ul.products li.product {
    width: 25% !important;
    float: left;
    padding: 0 15px;
    margin: 0 0 40px 0 !important;
    clear: none !important;
    position: relative;
}
.sidebar-container {
    background: #F6F6F6;
    padding: 50px;
}
.container-fluid{
  padding-left: 0 !important;
}
.rank-math-breadcrumb {
    padding-top: 30px;
    padding-bottom: 40px;
}
.rank-math-breadcrumb a{
  color: #484747;
  text-decoration: none;
}
.irobot-product-card .thumbnail-wrapper img{
  max-width: 100%;
  object-fit: cover;
}
.irobot-tabs {
    margin: 50px 0 30px;
    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;
    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;
    border: 2px solid #eee;
    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;
    border: 1px solid #eee;
}

.buy-box{
  background: #EFF3EC;
  padding: 20px;
  border-radius: 15px;
}
.irobot-price-wrapper .price {
    font-size: 32px;
    font-weight: bold;
    color: #447355;
    margin: 0;
}
