/* ==================================================
   ALHASSAN RAOUF HOMEPAGE — CLEAN REFERENCE BUILD
================================================== */

body.alhassan-product-page .ar-add-to-cart-button {
  outline: 1px solid #fff !important;
  outline-offset: 0 !important;
}

/* PRODUCT PAGES — WHITE CONTENT, BLACK TEXT */
body.alhassan-product-page main {
  background: #fff !important;
  color: #000 !important;
}

body.alhassan-product-page main * {
  color: #000 !important;
}

body.alhassan-product-page main :where(
  .btn-filled,
  .btn-filled *,
  .ar-add-to-cart-button,
  .ar-add-to-cart-button *,
  .btn-buy-now,
  .btn-buy-now *,
  .bg-secondary,
  .bg-secondary *,
  [class*="rounded-full"][class*="text-white"],
  [class*="rounded-full"][class*="text-white"] *
) {
  color: #fff !important;
}

body.alhassan-product-page main [class*="rounded-full"][class*="text-white"] {
  border-color: #000 !important;
  background: #000 !important;
}

body.alhassan-product-page main :where(button, .btn, [role="button"]) {
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
}

body.alhassan-product-page main :where(button, .btn, [role="button"]) * {
  color: #000 !important;
}

body.alhassan-product-page .ar-add-to-cart-button {
  outline: none !important;
}

body.alhassan-product-page main .ar-out-of-stock-button {
  border-color: #d00000 !important;
  background: #fff !important;
  color: #d00000 !important;
}

body.alhassan-product-page main .ar-out-of-stock-button * {
  color: #d00000 !important;
}

body.alhassan-product-page main .ar-out-of-stock-label {
  border-color: #d00000 !important;
  background: #d00000 !important;
  color: #fff !important;
}

body.alhassan-product-page main button[class*="border-none"][class*="bg-transparent"] {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #000 !important;
}

body.alhassan-product-page main button[class*="border-none"][class*="bg-transparent"] * {
  color: #000 !important;
}

body.alhassan-product-page main button:has(svg path[d^="M10 13a5"]) {
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.alhassan-site-shell label.btn-group-item.btn-group-item-icon {
  border-color: #000 !important;
  background: #fff !important;
  color: #000 !important;
}

body.alhassan-site-shell label.btn-group-item.btn-group-item-icon :where(svg, path) {
  color: #000 !important;
}

body.alhassan-site-shell label.btn-group-item.btn-group-item-icon:has(input:checked) {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

body.alhassan-site-shell label.btn-group-item.btn-group-item-icon:has(input:checked) :where(svg, path) {
  color: #fff !important;
}

body.alhassan-product-page main .product-options__list .product-options__item {
  border-color: #000 !important;
  background: #fff !important;
  color: #000 !important;
}

body.alhassan-product-page main .product-options__list .product-options__item .product-options__item-text {
  color: #000 !important;
}

body.alhassan-product-page main .product-options__list .product-options__item.active {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

body.alhassan-product-page main .product-options__list .product-options__item.active .product-options__item-text {
  color: #fff !important;
}

body.alhassan-product-page #filters-drawer el-dialog-panel,
body.alhassan-product-page #filters-drawer form,
body.alhassan-product-page #availability-popover,
body.alhassan-product-page #price-popover,
body.alhassan-product-page el-options[role="listbox"] {
  background: #fff !important;
  color: #000 !important;
}

body.alhassan-product-page #filters-drawer :where(h2, span, label, svg, path),
body.alhassan-product-page #availability-popover :where(span, label, svg, path),
body.alhassan-product-page #price-popover :where(span, label, svg, path),
body.alhassan-product-page el-options[role="listbox"] :where(el-option, span, svg, path) {
  color: #000 !important;
}

body.alhassan-product-page el-options[role="listbox"] el-option {
  background: #fff !important;
  color: #000 !important;
}

body.alhassan-product-page el-options[role="listbox"] el-option[aria-selected="true"] {
  background: #000 !important;
  color: #fff !important;
}

body.alhassan-product-page el-options[role="listbox"] el-option[aria-selected="true"] * {
  color: #fff !important;
}

body.alhassan-product-page #filters-drawer :where(.border-border, .divide-border),
body.alhassan-product-page :where(#availability-popover, #price-popover, el-options[role="listbox"]) {
  border-color: #000 !important;
}

body.alhassan-product-page #filters-drawer :where(.form-input, .form-checkbox, .form-radio),
body.alhassan-product-page :where(#availability-popover, #price-popover) :where(.form-input, .form-checkbox, .form-radio) {
  border-color: #000 !important;
  background: #fff !important;
  color: #000 !important;
}

body.alhassan-product-page #filters-drawer .noUi-target,
body.alhassan-product-page #filters-drawer .noUi-connect,
body.alhassan-product-page #price-popover .noUi-target,
body.alhassan-product-page #price-popover .noUi-connect {
  border-color: #000 !important;
  background: #000 !important;
}

body.alhassan-product-page #filters-drawer .noUi-handle,
body.alhassan-product-page #price-popover .noUi-handle {
  border-color: #000 !important;
  background: #fff !important;
}

/* CART AND CHECKOUT PAGES — MATCH PRODUCT PAGE COLORS */
body.alhassan-checkout-page main {
  background: #fff !important;
  color: #000 !important;
}

body.alhassan-checkout-page main * {
  color: #000 !important;
}

body.alhassan-checkout-page main :where(button, .btn, [role="button"]) {
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
}

body.alhassan-checkout-page main :where(button, .btn, [role="button"]) * {
  color: #000 !important;
}

body.alhassan-checkout-page main :where(input, select, textarea) {
  border-color: #000 !important;
  background: #fff !important;
  color: #000 !important;
}

body.alhassan-checkout-page [data-order-summary] {
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
}

body.alhassan-checkout-page [data-order-summary] * {
  color: #000 !important;
}

body.alhassan-site-shell {
  --ar-black: #000;
  --ar-white: #fff;
  --ar-secondary: rgba(255, 255, 255, .72);
  --ar-border: rgba(255, 255, 255, .22);
}

body.alhassan-site-shell button[data-buy-now-form],
body.alhassan-site-shell button[data-add-to-cart-form] {
  border: 1px solid #fff !important;
}

body.alhassan-site-shell .ar-whatsapp-bubble {
  position: fixed;
  z-index: 70;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .16) !important;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .12);
  color: #000 !important;
  text-decoration: none !important;
}

