:root {
  --font-body: "Mulish", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Cinzel Decorative", Georgia, serif;
  --emerald-900: #063f32;
  --emerald-800: #0a513f;
  --emerald-700: #0f6f56;
  --emerald-100: #dfeee8;
  --gold-700: #9f7625;
  --gold-500: #c69c45;
  --gold-100: #f5ecd8;
  --charcoal: #111518;
  --ink: #27302c;
  --muted: #69736f;
  --ivory: #f8f5ef;
  --paper: #fffdf8;
  --mist: #edf3ef;
  --clay: #b66e58;
  --border: rgba(17, 21, 24, .1);
  --shadow-soft: 0 18px 50px rgba(17, 21, 24, .1);
  --shadow-card: 0 16px 36px rgba(6, 63, 50, .11);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --transition: 220ms ease;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background-color: var(--ivory);
  background-image: url("../images/patterns/islamic-geometry-light.png");
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  font-family: var(--font-body);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

p {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
}

a {
  color: var(--emerald-700);
  text-decoration: none;
  transition: color var(--transition), opacity var(--transition), transform var(--transition);
}

a:hover {
  color: var(--emerald-900);
}

button,
input,
select,
textarea {
  font: inherit;
}

::selection {
  color: #fff;
  background: var(--emerald-700);
}

.skip-link {
  position: fixed;
  z-index: 1100;
  top: 12px;
  left: 12px;
  padding: .65rem 1rem;
  color: #fff;
  background: var(--emerald-900);
  border-radius: var(--radius-sm);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-padding {
  padding: 6.5rem 0;
}

.section-padding-sm {
  padding: 4rem 0;
}

.shape-border-bottom {
  position: relative;
}

.shape-border-bottom > .container {
  position: relative;
  z-index: 1;
}

.shape-border-bottom::after {
  position: absolute;
  z-index: 0;
  bottom: 0rem;
  left: 50%;
  width: 532px;
  max-width: calc(100% - 2rem);
  height: 26px;
  content: "";
  pointer-events: none;
  background: url("../images/title_shape2.svg") center / contain no-repeat;
  opacity: .34;
  transform: translateX(-50%);
}

.shape-border-bottom.pattern-dark::after,
.collection-band.shape-border-bottom::after {
  opacity: .78;
  filter: brightness(0) saturate(100%) invert(66%) sepia(29%) saturate(806%) hue-rotate(4deg) brightness(91%) contrast(87%);
}

.pattern-soft,
main > .section-padding:not(.pattern-dark):not(.collection-band),
main > .section-padding-sm:not(.pattern-dark):not(.collection-band),
main.auth-shell {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: var(--ivory);
  background-image: url("../images/patterns/islamic-geometry-light.png");
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
}

.pattern-soft::before,
main > .section-padding:not(.pattern-dark):not(.collection-band)::before,
main > .section-padding-sm:not(.pattern-dark):not(.collection-band)::before,
main.auth-shell::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  z-index: -1;
  opacity: 0.7;
}

main > .section-padding:not(.pattern-dark):not(.collection-band) > .container,
main > .section-padding-sm:not(.pattern-dark):not(.collection-band) > .container,
main.auth-shell > .container {
  position: relative;
  z-index: 1;
}


.section-kicker {
  margin-bottom: .5rem;
  color: var(--gold-700);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 3.15rem;
  font-weight: 700;
  line-height: .98;
}

.section-lead {
  max-width: 680px;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.section-copy .section-title {
  max-width: 100%;
  font-size: 3.15rem;
  line-height: 1.08;
  overflow-wrap: break-word;
}

.section-copy .section-lead {
  max-width: 520px;
}

.text-balance {
  text-wrap: balance;
}


.bg-mist {
  background: var(--mist);
}


.bg-charcoal {
  color: #fff;
  background: var(--charcoal);
}

.pattern-soft,
.pattern-dark {
  position: relative;
  overflow: hidden;
  z-index: 0;
}



.pattern-dark::before {
  opacity: .18;
  mix-blend-mode: screen;
}

.announcement-bar {
  color: rgba(255, 255, 255, .88);
  background: var(--charcoal);
  border-bottom: 1px solid rgba(198, 156, 69, .34);
  font-size: .83rem;
}

.announcement-bar a {
  color: rgba(255, 255, 255, .88);
  font-weight: 700;
}

.announcement-bar a:hover {
  color: var(--gold-100);
}

.top-utility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) auto minmax(0, 1.05fr);
  gap: .75rem;
  align-items: center;
  min-height: 40px;
}

