.ashoka-product-item {
  padding: 12px;
}

.ashoka-product-card {
  height: 100%;
  border: 1px solid rgba(31, 74, 46, .14);
  border-radius: 8px;
  overflow: hidden;
  background: #fffdf8;
  box-shadow: 0 16px 40px rgba(31, 74, 46, .08);
}

.ashoka-product-card .m-product-card__main-image {
  background: #fbf4e4;
}

.ashoka-product-card img,
.ashoka-menu-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 14px;
  background: #fbf4e4;
}

.ashoka-product-card .rs-inner {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.ashoka-product-card .rs-title {
  margin: 0;
  color: #163f25;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.ashoka-product-card .rs-title a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.ashoka-product-card .rs-price {
  color: #8a5a12;
  font-size: 16px;
  font-weight: 800;
}

.ashoka-shop-button {
  width: 100%;
  min-height: 42px;
  border-radius: 6px;
  background: #164b19;
}

.ashoka-menu-card .m-collection-card__title {
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

body:has(.ashoka-direct-shopall) #CollectionProductGrid {
  display: none !important;
}

.ashoka-top-menu {
  position: sticky;
  top: 0;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  background: #fff7e6;
  border-bottom: 1px solid rgba(31, 74, 46, .18);
  box-shadow: 0 4px 18px rgba(31, 74, 46, .08);
}

.ashoka-top-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 6px 12px;
  border-radius: 8px;
  background: #164b19;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-decoration: none !important;
  white-space: nowrap;
}

.ashoka-top-menu img {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #fbf4e4;
  object-fit: contain;
}

.ashoka-top-menu span {
  color: inherit;
}

.m-logo__image {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 170px !important;
  min-width: 170px;
  height: 110px !important;
  min-height: 110px;
  text-decoration: none !important;
  overflow: visible !important;
  background: transparent !important;
}

.m-logo__image img {
  display: block !important;
  width: auto !important;
  max-width: 170px !important;
  max-height: 110px !important;
  object-fit: contain;
  opacity: 1 !important;
  visibility: visible !important;
}

.m-logo__image-default,
.transparent-on-top .m-logo__image-default,
.m-header.stuck.transparent-on-top .m-logo__image-default {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
}

.m-header__logo,
.m-logo,
.m-header__center,
.m-header__mobile {
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.ashoka-visible-logo {
  display: block !important;
  width: 170px !important;
  height: 110px !important;
  max-width: 170px !important;
  max-height: 110px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.m-footer .m-image img,
.m-footer responsive-image img {
  display: block !important;
  max-width: 220px;
  height: auto !important;
  object-fit: contain;
}

.rfs-badge img {
  display: none !important;
}

.rfs-badge::after {
  content: "AO";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #164b19;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.ashoka-direct-shopall {
  padding: 34px max(18px, calc((100vw - 1220px) / 2)) 68px;
  background: #fffdf7;
}

.ashoka-direct-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 34px;
  padding: 12px;
  border: 1px solid rgba(31, 74, 46, .14);
  border-radius: 8px;
  background: #f5ead4;
}

.ashoka-direct-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 6px;
  background: #164b19;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.ashoka-direct-heading {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.ashoka-direct-heading p {
  margin: 0 0 8px;
  color: #a56211;
  font-weight: 800;
  text-transform: uppercase;
}

.ashoka-direct-heading h1 {
  margin: 0;
  color: #163f25;
  font-size: clamp(32px, 5vw, 58px);
  letter-spacing: 0;
}

.ashoka-direct-heading span {
  display: block;
  margin-top: 10px;
  color: #5e5a4f;
  font-size: 17px;
}

.ashoka-direct-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ashoka-direct-card {
  overflow: hidden;
  border: 1px solid rgba(31, 74, 46, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(31, 74, 46, .1);
}

.ashoka-direct-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 14px;
  background: #fbf4e4;
}

.ashoka-direct-card div {
  display: grid;
  gap: 7px;
  padding: 18px;
}

.ashoka-direct-card strong {
  color: #163f25;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.ashoka-direct-card span {
  color: #5e5a4f;
}

.ashoka-direct-card p {
  margin: 0;
  color: #a56211;
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 820px) {
  .ashoka-direct-grid {
    grid-template-columns: 1fr;
  }
}

.ashoka-rakhi-hero {
  position: relative;
  width: 100%;
  padding: 0 40px;
  background: #fff7e6;
  overflow: hidden;
}

.ashoka-rakhi-track {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}

.ashoka-rakhi-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease;
}

.ashoka-rakhi-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.ashoka-rakhi-slide img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.ashoka-rakhi-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.ashoka-rakhi-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .65);
  box-shadow: 0 0 0 1px rgba(34, 34, 34, .16);
  cursor: pointer;
}

.ashoka-rakhi-dots button.is-active {
  width: 26px;
  background: #7b161c;
}

@media (max-width: 550px) {
  .ashoka-rakhi-hero {
    padding: 0 15px;
  }

  .ashoka-rakhi-track {
    border-radius: 14px;
  }
}

/* Local Shopify mirror fallback: keep real media visible even if the theme lazy-loader does not finish. */
responsive-image,
.m-image,
.m-image__wrapper,
.m-product-card__media,
.m-product-card__main-image,
.m-collection-card__image,
.m-slideshow__image,
.m-slide__bg,
.rs-banner,
.rs-item {
  opacity: 1 !important;
  visibility: visible !important;
}

responsive-image img,
.m-image img,
.m-product-card__media img,
.m-collection-card__image img,
.m-slideshow__image img,
.m-slide__bg img,
.rs-banner img,
.rs-item img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
