/* Add custom CSS styles below */ 

.s-block--square-links .swiper-slide {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 8px !important;
    border-radius: 1rem !important;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.07), 0 3px 8px -5px rgba(0, 0, 0, 0.02) !important;
    margin: auto 10px;
}

salla-add-product-button[product-status="out"] .w-full{
      border: 1px solid #bf4281 !important;
}


.product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__enhanced-mini-cart button{
    color: #bf4080 !important;
    background: #fff !important;
}

#about-6{
      background: #f9f6ef!important;
}


.mt-6.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary{
    text-align: right;
    padding-right: 14px;
}

p.text-sm.leading-6.text-store-text-secondary {
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: start;
}
/**************************************/

.promotion-banner li {
  animation-duration: 0ms !important;
}

@media (min-width: 1024px) {
  .promotion-banner a {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

.promotion-banner,
.animated-text {
  padding: 0px;
}

.promotion-banner ul,
.animated-text ul {
  padding: 2px 0;
}

.fixed_promotion:not(.promotion-banner-hidden) .main-nav-container.fixed-header .inner {
  top: 30px !important;
}

.promotion-banner ul,
.animated-text ul {
  justify-content: center;
}

.text-center h2.text-store-text-primary{
      margin-bottom: -7px;
}

/******** PDP Product name and stars *******/
.enhanced-title-border::after,.enhanced-title-border,
.enhanced-title-border::before,
.product-single__info>div:not(.product-name-stars-div):not(.product-subtitle):not(.before-price):not(.product-usp-parent-div):not(.hawa-guarantee-section):not(.hawa-video-comparison):not(.hawa-table-comparison):not(.fabric-container-pdp):not(#offer-container) {
  display: none !important;
}

.product-name-stars-div {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}

.product-name-stars-div h1 {
  margin-bottom: 0rem !important;
  font-weight: 800;
  font-size: 1.4rem;
}

[dir="ltr"] .product-name-stars-div h1 {
  font-size: 1.1rem !important;
}


.product-name-stars-div .s-rating-stars-selected {
  fill: #2d2d2d;
}

.product-name-stars-div .s-rating-stars-btn-star {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0px;
}

.product-name-stars-div .s-rating-stars-medium svg{
  height: 1.1rem;
  width: 1.1rem;
}

.product-subtitle {
  margin-bottom: 15px;
}

.product-subtitle h2 {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #4a4a4a
}

/***** Hawa Table Comparison **********/
@media (min-width: 1024px) {
  .comparison-note {
    background-color: #F8F5EF;
    font-size: 1rem !important;
  }
}

.hawa-table-comparison {
  padding: 0rem 0rem;
  margin-top: 2rem;
}

.comparison-container {
  /* max-width: 800px; */
  margin: 0 auto;
  padding: 1.5rem;
}


.comparison-table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* border: 1px solid #000000;*/
}

.table-header {
  display: grid;
  grid-template-columns: 1fr 120px 120px;
  background: white;
}

.header-cell {
  padding: 1.25rem 1rem;
  font-weight: 500;
  text-align: center;
  font-size: 1.25rem;
  border-bottom: 1px solid #B6DEFC;
}

.header-cell img {
  margin: auto;
  margin-top: 13px;
}

.header-cell:first-child {
  text-align: left;
  border-right: 1px solid black;
  background-color: white;
}

.header-cell:nth-child(2) {
  background-color: #2d2d2d;
}

.header-cell:last-child {
  background-color: white;
}

.table-body {
  background: white;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 120px 120px;
}

.header-cell.feature-cell {
  border-bottom: 0;
}

.feature-cell {
  padding: 1.25rem 1rem;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  border-right: 1px solid black;
  background-color: #F8F5EF;
}

.check-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.5rem;
  background-color: #2d2d2d;
}

.check-cell:first-of-type {
  background-color: #ECE95E;
  border-right: 1px solid black;
}

.check-cell:last-of-type {
  background-color: #F8F5EF;
}

.check {
  width: 25px;
  height: 25px;
  display: block;
}

.cross {
  width: 25px;
  height: 25px;
  display: block;
  opacity: 1;
}


[dir="rtl"] .feature-cell {
  text-align: right;
  border-right: none;
  border-left: 1px solid black;
}

[dir="rtl"] .header-cell:first-child {
  text-align: right;
  border-right: none;
  border-left: 1px solid black;
}


.check-cell:first-of-type {
  border-right: none;
  border-left: 1px solid black;
}


