@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&display=swap');

:root {
  --ra-navy: #0b1228;
  --ra-gold: #d9a927;
  --ra-red: #ef233c;
  --ra-green: #1f8f3a;
  --ra-border: rgba(15, 23, 42, .07);
  --ra-shadow: 0 8px 26px rgba(15, 23, 42, .10);
}

body {
  font-family: 'Hind Siliguri', sans-serif;
  background: #f8fafc;
  -webkit-tap-highlight-color: transparent;
}

/* Homepage category strip */
@media (max-width: 639px) {
  .home-category-strip {
    width: 100%;
  }
  .home-category-item {
    min-width: 0;
    width: 100%;
  }
  .home-category-item > div {
    width: 46px;
    height: 46px;
  }
  .home-category-item span {
    font-size: 10px;
    line-height: 1.15;
    max-width: 100%;
  }
}

/* =========================================================
   RA FASHION HOUSE — PREMIUM PRODUCT CARD
   Reference: supplied mobile product-card screenshot.
   ========================================================= */
.home-product-grid {
  align-items: stretch;
}

.home-product-card {
  min-width: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ra-border);
  border-radius: 20px;
  box-shadow: var(--ra-shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}

.home-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, .13);
}

.home-product-media {
  position: relative;
  width: calc(100% - 12px);
  margin: 6px 6px 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 17px 17px 10px 10px;
  background: #f5f4f0;
}

.home-product-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.home-product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .30s ease;
}

.home-product-card:hover .home-product-image {
  transform: scale(1.025);
}

.home-wishlist {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 5;
  width: 41px !important;
  height: 41px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.98) !important;
  color: #ef3340 !important;
  font-size: 20px !important;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .14) !important;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
}

.home-wishlist:hover,
.home-wishlist:focus-visible {
  color: #d71932 !important;
  transform: scale(1.05);
  outline: none;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .18) !important;
}

.home-wishlist.is-active {
  color: #ef233c !important;
}

.home-discount-badge {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 5;
  min-width: 55px;
  height: 32px;
  padding: 0 10px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ra-red);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(239, 35, 60, .20);
}

.home-product-info {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 14px 10px 13px;
}

.home-product-title-link {
  min-height: 46px;
  display: block;
  color: inherit;
  text-decoration: none;
}

.home-product-title {
  margin: 0 !important;
  min-height: 46px !important;
  max-height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #17233c !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.home-product-meta-card,
.home-product-price-card {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .075);
}

