#fw-section-custom-html-10c3e4d9-6199-416f-ad13-d899944ab898 {

.collections-slider {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.collection-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 200px;
}

.collection-card img {
  width: 100%;
  height: auto;
  display: block;
}

.collection-card span {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

}


#fw-section-header {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}




#fw-section-custom-html-006f3d74-a50a-4ef9-8465-5ec20968f46f {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f5f5f5;
--color-background-rgb: 245, 245, 245;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 245;
background-color: var(--color-background);
color: var(--color-on-background);
.card-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.card-donation-company {
  flex: 0 0 auto;
  width: 250px;
  background: linear-gradient(135deg, #1e90ff, #4682b4);
  border-radius: 16px;
  padding: 16px;
  color: white;
  font-family: 'Cairo', sans-serif;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  scroll-snap-align: start;
  transition: transform 0.3s ease;
  text-align: left; /* Now left-aligned */
}

.card-donation-company:hover {
  transform: translateY(-5px);
}

.card-donation-company img {
  width: 60px;
  height: auto;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-donation-company ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  direction: ltr; /* Ensure list is left-to-right */
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .card-scroll-container {
    justify-content: center;
    overflow-x: hidden;
    flex-wrap: wrap;
  }

  .card-donation-company {
    width: 300px;
  }
}

}




#fw-section-custom-html-6d21b527-cab0-4d29-9ad4-869a916cf91d {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.buying-adv-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.buying-adv-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #f9f9f9;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.buying-adv-item:hover {
  transform: scale(1.05);
}

.buying-adv-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}

.buying-adv-text {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

/* Hide scrollbar */
.buying-adv-scroll::-webkit-scrollbar {
  display: none;
}

/* Desktop Grid Layout */
@media (min-width: 768px) {
  .buying-adv-scroll {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    overflow-x: hidden;
    gap: 20px;
  }

  .buying-adv-item {
    width: 100%;
    height: 120px;
  }
}

}
#fw-section-custom-html-5ea0d0a6-2d6c-49c9-93c3-cf5355c45b70 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f0f0ed;
--color-background-rgb: 240, 240, 237;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 240;
background-color: var(--color-background);
color: var(--color-on-background);

}




#fw-section-custom-html-a39bab4f-ed80-49c7-9a11-7464e14b8eb4 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f5f5f5;
--color-background-rgb: 245, 245, 245;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 245;
background-color: var(--color-background);
color: var(--color-on-background);
.card-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.card-donation-company {
  flex: 0 0 auto;
  width: 250px;
  background: linear-gradient(135deg, #1e90ff, #4682b4);
  border-radius: 16px;
  padding: 16px;
  color: white;
  font-family: 'Cairo', sans-serif;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  scroll-snap-align: start;
  transition: transform 0.3s ease;
  text-align: left; /* Now left-aligned */
}

.card-donation-company:hover {
  transform: translateY(-5px);
}

.card-donation-company img {
  width: 60px;
  height: auto;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-donation-company ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  direction: ltr; /* Ensure list is left-to-right */
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .card-scroll-container {
    justify-content: center;
    overflow-x: hidden;
    flex-wrap: wrap;
  }

  .card-donation-company {
    width: 300px;
  }
}

}
#fw-section-custom-html-fbc2a317-21b9-47bf-9099-df3a47207ad3 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f0f0ed;
--color-background-rgb: 240, 240, 237;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 240;
background-color: var(--color-background);
color: var(--color-on-background);

}

#fw-section-custom-html-e01c688d-24a1-4bba-bc30-33754f27da79 {

.collections-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.collections-slider::-webkit-scrollbar {
  display: none;
}

.collection-card {
  flex: 0 0 auto;
  width: 160px;
  min-width: 160px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  text-decoration: none;
  color: #000;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.collection-card:hover {
  transform: scale(1.03);
}

.collection-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.collection-card span {
  display: block;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
}

/* Desktop: make grid layout if enough space */
@media (min-width: 768px) {
  .collections-slider {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden;
  }

  .collection-card {
    flex: 1 1 180px;
    max-width: 200px;
  }
}

}

#fw-section-custom-html-976a50c5-da13-47ce-8da4-1292af832373 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.buying-adv-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.buying-adv-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #f9f9f9;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.buying-adv-item:hover {
  transform: scale(1.05);
}

