M Txfg, [06/17/2025 02:37 م]
.navbar-brand img{

border-radius: 50%;


}


.banner--fixed img{

background-color: #FADEF0 !important;


}


.s-block--features+.s-block--features, .s-block--fixed-banner+.s-block--fixed-banner, .s-block--banners+.s-block--banners , .s-block--circle-links , .s-products-slider-slider , .app-inner{

margin-top: 0em;

background-color: #FADEF0 !important;


}

.s-block.s-block--fixed-banner.wide-placeholder {

width: 100%; /* يجعل العرض 100% من عرض الصفحة */

max-width: 100%; /* يضمن عدم وجود حدود قصوى للعرض */

margin: 0 auto !important; /* يزيل الهوامش */

padding: 0 !important; /* يزيل الحواشي إن وجدت */

margin-top: 0em;

background-color: #FADEF0 !important;


}

.s-block.s-block--fixed-banner.wide-placeholder .container{

padding-right: 0px !important;

padding-left: 0px !important;

}

body{

background-color: #FADEF0 !important;

}

.s-block.container .s-block__title{

display:none !important ;

}

#best-offers-4-slider .s-slider-block__title ,

#best-offers-5-slider .s-slider-block__title {

display:none !important ;


}


.main-nav-container{

background-color: #FADEF0;

}

.top-navbar{

display:;

}

.justify-between{

justify-content: space-around;


}


.navbar-brand img{

display:;


}

.footer-is-light .store-footer .store-footer__inner{ background-image: url("https://i.postimg.cc/V6DJDYkJ/flowers-footer-bg.png");

background-size: cover;

background-repeat: no-repeat;

background-position: center;

}


.md\:flex{

display: none;

}


.s-block--categories .s-slider-block__title h2{

position: relative;

font-size: 60px;

font-weight: 700;

color: #920A56 ;

}

.s-block--categories .s-slider-block__title h2::after {

content: "";

position: absolute;

width: 74%;

height: 2px;

background-color: #920A56;

bottom: -17px;

inset-inline-start: 0;

/* transform: translateY(4%); */

transform: translateX(-13%);

}

.s-block--categories .s-slider-block__title {

margin-bottom: 4rem;

}

.s-block--categories .s-slider-block__title h2::before {

content: "";

position: absolute;

width: 50%;

height: 2px;

background-color: #920A56;

bottom: -34px;

inset-inline-start: 0;

transform: translateX(-39%);

transition: transform 0.3s ease-in-out;

}


.s-block--categories .swiper-slide .slide--cat-entry{

background: transparent !important;

border-color: transparent !important;}

.s-block--categories .swiper-slide .slide--cat-entry img{

border-radius: 33px 20px 58px 40px !important;

width: 111px !important;

height: 200px !important;

}

.s-block--categories .swiper-wrapper{

justify-content: center;


}


@media only screen and (max-width: 500px){

.s-block--categories .s-slider-block__title h2{

font-size: 30px !important;

}

.s-block--categories .swiper-wrapper{

justify-content: center;

flex-direction: row;

flex-wrap: wrap;

}

.s-block--categories .swiper-wrapper .swiper-slide{

width: 45% ;

}

}

img.w-16.h-16.object-cover.rounded-full.mb-2\.5 {

height: 111px !important;

}

Sakura Gifts, [06/17/2025 02:40 م]
/* تغيير خلفية قسم تسوقي حسب القسم */
.s-block--categories {
  background-color: #FADEF0 !important;
}

/* تغيير خلفية كل عنصر (الدائرة حول الصورة) */
.s-block--categories .swiper-slide > div {
  background-color: #FADEF0 !important;
}

/* التأكد من أن النص يكون بلون مناسب */
.s-block--categories .swiper-slide h6 {
  color: #920A56 !important;
  font-weight: bold;
}

Sakura Gifts, [06/17/2025 02:50 م]
/* تلوين خلفية قسم الفئات فقط */
.s-block--categories {
  background-color: #FADEF0 !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* الدوائر اللي تحتوي الصور */
.s-block--categories .overflow-hidden.rounded-full {
  background-color: #FADEF0 !important;
  padding: 10px;
  border-radius: 50% !important;
}

/* الصور داخل الأقسام */
.s-block--categories .slide--cat-entry img {
  border-radius: 33px 20px 58px 40px !important;
  width: 100px;
  height: auto;
}

/* عنوان قسم الفئات */
.s-block--categories .s-slider-block__title h2 {
  color: #920A56 !important;
  font-size: 36px !important;
  font-weight: bold;
  position: relative;
}

.s-block--categories .s-slider-block__title h2::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  background-color: #920A56;
  bottom: -10px;
  left: 0;
}

/* نصوص أسماء الفئات */
.s-block--categories h3.text-base {
  color: #920A56 !important;
  font-weight: 600;
}

/* الهواتف */
@media only screen and (max-width: 500px) {
  .s-block--categories .s-slider-block__title h2 {
    font-size: 24px !important;
  }
}