.lb_item img {
  max-width: 100%;
}
.lookbook .quick-view {
  color: #fff;
  display: block;
}
.show-popup {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 999;
  overflow: auto;
  display: none;
}
.lookbook_front {
  background-position: center center;
  background-size: cover;
  float: left;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.lb_product_type_grid .product-front-list {
  display: flex;
  flex-wrap: wrap;
}
.lb_product_type_grid .product-front-list li.item-product.product-miniature {
  width: 50%;
  padding: 0 10px;
}

.lb_product_type_grid .ets_lookbook_item_image {
  width: 100%;
  margin: 0 0 15px;
}

.lb_product_type_grid .ets_lookbook_item_des {
  width: 100%;
}
.product-list.lb_product_type_grid .add-to-cart {
  padding-left: 10px;
  padding-right: 10px;
}
.lb_product_type_grid  .thumbnail.product-thumbnail img {
  width: 100%;
}
.lookbook-detail .product-list.lb_product_type_grid {
  padding: 0;
}
.ets_lb_img.ets_lb_hasimg {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}
.home-banner-product-item{
  display: flex;
}
.productName.active_hover {
  color: #2fb5d2;
}
.ets_lookbook_item_image .active_hover {
  box-shadow: 0 0 0 0px #2fb5d2;
  -webkit-box-shadow: 0 0 0 0px #2fb5d2;
}
.lb_item .lb_name {
  color: #333;
  text-align: center;
}
.lb_item_info .comments_note {
  margin-bottom: 7px;
}
.lb_item_info .comments_note .star_content {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.show-popup .lb_info .title_block {
  margin-bottom: 10px;
  margin-top: 15px;
}
.lb_info {
  clear: left;
  float: left;
  padding: 0;
  text-align: left;
  width: 100%;
}
.lb_product_front {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 35px;
  line-height: 32px;
  text-align: center;
  width: 35px;
}
.lb-grid.left_column .ets_lb_item,
.lb-grid.right_column .ets_lb_item {
  text-align: left;
  width: 100%;
}
.show-popup.active {
  display: block;
}
.lb_fancybox_margin {
  margin-right: 17px;
}
.lb_fancybox_lock {
  overflow: hidden;
  width: auto;
}
.lb_fancybox_lock body {
  overflow: hidden;
}
.lookbook-other .item-lookbook {
  cursor: pointer;
}
.ets-lookbooks li > div {
  cursor: pointer;
  text-align: center;
}
.product-front-list {
  float: left;
  overflow: auto;
  width: 100%;
}
.lb-table {
  border-radius: 2px;
  box-shadow: 0 0 5px 0 #fff;
  display: inline-block;
  margin: 5% auto;
  max-width: 90%;
  padding: 0;
  position: relative;
  text-align: center;
}
.product-list .add-to-cart {
  clear: left;
  display: block;
  text-align: left;
  position: sticky;
  bottom: 0;
  background: #fff;
  padding-top: 10px;
}
.lb-table-cell {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  float: left;
  max-width: 100%;
  overflow: hidden;
  padding: 30px 15px;
  vertical-align: middle;
  width: 100%;
}
.lookbook {
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  width: 100%;
  height: auto;
}
.lookbook-item.lb_no_product {
  float: left;
  width: 100%;
}
.lookbook-item {
  float: left;
  padding: 0 15px;
  width: 45%;
}
body.ets_show_popup {
  overflow: hidden;
  padding-right: 12px;
}
/* width */
.show-popup::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.show-popup::-webkit-scrollbar-track {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 1px;
  box-shadow: 0 0 0 1px #dddddd;
}

/* Handle */
.show-popup::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.4);
  border-radius: 10px;
  width: 4px;
  height: 4px;
  margin-left: 2px;
}

/* Handle on hover */
.show-popup::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.7);
}