.buying-adv-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}

.buying-adv-text {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

/* Hide scrollbar */
.buying-adv-scroll::-webkit-scrollbar {
  display: none;
}

/* Desktop Grid Layout */
@media (min-width: 768px) {
  .buying-adv-scroll {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    overflow-x: hidden;
    gap: 20px;
  }

  .buying-adv-item {
    width: 100%;
    height: 120px;
  }
}

}













#fw-section-custom-html-c289d543-c443-4037-b0e2-6e0e22431f92 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.buying-adv-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.buying-adv-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #f9f9f9;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.buying-adv-item:hover {
  transform: scale(1.05);
}

.buying-adv-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}

.buying-adv-text {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

/* Hide scrollbar */
.buying-adv-scroll::-webkit-scrollbar {
  display: none;
}

/* Desktop Grid Layout */
@media (min-width: 768px) {
  .buying-adv-scroll {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    overflow-x: hidden;
    gap: 20px;
  }

  .buying-adv-item {
    width: 100%;
    height: 120px;
  }
}

}






#fw-section-custom-html-c030dea8-a764-4757-8c79-f2fdd500dbaf {

.collections-slider {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.collection-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 200px;
}

.collection-card img {
  width: 100%;
  height: auto;
  display: block;
}

.collection-card span {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

}


#fw-section-custom-html-65fd002d-7ae9-4b40-9cf9-3147f4ab0f09 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f0f0ed;
--color-background-rgb: 240, 240, 237;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 240;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-custom-html-3570f173-7667-4516-b790-f844fe6c3ee1 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f0f0ed;
--color-background-rgb: 240, 240, 237;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 240;
background-color: var(--color-background);
color: var(--color-on-background);

}




#fw-section-custom-html-c97e1406-6a0b-4048-a20b-e520af631816 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.buying-adv-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.buying-adv-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #f9f9f9;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.buying-adv-item:hover {
  transform: scale(1.05);
}

.buying-adv-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}

.buying-adv-text {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

/* Hide scrollbar */
.buying-adv-scroll::-webkit-scrollbar {
  display: none;
}

/* Desktop Grid Layout */
@media (min-width: 768px) {
  .buying-adv-scroll {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    overflow-x: hidden;
    gap: 20px;
  }

  .buying-adv-item {
    width: 100%;
    height: 120px;
  }
}

}












#fw-section-custom-html-532db89a-d1d8-4bd4-9bb3-785f48aa0d4e {

.collections-slider {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.collection-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 200px;
}

.collection-card img {
  width: 100%;
  height: auto;
  display: block;
}

.collection-card span {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

}








#fw-section-featured-collection-0 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.collections-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.collections-slider::-webkit-scrollbar {
  display: none;
}

.collection-card {
  flex: 0 0 auto;
  width: 160px;
  min-width: 160px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  text-decoration: none;
  color: #000;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.collection-card:hover {
  transform: scale(1.03);
}

.collection-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.collection-card span {
  display: block;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
}

/* Desktop: make grid layout if enough space */
@media (min-width: 768px) {
  .collections-slider {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden;
  }

  .collection-card {
    flex: 1 1 180px;
    max-width: 200px;
  }
}

}










#fw-section-custom-html-b865dd10-2769-433d-858e-fcff9ced95b4 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.buying-adv-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.buying-adv-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #f9f9f9;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.buying-adv-item:hover {
  transform: scale(1.05);
}

.buying-adv-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}

.buying-adv-text {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

/* Hide scrollbar */
.buying-adv-scroll::-webkit-scrollbar {
  display: none;
}

/* Desktop Grid Layout */
@media (min-width: 768px) {
  .buying-adv-scroll {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    overflow-x: hidden;
    gap: 20px;
  }

  .buying-adv-item {
    width: 100%;
    height: 120px;
  }
}

}

#fw-section-custom-html-4f1aff0b-7bd0-411c-8106-cfe99688ab5d {

