.cf-breadcrumb-banner {
height: 115px;
width: 100%;
display: flex;
align-items: center; background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
} .cf-breadcrumb-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
width: 100%;
box-sizing: border-box;
}
.cf-breadcrumb-container .woocommerce-breadcrumb {
color: #ffffff;
font-size: 13px;
margin: 0;
}
.cf-breadcrumb-container .woocommerce-breadcrumb a {
color: #ffffff;
text-decoration: none;
}
.cf-product-description {
font-size: 15px;
} .cf-product-layout {
display: flex;
max-width: 1210px;
margin: 40px auto;
padding: 0 15px;
box-sizing: border-box;
}
.cf-main-content {
width: 80%;
flex: 0 0 80%;
padding-right: 35px;
box-sizing: border-box;
}
.cf-sidebar {
width: 20%;
flex: 0 0 20%;
box-sizing: border-box;
} @media (max-width: 768px) {
.cf-product-layout {
flex-direction: column;
}
.cf-main-content {
width: 100%;
flex: 0 0 100%;
padding-right: 0;
}
.cf-sidebar {
display: none !important;
} body.woocommerce .cf-product-summary form.cart button.single_add_to_cart_button.button.alt {
padding: 15px 20px !important; width: 100%; }
} .cf-product-hero {
display: flex;
gap: 30px;
margin-bottom: 40px;
}
.cf-product-hero .image-produit-principale {
width: 45%;
flex: 0 0 45%;
}
.cf-product-hero .image-produit-principale img {
width: 100%;
height: auto;
display: block;
border-radius: 8px;
}
.cf-product-summary {
width: 55%;
}
@media (max-width: 768px) {
.cf-product-hero {
flex-direction: column;
}
.cf-product-hero .image-produit-principale,
.cf-product-summary {
width: 100%;
flex: 0 0 100%;
}
} .product_title.entry-title {
font-size: 34px;
font-weight: 700;
margin-top: 0;
}
.cf-product-summary .price {
color: #8A837A;
font-size: 32px;
font-weight: 700;
margin: 5px 0;
}
.woocommerce-product-details__short-description {
font-size: 15px;
line-height: 1.5;
} .cf-product-gallery {
display: flex;
gap: 12px;
margin: 20px 0;
flex-wrap: wrap;
}
.cf-gallery-thumb {
width: 72px;
height: 72px;
border-radius: 8px;
overflow: hidden;
cursor: pointer;
transition: border-color 0.2s ease, opacity 0.2s ease;
}
.cf-gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.cf-gallery-thumb:hover {
border-color: #3793a7;
opacity: 0.8;
} body.woocommerce .cf-product-summary form.cart button.single_add_to_cart_button.button.alt {
font-size: 16px !important;
font-family: 'Averta';
font-weight: 400 !important;
text-transform: capitalize !important;
border-radius: 9999px !important;
padding: 15px 60px !important;
background-color: #1E2021 !important;
color: #ffffff !important;
border: none !important;
cursor: pointer;
transition: background-color 0.2s ease;
margin-top: 10px;
}
body.woocommerce .cf-product-summary form.cart button.single_add_to_cart_button.button.alt:hover {
background-color: #3793a7 !important;
} .trending-title {
margin-top: 15px;
margin-bottom: 10px;
text-align: left;
}
.trending-title a {
color: #333; 
text-decoration: none;
font-size: 16px;
font-weight: 700;
display: block;
}
.custom-share-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 12px;
border-radius: 30px;
text-decoration: none;
font-size: 13px;
color: #fff;
background-color: #3793a7;
margin-top: 5px;
}
.custom-share-btn:hover {
color: #ffffff !important;
opacity: 0.85;
}
.cf-sidebar-copyright {
text-align: center;
font-size: 12px;
color: #666;
margin-top: 25px;
} .cf-reviews-login-prompt {
text-align: center;
margin-top: 20px;
font-size: 14px;
color: #666;
}
.cf-reviews-login-prompt a {
color: #3793a7; font-weight: 400;
text-decoration: none;
transition: opacity 0.2s ease;
}
.cf-reviews-login-prompt a:hover {
text-decoration: underline;
opacity: 0.8;
}  .cf-variations-bar {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 10px 16px;
background-color: #ffffff;
border: 1px solid #e4e4e7;
border-radius: 8px;
margin: 10px 0 10px 0;
box-sizing: border-box;
} .cf-variations-list {
display: flex;
align-items: center;
gap: 24px;
} .cf-variation-item {
display: inline-flex;
align-items: center;
gap: 8px;
cursor: pointer;
user-select: none;
} .cf-variation-item input[type="radio"] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
} .cf-custom-checkbox {
width: 14px;
height: 14px;
border: 2px solid #718096;
border-radius: 4px;
background-color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
flex-shrink: 0;
} .cf-variation-item input[type="radio"]:checked + .cf-custom-checkbox {
border-color: #3793a7;
background-color: #3793a7;
}
.cf-variation-item input[type="radio"]:checked + .cf-custom-checkbox::after {
content: '';
width: 4px;
height: 8px;
border: solid #ffffff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
margin-bottom: 2px;
} .cf-variation-label {
font-family: 'MaPoppins', -apple-system, sans-serif;
font-size: 0.95rem;
font-weight: 700;
color: #1a202c;
} .cf-tooltip-wrapper {
position: relative;
display: inline-flex;
align-items: center;
} .cf-tooltip-icon {
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #a0aec0;
color: #ffffff;
font-size: 10px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background-color 0.2s ease;
}
.cf-tooltip-wrapper:hover .cf-tooltip-icon {
background-color: #4a5568;
} .cf-tooltip-box {
position: absolute;
bottom: 135%;
left: 50%;
transform: translateX(-50%);
background-color: #307584;
color: #ffffff;
padding: 8px 12px;
border-radius: 6px;
font-size: 0.75rem;
font-weight: 400;
max-width: 280px; width: max-content;
white-space: normal;
text-align: center;
line-height: 1.35;
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease, visibility 0.2s ease;
pointer-events: none;
z-index: 20;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
} .cf-tooltip-box::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
border-width: 5px;
border-style: solid;
border-color: #1a202c transparent transparent transparent;
}
.cf-tooltip-wrapper:hover .cf-tooltip-box {
opacity: 1;
visibility: visible;
} .cf-variation-price-display {
margin-left: auto;
font-family: 'MaPoppins', -apple-system, sans-serif;
font-size: 1rem;
font-weight: 700;
color: #1a202c;
display: flex;
align-items: center;
gap: 8px;
} .cf-variation-price-display del {
color: #a0aec0;
font-weight: 400;
font-size: 0.9rem;
text-decoration: line-through;
}
.cf-variation-price-display ins {
color: #c53030;
text-decoration: none;
} .cf-add-to-cart-wrapper .woocommerce-variation-price,
.single_variation_wrap .woocommerce-variation-price {
display: none !important;
}