#app
  > div.app-inner.flex.flex-col.min-h-full
  > section:nth-child(3)
  > .container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: unset;
  margin-bottom: 30px;
}

.s-slider-block__title h2::after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #ce8392;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.s-product-card-vertical:hover {
  box-shadow: -11px 10px 16px rgba(206, 131, 146, 0.35);
}

.banner-entry,
.banner-entry.square-photos {
  background-color: transparent !important;
}

.s-block--features__item .feature-icon {
  width: 5rem !important;
  height: 5rem !important;
}

@media (min-width: 992px) {

  .banner-entry {
    position: relative;
    right: 44%;
  }

}

@media (min-width: 1024px) {

  #app
    > div.app-inner.flex.flex-col.min-h-full
    > section.s-block.s-block--banners.container
    > div {

    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }

  .one-row {
    margin-right: 200px;
  }

}

body {
  background-color: #fdf3f6;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290%22%20height%3D%2290%22%20viewBox%3D%220%200%2090%2090%22%3E%20%3Cg%20fill%3D%22%23ce8392%22%20fill-opacity%3D%220.10%22%3E%20%3Cpath%20d%3D%22M22%2034c-4-3-8-6-8-11%200-3%202-5%205-5%202%200%203%201%203%202%200-1%201-2%203-2%203%200%205%202%205%205%200%205-4%208-8%2011z%22%2F%3E%20%3Cpath%20d%3D%22M67%2074c-4-3-8-6-8-11%200-3%202-5%205-5%202%200%203%201%203%202%200-1%201-2%203-2%203%200%205%202%205%205%200%205-4%208-8%2011z%22%2F%3E%20%3Ccircle%20cx%3D%2270%22%20cy%3D%2220%22%20r%3D%222.5%22%2F%3E%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2262%22%20r%3D%222.5%22%2F%3E%20%3Ccircle%20cx%3D%2245%22%20cy%3D%2245%22%20r%3D%222%22%2F%3E%20%3Ccircle%20cx%3D%2282%22%20cy%3D%2250%22%20r%3D%222%22%2F%3E%20%3Ccircle%20cx%3D%2240%22%20cy%3D%228%22%20r%3D%222%22%2F%3E%20%3Ccircle%20cx%3D%228%22%20cy%3D%2218%22%20r%3D%222%22%2F%3E%20%3Ccircle%20cx%3D%2252%22%20cy%3D%2282%22%20r%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  background-repeat: repeat;
}

body:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fdf3f6 url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/jZNWKy/stores/logos/6A5zwc4CqfnFTlLYlL7Ux03H39UEgY0Jdw8xJXXN.png);
  position: fixed;
  z-index: 99999999999999999;
  transform: scale(0);
  background-size: 30rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation-name: logobg;
  animation-name: logobg;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.home-block .home-block--store-features .no-m {
  background:#fff !important;
}

.brand-item {
  background:transparent !important;
}

.store-footer,
.s-block {
  margin-top:1rem;
}

.s-slider-block__title,
.banner--fixed img {
  margin-top:0;
}

.right-side h2 {
  font-size:30px;
}

.navbar-brand img {
  width:auto;
  max-height:55px;
}

.s-search-icon svg {
  fill:white;
}

.s-button-element:not(:disabled):not([loading]) {
  pointer-events:auto;
}

.s-button-wide {

  width:100%;
  font-size:1.2rem;
  color:#fff !important;
  padding:8px;

  box-shadow:
    rgb(50 50 93 / 25%) 0 50px 100px -20px,
    rgb(0 0 0 / 30%) 0 30px 60px -30px;

  background:
    linear-gradient(
      45deg,
      #ce8392,
      #8E8E8E,
      #BDBDBD,
      #ce8392
    );

  background-size:400%;
  animation:glowing 25s linear infinite;

  opacity:1;
  transition:opacity .3s ease-in-out;
  border-radius:12px !important;
}