@media (max-width: 640px) {
  .pdp-comparison {
    padding: 0rem;
  }

  .header-cell,
  .feature-cell {
    font-size: 1rem;
    font-weight: 500;
    padding: 0rem 1rem;
  }

  [dir="ltr"] .header-cell .feature-cell {
    font-size: 1rem;
  }


  .table-header,
  .table-row {
    grid-template-columns: 1fr 80px 80px;
  }

  .check {
    width: 25px;
    height: 25px;
    font-size: 0.75rem;
  }

  .cross {
    width: 25px;
    height: 25px;
    font-size: 0.75rem;
  }
}

.homepage-comparison {
  max-width: 1440px;
  margin: 0rem auto;
  padding: 0 10px;
}

.comparison-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .comparison-container {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    background: #FFFFFF;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .table-row,
  .table-header {
    grid-template-columns: 1fr 150px 150px;
  }

  .header-cell,
  .feature-cell {
    font-size: 1.5rem;
  }

  .homepage-comparison {
    background: #F8F5EF;
  }

  .comparison-table {
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
  }

  .comparison-image {
    flex: 1;
    max-width: 40%;
  }
  
  .comparison-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .comparison-table {
    flex: 1.5;
  }

  .header-cell img {
    margin-top: 0 !important;
  }
}

.comparison-table {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .comparison-image {
    display: none;
  }
}

.advanced-slider .swiper .swiper-slide-active p{
      font-weight: 600;
}

@media only screen and (max-width:600px) {
.advanced-slider .swiper .swiper-slide-active p{
    width: 228px;
    margin: 0px auto;
    padding: 2px;
    font-size: 0.7rem;
}

#about-6 .container .gap-5 .w-full:nth-child(2)::before{
       content: 'بدلة ساونز و البدلات الثانيه';
        display: block;
         text-align: right;
        font-size: 1.50rem;
        font-weight: 700;
        color: #c34d88;
        margin-bottom: 16px;
}

#about-6 .container .gap-5 .w-full:nth-child(1) h2.text-primary{
      display: none;
}

}

.pie-wrapper,
.s-block--faq.pdp-faq-section{
        display: none;
}


.advanced-slider .swiper .swiper-slide-active p{
    color: #FFFFFF !important;
    background: #bf4080;
    padding: 4px;
    border-radius: 10px;
    line-height: 1.53rem;
}











.calculator {
  max-width: 380px;
  margin: 20px auto;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-family: 'Cairo', Arial, sans-serif;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
 
.calculator:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.calculator h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.calculator input {
  display: block;
  width: 100%;
  padding: 12px 14px;
  margin: 8px 0;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fafafa;
  font-size: 15px;
  font-family: 'Cairo', Arial, sans-serif;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.calculator input:focus {
  border-color: #e91e63;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.1);
}

.calculator button {
  display: inline-block;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 14px 0;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Cairo', Arial, sans-serif;
  cursor: pointer;
  margin-top: 16px;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.calculator button:hover {
  background: #d81b60;
  box-shadow: 0 4px 12px rgba(216, 27, 96, 0.3);
  transform: translateY(-1px);
}

#result {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  background: #f8f8f8;
  padding: 10px 12px;
  border-radius: 10px;
}

















.calculator {
  max-width: 380px;
  margin: 20px auto;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  font-family: 'Cairo', Arial, sans-serif;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
 
.calculator:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.calculator h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.calculator input {
  display: block;
  width: 100%;
  padding: 12px 14px;
  margin: 8px 0;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fafafa;
  font-size: 15px;
  font-family: 'Cairo', Arial, sans-serif;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.calculator input:focus {
  border-color: #e91e63;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.1);
}

.calculator button {
  display: inline-block;
  width: 100%;
  background: #c14180;
  color: #fff;
  padding: 14px 0;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Cairo', Arial, sans-serif;
  cursor: pointer;
  margin-top: 16px;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.calculator button:hover {
  background: #c14180;
  box-shadow: 0 4px 12px rgba(216, 27, 96, 0.3);
  transform: translateY(-1px);
}

#result {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  background: #f8f8f8;
  padding: 10px 12px;
  border-radius: 10px;
}
@media (max-width: 992px) {
.index  > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.container.fixed-products.fixed-products--2 .s-products-list-vertical-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.625rem;
}
.index  > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.container.fixed-products.fixed-products--2 custom-salla-product-card#product-901201349 {
    margin-right: 100px;
    margin-left: 100px;
}
}