.product-front-list .item-product .row-product {
 display:flex; align-items:stretch; 
 gap:var(--pc-gap);
  
  
  border-radius:var(--pc-radius);
    padding:1rem 1.25rem; 
	color:var(--pc-text);
}
@media (max-width: 980px){
	.product-front-list .item-product .row-product {
 display:grid; align-items:stretch; 
 gap:var(--pc-gap);
  
  
  border-radius:var(--pc-radius);
    padding:1rem 1.25rem; 
	color:var(--pc-text);
}
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.ajax_add_all_to_cart_button.active:after{
  content:"";
  position: absolute;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  top: 50%;
  display: block!important;
  animation: loading 0.5s infinite linear;
  -webkit-animation: loading 0.5s infinite linear;
}
.ajax_add_all_to_cart_button.active {
  color: transparent!important;
  position: relative;
}
.ajax_add_all_to_cart_button.active:before{
  opacity: 0!important;
}
.product-front-list button, .product-front-list .btn {
  outline: none!important;
  box-shadow: none!important;
}
/* width */
.show-popup .lb-table-cell .product-list::-webkit-scrollbar,
.lookbook-detail .product-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.show-popup .lb-table-cell .product-list::-webkit-scrollbar-track,
.lookbook-detail .product-list::-webkit-scrollbar-track {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 1px;
  box-shadow: 0 0 0 1px #dddddd;
}

/* Handle */
.show-popup .lb-table-cell .product-list::-webkit-scrollbar-thumb,
.lookbook-detail .product-list::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.4);
  border-radius: 10px;
  width: 4px;
  height: 4px;
  margin-left: 2px;
}

/* Handle on hover */
.show-popup .lb-table-cell .product-list::-webkit-scrollbar-thumb:hover,
.lookbook-detail .product-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.7);
}


.show-popup .lookbook-item {
  float: left;
  padding: 0 15px;
  width: calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
}
.lookbook-item-content {
  float: left;
  padding: 0;
  width: 100%;
}
.show-popup .lb-table-cell .product-list {
  float: left;
  overflow: auto;
  padding: 0 15px;
  width: 400px;
}
.show-popup .lookbook-item.lb_no_product {
  width: 100%;
}
.lb-table-cell {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  max-width: 100%;
}
.lookbook-detail .lookbook-item-content {
  margin-bottom: 15px;
  overflow: hidden;
}
.lookbook-detail .product-list {
  float: left;
  overflow: auto;
  padding: 0 15px;
  text-align: left;
  width: 55%;
}
.lookbook-detail .h3.product-title {
  display: block;
  margin-bottom: 4px;
  margin-top: 0;
  text-align: left;
}
.lookbook-detail .product-price-and-shipping {
  margin-bottom: 3px;
  text-align: left;
}
.ets_lookbook_item_des {
  float: left;
 /* width: calc(100% - 115px);
  width: -webkit-calc(100% - 115px);*/
}
.ets_lookbook_item_image {


}
.thumbnail.product-thumbnail {
  max-width: 100%;
}
.product-front-list .thumbnail.product-thumbnail > img {
 width:110px; height:110px; object-fit:contain;
  border-radius:8px;
    border: 1px solid #d0d0d0;
	background: #fff
}
.ets_lookbook_item_des .product-description > p {
  margin-bottom: 5px;
}
.item-lookbook > img {
  width: 100%;
}
.add_to_cart_button {
  margin-top: 5px;
}
.lookbook-other {
  clear: both;
  float: left;
  margin-top: 45px;
  width: 100%;
}
.lookbook-detail {
  margin: 0 -15px;
}
.lookbook-detail .item-product.product-miniature {
  margin-bottom: 20px;
}
.ets_lookbook_item_des .attribute_small {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px;
}
.lookbook-detail .add_to_cart_button .btn.btn-primary {
  font-size: 14px;
  padding: 7px 15px;
}
.lookbook-detail .product-description {
  height: auto!important;
  min-height: 0!important;
  margin-bottom: 5px;
  position: static;
  width: auto;
}
.ets_lookbook_item_des .comments_note {
  display: inline-block;
  text-align: left;
  width: auto;
}
.lb-table-cell .product-list {
  float: left;
  overflow: auto;
  width: 35%;
}
.lookbook-other .title_block {
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0;
}
.product-front-list .item-product.product-miniature {
  float: left;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}
