/** Shopify CDN: Minification failed

Line 529:26 Expected identifier but found whitespace
Line 529:28 Unexpected "{"
Line 529:37 Expected ":"
Line 529:84 Expected ":"
Line 530:29 Expected identifier but found whitespace
Line 530:31 Unexpected "{"
Line 530:40 Expected ":"
Line 530:90 Expected ":"

**/


/* CSS from section stylesheet tags */
.custom-category-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-header {
  margin-bottom: 30px;
}

.category-grid-complex {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  grid-template-areas:
    "stacked-top    large-1  large-2"
    "stacked-bottom large-1  large-2";
  min-height: 500px;
}

.category-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.category-item__link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  width: 100%;
  height: 100%;
}
.category-item__image-wrapper {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}
.category-item__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.category-item:hover .category-item__image {
  transform: scale(1.05);
}
.category-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
}
.category-item__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.1em;
}
.category-item[style*="grid-area: large-1"] .category-item__title,
.category-item[style*="grid-area: large-2"] .category-item__title {
  font-size: 1.4em;
}

.category-item__button {
  background-color: #ffffff;
  color: #000000;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
}
.category-item__button:hover {
  background-color: #f0f0f0;
}

@media (max-width: 990px) {
  .category-grid-complex {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "stacked-top    stacked-bottom"
      "large-1        large-1"
      "large-2        large-2";
    min-height: unset;
  }
  .category-item {
    min-height: 280px;
  }
}

@media (max-width: 749px) {
  .category-grid-complex {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "stacked-top"
      "stacked-bottom"
      "large-1"
      "large-2";
    gap: 15px;
  }
  .category-item {
    min-height: 250px;
  }
  .category-item__title {
    font-size: 1em;
  }
  .category-item__button {
    padding: 6px 12px;
    font-size: 0.8em;
  }
}
/* --- أنماط القسم العامة --- */
.featured-products-split-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.featured-products-split-grid {
  display: grid;
  gap: 30px;
  align-items: flex-start;
}

@media (min-width: 990px) {
  .featured-products-split-grid {
    grid-template-columns: 3fr 9fr;
  }
}

@media (max-width: 989px) and (min-width: 750px) {
  .featured-products-split-grid {
    grid-template-columns: 1fr;
  }
  .text-content-column {
    margin-bottom: 30px;
    order: 1;
  }
  .products-column {
    order: 2;
  }
}

@media (max-width: 749px) {
  .featured-products-split-grid {
    grid-template-columns: 1fr;
  }
  .text-content-column {
    margin-bottom: 30px;
    text-align: center !important;
    order: 1;
  }
  .products-column {
    order: 2;
  }
  .text-content-column .buttons-wrapper {
    align-items: center !important;
    justify-content: center;
    flex-direction: column;
  }
}

/* --- أنماط عمود النص والأزرار --- */
.text-content-column {
  display: flex;
  flex-direction: column;
}

.text-content-column .section-title {
  margin-top: 0;
  margin-bottom: 15px;
}

.text-content-column .section-title.text-center-title {
  text-align: center;
}

.text-content-column .section-subtext {
  margin-bottom: 25px;
}

.text-content-column .section-subtext p {
  margin-bottom: 0;
}

.text-content-column .buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text-content-column[style*="text-align: center;"] .buttons-wrapper {
  align-items: center;
}

.text-content-column[style*="text-align: left;"] .buttons-wrapper {
  align-items: flex-start;
}

.text-content-column[style*="text-align: right;"] .buttons-wrapper {
  align-items: flex-end;
}