.utility-contact,
.utility-meta {
  display: flex;
  flex-wrap: nowrap;
  gap: .9rem;
  align-items: center;
}

.utility-contact > *,
.utility-meta > * {
  display: inline-flex;
  gap: .38rem;
  align-items: center;
  white-space: nowrap;
}

.utility-contact i,
.utility-meta i {
  color: var(--gold-500);
  font-size: .92rem;
}

.utility-blessing {
  display: flex;
  gap: .55rem;
  align-items: center;
  justify-content: center;
  color: var(--gold-500);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

.blessing-line {
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
}

.blessing-line:last-child {
  background: linear-gradient(90deg, currentColor, transparent);
}

.utility-meta {
  justify-content: flex-end;
}

.utility-socials {
  gap: .4rem;
}

.utility-socials a {
  display: inline-grid;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(198, 156, 69, .48);
  border-radius: 50%;
  place-items: center;
}

.utility-socials a:hover {
  color: var(--charcoal);
  background: var(--gold-500);
  border-color: var(--gold-500);
}

.site-navbar {
  background: rgba(255, 253, 248, .9);
  border-bottom: 1px solid rgba(17, 21, 24, .08);
  box-shadow: 0 12px 28px rgba(17, 21, 24, .05);
  backdrop-filter: blur(16px);
}

.site-navbar .navbar-brand {
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-right: .55rem;
  color: var(--gold-100);
  background: var(--emerald-900);
  border: 1px solid rgba(198, 156, 69, .45);
  border-radius: 50%;
  place-items: center;
  box-shadow: 0 12px 24px rgba(6, 63, 50, .18);
}

.brand-mark i {
  font-size: 1.1rem;
}

.navbar-nav .nav-link {
  color: var(--ink);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--emerald-700);
}

.dropdown-menu {
  padding: .75rem;
  border-color: var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.dropdown-item {
  border-radius: 8px;
  font-weight: 650;
}

.dropdown-item:active,
.dropdown-item:hover {
  color: var(--emerald-900);
  background: var(--emerald-100);
}

.nav-icon-btn {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  color: var(--charcoal);
  background: rgba(255, 255, 255, .7);
  border: 1px solid var(--border);
  border-radius: 50%;
  place-items: center;
}

.nav-icon-btn:hover {
  color: #fff;
  background: var(--emerald-800);
  transform: translateY(-1px);
}

.count-pill {
  position: absolute;
  top: -3px;
  right: -4px;
  min-width: 19px;
  height: 19px;
  padding: 0 .3rem;
  color: var(--charcoal);
  background: var(--gold-500);
  border: 2px solid #fff;
  border-radius: 99px;
  font-size: .68rem;
  font-weight: 900;
  line-height: 15px;
  text-align: center;
}

.btn {
  --bs-btn-border-radius: 999px;
  --bs-btn-padding-y: .78rem;
  --bs-btn-padding-x: 1.25rem;
  font-weight: 800;
  letter-spacing: .01em;
}

.btn-sm {
  --bs-btn-padding-y: .5rem;
  --bs-btn-padding-x: .9rem;
}

.btn-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
}

.btn-emerald {
  color: #fff;
  background: var(--emerald-800);
  border-color: var(--emerald-800);
  box-shadow: 0 12px 24px rgba(6, 63, 50, .18);
}

.btn-emerald:hover,
.btn-emerald:focus {
  color: #fff;
  background: var(--emerald-900);
  border-color: var(--emerald-900);
  transform: translateY(-1px);
}

.btn-gold {
  color: var(--charcoal);
  background: var(--gold-500);
  border-color: var(--gold-500);
}