.google-badge {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: 'Arial', sans-serif;
  z-index: 999;
  max-width: 250px;
  font-size: 13px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.badge-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.badge-rating {
  display: flex;
  flex-direction: column;
}

.stars {
  color: #fbbc04;
  font-size: 16px;
  line-height: 1.2;
}

.rating-number {
  font-weight: bold;
  color: #202124;
  margin-top: 2px;
}

.review-count {
  color: #5f6368;
  font-size: 12px;
}

.badge-icons {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 10px;
}

.google-logo {
  height: 18px;
  opacity: 0.9;
}

.verified-icon {
  height: 16px;
  opacity: 0.8;
  filter: none;
}

/* Smaller screens */
@media (max-width: 480px) {
  .google-badge {
    padding: 8px 10px;
    font-size: 12px;
    max-width: 200px;
  }

  .stars {
    font-size: 14px;
  }

  .google-logo,
  .verified-icon {
    height: 14px;
  }
}

}

#fw-section-collections-list-a21d9a4c-16ee-4f81-b63b-6109be681fb6 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);

}

#fw-section-custom-html-e1a90683-b56b-4717-95d2-29270c1ca9b5 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f0f0ed;
--color-background-rgb: 240, 240, 237;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 240;
background-color: var(--color-background);
color: var(--color-on-background);

}



#fw-section-custom-html-1b1d0bd6-8beb-46ea-acc8-b13f220264ab {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f5f5f5;
--color-background-rgb: 245, 245, 245;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 245;
background-color: var(--color-background);
color: var(--color-on-background);
.card-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.card-donation-company {
  flex: 0 0 auto;
  width: 250px;
  background: linear-gradient(135deg, #1e90ff, #4682b4);
  border-radius: 16px;
  padding: 16px;
  color: white;
  font-family: 'Cairo', sans-serif;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  scroll-snap-align: start;
  transition: transform 0.3s ease;
  text-align: left; /* Now left-aligned */
}

.card-donation-company:hover {
  transform: translateY(-5px);
}

.card-donation-company img {
  width: 60px;
  height: auto;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-donation-company ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  direction: ltr; /* Ensure list is left-to-right */
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .card-scroll-container {
    justify-content: center;
    overflow-x: hidden;
    flex-wrap: wrap;
  }

  .card-donation-company {
    width: 300px;
  }
}

}
















#fw-section-custom-html-a52c4cd6-ea13-4af6-8445-a6c6f6fa05bd {

.banner-with-rating {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.banner-img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 12px;
}

/* Floating Rating */
.rating-float {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.85);
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.stars {
  color: #f7b500;
  margin-right: 6px;
}

.reviews-count {
  color: #555;
}

/* Optional: Responsive tweak */
@media (max-width: 600px) {
  .rating-float {
    font-size: 13px;
    padding: 6px 10px;
  }
}

}







#fw-section-custom-html-f905574f-0350-45a0-b3f2-d9059a2c26ca {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f5f5f5;
--color-background-rgb: 245, 245, 245;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 245;
background-color: var(--color-background);
color: var(--color-on-background);
.card-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.card-donation-company {
  flex: 0 0 auto;
  width: 250px;
  background: linear-gradient(135deg, #1e90ff, #4682b4);
  border-radius: 16px;
  padding: 16px;
  color: white;
  font-family: 'Cairo', sans-serif;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  scroll-snap-align: start;
  transition: transform 0.3s ease;
  text-align: left; /* Now left-aligned */
}

.card-donation-company:hover {
  transform: translateY(-5px);
}

.card-donation-company img {
  width: 60px;
  height: auto;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-donation-company ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  direction: ltr; /* Ensure list is left-to-right */
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .card-scroll-container {
    justify-content: center;
    overflow-x: hidden;
    flex-wrap: wrap;
  }

  .card-donation-company {
    width: 300px;
  }
}

}

#fw-section-custom-html-b4449fc3-c4b4-4af7-b964-50f04f8a7fd5 {

.collections-slider {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.collection-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 200px;
}

.collection-card img {
  width: 100%;
  height: auto;
  display: block;
}

.collection-card span {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

}

