.na-product-dollar-badge {
  position: absolute;
  bottom: 85px;
  right: 5px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  z-index: 5;
  pointer-events: none;
  align-items: flex-end;
}
.na-product-dollar-badge .na-price-row {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 5px;
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 8px;
  color: #fff;
  gap: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  background: #000 !important;
}
.na-product-dollar-badge .na-price-label {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.9;
  letter-spacing: 0.4px;
}
.na-product-dollar-badge .na-price-val {
  font-size: 12px;
}
.na-product-dollar-badge .na-price-row.badge-inr {
  background: #1a6e3c;
}
.na-product-dollar-badge .na-price-row.badge-cad {
  background: #6a1b9a;
}
.na-product-dollar-badge .na-price-row.badge-chf {
  background: #c0392b;
}
.na-product-dollar-badge .na-price-row.badge-eur {
  background: #1a4fa0;
}
.na-product-dollar-badge .na-price-row.badge-lkr {
  background: #e67e22;
}

@media (max-width: 991px) {
  .na-product-dollar-badge {
    bottom: 56px;
    right: 4px;
    gap: 2px;
  }
  .na-product-dollar-badge .na-price-row {
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 4px;
  }
  .na-product-dollar-badge .na-price-label {
    font-size: 11px;
  }
  .na-product-dollar-badge .na-price-val {
    font-size: 11px;
  }
}

.wab-item {
  position: relative;
}
.wab-dollar-badge {
  position: absolute;
  bottom: 80px;
  right: 8px;
  display: none;
  flex-direction: column;
  gap: 3px;
  z-index: 10;
  pointer-events: none;
  align-items: flex-end;
}
.wab-dollar-badge .na-price-row {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 5px;
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 8px;
  color: #fff;
  gap: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  background: #000 !important;
}
.wab-dollar-badge .na-price-label {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.9;
  letter-spacing: 0.4px;
}
.wab-dollar-badge .na-price-val {
  font-size: 12px;
  font-weight: 800;
}
.wab-dollar-badge .na-price-row.badge-inr {
  background: #1a6e3c;
}
.wab-dollar-badge .na-price-row.badge-cad {
  background: #6a1b9a;
}
.wab-dollar-badge .na-price-row.badge-chf {
  background: #c0392b;
}
.wab-dollar-badge .na-price-row.badge-eur {
  background: #1a4fa0;
}
.wab-dollar-badge .na-price-row.badge-lkr {
  background: #e67e22;
}

.wab-item[data-dollarprice]:not([data-dollarprice=""]) .wab-dollar-badge,
.wab-item[data-chfprice]:not([data-chfprice=""]) .wab-dollar-badge,
.wab-item[data-eurprice]:not([data-eurprice=""]) .wab-dollar-badge,
.wab-item[data-lkrprice]:not([data-lkrprice=""]) .wab-dollar-badge {
  display: flex;
}
@media (max-width: 767px) {
  .wab-dollar-badge {
    bottom: 60px;
    right: 5px;
    gap: 2px;
  }
  .wab-dollar-badge .na-price-row {
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 4px;
  }
  .wab-dollar-badge .na-price-label {
    font-size: 9px;
  }
  .wab-dollar-badge .na-price-val {
    font-size: 9px;
  }
}

.wab-modal-shop-row {
  display: flex;
  justify-content: center;
  padding: 8px 16px 0 16px;
}
.wab-modal-shop-row .wab-modal-shop-btn {
  width: 100%;
  max-width: 320px;
  text-align: center;
  justify-content: center;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .wab-modal-shop-row .wab-modal-shop-btn {
    font-size: 13px;
    padding: 10px 16px;
  }
}

#orderEnquiryModal .iti {
  width: 100%;
}
#orderEnquiryModal .iti__flag-container {
  z-index: 99999;
}

.nallur-banner-booknow-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #c10037;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 18px 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(193, 0, 55, 0.35);
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
  white-space: nowrap;
  pointer-events: auto;
}
.nallur-banner-booknow-btn:hover {
  background: #a0002d;
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 6px 24px rgba(193, 0, 55, 0.45);
}
@media (max-width: 767px) {
  .nallur-banner-booknow-btn {
    padding: 10px 15px;
    font-size: 10px;
    bottom: 10px;
    right: -10%;
    left: inherit;
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.skeleton-shimmer {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
.skeleton-product-card {
  padding: 4px;
  margin-bottom: 16px;
}
.skeleton-product-card .skeleton-img {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 6px;
  background: #e8e8e8;
}
.nallur-banner-skeleton {
  border-radius: 6px;
  overflow: hidden;
}
.lazy-spinner-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.lazy-spinner-ring {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #c10037;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.lazy-spinner-label {
  margin-top: 12px;
  color: #999;
  font-size: 13px;
}
.img-1,
.nvbs-bg-img,
.nallur-slide-img,
.mgrid-img,
#enq-product-img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  filter: blur(0px);
  transform: scale(1);
  opacity: 1;
  transition:
    filter 0.6s ease,
    transform 0.6s ease,
    opacity 0.6s ease;
  will-change: filter, transform, opacity;
}
.product-image-container:not(.img-container-loaded),
.left-block:not(.img-container-loaded) .product-image-container {
  background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
.img-1:not(.img-loaded),
.nallur-slide-img:not(.img-loaded),
.mgrid-img:not(.img-loaded),
.nvbs-bg-img:not(.img-loaded) {
  filter: blur(10px);
  transform: scale(1.04);
  opacity: 0;
}
.img-1.img-loaded,
.nvbs-bg-img.img-loaded,
.nallur-slide-img.img-loaded,
.mgrid-img.img-loaded,
#enq-product-img.img-loaded {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}
.product-image-container.img-container-loaded {
  background: none;
  animation: none;
}
.product-image-container,
.left-block,
.cat-wrapper,
.mgrid-img-box {
  overflow: hidden;
}
#section-shell-kitchen .na-product-container .product-image-container img {
  object-fit: contain !important;
  background: white;
  object-position: center center;
}
.product-image-container {
  position: relative;
  overflow: hidden;
}

.na-carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition:
    opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1.03);
  will-change: opacity, transform;
}
.na-carousel-img.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.na-carousel-img.exit-left {
  transform: translateX(-8px) scale(0.98);
  opacity: 0;
}
.na-carousel-img.exit-right {
  transform: translateX(8px) scale(0.98);
  opacity: 0;
}
.na-carousel-img.enter-left {
  transform: translateX(8px) scale(1.02);
  opacity: 0;
}
.na-carousel-img.enter-right {
  transform: translateX(-8px) scale(1.02);
  opacity: 0;
}

