/* إخفاء الصورة والنص والسهم */
.s-user-menu-trigger-avatar,
.s-user-menu-trigger-content,
.s-user-menu-trigger-icon {
  display: none !important;
}
#custom-product-prices {
    display: none !important;
}
[lang="en"] .navbar-brand {
  background-image: url("https://i.postimg.cc/8PxTqPBT/Artboard-2-3x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 55px;
}

[lang="en"] .navbar-brand img {
  display: none !important;
}
.p-4 {
  padding-top: 0.5rem !important; /* بدل 1rem */
}

/* تعديل حاوية الزر */
.s-user-menu-trigger {
  position: relative;
  width: 40px;
  height: 40px;
}
.s-block--slider-with-bg .s-slider-block__title-left {
  display: none;
}

/* إضافة أيقونة SVG جديدة */
.s-user-menu-trigger::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M10.25 4.25C10.25 3.58696 9.98657 2.95107 9.51773 2.48223C9.04889 2.01339 8.41304 1.75 7.75 1.75C7.08696 1.75 6.45111 2.01339 5.98227 2.48223C5.51343 2.95107 5.25 3.58696 5.25 4.25V5.5C5.25 6.16304 5.51343 6.79893 5.98227 7.26777C6.45111 7.73661 7.08696 8 7.75 8C8.41304 8 9.04889 7.73661 9.51773 7.26777C9.98657 6.79893 10.25 6.16304 10.25 5.5V4.25Z' stroke='black' fill='none'/><path d='M2.125 14.25C3.075 11.675 5.25 9.875 7.75 9.875C10.25 9.875 12.425 11.675 13.375 14.25' stroke='black' fill='none'/></svg>") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M10.25 4.25C10.25 3.58696 9.98657 2.95107 9.51773 2.48223C9.04889 2.01339 8.41304 1.75 7.75 1.75C7.08696 1.75 6.45111 2.01339 5.98227 2.48223C5.51343 2.95107 5.25 3.58696 5.25 4.25V5.5C5.25 6.16304 5.51343 6.79893 5.98227 7.26777C6.45111 7.73661 7.08696 8 7.75 8C8.41304 8 9.04889 7.73661 9.51773 7.26777C9.98657 6.79893 10.25 6.16304 10.25 5.5V4.25Z' stroke='black' fill='none'/><path d='M2.125 14.25C3.075 11.675 5.25 9.875 7.75 9.875C10.25 9.875 12.425 11.675 13.375 14.25' stroke='black' fill='none'/></svg>") no-repeat center;
  mask-size: contain;
}

.s-reviews-testimonial__icon {
  display: none !important;
}

/* اخفاء أي سنيبت/ويدجت لتابي (عام) */
[data-test*="promo-widget"],
[data-test*="widget-learn-more"],
[data-test*="sar-icon"],
[class*="tabby"],
[id*="tabby"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#tabs-p-details-section,
#tabs-p-details-section * {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

#tabs-p-details-section article,
#tabs-p-details-section .contianer-tab {
  border: none !important;
}

.space-x-2 h4 {
  font-size: 28px !important;
}

.space-x-2 span {
  font-size: 18px !important;
}

.s-features-head {
  font-size: 18px !important;
  margin-top: 35px !important;
}

.flex.items-center.flex-row {
  padding-bottom: 8px;
  margin-bottom: 8px;
}

/* تصغير جميع الأيقونات */
.header-btn__icon svg {
  width: 20px;
  height: 20px;
}

/* استثناء الشعار */
.navbar-brand img {
  width: 126px;
  height: auto;
}
#mainnav{
  padding-top: 8px;
}

/* تصغير صورة المستخدم (حتى لو مخفيه فوق) */
.s-user-menu-trigger-avatar {
  width: 28px !important;
  height: 28px !important;
}

/* تصغير سهم القائمة */
.s-user-menu-trigger-icon svg {
  width: 14px !important;
  height: 14px !important;
}

/* تصغير النص (اختياري) */
.s-user-menu-trigger-content {
  font-size: 12px !important;
}

#edit-375082436 ~ salla-products-list .s-product-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.flex.whitespace-nowrap.gap-2.items-center {
  margin-bottom: 0 !important;
}

div[style*="loading"],
div[class*="load"],
div[id*="load"] {
  display: none !important;
}

.faq-toggle-box {
  cursor: pointer;
  margin-top: 12px;
  background: #f3f4f6 !important;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: 0.3s;
}

.faq-toggle-box:hover {
  background: #e9ecef !important;
}

