.contact-hero::before,
.founder-hero::after,
.founder-hero::before {
  position: absolute;
  pointer-events: none;
  content: ''
}
.breadcrumb-bar a,
.btn-outline-dark,
.c-info-text a,
.contact-card,
.quick-item,
.social-pill {
  text-decoration: none
}
.hero-eyebrow,
.nav-logo,
.product-category {
  letter-spacing: 1px
}
.btn-submit,
.size-btn,
.topic-pill,
body {
  font-family: 'TheYearofHandicrafts','Cairo',sans-serif
}
.bar-track,
.benefits-img,
.contact-hero,
.founder-hero,
.hero,
.main-img,
.map-container,
.portrait-inner,
.pricing-card,
.product-card,
.qty-box,
.related-card,
.story-img-box,
.supplier-hero,
.type-card {
  overflow: hidden
}
.pricing-card .tier,
.product-category {
  text-transform: uppercase;
  text-transform: uppercase
}
.footer-col ul,
.nav-links,
.req-list {
  list-style: none
}
.filter-option input,
.price-range input[type=range] {
  accent-color: var(--accent-mid)
}
.btn-add-cart,
.btn-apply,
.btn-buy-now,
.btn-pricing,
.btn-submit,
.btn-wishlist,
.check-pill,
.color-swatch,
.faq-item,
.filter-btn,
.filter-option,
.form-group select,
.qty-box button,
.quick-item,
.size-btn,
.tab,
.thumb,
.topic-pill,
.type-card,
.wishlist-btn {
  cursor: pointer
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('fonts/TheYearofHandicrafts-Regular.otf') format('opentype');
  font-weight: 400;
  font-display: swap
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('fonts/TheYearofHandicrafts-Medium.otf') format('opentype');
  font-weight: 500;
  font-display: swap
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('fonts/TheYearofHandicrafts-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-display: swap
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('fonts/TheYearofHandicrafts-Bold.otf') format('opentype');
  font-weight: 700;
  font-display: swap
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('fonts/TheYearofHandicrafts-Black.otf') format('opentype');
  font-weight: 900;
  font-display: swap
}
.page-hero {
  background: var(--primary);
  padding: 8rem 5% 5rem;
  text-align: center
}
.page-hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  margin-bottom: .8rem
}
.page-hero p {
  color: #c4b5f0;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8
}
.breadcrumb a,
.c-info-text a:hover,
.product-price,
.section-label {
  color: var(--accent-mid)
}
.form-group label,
.product-info h3,
.section-title {
  color: var(--primary)
}
.founder-portrait,
.story-img {
  width: 100%;
  color: rgba(255,255,255,.3)
}
.story-grid,
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center
}
.story-img {
  height: 420px;
  background: var(--gradient);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem
}
.story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.story-text .highlight {
  background: rgba(109,83,162,.08);
  border-left: 4px solid var(--accent-mid);
  padding: 1rem 1.2rem;
  border-radius: 10px 0 0 10px;
  margin-bottom: 1.2rem;
  font-style: italic;
  color: var(--accent-mid);
  font-weight: 600
}
.vision-section,
.vm-section {
  background: var(--primary)
}
.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem
}
.vm-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  padding: 2.5rem
}
.vm-card .icon {
  font-size: 2.5rem;
  margin-bottom: 1rem
}
.vm-card h3 {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 1rem
}
.vm-card p {
  color: #c4b5f0;
  line-height: 1.9;
  font-size: .95rem
}
.timeline-section,
.values-section {
  background: var(--gray)
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr))
}
.value-card {
  background: var(--white);
  border-top: 4px solid var(--accent-mid)
}
.value-card .icon,
.vision-card .vc-icon {
  color: var(--white);
  font-size: 2rem;
  margin-bottom: .8rem
}
.founder-section {
  background: var(--gray)
}
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: start
}
.founder-portrait {
  aspect-ratio: 1;
  background: var(--gradient);
  border-radius: 20px;
  overflow: hidden;
  max-width: 350px
}
.founder-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.founder-bio h2 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: .3rem
}
.founder-bio .title {
  color: var(--accent-light);
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: .95rem
}
.founder-bio p {
  font-size: .95rem;
  color: #555;
  line-height: 1.9;
  margin-bottom: 1rem
}
.founder-quote {
  background: var(--primary);
  color: var(--white);
  padding: 1.5rem 2rem;
  border-radius: 12px;
  margin-top: 1.5rem
}
.stats-section {
  background: var(--gradient);
  text-align: center
}
.founder-quote {
  background: rgba(109,83,162,.08);
  border-right: 4px solid var(--accent-mid);
  padding: 1.2rem;
  border-radius: 0 12px 12px 0;
  margin-top: 1.5rem
}
.founder-quote p {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.8;
  color: var(--primary);
  font-weight: 600
}
.founder-quote .attribution {
  margin-top: .8rem;
  font-size: .85rem;
  color: var(--accent-mid);
  font-weight: 700
}
.stats-section {
  background: var(--primary);
  padding: 4rem 5%
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto
}
.stat-item .number {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--white)
}
.stat-item .label {
  font-size: .9rem;
  color: rgba(255,255,255,.8)
}
.contact-hero {
  background: var(--primary);
  padding: 5rem 5% 4rem;
  text-align: center;
  position: relative
}
.contact-hero::before {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle,rgba(109,83,162,.2) 0,transparent 70%);
  top: -100px;
  right: -50px;
  border-radius: 50%
}
.contact-hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  margin-bottom: .8rem;
  position: relative;
  z-index: 1
}
.breadcrumb-bar,
.contact-hero p {
  color: #c4b5f0;
  position: relative;
  z-index: 1
}
.contact-hero p {
  font-size: 1.05rem;
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.8
}
.breadcrumb-bar {
  display: flex;
  justify-content: center;
  gap: .5rem;
  font-size: .82rem;
  margin-bottom: 1.5rem
}
.breadcrumb-bar a {
  color: #6d53a2
}
.quick-strip {
  background: var(--gradient);
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  text-align: center
}
.quick-item {
  padding: 1.8rem 1rem;
  border-left: 1px solid rgba(255,255,255,.15);
  transition: background .3s;
  display: block
}
.quick-item:last-child {
  border-left: none
}
.quick-item:hover {
  background: rgba(255,255,255,.08)
}
.quick-item .q-icon {
  color: var(--white);
  font-size: 1.8rem;
  margin-bottom: .4rem
}
.quick-item .q-label {
  font-size: .75rem;
  color: rgba(255,255,255,.7);
  margin-bottom: .2rem
}
.quick-item .q-value {
  font-size: .9rem;
  font-weight: 700;
  color: var(--white)
}
.contact-main {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 4rem;
  padding: 5rem 5%;
  max-width: 1300px;
  margin: 0 auto;
  align-items: start
}
.info-heading {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 1.8rem
}
.btn-submit,
.sp-fb,
.sp-ig,
.sp-tiktok,
.sp-wa {
  color: var(--white)
}
.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.3rem;
  background: var(--gray);
  border-radius: 14px;
  margin-bottom: 1.2rem;
  transition: box-shadow .3s,transform .3s
}
.contact-card:hover {
  box-shadow: 0 6px 20px rgba(45,0,80,.12);
  transform: translateX(-4px)
}
.c-icon-box {
  width: 48px;
  height: 48px;
  background: var(--gradient);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0
}
.c-info-text h4 {
  font-size: .9rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: .2rem
}
.c-info-text p,
.c-info-text span {
  font-size: .85rem;
  color: #666;
  line-height: 1.6;
  display: block
}
.hours-box h4,
.social-follow h4 {
  font-size: .9rem;
  font-weight: 800
}
.c-info-text a {
  color: #666
}
.hours-box {
  background: var(--white);
  border: 1px solid var(--gray);
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 1.2rem
}
.hours-box h4 {
  color: var(--primary);
  margin-bottom: 1rem
}
.hours-row {
  display: flex;
  justify-content: space-between;
  font-size: .85rem;
  padding: .5rem 0;
  border-bottom: 1px solid var(--gray)
}
.hours-row:last-child,
.req-list li:last-child {
  border-bottom: none
}
.hours-row .day {
  color: #555;
  font-weight: 600
}
.hours-row .time {
  color: var(--accent-mid);
  font-weight: 700
}
.hours-row .closed {
  color: #e53935;
  font-weight: 700
}
.social-follow h4 {
  color: var(--primary);
  margin-bottom: .8rem
}
.social-row {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap
}
.social-pill {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem 1.1rem;
  border-radius: 25px;
  font-weight: 700;
  font-size: .82rem;
  transition: transform .3s,box-shadow .3s
}
.social-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,.15)
}
.sp-ig {
  background: linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)
}
.sp-wa {
  background: #25d366
}
.sp-fb {
  background: #1877f2
}
.sp-tiktok {
  background: var(--black)
}
.contact-form-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2.8rem;
  box-shadow: 0 6px 35px rgba(45,0,80,.1);
  border: 1px solid rgba(109,83,162,.1)
}
.form-header {
  margin-bottom: 2rem
}
.form-header h2 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: .4rem
}
.faq-section h2,
.map-section h2 {
  font-weight: 900;
  margin-bottom: 2rem;
  text-align: center
}
.form-header p {
  font-size: .88rem;
  color: #888
}
.form-row,
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem
}
@media (max-width:600px) {
  .form-row {
    grid-template-columns: 1fr
  }
}
.faq-grid,
.form-topics {
  grid-template-columns: 1fr 1fr
}
.form-group input,
.form-group select,
.form-group textarea {
  color: var(--black);
  background: var(--white)
}
.form-topics {
  display: grid;
  gap: .5rem;
  margin-bottom: 1.1rem
}
.topic-pill {
  padding: .55rem .8rem;
  border: 1.5px solid #e0e0e0;
  border-radius: 25px;
  font-size: .78rem;
  font-weight: 700;
  background: var(--white);
  transition: .2s;
  text-align: center
}
.topic-pill.selected,
.topic-pill:hover {
  border-color: var(--accent-mid);
  background: rgba(79,43,131,.07);
  color: var(--accent-mid)
}
.btn-submit {
  width: 100%;
  padding: 1rem;
  background: var(--gradient);
  border: none;
  border-radius: 12px;
  font-weight: 800;
  font-size: 1rem;
  transition: opacity .3s,transform .3s;
  box-shadow: 0 4px 20px rgba(79,43,131,.35);
  margin-top: .5rem
}
.btn-apply:hover,
.btn-submit:hover {
  opacity: .9;
  transform: translateY(-2px)
}
.btn-add-cart .iconify,
.btn-apply .iconify,
.btn-buy-now .iconify,
.btn-ghost .iconify,
.btn-outline .iconify,
.btn-outline-dark .iconify,
.btn-pricing .iconify,
.btn-primary .iconify,
.btn-secondary .iconify,
.btn-shop .iconify,
.btn-submit .iconify,
.btn-white .iconify,
.btn-wishlist .iconify {
  vertical-align: middle;
  margin-inline-end: .4rem;
  font-size: 1.2em
}
.map-section {
  background: var(--gray);
  padding: 4rem 5%
}
.map-section h2 {
  font-size: 1.5rem;
  color: var(--primary)
}
.map-container {
  width: 100%;
  height: 380px;
  background: linear-gradient(160deg,var(--primary),var(--accent-mid));
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.5);
  font-size: 1rem;
  font-weight: 600;
  max-width: 1100px;
  margin: 0 auto
}
.faq-item h4,
.price-display {
  justify-content: space-between
}
.map-container .map-placeholder-icon {
  font-size: 3rem;
  margin-bottom: 1rem
}
.faq-section,
.partner-types,
.requirements-section,
.section,
.supplier-faq,
section {
  padding: 5rem 5%
}
.faq-section h2 {
  font-size: 1.8rem;
  color: var(--primary)
}
.faq-grid {
  display: grid;
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto
}
.faq-item {
  background: var(--gray);
  transition: box-shadow .3s
}
.faq-item:hover {
  box-shadow: 0 4px 15px rgba(45,0,80,.1)
}
.faq-item h4 {
  color: var(--primary);
  display: flex;
  align-items: flex-start;
  gap: .5rem
}
.social-links,
.social-links-footer,
.thumbnails {
  display: flex;
  gap: .8rem
}
.social-links a,
.social-links-footer a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-decoration: none;
  transition: background .3s;
  font-size: .8rem;
  font-weight: 700
}
.social-links a:hover,
.social-links-footer a:hover {
  background: var(--accent-mid)
}
.nav-cta {
  background: var(--gradient);
  color: var(--white)
}
.founder-hero {
  background: var(--primary);
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 5rem 5% 4rem;
  gap: 4rem;
  position: relative
}
.founder-hero::before {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle,rgba(109,83,162,.2) 0,transparent 70%);
  bottom: -100px;
  left: -100px;
  border-radius: 50%
}
.founder-hero::after {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle,rgba(109,83,162,.15) 0,transparent 70%);
  top: -50px;
  right: 10%;
  border-radius: 50%
}
.founder-portrait-wrap {
  position: relative;
  display: flex;
  justify-content: center
}
.portrait-ring {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: var(--gradient);
  padding: 5px;
  position: relative;
  flex-shrink: 0
}
@media (max-width:500px) {
  .portrait-ring {
    width: 260px;
    height: 260px
  }
}
.portrait-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(160deg,#2d0050 0,#4f2b83 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7rem;
  color: rgba(255,255,255,.25)
}
.about-teaser-text .btn-outline,
.hero-eyebrow {
  display: inline-block
}
.portrait-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%
}
.portrait-badge {
  position: absolute;
  bottom: 20px;
  right: -10px;
  background: var(--gradient);
  color: var(--white);
  padding: .6rem 1.2rem;
  border-radius: 30px;
  font-size: .82rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(79,43,131,.5);
  white-space: nowrap
}
.founder-hero-text,
.hero,
.hero-content,
.story-img-box,
.tl-dot {
  position: relative
}
.founder-hero-text {
  z-index: 1
}
.hero-eyebrow {
  background: rgba(109,83,162,.25);
  border: 1px solid rgba(109,83,162,.5);
  color: #c4b5f0;
  padding: .35rem 1rem;
  border-radius: 20px;
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: 1rem
}
.founder-hero-text h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: .5rem
}
.founder-hero-text .title-sub {
  font-size: 1.1rem;
  color: #6d53a2;
  font-weight: 700;
  margin-bottom: 1.5rem
}
.founder-hero-text p {
  color: #c4b5f0;
  font-size: .97rem;
  line-height: 1.95;
  margin-bottom: 2rem
}
.hero-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap
}
@media (max-width:900px) {
  .contact-main {
    grid-template-columns: 1fr
  }
  .founder-hero {
    grid-template-columns: 1fr;
    text-align: center
  }
  .hero-stats {
    justify-content: center
  }
}
.big-rating,
.hero-stat {
  text-align: center
}
.hero-stat .num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1
}
.hero-stat .lbl {
  font-size: .78rem;
  color: #c4b5f0;
  margin-top: .2rem
}
.quote-banner {
  background: var(--gradient);
  padding: 3.5rem 5%;
  text-align: center
}
.quote-banner blockquote {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--white);
  max-width: 800px;
  margin: 0 auto 1rem;
  line-height: 1.7;
  font-style: italic;
  position: relative
}
.quote-banner blockquote::before {
  content: '"';
  font-size: 5rem;
  color: rgba(255,255,255,.2);
  position: absolute;
  top: -20px;
  right: -10px;
  font-family: serif;
  line-height: 1
}
.quote-banner cite {
  color: rgba(255,255,255,.7);
  font-size: .9rem
}
.story-text p {
  font-size: .97rem;
  color: #555;
  line-height: 1.95;
  margin-bottom: 1.2rem
}
.pull-quote {
  background: rgba(79,43,131,.07);
  border-right: 4px solid var(--accent-mid);
  padding: 1.2rem 1.5rem;
  border-radius: 0 12px 12px 0;
  margin: 1.5rem 0;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--primary);
  font-weight: 600
}
.story-img-box {
  width: 100%;
  height: 480px;
  background: linear-gradient(160deg,#2d0050,#6d53a2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: rgba(255,255,255,.25)
}
.benefits-img img,
.main-img img,
.product-img img,
.story-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.story-img-box .overlay-tag {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(45,0,80,.85);
  color: var(--white);
  padding: .6rem 1.2rem;
  border-radius: 10px;
  font-size: .82rem;
  font-weight: 700
}
.tl-dot {
  background: var(--gradient)
}
.timeline {
  margin-top: 3rem
}
.timeline-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
  align-items: start
}
.timeline-year {
  background: var(--gradient);
  color: var(--white);
  padding: .6rem 1rem;
  border-radius: 12px;
  font-weight: 900;
  font-size: 1rem;
  text-align: center
}
.timeline-text h4 {
  font-weight: 800;
  color: var(--primary);
  margin-bottom: .5rem
}
.timeline-text p {
  font-size: .9rem;
  color: #555;
  line-height: 1.8
}
.tl-dot,
nav {
  align-items: center
}
.tl-dot {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: var(--white);
  font-size: .75rem;
  font-weight: 900;
  z-index: 1;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(109,83,162,.2)
}
.tl-content,
.value-card {
  background: var(--white)
}
.tl-content {
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.07)
}
.tl-content h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: .4rem
}
.tl-content p {
  font-size: .88rem;
  color: #666;
  line-height: 1.75
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
  gap: 1.5rem;
  margin-top: 3rem
}
.value-card {
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  border: 1px solid var(--gray);
  transition: transform .3s,box-shadow .3s
}
.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(45,0,80,.12)
}
.value-card .v-icon,
.value-card .icon,
.vision-card .icon {
  color: var(--primary);
  font-size: 2.2rem;
  margin-bottom: .8rem
}
.value-card h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: .5rem
}
.value-card p {
  font-size: .85rem;
  color: #666;
  line-height: 1.7
}
.about-teaser-text .section-label,
.how-section .section-label,
.vision-section .section-label {
  background: rgba(255,255,255,.1);
  color: #c4b5f0
}
.about-teaser-text .section-title,
.btn-primary,
.footer-col ul li a:hover,
.how-section .section-title,
.vision-card h3,
.vision-section .section-title {
  color: var(--white)
}
.vision-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem
}
.vision-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12)
}
.achievements {
  background: var(--gradient);
  padding: 4rem 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
  gap: 2rem;
  text-align: center
}
.hero,
nav {
  display: flex
}
.achievement-item .big {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1
}
.achievement-item .small {
  font-size: .85rem;
  color: rgba(255,255,255,.75);
  margin-top: .4rem
}
.founder-cta {
  background: var(--gray);
  padding: 5rem 5%;
  text-align: center
}
.btn-primary,
.nav-cta {
  background: var(--gradient)
}
.founder-cta h2 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: .8rem
}
.founder-cta p {
  color: #666;
  font-size: .97rem;
  margin-bottom: 2rem
}
.cta-buttons,
.hero-buttons,
.hero-cta-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap
}
.btn-primary {
  box-shadow: 0 4px 20px rgba(109,83,162,.4)
}
.btn-primary:hover {
  box-shadow: 0 8px 30px rgba(109,83,162,.6);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(109,83,162,.7)
}
.btn-outline-dark {
  border: 2px solid var(--primary);
  color: var(--primary);
  padding: .85rem 2.2rem;
  border-radius: 30px;
  font-weight: 700;
  font-size: .97rem;
  transition: background .3s,color .3s
}
.nav-cta,
.nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 0;
    color: transparent;
}
.btn-outline-dark:hover {
  background: var(--primary);
  color: var(--white)
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('fonts/TheYearofHandicrafts-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('fonts/TheYearofHandicrafts-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('fonts/TheYearofHandicrafts-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('fonts/TheYearofHandicrafts-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('fonts/TheYearofHandicrafts-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal
}
nav {
  background: var(--primary);
  justify-content: space-between;
  position: sticky;
  box-shadow: 0 2px 15px rgba(0,0,0,.4)
}
.nav-links a {
  color: var(--gray)
}
.nav-cta {
  font-size: .9rem;
  transition: opacity .3s
}
.btn-add-cart:hover,
.btn-buy-now:hover,
.btn-pricing:hover,
.btn-shop:hover,
.filter-btn:hover,
.nav-cta:hover {
  opacity: .85
}
.hero {
    background: linear-gradient(rgba(45, 0, 80, 0.7), rgba(45, 0, 80, 0.7)), url('img/Hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 5%;
    position: relative;
    overflow: hidden;
}

.nav-links a .iconify {
    vertical-align: middle;
    margin-inline-end: 0.5rem;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
}
.btn-outline,
.btn-primary {
  padding: .85rem 2.2rem;
  font-size: 1rem;
  color: var(--white);
  text-decoration: none
}
.hero::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle,rgba(109,83,162,.25) 0,transparent 70%);
  top: -100px;
  left: -100px;
  border-radius: 50%
}
.hero-content {
  z-index: 1;
  max-width: 750px
}
.hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1.2rem
}
.hero h1 span,
.nav-links a.active,
.nav-links a:hover,
.nav-logo span,
.supplier-hero h1 span {
  color: #6d53a2
}
.hero p {
  font-size: 1.15rem;
  color: #c4b5f0;
  margin-bottom: 2.5rem;
  line-height: 1.8
}
.btn-primary {
  background: var(--gradient);
  border-radius: 30px;
  font-weight: 700;
  transition: transform .3s,box-shadow .3s;
  box-shadow: 0 4px 20px rgba(109,83,162,.5)
}
.btn-outline {
  border: 2px solid #6d53a2;
  border-radius: 30px;
  font-weight: 700;
  transition: background .3s
}
.btn-outline:hover {
  background: rgba(109,83,162,.2)
}
.features-strip {
  background: var(--gray);
  padding: 2.5rem 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 2rem;
  text-align: center
}
.product-card,
.products-preview,
.testimonials,
.wishlist-btn:hover {
    background: var(--white);
    transform: scale(1.1);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem
}
.feature-icon {
  color: var(--primary);
  font-size: 2rem
}
.feature-item h4 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--primary)
}
.feature-item p {
  font-size: .82rem;
  color: #666
}
.pricing-grid,
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 2rem;
  margin-top: 3rem
}
.product-footer,
.product-img {
  display: flex;
  align-items: center
}
.product-card {
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  border: 1px solid var(--gray)
}
.product-img {
  background: var(--gradient);
  justify-content: center
}
.product-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary);
  color: var(--white);
  font-size: .72rem;
  font-weight: 700;
  padding: .25rem .7rem;
  border-radius: 12px
}
.product-info p {
  font-size: .85rem;
  color: #666;
  margin-bottom: .8rem
}
.product-footer {
  justify-content: space-between
}
.btn-shop {
  background: var(--gradient);
  color: var(--white);
  padding: .5rem 1.2rem;
  border-radius: 20px;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 700;
  transition: opacity .3s
}
.view-all {
  text-align: center;
  margin-top: 2.5rem
}
.about-teaser {
  background: var(--primary);
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center
}
.about-teaser-img {
  width: 100%;
  height: 420px;
  background: var(--gradient);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: rgba(255,255,255,.3)
}
.about-teaser-text p {
  color: #c4b5f0;
  line-height: 1.9;
  margin-bottom: 1.5rem
}
.vision-strip {
  background: var(--gray);
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 2rem
}
.vision-card {
  background: var(--white);
  border-radius: 14px;
  padding: 2rem;
  border-top: 4px solid var(--accent-mid);
  box-shadow: 0 2px 12px rgba(0,0,0,.06)
}
.vision-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: .5rem
}
.vision-card p {
  font-size: .9rem;
  color: #555;
  line-height: 1.75
}
.testimonials-grid,
.types-grid {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.types-grid {
  grid-template-columns: repeat(3, 1fr);
  max-width: 960px;
}
@media (max-width: 768px) {
  .types-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 560px;
  }
}
@media (max-width: 480px) {
  .types-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}