.btn-gold:hover,
.btn-gold:focus {
  color: #fff;
  background: var(--gold-700);
  border-color: var(--gold-700);
}

.btn-outline-emerald {
  color: var(--emerald-800);
  border-color: rgba(15, 111, 86, .3);
}

.btn-outline-emerald:hover,
.btn-outline-emerald:focus {
  color: #fff;
  background: var(--emerald-800);
  border-color: var(--emerald-800);
}

.hero {
  min-height: min(780px, calc(100vh - 90px));
  color: #fff;
  background: var(--charcoal);
}

.hero-slide {
  min-height: min(780px, calc(100vh - 90px));
  padding: 8rem 0;
  background-position: center top;
  background-size: cover;
}

.hero-slide::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(6, 18, 15, .82) 0%, rgba(6, 18, 15, .48) 42%, rgba(6, 18, 15, .08) 78%),
    linear-gradient(0deg, rgba(6, 18, 15, .28), rgba(6, 18, 15, .02));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1.25rem;
  color: var(--gold-100);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  display: inline-block;
  width: 42px;
  height: 1px;
  background: var(--gold-500);
  content: "";
}

.hero h1,
.page-hero h1,
.auth-title {
  color: inherit;
  font-family: var(--font-display);
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero p {
  max-width: 600px;
  color: rgba(255, 255, 255, .8);
  font-size: 1.18rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}

.hero-meta span {
  padding: .55rem .85rem;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.carousel-control-prev,
.carousel-control-next {
  width: 4rem;
}

.page-hero {
  padding: 6.25rem 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 63, 50, .96), rgba(17, 21, 24, .94)),
    url("../images/hero/hero-lookbook.png") center / cover;
}

.wpo-breadcumb-area {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 400px;
  color: #fff;
  background: url("../images/breadcrumb/page-title.jpg") no-repeat center top / cover;
  flex-direction: column;
  justify-content: center;
}

.wpo-breadcumb-area::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(84, 84, 84, .34);
  content: "";
}

.wpo-breadcumb-wrap {
  text-align: center;
}

.wpo-breadcumb-wrap h2 {
  margin-top: -10px;
  margin-bottom: .6rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.wpo-breadcumb-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wpo-breadcumb-wrap li {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-size: 20px;
}

.wpo-breadcumb-wrap li::after {
  position: relative;
  left: 7px;
  content: "/";
}

.wpo-breadcumb-wrap li:last-child::after {
  display: none;
}

.wpo-breadcumb-wrap li span,
.wpo-breadcumb-wrap li a {
  color: #fff;
  font-size: 20px;
}

.wpo-breadcumb-wrap li a {
  transition: color .3s ease;
}

.wpo-breadcumb-wrap li a:hover {
  color: var(--gold-100);
}

.breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, .55);
  --bs-breadcrumb-item-active-color: rgba(255, 255, 255, .68);
  margin-bottom: 1.25rem;
}

.breadcrumb a {
  color: var(--gold-100);
}

.luxury-card,
.product-card,
.category-card,
.testimonial-card,
.form-card,
.account-card,
.policy-card {
  background: rgba(255, 255, 255, .86);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 30px rgba(17, 21, 24, .05);
}

.luxury-card {
  padding: 2rem;
}

.glass-card {
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(255, 255, 255, .62);
  backdrop-filter: blur(18px);
}

.category-card {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 650ms ease;
  z-index: -2;
}

.category-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(17, 21, 24, .12), rgba(6, 63, 50, .78));
  z-index: -1;
}

.category-card:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.category-card:hover img {
  transform: scale(1.07);
}

.category-card-content {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.category-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.category-card span {
  color: rgba(255, 255, 255, .82);
  font-weight: 700;
}

.product-card {
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, .94);
  border-color: rgba(198, 156, 69, .18);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.product-card:hover {
  border-color: rgba(198, 156, 69, .45);
  box-shadow: var(--shadow-card);
  transform: translateY(-5px);
}

.product-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #faf8f2, #edf3ef);
  aspect-ratio: 1 / 1.18;
}