.home-product-meta-card {
  min-height: 44px;
  margin-top: 9px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.home-product-rating {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.home-rating-star {
  color: #e8a516;
  font-size: 17px;
  line-height: 1;
}

.home-rating-value {
  color: #101725;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.home-review-count {
  color: #8d9098 !important;
  font-size: 13px !important;
  line-height: 1;
  font-weight: 600 !important;
}

.home-meta-divider {
  width: 1px;
  height: 25px;
  flex: 0 0 1px;
  background: #e1e3e7;
}

.home-product-stock-card {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  color: var(--ra-green);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.home-product-stock-card.is-out-of-stock {
  color: #d93025;
}

.home-stock-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #159447;
}

.home-product-stock-card.is-out-of-stock .home-stock-dot {
  background: #d93025;
}

.home-product-price-card {
  min-height: 54px;
  margin-top: 9px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.home-current-price {
  color: #0c1221 !important;
  font-size: 25px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -.5px;
  white-space: nowrap;
}

.home-old-price {
  color: #858585;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  white-space: nowrap;
}

.home-product-actions {
  margin-top: auto;
  padding-top: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-cart-circle {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ra-navy);
  color: #fff;
  box-shadow: 0 7px 18px rgba(11, 18, 40, .22);
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease;
}

.home-cart-circle i {
  font-size: 22px;
}

.home-cart-circle:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 10px 22px rgba(11, 18, 40, .28);
}

.home-cart-circle:active,
.home-buy-action:active {
  transform: scale(.97);
}

.home-buy-action {
  min-width: 0;
  min-height: 47px;
  flex: 1 1 auto;
  padding: 8px 10px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #e3a916 !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgba(217, 174, 40, .24);
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.home-buy-action i {
  font-size: 19px;
}

.home-buy-action:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(217, 174, 40, .30);
}

@media (min-width: 640px) {
  .home-product-media {
    margin: 8px 8px 0;
    width: calc(100% - 16px);
  }
  .home-product-info {
    padding: 15px 13px 14px;
  }
  .home-product-title,
  .home-product-title-link {
    min-height: 48px !important;
    max-height: 48px;
    font-size: 17px !important;
  }
  .home-current-price {
    font-size: 27px !important;
  }
}

@media (max-width: 380px) {
  .home-product-grid {
    gap: 8px !important;
  }
  .home-product-info {
    padding: 12px 8px 11px;
  }
  .home-product-title,
  .home-product-title-link {
    min-height: 43px !important;
    max-height: 43px;
    font-size: 14px !important;
  }
  .home-product-meta-card {
    padding-inline: 7px;
    gap: 5px;
  }
  .home-rating-star { font-size: 15px; }
  .home-rating-value { font-size: 13px; }
  .home-review-count,
  .home-product-stock-card { font-size: 11px !important; }
  .home-current-price { font-size: 22px !important; }
  .home-old-price { font-size: 15px; }
  .home-cart-circle {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }
  .home-buy-action {
    min-height: 44px;
    font-size: 13px;
  }
}

/* Footer social/app links: lightweight, premium, and with recognizable platform marks and safe disabled states. */
.social-footer-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  color: #fff;
  background: #202a40;
  box-shadow: 0 5px 14px rgba(0,0,0,.18);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.social-footer-icon:hover, .social-footer-icon:focus-visible {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.08);
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
  outline: none;
}
.social-footer-icon svg { width: 27px; height: 27px; display: block; }
.social-facebook { background:#1877F2; border-color:#1877F2; }
.social-youtube { background:#FF0000; border-color:#FF0000; }
.social-instagram { background:linear-gradient(135deg,#F58529 0%,#DD2A7B 42%,#8134AF 72%,#515BD4 100%); border-color:rgba(255,255,255,.22); }
.social-tiktok { background:#080808; border-color:#2d2d2d; }
.social-footer-icon.app-icon { background:#202a40; flex:0 0 auto; }
.social-footer-icon.is-disabled { opacity:.72; cursor:not-allowed; }
.app-google-play { background:#ffffff!important; border-color:rgba(255,255,255,.35); }
.app-google-play svg { width:27px; height:27px; }
.app-apple { background:#111827!important; border-color:rgba(255,255,255,.18); }
.app-apple svg { width:25px; height:25px; }
.app-store-link { width:44px; min-width:44px; padding:0; white-space:nowrap; }
.app-label { white-space:nowrap; display:none !important; }
@media (max-width: 480px) {
  .social-footer-icon { width:40px; height:40px; border-radius:11px; }
  .social-footer-icon svg { width:24px; height:24px; }
  .app-store-link { width:40px; min-width:40px; height:40px; padding:0; }
  .app-google-play svg { width:24px; height:24px; }
  .app-apple svg { width:22px; height:22px; }
}

/* =========================================================
   RA FASHION HOUSE — MOBILE BOTTOM NAVIGATION
   Matches the supplied navy/gold floating-cart reference.
   ========================================================= */
@media (max-width: 767px) {
  body {
    padding-bottom: 96px !important;
  }

  .ra-mobile-nav {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
    height: 88px;
    box-sizing: border-box;
    padding: 8px 12px max(8px, env(safe-area-inset-bottom)) !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    align-items: end !important;
    gap: 2px;
    background: var(--ra-navy) !important;
    border: 1px solid rgba(255,255,255,.05) !important;
    border-radius: 30px !important;
    color: #fff !important;
    box-shadow: 0 12px 34px rgba(11, 18, 40, .30) !important;
    z-index: 50 !important;
  }

  .ra-mobile-nav > a {
    position: relative;
    width: auto !important;
    min-width: 0;
    height: 70px;
    padding: 0 2px 4px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 4px !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    text-align: center;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
  }

  .ra-mobile-nav > a:hover,
  .ra-mobile-nav > a:focus-visible {
    color: #fff !important;
    outline: none;
  }

  .ra-mobile-nav > a.nav-active,
  .ra-mobile-nav > a[aria-current="page"] {
    color: #f0b72a !important;
  }

  .ra-mobile-nav .nav-icon {
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    font-size: 27px;
    line-height: 1;
  }

  .ra-mobile-nav .nav-icon i {
    font-size: inherit;
  }

  /* Cart focal point */
  .ra-mobile-nav > a[href="/cart"] {
    height: 84px;
    margin-top: -26px !important;
    color: #f1b629 !important;
    z-index: 3;
  }

  .ra-mobile-nav > a[href="/cart"]::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 62px;
    height: 12px;
    transform: translateX(-50%);
    border-top: 3px solid #f1b629;
    border-radius: 50%;
    opacity: .85;
  }

  .ra-mobile-nav > a[href="/cart"] .cart-main {
    width: 70px;
    height: 70px;
    margin-bottom: 1px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f5ca62, #e2a92a);
    color: var(--ra-navy);
    box-shadow: 0 10px 24px rgba(224, 172, 44, .30);
    border: 1px solid rgba(255,255,255,.20);
    font-size: 33px;
  }

  .ra-mobile-nav .nav-icon.cart-main i {
    font-size: 32px;
  }

  .ra-mobile-nav [data-cart-count] {
    position: absolute !important;
    top: -4px !important;
    right: -5px !important;
    min-width: 26px !important;
    width: 26px;
    height: 26px;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    background: #ef233c !important;
    color: #fff !important;
    border: 2px solid var(--ra-navy) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .ra-mobile-nav [data-wishlist-count] {
    top: -5px !important;
    right: -5px !important;
    min-width: 24px !important;
    height: 24px;
    padding: 0 5px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    background: #ef233c !important;
    color: #fff !important;
    border: 2px solid var(--ra-navy);
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .ra-mobile-nav .text-\[9px\] {
    font-size: 12px !important;
  }
}

/* =========================================================
   V11 PRODUCT CARD POLISH
   One-line titles + tighter card stack + clearer cart/buy actions.
   Shared by Home, Shop, New Arrivals, Best Sellers and Category pages.
   ========================================================= */
.home-product-title-link {
  min-height: 34px !important;
  max-height: 34px !important;
  display: block;
  overflow: hidden;
}

.home-product-title {
  display: block !important;
  min-height: 34px !important;
  max-height: 34px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  line-height: 1.25 !important;
  font-size: 15.5px !important;
  font-weight: 800 !important;
}

.home-product-info {
  padding-top: 10px !important;
  padding-bottom: 11px !important;
}

.home-product-meta-card {
  margin-top: 6px !important;
  min-height: 42px !important;
  padding: 6px 8px !important;
}

.home-product-price-card {
  margin-top: 6px !important;
  min-height: 51px !important;
  padding: 7px 11px !important;
}

.home-product-actions {
  padding-top: 9px !important;
  gap: 8px !important;
}

.home-cart-circle {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  box-shadow: 0 8px 20px rgba(11,18,40,.26) !important;
}

.home-cart-circle i {
  font-size: 27px !important;
  line-height: 1 !important;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.18));
}

.home-buy-action {
  min-height: 51px !important;
  padding: 8px 14px !important;
  gap: 8px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  box-shadow: 0 8px 20px rgba(217,169,39,.30) !important;
}

.home-buy-action i {
  font-size: 20px !important;
  flex: 0 0 auto;
}

.home-buy-action span {
  display: inline-block;
  white-space: nowrap;
}

.home-cart-circle:disabled,
.home-buy-action:disabled {
  cursor: not-allowed !important;
  opacity: .55 !important;
  filter: grayscale(.25);
}

@media (min-width: 640px) {
  .home-product-title-link,
  .home-product-title {
    min-height: 36px !important;
    max-height: 36px !important;
  }
  .home-product-title {
    font-size: 17px !important;
  }
}

@media (max-width: 639px) {
  .home-product-card {
    border-radius: 18px;
  }

  .home-product-media {
    width: calc(100% - 10px);
    margin: 5px 5px 0;
    border-radius: 16px 16px 9px 9px;
  }

  .home-wishlist {
    top: 9px !important;
    left: 9px !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
  }

  .home-discount-badge {
    top: 10px;
    right: 9px;
    min-width: 52px;
    height: 31px;
    padding: 0 9px;
    font-size: 14px;
  }

  .home-product-info {
    padding: 9px 9px 10px !important;
  }

  .home-product-title-link,
  .home-product-title {
    min-height: 31px !important;
    max-height: 31px !important;
  }

  .home-product-title {
    font-size: 14px !important;
  }

  .home-product-meta-card {
    min-height: 39px !important;
    margin-top: 5px !important;
    padding: 5px 7px !important;
    gap: 5px !important;
    border-radius: 13px;
  }

  .home-rating-star {
    font-size: 15px !important;
  }

  .home-rating-value {
    font-size: 13px !important;
  }

  .home-review-count,
  .home-product-stock-card {
    font-size: 11px !important;
  }

  .home-stock-dot {
    width: 8px;
    height: 8px;
    flex-basis: 8px;
  }

  .home-product-price-card {
    min-height: 46px !important;
    margin-top: 5px !important;
    padding: 6px 9px !important;
    gap: 8px !important;
    border-radius: 13px;
  }

  .home-current-price {
    font-size: 22px !important;
  }

  .home-old-price {
    font-size: 14px !important;
  }

  .home-product-actions {
    padding-top: 7px !important;
    gap: 6px !important;
  }

  .home-cart-circle {
    width: 52px !important;
    height: 52px !important;
    flex-basis: 52px !important;
  }

  .home-cart-circle i {
    font-size: 25px !important;
  }

  .home-buy-action {
    min-height: 48px !important;
    padding: 7px 8px !important;
    gap: 5px !important;
    font-size: 13px !important;
    letter-spacing: -.15px;
  }

  .home-buy-action i {
    font-size: 17px !important;
  }
}

@media (max-width: 380px) {
  .home-product-info {
    padding-inline: 7px !important;
  }

  .home-product-title {
    font-size: 13.5px !important;
  }

  .home-cart-circle {
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
  }

  .home-buy-action {
    font-size: 12.5px !important;
    padding-inline: 6px !important;
  }
}

/* Final mobile navigation cart clarity */
@media (max-width: 767px) {
  .ra-mobile-nav > a[href="/cart"] .cart-main {
    width: 72px;
    height: 72px;
    font-size: 35px;
  }
  .ra-mobile-nav .nav-icon.cart-main i {
    font-size: 35px !important;
    font-weight: 900;
  }
}


/* =========================================================
   V12 MOBILE PREMIUM PRODUCT CARD — COMPACT + PAN IMAGE
   Final polish requested from mobile screenshots.
   ========================================================= */
@media (max-width: 767px) {
  .home-product-card {
    border-radius: 18px;
  }

  .home-product-media {
    aspect-ratio: 4 / 5 !important;
    background: #f5f4f0;
    touch-action: pan-y;
    cursor: grab;
  }

  .home-product-media.is-dragging {
    cursor: grabbing;
  }

  .home-product-image-link {
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: block;
  }

  .home-product-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center center;
    transform: translate3d(0,0,0);
    transition: transform .16s ease-out;
    user-select: none;
    -webkit-user-drag: none;
  }

  .home-product-media.pan-horizontal .home-product-image {
    width: auto;
    height: 100%;
    min-height: 0;
    min-width: 100%;
  }

  .home-product-title-link,
  .home-product-title {
    min-height: 27px !important;
    max-height: 27px !important;
    height: 27px !important;
  }

  .home-product-title {
    font-size: 14px !important;
    line-height: 27px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .home-product-info {
    padding: 7px 8px 8px !important;
  }

  .home-product-meta-card {
    min-height: 37px !important;
    height: 37px !important;
    margin-top: 3px !important;
    padding: 4px 7px !important;
    gap: 4px !important;
    border-radius: 12px !important;
  }

  .home-rating-star {
    font-size: 14px !important;
  }

  .home-rating-value {
    font-size: 13px !important;
  }

  .home-review-count,
  .home-product-stock-card {
    font-size: 10.5px !important;
  }

  .home-stock-dot {
    width: 7px !important;
    height: 7px !important;
    flex-basis: 7px !important;
  }

  .home-meta-divider {
    height: 22px !important;
  }

  .home-product-price-card {
    min-height: 44px !important;
    height: 44px !important;
    margin-top: 4px !important;
    padding: 5px 9px !important;
    gap: 7px !important;
    border-radius: 12px !important;
  }

  .home-current-price {
    font-size: 21px !important;
  }

  .home-old-price {
    font-size: 13px !important;
  }

  .home-product-actions {
    padding-top: 5px !important;
    gap: 6px !important;
  }

  .home-cart-circle {
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
    box-shadow: 0 7px 17px rgba(11,18,40,.22) !important;
  }

  .home-cart-circle i {
    font-size: 25px !important;
    font-weight: 900 !important;
  }

  .home-buy-action {
    min-height: 50px !important;
    height: 50px !important;
    padding: 7px 11px !important;
    gap: 6px !important;
    font-size: 14px !important;
    border-radius: 999px !important;
  }

  .home-buy-action i {
    font-size: 18px !important;
  }

  .home-buy-action span {
    line-height: 1.2 !important;
  }
}

/* More refined, thinner floating navigation. */
@media (max-width: 767px) {
  body {
    padding-bottom: 84px !important;
  }

  .ra-mobile-nav {
    left: 12px !important;
    right: 12px !important;
    bottom: 9px !important;
    height: 78px !important;
    padding: 6px 10px max(6px, env(safe-area-inset-bottom)) !important;
    border-radius: 27px !important;
    background: rgba(11,18,40,.97) !important;
    border: 1px solid rgba(255,255,255,.035) !important;
    box-shadow: 0 10px 28px rgba(11,18,40,.25), 0 1px 0 rgba(255,255,255,.05) inset !important;
  }

  .ra-mobile-nav > a {
    height: 62px !important;
    padding-bottom: 2px !important;
    gap: 3px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,.70) !important;
  }

  .ra-mobile-nav > a.nav-active,
  .ra-mobile-nav > a[aria-current="page"] {
    color: #e8b83f !important;
  }

  .ra-mobile-nav .nav-icon {
    width: 32px !important;
    height: 32px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
  }

  .ra-mobile-nav .nav-icon i {
    font-size: inherit !important;
    font-weight: 400 !important;
  }

  .ra-mobile-nav > a[href="/cart"] {
    height: 75px !important;
    margin-top: -22px !important;
  }

  .ra-mobile-nav > a[href="/cart"]::before {
    top: -5px !important;
    width: 56px !important;
    border-top-width: 2px !important;
    opacity: .65 !important;
  }

  .ra-mobile-nav > a[href="/cart"] .cart-main {
    width: 62px !important;
    height: 62px !important;
    background: linear-gradient(145deg,#f2c85c,#dda92d) !important;
    box-shadow: 0 8px 20px rgba(224,172,44,.24) !important;
    font-size: 30px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
  }

  .ra-mobile-nav .nav-icon.cart-main i {
    font-size: 29px !important;
    font-weight: 700 !important;
  }

  .ra-mobile-nav [data-cart-count] {
    top: -3px !important;
    right: -4px !important;
    min-width: 23px !important;
    width: 23px !important;
    height: 23px !important;
    font-size: 11px !important;
    border-width: 1.5px !important;
  }

  .ra-mobile-nav [data-wishlist-count] {
    top: -4px !important;
    right: -4px !important;
    min-width: 21px !important;
    height: 21px !important;
    font-size: 10px !important;
    border-width: 1.5px !important;
  }

  .ra-mobile-nav .text-\[9px\] {
    font-size: 11px !important;
    font-weight: 600 !important;
  }
}

/* =========================================================
   V10.31 — FINAL MOBILE INTERACTION + PREMIUM CATEGORY ICONS
   ========================================================= */
.home-category-avatar {
  width: 58px;
  height: 58px;
  padding: 2px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(217,169,39,.18);
  box-shadow: 0 7px 18px rgba(15,23,42,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.home-category-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.home-category-item:hover .home-category-avatar,
.home-category-item:focus-visible .home-category-avatar {
  transform: translateY(-2px);
  border-color: rgba(217,169,39,.55);
  box-shadow: 0 10px 22px rgba(15,23,42,.12);
}

@media (max-width: 639px) {
  .home-category-avatar {
    width: 48px;
    height: 48px;
  }
}

/* Horizontal-only image interaction. Never pan vertically. */
@media (max-width: 767px) {
  .home-product-media {
    touch-action: pan-y;
    cursor: default;
  }
  .home-product-media.is-dragging {
    cursor: grabbing;
  }
  .home-product-image {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    transition: none;
  }
  .home-product-media.pan-horizontal .home-product-image {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
  }
}

/* Inline SVG navigation icons: independent of external icon fonts. */
@media (max-width: 767px) {
  .ra-mobile-nav .nav-icon svg {
    width: 24px;
    height: 24px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .ra-mobile-nav .nav-icon.cart-main svg {
    width: 30px;
    height: 30px;
    stroke-width: 1.9;
  }
  .ra-mobile-nav .nav-icon {
    width: 31px !important;
    height: 31px !important;
    font-size: inherit !important;
  }
  .ra-mobile-nav > a[href="/cart"] .cart-main {
    width: 61px !important;
    height: 61px !important;
    margin-bottom: 0 !important;
  }
  .ra-mobile-nav > a[href="/cart"] {
    height: 73px !important;
    margin-top: -20px !important;
  }
  .ra-mobile-nav {
    height: 76px !important;
    border-radius: 26px !important;
    background: rgba(11,18,40,.985) !important;
    box-shadow: 0 9px 26px rgba(11,18,40,.22), 0 1px 0 rgba(255,255,255,.04) inset !important;
  }
  .ra-mobile-nav > a {
    height: 60px !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,.68) !important;
  }
  .ra-mobile-nav > a.nav-active,
  .ra-mobile-nav > a[aria-current="page"] {
    color: #e7b63c !important;
  }
  .ra-mobile-nav > a[href="/cart"]::before {
    width: 52px !important;
    border-top-width: 2px !important;
    opacity: .55 !important;
  }
  .ra-mobile-nav [data-cart-count],
  .ra-mobile-nav [data-wishlist-count] {
    font-family: Arial, sans-serif !important;
  }
}

/* =========================================================
   V11 PREMIUM BANGLADESH EDITION — HOMEPAGE
   Mobile-first RA navy/gold visual system.
   ========================================================= */
:root{
  --ra-ink:#151b2b;
  --ra-cream:#fbfaf7;
  --ra-soft:#f4f1e9;
  --ra-gold-soft:#f2df9b;
}

body{background:var(--ra-cream);color:var(--ra-ink)}
.ra-homepage{overflow:hidden}
.ra-hero-wrap{max-width:1280px;margin:0 auto;padding:10px 16px 0}
.ra-hero{position:relative;overflow:hidden;min-height:300px;border-radius:28px;background:#101b35;box-shadow:0 18px 44px rgba(10,17,40,.20);isolation:isolate}
.ra-hero-pattern{position:absolute;inset:0;opacity:.09;background-image:radial-gradient(circle at 20% 20%,#fff 1px,transparent 1px);background-size:20px 20px;pointer-events:none}
.ra-hero-glow{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none}
.ra-hero-glow-one{width:300px;height:300px;right:-110px;top:-90px;background:rgba(212,175,55,.22)}
.ra-hero-glow-two{width:260px;height:260px;left:-130px;bottom:-160px;background:rgba(75,100,180,.16)}
.ra-hero-track,.ra-hero-slide{min-height:300px}
.ra-hero-slide{position:absolute;inset:0;display:flex;align-items:center;opacity:0;transform:translateX(18px);transition:opacity .45s ease,transform .45s ease;pointer-events:none}
.ra-hero-slide.is-active{position:relative;opacity:1;transform:none;pointer-events:auto}
.ra-hero-copy{position:relative;z-index:2;width:62%;padding:34px 8px 44px 25px;color:#fff}
.ra-hero-kicker{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#d9b331;color:#101a31;font-size:10px;line-height:1;font-weight:900;letter-spacing:.08em;margin-bottom:12px}
.ra-hero-copy h1,.ra-hero-copy h2{margin:0;color:#fff;font-size:31px;line-height:1.08;font-weight:900;letter-spacing:-.7px}
.ra-hero-copy h1 strong,.ra-hero-copy h2 strong{color:#f0c94f}
.ra-hero-copy p{margin:12px 0 17px;color:rgba(255,255,255,.76);font-size:12px;line-height:1.65;max-width:290px}
.ra-hero-cta{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:999px;background:#d9b331;color:#101a31;text-decoration:none;font-size:12px;font-weight:900;box-shadow:0 9px 20px rgba(217,179,49,.18);transition:transform .18s ease,background .18s ease}
.ra-hero-cta:hover{transform:translateY(-1px);background:#f4d46b}
.ra-hero-brand-mark{position:absolute;right:5%;top:50%;z-index:1;transform:translateY(-50%);width:35%;display:flex;justify-content:center;align-items:center}
.ra-hero-logo-ring{width:150px;height:150px;border-radius:50%;padding:7px;background:#fff;border:3px solid #d9b331;box-shadow:0 12px 30px rgba(0,0,0,.28),0 0 0 7px rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}
.ra-hero-logo-ring img{width:100%;height:100%;object-fit:contain;border-radius:50%;display:block}
.ra-hero-dots{position:absolute;z-index:4;left:25px;bottom:15px;display:flex;gap:7px}
.ra-hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer;transition:width .2s ease,background .2s ease}
.ra-hero-dots button.is-active{width:24px;border-radius:999px;background:#d9b331}
.ra-home-search{max-width:1250px;margin:14px auto 0;padding:0 16px}
.ra-home-search form{height:58px;display:flex;align-items:center;gap:11px;background:#fff;border:1px solid rgba(10,17,40,.10);border-radius:18px;padding:0 9px 0 17px;box-shadow:0 8px 24px rgba(10,17,40,.07)}
.ra-home-search i{font-size:20px;color:#667085}
.ra-home-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-family:inherit;font-size:16px;color:#172033}
.ra-home-search input::placeholder{color:#9699a1}
.ra-home-search button{border:0;border-radius:13px;background:#0b1228;color:#fff;font-family:inherit;font-weight:800;font-size:12px;padding:10px 14px;cursor:pointer}
.ra-section-heading{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-bottom:20px;
    text-align:center;
}
.ra-section-heading>div span{display:block;color:#b18a1f;font-size:9px;font-weight:900;letter-spacing:.14em;margin-bottom:2px}
.ra-section-heading h2{margin:0;color:#141b2c;font-size:23px;line-height:1.1;font-weight:900;letter-spacing:-.5px}
.ra-section-heading>a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:48px;
    padding:12px 24px;
    border:2px solid #b18a1f;
    border-radius:999px;
    background:#fffaf0;
    color:#8b6810;
    text-decoration:none;
    font-size:15px;
    line-height:1.2;
    font-weight:900;
    white-space:nowrap;
    box-shadow:0 5px 16px rgba(177,138,31,.16);
    transition:
        background-color .2s ease,
        color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}
.ra-view-all-products:hover{
    background:#b18a1f;
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 8px 22px rgba(177,138,31,.28);
}

.ra-view-all-products:focus-visible{
    outline:3px solid rgba(177,138,31,.35);
    outline-offset:4px;
}

.ra-view-all-products i{
    font-size:14px;
    transition:transform .2s ease;
}

.ra-view-all-products:hover i{
    transform:translateX(4px);
}
.ra-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.ra-category-item{display:flex;flex-direction:column;align-items:center;gap:7px;text-decoration:none;color:#1a2232;min-width:0}
.ra-category-avatar{width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff7df;border:1px solid rgba(155,118,21,.12);box-shadow:0 8px 18px rgba(10,17,40,.08);transition:transform .18s ease,box-shadow .18s ease}
.ra-category-avatar img{width:47px;height:47px;object-fit:contain}
.ra-category-item strong{font-size:11px;line-height:1.1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.ra-category-item:hover .ra-category-avatar{transform:translateY(-2px);box-shadow:0 11px 23px rgba(10,17,40,.12)}
.ra-empty-inline{grid-column:1/-1;text-align:center;padding:20px;color:#888}
.ra-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(10,17,40,.07);border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(10,17,40,.05);overflow:hidden}
.ra-trust-strip>div{display:flex;align-items:center;gap:9px;padding:13px 10px;border-right:1px solid rgba(10,17,40,.06)}
.ra-trust-strip>div:last-child{border-right:0}
.ra-trust-strip span{width:31px;height:31px;flex:0 0 31px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fbf2d5;color:#a47e18;font-size:13px}
.ra-trust-strip p{margin:0;min-width:0}.ra-trust-strip strong,.ra-trust-strip small{display:block}.ra-trust-strip strong{font-size:10px;line-height:1.2}.ra-trust-strip small{font-size:8px;line-height:1.4;color:#8a8e96;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ra-offer-card{position:relative;display:flex;align-items:center;gap:12px;padding:14px 15px;border-radius:20px;background:linear-gradient(105deg,#d4a82a,#e8c95f);box-shadow:0 10px 25px rgba(177,138,31,.18);overflow:hidden}
.ra-offer-icon{width:42px;height:42px;flex:0 0 42px;border-radius:14px;background:#0b1228;color:#f1ca55;display:flex;align-items:center;justify-content:center;font-size:17px}
.ra-offer-copy{min-width:0;flex:1}.ra-offer-copy span{font-size:8px;font-weight:900;letter-spacing:.12em;color:#27314a}.ra-offer-copy h3{margin:1px 0 0;font-size:19px;line-height:1.1;font-weight:900;color:#0b1228}.ra-offer-copy p{margin:2px 0 0;font-size:9px;color:#30394e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ra-offer-card>a{display:inline-flex;align-items:center;gap:5px;padding:9px 11px;border-radius:999px;background:#0b1228;color:#fff;text-decoration:none;font-size:10px;font-weight:900;white-space:nowrap}
.ra-product-empty{display:flex;align-items:center;gap:12px;padding:22px;border:1px dashed rgba(10,17,40,.14);border-radius:18px;background:#fff}
.ra-product-empty>i{font-size:24px;color:#c29b2b}.ra-product-empty div{min-width:0;flex:1}.ra-product-empty strong,.ra-product-empty span{display:block}.ra-product-empty strong{font-size:13px}.ra-product-empty span{font-size:10px;color:#8b8f97;margin-top:3px}.ra-product-empty>a{font-size:10px;font-weight:900;color:#9b7615;text-decoration:none;white-space:nowrap}
.ra-brand-story{display:flex;align-items:center;gap:18px;padding:20px;border-radius:23px;background:#0b1228;color:#fff;box-shadow:0 15px 32px rgba(10,17,40,.18)}
.ra-brand-story-logo{width:82px;height:82px;flex:0 0 82px;padding:4px;border-radius:50%;background:#fff;border:2px solid #d9b331}.ra-brand-story-logo img{width:100%;height:100%;object-fit:contain;border-radius:50%}.ra-brand-story span{font-size:9px;color:#d9b331;font-weight:900;letter-spacing:.14em}.ra-brand-story h2{margin:2px 0 4px;font-size:21px;font-weight:900}.ra-brand-story p{margin:0;color:rgba(255,255,255,.67);font-size:10px;line-height:1.55}.ra-brand-story a{display:inline-flex;gap:6px;align-items:center;margin-top:9px;color:#f0c94f;font-size:10px;font-weight:900;text-decoration:none}

@media (min-width:768px){
  /* Desktop fixed-header reserve: the header has three rows (top bar, main nav, category nav).
     Reserve the full stack in normal document flow so homepage content can never slide underneath it. */
  body{padding-top:170px !important}
  .ra-homepage{padding-top:0}
  .ra-hero-wrap{padding-top:16px}.ra-hero,.ra-hero-track,.ra-hero-slide{min-height:370px}.ra-hero-copy{padding:52px 25px 55px 60px}.ra-hero-copy h1,.ra-hero-copy h2{font-size:47px}.ra-hero-copy p{font-size:14px;max-width:420px}.ra-hero-logo-ring{width:225px;height:225px}.ra-hero-brand-mark{right:8%}.ra-hero-dots{left:60px;bottom:20px}.ra-home-search{margin-top:20px}.ra-home-search form{height:62px}.ra-category-avatar{width:76px;height:76px}.ra-category-avatar img{width:56px;height:56px}.ra-category-item strong{font-size:13px}.ra-trust-strip>div{padding:15px 18px}.ra-trust-strip span{width:38px;height:38px;flex-basis:38px}.ra-trust-strip strong{font-size:12px}.ra-trust-strip small{font-size:10px}.ra-offer-card{padding:18px 20px}.ra-offer-copy h3{font-size:24px}.ra-offer-copy p{font-size:11px}.ra-offer-card>a{font-size:11px;padding:10px 15px}.ra-brand-story{padding:28px}.ra-brand-story-logo{width:100px;height:100px;flex-basis:100px}.ra-brand-story h2{font-size:26px}.ra-brand-story p{font-size:12px}
}

@media (max-width:380px){.ra-hero{min-height:275px;border-radius:23px}.ra-hero-track,.ra-hero-slide{min-height:275px}.ra-hero-copy{width:64%;padding-left:20px}.ra-hero-copy h1,.ra-hero-copy h2{font-size:27px}.ra-hero-logo-ring{width:120px;height:120px}.ra-hero-brand-mark{right:3%}.ra-hero-kicker{font-size:8px;padding:7px 10px}.ra-hero-copy p{font-size:10px;max-width:190px}.ra-hero-cta{font-size:10px;padding:10px 13px}.ra-category-avatar{width:55px;height:55px}.ra-category-avatar img{width:42px;height:42px}.ra-category-item strong{font-size:9px}.ra-trust-strip>div{padding:10px 6px;gap:6px}.ra-trust-strip span{width:27px;height:27px;flex-basis:27px;font-size:11px}.ra-trust-strip strong{font-size:8px}.ra-trust-strip small{font-size:7px}.ra-brand-story{gap:12px;padding:15px}.ra-brand-story-logo{width:64px;height:64px;flex-basis:64px}.ra-brand-story h2{font-size:17px}.ra-brand-story p{font-size:8px}}

/* Header: compact mobile identity and always-visible bilingual switcher. */
@media (max-width:767px){
  body{padding-top:76px !important;padding-bottom:104px !important}
  header{box-shadow:0 5px 18px rgba(10,17,40,.07) !important}
  header>.bg-navy{display:none !important}
  header>div.max-w-7xl{height:76px;padding:10px 14px !important;gap:8px !important}
  #mobile-menu-btn{width:42px;height:42px;flex:0 0 42px;border-radius:14px;background:#f4f1e9;color:#283044;font-size:17px;display:flex;align-items:center;justify-content:center}
  .ra-header-brand-wrap{position:static !important;transform:none !important;margin:0 !important;gap:0 !important;min-width:0;flex:1}
  .ra-header-brand-wrap .ra-header-logo{display:none !important}
  .ra-header-brand-wrap .ra-header-brand{display:flex !important;min-width:0}
  .ra-header-brand-wrap .ra-header-brand strong{font-size:16px !important;line-height:1.1 !important}
  .ra-header-brand-wrap .ra-header-brand small{display:block !important;font-size:8px !important;line-height:1 !important;margin-top:4px !important}
  .ra-mobile-language{display:flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;height:40px;padding:0 11px;border:1px solid rgba(212,175,55,.42);background:#fff;border-radius:999px;font-size:13px;font-weight:900;box-shadow:0 3px 10px rgba(10,17,40,.05)}
  .ra-mobile-language a{color:#6e6a60;text-decoration:none;line-height:1}
  .ra-mobile-language a.is-active{color:#9a7414}
  .ra-mobile-language span{color:#c5c1b7}
  header>div.max-w-7xl>.flex.items-center.gap-4{display:none !important}
  #search-open{display:none !important}
}

/* Compact hero: small luxury card, text left and logo right, matching the supplied reference image. */
@media (max-width:767px){
  .ra-hero-wrap{padding:8px 16px 0}
  .ra-hero{min-height:178px !important;height:178px;border-radius:24px;box-shadow:0 14px 30px rgba(10,17,40,.16)}
  .ra-hero-track,.ra-hero-slide{min-height:178px !important;height:178px}
  .ra-hero-copy{width:60%;padding:22px 0 24px 22px}
  .ra-hero-kicker{font-size:8px;padding:7px 11px;margin-bottom:9px}
  .ra-hero-copy h1,.ra-hero-copy h2{font-size:25px;line-height:1.03;letter-spacing:-.5px}
  .ra-hero-copy p{font-size:9px;line-height:1.4;max-width:175px;margin:7px 0 9px}
  .ra-hero-cta{font-size:9px;padding:9px 13px;gap:5px}
  .ra-hero-brand-mark{right:5%;width:36%}
  .ra-hero-logo-ring{width:102px;height:102px;padding:5px;border-width:2px;box-shadow:0 8px 20px rgba(0,0,0,.24),0 0 0 5px rgba(255,255,255,.10)}
  .ra-hero-dots{left:22px;bottom:10px;gap:5px}
  .ra-hero-dots button{width:6px;height:6px}
  .ra-hero-dots button.is-active{width:18px}
}
@media (max-width:380px){
  .ra-hero{min-height:165px !important;height:165px}
  .ra-hero-track,.ra-hero-slide{min-height:165px !important;height:165px}
  .ra-hero-copy{width:61%;padding-left:18px;padding-top:20px}
  .ra-hero-copy h1,.ra-hero-copy h2{font-size:22px}
  .ra-hero-logo-ring{width:88px;height:88px}
  .ra-hero-copy p{font-size:8px;max-width:150px}
  .ra-hero-cta{font-size:8px;padding:8px 11px}
}


/* =========================================================
   RA STYLE FINDER — Bangladesh-first compact conversion card
   ========================================================= */
.ra-style-finder-card{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  padding:20px 22px;
  border:1px solid rgba(15,23,42,.07);
  border-radius:24px;
  background:linear-gradient(135deg,#fff 0%,#fffdf8 100%);
  box-shadow:0 10px 30px rgba(15,23,42,.07);
  color:inherit;
  text-decoration:none;
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.ra-style-finder-card::after{
  content:"";
  position:absolute;
  width:180px;height:180px;
  right:-75px;top:-90px;
  border-radius:50%;
  background:rgba(217,169,39,.10);
  pointer-events:none;
}
.ra-style-finder-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(15,23,42,.10);border-color:rgba(217,169,39,.28)}
.ra-style-finder-icon{
  width:52px;height:52px;flex:0 0 52px;border-radius:17px;
  display:grid;place-items:center;background:#0b1228;color:#d9a927;font-size:20px;
  box-shadow:0 8px 18px rgba(11,18,40,.14);
}
.ra-style-finder-copy{min-width:0}
.ra-style-finder-eyebrow{display:block;color:#b28417;font-size:10px;line-height:1;font-weight:900;letter-spacing:.18em;margin-bottom:5px}
.ra-style-finder-copy h2{margin:0;color:#0b1228;font-size:22px;line-height:1.2;font-weight:900}
.ra-style-finder-copy p{margin:5px 0 8px;color:#687184;font-size:13px;line-height:1.55;max-width:620px}
.ra-style-finder-tags{display:flex;gap:6px;flex-wrap:wrap}
.ra-style-finder-tags span{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#f4f1e9;color:#5e596d;font-size:10px;font-weight:800}
.ra-style-finder-cta{
  position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;
  white-space:nowrap;padding:11px 15px;border-radius:999px;background:#0b1228;color:#fff;
  font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(11,18,40,.12)
}
@media (max-width:767px){
  .ra-style-finder-card{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:15px 14px;border-radius:20px}
  .ra-style-finder-icon{width:42px;height:42px;flex-basis:42px;border-radius:13px;font-size:16px}
  .ra-style-finder-eyebrow{font-size:8px;letter-spacing:.14em;margin-bottom:4px}
  .ra-style-finder-copy h2{font-size:18px;line-height:1.22}
  .ra-style-finder-copy p{font-size:11px;line-height:1.45;margin:4px 0 7px}
  .ra-style-finder-tags span{padding:3px 7px;font-size:9px}
  .ra-style-finder-cta{grid-column:1 / -1;width:100%;padding:10px 13px;font-size:11px}
}
@media (max-width:380px){
  .ra-style-finder-card{gap:10px;padding:13px 12px;border-radius:18px}
  .ra-style-finder-icon{width:38px;height:38px;flex-basis:38px;border-radius:12px;font-size:14px}
  .ra-style-finder-copy h2{font-size:16px}
  .ra-style-finder-copy p{font-size:10px}
  .ra-style-finder-tags span{font-size:8px}
}

/* App badges remain clickable even before native apps are published. */
.app-store-link,.app-coming{cursor:pointer}
.app-coming{opacity:1 !important}


/* =========================================================
   FINAL BD STOREFRONT POLISH — mobile-first, conversion-focused
   ========================================================= */
.ra-home-search form,
.ra-style-finder-card,
.ra-offer-card,
.ra-trust-strip,
.ra-brand-story{backdrop-filter:saturate(1.04)}
.ra-style-finder-card:focus-visible,
.ra-hero-cta:focus-visible,
.ra-category-item:focus-visible,
.ra-section-heading>a:focus-visible,
.ra-offer-card>a:focus-visible{outline:3px solid rgba(217,169,39,.38);outline-offset:3px}
.ra-category-item{min-height:100%}

@media (max-width:767px){
  .ra-home-search{margin-top:10px;padding-inline:12px}
  .ra-home-search form{height:50px;border-radius:16px;padding-left:13px;gap:8px}
  .ra-home-search i{font-size:16px}
  .ra-home-search input{font-size:14px}
  .ra-home-search button{min-height:38px;padding:9px 13px;border-radius:11px}
  .ra-hero-wrap{padding-inline:12px}
  .ra-hero{border-radius:20px}
  .ra-category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}
  .ra-category-avatar{width:58px;height:58px}
  .ra-category-avatar img{width:43px;height:43px}
  .ra-category-item strong{font-size:10px}
  .ra-trust-strip{grid-template-columns:repeat(3,minmax(0,1fr));border-radius:16px}
  .ra-trust-strip>div{padding:10px 7px;gap:6px;min-width:0}
  .ra-trust-strip span{width:28px;height:28px;flex-basis:28px;font-size:11px}
  .ra-trust-strip strong{font-size:8.5px;line-height:1.2}
  .ra-trust-strip small{font-size:7.5px;line-height:1.3}
  .ra-section-heading{
    gap:10px;
    margin-bottom:16px;
}

.ra-section-heading h2{
    font-size:19px;
}

.ra-section-heading>a{
    width:100%;
    max-width:280px;
    min-height:46px;
    padding:11px 18px;
    font-size:14px;
}
  .ra-section-heading>div span{font-size:8px}
  .ra-section-heading>a{font-size:10px}
  .ra-style-finder-card{grid-template-columns:40px minmax(0,1fr);gap:10px;padding:13px;border-radius:18px}
  .ra-style-finder-icon{width:40px;height:40px;flex-basis:40px;border-radius:12px;font-size:15px}
  .ra-style-finder-copy h2{font-size:16px;line-height:1.2}
  .ra-style-finder-copy p{font-size:10px;line-height:1.45;margin:3px 0 6px}
  .ra-style-finder-tags{gap:4px}
  .ra-style-finder-tags span{padding:3px 6px;font-size:8px}
  .ra-style-finder-cta{grid-column:1/-1;min-height:40px;padding:9px 12px;font-size:10px}
  .ra-offer-card{gap:9px;padding:11px 12px;border-radius:17px}
  .ra-offer-icon{width:36px;height:36px;flex-basis:36px;border-radius:11px;font-size:14px}
  .ra-offer-copy h3{font-size:17px}
  .ra-offer-copy p{font-size:8px}
  .ra-offer-card>a{padding:8px 9px;font-size:9px}
  .ra-brand-story{gap:11px;padding:15px;border-radius:18px}
  .ra-brand-story-logo{width:62px;height:62px;flex-basis:62px}
  .ra-brand-story h2{font-size:16px}
  .ra-brand-story p{font-size:9px;line-height:1.45}
  .ra-brand-story a{font-size:9px;margin-top:7px}
}
@media (max-width:380px){
  .ra-category-avatar{width:52px;height:52px}
  .ra-category-avatar img{width:39px;height:39px}
  .ra-category-item strong{font-size:9px}
  .ra-trust-strip strong{font-size:8px}
  .ra-trust-strip small{font-size:7px}
  .ra-style-finder-card{padding:12px}
  .ra-style-finder-copy h2{font-size:15px}
  .ra-style-finder-copy p{font-size:9px}
}

/* Bangladesh-first Style Finder */
.ra-sf-hero{background:linear-gradient(135deg,#0b1228,#17233d);color:#fff;border-radius:24px;padding:28px;margin-bottom:18px}.ra-sf-hero span{color:#d9a927;font-size:10px;font-weight:900;letter-spacing:.2em}.ra-sf-hero h1{font-size:clamp(24px,4vw,38px);font-weight:900;margin:7px 0 5px}.ra-sf-hero p{color:rgba(255,255,255,.7);font-size:14px;max-width:720px;line-height:1.65}.ra-sf-form{background:#fff;border:1px solid #edf0f4;border-radius:24px;padding:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.ra-sf-form label span{display:block;color:#0b1228;font-size:13px;font-weight:900;margin-bottom:7px}.ra-sf-form select{width:100%;border:1px solid #e4e8ee;border-radius:14px;padding:12px 13px;background:#fff;color:#273044;font-size:13px;min-height:46px}.ra-sf-form button{grid-column:1/-1;background:#b28417;color:#fff;border:0;border-radius:14px;min-height:48px;font-weight:900;font-size:13px}.ra-sf-form button:hover{filter:brightness(.96)}
@media(max-width:640px){.ra-sf-hero{padding:20px;border-radius:20px;margin-bottom:12px}.ra-sf-hero h1{font-size:24px}.ra-sf-hero p{font-size:12px}.ra-sf-form{grid-template-columns:1fr;padding:14px;border-radius:20px;gap:12px}.ra-sf-form label span{font-size:12px}.ra-sf-form select{min-height:44px;padding:10px 12px}.ra-sf-form button{grid-column:1;font-size:12px}}

/* Admin product attribute selectors */
.ra-admin-multi-select{min-height:108px;padding:7px!important;background-image:none!important}
.ra-admin-multi-select option{padding:7px 9px;border-radius:7px}
.ra-admin-multi-select option:checked{font-weight:800}
/* Make the homepage Style Finder prompt immediately noticeable without making the card bulky. */
.ra-style-finder-copy h2{font-size:24px;font-weight:950;letter-spacing:-.35px}
@media (max-width:767px){.ra-style-finder-copy h2{font-size:20px;font-weight:950}}

/* FINAL STYLE FINDER CARD FALLBACK — keeps the homepage prompt structured during CSS cache transitions. */
.ra-style-finder-card{box-sizing:border-box!important;width:100%!important;min-height:104px!important;display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:20px 22px!important;border:1px solid rgba(15,23,42,.07)!important;border-radius:24px!important;background:#fffdf8!important;box-shadow:0 10px 30px rgba(15,23,42,.07)!important;overflow:hidden!important}
.ra-style-finder-copy{min-width:0!important;display:block!important}
.ra-style-finder-copy h2{margin:0!important}
.ra-style-finder-copy p{margin:5px 0 8px!important}
.ra-style-finder-cta{display:inline-flex!important}
@media(max-width:767px){.ra-style-finder-card{grid-template-columns:40px minmax(0,1fr)!important;gap:10px!important;padding:13px!important;border-radius:18px!important;min-height:0!important}.ra-style-finder-icon{width:40px!important;height:40px!important;flex-basis:40px!important}.ra-style-finder-copy h2{font-size:20px!important;line-height:1.2!important}.ra-style-finder-copy p{font-size:10px!important;line-height:1.45!important;margin:3px 0 6px!important}.ra-style-finder-cta{grid-column:1/-1!important;width:100%!important;min-height:40px!important}}

