.s-product-card-entry {
    background-color: #ffffff;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease-in-out !important;
    overflow: hidden !important;
}

.s-product-card-entry:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    border-color: #bfa15f !important;
}

.s-product-card-image {
    transition: transform 0.5s ease !important;
}

.s-product-card-entry:hover .s-product-card-image {
    transform: scale(1.03) !important;
}

.s-block--fixed-banner .banner--fixed {
    border-radius: 14px !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.4s ease !important;
    display: block !important;
    animation: bannerFloat 4s ease-in-out infinite !important;
}

.s-block--fixed-banner .banner--fixed:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;
    animation-play-state: paused !important;
}

.s-block--fixed-banner img {
    border-radius: 14px !important;
    transition: transform 0.5s ease !important;
}

.s-block--fixed-banner .banner--fixed:hover img {
    transform: scale(1.03) !important;
}

@keyframes bannerFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}
#product-1132326805 {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 20px !important;
    padding: 25px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.sidebar {
    border: 1px solid #f9f9f9;
    border-radius: 15px !important;
    background: #fafafa;
    overflow: hidden;
}

h1 {
    color: #1a1a1a !important;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 15px;
}

.product__description {
    background: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px !important;
}

.article--main h2 {
    color: #d32f2f;
    font-weight: bold;
    margin: 20px 0 10px 0;
    border-right: 4px solid #d32f2f;
    padding-right: 10px;
}

.s-button-outline {
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
}

.s-button-outline:hover {
    background-color: #d32f2f !important;
    color: white !important;
    box-shadow: 0 4px 10px rgba(211, 47, 47, 0.2);
}

.product__description + div a {
    background: #f3f3f3;
    padding: 5px 12px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: 0.3s;
}

.product__description + div a:hover {
    background: #d32f2f;
    color: white !important;
}
.main-content h1 {
    color: #d32f2f !important;
    border-right: 5px solid #d32f2f;
    padding-right: 15px;
    margin-bottom: 25px !important;
}

.article--main h1 {
    color: #d32f2f !important;
    border: 2px solid #d32f2f;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    margin: 30px 0 15px 0 !important;
    font-size: 1.5rem !important;
}

.product__description {
    background: #f9f9f9;
    padding: 25px !important;
    border-radius: 15px;
    border: 1px solid #eee;
    line-height: 1.8 !important;
    color: #444;
}

.product__description ul {
    list-style: none;
    padding: 0;
}

.product__description ul li {
    margin-bottom: 10px;
    padding-right: 25px;
    position: relative;
}

.product__description ul li::before {
    content: "✓";
    color: #d32f2f;
    font-weight: bold;
    position: absolute;
    right: 0;
}

.main-content .text-xl.font-bold {
    color: #333;
    font-size: 1.8rem !important;
}

.product__description + div a {
    background: #eee;
    padding: 5px 12px;
    border-radius: 20px;
    transition: 0.3s;
}

.product__description + div a:hover {
    background: #d32f2f;
    color: #fff !important;
}
.swiper-slide img {
    transition: transform 0.4s ease !important;
}

.swiper-slide img:hover {
    transform: scale(1.02);
}
.s-menu-footer-item:hover,
.s-contacts-item:hover,
.copyright-text a:hover {
    color: #d32f2f !important;
}

.s-menu-footer-item,
.s-contacts-item,
.copyright-text a {
    transition: color 0.3s ease !important;
}