/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 

:root {
/*--primary-color: #A88955;
--secondary-color: #785B97;*/
--primary-color: #A88955;
--secondary-color: #CBA135;
--three-color: #fff;
--body-color: #e6e6e6;
}
/*Preloader*/
body:after {
content: '';
width: 100%;
height: 100%;
top: 0;
position: fixed;
z-index: 999999;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/AzZeWn/0ef9afda-423e-408b-8c01-241da841aa3c-500x287.63440860215-e88lJSyK2TMP2nCr3vTZE7QpZWi2z4IZD2NAIpwz.jpg);
left: 0;
background-repeat: no-repeat;
background-position: center;
background-size: 360px;
animation-name: fade-out;
animation-duration: 1s;
transform: scale(0);
border: none;
}
@keyframes fade-out{
0% {
opacity: 1;
transform: scale(1);
}
/*50% {
opacity: 0.8;
transform: scale(0.7);
}
75% {
opacity: 0.9;
transform: scale(0.4);
}*/
100% {
opacity: 0.5;
transform: scale(0.0);
}
}
/*Top Navbar*/
.top-navbar {
background: var(--primary-color) !important;
}
/*--------- Navigation Bar Styles ---------*/
.main-nav-container.fixed-header .inner {
transform: translate3d(0, 0, 0);
background: var(--secondary-color);
/*background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));*/
/* backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);*/
border-radius: 0 0 20px 20px;
border: 1px solid rgba(255, 255, 255, 0.18);
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}
.main-menu li.root-level>a {
color: var(--primary-color);
}
.main-menu li.root-level>a:hover {
color: var(--secondary-color);
}
.main-nav-container.fixed-pinned .main-menu>li>a {
color: var(--three-color);
}
.main-nav-container.fixed-pinned .main-menu>li>a:hover {
color: var(--body-color);
}
.main-menu .has-children.root-level>a:after:hover{
color: var(--primary-color)
}
/*Footer*/
.store-footer .store-footer__inner {
border-radius: 40px 40px 0 0;
background-color: var(--secondary-color) !important;
color: var(--three-color);
}
.store-footer .store-footer__inner > .container:first-of-type{
justify-content: center;
}
.store-footer .store-footer__inner > .container > div{
text-align: center;
}
.store-footer .store-footer__inner > .container:first-of-type a{
justify-content: center;
}
.store-footer h3{
display: block;
width: 100%;
}
@media (min-width: 1024px) {
.store-footer .store-footer__inner > .container:first-of-type{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-footer .store-footer__inner > .container:first-of-type > div:first-child {
grid-column: 1;
padding-left: 0;
}
.store-footer .store-footer__inner > .container:first-of-type > div:nth-of-type(2) {
padding-right: 5rem;
}
.store-footer .store-footer__inner > .container > div{
text-align: start;
}
.store-footer .store-footer__inner > .container:first-of-type a{
justify-content: center;
}
}
/*ضبط الأيقونات في الفوتر*/
.s-contacts-list-vertical .unicode {
display: none;
}
.s-social-list {
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
}
.s-contacts-list-vertical {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.s-contacts-list-vertical .s-contacts-item .s-contacts-icon, .s-social-list .s-social-link > a {
margin-left: 0;
padding: 7px;
border-radius: 50%;
display: flex;
justify-content: cneter !important;
align-items:center;
width: 2.5rem;
height: 2.5rem;
border-color: var(--three-color);
transition: transform 0.5s;
}
.s-contacts-list-vertical .s-contacts-item .s-contacts-icon:hover, .s-social-list .s-social-link > a:hover {
transform: translateY(-4px);
}
.s-contacts-list-vertical .s-contacts-item .s-contacts-icon svg,.s-social-list .s-social-link .s-social-icon svg {
width: 1.2rem;
height: 1.2rem;
fill: var(--three-color);
}
@media (min-width: 1024px) {
.s-social-list {
justify-content: start;
}
.s-contacts-list-vertical {
justify-content: start;
}
}
/*إضهار ايقونات المتابعة على اليمين*/
.store-footer .s-social-list.hydrated {
display: none;
}
.store-footer .contact-social {
display: block !important;
margin-top: 0.25rem;
border: none;
}
.store-footer .contact-social .s-social-list {
display: flex;
gap: 1rem;
}
/*Customize the most bottom footer*/
.store-footer > .container {
background: var(--primary-color);
/*border-radius: 20px 20px 0 0;*/
width: 100%;
max-width: 100%;
margin:0;
padding-left: 9%;
padding-right: 9%;
}
.store-footer > .container .copyright-text p {
color: var(--three-color);
}
.store-footer > .container .copyright-text p a:hover {
color: var(--three-color);
}
/*controlling the footer color*/
.store-footer {
background-color: var(--secondary-color) !important;
border-radius: 80px 80px 0 0;
}
/*إضافة اللمسة على العناوين في الفوتر*/
.store-footer h3{
position: relative;
color: var(--primary-color);
}
.store-footer h3::before {
content: "";
position: absolute;
right: -12px;
bottom: -3px;
height:30px;
width: 6px;
background: var(--primary-color);
}
/*.store-footer h3::before {
content: "";
position: absolute;
right: 0;
bottom: -6px;
height: 3px;
width: 45px;
background: var(--primary-color);
}*/
/*Product Card*/
.s-product-card-sale-price h4{
padding: 5px 8px;
border-radius: 8px;
background: var(--primary-color);
color: var(--three-color) !important;
}
/*EndProduct Card*/
/*-----------Product Card Animation------------*/
.s-product-card-entry {
position: relative;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease,border 0.3s ease;
/* border: 1px solid transparent;*/
border: 1px solid var(--primary-color);
}
.s-product-card-entry:hover {
transform: translateY(0px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
border: 1px solid transparent;
}
.s-product-card-entry img {
transition: transform 0.3s ease;
}
.s-product-card-entry:hover img {
transform: scale(1.05);
border-radius: 0.75rem 0.75 0 0;
}
/*----------End Product Card Animation----------*/


/*Start Sections titles styles*/

.s-slider-block__title-right  h2 {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 200px;
  cursor: pointer;
  color: #000;
  transition: all 0.5s;
  position: relative;
}

.s-slider-block__title-right  h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.6);
  transition: all 0.5s;
}
.s-slider-block__title-right  h2:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
}
.s-slider-block__title-right  h2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  border: 1px solid var(--primary-color);
  transform: scale(1.2,1.2);
}
.s-slider-block__title-right  h2:hover {
  color: var(--primary-color);
}
.s-slider-block__title-right  h2:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
@media (min-width: 768px) {
    .s-slider-block__title {
        margin-top: 2rem;
    }
  }
/*End Sections titles styles*/

/*Start Styling Categories */
.swiper-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
.slide--cat-entry {
  border: 1px solid var(--primary-color);
  transition: transform 0.5s,box-shadow 0.5s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}  
.slide--cat-entry:hover {
  transform: translateY(-3px);
}
.slide--cat-entry img{
  transition: transform 0.5s;
}
.slide--cat-entry:hover img {
  transform: scale(1.2);
}
/*End Styling Categories*/