.lb-table-cell .product-description {
  background-color: transparent;
  height: auto;
  position: static;
  text-align: left;
  width: auto;
}
.lb-table-cell .thumbnail.product-thumbnail > img {
  margin: 0;
}
.product-front-list .h3.product-title {
  display: block;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: left;
}
.product-front-list .product-price-and-shipping {
  text-align: left;
}
.lb-table-cell .lookbook-item-content {
  padding-left: 0;
}
.lb-table-cell .product-list {
  padding-right: 0;
}
.close-lb-popup {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 #999;
  height: 30px;
  margin-right: -15px;
  margin-top: -15px;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 30px;
  cursor: pointer;
}
.close-lb-popup::after {
  background-color: #999;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  width: 14px;
}
.close-lb-popup::before {
  background-color: #999;
  content: "";
  float: left;
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  width: 2px;
}
.lb_list_content h2.title_block {
  line-height: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.lookbook-detail .title_block {
  line-height: 100%;
  margin-bottom: 1.15rem;
}
.add-all-to-cart {
  clear: both;
  text-align: left;
}
.lb-grid > li {
  float: left;
  margin-bottom: 15px;
  padding: 0 15px;
}
.ets-lookbooks.lb-grid {
  margin: 0 -15px;
}
.lookbook-name {
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
  text-transform: capitalize;
}
.product-image-modal {
  margin-bottom: 15px;
}
#blockcart-modal .ets_lookbook_modal .divide-right {
  border-right: 1px solid #7a7a7a;
  margin-bottom: 0;
  max-height: 330px;
  overflow: auto;
}
.lb_loading {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.lb_loading.loading{
  opacity: 1;
  visibility: visible;
}
.lb_loading > img {
  background-color: #fff;
  border-radius: 5px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  padding: 5px;
  position: absolute;
  top: 50%;
}
.ets_lookbook .title_block {
  font-size: 1.375rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ets_lb_item_content img {
  max-width: 100%;
}
.lb-carousel .ets_lb_item {
  display: none;
}
.lookbook-list, .ets-lookbooks.lb-carousel {
  position: relative;
  width: 100%;
}
.ets_lookbook {
  display: block;
  margin-top: 30px;
  position: relative;
}
.lb_paggination li a {
  color: #999;
  display: block;
}
.lb_paggination li {
  border: 1px solid #d0d0d0;
  color: #999;
  display: inline-block;
  height: 24px;
  line-height: 20px;
  margin-left: 5px;
  text-align: center;
  width: 24px;
}
.lb_item_pagination {
  float: right;
}
.lb_perpage {
  float: left;
}
.lb_item_list > .lb_item {
  margin-bottom: 30px;
}
.lb_name {
  display: block;
  margin-top: 10px;
}
.lb_list_content .lb_item_list {
  margin-bottom: 0;
  margin-top: 0;
}
.lb_paggination li.current {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
#left-column .col-lg-3.lb_title,
#right-column .col-lg-3.lb_title {
  width: 100%;
}

#left-column .col-lg-3.lb_title h3.title_block,
#right-column .col-lg-3.lb_title h3.title_block {
  margin-bottom: 0;
}

#left-column .col-lg-9.lb_tag_list,
#right-column .col-lg-9.lb_tag_list {
  width: 100%;
  margin-bottom: 10px;
}

#left-column .col-lg-9.lb_tag_list .tag_name,
#right-column .col-lg-9.lb_tag_list .tag_name {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 991px){
  .lb-table-cell .product-list {
    float: left;
    width: 100%;
  }
  .show-popup .lookbook-item,
  .show-popup .lb-table-cell .product-list{
    width: 100%;
  }
  .product-front-list {
    height: auto!important;
    min-height: 0!important;
  }
  .lb-table-cell .lookbook-item-content {
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
  }
  .lb-table-cell {
    display: block;
  }
  .lookbook-detail .product-list {
    width: 100%;
  }
  .lookbook-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 543px){
  .lb-grid > li.ets_lb_item:nth-child(2n+1) {
    clear: left;
  }
}
.col-lg-9.lb_tag_list {
  padding-left: 0;
}
.tag_name {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 15px;
}
.tag_name.active {
  color: #2fb5d2
}
.lookbook-list-load:not(.active) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}
.lookbook-list-load.active > .lookbook-list-load{
  display: block;
}
.lookbook-list-load.active{
  display: block;
}