button.btn--coupon.has-not-coupon.btn--default.s-button-element.s-button-btn.s-button-solid.s-button-primary.s-button-loader-center,
.s-button-element:not(:disabled):not([loading]) {

  font-size:1rem;
  color:#fff;
  text-align:center;

  box-shadow:
    rgb(50 50 93 / 25%) 0 50px 100px -20px,
    rgb(0 0 0 / 30%) 0 30px 60px -30px;

  background:
    linear-gradient(
      45deg,
      #b06474,
      #ce8392,
      #dda6b0,
      #ce8392,
      #b06474
    );

  background-size:400%;
  animation:glowing 14s linear infinite;

  opacity:1;
  transition:opacity .3s ease-in-out;
  border-radius:12px !important;

}

[dir='rtl'] .rtl\:pl-24 {

  padding-left:9rem;
  border-radius:21px;

}

.s-button-btn,
.s-price-range-number-input {

  border-radius:.75rem;

}

.s-slider-block__display-all {

  padding:5px;
  margin:10px auto;
  border-radius:0 15px 0 15px;

  animation:signal 1200ms linear infinite;

}

.s-product-card-content-footer
.s-button-primary-outline
.sicon-shopping-bag:before {

  content:'';
  background-image:url(https://i.ibb.co/LgDHYLn/system-regular-64-shopping-bag.gif);

  width:30px;
  height:30px;

  margin-left:5px;

  background-size:contain;
  display:inline-block;

}

[class*=' sicon-'],
[class^='sicon-'] {

  font-family:sallaicons !important;
  speak:never;
  font-style:normal;
  font-weight:400;
  font-variant:normal;
  text-transform:none;
  line-height:1;

  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;

}

.text-base {

  font-size:1rem;
  line-height:1.5rem;

}

.s-product-card-content-footer .s-button-text {

  display:flex;
  justify-content:center;
  align-items:center;

}

.s-product-card-content {

  padding:.4rem;

}

.s-product-card-content-main {

  text-align:center;

}

.s-product-card-content-title a {

  font-size:16px;

}

.s-product-card-content-sub h4 {

  font-size:20px;

}

.top-navbar {

  background:#ce8392 !important;
  color:white !important;

}

.store-footer__inner,
.main-nav-container {

  background:#fff !important;

}

.store-footer__inner {

  text-align:center;
  overflow:hidden !important;

}

@media (min-width: 1024px) {

  .store-footer__inner .container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 2rem;
    align-items: start;
  }

  .store-footer__inner .container > * {
    grid-column: span 1 / span 1 !important;
    width: 100%;
    max-width: 100%;
  }

}

.store-footer__inner h3 {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 20px;
  box-sizing: border-box;

  background: #ce8392;
  padding: 8px 12px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
}

.s-contacts-list-vertical {

  flex-direction:row !important;
  flex-wrap:wrap;

  justify-content:center;
  align-items:center;

  gap:15px;
  width:100%;

}

.s-contacts-item {

  width:auto !important;
  max-width:100%;
  flex:0 1 auto;

}

.s-contacts-item a,
.s-contacts-item span {

  white-space:nowrap;
  overflow-wrap:normal;

}

.store-footer__inner h3 {

  width:100%;

  background:#ce8392;

  padding:5px;

  border-radius:50px;

  text-align:center;

  color:white;

}

.s-menu-footer-list a:hover,
.s-contacts-item:hover {

  color:#ce8392 !important;

}

img {

  background-color:transparent !important;

}

.s-block.s-block--logos-slider {

  background-color:transparent !important;

}