body.alhassan-site-shell .ar-whatsapp-bubble svg {
  width: 23px;
  height: 23px;
  color: #000 !important;
}

body.alhassan-site-shell .ar-whatsapp-bubble:hover {
  box-shadow: 0 7px 22px rgba(0, 0, 0, .17);
  transform: translateY(-1px);
}

body.alhassan-site-shell .ar-whatsapp-prompt {
  position: absolute;
  right: 60px;
  top: 50%;
  width: max-content;
  max-width: min(280px, calc(100vw - 100px));
  padding: 11px 15px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
  color: #111;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity .45s ease, transform .45s ease;
}

body.alhassan-site-shell .ar-whatsapp-prompt.is-visible {
  opacity: 1;
  transform: translate(0, -50%);
}

body.alhassan-site-shell .ar-category-pre-order-label {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

body.alhassan-site-shell .ar-category-pre-order-label * {
  color: #fff !important;
}

body.alhassan-site-shell .ar-carousel-hint {
  display: block;
  width: 58px;
  height: 1px;
  margin: 14px auto 0;
  background: rgba(255, 255, 255, .28);
  pointer-events: none;
}

body.alhassan-site-shell .ar-hero-carousel > .ar-carousel-hint {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 12px;
  margin: 0;
  transform: translateX(-50%);
}

/* GLOBAL */
body.alhassan-reference-home {
  --ar-black: #000;
  --ar-white: #fff;
  --ar-secondary: rgba(255, 255, 255, .72);
  --ar-muted: rgba(255, 255, 255, .56);
  --ar-border: rgba(255, 255, 255, .22);
  --ar-border-strong: rgba(255, 255, 255, .50);
  margin: 0;
  overflow-x: clip;
  background: var(--ar-black) !important;
  color: var(--ar-white);
}

body.alhassan-reference-home main,
body.alhassan-reference-home .ar-header,
body.alhassan-reference-home .ar-shop-category,
body.alhassan-reference-home .ar-designer-gallery,
body.alhassan-reference-home .ar-designer-video,
body.alhassan-reference-home .ar-promise,
body.alhassan-reference-home .ar-bridal-experience,
body.alhassan-reference-home .ar-location,
body.alhassan-reference-home .ar-store-experience,
body.alhassan-reference-home .ar-footer {
  background: var(--ar-black) !important;
  box-shadow: none !important;
}

body.alhassan-reference-home :where(main section.ar-force-visible-section) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.alhassan-reference-home .ar-section-heading {
  margin: 0 !important;
  color: var(--ar-white) !important;
  font-size: clamp(20px, 1.65vw, 27px) !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: .02em;
  text-align: center !important;
}

html[dir="ltr"] body.alhassan-reference-home .ar-section-heading {
  text-transform: uppercase;
}

body.alhassan-reference-home :where(a, button, input):focus-visible {
  outline: 2px solid var(--ar-white) !important;
  outline-offset: 3px;
}

/* HEADER */
body.alhassan-site-shell .ar-header {
  min-height: 70px;
  padding: 0 !important;
  border: 0 !important;
  background: var(--ar-black) !important;
  box-shadow: none !important;
}

body.alhassan-site-shell .ar-header-inner {
  width: min(1360px, calc(100vw - 48px)) !important;
  min-height: 70px;
  margin-inline: auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

body.alhassan-site-shell .ar-header-logo {
  flex: 0 0 auto;
  width: clamp(170px, 14vw, 210px) !important;
  max-width: 210px !important;
}

body.alhassan-site-shell .ar-header-logo img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 48px !important;
  object-fit: contain !important;
}

body.alhassan-site-shell .ar-header-menu {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: clamp(20px, 2vw, 32px) !important;
  list-style: none !important;
}

body.alhassan-site-shell .ar-header-menu > li {
  position: relative;
}

body.alhassan-site-shell .ar-header-submenu {
  position: absolute;
  z-index: 50;
  top: 100%;
  inset-inline-start: 0;
  display: none;
  min-width: 230px;
  margin: 0 !important;
  padding: 8px 0 !important;
  border: 1px solid var(--ar-border) !important;
  background: var(--ar-black) !important;
  list-style: none !important;
}

body.alhassan-site-shell .ar-header-menu .ar-has-submenu:hover > .ar-header-submenu,
body.alhassan-site-shell .ar-header-menu .ar-has-submenu:focus-within > .ar-header-submenu {
  display: block;
}

body.alhassan-site-shell .ar-header-menu .ar-has-submenu > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-inline-start: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

body.alhassan-site-shell .ar-header-menu .ar-header-submenu a {
  display: block !important;
  padding: 9px 16px !important;
  color: var(--ar-white) !important;
  white-space: nowrap;
}

body.alhassan-site-shell .ar-side-menu .ar-header-submenu {
  position: static;
  display: none;
  margin: 6px 0 10px !important;
  padding: 0 16px !important;
  border: 0 !important;
  background: transparent !important;
  list-style: none !important;
}

body.alhassan-site-shell .ar-side-menu .ar-mobile-menu-item {
  position: relative;
}

body.alhassan-site-shell .ar-side-menu .ar-mobile-menu-item > a {
  display: block;
  padding-inline-end: 52px !important;
}

body.alhassan-site-shell .ar-side-menu .ar-mobile-submenu-toggle {
  position: absolute;
  top: 5px;
  inset-inline-end: 14px;
  width: 34px;
  height: 34px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ar-white) !important;
}