.testimonial-card {
  background: var(--gray);
  border-radius: 14px;
  padding: 1.8rem;
  position: relative
}
.sidebar,
nav {
  position: sticky
}
.testimonial-card::before {
  content: '”';
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 4rem;
  color: var(--accent-light);
  opacity: .2;
  line-height: 1;
  font-family: serif;
}
.testimonial-card p {
  font-size: .9rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 1rem
}
.reviewer-name,
.testimonial-author {
  font-weight: 700;
  color: var(--primary);
  font-size: .9rem
}
.cta-banner {
  background: var(--gradient);
  text-align: center;
  padding: 5rem 5%;
  color: var(--white)
}
.btn-white,
body {
  background: var(--white)
}
.cta-banner h2 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 1rem
}
.cta-banner p {
  font-size: 1rem;
  margin-bottom: 2rem;
  opacity: .85
}
.btn-white {
  color: var(--accent-mid);
  display: inline-block
}
.social-links {
  display: flex;
  gap: 1rem
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white)
}
:root {
  --primary: #2D0050;
  --accent-light: #6D53A2;
  --accent-mid: #4F2B83;
  --white: #FFFFFF;
  --gray: #EEEEEE;
  --gradient: linear-gradient(135deg, #6D53A2, #4F2B83);
  --primary: #2D0050;
  --black: #000000;
  --accent-light: #6D53A2;
  --accent-mid: #4F2B83;
  --white: #FFFFFF;
  --gray: #EEEEEE;
  --gradient: linear-gradient(135deg, #6D53A2, #4F2B83)
}
body {
  color: var(--black)
}
.breadcrumb {
  padding: 1rem 5%;
  background: var(--gray)
}
.main-img,
.thumb {
  background: var(--gradient);
  align-items: center
}
.product-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 3rem 5%;
  max-width: 1200px;
  margin: 0 auto
}
.main-img,
.rating {
  display: flex;
  margin-bottom: 1rem
}
.main-img {
  width: 100%;
  height: 460px;
  border-radius: 16px;
  justify-content: center;
  font-size: 6rem;
  color: rgba(255,255,255,.3)
}
.thumb {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  color: rgba(255,255,255,.5);
  border: 2px solid transparent;
  transition: border-color .3s
}
.qty-cart,
.rating {
  align-items: center
}
.btn-wishlist:hover,
.color-swatch.active,
.color-swatch:hover,
.pricing-card.popular,
.thumb.active,
.thumb:hover {
  border-color: var(--accent-mid)
}
.product-category {
  color: var(--accent-light)
}
.product-info h1 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: .5rem;
  line-height: 1.2
}
.guarantee-item .icon,
.qty-box button {
  font-size: 1.1rem
}
.rating {
  gap: .5rem
}
.color-options,
.size-options {
  gap: .6rem;
  display: flex
}
.product-desc,
.product-price-box {
  margin-bottom: 1.5rem
}
.stars {
  color: #f5a623;
  font-size: 1rem
}
.rating-count {
  font-size: .85rem;
  color: #888
}
.price-main {
  font-size: 2rem;
  font-weight: 900;
  color: var(--accent-mid)
}
.price-old {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
  margin-right: .5rem
}
.price-label {
  font-size: .8rem;
  color: #888
}
.product-desc {
  font-size: .95rem;
  color: #555;
  line-height: 1.9
}
.variant-section {
  margin-bottom: 1.2rem
}
.variant-label {
  font-size: .9rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: .6rem
}
.size-options {
  flex-wrap: wrap
}
.size-btn {
  padding: .4rem .9rem;
  border: 2px solid var(--gray);
  border-radius: 8px;
  font-size: .88rem;
  background: var(--white);
  transition: .3s
}
.size-btn.active,
.size-btn:hover {
  border-color: var(--accent-mid);
  background: var(--accent-mid);
  color: var(--white)
}
.color-swatch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: border-color .3s
}
.qty-cart {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap
}
.qty-box {
  display: flex;
  align-items: center;
  border: 1px solid var(--gray);
  border-radius: 10px
}
.qty-box button,
.qty-box input {
  height: 44px;
  border: none;
  font-family: 'TheYearofHandicrafts','Cairo',sans-serif
}
.qty-box button {
  width: 38px;
  background: var(--gray);
  transition: background .3s
}
.qty-box button:hover {
  background: #ddd
}
.qty-box input {
  width: 50px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  outline: 0
}
.btn-add-cart {
  flex: 1;
  background: var(--gradient);
  color: var(--white)
}
.wishlist-btn {
    width: 48px;
    height: 48px;
    border: 2px solid var(--gray);
    border-radius: 12px;
    background: var(--white);
    cursor: pointer;
    font-size: 1.2rem;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-buy-now {
  width: 100%;
  padding: .85rem;
  margin-bottom: 1.5rem;
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 12px;
  font-family: 'TheYearofHandicrafts','Cairo',sans-serif;
  font-weight: 800;
  font-size: 1rem;
  transition: opacity .3s
}
.guarantees {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
  margin-bottom: 1.5rem
}
.guarantee-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .82rem;
  color: #555
}
.product-tabs {
  padding: 3rem 5%;
  max-width: 1200px;
  margin: 0 auto
}
.tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--gray);
  margin-bottom: 2rem
}
.tab {
  padding: .8rem 1.5rem;
  font-family: 'TheYearofHandicrafts','Cairo',sans-serif;
  font-weight: 700;
  font-size: .9rem;
  border: none;
  background: 0 0;
  color: #888;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: .3s
}
.tab.active,
.tab:hover {
  color: var(--accent-mid);
  border-bottom-color: var(--accent-mid)
}
.tab-content {
  display: none
}
.tab-content.active {
  display: block
}
.tab-content p {
  font-size: .95rem;
  color: #555;
  line-height: 1.9
}
.specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem
}
.specs-table tr {
  border-bottom: 1px solid var(--gray)
}
.specs-table td {
  padding: .8rem 1rem;
  font-size: .9rem
}
.specs-table td:first-child {
  font-weight: 700;
  color: var(--primary);
  width: 35%
}
.review-summary {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap
}
.big-rating .score {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--primary)
}
.big-rating .stars {
  font-size: 1.3rem;
  color: #f5a623
}
.rating-bars {
  flex: 1
}
.rating-bar-row,
.reviewer {
  align-items: center;
  gap: 1rem;
  display: flex
}
.rating-bar-row {
  margin-bottom: .4rem
}
.bar-track {
  flex: 1;
  height: 8px;
  background: var(--gray);
  border-radius: 4px
}
.bar-fill {
  height: 100%;
  background: var(--gradient);
  border-radius: 4px
}
.bar-label {
  font-size: .82rem;
  color: #666;
  min-width: 20px
}
.review-card {
  background: var(--gray);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1rem
}
.reviewer {
  margin-bottom: .8rem
}
.reviewer-avatar {
  width: 42px;
  height: 42px;
  background: var(--gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700
}
.reviewer-date {
  font-size: .78rem;
  color: #999
}
.review-card p {
  font-size: .88rem;
  color: #555;
  line-height: 1.7
}
.related {
  padding: 3rem 5%;
  background: var(--gray)
}
.related h2 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 2rem
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
  gap: 1.5rem
}
.related-img,
nav {
  display: flex;
  align-items: center
}
.related-card {
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.07);
  transition: transform .3s
}
.related-card:hover {
  transform: translateY(-4px)
}
.related-img {
  height: 180px;
  background: var(--gradient);
  justify-content: center;
  font-size: 3rem;
  color: rgba(255,255,255,.3)
}
.page-header,
footer,
nav {
  background: var(--primary)
}
.related-info {
  padding: 1rem
}
.related-info h4 {
  font-size: .9rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: .3rem
}
.related-info .price {
  font-size: .95rem;
  font-weight: 900;
  color: var(--accent-mid)
}
.related-info a {
  display: block;
  margin-top: .6rem;
  text-align: center;
  background: var(--gradient);
  color: var(--white);
  padding: .4rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 700
}
nav {
  justify-content: space-between
}
.page-header {
  padding: 4rem 5% 3rem;
  text-align: center
}
.page-header h1 {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: .5rem
}
.page-header p {
  color: #c4b5f0;
  font-size: 1rem
}
.breadcrumb {
  color: #6d53a2;
  font-size: .85rem;
  margin-bottom: 1rem
}
.breadcrumb a {
  color: #c4b5f0;
  text-decoration: none
}
.shop-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2rem;
  padding: 3rem 5%;
  max-width: 1400px;
  margin: 0 auto
}
@media(max-width:900px) {
  .shop-layout {
    grid-template-columns: 1fr
  }
}
.sidebar {
  top: 90px;
  height: fit-content
}
.filter-box {
  background: var(--white);
  border: 1px solid var(--gray);
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 1.5rem
}
.filter-box h3 {
  font-size: .95rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--gray)
}
.filter-option {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: .6rem
}
.filter-option label {
  font-size: .88rem;
  color: #444;
  cursor: pointer
}
.price-range input[type=range] {
  width: 100%;
  margin: .5rem 0
}
.price-display {
  display: flex;
  font-size: .82rem;
  color: #666
}
.filter-btn {
  width: 100%;
  padding: .7rem;
  background: var(--gradient);
  color: var(--white);
  border: none;
  border-radius: 10px;
  font-family: 'TheYearofHandicrafts','Cairo',sans-serif;
  font-weight: 700;
  margin-top: .5rem;
  font-size: .9rem;
  transition: opacity .3s
}
.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem
}
.product-img,
.wishlist-btn {
  align-items: center;
  display: flex
}
.result-count {
  font-size: .9rem;
  color: #666
}
.sort-select {
  padding: .5rem 1rem;
  border: 1px solid var(--gray);
  border-radius: 8px;
  font-family: 'TheYearofHandicrafts','Cairo',sans-serif;
  font-size: .88rem;
  color: var(--primary);
  outline: 0
}
.shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}