.split-section-button {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-width: 200px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.split-section-button:hover {
  background-color: #f0f0f0 !important;
  border-color: #000000 !important;
  color: #000000 !important;
}

/* --- أنماط عمود المنتجات --- */
.products-column {
  position: relative;
}

/* --- Decorative Arrows --- */
.decorative-arrows-container {
  margin-bottom: 15px;
  text-align: left;
  direction: ltr;
}

html[dir="rtl"] .products-column .decorative-arrows-container {
  text-align: left;
}

.decorative-arrow {
  font-size: 28px;
  font-weight: bold;
  color: #555555;
  cursor: default;
  padding: 0 5px;
}

.decorative-arrow-prev {
  margin-right: 10px;
}

/* --- أنماط شبكة المنتجات الثابتة --- */
.static-product-grid-wrapper {
  display: grid;
  gap: 15px;
}

@media (min-width: 990px) {
  .static-product-grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 989px) and (min-width: 750px) {
  .static-product-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 749px) {
  .static-product-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .static-product-grid-wrapper {
    grid-template-columns: 1fr;
  }
}

/* --- أنماط بطاقة المنتج --- */
.custom-product-card {
  width: 100%;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.custom-product-card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.custom-product-card__image-wrapper {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.custom-product-card__image {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
}

.custom-product-card__info {
  padding: 5px 0;
  margin-top: auto;
  direction: rtl;
}

.custom-product-card__title {
  font-size: 0.9em;
  margin-bottom: 8px;
  font-weight: normal;
  text-align: right;
  min-height: 2.4em;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.custom-product-card__price {
  font-size: 0.9em;
  font-weight: bold;
  text-align: right;
  margin-bottom: 8px;
}

.placeholder-svg {
  width: 100%;
  height: auto;
  max-height: 250px;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
  display: block;
}

/* --- Product Badges --- */
.product-badges {
  position: absolute;
  top: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

html[dir="rtl"] .product-badges {
  right: 8px;
}

html:not([dir="rtl"]) .product-badges {
  left: 8px;
}

.badge {
  padding: 4px 8px;
  font-size: 0.75em;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  line-height: 1.3;
  display: inline-block;
}

.badge--new {
  background-color: #f0f0f0;
  color: #000000;
  border: 1px solid #dddddd;
}

.badge--out-of-stock {
  background-color: #4a4a4a;
  color: #ffffff;
}

.badge--sale {
  background-color: #e74c3c;
  color: #ffffff;
}

/* --- Color Swatches --- */
.custom-product-card__color-swatches {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
  min-height: 18px;
  padding: 0 2px;
}

.color-swatch {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.color-swatch[style*="background-color:white"],
.color-swatch[style*="background-color:#fff"],
.color-swatch[style*="background-color:#ffffff"] {
  border-color: #bfbfbf;
}
.image-banner-overlay-section {
  background-size: cover;
  background-position: center;
  padding-top: var(--padding-top-dynamic);
  padding-bottom: var(--padding-bottom-dynamic);
  position: relative;
  min-height: var(--section-min-height-dynamic);
  display: flex;
  align-items: center; /* Vertically center the page-width container */
  justify-content: center; /* Horizontally center page-width if it's narrower than section */
}

.image-banner-overlay-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color-dynamic);
  z-index: 1;
  pointer-events: none;
}

.image-banner-overlay-section__content-wrapper {
  position: relative;
  z-index: 2; /* Above overlay */
  width: 100%;
  display: flex; /* Used for content_block_horizontal_align (justify-content) */
  /* align-items: center; -- This would center items vertically inside this wrapper if wrapper has height */
}

.image-banner-overlay-section__text-block {
  /* max-width is set by inline style */
  /* text-align is set by inline style */
  /* Example: Add some padding to the text block itself if needed */
  /* padding: 20px; */
  /* background-color: rgba(0,0,0,0.1); /* Optional: slight bg for text block for readability */
}

.image-banner-overlay-section__heading {
  font-size: 34px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
}

.image-banner-overlay-section__subtext {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
}
.image-banner-overlay-section__subtext p:last-child {
  margin-bottom: 0;
}

.image-banner-overlay-section__button {
  padding: 12px 35px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  border-width: 1.5px;
  border-style: solid;
}

.image-banner-overlay-section__button:hover {
  opacity: 0.85;
  transform: scale(1.02);
}

/* Mobile */
@media (max-width: 749px) {
  .image-banner-overlay-section {
    --padding-top-dynamic: {{ section.settings.padding_top | times: 0.7 | round }}px;
    --padding-bottom-dynamic: {{ section.settings.padding_bottom | times: 0.7 | round }}px;
    min-height: var(--section-min-height-dynamic); /* Keep min height or adjust */
    background-position: center center; /* Ensure good part of image is visible */
  }
  .image-banner-overlay-section__content-wrapper {
    justify-content: center !important; /* Center content block on mobile */
    padding-left: 15px; /* Add horizontal padding to the wrapper for mobile */
    padding-right: 15px;
  }
  .image-banner-overlay-section__text-block {
    text-align: center !important; /* Center text within the block on mobile */
    max-width: 100% !important; /* Allow block to take full width within padded wrapper */
  }
  .image-banner-overlay-section__heading {
    font-size: 28px; /* Slightly smaller heading on mobile */
  }
  .image-banner-overlay-section__subtext {
    font-size: 15px; /* Slightly smaller subtext on mobile */
  }
}
.split-section-wrapper {
  padding-top: 40px; /* Adjust as needed */
  padding-bottom: 40px; /* Adjust as needed */
}

.split-text-image-grid {
  display: grid;
  gap: 30px; /* Space between text and image columns */
  align-items: stretch; /* Default, ensures columns are same height if possible */
}

.split-text-image__text-column .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; /* Allows vertical alignment to work relative to column height */
  padding: 15px; /* Padding inside the text column */
}

.split-text-image__title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000000; /* Black color for heading */
  /* Font size and weight can be inherited from theme's h2 or specified */
}

.split-text-image__paragraph {
  margin-bottom: 30px;
  color: #333333; /* Dark gray for paragraph */
  /* Font size can be inherited or specified */
}
.split-text-image__paragraph p {
    margin-bottom: 0; /* Remove default bottom margin from p tags inside richtext if any */
}

.buttons-wrapper {
  display: flex;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller widths if necessary */
  gap: 15px; /* Space between buttons */
}

.split-text-image__button {
  /* Assuming a global .btn class exists, otherwise style from scratch */
  background-color: #000000 !important; /* Important to override theme styles if needed, or use more specific selector */
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  padding: 12px 28px !important; /* Example padding */
  text-decoration: none !important;
  border-radius: 4px !important; /* Example */
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.split-text-image__button:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.split-text-image__image-column {
  display: flex; /* For placeholder alignment */
  align-items: center;
  justify-content: center;
  min-height: 300px; /* Minimum height, especially if no image */
}

.split-text-image__image {
  display: block;
  width: 100%;
  height: 100%; /* Make image fill the column height */
  object-fit: cover; /* Cover the area, might crop */
  max-height: 600px; /* Optional: constrain max image height */
  border-radius: 6px; /* Optional: slight rounding for image */
}

.placeholder-svg {
    width: 100%;
    height: 100%;
    max-width: 500px; /* Adjust placeholder size */
}


/* Desktop and Tablet: Two columns */
@media (min-width: 750px) {
  .split-text-image-grid {
    grid-template-columns: 1fr 1fr; /* Two equal columns */
  }
}

/* Mobile: Stack columns */
@media (max-width: 749px) {
  .split-text-image-grid {
    grid-template-columns: 1fr; /* Single column */
  }
  .split-text-image-section.mobile-stack-image-first .split-text-image__text-column { order: 2; }
  .split-text-image-section.mobile-stack-image-first .split-text-image__image-column { order: 1; }

  .split-text-image-section.mobile-stack-text-first .split-text-image__text-column { order: 1; }
  .split-text-image-section.mobile-stack-text-first .split-text-image__image-column { order: 2; }

  .split-text-image__text-column .content-wrapper {
    text-align: center !important; /* Default to center on mobile, override if needed */
    padding: 20px 0;
  }
  .buttons-wrapper {
    justify-content: center !important; /* Default to center on mobile */
  }
  .split-text-image__image {
    max-height: 450px; /* Adjust max height for mobile image */
  }
}
.testimonial-slider-section-wrapper {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #FFFFFF; /* White background as per image */
  position: relative; /* For positioning arrows if needed relative to wrapper */
}

.testimonial-section-header {
  text-align: center;
  margin-bottom: 30px; /* Space between header and slider */
}

.testimonial-main-title {
  font-size: 22px; /* Adjust as needed */
  font-weight: 600; /* Matches typical heading weight */
  margin-top: 0;
  margin-bottom: 8px;
}

.testimonial-overall-stars {
  font-size: 20px; /* Size of stars */
  line-height: 1;
  margin-bottom: 8px;
}

.testimonial-overall-stars .star {
  margin: 0 1px;
}

.testimonial-summary-subtext {
  font-size: 14px; /* Adjust as needed */
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

/* Slider container and wrapper */
.testimonial-slider-container {
  position: relative; /* For swiper elements if not using external nav */
  overflow: hidden;
  width: 100%;
  max-width: 700px; /* Max width for the testimonial content itself */
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-wrapper {
  display: flex; /* Required for Swiper */
}

.testimonial-slide {
  flex-shrink: 0; /* Required for Swiper */
  width: 100%;     /* Required for Swiper */
  box-sizing: border-box;
  padding: 10px; /* Padding around each slide's content */
  text-align: center;
}

.testimonial-slide-content {
  /* Add any specific styling for the content box if needed */
}

.testimonial-quote-text {
  font-size: 16px; /* Adjust as needed */
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 15px;
}
.testimonial-quote-text p {
  margin: 0;
}

.testimonial-author-name {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
}

/* Navigation Arrows */
.testimonial-slider-navigation {
    /* This container is not strictly necessary if arrows are absolutely positioned to viewport/section */
}

.testimonial-slider-arrow {
  position: absolute;
  top: 50%; /* Vertically center */
  transform: translateY(-50%);
  z-index: 10;
  background-color: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 28px; /* Size of chevron */
  color: var(--arrow-color);
  transition: color 0.3s ease;
}

.testimonial-slider-arrow:hover {
  color: var(--arrow-hover-color);
}

.testimonial-slider-arrow--prev {
  left: 10px; /* Distance from edge */
}

.testimonial-slider-arrow--next {
  right: 10px; /* Distance from edge */
}

.testimonial-no-blocks-message {
  text-align: center;
  padding: 20px;
}

/* Responsive adjustments */
@media (max-width: 749px) {
  .testimonial-main-title {
    font-size: 20px;
  }
  .testimonial-overall-stars {
    font-size: 18px;
  }
  .testimonial-summary-subtext,
  .testimonial-author-name {
    font-size: 13px;
  }
  .testimonial-quote-text {
    font-size: 15px;
  }
  .testimonial-slider-arrow {
    font-size: 22px; /* Smaller arrows on mobile */
    padding: 8px;
  }
  .testimonial-slider-arrow--prev {
    left: 5px;
  }
  .testimonial-slider-arrow--next {
    right: 5px;
  }
  .testimonial-slider-container {
    max-width: calc(100% - 40px); /* Ensure some space for arrows to not overlap content too much */
  }
}