.na-carousel-arrow {
  display: none !important;
}

.na-carousel-dots {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  gap: 5px;
  z-index: 7;
  pointer-events: none;
  opacity: 1;
}
.na-carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transition:
    background 0.25s,
    transform 0.25s;
}
.na-carousel-dot.active {
  background: #fff;
  transform: scale(1.35);
}

.na-chf-corner-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 8;
  background: #f5bd41;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.3px;
  pointer-events: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .na-chf-corner-badge {
    font-size: 8px;
    padding: 2px 5px;
    top: 5px;
    right: 5px;
  }
}
.wab-item .wab-chf-corner-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  background: #f5bd41;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.3px;
  pointer-events: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .wab-item .wab-chf-corner-badge {
    font-size: 8px;
    padding: 2px 5px;
    top: 5px;
    right: 5px;
  }
}

/* ── Video-only Watch & Buy items ── */
.wab-item.wab-video-only {
  background: #000;
}
.wab-item.wab-video-only .wab-video-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  background: #111;
  border-radius: inherit;
}
.wab-item.wab-video-only .wab-video-skeleton .skeleton-shimmer {
  width: 100%;
  height: 100%;
}
.wab-item.wab-video-only.video-ready .wab-video-skeleton {
  display: none;
}
.wab-item.wab-video-only .wab-preview {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wab-float-card.wab-float-noimg .wab-float-thumb {
  visibility: hidden;
}
.wab-float-card .wab-float-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  display: none;
  pointer-events: none;
}
.wab-float-card.wab-float-usevid .wab-float-vid {
  display: block;
}
.wab-float-card.wab-float-usevid .wab-float-thumb:not(.wab-float-vid) {
  display: none;
}

@media (max-width: 767px) {
  .wab-section-product-videos .wab-scroll {
    scroll-snap-type: x mandatory;
    align-items: flex-start;
  }
  .wab-section-product-videos .wab-scroll .wab-item {
    width: 86vw !important;
    max-width: 380px !important;
    min-width: 0 !important;
    flex: 0 0 68vw !important;
    aspect-ratio: 3 / 4.4 !important;
    height: auto !important;
    scroll-snap-align: center;
    border-radius: 12px !important;
    overflow: hidden !important;
    position: relative;
  }
  .wab-section-product-videos .wab-item .wab-poster,
  .wab-section-product-videos .wab-item .wab-video-skeleton,
  .wab-section-product-videos .wab-item .wab-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .wab-section-product-videos .wab-item .wab-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
  }
  .wab-section-product-videos .wab-item .wab-dollar-badge {
    max-width: calc(100% - 16px);
  }
}

.wab-info-price-parent.wab-align-end {
  justify-content: flex-end;
}

.ps-code {
  font-size: 12px;
  margin-bottom: 2px;
}

.enq-err {
  font-size: 12px;
  display: none;
}

.delivery-note-eng {
  margin-bottom: 3px;
  color: gray;
  font-weight: 600;
}

.delivery-note-tamil {
  font-size: 12px;
  color: gray;
  font-weight: 600;
}

.enquiry-glob-error {
  display: none;
  font-size: 13px;
}

#wabModalVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  outline: none;
  display: block;
  border-radius: 16px;
}

.desktop-nallur-banner-parent {
  margin-bottom: 30px;
  margin-top: 15px;
}

.nallur-slide-first-div {
  display: block;
  cursor: pointer;
}

.nallur-slide-link-div {
  display: block;
  text-decoration: none;
}

.nallur-banner-skeleton {
  width: 100%;
  aspect-ratio: 1200/420;
  background: #f0f0f0;
  border-radius: 6px;
  overflow: hidden;
}

.skeleton-shimmer {
  width: 100%;
  height: 100%;
}

.relDiscPrice {
  font-size: 12px;
  opacity: 0.8;
  text-decoration: line-through;
  color: black;
  margin-left: 5px;
}

.relDiscPct {
  font-size: 12px;
  background: #27ae60;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 8px;
}

.new-arrivals-column {
  z-index: 0 !important;
}

.order-now-show {
  cursor: pointer;
}

.lazy-spinner-placeholder {
  display: flex;
}

.testi-avatar {
  background: #c10037;
}

.nalur-star {
  color: #f5a623;
}

.nalur-star.inactive {
  color: #ccc;
}