.s-button-text i.sicon-shopping {
  display: none !important;
}

.pp-feature__item.faq-arrow {
  position: relative;
}

.pp-feature__item.faq-arrow::after {
  content: "";
  position: absolute;
  bottom: 45px;
  width: 12px;
  height: 12px;
  border-left: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  transform: rotate(-45deg);
}
html[dir="ltr"] .pp-feature__item.faq-arrow::after {
 right: 18px;
}

html[dir="rtl"] .pp-feature__item.faq-arrow::after {
   left: 18px;
}

.pp-feature__item {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.s-advertisement[data-id="417612420"] {
  display: none !important;
}

.faq-content {
  background: #f3f4f6 !important;
}

.sicon-trash::before {
  content: "×";
  font-size: 22px;
  font-weight: 300;
}

.btn--delete {
  width: 28px;
  height: 28px;
  padding: 0;
}

h1.flex-1.text-xl.leading-8.font-bold {
  font-size: 24px !important;
}

.carousel-slider .s-slider-block__title-nav {
  display: block;
}

small.text-gray-600.text-xxs.bg-gray-200.px-1\.5.mx-1.rounded-md {
  display: none !important;
}

.main-content .product__description {
  margin-bottom: 0 !important;
}

.divider-head:has(img[src*="b7b7e289-81c4-4f0e-b405-a66f404f3b58.webp"]) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.faq-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 15px;
}

.faq-row b {
  display: block;
  font-size: 16px;
}

.faq-row p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.shuhra-cat-content {
  margin-top: 100px;
}

/* =========================
   Tablet/Mobile (<=1024px)
========================= */
@media (max-width: 1024px) {
  .navbar-brand {
    transform: scale(1.3) !important;
    margin-right: 8px;
  }

  /* اخفاء السعر والريال بجانب السلة */
  #store-header .s-cart-summary-content,
  #store-header .s-cart-summary-total,
  #store-header .s-cart-summary-total .sicon-sar {
    display: none !important;
  }

  .s-block.s-block--fixed-banner.wide-placeholder {
    margin-bottom: 20px;
  }

  .sub_categories-container {
    display: none !important;
  }

  #cart-summary-panel {
    display: none !important;
  }

  body.cart,
  body[class*="cart"] {
    background: #f5f7fa;
  }

  .s-product-card-promotion-title.shuhra-promotion-title {
    background-color: #d1d1d1;
    border-radius: 0;
    margin-right: 0;
    text-align: right;
    top: 8px;
    right: -9px;
  }

  small.text-gray-600.text-xxs.bg-gray-200.px-1\.5.mx-1.rounded-md {
    font-size: 9px !important;
    padding: 4px 8px !important;
    margin-right: 6px !important;
    margin-top: 10px !important;
    border-radius: 3px !important;
    line-height: 1.2 !important;
  }

  .s-product-card-promotion-title::before,
  .s-product-card-promotion-title::after {
    content: none !important;
    display: none !important;
  }

  .s-block--banners .banner-entry {
    height: 350px;
  }

  .qv-availability,
  .s-product-card-rating,
  salla-breadcrumb,
  .origin-social-a-wishlist,
  #c-p-price,
  a[href="#tabs-p-details-section"],
  #tabs-p-details-section > article:first-child,
  .my-2\.5,
  .sicon-chat-bubbles,
  .divider-head,
  .divider-line,
  .contianer-tab .article--main,
  .flex.flex-col.gap-1.lg\:gap-2.p-3.bg-white.border.border-gray-200.mb-2\.5.rounded-sm.lg\:rounded-md.text-gray-500 {
    display: none !important;
  }

  /* ✅ تم حذف .justify-between لأنها تؤثر على الهيدر */

  .l-products-main-subtitle {
    text-align: center;
    width: 100%;
  }

  .s-product-card-price {
    font-size: 16px !important;
  }

  .s-button-element.s-button-btn {
    font-size: 14.5px;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 20px;
  }

  .s-button-element.s-button-btn:hover {
    background-color: #333;
    color: #fff;
  }

  .s-button-element.s-button-btn .s-button-text span {
    font-size: 15px;
    font-weight: 600;
  }

  .footer-head-logo img {
    width: 150px;
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .sbc-img {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .sbc-container {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 5px !important;
  }

  .text-sm.text-text-grey.mb-1 {
    display: inline-block;
    transform: translateX(-0.001px);
  }

  #more-content {
    max-height: none !important;
    overflow: visible !important;
    transition: none !important;
  }

  p:empty {
    display: none;
  }

  .s-product-card-sale-price h4 {
    font-size: 16px !important;
  }

  .s-product-card-sale-price span {
    font-size: 12px !important;
  }

  .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
  }


  /* =========================
     Categories block
  ========================= */
  .s-block__shuhra-categories {
    overflow: hidden !important;
    max-height: 690px;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .s-block--s-features {
    margin-bottom: 0 !important;
  }

  /* =========================
     Product details tabs
  ========================= */

  .main-content h1 {
    font-size: 28px !important;
  }

  .main-content h2.font-bold.text-xl {
    font-size: 26px !important;
    color: red !important;
  }

  .main-content h2.font-bold.text-xl i {
    font-size: 22px !important;
    color: red !important;
  }

  .product-entry__sub-title {
    font-size: 6px !important;
    margin-top: 0px !important;
  }

  small.bg-gray-200 {
    font-size: 12px !important;
    margin-top: 8px !important;
  }

  /* =========================
     Ads
  ========================= */
  salla-advertisement,
  salla-advertisement .s-advertisement,
  salla-advertisement .s-advertisement-content,
  salla-advertisement .s-advertisement-content h2,
  salla-advertisement .s-advertisement-action i {
    background-color: #fff !important;
    color: #000 !important;
  }

  /* =========================
     Alfinder button
  ========================= */
  .alfinder-add-to-cart-button {
    background-color: #000 !important;
    color: #fff !important;
  }

  .alfinder-add-to-cart-button svg {
    display: none !important;
  }



  /* =========================
     PWD block (video section)
  ========================= */
  .p_w_d_design-container {
    min-height: 350px !important;
  }

  @media (min-width: 768px) {
    .p_w_d_design-container {
      min-height: 200px !important;
    }
  }

  /* =========================
     Products list limit=1
  ========================= */
  salla-products-list[limit="1"] .s-products-list-wrapper {
    display: flex !important;
    justify-content: center !important;
  }

  salla-products-list[limit="1"] .s-product-card-entry {
    width: 320px !important;
    max-width: 100% !important;
    margin-top: 55px !important;
  }

  /* =========================
     Block title hidden
  ========================= */
  .s-block-7 .s-block__title {
    display: none !important;
  }
}