.product-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity var(--transition), transform 700ms ease;
}

.product-card:hover .product-media img:first-child {
  opacity: 0;
  transform: scale(1.04);
}

.product-card:hover .product-media img:nth-child(2) {
  opacity: 1;
  transform: scale(1.04);
}

.product-media img:nth-child(2) {
  opacity: 0;
}

.product-badges {
  position: absolute;
  top: .85rem;
  left: .85rem;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  max-width: calc(100% - 5.3rem);
}

.badge-lux {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: .24rem .55rem;
  color: #fff;
  background: var(--emerald-800);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.badge-lux.gold {
  color: var(--charcoal);
  background: var(--gold-500);
}

.badge-lux.clay {
  background: var(--clay);
}

.product-actions {
  position: absolute;
  top: .85rem;
  right: .85rem;
  display: grid;
  gap: .5rem;
}

.product-actions .btn-icon {
  width: 38px;
  height: 38px;
  color: var(--charcoal);
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(17, 21, 24, .08);
}

.product-actions .btn-icon:hover,
.product-actions .btn-icon.active {
  color: #fff;
  background: var(--emerald-800);
}

.product-body {
  padding: 1.18rem;
}

.product-brand {
  color: var(--gold-700);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-title {
  min-height: 3.15rem;
  margin: .35rem 0 .55rem;
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
}

.rating {
  display: inline-flex;
  gap: .08rem;
  color: var(--gold-500);
  font-size: .9rem;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  margin: .7rem 0 .6rem;
}

.price {
  color: var(--emerald-900);
  font-size: 1.08rem;
  font-weight: 900;
}

.old-price {
  color: var(--muted);
  font-size: .9rem;
  text-decoration: line-through;
}

.stock-line {
  display: flex;
  align-items: center;
  gap: .38rem;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 750;
}

.stock-line i {
  color: var(--emerald-700);
}

.product-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  margin-top: 1.05rem;
}

.product-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
  line-height: 1.15;
  min-height: 42px;
  padding-right: .65rem;
  padding-left: .65rem;
}

.product-cta .btn i {
  flex: 0 0 auto;
}

.collection-band {
  position: relative;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(6, 63, 50, .94), rgba(17, 21, 24, .93)),
    url("../images/products/emerald-panjabi.png") center / cover;
}

.collection-band .section-title,
.collection-band .section-lead {
  color: #fff;
}

.collection-stat {
  display: grid;
  min-height: 120px;
  padding: 1.1rem;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius-md);
  place-items: center;
  text-align: center;
  backdrop-filter: blur(14px);
}

.collection-stat strong {
  color: var(--gold-100);
  font-family: var(--font-display);
  font-size: 3.4rem;
  line-height: 1;
}

.flash-card {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(17, 21, 24, .96), rgba(6, 63, 50, .92)),
    url("../images/products/charcoal-jubba.png") right center / contain no-repeat;
  border-radius: var(--radius-lg);
}

.timer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(64px, 1fr));
  gap: .75rem;
  max-width: 390px;
}

.timer-box {
  padding: .75rem .35rem;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-sm);
  text-align: center;
}

.timer-box strong {
  display: block;
  color: var(--gold-100);
  font-size: 1.55rem;
  line-height: 1;
}

.timer-box span {
  color: rgba(255, 255, 255, .72);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
}

.brand-tile {
  display: grid;
  min-height: 98px;
  padding: 1rem;
  color: var(--charcoal);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  place-items: center;
  text-align: center;
}

.brand-tile strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.testimonial-card {
  height: 100%;
  padding: 1.35rem;
}

.testimonial-card p {
  color: var(--muted);
}

.avatar {
  display: inline-grid;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--emerald-800);
  border-radius: 50%;
  font-weight: 900;
  place-items: center;
}

.instagram-tile {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius-md);
  aspect-ratio: 1 / 1;
}

.instagram-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.instagram-tile::after {
  position: absolute;
  inset: 0;
  display: grid;
  color: #fff;
  background: rgba(6, 63, 50, .38);
  content: "\F437";
  font-family: bootstrap-icons;
  font-size: 1.8rem;
  opacity: 0;
  place-items: center;
  transition: opacity var(--transition);
}

