/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2026 | 10:59:02 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
#filterToggle .icon svg
{
display:none;	
}
#filterToggle .icon
{
background: url("https://staging.fitz-fitz.com/wp-content/uploads/2026/03/Vector.png");
background-repeat: no-repeat;
width:13px;
height:8px; margin-left: 15px;
}
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #000000;
}

.left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-text {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 400;
}

.icon {
  font-size: 16px;
  cursor: pointer;
}

.right {
    display: flex;
    align-items: center;
    gap: 70px;
	position: relative; justify-content: center;
}

.sort {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    cursor: pointer;
    color: #000000; justify-content: center;
}

.views {
  display: flex;
  gap: 8px; justify-content: center;
}

.view {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.view.active svg{
	color: #000000;
}

.white-text .view.active svg{
	color: #B9B9B9;
}

.white-text .view svg{
	color: #ffffff;
}

.view svg{
	color: #B9B9B9;
}

.white-text .sort.icon svg{
	color: #ffffff;
}
span.dark-mode.span, .odpor {
    position: relative;
    top: 2px;
}
.switch input:checked + .slider{
	border: 1px solid #ccc;
}

/* Toggle Switch */
.dark-mode {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #000000; justify-content: center;
}

.switch {
    position: relative;
    width: 48px;
    height: 28px;
    margin-bottom: 0;
}
.switch input {
  display: none;
}

.slider {
  position: absolute;
  background: #ccc;
  border-radius: 20px;
  inset: 0;
  transition: 0.3s;
}

.product_section, .productGridMax_section {
  display: none;
}

.slider::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.switch input:checked + .slider {
  background: #000;
}

.switch input:checked + .slider::before {
  transform: translateX(18px);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 40px 0;
    flex-direction: row;
}

/* Card */
.product-card_text {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.product-card h3 {
    font-size: 14px;
    margin: 10px 0 6px;
    font-weight: 400;
    color: #000000;
}

.product-card h3 a{
	color: #000000;
}

.product-card .price{
	display: none;
}

/* Image */
.img-wrap {
  position: relative;
  background: #f7f7f7;
}

.img-wrap img {
  width: 100%;
  display: block;
}

/* Heart Icon */
.wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 30px;
    cursor: pointer;
    color: #000000;
    line-height: 22px;
}

/* Color dots */
.colors {
  display: flex;
  gap: 6px;
}
.c {
    width: 16px;
    height: 16px;
    display: inline-block;
}
.beige {
    background: #EACDAB;
}
.brown {
    background: #AD8776;
}
.green {
    background: #838E59;
}

.filter-wrapper {
    position: relative;
    display: inline-block;
}

.filter-icon {
    cursor: pointer;
}

.filter-dropdown {
    display: none;
    position: absolute;
    top: 30px;
    background: #fff !important;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 6px;
    z-index: 100;
}

.filter-dropdown ul.custom-orderby{
	    list-style: none;
    padding-left: 20px;
}

.filter-dropdown ul.custom-orderby li{
	cursor: pointer;
}

.filter-dropdown.active {
    display: block;
}


/* Wide image (third card) */
.product-card.wide {
  grid-column: span 2;
}


.product-card.wide-2 {
  grid-column: span 2;
}

.product-card.wide img{
	height: 260px;
}

.product-grid.product-grid2 {
    padding: 20px 0;
}

.productGridMax_section .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}