li.product-cat-item > button.cat-toggle {
color: #231f20;
text-decoration: none;
min-height: 30px;
display: flex;
width: auto;
padding: 10px 16px;
border-radius: 20px;
margin-bottom: 9px;
background: #fff;
border: none;
cursor: pointer;
font: inherit;
text-align: left;
}
.product-cat-item.active > button.cat-toggle {
font-weight: 600;
} .page-template-kosmetyki-suplementy-page ul.products > li.product:not(.banner-item) > a.shop-product-card-link,
.geness-shop-catalog ul.products > li.product:not(.banner-item) > a.shop-product-card-link {
display: block;
text-decoration: none;
color: inherit;
}
.page-template-kosmetyki-suplementy-page ul.products > li.product:not(.banner-item) > a.shop-product-card-link .custom-title,
.page-template-kosmetyki-suplementy-page ul.products > li.product:not(.banner-item) > a.shop-product-card-link .price,
.geness-shop-catalog ul.products > li.product:not(.banner-item) > a.shop-product-card-link .custom-title,
.geness-shop-catalog ul.products > li.product:not(.banner-item) > a.shop-product-card-link .price {
transition: color 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
.page-template-kosmetyki-suplementy-page ul.products > li.product:not(.banner-item) > a.shop-product-card-link,
.geness-shop-catalog ul.products > li.product:not(.banner-item) > a.shop-product-card-link {
transition: none;
}
} .page-template-kosmetyki-suplementy-page ul.products,
.geness-shop-catalog ul.products {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
column-gap: 15px;
row-gap: 32px;
align-items: start;
width: 100%;
margin: 46px 0 0;
padding: 0;
list-style: none;
box-sizing: border-box;
}
.page-template-kosmetyki-suplementy-page ul.products > li.product,
.geness-shop-catalog ul.products > li.product {
width: auto;
max-width: none;
margin: 0;
list-style: none;
min-width: 0;
box-sizing: border-box;
}
.page-template-kosmetyki-suplementy-page ul.products > li.product.banner-item,
.geness-shop-catalog ul.products > li.product.banner-item {
grid-column: 1 / -1;
width: 100%;
max-width: 100%;
margin: 0;
position: relative;
border-radius: 20px;
overflow: hidden;
background: #151410;
}
.page-template-kosmetyki-suplementy-page .product-thumb,
.geness-shop-catalog .product-thumb {
height: auto;
aspect-ratio: 278 / 414;
}
li.product.banner-item a,
li.product.banner-item .akcii-promo-trigger {
position: relative;
display: block;
width: 100%;
margin: 0;
padding: 0;
border: 0;
background: transparent;
cursor: pointer;
font: inherit;
color: inherit;
appearance: none;
-webkit-appearance: none;
line-height: 0;
touch-action: manipulation;
}
li.product.banner-item .akcii-promo-trigger:focus-visible {
outline: 2px solid #2f3285;
outline-offset: 3px;
}
li.product.banner-item .akcii-home-page-button {
pointer-events: none;
}
li.product.banner-item .akcii-promo-img {
width: 100%;
max-width: 100%;
height: auto;
max-height: 205px;
object-fit: contain;
display: block;
}
li.product.banner-item .akcii-promo-img--mobile {
display: none !important;
}
@media only screen and (max-width: 680px) {
li.product.banner-item .akcii-promo-media:has(.akcii-promo-img--mobile) .akcii-promo-img--desktop {
display: none !important;
}
li.product.banner-item .akcii-promo-img {
width: 100%;
max-width: 100%;
height: auto;
max-height: none;
object-fit: contain;
}
li.product.banner-item .akcii-promo-img--mobile {
display: block !important;
}
} .mobile-cat-slider-section {
display: none;
}
.swiper-slide.child-cat,
.swiper-slide.parent-cat {
width: auto !important;
flex-shrink: 0;
}
.swiper-slide.child-cat {
color: #231f20;
font-size: 12px;
display: flex;
font-family: "Wix Madefor Text", serif;
text-decoration: none;
}
.swiper-slide.child-cat a,
.swiper-slide.parent-cat span {
text-decoration: none;
display: flex;
width: auto;
padding: 10px 16px;
border-radius: 20px;
margin-bottom: 9px;
background: #fff;
color: #231f20;
font-size: 12px;
font-family: "Wix Madefor Text", serif;
cursor: pointer;
}
.mobile-cat-slider .swiper-horizontal {
padding-bottom: 70px;
}
.mobile-cat-slider .swiper-button-prev,
.mobile-cat-slider .swiper-button-next {
top: 75px;
}
button.back-to-parent {
font-family: "Wix Madefor Text", serif;
color: #2F3285;
font-size: 14px;
font-weight: 600;
border: none;
background: no-repeat;
margin-bottom: 20px;
}
.mobile-cat-slider .swiper-button-prev {
right: 60px;
}
.shop-products {
width: 75%;
min-width: 0;
box-sizing: border-box;
}
.shop-layout {
display: flex;
align-items: flex-start;
width: 100%;
}
aside.shop-sidebar {
box-sizing: border-box;
}
.child-header {
cursor: pointer;
}
select.product-brand,
select.orderby {
margin-bottom: 5px;
} .product-cat-item.brand-disabled {
opacity: 0.35;
pointer-events: none;
}
.product-cat-item.brand-disabled a,
.product-cat-item.brand-disabled li {
cursor: default;
pointer-events: none;
} .woocommerce-ordering {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.custom-select {
position: relative;
display: inline-flex;
}
.select-trigger {
background: #ede3da;
border: none;
border-radius: 25px;
padding: 12px 40px 12px 20px;
cursor: pointer;
font-size: 15px;
}
.select-trigger::after {
content: "\2193";
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
}
.select-dropdown {
display: none;
max-width: max-content;
width: 100%;
position: absolute;
top: 110%;
left: 0;
background: #ede3da;
border-radius: 18px;
box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
padding: 8px 0;
z-index: 99;
min-width: 215px;
overflow: hidden;
}
.select-dropdown div {
padding: 5px 18px;
cursor: pointer;
}
.select-dropdown div:hover {
background: #e2d6cc;
}
.custom-select.open .select-dropdown {
display: block;
}
.select-dropdown .selected {
font-weight: 600;
}
.select-trigger.is-active {
font-weight: 600;
}
.select-dropdown div[data-disabled="true"] {
opacity: 0.5;
cursor: default;
pointer-events: none;
}
.select-dropdown .select-clear {
margin-top: 4px;
padding-top: 10px;
border-top: 1px solid rgba(47, 50, 133, 0.15);
color: #2F3285;
font-size: 13px;
font-weight: 500;
text-align: center;
}
.select-dropdown .select-clear:hover {
background: #e2d6cc;
}
.custom-select-price .select-dropdown {
min-width: 120px;
} .products-filters select.is-selected {
font-weight: 600;
}
.products-filters select {
border: none;
color: #231f20;
font-size: 15px;
text-align: center;
background: #ede3da;
padding: 12px 20px;
border-radius: 25px;
margin-right: 10px;
-webkit-appearance: none;
appearance: none;
width: auto;
min-width: 90px;
max-width: 300px;
}
.products-filters select option {
text-align: left !important;
}
.Oferta-produkt-top-page {
padding-top: 105px;
padding-bottom: 65px;
}
.custom-pagination {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
justify-content: center;
}
.custom-pagination a,
.custom-pagination span:not(.dots) {
box-sizing: border-box;
width: 40px;
height: 40px;
min-width: 40px;
padding: 0;
border-radius: 50%;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 15px;
line-height: 1;
text-decoration: none;
color: #000;
flex-shrink: 0;
}
.custom-pagination .current {
background: transparent;
color: #000;
font-weight: 500;
border: 2px solid #2f3284;
}
.custom-pagination .dots {
pointer-events: none;
width: auto;
min-width: 0;
height: auto;
padding: 0 2px;
border-radius: 0;
font-size: 15px;
line-height: 1;
display: inline-flex;
align-items: center;
}
.custom-pagination .prev,
.custom-pagination .next {
font-weight: 400;
}
.custom-pagination a.prev img,
.custom-pagination a.next img,
.custom-pagination a.prev svg,
.custom-pagination a.next svg {
display: block;
width: 15px;
height: 15px;
flex-shrink: 0;
}
button.clear-filters {
text-align: center;
color: #2F3285;
font-size: 13px;
text-decoration: none;
left: 0;
background: no-repeat;
border: none;
cursor: pointer;
} @media only screen and (max-width: 1170px) and (min-width: 681px) {
.shop-layout {
gap: 20px !important; }
aside.shop-sidebar {
padding-right: 4px;
flex-shrink: 0;
}
.shop-products {
flex: 1 1 0;
width: auto;
min-width: 0;
}
.page-template-kosmetyki-suplementy-page ul.products,
.geness-shop-catalog ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 15px;
row-gap: 24px;
}
} @media only screen and (max-width: 680px) {
.page-template-kosmetyki-suplementy-page ul.products,
.geness-shop-catalog ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 4%;
row-gap: 24px;
margin-top: 46px;
}
.page-template-kosmetyki-suplementy-page .product-thumb,
.geness-shop-catalog .product-thumb {
height: 332px;
aspect-ratio: auto;
}
aside.shop-sidebar {
display: none;
}
.mobile-cat-slider-section {
display: block;
position: relative;
}
.shop-products {
width: 100%;
}
.page-template-kosmetyki-suplementy-page .prezent-slider-text-block,
.geness-shop-catalog .prezent-slider-text-block {
padding-right: 0px;
}
.products-filters select {
font-size: 19px;
}
.swiper-slide.child-cat a,
.swiper-slide.parent-cat span {
font-size: 15px;
line-height: 15px;
padding: 12px 20px;
}
.mobile-cat-slider .swiper-button-prev,
.mobile-cat-slider .swiper-button-next {
top: 105px;
height: 45px;
width: 45px;
}
.mobile-cat-slider .swiper-horizontal {
padding-bottom: 120px;
}
.mobile-cat-slider .swiper-button-prev {
right: 85px;
}
button.back-to-parent {
font-size: 19px;
}
li.product span.price,
.custom-title {
font-size: 15px;
}
.custom-pagination {
gap: 12px;
padding: 8px 0 16px;
}
.custom-pagination a,
.custom-pagination span:not(.dots) {
width: 44px;
height: 44px;
min-width: 44px;
font-size: 16px;
}
.custom-pagination .dots {
font-size: 16px;
}
.custom-pagination a.prev img,
.custom-pagination a.next img,
.custom-pagination a.prev svg,
.custom-pagination a.next svg {
width: 18px;
height: 18px;
}
}
@media only screen and (max-width: 550px) {
.select-dropdown {
font-size: 15px;;
}
}