/** Shopify CDN: Minification failed

Line 44:8 Unexpected "{"
Line 44:17 Expected ":"

**/
.collection-list {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-title {
  margin: 0;
}

@media screen and (max-width: 749px) {
  .collection-list:not(.slider) {
    padding-left: 0;
    padding-right: 0;
  }

  .section-collection-list .page-width {
    padding-left: 0;
    padding-right: 0;
  }

  .section-collection-list .collection-list:not(.slider) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.collection-list__item:only-child {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .slider.collection-list--1-items {
    padding-bottom: 0;
  }
}
/* تكبير الكارت */
.grid--{{ section.settings.columns_desktop }}-col-desktop .collection-list__item {
  flex: 0 0 calc(100% / {{ section.settings.columns_desktop }} - 20px);
  margin: 10px;
  max-width: calc(100% / {{ section.settings.columns_desktop }} - 20px);
}

/* صندوق اسم الكوليكشن */
.collection-title-button {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

/* السهم الشعبي */
.collection-title-button::after {
  content: "→";
  font-size: 16px;
  margin-left: 8px;
}
.collection-pill {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  border-radius: 9999px; /* شكل بيضاوي كامل */
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider.collection-list--1-items,
  .slider.collection-list--2-items,
  .slider.collection-list--3-items,
  .slider.collection-list--4-items {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection-list__item a:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 989px) {
  .collection-list.slider .collection-list__item {
    max-width: 100%;
  }
}

.collection-list-view-all {
  margin-top: 2rem;
}

