﻿/* مخفی کردن دکمه جستجو */
.search-button-wrapper { display: none; }

/* بازگرداندن ساختار قبلی */
.product-main { display: table; width: 100%; }
.product-image-section, 
.product-info-section, 
.product-features-section { display: table-cell; vertical-align: top; }


.dir_rtl { direction: rtl; text-align: right; }
.dir_ltr { direction: ltr; text-align: left; }




.countdown .flip {
  transform: rotateX(12deg) scale(1.08);
  box-shadow: 0 0 20px #4fc3ff;
}

