.elementor-1265 .elementor-element.elementor-element-9540152{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e98e80c *//* ================================
   Mix Nuts - Custom Shop Page
================================ */

/* إخفاء عناصر WooCommerce الافتراضية في صفحة المتجر */
body.woocommerce-shop .woocommerce-breadcrumb,
body.woocommerce-shop .woocommerce-products-header,
body.woocommerce-shop .page-title,
body.woocommerce-shop .entry-title,
body.woocommerce-shop .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.woocommerce-shop ul.products,
body.woocommerce-shop .products,
body.woocommerce-shop nav.woocommerce-pagination{
  display: none !important;
}

/* ضبط عرض الصفحة */
body.woocommerce-shop main,
body.woocommerce-shop .site-main,
body.woocommerce-shop .content-area,
body.woocommerce-shop .entry-content{
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* تصميم صفحة المتجر */
.mn-shop-landing{
  direction: rtl;
  font-family: "Tajawal", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(224,165,82,.16), transparent 26%),
    linear-gradient(180deg,#fbf8f4 0%,#f5ede3 100%);
  padding: 70px 18px;
  color: #35150a;
}

.mn-shop-wrap{
  max-width: 1180px;
  margin: 0 auto;
}

.mn-shop-head{
  max-width: 760px;
  margin-bottom: 32px;
}

.mn-shop-head span{
  display: inline-flex;
  padding: 8px 16px;
  background: #efe3d2;
  color: #35150a;
  font-weight: 900;
  margin-bottom: 14px;
}

.mn-shop-head h1{
  font-family: "Amiri", serif;
  font-size: clamp(42px,6vw,82px);
  line-height: 1.05;
  margin: 0 0 14px;
  color: #35150a;
}

.mn-shop-head p{
  font-size: 17px;
  line-height: 1.9;
  color: #6a5a4f;
  margin: 0;
}

.mn-shop-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mn-shop-card{
  display: block;
  min-height: 190px;
  padding: 26px 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(53,21,10,.10);
  color: #35150a !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(53,21,10,.06);
  transition: all .25s ease;
}

.mn-shop-card:hover{
  transform: translateY(-5px);
  background: #35150a;
  color: #fff !important;
}

.mn-shop-card h2{
  font-family: "Amiri", serif;
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 12px;
  color: inherit !important;
}

.mn-shop-card p{
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  color: inherit !important;
  opacity: .86;
}

@media(max-width: 992px){
  .mn-shop-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px){
  .mn-shop-landing{
    padding: 46px 14px;
  }

  .mn-shop-grid{
    grid-template-columns: 1fr;
  }

  .mn-shop-card{
    min-height: auto;
  }
}/* End custom CSS */