/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2026 | 15:08:41 */
/* آیکون چشم استاندارد داخل دکمه مشاهده دوره */
body.woocommerce-shop #content
.mms-shop-view-button::before {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;

    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    background-color: rgba(255, 255, 255, 0.96) !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23E27D00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px 16px !important;

    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 9px !important;

    box-shadow:
        0 4px 10px rgba(139, 73, 0, 0.12) !important;

    font-size: 0 !important;
    line-height: 0 !important;

    content: "" !important;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease !important;
}

body.woocommerce-shop #content
.mms-shop-view-button:hover::before {
    background-color: #FFFFFF !important;
    transform: scale(1.06);
}

/* اندازه مناسب موبایل */
@media screen and (max-width: 767px) {

    body.woocommerce-shop #content
    .mms-shop-view-button::before {
        width: 26px !important;
        min-width: 26px !important;
        height: 26px !important;

        background-size: 15px 15px !important;
        border-radius: 8px !important;
    }
}