.instagram-tile:hover img {
  transform: scale(1.08);
}

.instagram-tile:hover::after {
  opacity: 1;
}

.newsletter-panel {
  padding: 3rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 63, 50, .96), rgba(17, 21, 24, .94)),
    url("../images/hero/hero-lookbook.png") center / cover;
  border-radius: var(--radius-lg);
  position: relative;
  z-index: 999;
}

.newsletter-panel .form-control {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
}

.site-footer {
  position: relative;
  overflow: visible;
  isolation: isolate;
  color: rgba(255, 255, 255, .78);
  padding-bottom: 0;
  background: var(--charcoal);
  z-index: 1;
}

.site-footer::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background-image: url("../images/patterns/pattern.png");
  background-position: left top;
  background-repeat: repeat;
  background-size: 500px 300px;
  opacity: 0.04;
  mix-blend-mode: normal;
}

.site-footer.pattern-dark::before {
  display: none;
}

.site-footer > .container {
  position: relative;
  z-index: 1;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer .footer-brand {
  color: #fff;
}

.footer-prayer-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  max-width: 1180px;
  min-height: 142px;
  padding: 2.35rem 4rem;
  margin: 0 auto 4.5rem;
  color: #fff;
  background: linear-gradient(135deg, var(--emerald-800), var(--emerald-900));
  border: 1px solid rgba(198, 156, 69, .52);
  border-radius: 56px;
  /* box-shadow: 0 26px 60px rgba(0, 0, 0, .28); */
  transform: translateY(-50%);
}

.footer-prayer-item {
  display: grid;
  gap: .25rem;
  align-content: center;
  text-align: center;
}

.footer-prayer-item strong {
  color: var(--gold-100);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.footer-prayer-item span {
  color: rgba(255, 255, 255, .82);
  font-size: 1.1rem;
  font-weight: 800;
}

.footer-main {
  position: relative;
  z-index: 1;
  padding-bottom: 4.75rem;
  margin-top: -5rem;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
}

.footer-heading {
  position: relative;
  margin-bottom: 1.55rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.footer-heading::after {
  display: block;
  width: 44px;
  height: 2px;
  margin-top: .65rem;
  background: var(--gold-500);
  content: "";
}

.footer-link {
  position: relative;
  display: table;
  margin-bottom: .72rem;
  color: rgba(255, 255, 255, .72);
  font-weight: 650;
}

.footer-link::before {
  display: inline-block;
  margin-right: .55rem;
  color: var(--gold-500);
  content: "•";
}

.footer-bottom .footer-link::before {
  display: none;
}

.footer-link:hover {
  color: var(--gold-100);
}

.social-link {
  display: inline-grid;
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  place-items: center;
}

.social-link:hover {
  color: var(--charcoal);
  background: var(--gold-500);
}

.footer-newsletter {
  display: grid;
  gap: 1rem;
}

.footer-newsletter .form-control {
  min-height: 58px;
  color: #fff;
  background: rgba(0, 0, 0, .12);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: var(--radius-sm);
}

.footer-newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, .48);
}

.footer-newsletter .btn {
  min-height: 58px;
  border-radius: var(--radius-sm);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  padding: 1.55rem 0;
  color: rgba(255, 255, 255, .62);
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer-bottom .footer-link {
  display: inline;
  margin-bottom: 0;
}

.filter-panel {
  position: sticky;
  top: 102px;
  max-height: calc(100vh - 120px);
  overflow: auto;
  padding: 1.65rem;
  background: rgba(255, 255, 255, .94);
  border-color: rgba(198, 156, 69, .18);
  box-shadow: 0 18px 48px rgba(17, 21, 24, .07);
  scrollbar-width: thin;
}

.filter-panel h2 {
  color: var(--charcoal);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.filter-panel .btn-link {
  color: var(--gold-700);
  font-weight: 900;
  text-decoration: none;
}

.shop-toolbar {
  position: relative;
  overflow: hidden;
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, .93);
  border: 1px solid rgba(198, 156, 69, .16);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 40px rgba(17, 21, 24, .06);
}

.shop-toolbar::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, var(--emerald-800), var(--gold-500));
}