.productName:hover{
  color: #2fb5d2;
}
.ets_lookbook_item_des .product-list-reviews {
  visibility: visible;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
  padding-bottom: 0;
}
.ets_lookbook_item_des .product-list-reviews .grade-stars.small-stars {
  height: auto;
}
.ets-lookbooks.lb-carousel,
.lookbook-list.lb-carousel {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.ets-lookbooks button.slick-arrow, .lookbook-list button.slick-arrow {
  border: 1px solid #ccc;
  color: #333;
  width: 24px;
  height: 24px;
  background: #fff;
  position: absolute;
  right: 15px;
  bottom: 100%;
  top: auto;
  left: auto;
  font-size: 0;
  margin-bottom: 17px;
  transform: none;
}
.ets-lookbooks button.slick-arrow.slick-prev,
.lookbook-list button.slick-arrow.slick-prev {
  right: 43px;
}
.ets-lookbooks button.slick-arrow.slick-disabled {
  cursor: not-allowed;
}
li.ets_lb_item {
  padding: 0 15px 15px;
}
.ets-lookbooks.lb_carousel.left_column li.ets_lb_item {
  padding-left: 0;
  padding-right: 0;
}
.ets-lookbooks button.slick-arrow::before,
.lookbook-list button.slick-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 9px;
  top: 7px;
}
.lookbook-other ul.lookbook-list {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.ets-lookbooks.left_column button.slick-arrow,
.ets-lookbooks.right_column button.slick-arrow {
  top: calc(var(--etshc-img-height, 100%)/2);
  margin: 0;
  bottom: auto;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ets-lookbooks.left_column button.slick-arrow.slick-prev,
.ets-lookbooks.right_column button.slick-arrow.slick-prev {
  left: 0;
  right: auto;
  z-index: 1;
}
.ets-lookbooks button.slick-arrow.slick-next::before,
.lookbook-list button.slick-arrow.slick-next::before {
  content: "";
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  left: 6px;
}
.ets_lookbook_item_des span.discount-percentage {
  background: #f39d72;
  color: #fff;
  padding: 1px 5px;
  font-weight: normal;
  font-size: 90%;
}
@media (max-width: 1199px){
  .ets_lookbook .title_block {
    margin-bottom: 0;
  }
  .col-lg-9.lb_tag_list {
    margin-bottom: 10px;
  }
}

.tvproduct-image, .inspiration-image { position: relative; }
.lb_product_front{ position:absolute; transform:translate(-50%,-50%);} /* center dot */

.lb_tooltip{ position:absolute; bottom:120%; left:50%; transform:translateX(-50%);
  background:#fff;padding:10px 14px;border-radius:10px; box-shadow:0 6px 18px rgba(0,0,0,.15);
  display:none; white-space:nowrap; z-index:5;}
.lb_product_front:hover .lb_tooltip{ display:block; }

body#index .lb_product_front,
body#index .lb_sortorder { 
  height: 20px !important;
  width: 20px !important;
}

.thumbnail-container { position: relative; }

.lb_product_front { position: absolute; z-index: 5; cursor: pointer; }

/* Single tooltip panel 
.lb_tooltip_center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  padding: 14px 16px;
  min-width: 200px; max-width: calc(100% - 40px);
  text-align: center;
  display: none;
  z-index: 50;
}

.lb_tooltip_center.show { display: block; }
.lb_tooltip_center a { color: inherit; text-decoration: none; display: block; }
.lb_tooltip_center .name { font-weight: 700; }
.lb_tooltip_center .cat { color: #fd8228; font-size: 12px; margin: 2px 0; }
.lb_tooltip_center .price { font-weight: 700; }
*/

:root{
  --pc-bg: #fff;            /* tło karty */
  --pc-border: #ececec;     /* kolor obramowania */
  --pc-text: #222;          /* tekst główny */
  --pc-muted: #6b7280;      /* tekst pomocniczy */
  --pc-accent: #f39c19;     /* przycisk i akcenty */
  --pc-radius: 14px;        /* zaokrąglenia rogów */
  --pc-gap: 1.25rem;        /* odstępy między kolumnami */

  /* proporcje kolumn desktop (suma ≈ 100%) */
  --col-thumb: 12%;
  --col-main:  30%;
  --col-specs: 50%;
  --col-cta:   14%;
}

/* =========================
   OGÓLNA KARTA PRODUKTU
   ========================= */
.product-card{
  display:flex; 
  align-items:stretch;
  gap:var(--pc-gap);

  background:var(--pc-bg);
  border:1px solid var(--pc-border);
  border-radius:var(--pc-radius);
  padding:1rem 1.25rem;
  color:var(--pc-text);
}

/* =========================
   MINIATURA
   ========================= */
.pc-thumb{
  flex:0 0 var(--col-thumb);
  display:flex; align-items: flex-start;
}
.pc-thumb img{
  width:100%; 
  height:auto; 
  aspect-ratio:1/1; 
  object-fit:contain;
  border-radius:.5rem;
  max-width:90px; /* opcjonalny limit */
}

/* =========================
   GŁÓWNA CZĘŚĆ
   ========================= */
.pc-main{
  flex:0 0 var(--col-main);
  display:flex; flex-direction:column; gap:.15rem;
}
.pc-title{ margin:0; font-weight:700; font-size:1.05rem; }
.pc-row{ display:flex; gap:.4rem; align-items:baseline; }
.pc-label{ color:var(--pc-muted); font-weight:600; }
.pc-model{ color:#0b63bd; font-weight:700; text-decoration:none; }
.pc-model:hover{ text-decoration:underline; }
.pc-price{ display:flex; gap:.6rem; align-items:baseline; }
.pc-price-value{ font-weight:800; font-size:1.25rem; }
.pc-price-note, .pc-color{ color:var(--pc-muted); }

/* =========================
   SPECYFIKACJA
   ========================= */
.pc-specs{
  flex:0 0 var(--col-specs);
  display:flex; align-items:center;
  border-left: 1px solid #e1dfdf;
  border-right: 0px solid #e1dfdf; 
  border-top: 0px solid #e1dfdf;
  border-bottom: 0px solid #e1dfdf;
  padding: 0 15px
}
.pc-dlist{ margin:0; padding:0; display:flex; flex-direction:column; gap:.45rem; }
.pc-ditem{ display:flex; gap:.4rem; }
.pc-ditem dt{ color:#0b63bd; font-weight:700; }
.pc-ditem dd{ margin:0; }

/* =========================
   CTA (przycisk)
   ========================= */
.pc-cta{
  flex:0 0 var(--col-cta);
  display:flex; align-items:center; justify-content:flex-end;
  margin-left:auto;
}
.pc-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:.7rem 1rem;
  background:var(--pc-accent); color:#fff;
  border-radius:999px;
  font-weight:700; text-decoration:none;
  white-space:nowrap;
  transition:transform .15s ease, filter .15s ease;
}
.pc-btn:hover{ filter:brightness(.95); transform:translateY(-1px); }
#Lookbook .product-feature-info_up {background: unset}
#Lookbook .modal-body {
  text-align: left;
}
#Lookbook .modal h5.modal-title {
  display: none !important;
}