/* =========================
   Desktop (>= 992px)  ✅ صار يطبق فعلاً على الديسكتوب
========================= */
@media (min-width: 992px) {
  .banner--fixed {
    max-height: 420px !important;
    overflow: hidden;
    border-radius: 16px;
  }

  .banner--fixed img {
    height: 420px !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .s-block--slider-with-bg .swiper-wrapper {
    justify-content: center !important;
  }

  .s-block_p-w-d .flex {
    flex-direction: column !important;
    align-items: center !important;
  }

  .s-block_p-w-d .w-full.lg\:w-1\/3,
  .s-block_p-w-d .w-full.lg\:w-2\/3 {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
  }

  .s-block_p-w-d .p_w_d_design-container {
    height: 450px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  .s-block__shuhra-categories .shuhra-categories {
    justify-content: center !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 300px)) !important;
    gap: 20px !important;
    margin-bottom: 70px;
  }

  salla-products-list[limit="2"] .s-products-list-wrapper {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
  }

  salla-products-list[limit="2"] .s-product-card-entry {
    flex: 0 0 auto !important;
    width: 320px !important;
  }

  section.s-block--fixed-banner .banner {
    transform: scale(0.4);
    transform-origin: center;
  }

  section.s-block--fixed-banner:has(img[src*="9e069a4a-f8ba-4e6b-92cc-e1514140b4c6"]) {
    display: none !important;
  }

  .product__description {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .pp-features-container {
    margin-bottom: 0 !important;
  }
}

/* =========================
   Mobile (<= 768px)
========================= */
@media (max-width: 768px) {
  .s-block,
  section {
    margin-top: 0 !important;
    padding-top: 12px !important;
  }

  .s-block--new-looks {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .s-block--new-looks p {
    display: none !important;
  }

  button[aria-label="wishlist"] {
    display: none !important;
  }

  .s-comments-flex:has(.s-comments-item-has-order-check-text) {
    display: none !important;
  }

  section.s-block--hero-slider {
    margin-top: -70px !important;
    margin-bottom: 10px !important;
    padding-top: 0 !important;
  }

  h2:not(.s-advertisement-content-main):not(#swal2-title):not(.swal2-title) {
    font-size: 1.15rem !important;
  }

  section.s-block.s-block--slider-with-bg.s-block--full-bg .flex.items-center.flex-row {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  apple-pay-button,
  .apple-pay-button,
  .s-apple-pay-button {
    display: none !important;
  }

  .sticky-product-bar {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 100;
    padding-bottom: 2px;
    background: #fff;
  }

  .sticky-product-bar__quantity {
    width: 100%;
  }

  salla-quantity-input {
    width: 100%;
  }

  .s-quantity-input-container {
    width: 100%;
    justify-content: space-between;
  }

  .s-quantity-input-input {
    flex: 1;
    text-align: center;
  }

  #best-offers-3-slider {
    margin-top: 30px !important;
  }
}

@media (min-width: 1024px) {
  #custom-product-prices {
    display: none !important;
  }
}

/* =========================
   Checkout products section
========================= */
@media (max-width: 640px) {
  #checkout-products-section {
    padding: 10px;
    border: 1px solid #2b2b2b;
    border-radius: 12px;
    background: #fff;

    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow-x: hidden;
    margin-bottom: 10px;
  }

  #checkout-products-section .s-products-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;

    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  #checkout-products-section * {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
  }

  #checkout-products-section .product-card__image {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #checkout-products-section .product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #checkout-products-section .product-card__title {
    text-align: center;
  }

  #checkout-products-section .product-card__subtitle,
  #checkout-products-section .product-card__promotion,
  #checkout-products-section salla-add-product-button i,
  #checkout-products-section .flex.justify-center.items-center.gap-x-1 {
    display: none !important;
  }

  #product-1035933438 .product-card__image {
    margin-bottom: 12px;
  }

  #checkout-products-section .product-card__mini-cart button {
    width: 100%;
    padding: 14px 0;
    font-size: 9.6px;
  }

  #checkout-products-section .product-card__mini-cart .s-button-text {
    font-size: 0;
  }

  #checkout-products-section .product-card__mini-cart .s-button-text::before {
    content: "إضافة";
    font-size: 12px;
  }
}