.product-card {
    border-radius: 14px;
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
    transition: transform .3s ease, box-shadow .3s ease;
    background: var(--white);
    border: 1px solid var(--gray);
    display: flex;
    flex-direction: column;
    height: 100%;
    transform: scale(0.98);
}

.product-card:hover {
    box-shadow: 0 12px 35px rgba(45,0,80,.15);
    transform: scale(1);
    z-index: 10;
}

.product-img {
    width: 100%;
    height: 200px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.3);
    position: relative;
    flex-shrink: 0;
}
.product-card {
    border-radius: 14px;
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
    transition: transform .3s, box-shadow .3s;
    background: var(--white);
    border: 1px solid var(--gray);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-info {
    padding: 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-meta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    flex-wrap: wrap;
    padding-top: 1rem;
}
.product-card:hover {
  box-shadow: 0 12px 35px rgba(45,0,80,.15);
  transform: scale(1.03);
}
.product-img {
  width: 100%;
  height: 240px;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: rgba(255,255,255,.3);
  position: relative
}
.product-badge-new,
.product-badge-sale {
  top: 10px;
  color: var(--white);
  font-size: .7rem;
  padding: .2rem .6rem;
  border-radius: 10px;
  font-weight: 700
}
.product-badge-new {
  position: absolute;
  right: 10px;
  background: #2d0050
}
.product-badge-sale {
  position: absolute;
  left: 10px;
  background: #e53935
}

.wishlist-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 34px;
    height: 34px;
    background: var(--white); /* Changed from semi-transparent */
    border: 1px solid var(--accent-mid);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background .3s, transform .2s, border-color .3s;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Added subtle shadow for contrast */
}