.shop-toolbar strong {
  color: var(--charcoal);
  font-weight: 900;
}

.shop-toolbar .text-muted {
  color: #7a837e !important;
  font-weight: 600;
}

.shop-toolbar .form-select {
  min-width: 190px;
  background-color: #fff;
}

.filter-block + .filter-block {
  padding-top: 1.15rem;
  margin-top: 1.15rem;
  border-top: 1px solid var(--border);
}

.filter-title {
  margin-bottom: .75rem;
  color: var(--charcoal);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.form-check-label {
  color: var(--muted);
  font-size: .95rem;
  font-weight: 650;
}

.shop-section {
  position: relative;
  overflow: hidden;
  background-color: var(--paper);
  background-image:
    linear-gradient(180deg, rgba(255, 253, 248, .94), rgba(248, 245, 239, .9)),
    url("../images/patterns/islamic-geometry-light.png");
  background-position: left top;
  background-repeat: repeat;
  background-size: auto, 551px 445px;
}

.shop-section .container {
  position: relative;
  z-index: 1;
}

.shop-section .filter-panel {
  position: static;
  max-height: none;
  overflow: visible;
}

.shop-section [data-product-grid] {
  align-items: stretch;
}

.shop-section .product-card {
  background: rgba(255, 255, 255, .97);
  border-color: rgba(198, 156, 69, .2);
  box-shadow: 0 14px 34px rgba(17, 21, 24, .06);
}

.shop-section .product-card:hover {
  border-color: rgba(198, 156, 69, .48);
  box-shadow: 0 22px 48px rgba(6, 63, 50, .13);
}

.shop-section .product-media {
  aspect-ratio: 1 / 1.12;
}

.shop-section .product-body {
  padding: 1.1rem 1.15rem 1.2rem;
}

.shop-section .product-title {
  display: -webkit-box;
  min-height: 2.65rem;
  overflow: hidden;
  color: var(--emerald-900);
  font-size: .98rem;
  line-height: 1.34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shop-section .product-title a {
  color: inherit;
}

.shop-section .product-title a:hover {
  color: var(--gold-700);
}

.shop-section .rating {
  font-size: .82rem;
}

.shop-section .price-row {
  margin: .6rem 0 .5rem;
}

.shop-section .product-cta {
  gap: .45rem;
  margin-top: .9rem;
}

.shop-section .product-cta .btn {
  min-height: 38px;
  padding-right: .58rem;
  padding-left: .58rem;
  font-size: .82rem;
}

.shop-section .product-actions .btn-icon {
  width: 36px;
  height: 36px;
}

.filter-panel .form-check {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: .05rem 25px;
}

.filter-panel .form-check-input {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0;
  margin-right: .55rem;
  border-color: rgba(17, 21, 24, .16);
}

.filter-panel .form-check:hover .form-check-label {
  color: var(--emerald-900);
}

.form-check-input:checked {
  background-color: var(--emerald-800);
  border-color: var(--emerald-800);
}

.form-control,
.form-select {
  min-height: 48px;
  border-color: var(--border);
  border-radius: var(--radius-sm);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(15, 111, 86, .5);
  box-shadow: 0 0 0 .22rem rgba(15, 111, 86, .14);
}

.color-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--border);
}

.product-detail-gallery {
  position: sticky;
  top: 105px;
}

.main-product-image {
  position: relative;
  overflow: hidden;
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  aspect-ratio: 1 / 1.12;
}

.main-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease;
  transform-origin: center;
}

.thumb-btn {
  overflow: hidden;
  width: 78px;
  height: 88px;
  padding: 0;
  background: var(--ivory);
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
}

.thumb-btn.active,
.thumb-btn:hover {
  border-color: var(--gold-500);
}

.thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.option-swatch,
.size-option {
  display: inline-grid;
  min-width: 42px;
  height: 42px;
  padding: 0 .8rem;
  color: var(--charcoal);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-weight: 800;
  place-items: center;
}