body.alhassan-site-shell .ar-side-menu .ar-mobile-submenu-toggle::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}

body.alhassan-site-shell .ar-side-menu .ar-mobile-menu-item.ar-submenu-open > .ar-mobile-submenu-toggle::after {
  transform: translateY(2px) rotate(225deg);
}

body.alhassan-site-shell .ar-side-menu .ar-mobile-menu-item.ar-submenu-open > .ar-header-submenu {
  display: block;
}

body.alhassan-site-shell .ar-side-menu a.ar-created-menu-item[href="/categories/"],
body.alhassan-site-shell .ar-side-menu a.ar-created-menu-item[href="/pages/117003"] {
  display: block;
  width: 100%;
  min-height: 1px;
  margin: 0 !important;
  padding: 12px 24px !important;
  box-sizing: border-box;
  text-align: start;
}

body.alhassan-site-shell .ar-header-menu a,
body.alhassan-site-shell .ar-header-menu button {
  position: relative;
  padding: 9px 0 !important;
  color: var(--ar-white) !important;
  font-size: clamp(11px, .85vw, 13px) !important;
  font-weight: 400 !important;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
}

body.alhassan-site-shell .ar-header-menu > li:first-child > a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 2px;
  height: 1px;
  background: var(--ar-white);
}

body.alhassan-site-shell .ar-header-actions {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ar-white) !important;
}

body.alhassan-site-shell .ar-header-actions :where(a, button) {
  color: var(--ar-white) !important;
}

body.alhassan-site-shell .ar-side-menu,
body.alhassan-site-shell .ar-side-menu > div {
  background: var(--ar-black) !important;
  color: var(--ar-white) !important;
}

body.alhassan-site-shell .ar-side-menu :where(a, button) {
  color: var(--ar-white) !important;
}

body.alhassan-site-shell .ar-side-menu a {
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: .03em;
  text-decoration: none !important;
}

/* HERO */
body.alhassan-reference-home .ar-hero {
  position: relative;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: calc(100svh - 70px) !important;
  margin: 0 auto 30px !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 0 !important;
  background: var(--ar-black) !important;
}

body.alhassan-reference-home .ar-hero.ar-hero-carousel {
  isolation: isolate;
  width: 100vw !important;
  max-width: none !important;
  min-height: calc(100svh - 70px) !important;
  height: calc(100svh - 70px) !important;
  margin: 0 auto 30px !important;
  padding: 0 !important;
  aspect-ratio: auto !important;
}