/* Force wishlist icon color even inside parent containers that set icon colors */
.wishlist-btn .iconify {
    color: var(--accent-mid) !important;
}

.wishlist-btn:hover {
    background: var(--white);
    transform: scale(1.1);
}

.wishlist-btn.active .iconify {
    color: var(--accent-mid);
}

.wishlist-btn.active .iconify {
    color: var(--accent-mid);
}
.btn-add-cart,
.nav-cta {
  background: var(--gradient)
}
.product-info {
  padding: 1rem 1.2rem 1.2rem
}
.product-category {
  font-size: .75rem;
  color: var(--accent-light);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: .2rem
}
.product-info h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: .3rem
}
.product-info .desc {
  font-size: .82rem;
  color: #777;
  margin-bottom: .8rem;
  line-height: 1.5
}
.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  flex-wrap: wrap
}
.product-price {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--accent-mid)
}
.btn-add-cart,
.pagination a {
  font-weight: 700;
  text-decoration: none
}
.product-price .old {
  font-size: .8rem;
  color: #999;
  text-decoration: line-through;
  margin-right: .4rem;
  font-weight: 400
}
.btn-add-cart {
  color: var(--white);
  padding: .5rem 1rem;
  border: none;
  border-radius: 18px;
  font-family: 'TheYearofHandicrafts','Cairo',sans-serif;
  font-size: .8rem;
  display: inline-block;
  transition: opacity .3s
}
.pagination {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: 3rem
}
.pagination a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray);
  border-radius: 8px;
  color: var(--primary);
  font-size: .9rem;
  transition: .3s
}
.benefits-grid,
nav {
  align-items: center
}
.supplier-hero::after,
.supplier-hero::before {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  content: ''
}
.pagination a.active,
.pagination a:hover {
  background: var(--gradient);
  color: var(--white);
  border-color: transparent
}
footer {
  background: var(--primary);
  padding: 4rem 5% 2rem;
  color: #c4b5f0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'TheYearofHandicrafts','Cairo',sans-serif
}
nav {
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: transparent;
    box-shadow: none;
}

