

Panouri bordurate
Panourile bordurate reprezintă una dintre cele mai moderne și eficiente soluții pentru împrejmuirea curților, grădinilor, terenurilor sau spațiilor industriale. Realizate din sârmă zincată și protejate anticoroziv, acestea garantează rezistență în timp și siguranță sporită, indiferent de condițiile meteo. Designul elegant și structura rigidă oferă nu doar protecție, ci și un aspect estetic plăcut.



ÃŽn stoc
Panou bordurat zincat 3.3 x 1200 x 2000 mm
32.88 lei / buc
Panou Bordurat Zincat 3.3
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Panou bordurat zincat 3.3 x 1500 x 2000 mm
43.25 lei / buc
Panou Bordurat Zincat 3.3
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Panou bordurat zincat 3.3 x 1700 x 2000 mm
48.49 lei / buc
Panou Bordurat Zincat 3.3
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Panou bordurat zincat 3.3 x 2000 x 2000 mm
58.37 lei / buc
Panou Bordurat Zincat 3.3
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Panou bordurat zincat 3.3 x 1200 x 2500 mm
39.16 lei / buc
Panou Bordurat Zincat 3.3
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
:root {
–sci-primary-color: #da1d02;
–sci-primary-hover: #b01702;
–sci-text-color: #333;
–sci-light-bg: #f8f9fa;
}
.sci-prouse-carousel {
margin: 0px 0;
position: relative;
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
padding: 30px;
}
.sci-carousel-title {
font-family: ‘Montserrat’, sans-serif;
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
text-align: center;
color: var(–sci-text-color);
}
.sci-carousel-description {
font-family: ‘Montserrat’, sans-serif;
text-align: center;
margin-bottom: 20px;
color: #666;
font-size: 16px;
}
.sci-no-products-message {
text-align: center;
padding: 40px 20px;
background: var(–sci-light-bg);
border-radius: 8px;
margin: 20px 0;
}
.sci-carousel-button {
text-align: center;
margin-top: 20px;
}
.sci-button {
display: block;
width: 100%;
padding: 12px 24px;
background: var(–sci-primary-color);
color: white;
text-decoration: none;
border-radius: 4px;
transition: all 0.3s ease;
font-family: ‘Montserrat’, sans-serif;
font-weight: 500;
text-align: center;
box-shadow: 0 2px 4px rgba(218, 29, 2, 0.2);
}
.sci-button:hover {
background: var(–sci-primary-hover);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(218, 29, 2, 0.3);
}
/* HIDE ENTIRE WIDGET ON MOBILE DEVICES */
@media (max-width: 767px) {
.elementor-widget-sci_prouse_carousel {
display: none !important;
}
}
/* SIMPLE GRID LAYOUT – No carousel functionality – DESKTOP/TABLET ONLY */
.sci-products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
/* Responsive grid adjustments */
@media (min-width: 768px) {
.sci-products-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.sci-products-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1200px) {
.sci-products-grid {
grid-template-columns: repeat(5, 1fr);
}
}
.sci-product-item {
display: flex;
flex-direction: column;
height: 100%;
}
/* Unique Alpine Product Card Class for SCI Carousel – Container Only */
.sci-alpine-product-card {
/* This class is used only for targeting specificity, no visual changes */
}
/* Responsive Product Card Images */
.sci-alpine-product-card .product-image-container {
width: 100%;
position: relative;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
width: 100%;
height: auto;
display: block;
transition: all 0.3s ease;
}
/* Consistent Image Sizing – 200px across all devices */
.sci-alpine-product-card .product-image-container {
height: 200px;
border-radius: 8px 8px 0 0;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease;
}
/* Responsive Product Card Text */
.sci-alpine-product-card .product-title {
margin-bottom: 8px;
line-height: 1.4;
font-weight: 600;
}
/* Mobile/Tablet Text Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .product-title {
font-size: 16px;
}
.sci-alpine-product-card .product-info {
padding: 16px;
}
}
/* Laptop Text Sizing – Optimized for 4 cards */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .product-title {
font-size: 14px;
}
.sci-alpine-product-card .product-info {
padding: 12px;
}
}
/* Desktop Text Sizing – Optimized for 5 cards */
@media (min-width: 1440px) {
.sci-alpine-product-card .product-title {
font-size: 13px;
}
.sci-alpine-product-card .product-info {
padding: 10px;
}
}
/* Responsive Category Display */
.sci-alpine-product-card .category-display {
display: flex !important;
align-items: center;
gap: 6px;
margin-bottom: 8px;
}
.sci-alpine-product-card .category-link {
display: flex;
align-items: center;
gap: 4px;
text-decoration: none;
color: #6b7280;
transition: all 0.3s ease;
padding: 4px 8px;
border-radius: 6px;
font-weight: 500;
}
.sci-alpine-product-card .category-link:hover {
color: var(–primary-color);
background: rgba(212, 32, 5, 0.05);
transform: translateY(-1px);
}
.sci-alpine-product-card .category-icon-svg {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-link:hover .category-svg-icon {
transform: scale(1.1);
filter: brightness(0) saturate(100%) invert(8%) sepia(100%) saturate(4675%) hue-rotate(357deg) brightness(93%) contrast(118%);
}
/* Mobile/Tablet Category Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .category-link {
font-size: 12px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Laptop Category Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .category-link {
font-size: 11px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Desktop Category Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .category-link {
font-size: 10px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Enhanced Product Card Price Display */
.enhanced-product-card .price-display {
font-size: 25px;
font-weight: 700;
color: #d01e03;
line-height: 1.2;
}
/* Responsive Price Display */
.sci-alpine-product-card .price-container {
margin-bottom: 12px;
}
.sci-alpine-product-card .price {
font-weight: 700;
color: var(–sci-primary-color, #da1d02);
}
/* Mobile/Tablet Price Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .price {
font-size: 18px;
}
}
/* Laptop Price Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .price {
font-size: 16px;
}
}
/* Desktop Price Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .price {
font-size: 15px;
}
}
/* Responsive Button Styling */
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
width: 100%;
border: none;
border-radius: 6px;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;
background: var(–sci-primary-color, #da1d02);
color: white;
}
.sci-alpine-product-card .add-to-cart-button:hover,
.sci-alpine-product-card .variation-selector-button:hover {
background: var(–sci-primary-hover, #b01702);
transform: translateY(-1px);
}
/* Mobile/Tablet Button Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 12px 20px;
font-size: 14px;
}
}
/* Laptop Button Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 10px 16px;
font-size: 13px;
}
}
/* Desktop Button Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 8px 14px;
font-size: 12px;
}
}
/* Responsive Card Spacing */
@media (max-width: 1023px) {
.sci-alpine-product-card {
margin-bottom: 20px;
}
}
@media (min-width: 1024px) {
.sci-alpine-product-card {
margin-bottom: 15px;
}
}
/* Lazy Loading Placeholder Styles */
.lazy-product-placeholder {
display: flex;
align-items: center;
justify-content: center;
height: 400px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 8px;
filter: blur(4px);
opacity: 0.8;
transition: all 0.4s ease;
}
.lazy-loading-spinner {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
color: #6c757d;
}
.lazy-loading-spinner i {
font-size: 24px;
color: var(–sci-primary-color);
}
.lazy-loading-spinner span {
font-size: 14px;
font-weight: 500;
}
/* Swiper Navigation Styling – Positioned Outside Active Area */
.swiper-button-next,
.swiper-button-prev {
width: 44px !important;
height: 44px !important;
background: var(–sci-primary-color) !important;
border-radius: 50% !important;
color: white !important;
transition: all 0.3s ease !important;
box-shadow: 0 2px 8px rgba(218, 29, 2, 0.3) !important;
top: 50% !important;
transform: translateY(-50%) !important;
z-index: 10 !important;
}
.swiper-button-next {
right: -60px !important;
}
.swiper-button-prev {
left: -60px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: var(–sci-primary-hover) !important;
transform: translateY(-50%) scale(1.1) !important;
box-shadow: 0 4px 12px rgba(218, 29, 2, 0.4) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 16px !important;
font-weight: bold !important;
}
/* Responsive navigation positioning */
@media (max-width: 1023px) {
.swiper-button-next {
right: -50px !important;
}
.swiper-button-prev {
left: -50px !important;
}
}
@media (max-width: 767px) {
.swiper-button-next {
right: -40px !important;
}
.swiper-button-prev {
left: -40px !important;
}
}
/* Static Slide Appearance – No Animations */
.swiper-slide {
opacity: 1 !important;
transform: none !important;
transition: none !important;
filter: none !important;
}
/* Remove transitions during initialization */
.swiper-slide .enhanced-product-card,
.swiper-slide .product-card,
.swiper-slide .sci-alpine-product-card {
transition: none !important;
}
/* Re-enable transitions only for user interactions */
.swiper-initialized .swiper-slide .enhanced-product-card,
.swiper-initialized .swiper-slide .product-card,
.swiper-initialized .swiper-slide .sci-alpine-product-card {
transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
/* Active slide enhancement – static appearance */
.swiper-slide.active-slide {
filter: none !important;
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.active-slide .enhanced-product-card,
.swiper-slide.active-slide .product-card,
.swiper-slide.active-slide .sci-alpine-product-card {
/* Keep original styling – no enhanced effects */
}
/* Initial products that are not active – static dimming */
.swiper-slide.initial-slide-inactive {
filter: none !important;
opacity: 0.7 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.initial-slide-inactive:hover {
opacity: 0.9 !important;
transform: none !important;
}
/* Enhanced blur effect for lazy-loaded products – static */
.swiper-slide.blurred-slide {
filter: blur(6px) !important;
opacity: 0.3 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.blurred-slide:hover {
filter: blur(3px) !important;
opacity: 0.5 !important;
transform: none !important;
}
/* Remove all Swiper default animations */
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
filter: none !important;
transform: none !important;
transition: none !important;
}
/* Remove all initial page load animations */
.swiper-slide {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
.swiper-slide.slide-animate-in {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
/* Ensure static appearance on load */
.swiper-slide * {
animation: none !important;
}
/* Smooth loading state transitions */
.sci-prouse-carousel {
position: relative;
}
.sci-prouse-carousel::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(20px);
opacity: 0;
transition: opacity 0.6s ease;
pointer-events: none;
z-index: 1;
}
.sci-prouse-carousel.loading::before {
opacity: 1;
}
/* Loading state for carousel container */
.swiper-container[style*=”display: none”] {
filter: blur(10px);
opacity: 0;
}
/* Pagination Styling */
.swiper-pagination-bullet {
background: var(–sci-primary-color) !important;
opacity: 0.3 !important;
}
.swiper-pagination-bullet-active {
opacity: 1 !important;
}
/* Elementor Admin Panel Enhancements */
.elementor-control-selected_category select {
font-family: monospace;
line-height: 1.4;
}
.elementor-control-selected_category option {
padding: 4px 8px;
line-height: 1.4;
}
/* Improve hierarchy visibility in dropdown */
.elementor-control-selected_category option[value*=”—”] {
font-style: italic;
color: #666;
}
Plasa gard
Plasa de gard reprezintă una dintre cele mai practice și economice soluții pentru împrejmuiri rezidențiale, agricole sau industriale. Fabricată din sârmă zincată și tratată anticoroziv, aceasta garantează rezistență în timp și protecție împotriva intemperiilor. Plasa de gard este ușor de montat, flexibilă și adaptabilă la diverse tipuri de teren, fiind ideală pentru curți, grădini, livezi, terenuri sportive sau spații pentru animale.



ÃŽn stoc
-22%
Plasa gard impletita 1.6 x 1200 mm
86.23 lei / buc
Plasa gard impletita
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-20%
Plasa gard impletita 1.6 x 1500 mm
92.33 lei / buc
Plasa gard impletita
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-22%
Plasa gard impletita 1.6 x 1700 mm
104.45 lei / buc
Plasa gard impletita
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-15%
Plasa gard impletita 1.6 x 2000 mm
120.63 lei / buc
Plasa gard impletita
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-14%
Plasa gard impletita 1.6 x 1200 mm 20 m
168.78 lei / buc
Plasa gard impletita
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
:root {
–sci-primary-color: #da1d02;
–sci-primary-hover: #b01702;
–sci-text-color: #333;
–sci-light-bg: #f8f9fa;
}
.sci-prouse-carousel {
margin: 0px 0;
position: relative;
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
padding: 30px;
}
.sci-carousel-title {
font-family: ‘Montserrat’, sans-serif;
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
text-align: center;
color: var(–sci-text-color);
}
.sci-carousel-description {
font-family: ‘Montserrat’, sans-serif;
text-align: center;
margin-bottom: 20px;
color: #666;
font-size: 16px;
}
.sci-no-products-message {
text-align: center;
padding: 40px 20px;
background: var(–sci-light-bg);
border-radius: 8px;
margin: 20px 0;
}
.sci-carousel-button {
text-align: center;
margin-top: 20px;
}
.sci-button {
display: block;
width: 100%;
padding: 12px 24px;
background: var(–sci-primary-color);
color: white;
text-decoration: none;
border-radius: 4px;
transition: all 0.3s ease;
font-family: ‘Montserrat’, sans-serif;
font-weight: 500;
text-align: center;
box-shadow: 0 2px 4px rgba(218, 29, 2, 0.2);
}
.sci-button:hover {
background: var(–sci-primary-hover);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(218, 29, 2, 0.3);
}
/* HIDE ENTIRE WIDGET ON MOBILE DEVICES */
@media (max-width: 767px) {
.elementor-widget-sci_prouse_carousel {
display: none !important;
}
}
/* SIMPLE GRID LAYOUT – No carousel functionality – DESKTOP/TABLET ONLY */
.sci-products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
/* Responsive grid adjustments */
@media (min-width: 768px) {
.sci-products-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.sci-products-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1200px) {
.sci-products-grid {
grid-template-columns: repeat(5, 1fr);
}
}
.sci-product-item {
display: flex;
flex-direction: column;
height: 100%;
}
/* Unique Alpine Product Card Class for SCI Carousel – Container Only */
.sci-alpine-product-card {
/* This class is used only for targeting specificity, no visual changes */
}
/* Responsive Product Card Images */
.sci-alpine-product-card .product-image-container {
width: 100%;
position: relative;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
width: 100%;
height: auto;
display: block;
transition: all 0.3s ease;
}
/* Consistent Image Sizing – 200px across all devices */
.sci-alpine-product-card .product-image-container {
height: 200px;
border-radius: 8px 8px 0 0;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease;
}
/* Responsive Product Card Text */
.sci-alpine-product-card .product-title {
margin-bottom: 8px;
line-height: 1.4;
font-weight: 600;
}
/* Mobile/Tablet Text Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .product-title {
font-size: 16px;
}
.sci-alpine-product-card .product-info {
padding: 16px;
}
}
/* Laptop Text Sizing – Optimized for 4 cards */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .product-title {
font-size: 14px;
}
.sci-alpine-product-card .product-info {
padding: 12px;
}
}
/* Desktop Text Sizing – Optimized for 5 cards */
@media (min-width: 1440px) {
.sci-alpine-product-card .product-title {
font-size: 13px;
}
.sci-alpine-product-card .product-info {
padding: 10px;
}
}
/* Responsive Category Display */
.sci-alpine-product-card .category-display {
display: flex !important;
align-items: center;
gap: 6px;
margin-bottom: 8px;
}
.sci-alpine-product-card .category-link {
display: flex;
align-items: center;
gap: 4px;
text-decoration: none;
color: #6b7280;
transition: all 0.3s ease;
padding: 4px 8px;
border-radius: 6px;
font-weight: 500;
}
.sci-alpine-product-card .category-link:hover {
color: var(–primary-color);
background: rgba(212, 32, 5, 0.05);
transform: translateY(-1px);
}
.sci-alpine-product-card .category-icon-svg {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-link:hover .category-svg-icon {
transform: scale(1.1);
filter: brightness(0) saturate(100%) invert(8%) sepia(100%) saturate(4675%) hue-rotate(357deg) brightness(93%) contrast(118%);
}
/* Mobile/Tablet Category Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .category-link {
font-size: 12px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Laptop Category Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .category-link {
font-size: 11px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Desktop Category Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .category-link {
font-size: 10px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Enhanced Product Card Price Display */
.enhanced-product-card .price-display {
font-size: 25px;
font-weight: 700;
color: #d01e03;
line-height: 1.2;
}
/* Responsive Price Display */
.sci-alpine-product-card .price-container {
margin-bottom: 12px;
}
.sci-alpine-product-card .price {
font-weight: 700;
color: var(–sci-primary-color, #da1d02);
}
/* Mobile/Tablet Price Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .price {
font-size: 18px;
}
}
/* Laptop Price Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .price {
font-size: 16px;
}
}
/* Desktop Price Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .price {
font-size: 15px;
}
}
/* Responsive Button Styling */
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
width: 100%;
border: none;
border-radius: 6px;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;
background: var(–sci-primary-color, #da1d02);
color: white;
}
.sci-alpine-product-card .add-to-cart-button:hover,
.sci-alpine-product-card .variation-selector-button:hover {
background: var(–sci-primary-hover, #b01702);
transform: translateY(-1px);
}
/* Mobile/Tablet Button Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 12px 20px;
font-size: 14px;
}
}
/* Laptop Button Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 10px 16px;
font-size: 13px;
}
}
/* Desktop Button Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 8px 14px;
font-size: 12px;
}
}
/* Responsive Card Spacing */
@media (max-width: 1023px) {
.sci-alpine-product-card {
margin-bottom: 20px;
}
}
@media (min-width: 1024px) {
.sci-alpine-product-card {
margin-bottom: 15px;
}
}
/* Lazy Loading Placeholder Styles */
.lazy-product-placeholder {
display: flex;
align-items: center;
justify-content: center;
height: 400px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 8px;
filter: blur(4px);
opacity: 0.8;
transition: all 0.4s ease;
}
.lazy-loading-spinner {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
color: #6c757d;
}
.lazy-loading-spinner i {
font-size: 24px;
color: var(–sci-primary-color);
}
.lazy-loading-spinner span {
font-size: 14px;
font-weight: 500;
}
/* Swiper Navigation Styling – Positioned Outside Active Area */
.swiper-button-next,
.swiper-button-prev {
width: 44px !important;
height: 44px !important;
background: var(–sci-primary-color) !important;
border-radius: 50% !important;
color: white !important;
transition: all 0.3s ease !important;
box-shadow: 0 2px 8px rgba(218, 29, 2, 0.3) !important;
top: 50% !important;
transform: translateY(-50%) !important;
z-index: 10 !important;
}
.swiper-button-next {
right: -60px !important;
}
.swiper-button-prev {
left: -60px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: var(–sci-primary-hover) !important;
transform: translateY(-50%) scale(1.1) !important;
box-shadow: 0 4px 12px rgba(218, 29, 2, 0.4) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 16px !important;
font-weight: bold !important;
}
/* Responsive navigation positioning */
@media (max-width: 1023px) {
.swiper-button-next {
right: -50px !important;
}
.swiper-button-prev {
left: -50px !important;
}
}
@media (max-width: 767px) {
.swiper-button-next {
right: -40px !important;
}
.swiper-button-prev {
left: -40px !important;
}
}
/* Static Slide Appearance – No Animations */
.swiper-slide {
opacity: 1 !important;
transform: none !important;
transition: none !important;
filter: none !important;
}
/* Remove transitions during initialization */
.swiper-slide .enhanced-product-card,
.swiper-slide .product-card,
.swiper-slide .sci-alpine-product-card {
transition: none !important;
}
/* Re-enable transitions only for user interactions */
.swiper-initialized .swiper-slide .enhanced-product-card,
.swiper-initialized .swiper-slide .product-card,
.swiper-initialized .swiper-slide .sci-alpine-product-card {
transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
/* Active slide enhancement – static appearance */
.swiper-slide.active-slide {
filter: none !important;
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.active-slide .enhanced-product-card,
.swiper-slide.active-slide .product-card,
.swiper-slide.active-slide .sci-alpine-product-card {
/* Keep original styling – no enhanced effects */
}
/* Initial products that are not active – static dimming */
.swiper-slide.initial-slide-inactive {
filter: none !important;
opacity: 0.7 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.initial-slide-inactive:hover {
opacity: 0.9 !important;
transform: none !important;
}
/* Enhanced blur effect for lazy-loaded products – static */
.swiper-slide.blurred-slide {
filter: blur(6px) !important;
opacity: 0.3 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.blurred-slide:hover {
filter: blur(3px) !important;
opacity: 0.5 !important;
transform: none !important;
}
/* Remove all Swiper default animations */
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
filter: none !important;
transform: none !important;
transition: none !important;
}
/* Remove all initial page load animations */
.swiper-slide {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
.swiper-slide.slide-animate-in {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
/* Ensure static appearance on load */
.swiper-slide * {
animation: none !important;
}
/* Smooth loading state transitions */
.sci-prouse-carousel {
position: relative;
}
.sci-prouse-carousel::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(20px);
opacity: 0;
transition: opacity 0.6s ease;
pointer-events: none;
z-index: 1;
}
.sci-prouse-carousel.loading::before {
opacity: 1;
}
/* Loading state for carousel container */
.swiper-container[style*=”display: none”] {
filter: blur(10px);
opacity: 0;
}
/* Pagination Styling */
.swiper-pagination-bullet {
background: var(–sci-primary-color) !important;
opacity: 0.3 !important;
}
.swiper-pagination-bullet-active {
opacity: 1 !important;
}
/* Elementor Admin Panel Enhancements */
.elementor-control-selected_category select {
font-family: monospace;
line-height: 1.4;
}
.elementor-control-selected_category option {
padding: 4px 8px;
line-height: 1.4;
}
/* Improve hierarchy visibility in dropdown */
.elementor-control-selected_category option[value*=”—”] {
font-style: italic;
color: #666;
}
Burghie
Burghie profesionale și universale pentru găurire precisă în metal, lemn, beton sau plastic. Realizate din materiale de calitate superioară, asigură rezistență, durabilitate și eficiență maximă în orice lucrare. Alege burghiul potrivit și finalizează-ți proiectele rapid și fără efort – comandă acum online!



ÃŽn stoc
Burghiu pentru beton SDS 18 x 260 mm
37 lei / buc
Burghie SDS beton
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Burghiu pentru metal HSS 1.5 mm
1.42 lei / buc
Burghie HSS metal
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Burghiu pentru metal HSS 2 mm
1.59 lei / buc
Burghie HSS metal
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Burghiu pentru metal HSS 2.5 mm
1.56 lei / buc
Burghie HSS metal
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Burghiu pentru metal HSS 3 mm
1.69 lei / buc
Burghie HSS metal
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
:root {
–sci-primary-color: #da1d02;
–sci-primary-hover: #b01702;
–sci-text-color: #333;
–sci-light-bg: #f8f9fa;
}
.sci-prouse-carousel {
margin: 0px 0;
position: relative;
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
padding: 30px;
}
.sci-carousel-title {
font-family: ‘Montserrat’, sans-serif;
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
text-align: center;
color: var(–sci-text-color);
}
.sci-carousel-description {
font-family: ‘Montserrat’, sans-serif;
text-align: center;
margin-bottom: 20px;
color: #666;
font-size: 16px;
}
.sci-no-products-message {
text-align: center;
padding: 40px 20px;
background: var(–sci-light-bg);
border-radius: 8px;
margin: 20px 0;
}
.sci-carousel-button {
text-align: center;
margin-top: 20px;
}
.sci-button {
display: block;
width: 100%;
padding: 12px 24px;
background: var(–sci-primary-color);
color: white;
text-decoration: none;
border-radius: 4px;
transition: all 0.3s ease;
font-family: ‘Montserrat’, sans-serif;
font-weight: 500;
text-align: center;
box-shadow: 0 2px 4px rgba(218, 29, 2, 0.2);
}
.sci-button:hover {
background: var(–sci-primary-hover);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(218, 29, 2, 0.3);
}
/* HIDE ENTIRE WIDGET ON MOBILE DEVICES */
@media (max-width: 767px) {
.elementor-widget-sci_prouse_carousel {
display: none !important;
}
}
/* SIMPLE GRID LAYOUT – No carousel functionality – DESKTOP/TABLET ONLY */
.sci-products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
/* Responsive grid adjustments */
@media (min-width: 768px) {
.sci-products-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.sci-products-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1200px) {
.sci-products-grid {
grid-template-columns: repeat(5, 1fr);
}
}
.sci-product-item {
display: flex;
flex-direction: column;
height: 100%;
}
/* Unique Alpine Product Card Class for SCI Carousel – Container Only */
.sci-alpine-product-card {
/* This class is used only for targeting specificity, no visual changes */
}
/* Responsive Product Card Images */
.sci-alpine-product-card .product-image-container {
width: 100%;
position: relative;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
width: 100%;
height: auto;
display: block;
transition: all 0.3s ease;
}
/* Consistent Image Sizing – 200px across all devices */
.sci-alpine-product-card .product-image-container {
height: 200px;
border-radius: 8px 8px 0 0;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease;
}
/* Responsive Product Card Text */
.sci-alpine-product-card .product-title {
margin-bottom: 8px;
line-height: 1.4;
font-weight: 600;
}
/* Mobile/Tablet Text Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .product-title {
font-size: 16px;
}
.sci-alpine-product-card .product-info {
padding: 16px;
}
}
/* Laptop Text Sizing – Optimized for 4 cards */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .product-title {
font-size: 14px;
}
.sci-alpine-product-card .product-info {
padding: 12px;
}
}
/* Desktop Text Sizing – Optimized for 5 cards */
@media (min-width: 1440px) {
.sci-alpine-product-card .product-title {
font-size: 13px;
}
.sci-alpine-product-card .product-info {
padding: 10px;
}
}
/* Responsive Category Display */
.sci-alpine-product-card .category-display {
display: flex !important;
align-items: center;
gap: 6px;
margin-bottom: 8px;
}
.sci-alpine-product-card .category-link {
display: flex;
align-items: center;
gap: 4px;
text-decoration: none;
color: #6b7280;
transition: all 0.3s ease;
padding: 4px 8px;
border-radius: 6px;
font-weight: 500;
}
.sci-alpine-product-card .category-link:hover {
color: var(–primary-color);
background: rgba(212, 32, 5, 0.05);
transform: translateY(-1px);
}
.sci-alpine-product-card .category-icon-svg {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-link:hover .category-svg-icon {
transform: scale(1.1);
filter: brightness(0) saturate(100%) invert(8%) sepia(100%) saturate(4675%) hue-rotate(357deg) brightness(93%) contrast(118%);
}
/* Mobile/Tablet Category Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .category-link {
font-size: 12px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Laptop Category Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .category-link {
font-size: 11px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Desktop Category Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .category-link {
font-size: 10px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Enhanced Product Card Price Display */
.enhanced-product-card .price-display {
font-size: 25px;
font-weight: 700;
color: #d01e03;
line-height: 1.2;
}
/* Responsive Price Display */
.sci-alpine-product-card .price-container {
margin-bottom: 12px;
}
.sci-alpine-product-card .price {
font-weight: 700;
color: var(–sci-primary-color, #da1d02);
}
/* Mobile/Tablet Price Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .price {
font-size: 18px;
}
}
/* Laptop Price Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .price {
font-size: 16px;
}
}
/* Desktop Price Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .price {
font-size: 15px;
}
}
/* Responsive Button Styling */
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
width: 100%;
border: none;
border-radius: 6px;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;
background: var(–sci-primary-color, #da1d02);
color: white;
}
.sci-alpine-product-card .add-to-cart-button:hover,
.sci-alpine-product-card .variation-selector-button:hover {
background: var(–sci-primary-hover, #b01702);
transform: translateY(-1px);
}
/* Mobile/Tablet Button Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 12px 20px;
font-size: 14px;
}
}
/* Laptop Button Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 10px 16px;
font-size: 13px;
}
}
/* Desktop Button Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 8px 14px;
font-size: 12px;
}
}
/* Responsive Card Spacing */
@media (max-width: 1023px) {
.sci-alpine-product-card {
margin-bottom: 20px;
}
}
@media (min-width: 1024px) {
.sci-alpine-product-card {
margin-bottom: 15px;
}
}
/* Lazy Loading Placeholder Styles */
.lazy-product-placeholder {
display: flex;
align-items: center;
justify-content: center;
height: 400px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 8px;
filter: blur(4px);
opacity: 0.8;
transition: all 0.4s ease;
}
.lazy-loading-spinner {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
color: #6c757d;
}
.lazy-loading-spinner i {
font-size: 24px;
color: var(–sci-primary-color);
}
.lazy-loading-spinner span {
font-size: 14px;
font-weight: 500;
}
/* Swiper Navigation Styling – Positioned Outside Active Area */
.swiper-button-next,
.swiper-button-prev {
width: 44px !important;
height: 44px !important;
background: var(–sci-primary-color) !important;
border-radius: 50% !important;
color: white !important;
transition: all 0.3s ease !important;
box-shadow: 0 2px 8px rgba(218, 29, 2, 0.3) !important;
top: 50% !important;
transform: translateY(-50%) !important;
z-index: 10 !important;
}
.swiper-button-next {
right: -60px !important;
}
.swiper-button-prev {
left: -60px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: var(–sci-primary-hover) !important;
transform: translateY(-50%) scale(1.1) !important;
box-shadow: 0 4px 12px rgba(218, 29, 2, 0.4) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 16px !important;
font-weight: bold !important;
}
/* Responsive navigation positioning */
@media (max-width: 1023px) {
.swiper-button-next {
right: -50px !important;
}
.swiper-button-prev {
left: -50px !important;
}
}
@media (max-width: 767px) {
.swiper-button-next {
right: -40px !important;
}
.swiper-button-prev {
left: -40px !important;
}
}
/* Static Slide Appearance – No Animations */
.swiper-slide {
opacity: 1 !important;
transform: none !important;
transition: none !important;
filter: none !important;
}
/* Remove transitions during initialization */
.swiper-slide .enhanced-product-card,
.swiper-slide .product-card,
.swiper-slide .sci-alpine-product-card {
transition: none !important;
}
/* Re-enable transitions only for user interactions */
.swiper-initialized .swiper-slide .enhanced-product-card,
.swiper-initialized .swiper-slide .product-card,
.swiper-initialized .swiper-slide .sci-alpine-product-card {
transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
/* Active slide enhancement – static appearance */
.swiper-slide.active-slide {
filter: none !important;
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.active-slide .enhanced-product-card,
.swiper-slide.active-slide .product-card,
.swiper-slide.active-slide .sci-alpine-product-card {
/* Keep original styling – no enhanced effects */
}
/* Initial products that are not active – static dimming */
.swiper-slide.initial-slide-inactive {
filter: none !important;
opacity: 0.7 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.initial-slide-inactive:hover {
opacity: 0.9 !important;
transform: none !important;
}
/* Enhanced blur effect for lazy-loaded products – static */
.swiper-slide.blurred-slide {
filter: blur(6px) !important;
opacity: 0.3 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.blurred-slide:hover {
filter: blur(3px) !important;
opacity: 0.5 !important;
transform: none !important;
}
/* Remove all Swiper default animations */
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
filter: none !important;
transform: none !important;
transition: none !important;
}
/* Remove all initial page load animations */
.swiper-slide {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
.swiper-slide.slide-animate-in {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
/* Ensure static appearance on load */
.swiper-slide * {
animation: none !important;
}
/* Smooth loading state transitions */
.sci-prouse-carousel {
position: relative;
}
.sci-prouse-carousel::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(20px);
opacity: 0;
transition: opacity 0.6s ease;
pointer-events: none;
z-index: 1;
}
.sci-prouse-carousel.loading::before {
opacity: 1;
}
/* Loading state for carousel container */
.swiper-container[style*=”display: none”] {
filter: blur(10px);
opacity: 0;
}
/* Pagination Styling */
.swiper-pagination-bullet {
background: var(–sci-primary-color) !important;
opacity: 0.3 !important;
}
.swiper-pagination-bullet-active {
opacity: 1 !important;
}
/* Elementor Admin Panel Enhancements */
.elementor-control-selected_category select {
font-family: monospace;
line-height: 1.4;
}
.elementor-control-selected_category option {
padding: 4px 8px;
line-height: 1.4;
}
/* Improve hierarchy visibility in dropdown */
.elementor-control-selected_category option[value*=”—”] {
font-style: italic;
color: #666;
}
Sarma constructii
Sârma de construcții este un element esențial în orice proiect de zidărie, betonare sau armare. Folosită pentru legarea fierului beton și fixarea structurilor, aceasta asigură rezistență, stabilitate și eficiență pe termen lung.



ÃŽn stoc
-7%
Rola de 25 Kg
Sarma zincata 0.8 mm
10.73 Lei / Kg
PreÈ› per rola:
268.25 lei
Sarma zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-10%
Rola de 25 Kg
Sarma zincata 1.2 mm
10.10 Lei / Kg
PreÈ› per rola:
252.50 lei
Sarma zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-7%
Rola de 25 Kg
Sarma zincata 1.6 mm
8.08 Lei / Kg
PreÈ› per rola:
202.00 lei
Sarma zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-7%
Rola de 25 Kg
Sarma zincata 1.8 mm
8.08 Lei / Kg
PreÈ› per rola:
202.00 lei
Sarma zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-8%
Rola de 25 Kg
Sarma zincata 2.0 mm
8.04 Lei / Kg
PreÈ› per rola:
201.00 lei
Sarma zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
:root {
–sci-primary-color: #da1d02;
–sci-primary-hover: #b01702;
–sci-text-color: #333;
–sci-light-bg: #f8f9fa;
}
.sci-prouse-carousel {
margin: 0px 0;
position: relative;
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
padding: 30px;
}
.sci-carousel-title {
font-family: ‘Montserrat’, sans-serif;
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
text-align: center;
color: var(–sci-text-color);
}
.sci-carousel-description {
font-family: ‘Montserrat’, sans-serif;
text-align: center;
margin-bottom: 20px;
color: #666;
font-size: 16px;
}
.sci-no-products-message {
text-align: center;
padding: 40px 20px;
background: var(–sci-light-bg);
border-radius: 8px;
margin: 20px 0;
}
.sci-carousel-button {
text-align: center;
margin-top: 20px;
}
.sci-button {
display: block;
width: 100%;
padding: 12px 24px;
background: var(–sci-primary-color);
color: white;
text-decoration: none;
border-radius: 4px;
transition: all 0.3s ease;
font-family: ‘Montserrat’, sans-serif;
font-weight: 500;
text-align: center;
box-shadow: 0 2px 4px rgba(218, 29, 2, 0.2);
}
.sci-button:hover {
background: var(–sci-primary-hover);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(218, 29, 2, 0.3);
}
/* HIDE ENTIRE WIDGET ON MOBILE DEVICES */
@media (max-width: 767px) {
.elementor-widget-sci_prouse_carousel {
display: none !important;
}
}
/* SIMPLE GRID LAYOUT – No carousel functionality – DESKTOP/TABLET ONLY */
.sci-products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
/* Responsive grid adjustments */
@media (min-width: 768px) {
.sci-products-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.sci-products-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1200px) {
.sci-products-grid {
grid-template-columns: repeat(5, 1fr);
}
}
.sci-product-item {
display: flex;
flex-direction: column;
height: 100%;
}
/* Unique Alpine Product Card Class for SCI Carousel – Container Only */
.sci-alpine-product-card {
/* This class is used only for targeting specificity, no visual changes */
}
/* Responsive Product Card Images */
.sci-alpine-product-card .product-image-container {
width: 100%;
position: relative;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
width: 100%;
height: auto;
display: block;
transition: all 0.3s ease;
}
/* Consistent Image Sizing – 200px across all devices */
.sci-alpine-product-card .product-image-container {
height: 200px;
border-radius: 8px 8px 0 0;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease;
}
/* Responsive Product Card Text */
.sci-alpine-product-card .product-title {
margin-bottom: 8px;
line-height: 1.4;
font-weight: 600;
}
/* Mobile/Tablet Text Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .product-title {
font-size: 16px;
}
.sci-alpine-product-card .product-info {
padding: 16px;
}
}
/* Laptop Text Sizing – Optimized for 4 cards */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .product-title {
font-size: 14px;
}
.sci-alpine-product-card .product-info {
padding: 12px;
}
}
/* Desktop Text Sizing – Optimized for 5 cards */
@media (min-width: 1440px) {
.sci-alpine-product-card .product-title {
font-size: 13px;
}
.sci-alpine-product-card .product-info {
padding: 10px;
}
}
/* Responsive Category Display */
.sci-alpine-product-card .category-display {
display: flex !important;
align-items: center;
gap: 6px;
margin-bottom: 8px;
}
.sci-alpine-product-card .category-link {
display: flex;
align-items: center;
gap: 4px;
text-decoration: none;
color: #6b7280;
transition: all 0.3s ease;
padding: 4px 8px;
border-radius: 6px;
font-weight: 500;
}
.sci-alpine-product-card .category-link:hover {
color: var(–primary-color);
background: rgba(212, 32, 5, 0.05);
transform: translateY(-1px);
}
.sci-alpine-product-card .category-icon-svg {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-link:hover .category-svg-icon {
transform: scale(1.1);
filter: brightness(0) saturate(100%) invert(8%) sepia(100%) saturate(4675%) hue-rotate(357deg) brightness(93%) contrast(118%);
}
/* Mobile/Tablet Category Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .category-link {
font-size: 12px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Laptop Category Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .category-link {
font-size: 11px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Desktop Category Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .category-link {
font-size: 10px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Enhanced Product Card Price Display */
.enhanced-product-card .price-display {
font-size: 25px;
font-weight: 700;
color: #d01e03;
line-height: 1.2;
}
/* Responsive Price Display */
.sci-alpine-product-card .price-container {
margin-bottom: 12px;
}
.sci-alpine-product-card .price {
font-weight: 700;
color: var(–sci-primary-color, #da1d02);
}
/* Mobile/Tablet Price Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .price {
font-size: 18px;
}
}
/* Laptop Price Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .price {
font-size: 16px;
}
}
/* Desktop Price Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .price {
font-size: 15px;
}
}
/* Responsive Button Styling */
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
width: 100%;
border: none;
border-radius: 6px;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;
background: var(–sci-primary-color, #da1d02);
color: white;
}
.sci-alpine-product-card .add-to-cart-button:hover,
.sci-alpine-product-card .variation-selector-button:hover {
background: var(–sci-primary-hover, #b01702);
transform: translateY(-1px);
}
/* Mobile/Tablet Button Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 12px 20px;
font-size: 14px;
}
}
/* Laptop Button Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 10px 16px;
font-size: 13px;
}
}
/* Desktop Button Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 8px 14px;
font-size: 12px;
}
}
/* Responsive Card Spacing */
@media (max-width: 1023px) {
.sci-alpine-product-card {
margin-bottom: 20px;
}
}
@media (min-width: 1024px) {
.sci-alpine-product-card {
margin-bottom: 15px;
}
}
/* Lazy Loading Placeholder Styles */
.lazy-product-placeholder {
display: flex;
align-items: center;
justify-content: center;
height: 400px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 8px;
filter: blur(4px);
opacity: 0.8;
transition: all 0.4s ease;
}
.lazy-loading-spinner {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
color: #6c757d;
}
.lazy-loading-spinner i {
font-size: 24px;
color: var(–sci-primary-color);
}
.lazy-loading-spinner span {
font-size: 14px;
font-weight: 500;
}
/* Swiper Navigation Styling – Positioned Outside Active Area */
.swiper-button-next,
.swiper-button-prev {
width: 44px !important;
height: 44px !important;
background: var(–sci-primary-color) !important;
border-radius: 50% !important;
color: white !important;
transition: all 0.3s ease !important;
box-shadow: 0 2px 8px rgba(218, 29, 2, 0.3) !important;
top: 50% !important;
transform: translateY(-50%) !important;
z-index: 10 !important;
}
.swiper-button-next {
right: -60px !important;
}
.swiper-button-prev {
left: -60px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: var(–sci-primary-hover) !important;
transform: translateY(-50%) scale(1.1) !important;
box-shadow: 0 4px 12px rgba(218, 29, 2, 0.4) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 16px !important;
font-weight: bold !important;
}
/* Responsive navigation positioning */
@media (max-width: 1023px) {
.swiper-button-next {
right: -50px !important;
}
.swiper-button-prev {
left: -50px !important;
}
}
@media (max-width: 767px) {
.swiper-button-next {
right: -40px !important;
}
.swiper-button-prev {
left: -40px !important;
}
}
/* Static Slide Appearance – No Animations */
.swiper-slide {
opacity: 1 !important;
transform: none !important;
transition: none !important;
filter: none !important;
}
/* Remove transitions during initialization */
.swiper-slide .enhanced-product-card,
.swiper-slide .product-card,
.swiper-slide .sci-alpine-product-card {
transition: none !important;
}
/* Re-enable transitions only for user interactions */
.swiper-initialized .swiper-slide .enhanced-product-card,
.swiper-initialized .swiper-slide .product-card,
.swiper-initialized .swiper-slide .sci-alpine-product-card {
transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
/* Active slide enhancement – static appearance */
.swiper-slide.active-slide {
filter: none !important;
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.active-slide .enhanced-product-card,
.swiper-slide.active-slide .product-card,
.swiper-slide.active-slide .sci-alpine-product-card {
/* Keep original styling – no enhanced effects */
}
/* Initial products that are not active – static dimming */
.swiper-slide.initial-slide-inactive {
filter: none !important;
opacity: 0.7 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.initial-slide-inactive:hover {
opacity: 0.9 !important;
transform: none !important;
}
/* Enhanced blur effect for lazy-loaded products – static */
.swiper-slide.blurred-slide {
filter: blur(6px) !important;
opacity: 0.3 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.blurred-slide:hover {
filter: blur(3px) !important;
opacity: 0.5 !important;
transform: none !important;
}
/* Remove all Swiper default animations */
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
filter: none !important;
transform: none !important;
transition: none !important;
}
/* Remove all initial page load animations */
.swiper-slide {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
.swiper-slide.slide-animate-in {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
/* Ensure static appearance on load */
.swiper-slide * {
animation: none !important;
}
/* Smooth loading state transitions */
.sci-prouse-carousel {
position: relative;
}
.sci-prouse-carousel::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(20px);
opacity: 0;
transition: opacity 0.6s ease;
pointer-events: none;
z-index: 1;
}
.sci-prouse-carousel.loading::before {
opacity: 1;
}
/* Loading state for carousel container */
.swiper-container[style*=”display: none”] {
filter: blur(10px);
opacity: 0;
}
/* Pagination Styling */
.swiper-pagination-bullet {
background: var(–sci-primary-color) !important;
opacity: 0.3 !important;
}
.swiper-pagination-bullet-active {
opacity: 1 !important;
}
/* Elementor Admin Panel Enhancements */
.elementor-control-selected_category select {
font-family: monospace;
line-height: 1.4;
}
.elementor-control-selected_category option {
padding: 4px 8px;
line-height: 1.4;
}
/* Improve hierarchy visibility in dropdown */
.elementor-control-selected_category option[value*=”—”] {
font-style: italic;
color: #666;
}
Tabla zincata
Tabla zincată este un material de construcții indispensabil, utilizat pe scară largă pentru acoperișuri, garduri, confecții metalice și structuri rezistente la intemperii. Procesul de zincare oferă o protecție excelentă împotriva ruginii și coroziunii, asigurând o durată de viață îndelungată chiar și în condiții climatice dificile.



ÃŽn stoc
-36%
Tabla zincata cutata 0.15 mm
20.08 lei / buc
Tabla cutata zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-42%
Tabla zincata cutata 0.20 mm
24 lei / buc
Tabla cutata zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-32%
Tabla zincata cutata 0.25 mm
30.12 lei / buc
Tabla cutata zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-34%
Tabla zincata cutata 0.3 mm Plus
35.07 lei / buc
Tabla cutata zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-25%
Tabla zincata cutata 0.35 mm
41.32 lei / buc
Tabla cutata zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
:root {
–sci-primary-color: #da1d02;
–sci-primary-hover: #b01702;
–sci-text-color: #333;
–sci-light-bg: #f8f9fa;
}
.sci-prouse-carousel {
margin: 0px 0;
position: relative;
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
padding: 30px;
}
.sci-carousel-title {
font-family: ‘Montserrat’, sans-serif;
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
text-align: center;
color: var(–sci-text-color);
}
.sci-carousel-description {
font-family: ‘Montserrat’, sans-serif;
text-align: center;
margin-bottom: 20px;
color: #666;
font-size: 16px;
}
.sci-no-products-message {
text-align: center;
padding: 40px 20px;
background: var(–sci-light-bg);
border-radius: 8px;
margin: 20px 0;
}
.sci-carousel-button {
text-align: center;
margin-top: 20px;
}
.sci-button {
display: block;
width: 100%;
padding: 12px 24px;
background: var(–sci-primary-color);
color: white;
text-decoration: none;
border-radius: 4px;
transition: all 0.3s ease;
font-family: ‘Montserrat’, sans-serif;
font-weight: 500;
text-align: center;
box-shadow: 0 2px 4px rgba(218, 29, 2, 0.2);
}
.sci-button:hover {
background: var(–sci-primary-hover);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(218, 29, 2, 0.3);
}
/* HIDE ENTIRE WIDGET ON MOBILE DEVICES */
@media (max-width: 767px) {
.elementor-widget-sci_prouse_carousel {
display: none !important;
}
}
/* SIMPLE GRID LAYOUT – No carousel functionality – DESKTOP/TABLET ONLY */
.sci-products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
/* Responsive grid adjustments */
@media (min-width: 768px) {
.sci-products-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.sci-products-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1200px) {
.sci-products-grid {
grid-template-columns: repeat(5, 1fr);
}
}
.sci-product-item {
display: flex;
flex-direction: column;
height: 100%;
}
/* Unique Alpine Product Card Class for SCI Carousel – Container Only */
.sci-alpine-product-card {
/* This class is used only for targeting specificity, no visual changes */
}
/* Responsive Product Card Images */
.sci-alpine-product-card .product-image-container {
width: 100%;
position: relative;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
width: 100%;
height: auto;
display: block;
transition: all 0.3s ease;
}
/* Consistent Image Sizing – 200px across all devices */
.sci-alpine-product-card .product-image-container {
height: 200px;
border-radius: 8px 8px 0 0;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease;
}
/* Responsive Product Card Text */
.sci-alpine-product-card .product-title {
margin-bottom: 8px;
line-height: 1.4;
font-weight: 600;
}
/* Mobile/Tablet Text Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .product-title {
font-size: 16px;
}
.sci-alpine-product-card .product-info {
padding: 16px;
}
}
/* Laptop Text Sizing – Optimized for 4 cards */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .product-title {
font-size: 14px;
}
.sci-alpine-product-card .product-info {
padding: 12px;
}
}
/* Desktop Text Sizing – Optimized for 5 cards */
@media (min-width: 1440px) {
.sci-alpine-product-card .product-title {
font-size: 13px;
}
.sci-alpine-product-card .product-info {
padding: 10px;
}
}
/* Responsive Category Display */
.sci-alpine-product-card .category-display {
display: flex !important;
align-items: center;
gap: 6px;
margin-bottom: 8px;
}
.sci-alpine-product-card .category-link {
display: flex;
align-items: center;
gap: 4px;
text-decoration: none;
color: #6b7280;
transition: all 0.3s ease;
padding: 4px 8px;
border-radius: 6px;
font-weight: 500;
}
.sci-alpine-product-card .category-link:hover {
color: var(–primary-color);
background: rgba(212, 32, 5, 0.05);
transform: translateY(-1px);
}
.sci-alpine-product-card .category-icon-svg {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-link:hover .category-svg-icon {
transform: scale(1.1);
filter: brightness(0) saturate(100%) invert(8%) sepia(100%) saturate(4675%) hue-rotate(357deg) brightness(93%) contrast(118%);
}
/* Mobile/Tablet Category Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .category-link {
font-size: 12px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Laptop Category Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .category-link {
font-size: 11px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Desktop Category Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .category-link {
font-size: 10px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Enhanced Product Card Price Display */
.enhanced-product-card .price-display {
font-size: 25px;
font-weight: 700;
color: #d01e03;
line-height: 1.2;
}
/* Responsive Price Display */
.sci-alpine-product-card .price-container {
margin-bottom: 12px;
}
.sci-alpine-product-card .price {
font-weight: 700;
color: var(–sci-primary-color, #da1d02);
}
/* Mobile/Tablet Price Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .price {
font-size: 18px;
}
}
/* Laptop Price Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .price {
font-size: 16px;
}
}
/* Desktop Price Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .price {
font-size: 15px;
}
}
/* Responsive Button Styling */
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
width: 100%;
border: none;
border-radius: 6px;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;
background: var(–sci-primary-color, #da1d02);
color: white;
}
.sci-alpine-product-card .add-to-cart-button:hover,
.sci-alpine-product-card .variation-selector-button:hover {
background: var(–sci-primary-hover, #b01702);
transform: translateY(-1px);
}
/* Mobile/Tablet Button Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 12px 20px;
font-size: 14px;
}
}
/* Laptop Button Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 10px 16px;
font-size: 13px;
}
}
/* Desktop Button Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 8px 14px;
font-size: 12px;
}
}
/* Responsive Card Spacing */
@media (max-width: 1023px) {
.sci-alpine-product-card {
margin-bottom: 20px;
}
}
@media (min-width: 1024px) {
.sci-alpine-product-card {
margin-bottom: 15px;
}
}
/* Lazy Loading Placeholder Styles */
.lazy-product-placeholder {
display: flex;
align-items: center;
justify-content: center;
height: 400px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 8px;
filter: blur(4px);
opacity: 0.8;
transition: all 0.4s ease;
}
.lazy-loading-spinner {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
color: #6c757d;
}
.lazy-loading-spinner i {
font-size: 24px;
color: var(–sci-primary-color);
}
.lazy-loading-spinner span {
font-size: 14px;
font-weight: 500;
}
/* Swiper Navigation Styling – Positioned Outside Active Area */
.swiper-button-next,
.swiper-button-prev {
width: 44px !important;
height: 44px !important;
background: var(–sci-primary-color) !important;
border-radius: 50% !important;
color: white !important;
transition: all 0.3s ease !important;
box-shadow: 0 2px 8px rgba(218, 29, 2, 0.3) !important;
top: 50% !important;
transform: translateY(-50%) !important;
z-index: 10 !important;
}
.swiper-button-next {
right: -60px !important;
}
.swiper-button-prev {
left: -60px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: var(–sci-primary-hover) !important;
transform: translateY(-50%) scale(1.1) !important;
box-shadow: 0 4px 12px rgba(218, 29, 2, 0.4) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 16px !important;
font-weight: bold !important;
}
/* Responsive navigation positioning */
@media (max-width: 1023px) {
.swiper-button-next {
right: -50px !important;
}
.swiper-button-prev {
left: -50px !important;
}
}
@media (max-width: 767px) {
.swiper-button-next {
right: -40px !important;
}
.swiper-button-prev {
left: -40px !important;
}
}
/* Static Slide Appearance – No Animations */
.swiper-slide {
opacity: 1 !important;
transform: none !important;
transition: none !important;
filter: none !important;
}
/* Remove transitions during initialization */
.swiper-slide .enhanced-product-card,
.swiper-slide .product-card,
.swiper-slide .sci-alpine-product-card {
transition: none !important;
}
/* Re-enable transitions only for user interactions */
.swiper-initialized .swiper-slide .enhanced-product-card,
.swiper-initialized .swiper-slide .product-card,
.swiper-initialized .swiper-slide .sci-alpine-product-card {
transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
/* Active slide enhancement – static appearance */
.swiper-slide.active-slide {
filter: none !important;
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.active-slide .enhanced-product-card,
.swiper-slide.active-slide .product-card,
.swiper-slide.active-slide .sci-alpine-product-card {
/* Keep original styling – no enhanced effects */
}
/* Initial products that are not active – static dimming */
.swiper-slide.initial-slide-inactive {
filter: none !important;
opacity: 0.7 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.initial-slide-inactive:hover {
opacity: 0.9 !important;
transform: none !important;
}
/* Enhanced blur effect for lazy-loaded products – static */
.swiper-slide.blurred-slide {
filter: blur(6px) !important;
opacity: 0.3 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.blurred-slide:hover {
filter: blur(3px) !important;
opacity: 0.5 !important;
transform: none !important;
}
/* Remove all Swiper default animations */
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
filter: none !important;
transform: none !important;
transition: none !important;
}
/* Remove all initial page load animations */
.swiper-slide {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
.swiper-slide.slide-animate-in {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
/* Ensure static appearance on load */
.swiper-slide * {
animation: none !important;
}
/* Smooth loading state transitions */
.sci-prouse-carousel {
position: relative;
}
.sci-prouse-carousel::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(20px);
opacity: 0;
transition: opacity 0.6s ease;
pointer-events: none;
z-index: 1;
}
.sci-prouse-carousel.loading::before {
opacity: 1;
}
/* Loading state for carousel container */
.swiper-container[style*=”display: none”] {
filter: blur(10px);
opacity: 0;
}
/* Pagination Styling */
.swiper-pagination-bullet {
background: var(–sci-primary-color) !important;
opacity: 0.3 !important;
}
.swiper-pagination-bullet-active {
opacity: 1 !important;
}
/* Elementor Admin Panel Enhancements */
.elementor-control-selected_category select {
font-family: monospace;
line-height: 1.4;
}
.elementor-control-selected_category option {
padding: 4px 8px;
line-height: 1.4;
}
/* Improve hierarchy visibility in dropdown */
.elementor-control-selected_category option[value*=”—”] {
font-style: italic;
color: #666;
}
Electrozi sudura
Electrozii de sudură sunt elemente esențiale în realizarea sudurilor de calitate, utilizate atât în domeniul industrial, cât și pentru proiecte casnice. Disponibili în diverse tipuri – rutilici, bazici sau inox – aceștia oferă o ardere stabilă, protecție împotriva oxidării și o aderență excelentă între metale.



ÃŽn stoc
Cutie de 4 kg
Sarma autogen
24.00 Lei / Kg
PreÈ› per cutie:
96.00 lei
Accesorii si echipament de protectie sudura
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Cutie de 2.5 kg
Electrozi sudura MONOLITH supertit 2.5 x 350 mm
19.50 Lei / Kg
PreÈ› per cutie:
48.75 lei
Electrozi supertit
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Cutie de 2.5 kg
Electrozi sudura MONOLITH supertit 3.2 x 350 mm
20.76 Lei / Kg
PreÈ› per cutie:
51.89 lei
Electrozi supertit
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



Stoc epuizat
Masca sudura
23.45 lei / buc
Accesorii si echipament de protectie sudura
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Cleste masa pentru sudura 500 A
52 lei / buc
Accesorii si echipament de protectie sudura
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
:root {
–sci-primary-color: #da1d02;
–sci-primary-hover: #b01702;
–sci-text-color: #333;
–sci-light-bg: #f8f9fa;
}
.sci-prouse-carousel {
margin: 0px 0;
position: relative;
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
padding: 30px;
}
.sci-carousel-title {
font-family: ‘Montserrat’, sans-serif;
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
text-align: center;
color: var(–sci-text-color);
}
.sci-carousel-description {
font-family: ‘Montserrat’, sans-serif;
text-align: center;
margin-bottom: 20px;
color: #666;
font-size: 16px;
}
.sci-no-products-message {
text-align: center;
padding: 40px 20px;
background: var(–sci-light-bg);
border-radius: 8px;
margin: 20px 0;
}
.sci-carousel-button {
text-align: center;
margin-top: 20px;
}
.sci-button {
display: block;
width: 100%;
padding: 12px 24px;
background: var(–sci-primary-color);
color: white;
text-decoration: none;
border-radius: 4px;
transition: all 0.3s ease;
font-family: ‘Montserrat’, sans-serif;
font-weight: 500;
text-align: center;
box-shadow: 0 2px 4px rgba(218, 29, 2, 0.2);
}
.sci-button:hover {
background: var(–sci-primary-hover);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(218, 29, 2, 0.3);
}
/* HIDE ENTIRE WIDGET ON MOBILE DEVICES */
@media (max-width: 767px) {
.elementor-widget-sci_prouse_carousel {
display: none !important;
}
}
/* SIMPLE GRID LAYOUT – No carousel functionality – DESKTOP/TABLET ONLY */
.sci-products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
/* Responsive grid adjustments */
@media (min-width: 768px) {
.sci-products-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.sci-products-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1200px) {
.sci-products-grid {
grid-template-columns: repeat(5, 1fr);
}
}
.sci-product-item {
display: flex;
flex-direction: column;
height: 100%;
}
/* Unique Alpine Product Card Class for SCI Carousel – Container Only */
.sci-alpine-product-card {
/* This class is used only for targeting specificity, no visual changes */
}
/* Responsive Product Card Images */
.sci-alpine-product-card .product-image-container {
width: 100%;
position: relative;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
width: 100%;
height: auto;
display: block;
transition: all 0.3s ease;
}
/* Consistent Image Sizing – 200px across all devices */
.sci-alpine-product-card .product-image-container {
height: 200px;
border-radius: 8px 8px 0 0;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease;
}
/* Responsive Product Card Text */
.sci-alpine-product-card .product-title {
margin-bottom: 8px;
line-height: 1.4;
font-weight: 600;
}
/* Mobile/Tablet Text Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .product-title {
font-size: 16px;
}
.sci-alpine-product-card .product-info {
padding: 16px;
}
}
/* Laptop Text Sizing – Optimized for 4 cards */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .product-title {
font-size: 14px;
}
.sci-alpine-product-card .product-info {
padding: 12px;
}
}
/* Desktop Text Sizing – Optimized for 5 cards */
@media (min-width: 1440px) {
.sci-alpine-product-card .product-title {
font-size: 13px;
}
.sci-alpine-product-card .product-info {
padding: 10px;
}
}
/* Responsive Category Display */
.sci-alpine-product-card .category-display {
display: flex !important;
align-items: center;
gap: 6px;
margin-bottom: 8px;
}
.sci-alpine-product-card .category-link {
display: flex;
align-items: center;
gap: 4px;
text-decoration: none;
color: #6b7280;
transition: all 0.3s ease;
padding: 4px 8px;
border-radius: 6px;
font-weight: 500;
}
.sci-alpine-product-card .category-link:hover {
color: var(–primary-color);
background: rgba(212, 32, 5, 0.05);
transform: translateY(-1px);
}
.sci-alpine-product-card .category-icon-svg {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-link:hover .category-svg-icon {
transform: scale(1.1);
filter: brightness(0) saturate(100%) invert(8%) sepia(100%) saturate(4675%) hue-rotate(357deg) brightness(93%) contrast(118%);
}
/* Mobile/Tablet Category Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .category-link {
font-size: 12px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Laptop Category Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .category-link {
font-size: 11px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Desktop Category Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .category-link {
font-size: 10px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Enhanced Product Card Price Display */
.enhanced-product-card .price-display {
font-size: 25px;
font-weight: 700;
color: #d01e03;
line-height: 1.2;
}
/* Responsive Price Display */
.sci-alpine-product-card .price-container {
margin-bottom: 12px;
}
.sci-alpine-product-card .price {
font-weight: 700;
color: var(–sci-primary-color, #da1d02);
}
/* Mobile/Tablet Price Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .price {
font-size: 18px;
}
}
/* Laptop Price Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .price {
font-size: 16px;
}
}
/* Desktop Price Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .price {
font-size: 15px;
}
}
/* Responsive Button Styling */
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
width: 100%;
border: none;
border-radius: 6px;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;
background: var(–sci-primary-color, #da1d02);
color: white;
}
.sci-alpine-product-card .add-to-cart-button:hover,
.sci-alpine-product-card .variation-selector-button:hover {
background: var(–sci-primary-hover, #b01702);
transform: translateY(-1px);
}
/* Mobile/Tablet Button Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 12px 20px;
font-size: 14px;
}
}
/* Laptop Button Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 10px 16px;
font-size: 13px;
}
}
/* Desktop Button Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 8px 14px;
font-size: 12px;
}
}
/* Responsive Card Spacing */
@media (max-width: 1023px) {
.sci-alpine-product-card {
margin-bottom: 20px;
}
}
@media (min-width: 1024px) {
.sci-alpine-product-card {
margin-bottom: 15px;
}
}
/* Lazy Loading Placeholder Styles */
.lazy-product-placeholder {
display: flex;
align-items: center;
justify-content: center;
height: 400px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 8px;
filter: blur(4px);
opacity: 0.8;
transition: all 0.4s ease;
}
.lazy-loading-spinner {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
color: #6c757d;
}
.lazy-loading-spinner i {
font-size: 24px;
color: var(–sci-primary-color);
}
.lazy-loading-spinner span {
font-size: 14px;
font-weight: 500;
}
/* Swiper Navigation Styling – Positioned Outside Active Area */
.swiper-button-next,
.swiper-button-prev {
width: 44px !important;
height: 44px !important;
background: var(–sci-primary-color) !important;
border-radius: 50% !important;
color: white !important;
transition: all 0.3s ease !important;
box-shadow: 0 2px 8px rgba(218, 29, 2, 0.3) !important;
top: 50% !important;
transform: translateY(-50%) !important;
z-index: 10 !important;
}
.swiper-button-next {
right: -60px !important;
}
.swiper-button-prev {
left: -60px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: var(–sci-primary-hover) !important;
transform: translateY(-50%) scale(1.1) !important;
box-shadow: 0 4px 12px rgba(218, 29, 2, 0.4) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 16px !important;
font-weight: bold !important;
}
/* Responsive navigation positioning */
@media (max-width: 1023px) {
.swiper-button-next {
right: -50px !important;
}
.swiper-button-prev {
left: -50px !important;
}
}
@media (max-width: 767px) {
.swiper-button-next {
right: -40px !important;
}
.swiper-button-prev {
left: -40px !important;
}
}
/* Static Slide Appearance – No Animations */
.swiper-slide {
opacity: 1 !important;
transform: none !important;
transition: none !important;
filter: none !important;
}
/* Remove transitions during initialization */
.swiper-slide .enhanced-product-card,
.swiper-slide .product-card,
.swiper-slide .sci-alpine-product-card {
transition: none !important;
}
/* Re-enable transitions only for user interactions */
.swiper-initialized .swiper-slide .enhanced-product-card,
.swiper-initialized .swiper-slide .product-card,
.swiper-initialized .swiper-slide .sci-alpine-product-card {
transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
/* Active slide enhancement – static appearance */
.swiper-slide.active-slide {
filter: none !important;
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.active-slide .enhanced-product-card,
.swiper-slide.active-slide .product-card,
.swiper-slide.active-slide .sci-alpine-product-card {
/* Keep original styling – no enhanced effects */
}
/* Initial products that are not active – static dimming */
.swiper-slide.initial-slide-inactive {
filter: none !important;
opacity: 0.7 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.initial-slide-inactive:hover {
opacity: 0.9 !important;
transform: none !important;
}
/* Enhanced blur effect for lazy-loaded products – static */
.swiper-slide.blurred-slide {
filter: blur(6px) !important;
opacity: 0.3 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.blurred-slide:hover {
filter: blur(3px) !important;
opacity: 0.5 !important;
transform: none !important;
}
/* Remove all Swiper default animations */
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
filter: none !important;
transform: none !important;
transition: none !important;
}
/* Remove all initial page load animations */
.swiper-slide {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
.swiper-slide.slide-animate-in {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
/* Ensure static appearance on load */
.swiper-slide * {
animation: none !important;
}
/* Smooth loading state transitions */
.sci-prouse-carousel {
position: relative;
}
.sci-prouse-carousel::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(20px);
opacity: 0;
transition: opacity 0.6s ease;
pointer-events: none;
z-index: 1;
}
.sci-prouse-carousel.loading::before {
opacity: 1;
}
/* Loading state for carousel container */
.swiper-container[style*=”display: none”] {
filter: blur(10px);
opacity: 0;
}
/* Pagination Styling */
.swiper-pagination-bullet {
background: var(–sci-primary-color) !important;
opacity: 0.3 !important;
}
.swiper-pagination-bullet-active {
opacity: 1 !important;
}
/* Elementor Admin Panel Enhancements */
.elementor-control-selected_category select {
font-family: monospace;
line-height: 1.4;
}
.elementor-control-selected_category option {
padding: 4px 8px;
line-height: 1.4;
}
/* Improve hierarchy visibility in dropdown */
.elementor-control-selected_category option[value*=”—”] {
font-style: italic;
color: #666;
}
Cuie constructii
Cuiele pentru construcții sunt indispensabile în orice proiect de amenajare, renovare sau șantier.Realizate din oțel rezistent, acestea asigură o fixare fermă și sigură în lemn, beton sau alte materiale. Cuiele de construcții sunt disponibile în diferite dimensiuni și tipuri – cuie netede, cuie cu cap plat sau cuie vrac – pentru a răspunde tuturor nevoilor de montaj.



ÃŽn stoc
-7%
Cutie de 5 kg
Cuie pentru lemn 50 mm
6.80 Lei / kilogram
PreÈ› per cutie:
34.00 lei
Cuie pentru lemn
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-7%
Cutie de 5 Kg
Cuie pentru lemn 60 mm
6.80 Lei / Kg
PreÈ› per cutie:
34.00 lei
Cuie pentru lemn
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-7%
Cutie de 5 Kg
Cuie pentru lemn 70 mm
6.80 Lei / Kg
PreÈ› per cutie:
34.00 lei
Cuie pentru lemn
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-7%
Cutie de 5 Kg
Cuie pentru lemn 80 mm
6.80 Lei / Kg
PreÈ› per cutie:
34.00 lei
Cuie pentru lemn
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-7%
Cutie de 5 Kg
Cuie pentru lemn 90 mm
6.80 Lei / Kg
PreÈ› per cutie:
34.00 lei
Cuie pentru lemn
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
:root {
–sci-primary-color: #da1d02;
–sci-primary-hover: #b01702;
–sci-text-color: #333;
–sci-light-bg: #f8f9fa;
}
.sci-prouse-carousel {
margin: 0px 0;
position: relative;
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
padding: 30px;
}
.sci-carousel-title {
font-family: ‘Montserrat’, sans-serif;
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
text-align: center;
color: var(–sci-text-color);
}
.sci-carousel-description {
font-family: ‘Montserrat’, sans-serif;
text-align: center;
margin-bottom: 20px;
color: #666;
font-size: 16px;
}
.sci-no-products-message {
text-align: center;
padding: 40px 20px;
background: var(–sci-light-bg);
border-radius: 8px;
margin: 20px 0;
}
.sci-carousel-button {
text-align: center;
margin-top: 20px;
}
.sci-button {
display: block;
width: 100%;
padding: 12px 24px;
background: var(–sci-primary-color);
color: white;
text-decoration: none;
border-radius: 4px;
transition: all 0.3s ease;
font-family: ‘Montserrat’, sans-serif;
font-weight: 500;
text-align: center;
box-shadow: 0 2px 4px rgba(218, 29, 2, 0.2);
}
.sci-button:hover {
background: var(–sci-primary-hover);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(218, 29, 2, 0.3);
}
/* HIDE ENTIRE WIDGET ON MOBILE DEVICES */
@media (max-width: 767px) {
.elementor-widget-sci_prouse_carousel {
display: none !important;
}
}
/* SIMPLE GRID LAYOUT – No carousel functionality – DESKTOP/TABLET ONLY */
.sci-products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
/* Responsive grid adjustments */
@media (min-width: 768px) {
.sci-products-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.sci-products-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1200px) {
.sci-products-grid {
grid-template-columns: repeat(5, 1fr);
}
}
.sci-product-item {
display: flex;
flex-direction: column;
height: 100%;
}
/* Unique Alpine Product Card Class for SCI Carousel – Container Only */
.sci-alpine-product-card {
/* This class is used only for targeting specificity, no visual changes */
}
/* Responsive Product Card Images */
.sci-alpine-product-card .product-image-container {
width: 100%;
position: relative;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
width: 100%;
height: auto;
display: block;
transition: all 0.3s ease;
}
/* Consistent Image Sizing – 200px across all devices */
.sci-alpine-product-card .product-image-container {
height: 200px;
border-radius: 8px 8px 0 0;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease;
}
/* Responsive Product Card Text */
.sci-alpine-product-card .product-title {
margin-bottom: 8px;
line-height: 1.4;
font-weight: 600;
}
/* Mobile/Tablet Text Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .product-title {
font-size: 16px;
}
.sci-alpine-product-card .product-info {
padding: 16px;
}
}
/* Laptop Text Sizing – Optimized for 4 cards */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .product-title {
font-size: 14px;
}
.sci-alpine-product-card .product-info {
padding: 12px;
}
}
/* Desktop Text Sizing – Optimized for 5 cards */
@media (min-width: 1440px) {
.sci-alpine-product-card .product-title {
font-size: 13px;
}
.sci-alpine-product-card .product-info {
padding: 10px;
}
}
/* Responsive Category Display */
.sci-alpine-product-card .category-display {
display: flex !important;
align-items: center;
gap: 6px;
margin-bottom: 8px;
}
.sci-alpine-product-card .category-link {
display: flex;
align-items: center;
gap: 4px;
text-decoration: none;
color: #6b7280;
transition: all 0.3s ease;
padding: 4px 8px;
border-radius: 6px;
font-weight: 500;
}
.sci-alpine-product-card .category-link:hover {
color: var(–primary-color);
background: rgba(212, 32, 5, 0.05);
transform: translateY(-1px);
}
.sci-alpine-product-card .category-icon-svg {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-link:hover .category-svg-icon {
transform: scale(1.1);
filter: brightness(0) saturate(100%) invert(8%) sepia(100%) saturate(4675%) hue-rotate(357deg) brightness(93%) contrast(118%);
}
/* Mobile/Tablet Category Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .category-link {
font-size: 12px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Laptop Category Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .category-link {
font-size: 11px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Desktop Category Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .category-link {
font-size: 10px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Enhanced Product Card Price Display */
.enhanced-product-card .price-display {
font-size: 25px;
font-weight: 700;
color: #d01e03;
line-height: 1.2;
}
/* Responsive Price Display */
.sci-alpine-product-card .price-container {
margin-bottom: 12px;
}
.sci-alpine-product-card .price {
font-weight: 700;
color: var(–sci-primary-color, #da1d02);
}
/* Mobile/Tablet Price Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .price {
font-size: 18px;
}
}
/* Laptop Price Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .price {
font-size: 16px;
}
}
/* Desktop Price Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .price {
font-size: 15px;
}
}
/* Responsive Button Styling */
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
width: 100%;
border: none;
border-radius: 6px;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;
background: var(–sci-primary-color, #da1d02);
color: white;
}
.sci-alpine-product-card .add-to-cart-button:hover,
.sci-alpine-product-card .variation-selector-button:hover {
background: var(–sci-primary-hover, #b01702);
transform: translateY(-1px);
}
/* Mobile/Tablet Button Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 12px 20px;
font-size: 14px;
}
}
/* Laptop Button Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 10px 16px;
font-size: 13px;
}
}
/* Desktop Button Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 8px 14px;
font-size: 12px;
}
}
/* Responsive Card Spacing */
@media (max-width: 1023px) {
.sci-alpine-product-card {
margin-bottom: 20px;
}
}
@media (min-width: 1024px) {
.sci-alpine-product-card {
margin-bottom: 15px;
}
}
/* Lazy Loading Placeholder Styles */
.lazy-product-placeholder {
display: flex;
align-items: center;
justify-content: center;
height: 400px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 8px;
filter: blur(4px);
opacity: 0.8;
transition: all 0.4s ease;
}
.lazy-loading-spinner {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
color: #6c757d;
}
.lazy-loading-spinner i {
font-size: 24px;
color: var(–sci-primary-color);
}
.lazy-loading-spinner span {
font-size: 14px;
font-weight: 500;
}
/* Swiper Navigation Styling – Positioned Outside Active Area */
.swiper-button-next,
.swiper-button-prev {
width: 44px !important;
height: 44px !important;
background: var(–sci-primary-color) !important;
border-radius: 50% !important;
color: white !important;
transition: all 0.3s ease !important;
box-shadow: 0 2px 8px rgba(218, 29, 2, 0.3) !important;
top: 50% !important;
transform: translateY(-50%) !important;
z-index: 10 !important;
}
.swiper-button-next {
right: -60px !important;
}
.swiper-button-prev {
left: -60px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: var(–sci-primary-hover) !important;
transform: translateY(-50%) scale(1.1) !important;
box-shadow: 0 4px 12px rgba(218, 29, 2, 0.4) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 16px !important;
font-weight: bold !important;
}
/* Responsive navigation positioning */
@media (max-width: 1023px) {
.swiper-button-next {
right: -50px !important;
}
.swiper-button-prev {
left: -50px !important;
}
}
@media (max-width: 767px) {
.swiper-button-next {
right: -40px !important;
}
.swiper-button-prev {
left: -40px !important;
}
}
/* Static Slide Appearance – No Animations */
.swiper-slide {
opacity: 1 !important;
transform: none !important;
transition: none !important;
filter: none !important;
}
/* Remove transitions during initialization */
.swiper-slide .enhanced-product-card,
.swiper-slide .product-card,
.swiper-slide .sci-alpine-product-card {
transition: none !important;
}
/* Re-enable transitions only for user interactions */
.swiper-initialized .swiper-slide .enhanced-product-card,
.swiper-initialized .swiper-slide .product-card,
.swiper-initialized .swiper-slide .sci-alpine-product-card {
transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
/* Active slide enhancement – static appearance */
.swiper-slide.active-slide {
filter: none !important;
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.active-slide .enhanced-product-card,
.swiper-slide.active-slide .product-card,
.swiper-slide.active-slide .sci-alpine-product-card {
/* Keep original styling – no enhanced effects */
}
/* Initial products that are not active – static dimming */
.swiper-slide.initial-slide-inactive {
filter: none !important;
opacity: 0.7 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.initial-slide-inactive:hover {
opacity: 0.9 !important;
transform: none !important;
}
/* Enhanced blur effect for lazy-loaded products – static */
.swiper-slide.blurred-slide {
filter: blur(6px) !important;
opacity: 0.3 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.blurred-slide:hover {
filter: blur(3px) !important;
opacity: 0.5 !important;
transform: none !important;
}
/* Remove all Swiper default animations */
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
filter: none !important;
transform: none !important;
transition: none !important;
}
/* Remove all initial page load animations */
.swiper-slide {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
.swiper-slide.slide-animate-in {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
/* Ensure static appearance on load */
.swiper-slide * {
animation: none !important;
}
/* Smooth loading state transitions */
.sci-prouse-carousel {
position: relative;
}
.sci-prouse-carousel::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(20px);
opacity: 0;
transition: opacity 0.6s ease;
pointer-events: none;
z-index: 1;
}
.sci-prouse-carousel.loading::before {
opacity: 1;
}
/* Loading state for carousel container */
.swiper-container[style*=”display: none”] {
filter: blur(10px);
opacity: 0;
}
/* Pagination Styling */
.swiper-pagination-bullet {
background: var(–sci-primary-color) !important;
opacity: 0.3 !important;
}
.swiper-pagination-bullet-active {
opacity: 1 !important;
}
/* Elementor Admin Panel Enhancements */
.elementor-control-selected_category select {
font-family: monospace;
line-height: 1.4;
}
.elementor-control-selected_category option {
padding: 4px 8px;
line-height: 1.4;
}
/* Improve hierarchy visibility in dropdown */
.elementor-control-selected_category option[value*=”—”] {
font-style: italic;
color: #666;
}
Folie solar
Folia solar este alegerea ideală pentru protejarea culturilor din solarii și grădini, oferind un microclimat optim pentru creșterea plantelor. Fabricată din polietilenă de înaltă calitate, tratată anti-UV, folia solar asigură rezistență la radiații solare, vânt, ploi și temperaturi extreme.



ÃŽn stoc
Banda pentru reparatia foliei pe solar 10cm x 25 ml
59.38 lei / buc
Accesorii folie solar
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Banda pentru reparatia foliei pe solar 15cm x 25 ml
83.80 lei / buc
Accesorii folie solar
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



Stoc epuizat
Clips solar 1/2
1.65 lei / buc
Accesorii folie solar
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



Stoc epuizat
Clips solar 3/4
1.11 lei / buc
Accesorii folie solar
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Folie solar TATA MOSU 8 m
10.36 lei / buc
Folie solar – tata mosu
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
:root {
–sci-primary-color: #da1d02;
–sci-primary-hover: #b01702;
–sci-text-color: #333;
–sci-light-bg: #f8f9fa;
}
.sci-prouse-carousel {
margin: 0px 0;
position: relative;
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
padding: 30px;
}
.sci-carousel-title {
font-family: ‘Montserrat’, sans-serif;
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
text-align: center;
color: var(–sci-text-color);
}
.sci-carousel-description {
font-family: ‘Montserrat’, sans-serif;
text-align: center;
margin-bottom: 20px;
color: #666;
font-size: 16px;
}
.sci-no-products-message {
text-align: center;
padding: 40px 20px;
background: var(–sci-light-bg);
border-radius: 8px;
margin: 20px 0;
}
.sci-carousel-button {
text-align: center;
margin-top: 20px;
}
.sci-button {
display: block;
width: 100%;
padding: 12px 24px;
background: var(–sci-primary-color);
color: white;
text-decoration: none;
border-radius: 4px;
transition: all 0.3s ease;
font-family: ‘Montserrat’, sans-serif;
font-weight: 500;
text-align: center;
box-shadow: 0 2px 4px rgba(218, 29, 2, 0.2);
}
.sci-button:hover {
background: var(–sci-primary-hover);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(218, 29, 2, 0.3);
}
/* HIDE ENTIRE WIDGET ON MOBILE DEVICES */
@media (max-width: 767px) {
.elementor-widget-sci_prouse_carousel {
display: none !important;
}
}
/* SIMPLE GRID LAYOUT – No carousel functionality – DESKTOP/TABLET ONLY */
.sci-products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
/* Responsive grid adjustments */
@media (min-width: 768px) {
.sci-products-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.sci-products-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1200px) {
.sci-products-grid {
grid-template-columns: repeat(5, 1fr);
}
}
.sci-product-item {
display: flex;
flex-direction: column;
height: 100%;
}
/* Unique Alpine Product Card Class for SCI Carousel – Container Only */
.sci-alpine-product-card {
/* This class is used only for targeting specificity, no visual changes */
}
/* Responsive Product Card Images */
.sci-alpine-product-card .product-image-container {
width: 100%;
position: relative;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
width: 100%;
height: auto;
display: block;
transition: all 0.3s ease;
}
/* Consistent Image Sizing – 200px across all devices */
.sci-alpine-product-card .product-image-container {
height: 200px;
border-radius: 8px 8px 0 0;
overflow: hidden;
}
.sci-alpine-product-card .product-image {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease;
}
/* Responsive Product Card Text */
.sci-alpine-product-card .product-title {
margin-bottom: 8px;
line-height: 1.4;
font-weight: 600;
}
/* Mobile/Tablet Text Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .product-title {
font-size: 16px;
}
.sci-alpine-product-card .product-info {
padding: 16px;
}
}
/* Laptop Text Sizing – Optimized for 4 cards */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .product-title {
font-size: 14px;
}
.sci-alpine-product-card .product-info {
padding: 12px;
}
}
/* Desktop Text Sizing – Optimized for 5 cards */
@media (min-width: 1440px) {
.sci-alpine-product-card .product-title {
font-size: 13px;
}
.sci-alpine-product-card .product-info {
padding: 10px;
}
}
/* Responsive Category Display */
.sci-alpine-product-card .category-display {
display: flex !important;
align-items: center;
gap: 6px;
margin-bottom: 8px;
}
.sci-alpine-product-card .category-link {
display: flex;
align-items: center;
gap: 4px;
text-decoration: none;
color: #6b7280;
transition: all 0.3s ease;
padding: 4px 8px;
border-radius: 6px;
font-weight: 500;
}
.sci-alpine-product-card .category-link:hover {
color: var(–primary-color);
background: rgba(212, 32, 5, 0.05);
transform: translateY(-1px);
}
.sci-alpine-product-card .category-icon-svg {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
transition: all 0.3s ease;
}
.sci-alpine-product-card .category-link:hover .category-svg-icon {
transform: scale(1.1);
filter: brightness(0) saturate(100%) invert(8%) sepia(100%) saturate(4675%) hue-rotate(357deg) brightness(93%) contrast(118%);
}
/* Mobile/Tablet Category Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .category-link {
font-size: 12px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Laptop Category Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .category-link {
font-size: 11px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Desktop Category Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .category-link {
font-size: 10px;
}
.sci-alpine-product-card .category-svg-icon {
width: 20px;
height: 20px;
}
}
/* Enhanced Product Card Price Display */
.enhanced-product-card .price-display {
font-size: 25px;
font-weight: 700;
color: #d01e03;
line-height: 1.2;
}
/* Responsive Price Display */
.sci-alpine-product-card .price-container {
margin-bottom: 12px;
}
.sci-alpine-product-card .price {
font-weight: 700;
color: var(–sci-primary-color, #da1d02);
}
/* Mobile/Tablet Price Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .price {
font-size: 18px;
}
}
/* Laptop Price Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .price {
font-size: 16px;
}
}
/* Desktop Price Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .price {
font-size: 15px;
}
}
/* Responsive Button Styling */
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
width: 100%;
border: none;
border-radius: 6px;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;
background: var(–sci-primary-color, #da1d02);
color: white;
}
.sci-alpine-product-card .add-to-cart-button:hover,
.sci-alpine-product-card .variation-selector-button:hover {
background: var(–sci-primary-hover, #b01702);
transform: translateY(-1px);
}
/* Mobile/Tablet Button Sizing */
@media (max-width: 1023px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 12px 20px;
font-size: 14px;
}
}
/* Laptop Button Sizing */
@media (min-width: 1024px) and (max-width: 1439px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 10px 16px;
font-size: 13px;
}
}
/* Desktop Button Sizing */
@media (min-width: 1440px) {
.sci-alpine-product-card .add-to-cart-button,
.sci-alpine-product-card .variation-selector-button {
padding: 8px 14px;
font-size: 12px;
}
}
/* Responsive Card Spacing */
@media (max-width: 1023px) {
.sci-alpine-product-card {
margin-bottom: 20px;
}
}
@media (min-width: 1024px) {
.sci-alpine-product-card {
margin-bottom: 15px;
}
}
/* Lazy Loading Placeholder Styles */
.lazy-product-placeholder {
display: flex;
align-items: center;
justify-content: center;
height: 400px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 8px;
filter: blur(4px);
opacity: 0.8;
transition: all 0.4s ease;
}
.lazy-loading-spinner {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
color: #6c757d;
}
.lazy-loading-spinner i {
font-size: 24px;
color: var(–sci-primary-color);
}
.lazy-loading-spinner span {
font-size: 14px;
font-weight: 500;
}
/* Swiper Navigation Styling – Positioned Outside Active Area */
.swiper-button-next,
.swiper-button-prev {
width: 44px !important;
height: 44px !important;
background: var(–sci-primary-color) !important;
border-radius: 50% !important;
color: white !important;
transition: all 0.3s ease !important;
box-shadow: 0 2px 8px rgba(218, 29, 2, 0.3) !important;
top: 50% !important;
transform: translateY(-50%) !important;
z-index: 10 !important;
}
.swiper-button-next {
right: -60px !important;
}
.swiper-button-prev {
left: -60px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: var(–sci-primary-hover) !important;
transform: translateY(-50%) scale(1.1) !important;
box-shadow: 0 4px 12px rgba(218, 29, 2, 0.4) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 16px !important;
font-weight: bold !important;
}
/* Responsive navigation positioning */
@media (max-width: 1023px) {
.swiper-button-next {
right: -50px !important;
}
.swiper-button-prev {
left: -50px !important;
}
}
@media (max-width: 767px) {
.swiper-button-next {
right: -40px !important;
}
.swiper-button-prev {
left: -40px !important;
}
}
/* Static Slide Appearance – No Animations */
.swiper-slide {
opacity: 1 !important;
transform: none !important;
transition: none !important;
filter: none !important;
}
/* Remove transitions during initialization */
.swiper-slide .enhanced-product-card,
.swiper-slide .product-card,
.swiper-slide .sci-alpine-product-card {
transition: none !important;
}
/* Re-enable transitions only for user interactions */
.swiper-initialized .swiper-slide .enhanced-product-card,
.swiper-initialized .swiper-slide .product-card,
.swiper-initialized .swiper-slide .sci-alpine-product-card {
transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
/* Active slide enhancement – static appearance */
.swiper-slide.active-slide {
filter: none !important;
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.active-slide .enhanced-product-card,
.swiper-slide.active-slide .product-card,
.swiper-slide.active-slide .sci-alpine-product-card {
/* Keep original styling – no enhanced effects */
}
/* Initial products that are not active – static dimming */
.swiper-slide.initial-slide-inactive {
filter: none !important;
opacity: 0.7 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.initial-slide-inactive:hover {
opacity: 0.9 !important;
transform: none !important;
}
/* Enhanced blur effect for lazy-loaded products – static */
.swiper-slide.blurred-slide {
filter: blur(6px) !important;
opacity: 0.3 !important;
transform: none !important;
transition: none !important;
}
.swiper-slide.blurred-slide:hover {
filter: blur(3px) !important;
opacity: 0.5 !important;
transform: none !important;
}
/* Remove all Swiper default animations */
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
filter: none !important;
transform: none !important;
transition: none !important;
}
/* Remove all initial page load animations */
.swiper-slide {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
.swiper-slide.slide-animate-in {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
/* Ensure static appearance on load */
.swiper-slide * {
animation: none !important;
}
/* Smooth loading state transitions */
.sci-prouse-carousel {
position: relative;
}
.sci-prouse-carousel::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(20px);
opacity: 0;
transition: opacity 0.6s ease;
pointer-events: none;
z-index: 1;
}
.sci-prouse-carousel.loading::before {
opacity: 1;
}
/* Loading state for carousel container */
.swiper-container[style*=”display: none”] {
filter: blur(10px);
opacity: 0;
}
/* Pagination Styling */
.swiper-pagination-bullet {
background: var(–sci-primary-color) !important;
opacity: 0.3 !important;
}
.swiper-pagination-bullet-active {
opacity: 1 !important;
}
/* Elementor Admin Panel Enhancements */
.elementor-control-selected_category select {
font-family: monospace;
line-height: 1.4;
}
.elementor-control-selected_category option {
padding: 4px 8px;
line-height: 1.4;
}
/* Improve hierarchy visibility in dropdown */
.elementor-control-selected_category option[value*=”—”] {
font-style: italic;
color: #666;
}
Panourile bordurate reprezintă una dintre cele mai moderne și eficiente soluții pentru împrejmuirea curților, grădinilor, terenurilor sau spațiilor industriale. Realizate din sârmă zincată și protejate anticoroziv, acestea garantează rezistență în timp și siguranță sporită, indiferent de condițiile meteo. Designul elegant și structura rigidă oferă nu doar protecție, ci și un aspect estetic plăcut.



ÃŽn stoc
Panou bordurat zincat 3.3 x 1200 x 2000 mm
32.88 lei / buc
Panou Bordurat Zincat 3.3
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Panou bordurat zincat 3.3 x 1500 x 2000 mm
43.25 lei / buc
Panou Bordurat Zincat 3.3
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Panou bordurat zincat 3.3 x 1700 x 2000 mm
48.49 lei / buc
Panou Bordurat Zincat 3.3
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Panou bordurat zincat 3.3 x 2000 x 2000 mm
58.37 lei / buc
Panou Bordurat Zincat 3.3
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Soluțiile de garduri și împrejmuiri disponibile în magazinul nostru online îți oferă rezistență, siguranță și un aspect modern pentru orice proiect. Alege dintre panouri bordurate durabile, plasă de gard zincată, plasă de umbrire, sârmă pentru construcții și accesorii pentru gard, toate realizate din materiale de calitate superioară, rezistente la intemperii și coroziune.



ÃŽn stoc
Clema de gard Verde si surub, 6.3 x 25 mm
1.43 lei / buc
Panouri plase bordurate si plase gard
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Balama pentru poarta L150 mm
13.18 lei / buc
Panouri plase bordurate si plase gard
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Plasa de gard reprezintă una dintre cele mai practice și economice soluții pentru împrejmuiri rezidențiale, agricole sau industriale. Fabricată din sârmă zincată și tratată anticoroziv, aceasta garantează rezistență în timp și protecție împotriva intemperiilor. Plasa de gard este ușor de montat, flexibilă și adaptabilă la diverse tipuri de teren, fiind ideală pentru curți, grădini, livezi, terenuri sportive sau spații pentru animale.



ÃŽn stoc
-22%
Plasa gard impletita 1.6 x 1200 mm
86.23 lei / buc
Plasa gard impletita
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-20%
Plasa gard impletita 1.6 x 1500 mm
92.33 lei / buc
Plasa gard impletita
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-22%
Plasa gard impletita 1.6 x 1700 mm
104.45 lei / buc
Plasa gard impletita
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-15%
Plasa gard impletita 1.6 x 2000 mm
120.63 lei / buc
Plasa gard impletita
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Burghie profesionale și universale pentru găurire precisă în metal, lemn, beton sau plastic. Realizate din materiale de calitate superioară, asigură rezistență, durabilitate și eficiență maximă în orice lucrare. Alege burghiul potrivit și finalizează-ți proiectele rapid și fără efort – comandă acum online!



ÃŽn stoc
Burghiu pentru beton SDS 18 x 260 mm
37 lei / buc
Burghie SDS beton
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Burghiu pentru metal HSS 1.5 mm
1.42 lei / buc
Burghie HSS metal
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Burghiu pentru metal HSS 2 mm
1.59 lei / buc
Burghie HSS metal
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Burghiu pentru metal HSS 2.5 mm
1.56 lei / buc
Burghie HSS metal
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Sârma de construcții este un element esențial în orice proiect de zidărie, betonare sau armare. Folosită pentru legarea fierului beton și fixarea structurilor, aceasta asigură rezistență, stabilitate și eficiență pe termen lung.



ÃŽn stoc
-7%
Rola de 25 Kg
Sarma zincata 0.8 mm
10.73 Lei / Kg
PreÈ› per rola:
268.25 lei
Sarma zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-10%
Rola de 25 Kg
Sarma zincata 1.2 mm
10.10 Lei / Kg
PreÈ› per rola:
252.50 lei
Sarma zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-7%
Rola de 25 Kg
Sarma zincata 1.6 mm
8.08 Lei / Kg
PreÈ› per rola:
202.00 lei
Sarma zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-7%
Rola de 25 Kg
Sarma zincata 1.8 mm
8.08 Lei / Kg
PreÈ› per rola:
202.00 lei
Sarma zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Tabla zincată este un material de construcții indispensabil, utilizat pe scară largă pentru acoperișuri, garduri, confecții metalice și structuri rezistente la intemperii. Procesul de zincare oferă o protecție excelentă împotriva ruginii și coroziunii, asigurând o durată de viață îndelungată chiar și în condiții climatice dificile.



ÃŽn stoc
-36%
Tabla zincata cutata 0.15 mm
20.08 lei / buc
Tabla cutata zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-42%
Tabla zincata cutata 0.20 mm
24 lei / buc
Tabla cutata zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-32%
Tabla zincata cutata 0.25 mm
30.12 lei / buc
Tabla cutata zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-34%
Tabla zincata cutata 0.3 mm Plus
35.07 lei / buc
Tabla cutata zincata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Electrozii de sudură sunt elemente esențiale în realizarea sudurilor de calitate, utilizate atât în domeniul industrial, cât și pentru proiecte casnice. Disponibili în diverse tipuri – rutilici, bazici sau inox – aceștia oferă o ardere stabilă, protecție împotriva oxidării și o aderență excelentă între metale.



ÃŽn stoc
Cutie de 4 kg
Sarma autogen
24.00 Lei / Kg
PreÈ› per cutie:
96.00 lei
Accesorii si echipament de protectie sudura
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Cutie de 2.5 kg
Electrozi sudura MONOLITH supertit 2.5 x 350 mm
19.50 Lei / Kg
PreÈ› per cutie:
48.75 lei
Electrozi supertit
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Cutie de 2.5 kg
Electrozi sudura MONOLITH supertit 3.2 x 350 mm
20.76 Lei / Kg
PreÈ› per cutie:
51.89 lei
Electrozi supertit
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Cleste masa pentru sudura 500 A
52 lei / buc
Accesorii si echipament de protectie sudura
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Cuiele pentru construcții sunt indispensabile în orice proiect de amenajare, renovare sau șantier.Realizate din oțel rezistent, acestea asigură o fixare fermă și sigură în lemn, beton sau alte materiale. Cuiele de construcții sunt disponibile în diferite dimensiuni și tipuri – cuie netede, cuie cu cap plat sau cuie vrac – pentru a răspunde tuturor nevoilor de montaj.



ÃŽn stoc
-7%
Cutie de 5 kg
Cuie pentru lemn 50 mm
6.80 Lei / kilogram
PreÈ› per cutie:
34.00 lei
Cuie pentru lemn
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-7%
Cutie de 5 Kg
Cuie pentru lemn 60 mm
6.80 Lei / Kg
PreÈ› per cutie:
34.00 lei
Cuie pentru lemn
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-7%
Cutie de 5 Kg
Cuie pentru lemn 70 mm
6.80 Lei / Kg
PreÈ› per cutie:
34.00 lei
Cuie pentru lemn
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-7%
Cutie de 5 Kg
Cuie pentru lemn 80 mm
6.80 Lei / Kg
PreÈ› per cutie:
34.00 lei
Cuie pentru lemn
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Folia solar este alegerea ideală pentru protejarea culturilor din solarii și grădini, oferind un microclimat optim pentru creșterea plantelor. Fabricată din polietilenă de înaltă calitate, tratată anti-UV, folia solar asigură rezistență la radiații solare, vânt, ploi și temperaturi extreme.



ÃŽn stoc
Banda pentru reparatia foliei pe solar 10cm x 25 ml
59.38 lei / buc
Accesorii folie solar
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Banda pentru reparatia foliei pe solar 15cm x 25 ml
83.80 lei / buc
Accesorii folie solar
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Folie solar TATA MOSU 8 m
10.36 lei / buc
Folie solar – tata mosu
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Folie solar TATA MOSU 10 m
10.36 lei / buc
Folie solar – tata mosu
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Folia solar este alegerea ideală pentru protejarea culturilor din solarii și grădini, oferind un microclimat optim pentru creșterea plantelor. Fabricată din polietilenă de înaltă calitate, tratată anti-UV, folia solar asigură rezistență la radiații solare, vânt, ploi și temperaturi extreme.



ÃŽn stoc
Burghiu pentru beton SDS 18 x 260 mm
37 lei / buc
Burghie SDS beton
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Burghiu pentru metal HSS 1.5 mm
1.42 lei / buc
Burghie HSS metal
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Burghiu pentru metal HSS 2 mm
1.59 lei / buc
Burghie HSS metal
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Burghiu pentru metal HSS 2.5 mm
1.56 lei / buc
Burghie HSS metal
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Folia solar este alegerea ideală pentru protejarea culturilor din solarii și grădini, oferind un microclimat optim pentru creșterea plantelor. Fabricată din polietilenă de înaltă calitate, tratată anti-UV, folia solar asigură rezistență la radiații solare, vânt, ploi și temperaturi extreme.



ÃŽn stoc
Saci din rafie 550 x 1000 mm
2.20 lei / buc
Saci
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Rola de 50 m
Folie anticondens 75 m x 100 gr
199.24 lei / buc
Folie protectie
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
50
Folie termoizolanta colorata 0.09 x 4200 mm
59.93 lei / buc
Folie constructii
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Rola de 65 kg
Folie termoizolanta transparenta 6200 mm
19.00 Lei / kg
PreÈ› per rola:
1235.00 lei
Folie constructii
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Folia solar este alegerea ideală pentru protejarea culturilor din solarii și grădini, oferind un microclimat optim pentru creșterea plantelor. Fabricată din polietilenă de înaltă calitate, tratată anti-UV, folia solar asigură rezistență la radiații solare, vânt, ploi și temperaturi extreme.



ÃŽn stoc
-15%
Membrana cramponata 2.5 x 20 m
212.82 lei / buc
Membrană cramponata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Folie termoizolanta colorata 0.05 x 4200 mm
60 lei / buc
Hidroizolații
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Mastic bituminos sac
5.70 lei / buc
Mastic si amorsa bituminoasa
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
-17%
Membrana cramponata 1 x 20 m
85.97 lei / buc
Membrană cramponata
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Folia solar este alegerea ideală pentru protejarea culturilor din solarii și grădini, oferind un microclimat optim pentru creșterea plantelor. Fabricată din polietilenă de înaltă calitate, tratată anti-UV, folia solar asigură rezistență la radiații solare, vânt, ploi și temperaturi extreme.



ÃŽn stoc
Vata minerala de sticla Ursa Terra 78 Ph 1250 x 600 x 100 mm
137.96 lei / buc
Vată minerală
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Vata minerala de sticla Ursa Terra 78 Ph 1250 x 600 x 50 mm
139.01 lei / buc
Vată minerală
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Vata minerala 14.88 mp URSA
104.63 lei / buc
Vată minerală
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Coltar PVC + plasa 2.5 m x 10 cm
5 lei / buc
Coltari aluminiu & PVC
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
/* 2-COLUMN GRID LAYOUT FOR CATEGORY ACCORDION – UNIQUE CLASS */
.sci-category-accordion-grid-v2 {
display: grid !important;
grid-template-columns: repeat(2, 1fr) !important;
gap: 20px !important;
margin: 20px 0 !important;
}
.sci-category-accordion-item-v2 {
display: flex !important;
flex-direction: column !important;
height: 100% !important;
}



ÃŽn stoc
5L
APLA NIVELLO AMORSA PENTRU SAPE SI MORTARE 5 L
6.59 Lei / litru
PreÈ› per cutie:
32.97 lei
HIDROIZOLATII PE BAZA DE BITUM SAU CIMENT
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
5 kg
APLA WATERBLOCKFLEX 1K MEMBRANA HIDROIZOLANTA FLEXIBILA LICHIDA 5 KG
22.70 Lei / kilogram
PreÈ› per cutie:
113.52 lei
HIDROIZOLATII PE BAZA DE BITUM SAU CIMENT
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
15.2 kg
APLA HYDROSTOP 2K FLEX HIDROIZOLATIE FLEXIBILA BICOMPONENTA CIMENT SI LATEX(A+B)
1.02 Lei / kilogram
PreÈ› per cutie:
154.79 lei
HIDROIZOLATII PE BAZA DE BITUM SAU CIMENT
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
10 KG
APLA HYDROSTOP AMORSA BITUMINOASA BAZA APA 10 KG
9.49 Lei / kilogram
PreÈ› per cutie:
94.92 lei
HIDROIZOLATII PE BAZA DE BITUM SAU CIMENT
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
Nu au fost găsite produse pentru această selecție.



ÃŽn stoc
5L
APLA NIVELLO AMORSA PENTRU SAPE SI MORTARE 5 L
6.59 Lei / litru
PreÈ› per cutie:
32.97 lei
HIDROIZOLATII PE BAZA DE BITUM SAU CIMENT
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Vopsea superlavabila interior AplaLux alba 15 L
370.30 lei / buc
Vopsea Interior
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
2.5 L
SAVANA ULTRAREZIST VOPSEA ULTRALAVABILA, SUPERALBA INTERIOR 2.5 L
40.45 Lei / litru
PreÈ› per cutie:
80.90 lei
Vopsele Pentru Interior
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity



ÃŽn stoc
Panou bordurat zincat 3.3 x 1200 x 2000 mm
32.88 lei / buc
Panou Bordurat Zincat 3.3
1 || (maxQuantity || null)” style=”display: none;”>
1″>Min:
1 && (maxQuantity || null)”> |
Max:
1″> | Pas:
<button @click="updateQuantity(-1)"
aria-label="Decrease quantity"
type="button"
:disabled="quantity
/* 2-COLUMN GRID LAYOUT FOR PRODUSE ADITIONALE ACCORDION – UNIQUE CLASS */
.sci-produse-aditionale-grid-v2 {
display: grid !important;
grid-template-columns: repeat(2, 1fr) !important;
gap: 0px !important;
margin: 20px 0 !important;
}
.sci-produse-aditionale-item-v2 {
display: flex !important;
flex-direction: column !important;
height: 100% !important;
}