body.alhassan-reference-home .ar-hero-carousel > .embla,
body.alhassan-reference-home .ar-hero-carousel .embla__viewport {
  width: 100% !important;
}

body.alhassan-reference-home .ar-hero-carousel .embla__slide > .absolute.inset-0 {
  z-index: 0 !important;
}

body.alhassan-reference-home .ar-hero-carousel .embla__slide > .absolute.inset-0 + div {
  position: relative;
  z-index: 1;
}

body.alhassan-reference-home .ar-hero-discover {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: clamp(30px, 6vh, 64px);
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 28px !important;
  border: 1px solid rgba(255, 255, 255, .85) !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, .58) !important;
  backdrop-filter: blur(5px);
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color .2s ease, color .2s ease;
}

body.alhassan-reference-home .ar-hero-discover:hover {
  background: #fff !important;
  color: #000 !important;
}

body.alhassan-reference-home .ar-hero-carousel img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.alhassan-reference-home .ar-hero-carousel :where(
  .embla,
  .embla__viewport,
  .embla__container,
  .embla__slide,
  .swiper,
  .swiper-wrapper,
  .swiper-slide
) {
  height: 100% !important;
}

body.alhassan-reference-home .ar-hero-carousel :where(.embla__slide, .swiper-slide) :where(a, picture) {
  display: block !important;
  height: 100% !important;
}

body.alhassan-reference-home .ar-hero-media,
body.alhassan-reference-home .ar-hero-media picture,
body.alhassan-reference-home .ar-hero-media img {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}

body.alhassan-reference-home .ar-hero-media img {
  display: block;
  object-fit: cover !important;
  object-position: center !important;
}

body.alhassan-reference-home .ar-hero-content {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: none !important;
  min-height: calc(100svh - 70px);
  margin: 0 !important;
  padding: 28px !important;
  justify-content: flex-end;
}

body.alhassan-reference-home .ar-hero-content .btn {
  min-height: 38px;
  padding: 9px 16px !important;
  border: 1px solid var(--ar-border-strong) !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, .65) !important;
  color: var(--ar-white) !important;
  font-size: 12px !important;
}

/* SHOP BY CATEGORY */
body.alhassan-reference-home .ar-shop-category {
  width: min(1120px, calc(100vw - 56px)) !important;
  margin: 0 auto 48px !important;
  padding: 0 !important;
}

body.alhassan-reference-home .ar-category-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.alhassan-reference-home .ar-category-inner > :first-child {
  position: relative;
  min-height: 31px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.alhassan-reference-home .ar-category-inner > :first-child > a {
  position: absolute !important;
  inset-inline-end: 0;
  color: var(--ar-secondary) !important;
  font-size: 12px !important;
}

body.alhassan-reference-home .ar-category-inner .embla-wrapper {
  margin-top: 18px !important;
}

body.alhassan-reference-home .ar-category-track {
  display: flex !important;
  gap: clamp(32px, 3.2vw, 48px) !important;
}

body.alhassan-reference-home .ar-category-card {
  flex: 0 0 calc((100% - (2 * clamp(32px, 3.2vw, 48px))) / 3) !important;
  min-width: 0 !important;
}

body.alhassan-reference-home .ar-category-card > a {
  gap: 10px !important;
}

body.alhassan-reference-home .ar-category-card > a > div:first-child {
  overflow: hidden;
  aspect-ratio: 1 / 1.08;
  border-radius: 0 !important;
  background: transparent !important;
}

body.alhassan-reference-home .ar-category-card img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

body.alhassan-reference-home .ar-category-card h3 {
  margin: 0 !important;
  color: var(--ar-white) !important;
  font-size: clamp(12px, 1vw, 14px) !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

body.alhassan-reference-home .ar-shop-category :where(.embla__progress, .embla__prev, .embla__next) {
  border-radius: 0 !important;
}

/* MEET THE DESIGNER — EXISTING ONE-IMAGE GALLERY */
body.alhassan-reference-home .ar-designer-gallery {
  width: min(1120px, calc(100vw - 56px)) !important;
  margin: 0 auto 32px !important;
  padding: 0 !important;
  border: 0 !important;
}

body.alhassan-reference-home .ar-designer-gallery-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: clamp(34px, 4vw, 52px) !important;
  align-items: start !important;
}

body.alhassan-reference-home .ar-designer-gallery-media {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

body.alhassan-reference-home .ar-designer-gallery-duplicate {
  display: none !important;
}

body.alhassan-reference-home .ar-designer-gallery-card,
body.alhassan-reference-home .ar-designer-gallery-card .media-wrap {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.39 / 1 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}

body.alhassan-reference-home .ar-designer-gallery-card img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  filter: grayscale(1);
}

/* EXISTING VIDEO — CONTAINED ON DESKTOP, FULL WIDTH ON MOBILE */
body.alhassan-reference-home .ar-designer-video {
  width: min(1120px, calc(100vw - 48px)) !important;
  max-width: 1120px !important;
  margin: 0 auto 46px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
}

body.alhassan-reference-home .ar-designer-video-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.alhassan-reference-home .ar-designer-video-media {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: contain !important;
  filter: none !important;
}

body.alhassan-reference-home .ar-designer-copy {
  align-self: start !important;
  min-width: 0;
  padding-top: 0 !important;
  color: var(--ar-white);
  text-align: start;
}

body.alhassan-reference-home .ar-designer-heading {
  margin: 0 0 20px !important;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--ar-border-strong);
  color: var(--ar-white) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(27px, 2.5vw, 36px) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  text-align: start !important;
}