.option-swatch {
  min-width: 42px;
  padding: 0;
}

.option-swatch.active,
.size-option.active,
.option-swatch:hover,
.size-option:hover {
  color: #fff;
  background: var(--emerald-800);
  border-color: var(--emerald-800);
}

.qty-control {
  display: inline-grid;
  grid-template-columns: 42px 54px 42px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 999px;
}

.qty-control button,
.qty-control input {
  min-height: 42px;
  text-align: center;
  background: #fff;
  border: 0;
}

.qty-control input {
  width: 54px;
  font-weight: 900;
}

.info-list {
  display: grid;
  gap: .75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.info-list li {
  display: flex;
  gap: .7rem;
  color: var(--muted);
}

.info-list i {
  color: var(--emerald-700);
}

.nav-pills .nav-link {
  color: var(--ink);
  border-radius: 999px;
  font-weight: 800;
}

.nav-pills .nav-link.active {
  background: var(--emerald-800);
}

.auth-shell {
  min-height: calc(100vh - 150px);
  background:
    linear-gradient(135deg, rgba(248, 245, 239, .92), rgba(237, 243, 239, .9)),
    url("../images/hero/hero-lookbook.png") center / cover fixed;
}

.form-card {
  padding: 2.25rem;
}

.auth-title {
  color: var(--charcoal);
  font-size: 4rem;
}

.account-nav .list-group-item {
  padding: .85rem 1rem;
  border-color: var(--border);
  font-weight: 800;
}

.account-nav .list-group-item.active {
  background: var(--emerald-800);
  border-color: var(--emerald-800);
}

.order-status {
  display: inline-flex;
  padding: .32rem .65rem;
  color: var(--emerald-900);
  background: var(--emerald-100);
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 900;
}

.cart-line {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}

.cart-line img {
  width: 86px;
  height: 96px;
  object-fit: cover;
  background: var(--ivory);
  border-radius: var(--radius-sm);
}

.filter-panel .cart-line {
  grid-template-columns: 58px 1fr;
  gap: .75rem;
}

.filter-panel .cart-line img {
  width: 58px;
  height: 66px;
}

.filter-panel .cart-line .cart-actions {
  display: none;
}

.checkout-step {
  display: flex;
  gap: .8rem;
  align-items: center;
  padding: .8rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

.checkout-step span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--emerald-800);
  border-radius: 50%;
  font-weight: 900;
  place-items: center;
}

.success-icon {
  display: inline-grid;
  width: 96px;
  height: 96px;
  color: #fff;
  background: var(--emerald-800);
  border: 8px solid var(--emerald-100);
  border-radius: 50%;
  font-size: 2.6rem;
  place-items: center;
}

.policy-card {
  padding: 2.25rem;
}

.policy-card h2,
.faq-title {
  color: var(--charcoal);
  font-family: var(--font-display);
  font-weight: 700;
}

.accordion-button {
  color: var(--charcoal);
  font-weight: 850;
}

.accordion-button:not(.collapsed) {
  color: var(--emerald-900);
  background: var(--emerald-100);
}

.not-found-code {
  color: var(--emerald-900);
  font-family: var(--font-display);
  font-size: 15rem;
  font-weight: 700;
  line-height: .8;
}