nav.scrolled {
    background: var(--primary);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}
.nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 0; /* Remove old text styles */
    color: transparent;
}
.brand-logo {
    height: 40px;
    width: auto;
    display: block;
    max-width: 100%;
    object-fit: contain;
    transition: height 0.3s ease;
}
.nav-links {
  display: flex;
  gap: 2rem
}
.hero-badge,
.section-label {
  display: inline-block;
  letter-spacing: 1px
}
.nav-links a {
  color: #eee;
  text-decoration: none;
  font-weight: 600;
  font-size: .92rem;
  transition: color .3s
}
.nav-cta {
  color: var(--white);
  padding: .5rem 1.4rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700
}
.supplier-hero {
  background: var(--primary);
  padding: 6rem 5% 5rem;
  text-align: center;
  position: relative
}
.supplier-hero::before {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle,rgba(109,83,162,.22) 0,transparent 70%);
  bottom: -150px;
  right: -150px
}
.supplier-hero::after {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle,rgba(109,83,162,.15) 0,transparent 70%);
  top: -80px;
  left: 5%
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto
}
.hero-badge {
  background: rgba(109,83,162,.25);
  border: 1px solid rgba(109,83,162,.5);
  color: #c4b5f0;
  padding: .35rem 1.1rem;
  border-radius: 20px;
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: 1.2rem
}
.btn-ghost,
.btn-white {
  padding: .85rem 2.2rem;
  font-size: 1rem;
  text-decoration: none
}
.supplier-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1rem
}
.supplier-hero p {
  color: #c4b5f0;
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 2.5rem
}
.btn-white {
  background: var(--white);
  color: var(--accent-mid);
  border-radius: 30px;
  font-weight: 800;
  transition: transform .3s,box-shadow .3s;
  box-shadow: 0 4px 20px rgba(0,0,0,.2)
}
.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,.3)
}
.btn-ghost {
  border: 2px solid rgba(255,255,255,.4);
  color: var(--white);
  border-radius: 30px;
  font-weight: 700;
  transition: border-color .3s,background .3s
}
.btn-ghost:hover {
  border-color: var(--white);
  background: rgba(255,255,255,.08)
}
.section-label {
  background: rgba(109,83,162,.1);
  color: var(--accent-mid);
  padding: .3rem 1rem;
  border-radius: 20px;
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: .8rem
}
.section-title,
.type-card h3 {
  font-weight: 900;
  color: var(--primary)
}
.section-title {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  margin-bottom: 1rem
}
.section-sub {
  font-size: .97rem;
  color: #555;
  line-height: 1.9;
  max-width: 600px;
  margin: 0 auto
}
.text-center {
  text-align: center;
  margin: 0 auto
}
.type-card {
  border-radius: 18px;
  padding: 2.5rem 2rem;
  border: 2px solid var(--gray);
  text-align: center;
  transition: .3s;
  position: relative
}
.featured-badge,
.type-card::before {
  position: absolute;
  background: var(--gradient)
}
.type-card::before {
  content: '';
  inset: 0;
  opacity: 0;
  transition: opacity .3s
}
.type-card .t-icon,
.type-card .type-tag,
.type-card h3,
.type-card p {
  position: relative;
  z-index: 1
}
.type-card:hover {
  border-color: var(--accent-mid);
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(45,0,80,.15)
}
.type-card:hover::before {
  opacity: .04
}
.type-card .t-icon {
  color: var(--primary);
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block
}
.pricing-card .discount-tag,
.type-card .type-tag {
  display: inline-block;
  background: rgba(79,43,131,.1);
  padding: .3rem .8rem
}
.type-card h3 {
  font-size: 1.2rem;
  margin-bottom: .6rem
}
.type-card p {
  font-size: .88rem;
  color: #666;
  line-height: 1.75;
  margin-bottom: 1.5rem
}
.type-card .type-tag {
  color: var(--accent-mid);
  border-radius: 15px;
  font-size: .75rem;
  font-weight: 700
}
.type-card.featured {
  border-color: var(--accent-mid);
  box-shadow: 0 8px 30px rgba(79,43,131,.15)
}
.featured-badge {
  top: 16px;
  left: 16px;
  color: var(--white);
  font-size: .7rem;
  font-weight: 700;
  padding: .25rem .7rem;
  border-radius: 10px
}
.benefits-img,
.step-card,
.steps-row {
  position: relative
}
.benefits-section,
.pricing-section {
  background: var(--gray);
  padding: 5rem 5%
}
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 1200px;
  margin: 3rem auto 0
}
.benefits-img {
  width: 100%;
  height: 420px;
  background: linear-gradient(160deg,var(--primary),var(--accent-light));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: rgba(255,255,255,.25)
}
.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.8rem
}
.benefit-icon {
  width: 46px;
  height: 46px;
  background: var(--gradient);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0
}
.benefit-text h4 {
  font-size: .97rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: .3rem
}
.footer-col ul li,
.step-card h4 {
  margin-bottom: .6rem
}
.benefit-text p,
.faq-item p {
  font-size: .87rem;
  color: #666;
  line-height: 1.7
}
.how-section {
  padding: 5rem 5%;
  background: var(--primary)
}
.steps-row {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 2rem;
  margin-top: 3rem
}
.step-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 2rem;
  text-align: center
}
.step-number {
  width: 52px;
  height: 52px;
  background: var(--gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--white);
  margin: 0 auto 1rem
}
.btn-apply,
.btn-pricing,
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  font-family: 'TheYearofHandicrafts','Cairo',sans-serif
}
.step-card h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--white)
}
.step-card p {
  font-size: .85rem;
  color: #c4b5f0;
  line-height: 1.7
}
.step-arrow {
  position: absolute;
  top: 50%;
  right: -20px;
  color: rgba(255,255,255,.2);
  font-size: 1.5rem;
  transform: translateY(-50%)
}
.req-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 3rem
}
@media (max-width:768px) {
  .about-teaser,
  .faq-grid,
  .req-grid,
  .two-col,
  .vision-cards {
    grid-template-columns: 1fr
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr
  }
}
.req-box {
  background: var(--gray);
  border-radius: 16px;
  padding: 2rem
}
.req-box h3 {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: .5rem
}
.req-list li {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  padding: .7rem 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
  font-size: .88rem;
  color: #555;
  line-height: 1.6
}
.req-list li .check {
  color: #4caf50;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: .1rem
}
.req-list li .cross {
  color: #e53935;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: .1rem
}
.pricing-card {
  background: var(--white);
  border-radius: 18px;
  padding: 2.5rem;
  text-align: center;
  border: 2px solid var(--gray);
  transition: transform .3s,box-shadow .3s;
  position: relative
}
.btn-pricing,
.popular-badge {
  background: var(--gradient);
  color: var(--white)
}
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(45,0,80,.12)
}
.popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: .72rem;
  font-weight: 700;
  padding: .3rem 1.2rem;
  border-radius: 0 0 12px 12px
}
.pricing-card .tier {
  font-size: .8rem;
  color: var(--accent-light);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: .5rem
}
.pricing-card .qty {
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary)
}
.pricing-card .qty small {
  font-size: .9rem;
  font-weight: 600
}
.pricing-card .discount-tag {
  color: var(--accent-mid);
  border-radius: 12px;
  font-size: .82rem;
  font-weight: 700;
  margin: .8rem 0
}
.pricing-card .perks {
  list-style: none;
  text-align: right;
  margin-top: 1rem
}
.pricing-card .perks li {
  font-size: .85rem;
  color: #555;
  padding: .4rem 0;
  border-bottom: 1px solid var(--gray)
}
.pricing-card .perks li:last-child {
  border: none
}
.pricing-card .perks li::before {
  content: '✓ ';
  color: #4caf50;
  font-weight: 700
}
.btn-pricing {
  display: block;
  margin-top: 1.5rem;
  padding: .8rem;
  border-radius: 12px;
  border: none;
  font-weight: 800;
  font-size: .92rem;
  text-decoration: none;
  transition: opacity .3s
}
.apply-section {
  padding: 5rem 5%;
  background: var(--white)
}
.apply-inner {
  max-width: 900px;
  margin: 0 auto
}
.apply-form {
  background: var(--white);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 6px 40px rgba(45,0,80,.12);
  border: 1px solid rgba(109,83,162,.1);
  margin-top: 3rem
}
.form-section-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 1.2rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--gray);
  display: flex;
  align-items: center;
  gap: .5rem
}
.form-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem
}
@media(max-width:600px) {
  .form-row-2,
  .form-row-3 {
    grid-template-columns: 1fr
  }
}
.form-group {
  margin-bottom: 1rem
}
.form-group label {
  display: block;
  font-weight: 700;
  font-size: .85rem;
  color: var(--primary);
  margin-bottom: .4rem
}
.form-group label .req {
  color: #e53935
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: .75rem 1rem;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  font-size: .9rem;
  outline: 0;
  transition: border-color .3s,box-shadow .3s
}
.check-pill,
.promise-box p {
  font-size: .85rem;
  color: #555
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--accent-mid);
  box-shadow: 0 0 0 3px rgba(79,43,131,.1)
}
.form-group textarea {
  resize: vertical;
  height: 120px;
  resize: vertical
}
.partnership-types-check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
  margin-top: .5rem
}
@media(max-width:500px) {
  .partnership-types-check {
    grid-template-columns: 1fr
  }
}
.check-pill {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .7rem 1rem;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  transition: .2s
}
.check-pill:hover {
  border-color: var(--accent-mid);
  background: rgba(79,43,131,.04)
}
.check-pill input[type=checkbox] {
  accent-color: var(--accent-mid);
  width: 16px;
  height: 16px
}
.divider {
  height: 1px;
  background: var(--gray);
  margin: 2rem 0
}
.btn-apply {
  padding: 1.1rem;
  background: var(--gradient);
  color: var(--white);
  border: none;
  border-radius: 14px;
  font-weight: 900;
  font-size: 1.05rem;
  transition: opacity .3s,transform .3s;
  box-shadow: 0 4px 25px rgba(79,43,131,.4)
}
.form-note {
  font-size: .78rem;
  color: #aaa;
  text-align: center;
  margin-top: .8rem
}
.promise-box {
  background: rgba(79,43,131,.06);
  border: 1.5px solid rgba(79,43,131,.15);
  border-radius: 12px;
  padding: 1.2rem 1.5rem;
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: .8rem
}
.promise-box .p-icon {
  color: var(--primary);
  font-size: 1.3rem;
  flex-shrink: 0
}
.promise-box p {
  line-height: 1.7
}
.partners-say {
  padding: 5rem 5%;
  background: var(--gray)
}
.partners-say h2 {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--primary);
  text-align: center;
  margin-bottom: 2.5rem
}
.partner-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 1.5rem
}
.partner-testi-card {
  background: var(--white);
  border-radius: 14px;
  padding: 1.8rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  position: relative
}
.partner-testi-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 4rem;
  color: var(--accent-light);
  opacity: .15;
  line-height: 1;
  font-family: serif
}
.partner-testi-card p {
  font-size: .9rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 1.2rem
}
.testi-author {
  display: flex;
  align-items: center;
  gap: .8rem
}
.testi-avatar {
  width: 40px;
  height: 40px;
  background: var(--gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 800;
  font-size: .9rem
}
.faq-item h4,
.supplier-faq h2,
.testi-name {
  color: var(--primary)
}
.testi-name {
  font-weight: 700;
  font-size: .88rem
}
.testi-role {
  font-size: .78rem;
  color: #888
}
.supplier-faq h2 {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2rem
}
.faq-list {
  max-width: 800px;
  margin: 0 auto
}
.faq-item {
  background: var(--gray);
  border-radius: 12px;
  padding: 1.4rem 1.5rem;
  margin-bottom: 1rem
}
.faq-item h4 {
  font-size: .95rem;
  font-weight: 800;
  margin-bottom: .5rem
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem
}
@media(max-width:768px) {
  .benefits-grid,
  .founder-grid,
  .product-section,
  .story-grid,
  .vm-grid {
    grid-template-columns: 1fr
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr
  }
}
.footer-brand h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: .8rem
}
.footer-brand p {
  color: #c4b5f0;
  font-size: .88rem;
  line-height: 1.8
}
.footer-col h4 {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 1rem
}
.footer-col ul li a {
  color: #c4b5f0;
  text-decoration: none;
  font-size: .88rem;
  transition: color .3s
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .82rem;
  flex-wrap: wrap;
  gap: 1rem
}
/* ── RESPONSIVE NAVBAR ── */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: var(--white);
    font-size: 2rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    nav {
        flex-wrap: wrap;
    }
    .mobile-menu-btn {
        display: block;
    }
    .desktop-cta {
        display: none;
    }
    .nav-links {
        position: fixed;
        top: 70px;
        right: -100%;
        left: auto;
        width: 250px;
        height: calc(100vh - 70px);
        background: var(--primary);
        flex-direction: column;
        gap: 0;
        padding: 0;
        max-height: none;
        overflow-y: auto;
        transition: right 0.3s ease-out;
        box-shadow: -5px 10px 15px rgba(0,0,0,0.3);
        z-index: 999;
    }
    .nav-links.active {
        right: 0;
    }
    .nav-links li {
        text-align: right;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .nav-links a {
        display: block;
        padding: 1.2rem;
        font-size: 1.1rem;
    }
}

