/*تصميم بطاقة المنتج الجديد
/* Add custom CSS styles below */
.s-product-card-vertical {
flex-direction: column;
}
.s-product-card-vertical>* {
text-align: center !important;
}
.s-product-card-content-title a {
text-align: center !important;
font-size: 0.9rem !important;
color: #000000 !impo
font-weight: bold !important;rtant;
margin-bottom: 2px; /* تقليل المسافة السفلية */
}
/* تعديل لون النص الفرعي لبطاقة المنتج */
/* تعديل لون النص الفرعي لبطاقة المنتج */
.s-product-card-content-sub {
justify-content: center !important;
font-size: 0.8rem !important;
color: #ffffff !important; /* تم تغيير اللون إلى الأبيض */
font-weight: bold !important;
margin: 2px 0.3;
}
.s-product-card-content-subtitle {
color: #ffffff !important;
}
.s-product-card-price,
.s-product-card-sale-price * {
font-size: 0.8rem !important;
color: #079b11 !important;
font-weight: bold !important;
margin: 2px 0; /* تقليل المسافة العلوية والسفلية */
}
.s-product-card-image img {
max-height: 300px !important;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
transition: transform 0.3s ease;
}
.s-product-card-image img:hover {
transform: scale(1.1);
}
.s-product-card-content-footer button {
background: linear-gradient(180deg, #3e3e3e, #161616) !important; /* لون ذهبي متدرج من الأعلى إلى الأسفل */
border: none;
border-radius: 25px !important;
color: #fff !important;
font-size: 0.8rem !important;
padding: 8px 16px !important;
cursor: pointer;
transition: background 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* جعل الزر بارزًا قليلاً */
}
.s-product-card-content-footer button:hover {
background: linear-gradient(180deg, #3e3e3e, #3e3e3e) !important; /* لون ذهبي متدرج عند التحويم */
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* زيادة البروز عند التحويم */
}
.s-product-card-content {
background: linear-gradient(135deg, #ededed, #848484) !important;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
padding: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.s-product-card-content:hover {
transform: scale(1.05);}
/************/
section.s-block.s-block--fixed-banner .container {
max-width: 100%;
padding: 0px;
}
.s-product-card-content{
background:#fff !important;}
.dark .footer-profile p ,.store-footer h3 ,.dark .da-tm{
color:#fff !important;}
.banner-entry{
height:267px;
}
.s-product-card-content-subtitle{color:#000 !important;}
p.da-tm{color:#000 !important;}
@media (max-width:700px){
.banner-entry{
height:160px;}
.header-container.container{
background: #2d1b16;
}section:first-of-type{
padding-top:6rem !important;
}i.sicon-menu.text-primary.text-2xl {
color: #c49a25;
}}