body.alhassan-reference-home .ar-designer-paragraph {
  margin: 0 0 16px !important;
  color: rgba(255, 255, 255, .78) !important;
  font-size: clamp(12px, 1vw, 15px) !important;
  line-height: 1.62 !important;
  text-align: start !important;
}

body.alhassan-reference-home .ar-designer-paragraph:last-child {
  margin-bottom: 0 !important;
}

/* THE PROMISE COLLECTION */
body.alhassan-reference-home .ar-promise {
  width: min(1120px, calc(100vw - 56px)) !important;
  margin: 0 auto 42px !important;
  padding: 0 !important;
}

body.alhassan-reference-home .ar-promise-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.alhassan-reference-home .ar-promise-inner > div > :first-child {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}

body.alhassan-reference-home .ar-promise-inner > div > :first-child > a {
  position: absolute !important;
  inset-inline-end: 0;
  color: var(--ar-secondary) !important;
  font-size: 12px !important;
}

body.alhassan-reference-home .ar-promise .products-embla {
  margin-top: 20px !important;
}

body.alhassan-reference-home .ar-product-track {
  display: flex !important;
  gap: clamp(24px, 2.4vw, 36px) !important;
}

body.alhassan-reference-home .ar-product-card {
  flex: 0 0 calc((100% - (2 * clamp(24px, 2.4vw, 36px))) / 3) !important;
  min-width: 0 !important;
}

body.alhassan-reference-home .ar-product-card > div {
  gap: 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.alhassan-reference-home .ar-product-card .ar-product-media-link {
  width: 100% !important;
  aspect-ratio: 1.15 / 1 !important;
  border-radius: 0 !important;
  background: #f7f7f7 !important;
}

body.alhassan-reference-home .ar-product-card .ar-product-media-link img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  object-fit: contain !important;
}

body.alhassan-reference-home .ar-product-card h3 {
  max-width: 29ch;
  margin-inline: auto !important;
  color: var(--ar-white) !important;
  font-size: clamp(12px, .95vw, 14px) !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

body.alhassan-reference-home .ar-product-card :where([class*="price"], p) {
  color: var(--ar-white) !important;
  font-size: 12px !important;
  text-align: center !important;
}

body.alhassan-reference-home .ar-product-card :where(a, button, .btn) {
  color: var(--ar-white) !important;
}

body.alhassan-reference-home .ar-product-card .ar-pre-order-label {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

body.alhassan-reference-home .ar-product-card .ar-out-of-stock-label {
  border-color: #d00000 !important;
  background: #d00000 !important;
  color: #fff !important;
}

body.alhassan-reference-home .ar-product-card :where(.ar-pre-order-label, .ar-out-of-stock-label) * {
  color: #fff !important;
}

body.alhassan-reference-home .ar-product-card :where(button, .btn, [role="button"]) {
  min-height: 36px;
  border: 1px solid var(--ar-white) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ar-white) !important;
  font-size: 11px !important;
}

body.alhassan-reference-home .ar-product-card :where(button, .btn, [role="button"]):hover {
  border-color: var(--ar-white) !important;
  background: transparent !important;
  color: var(--ar-white) !important;
}

/* THE FULL BRIDAL EXPERIENCE — EXISTING TWO-IMAGE GALLERY */
body.alhassan-reference-home .ar-bridal-experience {
  width: min(940px, calc(100vw - 56px)) !important;
  margin: 0 auto 34px !important;
  padding: 0 !important;
}

body.alhassan-reference-home .ar-bridal-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.alhassan-reference-home .ar-bridal-heading,
body.alhassan-reference-home .ar-experience-heading {
  margin: 0 0 20px !important;
  color: var(--ar-white) !important;
  font-size: clamp(20px, 1.65vw, 27px) !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: .02em;
  text-align: center !important;
}

body.alhassan-reference-home .ar-bridal-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(46px, 5vw, 68px) !important;
}