/* ── SHOP FILTER TOGGLE ── */
.filter-toggle-btn {
    display: none;
    width: 90%;
    margin: 1rem auto;
    padding: 1rem;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-family: 'TheYearofHandicrafts', 'Cairo', sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

@media (max-width: 900px) {
    .filter-toggle-btn {
        display: flex;
    }
    .sidebar {
        display: none;
        padding: 0 5%;
    }
    .sidebar.active {
        display: block;
    }
}


.footer-logo {
    height: 55px;
    width: auto;
    display: block;
    margin-bottom: 0.8rem;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .brand-logo {
        height: 32px;
    }
    .footer-logo {
        height: 45px;
    }
    footer, .footer-col, .footer-brand {
        text-align: right;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        text-align: right;
    }
}

/* ── ENSURE ICON COLORS MATCH REGION MAIN COLORS ── */
.feature-icon,
.v-icon,
.t-icon,
.icon,
.c-info-text h4 .iconify,
.req-box h3 .iconify,
.step-number .iconify,
.partner-testi-card .iconify {
    color: var(--primary);
}

.c-icon-box .iconify,
.benefit-icon .iconify,
.step-number,
.q-icon .iconify,
.vc-icon .iconify,
.btn-primary .iconify,
.btn-apply .iconify,
.btn-pricing .iconify,
.btn-add-cart .iconify,
.nav-cta .iconify {
    color: var(--white);
}

.check-pill .iconify,
.topic-pill .iconify,
.guarantee-item .iconify {
    color: inherit; /* will inherit from the label color */
}

/* Ensure any gradient boxes explicitly force white color on their icons */
.main-img .iconify,
.story-img .iconify,
.story-img-box .iconify,
.benefits-img .iconify,
.hero-img .iconify,
.related-img .iconify,
.product-img .iconify,
.about-teaser-img .iconify,
.thumb .iconify,
.portrait-inner .iconify {
    color: rgba(255,255,255,0.5);
}
