.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.announcement {
  background-color: #ff4d4d; /* رنگ قرمز */
  color: white;
  text-align: center;
  padding: 20px;
}
.announcement h2 {
  margin-top: 0;
}
.button {
  background-color: #008cba;
  border: none;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
}
.button:hover {
  background-color: #005f79;
}

@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }

  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}

.shake-vertical {
  -webkit-animation: shake-vertical 10s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    infinite both;
  animation: shake-vertical 10s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
    both;
}

.youtube-btn {
  position: fixed;
  left: 20px;
  bottom: 40px;
  z-index: 999;
  display: none;
}

.youtube-btn-inner {
  background: #fff;
  border-radius: 10px;
  padding: 0.5rem;
}

.youtube-btn-wrapper {
  position: relative;
}

.close-icon {
  position: absolute;
  left: -5px;
  width: 32px;
  top: -36px;
  cursor: pointer;
  padding: 0.25rem;
}

.close-icon svg {
  fill: var(--text-color-secondary);
}

.youtube-btn a {
  display: block;
}

.youtube-btn .lets-go {
  color: #fff !important;
  text-align: center;
  background: rgb(239 68 68);
  padding: 0.25rem;
  font-size: 0.95rem;
  border-radius: 0.3rem;
  display: block;
  transition: all 0.2s ease-out;
}

.youtube-btn p {
  font-size: 0.7rem;
  max-width: 140px;
  margin: 0.5rem 0;
}

.youtube-btn:hover .lets-go {
  color: #fff;
  background: rgba(6, 27, 51, 1);
}

.youtube-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 10px;
  padding: 1rem;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0;
}
.mas-wc .woocommerce-message,
.mas-wc .woocommerce-error {
  position: fixed;
  z-index: 999;
  text-align: center;
  border: 0;
  display: inline-block;
  width: auto;
  line-height: 34px;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  font-weight: 700;
}