#fw-section-custom-html-195d6759-16db-4ab1-b27b-1df831f0311e {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f5f5f5;
--color-background-rgb: 245, 245, 245;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 245;
background-color: var(--color-background);
color: var(--color-on-background);
.card-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.card-donation-company {
  flex: 0 0 auto;
  width: 250px;
  background: linear-gradient(135deg, #1e90ff, #4682b4);
  border-radius: 16px;
  padding: 16px;
  color: white;
  font-family: 'Cairo', sans-serif;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  scroll-snap-align: start;
  transition: transform 0.3s ease;
  text-align: left; /* Now left-aligned */
}

.card-donation-company:hover {
  transform: translateY(-5px);
}

.card-donation-company img {
  width: 60px;
  height: auto;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-donation-company ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  direction: ltr; /* Ensure list is left-to-right */
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .card-scroll-container {
    justify-content: center;
    overflow-x: hidden;
    flex-wrap: wrap;
  }

  .card-donation-company {
    width: 300px;
  }
}

}







#fw-section-custom-html-fc55e3c7-7b8a-4f41-8048-98f4872543fe {

.collections-slider {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.collection-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 200px;
}

.collection-card img {
  width: 100%;
  height: auto;
  display: block;
}

.collection-card span {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

}









#fw-section-custom-html-88b3f898-d69e-47f7-bd7a-712cce28c929 {

.buying-adv-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.buying-adv-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #f9f9f9;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.buying-adv-item:hover {
  transform: scale(1.05);
}

.buying-adv-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}

.buying-adv-text {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

/* Hide scrollbar */
.buying-adv-scroll::-webkit-scrollbar {
  display: none;
}

/* Desktop Grid Layout */
@media (min-width: 768px) {
  .buying-adv-scroll {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    overflow-x: hidden;
    gap: 20px;
  }

  .buying-adv-item {
    width: 100%;
    height: 120px;
  }
}

}









#fw-section-custom-html-d5452516-be60-4246-9a5d-5d5b08fe395e {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f2f2f2;
--color-background-rgb: 242, 242, 242;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 242;
background-color: var(--color-background);
color: var(--color-on-background);

}

#fw-section-custom-html-6e1883e5-422b-413e-bf34-37b9651a5689 {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #e6e6e6;
--color-background-rgb: 230, 230, 230;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 230;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-custom-html-9b93066c-6434-4762-958e-13265f3b8825 {

.card-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.card-donation-company {
  flex: 0 0 auto;
  width: 250px;
  background: linear-gradient(135deg, #1e90ff, #4682b4);
  border-radius: 16px;
  padding: 16px;
  color: white;
  font-family: 'Cairo', sans-serif;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  scroll-snap-align: start;
  transition: transform 0.3s ease;
  text-align: left; /* Now left-aligned */
}

.card-donation-company:hover {
  transform: translateY(-5px);
}

.card-donation-company img {
  width: 60px;
  height: auto;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-donation-company ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  direction: ltr; /* Ensure list is left-to-right */
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .card-scroll-container {
    justify-content: center;
    overflow-x: hidden;
    flex-wrap: wrap;
  }

  .card-donation-company {
    width: 300px;
  }
}

}


#fw-section-custom-html-06ca3275-bd94-4a98-8c8b-1c502d8cbfc4 {

.card-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.card-donation-company {
  flex: 0 0 auto;
  width: 250px;
  background: linear-gradient(135deg, #1e90ff, #4682b4);
  border-radius: 16px;
  padding: 16px;
  color: white;
  font-family: 'Cairo', sans-serif;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  scroll-snap-align: start;
  transition: transform 0.3s ease;
  text-align: left; /* Now left-aligned */
}

.card-donation-company:hover {
  transform: translateY(-5px);
}

.card-donation-company img {
  width: 60px;
  height: auto;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-donation-company ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  direction: ltr; /* Ensure list is left-to-right */
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .card-scroll-container {
    justify-content: center;
    overflow-x: hidden;
    flex-wrap: wrap;
  }

  .card-donation-company {
    width: 300px;
  }
}

}


#fw-section-custom-html-4c598ea9-f02f-48f4-a715-365e900295ba {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f6f6f6;
--color-background-rgb: 246, 246, 246;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 246;
background-color: var(--color-background);
color: var(--color-on-background);

}

#fw-section-custom-html-08746380-7aa2-40b8-9b95-1d6e3a5e89ad {
--color-primary: #fac206;
--color-primary-rgb: 250, 194, 6;
--color-background: #f5f5f5;
--color-background-rgb: 245, 245, 245;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #010102;
--color-on-background-rgb: 1, 1, 2;
--color-product-image-background: #010102;
--color-background-brightness: 245;
background-color: var(--color-background);
color: var(--color-on-background);

}