.main-nav-container.fixed-header .inner {

  filter:drop-shadow(2px 4px 6px #aaa);

  border-radius:0 0 46px 46px;

  padding:4px;

  margin-top:0 !important;

}

.main-nav-container.fixed-pinned .navbar-brand img {

  max-height:47px;

}

.s-block.s-block--photos-slider {

  margin-top:5rem !important;

}

.s-slider-block__title h2,
a.fix-align.text-primary,
span.fix-align,
.sicon-keyboard_arrow_left:before,
h1#page-main-title,
h1.mb-4.mr-2.text-lg.font-bold.leading-\[1\.2\] {

  text-transform:uppercase;

  background-image:
  linear-gradient(
    -225deg,
    #000 0%,
    #ce8392 9%,
    #8E8E8E 30%,
    #000 100%
  );

  background-size:200% auto;

  background-clip:text;

  color:transparent;

  font-weight:bold;

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  animation:textclip 2s linear infinite;

  display:inline-block;

}

@keyframes textclip {

  to {

    background-position:200% center;

  }

}

@-webkit-keyframes logobg {
  0% { transform: scale(1); }
  75% { transform: scale(1); }
  100% { transform: scale(0); }
}

@keyframes logobg {
  0% { transform: scale(1); }
  75% { transform: scale(1); }
  100% { transform: scale(0); }
}

@keyframes glowing {

  0% {

    background-position:0 0;

  }

  50% {

    background-position:400% 0;

  }

  100% {

    background-position:0 0;

    box-shadow:0 0 0 2px #000;

  }

}

@keyframes signal {

  0% {

    box-shadow:0 0 0 0 #000;

  }

  100% {

    box-shadow:0 0 0 5px #fff;

  }

}

.lazy__bg {

  background-repeat:no-repeat !important;
  background-size:contain;
  background-position:center;

}

@media(max-width:992px) {

  .index
  > div.app-inner.flex.flex-col.min-h-full
  > section.s-block.s-block--banners.container
  > div {

    grid-template-columns:repeat(3,minmax(0,1fr));

  }

  .index
  > div.app-inner.flex.flex-col.min-h-full
  > section.s-block.s-block--banners.container
  > div
  .banner-entry {

    height:150px;

  }

  .right-side h2 {

    font-size:20px;

  }

  .index
  > div.app-inner.flex.flex-col.min-h-full
  > section.s-block.s-block--banners.container
  > div
  > a:nth-child(4) {

    grid-area:1/1/5/5;

    padding:0;
    margin:0;

  }

}

.product__description {

  background:white !important;
  padding:10px !important;

}

.s-block-html-content .pricing-section {

  padding:70px 40px;
  background:transparent;
  direction:rtl;

}

.s-block-html-content .pricing-container {

  display:flex;

  justify-content:center;
  align-items:stretch;

  gap:25px;

  flex-wrap:wrap;

}

.s-block-html-content .pricing-container .card {

  background:#fff;

  width:350px;

  min-height:830px;

  border-radius:18px;

  padding:30px 35px;

  text-align:center;

  box-shadow:0 15px 30px rgba(0,0,0,.08);

  display:flex;

  flex-direction:column;

  transition:.35s ease;

}

.s-block-html-content .pricing-container .card:hover {

  transform:translateY(-8px);

  box-shadow:
  0 20px 45px rgba(206,131,146,.25);

}

.s-block-html-content .pricing-container .icon {

  width:38px;

  height:38px;

  margin:0 auto 25px;

  position:relative;

}

.s-block-html-content .pricing-container .icon::before {

  content:"";

  position:absolute;

  width:25px;

  height:25px;

  background:currentColor;

  border-radius:4px 4px 12px 4px;

  bottom:0;

  right:0;

}

.s-block-html-content .pricing-container .icon::after {

  content:"";

  position:absolute;

  width:18px;

  height:18px;

  background:#fff;

  top:0;

  left:0;

}

.s-block-html-content .pricing-container .blue {

  color:#ce8392;

}

.s-block-html-content .pricing-container .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.s-block-html-content .pricing-container .price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.s-block-html-content .pricing-container .price span {
  font-size: 38px;
  color: #ce8392;
  font-weight: bold;
  line-height: 1;
}

.s-block-html-content .pricing-container .price .riyal {
  font-size: 17px;
  color: #9aa3b0;
  font-style: normal;
}

.s-block-html-content .pricing-container .price .slash {
  display: inline-block;
  width: 5px;
  height: 30px;
  background: #ce8392;
  border-radius: 4px;
  transform: rotate(20deg);
}

.s-block-html-content .pricing-container .price .period {
  font-size: 20px;
  color: #1f2937;
  font-weight: 700;
}

.s-block-html-content .pricing-container .price small {
  display: block;
  margin-top: 10px;
  color: #9aa3b0;
  font-size: 14px;
}

.s-block-html-content .pricing-container .features-top,
.s-block-html-content .pricing-container .services {

  list-style:none;

  padding:0;

}

.s-block-html-content .pricing-container .features-top {

  margin-bottom:25px;

}

.s-block-html-content .pricing-container .features-top li {

  margin:12px 0;

  color:#333;

  font-size:15px;

}

.s-block-html-content .pricing-container .features-top li::before {

  content:"✓";

  color:#ce8392;

  font-weight:bold;

  margin-left:8px;

}

.s-block-html-content .pricing-container h3 {

  text-align:right;

  margin:18px 0 15px;

  color:#333;

  font-size:18px;

}

.s-block-html-content .pricing-container .services {

  text-align:right;

  flex:1;

}

.s-block-html-content .pricing-container .services li {

  color:#666;

  margin:10px 0;

  font-size:14px;

  line-height:1.6;

}

.s-block-html-content .pricing-container .services li::before {

  content:"✔";

  color:#ce8392;

  font-weight:bold;

  margin-left:10px;

}

.s-block-html-content .pricing-container a {
  display: block;
  width: 100%;
  margin-top: auto;
  text-decoration: none;
}

.s-block-html-content .pricing-container button,
.s-block-html-content .pricing-container .pricing-btn,
.s-block-html-content .pricing-container .blue-btn {
  width: 100%;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 18px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #ce8392, #db9ea9);
  box-shadow: 0 8px 20px rgba(206, 131, 146, .30);
  transition: .3s ease;
}

.s-block-html-content .pricing-container button:hover,
.s-block-html-content .pricing-container .pricing-btn:hover,
.s-block-html-content .pricing-container .blue-btn:hover {
  background: linear-gradient(135deg, #b06474, #ce8392);
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(206, 131, 146, .45);
  color: #fff;
}

.s-block-html-content .pricing-container button:active,
.s-block-html-content .pricing-container .pricing-btn:active,
.s-block-html-content .pricing-container .blue-btn:active {
  transform: scale(.98);
}

@media(max-width:1100px) {

  .s-block-html-content .pricing-section {

    padding:40px 20px;

  }

  .s-block-html-content .pricing-container {

    flex-direction:column;

    align-items:center;

  }

  .s-block-html-content .pricing-container .card {

    width:100%;

    max-width:380px;

    min-height:auto;

  }

}

.s-slider-next .s-slider-nav-arrow,
.s-slider-prev .s-slider-nav-arrow {

  background:white !important;

}

salla-contacts[data-testid="store-header-contacts"]
.unicode::before {

  content:"📞 ";

}

.copyright-text p {

  display:none;

}

.copyright-text::after {

  content:"© 2026 Pastel.boutique - جميع الحقوق محفوظة";

  display:block;

  color:#9ca3af;

  font-size:14px;

}

.store-products-list,
[data-testid="store-products-list"],
salla-products-list {

  overflow:hidden !important;

}

.s-slider-block__display-all{
font-size: 1rem !important;
}

.s-block--bundle-store-features [component-name="store-features"] {
  --features-bg-color: #fbe6ec !important;
  background: #fbe6ec !important;
  border-radius: 24px;
}

.s-block--bundle-store-features [class*="sicon-"] {
  color: #ce8392 !important;
}

.s-block--bundle-store-features .sicon-calendar-user { color: #ce8392 !important; }
.s-block--bundle-store-features .sicon-cart-add      { color: #dda6b0 !important; }
.s-block--bundle-store-features .sicon-whatsapp2     { color: #b06474 !important; }

.s-block--bundle-store-features h1,
.s-block--bundle-store-features h2,
.s-block--bundle-store-features h3,
.s-block--bundle-store-features h4 {
  color: #b06474 !important;
}

.s-block--bundle-store-features p {
  color: #8a6b72 !important;
}