body.alhassan-reference-home .ar-bridal-card {
  overflow: visible !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.alhassan-reference-home .ar-bridal-link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

body.alhassan-reference-home .ar-bridal-card .media-wrap {
  overflow: hidden !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: .82 / 1 !important;
  border-radius: 0 !important;
}

body.alhassan-reference-home .ar-bridal-label {
  margin: 12px 0 0 !important;
  color: var(--ar-white) !important;
  font-size: clamp(14px, 1.15vw, 17px) !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

body.alhassan-reference-home .ar-bridal-card img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

/* LOCATION */
body.alhassan-reference-home .ar-location {
  position: relative;
  isolation: isolate;
  width: min(1320px, calc(100vw - 40px)) !important;
  min-height: 560px !important;
  margin: 0 auto 30px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center;
  overflow: hidden;
  border-radius: 0 !important;
}

body.alhassan-reference-home .ar-location-media,
body.alhassan-reference-home .ar-location-media picture,
body.alhassan-reference-home .ar-location-media img {
  position: absolute !important;
  z-index: -1;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}

body.alhassan-reference-home .ar-location-media img {
  display: block;
  object-fit: cover !important;
  object-position: center !important;
}

body.alhassan-reference-home .ar-location-panel {
  width: min(880px, 68%) !important;
  max-width: none !important;
  min-height: 390px;
  margin: auto !important;
  padding: 52px 62px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--ar-white) !important;
  box-shadow: none !important;
  color: #111 !important;
  text-align: center !important;
}

body.alhassan-reference-home .ar-location-panel :where(h1, h2, h3) {
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(28px, 2.6vw, 38px) !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

body.alhassan-reference-home .ar-location-panel p {
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(12px, 1vw, 15px) !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

body.alhassan-reference-home .ar-location-panel .btn {
  min-width: 260px;
  min-height: 44px;
  padding: 11px 22px !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 11px !important;
}

/* ALHASSAN RAOUF EXPERIENCE */
body.alhassan-reference-home .ar-store-experience {
  width: min(1060px, calc(100vw - 56px)) !important;
  margin: 0 auto 34px !important;
  padding: 0 !important;
}

body.alhassan-reference-home .ar-experience-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.alhassan-reference-home .ar-experience-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
}

body.alhassan-reference-home .ar-experience-heading {
  margin-bottom: 26px !important;
}

body.alhassan-reference-home .ar-experience-item {
  min-height: 250px;
  padding: 18px 48px !important;
  border: 0 !important;
  border-inline-start: 1px solid var(--ar-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ar-white) !important;
}

body.alhassan-reference-home .ar-experience-item:first-child {
  border-inline-start: 0 !important;
}

body.alhassan-reference-home .ar-experience-item svg {
  width: 40px !important;
  height: 40px !important;
  color: var(--ar-white) !important;
}

body.alhassan-reference-home .ar-experience-item .ar-benefit-icon {
  display: block;
  flex: 0 0 40px;
  margin: 0 auto 14px;
  stroke: currentColor;
  filter: none !important;
}

body.alhassan-reference-home .ar-experience-item h3 {
  color: var(--ar-white) !important;
  font-size: clamp(17px, 1.4vw, 20px) !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

body.alhassan-reference-home .ar-experience-item p {
  max-width: 23ch;
  margin-inline: auto !important;
  color: var(--ar-secondary) !important;
  font-size: clamp(12px, .95vw, 14px) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

body.alhassan-reference-home .ar-experience-item :where(a, button) {
  min-height: 34px;
  padding: 8px 16px !important;
  border: 1px solid var(--ar-white) !important;
  border-radius: 0 !important;
  background: var(--ar-white) !important;
  color: #111 !important;
  font-size: 10px !important;
}

/* FOOTER */
body.alhassan-reference-home .ar-footer {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.alhassan-reference-home .ar-footer-inner {
  width: min(1320px, calc(100vw - 40px)) !important;
  margin-inline: auto !important;
  padding: 30px 0 20px !important;
  border-top: 1px solid var(--ar-border-strong);
}

body.alhassan-reference-home .ar-footer-grid {
  display: grid !important;
  grid-template-columns: 1.2fr .9fr .95fr 1.2fr !important;
  gap: clamp(30px, 4vw, 62px) !important;
}

body.alhassan-reference-home .ar-footer-column {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.alhassan-reference-home .ar-footer-column :where(h2, h3, h4) {
  margin: 0 0 13px !important;
  color: var(--ar-white) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

html[dir="ltr"] body.alhassan-reference-home .ar-footer-column :where(h2, h3, h4) {
  text-transform: uppercase;
}

body.alhassan-reference-home .ar-footer-column :where(p, a, li, label) {
  color: var(--ar-secondary) !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
  text-decoration: none;
}

body.alhassan-reference-home .ar-footer-column ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.alhassan-reference-home .ar-footer-column input {
  min-height: 38px;
  border: 1px solid var(--ar-border-strong) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ar-white) !important;
}

body.alhassan-reference-home .ar-footer-column form button {
  min-width: 40px;
  min-height: 38px;
  border: 1px solid var(--ar-white) !important;
  border-radius: 0 !important;
  background: var(--ar-white) !important;
  color: #111 !important;
}

body.alhassan-reference-home .ar-footer-inner > :last-child {
  margin-top: 22px !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--ar-border) !important;
}

/* RTL */
html[dir="rtl"] body.alhassan-site-shell .ar-header-inner,
html[dir="rtl"] body.alhassan-reference-home .ar-category-track,
html[dir="rtl"] body.alhassan-reference-home .ar-product-track {
  direction: rtl;
}

/* TABLET */
@media (max-width: 1024px) {
  body.alhassan-reference-home .ar-hero-carousel img {
    object-fit: contain !important;
  }

  body.alhassan-site-shell .ar-header-inner {
    width: calc(100vw - 32px) !important;
  }

  body.alhassan-site-shell .ar-header-menu {
    display: none !important;
  }

  body.alhassan-reference-home .ar-hero,
  body.alhassan-reference-home .ar-shop-category,
  body.alhassan-reference-home .ar-designer-gallery,
  body.alhassan-reference-home .ar-promise,
  body.alhassan-reference-home .ar-bridal-experience,
  body.alhassan-reference-home .ar-store-experience {
    max-width: calc(100vw - 40px) !important;
  }

  body.alhassan-reference-home .ar-location,
  body.alhassan-reference-home .ar-footer-inner {
    max-width: calc(100vw - 28px) !important;
  }

  body.alhassan-reference-home .ar-category-track,
  body.alhassan-reference-home .ar-product-track {
    gap: 20px !important;
  }

  body.alhassan-reference-home .ar-category-card,
  body.alhassan-reference-home .ar-product-card {
    flex-basis: calc((100% - 20px) / 2) !important;
  }

  body.alhassan-reference-home .ar-location-panel {
    width: min(720px, calc(100% - 64px)) !important;
  }

  body.alhassan-reference-home .ar-experience-item {
    padding-inline: 28px !important;
  }

  body.alhassan-reference-home .ar-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  body.alhassan-site-shell .ar-header,
  body.alhassan-site-shell .ar-header-inner {
    min-height: 62px;
  }

  body.alhassan-site-shell .ar-header-logo {
    width: 150px !important;
  }

  body.alhassan-reference-home .ar-hero {
    width: calc(100vw - 28px) !important;
    max-width: none !important;
    margin-top: 14px !important;
    min-height: 0 !important;
  }

  body.alhassan-reference-home .ar-hero.ar-hero-carousel {
    width: 100vw !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto 30px !important;
  }

  body.alhassan-reference-home .ar-hero-carousel .embla__slide > .absolute.inset-0 {
    position: relative !important;
    inset: auto !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  body.alhassan-reference-home .ar-hero-carousel .embla__slide > .absolute.inset-0 + div {
    position: absolute !important;
    inset: 0 !important;
  }

  body.alhassan-reference-home .ar-hero-carousel :where(
    .embla,
    .embla__viewport,
    .embla__container,
    .embla__slide,
    .swiper,
    .swiper-wrapper,
    .swiper-slide
  ),
  body.alhassan-reference-home .ar-hero-carousel :where(.embla__slide, .swiper-slide) :where(a, picture) {
    height: auto !important;
  }

  body.alhassan-reference-home .ar-hero-carousel :where(.embla__slide, .swiper-slide) {
    min-height: 0 !important;
  }

  body.alhassan-reference-home .ar-hero-carousel img {
    height: auto !important;
    object-fit: contain !important;
  }

  body.alhassan-reference-home .ar-hero-discover {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    min-height: 42px;
    max-width: calc(100vw - 40px);
    padding: 11px 20px !important;
    font-size: 11px !important;
  }

  body.alhassan-reference-home .ar-hero-media {
    position: relative !important;
    height: auto !important;
  }

  body.alhassan-reference-home .ar-hero-media picture,
  body.alhassan-reference-home .ar-hero-media img {
    position: relative !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body.alhassan-reference-home .ar-hero-content {
    position: absolute;
    inset: 0;
    min-height: 0;
    padding: 18px !important;
  }

  body.alhassan-reference-home .ar-designer-gallery-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.alhassan-reference-home .ar-shop-category,
  body.alhassan-reference-home .ar-designer-gallery,
  body.alhassan-reference-home .ar-promise,
  body.alhassan-reference-home .ar-bridal-experience,
  body.alhassan-reference-home .ar-store-experience {
    width: calc(100vw - 28px) !important;
    max-width: none !important;
    margin-bottom: 38px !important;
  }

  body.alhassan-reference-home .ar-category-inner > :first-child > a,
  body.alhassan-reference-home .ar-promise-inner > div > :first-child > a {
    position: static !important;
    margin-inline-start: auto;
  }

  body.alhassan-reference-home .ar-category-track,
  body.alhassan-reference-home .ar-product-track {
    gap: 14px !important;
  }

  body.alhassan-reference-home .ar-category-card,
  body.alhassan-reference-home .ar-product-card {
    flex-basis: calc((100% - 14px) / 2) !important;
  }

  body.alhassan-reference-home .ar-product-track {
    gap: 10px !important;
  }

  body.alhassan-reference-home .ar-product-card {
    flex-basis: 58% !important;
  }

  body.alhassan-reference-home .ar-product-card .ar-product-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: max-content !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 5px 8px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.alhassan-reference-home .ar-designer-video {
    width: 100vw !important;
    max-width: none !important;
    margin-bottom: 38px !important;
  }

  body.alhassan-reference-home .ar-designer-video-media {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  body.alhassan-reference-home .ar-bridal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.alhassan-reference-home .ar-location {
    width: calc(100vw - 20px) !important;
    max-width: none !important;
    min-height: 440px !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden;
  }

  body.alhassan-reference-home .ar-location-media {
    position: absolute !important;
    z-index: 0;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.alhassan-reference-home .ar-location-media picture,
  body.alhassan-reference-home .ar-location-media img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  body.alhassan-reference-home .ar-location-panel {
    position: relative;
    z-index: 2;
    width: calc(100% - 30px) !important;
    min-height: 0;
    margin: auto !important;
    padding: 30px 20px !important;
  }

  body.alhassan-reference-home .ar-location-panel .btn {
    width: 100%;
    min-width: 0;
  }

  body.alhassan-reference-home .ar-experience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
  }

  body.alhassan-reference-home .ar-experience-item {
    min-height: 0;
    min-width: 0 !important;
    padding: 18px 6px !important;
    border-top: 0 !important;
    border-inline-start: 1px solid var(--ar-border) !important;
  }

  body.alhassan-reference-home .ar-experience-item:first-child {
    border-inline-start: 0 !important;
  }

  body.alhassan-reference-home .ar-experience-item svg {
    width: 28px !important;
    height: 28px !important;
  }

  body.alhassan-reference-home .ar-experience-item .ar-benefit-icon {
    flex-basis: 28px;
    margin-bottom: 10px;
  }

  body.alhassan-reference-home .ar-experience-item h3 {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  body.alhassan-reference-home .ar-experience-item p {
    max-width: 14ch;
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  body.alhassan-reference-home .ar-experience-item :where(a, button) {
    max-width: 100% !important;
    min-height: 28px;
    padding: 6px 4px !important;
    font-size: 8px !important;
    white-space: normal !important;
  }

  body.alhassan-reference-home .ar-footer-inner {
    width: calc(100vw - 28px) !important;
    max-width: none !important;
  }

  body.alhassan-reference-home .ar-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}

@media (max-width: 359px) {
  body.alhassan-reference-home .ar-category-card,
  body.alhassan-reference-home .ar-product-card {
    flex-basis: 100% !important;
  }
}

/* FULL-WIDTH DESKTOP LAYOUT */
@media (min-width: 1025px) {
  body.alhassan-site-shell main,
  body.alhassan-site-shell main > section,
  body.alhassan-site-shell main .theme-container,
  body.alhassan-site-shell .ar-header-inner,
  body.alhassan-reference-home .ar-shop-category,
  body.alhassan-reference-home .ar-designer-gallery,
  body.alhassan-reference-home .ar-designer-video,
  body.alhassan-reference-home .ar-promise,
  body.alhassan-reference-home .ar-bridal-experience,
  body.alhassan-reference-home .ar-location,
  body.alhassan-reference-home .ar-store-experience,
  body.alhassan-reference-home .ar-footer-inner {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }

  body.alhassan-extra-page main > section {
    padding-inline: 0 !important;
  }

  body.alhassan-extra-page main .prose {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }

  body.alhassan-reference-home main {
    width: calc(100% - 12px) !important;
    margin-inline: 6px !important;
  }

  body.alhassan-reference-home main > section {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }
}

/* GLOBAL TEXT FIELDS */
:root:root :is(
  textarea,
  input:not(
    [type="button"],
    [type="submit"],
    [type="reset"],
    [type="checkbox"],
    [type="radio"],
    [type="file"],
    [type="image"],
    [type="range"],
    [type="color"],
    [type="hidden"]
  )
) {
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
  caret-color: #000 !important;
}