.sw-rel-wrapper {
    display: flex !important;
    flex-direction: column !important;
    direction: rtl !important;
    font-family: inherit !important;
    width: 100% !important;
    margin-top: 40px !important;
}
.sw-rel-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #eaeaec !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px !important;
    position: relative !important;
    flex-direction: row-reverse;
}
.sw-rel-title-box {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}
.sw-rel-title {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #333333 !important;
    margin: 0 !important;
}
.sw-rel-title-box::after {
    content: '' !important;
    position: absolute !important;
    bottom: -22px !important;
    right: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background: #927a65 !important;
}
.sw-rel-nav {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.sw-rel-btn {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
}
.sw-rel-next {
    background: #927a65 !important;
    color: #ffffff !important;
}
.sw-rel-next:hover {
    background: #7a6552 !important;
}
.sw-rel-prev {
    background: #f5f5f5 !important;
    color: #888888 !important;
}
.sw-rel-prev:hover {
    background: #e5e5e5 !important;
}
.sw-rel-slider-container {
    width: 100% !important;
    overflow: hidden !important;
}
.sw-rel-track {
    display: flex !important;
    gap: 20px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding-bottom: 10px !important;
    scroll-behavior: smooth !important;
}
.sw-rel-track::-webkit-scrollbar {
    display: none !important;
}
.sw-rel-slide {
    flex: 0 0 calc(25% - 15px) !important;
    scroll-snap-align: start !important;
}
.sw-rel-card {
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border: 1px solid #eaeaec !important;
    border-radius: 16px !important;
    padding: 20px !important;
    text-decoration: none !important;
    transition: box-shadow 0.3s ease, border-color 0.3s ease !important;
    height: 100% !important;
}
.sw-rel-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.04) !important;
    border-color: #dcdcdc !important;
}
.sw-rel-img {
    width: 100% !important;
    aspect-ratio: 1/1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
}
.sw-rel-img img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}
.sw-rel-card-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 0 24px 0 !important;
    line-height: 1.4 !important;
}
.sw-rel-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: auto !important;
}
.sw-rel-buy-btn {
    background: #927a65 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 8px 20px !important;
    border-radius: 8px !important;
    transition: background 0.3s ease !important;
}
.sw-rel-card:hover .sw-rel-buy-btn {
    background: #7a6552 !important;
}
.sw-rel-price-info {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.sw-rel-curr {
    display: flex !important;
    flex-direction: column !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    color: #999999 !important;
    line-height: 1.2 !important;
}
.sw-rel-prices {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}
.sw-rel-new {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #927a65 !important;
    line-height: 1 !important;
}
.sw-rel-new.single {
    font-size: 18px !important;
}
.sw-rel-old {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #cccccc !important;
    text-decoration: line-through !important;
    margin-top: 4px !important;
    line-height: 1 !important;
} 

@media (max-width: 1024px) {
    .sw-rel-slide {
        flex: 0 0 calc(33.333% - 13.333px) !important;
    }
}
@media (max-width: 768px) {
    .sw-rel-slide {
        flex: 0 0 calc(50% - 10px) !important;
    }
}
@media (max-width: 480px) {
    .sw-rel-slide {
        flex: 0 0 85% !important;
    }
}