.sw-sp-wrapper {
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 24px !important;
    padding: 30px !important;
    direction: rtl !important;
    font-family: inherit !important;
    width: 100% !important;
}
.sw-sp-rating svg {
	scale: 1.8;
	margin-left: 3px;
}
.sw-sp-header-area {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 24px !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    flex-direction: row-reverse !important;
}
.sw-sp-title-area {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: right !important;
}
.sw-sp-stars-icon {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 8px !important;
}
.sw-sp-main-title {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #333333 !important;
    margin: 0 0 8px 0 !important;
}
.sw-sp-subtitle {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #888888 !important;
    margin: 0 !important;
}
.sw-sp-timer-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}
.sw-sp-timer-labels {
    font-size: 22px !important;
    color: #ac8f76 !important;
    margin-bottom: 14px !important;
}
.sw-sp-countdown {
    display: flex !important;
    gap: 8px !important;
    direction: ltr !important;
}
.sw-sp-time-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    background: #fbf9f4 !important;
    border-radius: 8px !important;
    width: 50px !important;
    padding: 6px 0 !important;
}
.sw-sp-num {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #333333 !important;
}
.sw-sp-txt {
    font-size: 10px !important;
    color: #888888 !important;
}
.sw-sp-features-row {
    display: flex !important;
    justify-content: space-between !important;
    border: 1px solid #f0f0f0 !important;
    padding: 16px !important;
    margin-bottom: 30px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    border-radius: 15px;
}
.sw-sp-feature-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-direction: row-reverse !important;
}
.sw-sp-feat-text {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #555555 !important;
}
.sw-sp-feat-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #333333 !important;
}
.sw-sp-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
}
.sw-sp-card {
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 16px !important;
    padding: 20px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.3s ease !important;
}
.sw-sp-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}
.sw-sp-top-badge {
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 8px 20px !important;
    border-radius: 6px !important;
    z-index: 2 !important;
}
.sw-sp-img-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 180px !important;
    margin-bottom: 20px !important;
}
.sw-sp-img-link img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}
.sw-sp-card-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}
.sw-sp-card-title {
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #333333 !important;
    text-align: center !important;
    text-decoration: none !important;
    margin-bottom: 6px !important;
    line-height: 1.4 !important;
}
.sw-sp-card-title:hover {
    color: #000000 !important;
}
.sw-sp-card-sub {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #999999 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.sw-sp-bottom-section {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    margin-top: auto !important;
    margin-bottom: 20px !important;
}
.sw-sp-action-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
}
.sw-sp-rating {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #a0a0a0 !important;
}
.sw-sp-add-btn {
    width: 42px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #e7dac2 !important;
    color: #ffffff !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-sp-add-btn:hover {
    background: #D3B782 !important;
}
.sw-sp-add-btn.is-loading {
    opacity: 0.5 !important;
    pointer-events: none !important;
}
.sw-sp-price-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 4px !important;
}
.sw-sp-old-price {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #cccccc !important;
    text-decoration: line-through !important;
    line-height: 1 !important;
}
.sw-sp-new-price-wrap {
    display: flex !important;
    align-items: baseline !important;
    gap: 4px !important;
}
.sw-sp-new-val {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #333333 !important;
    line-height: 1 !important;
}
.sw-sp-currency {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #888888 !important;
}
.sw-sp-bottom-badge {
    width: 100%;
    margin: 0;
    padding: 15px !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    border-radius: 11px !important;
}
.sw-sp-footer-link {
    display: flex !important;
    justify-content: center !important;
}
.sw-sp-footer-link a {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #333333 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    flex-direction: row-reverse;
}
.sw-sp-footer-link a:hover {
    color: #000000 !important;
}

@media (max-width: 992px) {
    .sw-sp-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .sw-sp-header-area {
        flex-direction: column-reverse !important;
        align-items: center !important;
        text-align: center !important;
    }
    .sw-sp-title-area {
        align-items: center !important;
        text-align: center !important;
    }
}
@media (max-width: 576px) {
    .sw-sp-grid {
        grid-template-columns: 1fr !important;
    }
    .sw-sp-features-row {
        flex-direction: column !important;
        align-items: center !important;
    }
    .sw-sp-feature-item{
        width: 200px;
        display: flex;
        justify-content: start;
        margin-bottom: 14px 
    }
}

@media (max-width: 576px) {
    .sw-sp-wrapper {
        padding: 20px !important;
        border-radius: 16px !important;
    }
    .sw-sp-grid {
        grid-template-columns: 1fr !important;
    }
    .sw-sp-main-title {
        font-size: 24px !important;
    }
    .sw-sp-subtitle {
        font-size: 13px !important;
        line-height: 1.6 !important;
        text-align: center !important;
    }
    .sw-sp-timer-labels {
        font-size: 16px !important;
    }
    .sw-sp-time-col {
        width: 48px !important;
        padding: 8px 0 !important;
        border-radius: 10px !important;
    }
    .sw-sp-num {
        font-size: 16px !important;
    }
    .sw-sp-txt {
        font-size: 9px !important;
    }
    .sw-sp-features-row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        border: none !important;
        background: #fbf9f4 !important;
        padding: 16px !important;
        border-radius: 16px !important;
        margin-bottom: 25px !important;
    }
    .sw-sp-feature-item {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        margin: 0 !important;
        gap: 8px !important;
        padding: 12px 6px !important;
        background: #ffffff !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.03) !important;
    }
    .sw-sp-feat-text {
        font-size: 11px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
        white-space: nowrap !important;
    }
    .sw-sp-feat-icon svg {
        width: 22px !important;
        height: 22px !important;
        margin: 0 !important;
    }
}