/* إخفاء القسم في الشاشات الكبيرة */
@media (min-width: 641px) {
  #checkout-products-section {
    display: none;
  }
    .s-block--videos-shop {
          display: none;

  }
}

#checkout-products-section h2 {
  margin: 26px auto;
  text-align: center;
  width: 100%;
}

#checkout-products-section .s-product-card-fit-height .s-product-card-image {
  height: 9rem;
  max-height: 64rem;
}

#checkout-products-section .s-product-card-content {
  padding: 4px !important;
}

#checkout-products-section .s-product-card-content-title a,
#checkout-products-section .s-product-card-price,
#checkout-products-section .s-product-card-sale-price h4,
#checkout-products-section .s-product-card-sale-price span {
  font-size: 12px !important;
  line-height: 1.2;
}

#checkout-products-section .shuhra-small-text,
#checkout-products-section .s-product-card-rating {
  font-size: 9px;
}

#checkout-products-section .s-button-btn .s-button-text,
#checkout-products-section .s-button-btn .s-button-text span {
  font-size: 11px !important;
}

#checkout-products-section .s-product-card-content-footer,
#checkout-products-section .s-product-card-content-sub {
  margin: 3px 0 !important;
  gap: 3px !important;
}

/* =========================
   Mobile (<= 991px)
========================= */
@media (max-width: 991px) {
  section.s-block--fixed-banner:has(img[src*="889666ca-adf0-4a95-aab9-ab8f312c4f9a"]) {
    display: none !important;
  }



  section.s-block.container:has(.s-products-list) {
    margin-top: 5px !important;
    top: -20px !important;
  }

  .sticky-product-bar__btn {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .sticky-product-bar {
    gap: 0 !important;
    padding-top: 0 !important;
  }

  .s-comments-flex {
    display: none !important;
  }
}

/* =========================
   Custom features tiny title
========================= */
.s-block--custom-features .s-f-title h2 {
  font-size: 5px !important;
  line-height: 1.5 !important;
}
  /* =========================
     FAQ
  ========================= */
  .s-block--faq .faq-entry__q {
    position: relative;
    color: #fff !important;
    padding: 14px 12px;
  }

  .s-block--faq .faq-entry__q::before {
    content: "";
    position: absolute;
    inset: 6px 0;
    background: #000;
    z-index: -1;
  }

  /* =========================
     Slider with BG block
  ========================= */
  section.s-block--slider-with-bg .slider-bg h3 {
    display: none !important;
  }

  .s-block--slider-with-bg,
  .s-block--slider-with-bg .container,
  .s-block--slider-with-bg .s-products-slider-wrapper,
  .s-block--slider-with-bg .s-products-slider-slider,
  .s-block--slider-with-bg .s-slider-wrapper,
  .s-block--slider-with-bg .s-slider-container,
  .s-block--slider-with-bg .s-slider-block__title,
  .s-block--slider-with-bg .swiper,
  .s-block--slider-with-bg .swiper-wrapper,
  .s-block--slider-with-bg .swiper-slide {
    background-color: transparent !important;
    background: transparent !important;
    border-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .s-block--slider-with-bg .slider-bg::before,
  .s-block--slider-with-bg .slider-bg::after {
    display: none !important;
    opacity: 0 !important;
  }

  section.s-block--slider-with-bg .slider-bg .container > div {
    position: relative;
    margin-top: 55px !important;
  }

  section.s-block--slider-with-bg .slider-bg .container > div p {
    position: absolute;
    bottom: 0;
  }

@media (min-width: 992px){

  .s-block--hero-slider .swiper-slide::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.1); /* تقدر تغير درجة السواد */
    z-index: 5;
  }

  .s-block--hero-slider .home-slider__content{
    position: relative;
    z-index: 20;
  }

}
  /* اخفاء السعر والريال بجانب السلة */
  #store-header .s-cart-summary-content,
  #store-header .s-cart-summary-total,
  #store-header .s-cart-summary-total .sicon-sar {
    display: none !important;
  }

  .s-block.s-block--fixed-banner.wide-placeholder {
    margin-bottom: 20px;
  }

  .sub_categories-container {
    display: none !important;
  }

  #cart-summary-panel {
    display: none !important;
  }

  body.cart,
  body[class*="cart"] {
    background: #f5f7fa;
  }

  .s-product-card-promotion-title.shuhra-promotion-title {
    background-color: #d1d1d1;
    border-radius: 0;
    margin-right: 0;
    text-align: right;
    top: 8px;
    right: -9px;
  }

  small.text-gray-600.text-xxs.bg-gray-200.px-1\.5.mx-1.rounded-md {
    font-size: 9px !important;
    padding: 4px 8px !important;
    margin-right: 6px !important;
    margin-top: 10px !important;
    border-radius: 3px !important;
    line-height: 1.2 !important;
  }

  .s-product-card-promotion-title::before,
  .s-product-card-promotion-title::after {
    content: none !important;
    display: none !important;
  }

  .s-block--banners .banner-entry {
    height: 350px;
  }

  .qv-availability,
  .s-product-card-rating,
  salla-breadcrumb,
  .origin-social-a-wishlist,
  #c-p-price,
  a[href="#tabs-p-details-section"],
  #tabs-p-details-section > article:first-child,
  .my-2\.5,
  .sicon-chat-bubbles,
  .divider-head,
  .divider-line,
  .contianer-tab .article--main,
  .flex.flex-col.gap-1.lg\:gap-2.p-3.bg-white.border.border-gray-200.mb-2\.5.rounded-sm.lg\:rounded-md.text-gray-500 {
    display: none !important;
  }

  /* ✅ تم حذف .justify-between لأنها تؤثر على الهيدر */

  .l-products-main-subtitle {
    text-align: center;
    width: 100%;
  }

  .s-product-card-price {
    font-size: 16px !important;
  }

  .s-button-element.s-button-btn {
    font-size: 14.5px;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 20px;
  }

  .s-button-element.s-button-btn:hover {
    background-color: #333;
    color: #fff;
  }

  .s-button-element.s-button-btn .s-button-text span {
    font-size: 15px;
    font-weight: 600;
  }

  .footer-head-logo img {
    width: 150px;
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .sbc-img {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .sbc-container {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 5px !important;
  }

  .text-sm.text-text-grey.mb-1 {
    display: inline-block;
    transform: translateX(-0.001px);
  }

  #more-content {
    max-height: none !important;
    overflow: visible !important;
    transition: none !important;
  }

  p:empty {
    display: none;
  }

  .s-product-card-sale-price h4 {
    font-size: 16px !important;
  }

  .s-product-card-sale-price span {
    font-size: 12px !important;
  }

  .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
  }
  #tabs-p-details-section article:nth-child(2) div[style*="height: 0px"] {
    height: auto !important;
    display: block !important;
  }

  #tabs-p-details-section article:nth-child(2) .tab-item {
    display: none !important;
  }

salla-button.btn--wishlist,
button.btn--wishlist {
  display: none !important;
}

@media (max-width: 768px){
  .s-products-list-wrapper{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .s-products-list-wrapper > custom-salla-product-card:nth-child(3){
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: 48% !important;
  }
}