.skeleton-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.skeleton-card {
  height: 430px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

.skeleton-card::before {
  display: block;
  height: 72%;
  content: "";
  background: linear-gradient(90deg, #f3efe6 0%, #fffaf0 48%, #f3efe6 100%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}

.skeleton-card::after {
  display: block;
  width: 70%;
  height: 18px;
  margin: 1.2rem;
  content: "";
  background: #eee6d8;
  border-radius: 999px;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.hover-lift {
  transition: transform var(--transition), box-shadow var(--transition);
}

.hover-lift:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

.modal-content {
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

@media (min-width: 576px) {
  .brand-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }

  .product-cta {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1199.98px) {
  .top-utility-grid {
    grid-template-columns: 1fr auto 1fr;
  }

  .utility-contact > span:last-child {
    display: none;
  }

  .utility-socials a {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 4.75rem 0;
  }

  .section-padding-sm {
    padding: 3rem 0;
  }

  .section-title {
    font-size: 3.4rem;
  }

  .section-copy .section-title {
    font-size: 3rem;
  }

  .hero h1,
  .page-hero h1,
  .auth-title {
    font-size: 5rem;
  }

  .hero-slide {
    padding: 6rem 0;
  }

  .newsletter-panel,
  .form-card,
  .policy-card {
    padding: 1.75rem;
  }

  .not-found-code {
    font-size: 10rem;
  }

  .footer-prayer-card {
    grid-template-columns: repeat(3, 1fr);
    min-height: auto;
    padding: 1.75rem 2rem;
    margin-bottom: 3rem;
    border-radius: 34px;
    transform: translateY(-34%);
  }

  .footer-prayer-item strong {
    font-size: 1.65rem;
  }

  .footer-prayer-item span {
    font-size: 1rem;
  }

  .footer-main {
    padding-bottom: 3.25rem;
    margin-top: -2.5rem;
  }

  .top-utility-grid {
    grid-template-columns: 1fr;
    gap: .35rem;
    padding: .55rem 0;
    text-align: center;
  }

  .utility-contact,
  .utility-meta {
    flex-wrap: wrap;
    justify-content: center;
  }

  .utility-blessing {
    order: -1;
  }

  .site-navbar .navbar-collapse {
    padding: 1rem 0;
  }

  .nav-actions {
    margin-top: .8rem;
  }

  .filter-panel {
    position: static;
  }

  .product-detail-gallery {
    position: static;
  }

  .skeleton-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 3.5rem 0;
  }

  .section-padding-sm {
    padding: 2.5rem 0;
  }

  .section-title {
    font-size: 2.75rem;
  }

  .section-copy .section-title {
    font-size: 2.65rem;
  }

  .shape-border-bottom::after {
    bottom: .85rem;
    width: 330px;
    height: 16px;
  }

  .wpo-breadcumb-area {
    min-height: 250px;
  }

  .wpo-breadcumb-wrap h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .wpo-breadcumb-wrap li,
  .wpo-breadcumb-wrap li span,
  .wpo-breadcumb-wrap li a {
    font-size: 18px;
  }

  .hero-slide {
    min-height: 690px;
    padding: 5.25rem 0;
  }

  .hero-slide::before {
    background: linear-gradient(180deg, rgba(6, 18, 15, .88), rgba(6, 18, 15, .44));
  }

  .hero-meta span {
    width: 100%;
  }

  .product-cta {
    grid-template-columns: 1fr;
  }

  .shop-toolbar label {
    width: 100%;
    justify-content: space-between;
  }

  .shop-toolbar .form-select {
    flex: 1;
    min-width: 0;
  }

  .timer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cart-line {
    grid-template-columns: 72px 1fr;
  }

  .cart-line .cart-actions {
    grid-column: 1 / -1;
  }

  .cart-line img {
    width: 72px;
    height: 82px;
  }
}

@media (max-width: 575.98px) {
  .site-footer {
    margin-top: 3.5rem;
  }

  .section-title {
    font-size: 2.25rem;
  }

  .section-copy .section-title {
    font-size: 2.2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .footer-prayer-card {
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
    padding: 1.2rem;
    border-radius: 24px;
  }

  .footer-prayer-item strong {
    font-size: 1.2rem;
  }

  .footer-main {
    margin-top: -1.5rem;
  }

  .utility-contact,
  .utility-meta {
    gap: .45rem .75rem;
  }

  .utility-contact span span,
  .utility-contact a span,
  .utility-meta > span {
    font-size: .78rem;
  }

  .utility-contact > span:last-child {
    display: none;
  }

  .utility-socials {
    display: none;
  }

  .utility-blessing {
    font-size: .98rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .site-navbar .navbar-brand {
    font-size: 1.35rem;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 3.1rem;
  }

  .category-card {
    min-height: 190px;
  }

  .skeleton-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