.mas-wc .woocommerce-message a,
.mas-wc .woocommerce-error a {
  position: relative !important;
  margin-right: 10px;
}
.mas-wc .woocommerce-error {
  background: #ef394e;
  color: #fff;
}


        /* استایل‌های اصلی هدر */
        .woocommerce-products-header {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
            transition: all 0.3s ease;
                margin-top: 30px;
        }
        
        .woocommerce-products-header:hover {
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
            transform: translateY(-5px);
        }
        
        /* جلوه‌های پس‌زمینه */
        .woocommerce-products-header::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(to left, #4a6cf7, #6a11cb);
        }
        
        .woocommerce-products-header::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 150px;
            height: 150px;
            background: radial-gradient(circle, rgba(106, 17, 203, 0.05) 0%, rgba(106, 17, 203, 0) 70%);
            z-index: 0;
        }
        
        /* استایل عنوان */
        .woocommerce-products-header__title {
            font-size: 2.8rem;
            color: #2d3748;
            margin-bottom: 25px;
            position: relative;
            z-index: 1;
            text-align: center;
            font-weight: 800;
            background: linear-gradient(to left, #4a6cf7, #6a11cb);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            padding-bottom: 15px;
        }
        
        .woocommerce-products-header__title::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, #4a6cf7, #6a11cb);
            border-radius: 2px;
        }
        
        /* استایل توضیحات */
        .term-description {
            position: relative;
            z-index: 1;
            background: #f8fafc;
            border-radius: 15px;
            padding: 35px;
            border-right: 5px solid #4a6cf7;
            box-shadow: 0 8px 20px rgba(74, 108, 247, 0.1);
        }
        
        .term-description p {
            font-size: 1.15rem;
            color: #4a5568;
            margin-bottom: 20px;
            line-height: 1.8;
        }
        
        .term-description p:first-child {
            font-size: 1.3rem;
            color: #2d3748;
            font-weight: 600;
        }
        
        /* استایل لیست ویژگی‌ها */
        .term-description p:nth-child(2) {
            position: relative;
            padding-right: 20px;
        }
        
        .term-description p:nth-child(2) br {
            display: block;
            margin: 10px 0;
        }
        
        /* استایل تیک‌های سبز */
        .term-description p:nth-child(2)::before {
            content: "✓";
            display: inline-block;
            width: 24px;
            height: 24px;
            background-color: #10b981;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 24px;
            margin-left: 10px;
            font-size: 14px;
            font-weight: bold;
        }
        
        /* استایل پاراگراف آخر */
        .term-description p:last-child {
            background: linear-gradient(135deg, #f0f4ff, #e6f0ff);
            padding: 20px;
            border-radius: 12px;
            border-right: 4px solid #4a6cf7;
            font-weight: 600;
            color: #2d3748;
            text-align: center;
            font-size: 1.25rem;
            margin-top: 25px;
            position: relative;
        }
        
        .term-description p:last-child::before {
            content: "💡";
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.8rem;
        }
        
        /* استایل آی‌کن‌ها برای ویژگی‌ها */
        .feature-list {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 25px 0;
        }
        
        .feature-item {
            flex: 1 1 200px;
            background: white;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
            border: 1px solid #e2e8f0;
        }
        
        .feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            border-color: #4a6cf7;
        }
        
        .feature-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #4a6cf7, #6a11cb);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 15px;
            color: white;
            font-size: 1.5rem;
        }
        
        .feature-text {
            flex: 1;
            font-weight: 600;
            color: #2d3748;
        }
        
        /* استایل واکنش‌گرا */
        @media (max-width: 768px) {
            .woocommerce-products-header {
                padding: 25px;
            }
            
            .woocommerce-products-header__title {
                font-size: 2.2rem;
            }
            
            .term-description {
                padding: 25px;
            }
            
            .term-description p {
                font-size: 1.05rem;
            }
            
            .feature-item {
                flex: 1 1 100%;
            }
            
            .term-description p:last-child::before {
                position: relative;
                right: auto;
                top: auto;
                transform: none;
                display: block;
                margin-bottom: 10px;
            }
        }
                /* استایل اصلی نمایش نتایج */
        .woocommerce-result-count {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border-radius: 16px;
            padding: 18px 28px;
            font-size: 1.1rem;
            font-weight: 600;
            color: #2d3748;
            border: 2px solid #e2e8f0;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            margin: 10px;
        }
        
        .woocommerce-result-count:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            border-color: #4a6cf7;
            background: linear-gradient(135deg, #f0f4ff 0%, #e6f0ff 100%);
        }
        
        /* افکت نور پس‌زمینه */
        .woocommerce-result-count::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(74, 108, 247, 0.05) 0%, rgba(106, 17, 203, 0.05) 100%);
            z-index: 0;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .woocommerce-result-count:hover::before {
            opacity: 1;
        }
         
        /* استایل اصلی فرم */
        .woocommerce-ordering {
            position: relative;
            display: inline-block;
            min-width: 280px;
        }
        
        /* ظاهر سفارشی select */
        .woocommerce-ordering .orderby {
            width: 100%;
            padding: 18px 55px 18px 25px;
            font-size: 1.1rem;
            font-weight: 600;
            color: #2d3748;
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border: 2px solid #e2e8f0;
            border-radius: 16px;
            cursor: pointer;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            outline: none;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            position: relative;
            z-index: 10;
        }
        
        .woocommerce-ordering .orderby:hover {
            background: linear-gradient(135deg, #f0f4ff 0%, #e6f0ff 100%);
            border-color: #4a6cf7;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }
        
        .woocommerce-ordering .orderby:focus {
            border-color: #4a6cf7;
            box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.2);
            background: white;
        }
        
        /* آیکون فلش سفارشی */
        .woocommerce-ordering::after {
            content: "\f078";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 25px;
            top: 50%;
            transform: translateY(-50%);
            color: #4a6cf7;
            font-size: 1rem;
            pointer-events: none;
            z-index: 20;
            transition: transform 0.3s ease;
        }
        
        .woocommerce-ordering:hover::after {
            transform: translateY(-50%) rotate(180deg);
        }
.content img{
	margin: 0 auto;
}
        