Enhance product display and styling

- Updated custom.scss to improve carousel navigation and hide dots for home products.
- Incremented version of custom.css in head.tpl to reflect recent changes.
- Refined product.tpl structure for better readability and maintainability, including adjustments to meta tags and product information layout.
- Improved tab structure for product details, ensuring proper display of descriptions, attachments, and additional content.
- Enhanced accessory display section for better user experience.
This commit is contained in:
2025-08-20 15:33:47 +02:00
parent 56a745f62b
commit bfdd714bc0
6 changed files with 206 additions and 167 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -388,4 +388,42 @@ body.compact-cart #tc-container .product-line-actions {
}
}
}
}
.an_homeproducts-products {
.products.owl-carousel {
.owl-dots {
display: none !important;
}
.owl-nav {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 0;
top: -35px;
position: absolute;
width: 100%;
>div {
background: none;
border-radius: 0;
border: 1px solid #c8c8c8;
height: 35px;
width: 35px;
}
}
}
}
.js-an_homeproducts-block {
margin-bottom: 25px !important;
}
body#product {
.featured-products {
>h2 {
display: none !important;
}
}
}