/* =========================
   MOBILE/TABLET: 2+2
   ========================= */
@media (max-width: 980px){
  .product-card{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap:var(--pc-gap);
  }
  /* górny rząd */
  .pc-thumb{ grid-column:1; grid-row:1; }
  .pc-main { grid-column:2; grid-row:1; }
  /* dolny rząd */
  .pc-specs{ grid-column:1 / span 2; grid-row:2; align-items:flex-start;  border-left: 0px solid #e1dfdf;
  border-right: 0px solid #e1dfdf; 
  border-top: 1px solid #e1dfdf;
    border-bottom: 1px solid #e1dfdf;
  }
  
}

/* bardzo małe ekrany */
@media (max-width: 560px){
  .pc-title{ font-size:1rem; }
  .pc-price-value{ font-size:1.1rem; }
}

.product-front-list .item-product:nth-of-type(even){
	background: #f7f7f7;
	border-radius: 12px;
}


.lb_product_front {
  position: absolute;
  z-index: 5;
  cursor: pointer;
}

#Lookbook .item-product.active_hover {
	background: #e1dfdf!important;
	border-radius: 12px;
}
/*
.lb_sortorder {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

 Tooltip relative to the dot 
.lb_product_front .lb_tooltip_center {
  position: absolute;
  top: 100%;           
  margin-top: 8px;     
  left: 50%;           
  transform: translateX(-50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  padding: 10px 14px;
  min-width: 160px;
  text-align: center;
  display: none;
  z-index: 50;
}

.lb_product_front .lb_tooltip_center.show {
  display: block;
}
*/
/* Make tooltip body white */
.tooltip .tooltip-inner {
  background: #fff !important;
  color: #000 !important;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  padding: 10px 14px;
}

/* FORCE the arrow to be white (works for all placements in BS4 alpha) */
.tooltip .tooltip-arrow,
.tooltip .arrow {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
  border-right-color: #fff !important;
}

/* If your build adds placement classes via Tether, these help too */
.tooltip.bs-tether-element-attached-top .tooltip-arrow   { border-top-color:    #fff !important; }
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow{ border-bottom-color: #fff !important; }
.tooltip.bs-tether-element-attached-left .tooltip-arrow  { border-left-color:   #fff !important; }
.tooltip.bs-tether-element-attached-right .tooltip-arrow { border-right-color:  #fff !important; }
#Lookbook .wishlist_button_extra span {
  display: none !important;
}
.product-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.product-front-list li.item-product.product-miniature.thumbnail-container:hover {
  /* same as .active_hover */
 
  background: #e1dfdf;
  border-radius:12px;
}
#module-ets_lookbook-lbshow .breadcrumb li:last-child {
    display: block;
}    

.products.grid-fix {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* 250px min per item */
  gap: 20px; /* spacing between cards */
}

.products.grid-fix .item.product-miniature {
  display: block; /* prevent flex/inline issues */
}

