.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: 30px; 
row-gap: 30px;    
}
.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 {
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-qv-trigger {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: #212121;
color: #ffffff;
border: none;
padding: 20px 0;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
z-index: 10;
transform: translateY(100%);
transition: transform 0.25s ease-in-out;
}
.cf-qv-trigger:hover {
background: #3793a7;
}
.cf-image-wrapper:hover .cf-qv-trigger {
transform: translateY(0);
}
.cf-qv-overlay {
position: fixed; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%;
background: rgba(0,0,0,0.75); 
display: flex; 
align-items: center; 
justify-content: center;
z-index: 999999; 
opacity: 0; 
visibility: hidden; 
transition: opacity 0.1s ease;
}
.cf-qv-overlay.active { 
opacity: 1; 
visibility: visible; 
}
.cf-qv-modal {
background: #111111e3; width: 90%; max-width: 920px; max-height: 90vh; overflow-y: auto;
border-radius: 12px; padding: 30px; position: relative;
box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.cf-qv-close {
position: absolute; top: 15px; right: 20px; font-size: 24px; cursor: pointer;
border: none !important; background: transparent !important; font-weight: bold; color: #767676; z-index: 2;
box-shadow: none !important;
}
#cf-qv-content { display: flex; width: 100%; gap: 30px; flex-direction: row; }
.cf-qv-image-col { flex: 1; max-width: 45%; }
.cf-qv-image-col img { width: 100%; height: auto; border-radius: 4px; display: block; object-fit: cover; pointer-events: none; cursor: default; -webkit-user-drag: none; user-select: none; }
.cf-qv-info-col { flex: 1; max-width: 55%; display: flex; flex-direction: column; justify-content: center; } .cf-qv-nav {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 20px;
line-height: 1;
}
.cf-qv-nav-btn {
background: transparent !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
color: #ffffff !important;
font-size: 11px !important;
font-weight: 700 !important;
letter-spacing: 1.2px !important;
text-transform: uppercase !important;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 4px;
opacity: 0.8;
transition: opacity 0.2s ease, transform 0.2s ease;
box-shadow: none !important;
outline: none !important;
border-radius: 0 !important;
}
.cf-qv-nav-btn:hover:not(:disabled) {
opacity: 1;
}
.cf-qv-nav-btn:disabled {
opacity: 0.2;
cursor: not-allowed;
}
.cf-qv-nav-btn svg {
width: 12px;
height: 12px;
stroke: #ffffff;
stroke-width: 2.5;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
display: inline-block;
}
.cf-qv-nav-sep {
color: #ffffff;
font-size: 11px;
font-weight: 700;
opacity: 0.6;
user-select: none;
}
.cf-qv-info-col h2 { margin: 0 0 6px 0; font-size: 38px; font-weight: 700; color: #f2f2f2; }
.cf-qv-rating { margin-bottom: 8px; display: flex; align-items: center; }
.cf-qv-info-col .price {
font-size: 35px; font-weight: 700; margin-bottom: 15px; color: #c2b5a5;
}
.creativeflyers-infos-2 {
list-style: none; padding: 0; margin: 0 0 15px 0;
display: flex; flex-wrap: wrap; gap: 6px;
}
.creativeflyers-infos-item-2 {
background: transparent; border: none; border-radius: 0;
padding: 0; margin: 0; font-size: 13px; color: #e8ebee;
display: flex; align-items: center; box-shadow: none;
}
.creativeflyers-infos-item-2::before {
content: ""; display: inline-block; width: 16px; height: 16px;
margin-right: 8px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2310B981' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
background-size: contain; background-repeat: no-repeat; flex-shrink: 0;
}
.cf-qv-add-to-cart { display: flex; gap: 10px; margin: 0; }
.cf-qv-add-to-cart .button, .cf-qv-add-to-cart .single_add_to_cart_button {
background-color: #313131 !important; color: #ffffff !important; border: none;
padding: 15px 30px !important; font-size: 14px !important; font-weight: 400 !important;
border-radius: 4px !important; cursor: pointer; transition: background 0.2s ease !important;
text-decoration: none; text-align: center; display: inline-block; flex: 1;
}
.cf-qv-add-to-cart .button:hover, .cf-qv-add-to-cart .single_add_to_cart_button:hover { background-color: #595959 !important; }
@media (max-width: 767px) {
#cf-qv-content { flex-direction: column; }
.cf-qv-modal { padding: 20px; }
.cf-qv-image-col, .cf-qv-info-col { max-width: 100%; }
}
#cf-load-more-btn:hover {
background-color: #444 !important;
}
#cf-archive-grid {
margin-bottom: 20px;
} .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;
}
}