.cf-woo-grid {
display: grid;
width: 100%;
padding: 0;
margin: 0 0 50px 0;
list-style: none;
gap: 30px;
box-sizing: border-box;
}
.cf-woo-grid.cf-archive-grid { 
column-gap: 40px; 
row-gap: 20px;    
}
.cf-woo-grid.cf-sidebar-grid {
gap: 15px;
row-gap: 15px;
column-gap: 15px;
} .cf-col-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.cf-col-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cf-col-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cf-col-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cf-col-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.cf-col-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } .cf-woo-grid > p,
.cf-woo-grid > br,
.cf-woo-grid > div:not(.cf-loop-item) {
display: none;
} @media (max-width: 767px) {
.cf-woo-grid:not(.cf-sidebar-grid) { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
}
@media (min-width: 768px) and (max-width: 1024px) {
.cf-woo-grid:not(.cf-sidebar-grid) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
} .cf-loop-item {
display: flex;
flex-direction: column;
width: 100%;
max-width: 100%;
min-width: 0;
margin: 0;
padding: 0;
box-sizing: border-box;
}
.cf-image-wrapper {
position: relative;
display: block;
width: 100%;
max-width: 100%;
aspect-ratio: 5 / 7;
border-radius: 6px;
overflow: hidden;
-webkit-mask-image: -webkit-radial-gradient(white, black);
margin-bottom: 6px;
flex-shrink: 0;
box-sizing: border-box;
}
.cf-sidebar-grid .cf-image-wrapper {
border-radius: 10px;
margin-bottom: 5px;
}
.cf-image-wrapper a:not(.cf-qv-trigger) {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.cf-image-wrapper img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: cover;
display: block;
margin: 0;
padding: 0;
}
@media (min-width: 1025px) {
.cf-image-wrapper img { transition: transform 0.3s ease; }
.cf-image-wrapper:hover img { transform: scale(1.15); }
} .cf-product-title {
margin: 0;
padding: 0;
text-align: left;
width: 100%;
max-width: 100%;
min-width: 0;
overflow: hidden;
box-sizing: border-box;
}
.cf-product-title a {
font-size: 14px;
font-weight: 400;
color: inherit;
text-decoration: none;
display: block;
width: 100%;
max-width: 100%;
min-width: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-sizing: border-box;
}
.cf-sidebar-grid .cf-product-title a { font-size: 13px; } .cf-pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 40px;
width: 100%;
}
.cf-pagination a, .cf-pagination span {
padding: 8px 14px;
border-radius: 5px;
background: #f1f1f1;
color: #333;
text-decoration: none;
font-weight: 400;
}
.cf-pagination .current { background: #333; color: #fff; }
.cf-pagination a:hover { background: #ddd; } .cf-loop-item .cf-image-wrapper button.cf-qv-trigger,
.cf-loop-item .cf-image-wrapper .cf-qv-trigger {
position: absolute;
bottom: 0;
left: 0;
top: auto;
width: 100%;
height: auto;
padding: 20px 0;
background: #000000d6;
color: #ffffff;
border: none;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
cursor: pointer;
z-index: 10;
transform: translateY(100%);
transition: transform 0.25s ease-in-out, background-color 0.2s ease;
text-align: center;
display: block;
box-sizing: border-box;
line-height: 1;
font-family: inherit;
outline: none;
}
.cf-loop-item .cf-image-wrapper button.cf-qv-trigger:hover,
.cf-loop-item .cf-image-wrapper .cf-qv-trigger:hover {
background: #3793a7;
color: #ffffff;
} .cf-loop-item .cf-image-wrapper:hover button.cf-qv-trigger,
.cf-loop-item .cf-image-wrapper:hover .cf-qv-trigger {
transform: translateY(0);
} .cf-back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 44px;
height: 44px;
background-color: #222222;
color: #ffffff;
border: none;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease, transform 0.2s ease;
z-index: 9999;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
outline: none;
}
.cf-back-to-top.is-visible {
opacity: 1;
visibility: visible;
}
.cf-back-to-top:hover {
background-color: #444444;
transform: translateY(-2px);
}
.cf-back-to-top svg {
width: 20px;
height: 20px;
fill: none;
stroke: #ffffff;
stroke-width: 2.5;
stroke-linecap: round;
stroke-linejoin: round;
} @media (max-width: 767px) {
.cf-back-to-top {
bottom: 20px;
right: 20px;
width: 40px;
height: 40px;
}
.cf-back-to-top svg {
width: 18px;
height: 18px;
}
}
a.added_to_cart,
.cf-image-wrapper a.added_to_cart {
display: none !important;
}