.wd-content-layout.content-layout-wrapper.container:has(.homePage-Container){
	padding: 0 !important;
	width:100% !important;
	max-width:100% !important;
}
.homePage-Container .ac_categoryPage-container.ac_categoryPage-container-grid, .homePage-Container .ac_product.ac_product-custom-heading{
	margin:0 !important;
	padding:0 !important;
}
.container-large-new {
  width: 100%;
  max-width: 1290px !important;
  margin: 0 auto;
}

.ac-navUibg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index:-1;
}
.homePageBanner-section.homePage-Container.homePageMainBanner-section{
	padding:0px;
}

.homePage-Container {
  padding: 16px 3%;
  width: 100%;
  border-bottom: 5px solid #f0f5f6;
}
a,
button {
  cursor: pointer;
}
@media (min-width: 760px) {
  .homePage-Container {
    padding: 40px 5%;
    border-bottom: none;
    border: none;
  }
}

/* homePageMainBanner-section */
.homePageMainBanner-section {
  width: 100%;
}
@media (min-width: 760px) {
  .homePageBanner-section.homePage-Container.homePageMainBanner-section {
    padding: 0 0 0 0;
  }
  .homePageBanner-section.homePage-Container.homePageMainBanner-section
    .container-large-new {
    width: 100%;
    max-width: 100% !important;
  }
  .homePageBanner-section.homePage-Container.homePageMainBanner-section img {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
  }
}
/* homePageMainBanner-section */

/* orderNewOption */

.MainHomeSection {
  /* padding: 16px 3%; */
  position: relative;
  z-index: 999;
}
@media (min-width: 760px) {
  .MainHomeSection.homePage-Container {
    padding: 40px 5%;
    position: relative;
    z-index: 999;
  }
}

.MainHomeSection .container-large-new {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.MainHomeSection h1.homeMain-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #2e2d2d;
  height: fit-content;
  width: fit-content;
}
@media (min-width: 760px) {
  .MainHomeSection h1.homeMain-title {
    font-size: 24px;
    line-height: 40px;
    white-space: nowrap;
  }
}

.orderNewOptionSection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-template-rows: 1fr;
  height: fit-content;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 760px) {
  .orderNewOptionSection {
    gap: 30px;
  }
}
.orderNewOptionItem {
  width: 100%;
  height: fit-content;
  padding: 12px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-radius: 4px;
  height: 100%;
  z-index: 9999;
  justify-content: space-between;
}
@media (min-width: 760px) {
  .orderNewOptionItem {
    padding: 20px 32px;
    border-radius: 8px;
  }
}

.orderNewOptionItem-img {
  max-width: 50px;
  width: 38px;
  flex-shrink: 0;
}
.orderNewOptionItem-img img {
  width: 100%;
  object-fit: contain;
}
.orderNewOptionItem-text,
.orderNewOptionItem-text * {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #2e2d2d;
  text-decoration: none;
}

a.orderNewOptionItem-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #2e2d2d;
  text-decoration: none;
  height: 100%;
  background-color: #bbffba;
  border-radius: 4px;
}
@media (min-width: 760px) {
  .orderNewOptionItem-text,
  .orderNewOptionItem-text *,
  a.orderNewOptionItem-link {
    font-size: 24px;
    line-height: 26px;
  }
}
.orderNewOptionItemOne {
  background-color: #dadfff;
}
.orderNewOptionItemTwo {
  background-color: #bbffba;
}
/* orderNewOption */

/* homePageBanner-section */
.homePageBanner-section .homePageBanner-desktop {
  display: none;
}
.homePageBanner-section img {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.homePageBanner-Link {
  text-decoration: none;
  width: 100%;
  height: fit-content;
}
@media (min-width: 1020px) {
  .homePageBanner-section .homePageBanner-desktop {
    display: block;
  }
  .homePageBanner-section .homePageBanner-mobile {
    display: none;
  }
  .homePageBanner-section img {
    border-radius: 8px;
  }
}

/* homePageBanner-section */

/* homePageMainCategory */
.homePageMainCategory {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 20px;
  gap: 40px;
}

.homePageMainCate-itemLink,
.homePageSubCate-itemLink {
  width: 100%;
  text-decoration: none;
  height: fit-content;
}
.homePageMainCate-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 10px 10px 16px;
  border-radius: 4px;
  min-height: 100px;
  height: 100px;
  position: relative;
}
.homePageMainCate-itemTextBox {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.homePageMainCate-itemName {
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  font-weight: 600;
  color: #2e2d2d;
}

.homePageMainCate-itemButton {
  background: transparent !important;
  color: #2e2d2d !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  height: 24px !important;
  border: none !important;
  outline: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
	line-height: 0px !important;
	text-transform: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left !important;
	justify-content: flex-start !important;
	min-height: 24px !important;
}

.homePageMainCate-itemButton img {
  width: 14px;
  height: 14px;
  min-width: 14px;
  object-fit: contain;
}
.homePageMainCate-itemImg {
  min-width: 120px;
  width: 12vw;
  max-width: 180px;
  height: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 0;
}
.homePageMainCate-itemImg img {
  min-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
}
@media (min-width: 760px) {
  .homePageMainCate-item {
    padding: 18px 16px 20px 32px;
  }
  .homePageMainCate-itemName {
    font-size: 24px;
    line-height: 26px;
    /* max-width: 120px; */
  }
  .homePageMainCate-itemButton {
    font-size: 18px !important;
  }
  .homePageMainCate-itemImg {
    bottom: 20px;
    right: 16px;
  }
}

@media (min-width: 1020px) {
  .homePageMainCategory {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
    gap: 90px 3%;
  }
  .homePageMainCate-item {
    height: 120px;
  }
  .homePageMainCate-itemName {
    max-width: 120px;
  }
}

/* homePageMainCategory */

/* homePageSubCate-section */

h2.homeSub-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #2e2d2d;
  height: fit-content;
  margin: 0;
  padding: 0;
	text-transform: none !important;
}

.homePageSubCategory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-auto-flow: row;
  gap: 015px 5px;
  justify-content: space-between;
  align-content: center;
  align-items: start;
  margin-top: 16px;
}

.homePageSubCate-item {
  width: 100%;
  height: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 7px;
}

.homePageSubCate-itemImg {
  min-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.homePageSubCate-itemImg img {
  min-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
}

.homePageSubCate-itemTextBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homePageSubCate-itemName {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #2e2d2d;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

@media (min-width: 760px) {
  h2.homeSub-title {
    font-size: 24px;
    line-height: 40px;
  }
  .homePageSubCategory {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 28px;
  }
  .homePageSubCate-itemName {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1020px) {
  .homePageSubCategory {
    grid-template-columns: repeat(6, 1fr);
    gap: 28px 14px;
  }
}

/* homePageSubCate-section */

/* homePageFamCate-section */
.homePageFamCate-section .homePageFamCategory.homePageSubCategory {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 0;
}

.homePageFamCate-section .homePageFamCate-itemImg.homePageSubCate-itemImg {
  min-width: 100%;
  width: 100%;
  height: 160px;
  min-height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.homePageFamCate-section .homePageFamCategory .homePageSubCate-item {
  gap: 0px;
}
.homePageFamCate-section
  .homePageFamCate-itemTextBox.homePageSubCate-itemTextBox {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #e089c7;
}
.homePageFamCate-section
  .homePageFamCate-itemTextBox.homePageSubCate-itemTextBox
  .homePageSubCate-itemName {
  line-height: 0px;
  width: fit-content;
  display: inline-block;
}

@media (min-width: 760px) {
  .homePageFamCate-section .homePageFamCate-itemImg.homePageSubCate-itemImg {
    min-width: 100%;
    width: 100%;
    height: 300px;
    min-height: 300px;
  }
  .homePageFamCate-section
    .homePageFamCate-itemTextBox.homePageSubCate-itemTextBox {
    min-height: 60px;
  }
}

@media (min-width: 1020px) {
  .homePageFamCate-section .homePageFamCategory.homePageSubCategory {
    grid-template-columns: repeat(4, 1fr);
    /* gap: 10px 0; */
  }
}
/* homePageFamCate-section */

/* homePagePerSubCate-section */
.homePagePerSubCate-section .homePagePerSubCate-grid {
  grid-template-columns: repeat(2, 1fr);
}
.homePagePerSubCate-section
  .homePagePerSubCate-grid
  .homePageSubCate-itemImg
  img {
  border-radius: 4px;
}

@media (min-width: 1020px) {
  .homePagePerSubCate-section .homePagePerSubCate-grid {
    grid-template-columns: repeat(4, max-content);
    grid-auto-flow: column;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .homePagePerSubCate-section
    .homePagePerSubCate-grid
    .homePageSubCate-itemImg {
    min-width: 240px;
    width: 240px;
    max-width: 240px;
  }
  .homePagePerSubCate-section
    .homePagePerSubCate-grid
    .homePageSubCate-itemImg
    img {
    border-radius: 8px;
  }
}

/* homePagePerSubCate-section */

/* homePageBannersGrid-section */

.homePageBannersGrid-section .homePageBanner-grid {
  grid-template-columns: repeat(1, 1fr);
}
.homePageBannersGrid-section .homePageBanner-grid .homePageSubCate-itemImg img {
  border-radius: 4px;
}

@media (min-width: 1020px) {
  .homePageBannersGrid-section .homePageBanner-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .homePageBannersGrid-section
    .homePageBanner-grid
    .homePageSubCate-itemImg
    img {
    border-radius: 8px;
  }
}

/* homePageBannersGrid-section */

/* homePageCreds-Grid */
.homePageCreds-Grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  background-color: #66cccc;
  padding: 20px 18px;
  border-radius: 8px;
  overflow: hidden;

  justify-content: space-between;

  gap: 25px 16px;
}
.homePageCreds-Grid .homePageCreds-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homePageCreds-Grid .homePageCreds-itemImg {
  height: 37px;
  min-height: 37px;
  width: fit-content;
  flex-shrink: 0;
}
.homePageCreds-Grid .homePageCreds-itemImg img {
  height: 100%;
  min-height: 100%;
  width: 100%;
  object-fit: contain;
}
.homePageCreds-Grid .homePageCreds-itemTextBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homePageCreds-Grid .homePageCreds-itemTextBox * {
  color: #ffffff;
  text-align: center;
  width: fit-content;
  display: block;
}
.homePageCreds-Grid .homePageCreds-itemTitle {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.homePageCreds-Grid .homePageCreds-itemSubTitle {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
@media (min-width: 760px) {
  .homePageCreds-Grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    background-color: #66cccc;
    padding: 34px 46px;
    gap: 60px;
  }
  .homePageCreds-Grid .homePageCreds-item {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .homePageCreds-Grid .homePageCreds-itemTextBox {
    align-items: flex-start;
    gap: 4px;
  }
  .homePageCreds-Grid .homePageCreds-itemTitle {
    font-size: 20px;
    line-height: 26px;
  }
  .homePageCreds-Grid .homePageCreds-itemSubTitle {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 1350px) {
  .homePageCreds-Grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

/* homePageCreds-Grid */

/* homePageRemedy-section */

.homePageRemedy-section .homePageRemedy-Grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-auto-flow: row;
  width: 100%;
  margin-top: 20px;
  gap: 20px;
}

.homePageRemedy-section .homePageRemedy-itemLink {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.homePageRemedy-section .homePageRemedy-item {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.homePageRemedy-section .homePageRemedy-itemImg {
  width: 100%;
  height: 200px;
  min-height: 200px;
}
.homePageRemedy-section .homePageRemedy-itemImg img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.homePageRemedy-section .homePageRemedy-itemContent {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.homePageRemedy-section .homePageRemedy-itemDetail {
  display: flex;
  gap: 16px;
}
.homePageRemedy-section .homePageRemedy-itemDetail span {
  color: #ff6e00;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.homePageRemedy-section .homePageRemedy-itemTitle {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
  color: #101828;
}

.homePageRemedy-section .homePageRemedy-itemPara {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}
.homePageRemedy-section .homePageRemedy-itemMorebtn {
  color: #000bec;
}

.homePageRemedies-Btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: fit-content;
}

.homePageRemedies-Btn a.homePageRemedies-BtnLink {
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  border-radius: 8px;
  background-color: #ff6e00;
  margin-top: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .homePageRemedy-section .homePageRemedy-Grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .homePageRemedies-Btn a.homePageRemedies-BtnLink {
    width: fit-content;
  }
  

}

@media (min-width: 1020px) {
  .homePageRemedy-section .homePageRemedy-Grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
    
}
/* ac_customSliderContainer */

.ac_customSliderContainer {
  width: 100%;
  /* min-height: 120px; */
  overflow: hidden;
  position: relative;
  /* height: 150px; */
  /* max-height: 500px; */
  border-radius: 4px;
}

@media (min-width: 760px) {
  .ac_customSliderContainer {
    /* height: 375px; */
    border-radius: 0;
  }
}

.ac_customSliderContainer * {
  /* max-height: 500px; */
}

.ac_customSliderBtnBox {
  position: absolute;
  height: 100%;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  top: 0;
  bottom: 0;
}

.ac_customSliderBtnBox.ac_customSliderBtnNextBtnBox {
  left: 10px;
}
.ac_customSliderBtnBox.ac_customSliderBtnPrevBtnBox {
  right: 10px;
}

.ac_customSliderBtnBox .ac_customSliderBtn {
  width: 25px !important;
  height: 25px !important;
  border-radius: 100% !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: none !important;
  outline: none !important;
  line-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 7px !important;
	min-height: 25px !important;
}

@media (min-width: 760px) {
  .ac_customSliderBtnBox.ac_customSliderBtnNextBtnBox {
    left: 20px;
  }
  .ac_customSliderBtnBox.ac_customSliderBtnPrevBtnBox {
    right: 20px;
  }
  .ac_customSliderBtnBox .ac_customSliderBtn {
    width: 40px !important;
    height: 40px !important;
    padding: 10px !important;
  }
}

.ac_customSliderBtnBox .ac_customSliderBtn img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ac_customSlider-holder {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  /* overflow-x: auto; */
}
.ac_customSlider-Allslides {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  z-index: 0;
  width: 100%;
  overflow: hidden;

  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  /* grid-auto-flow:; */
  /* overflow-x: auto; */
  grid-auto-rows: 0;
  grid-auto-columns: 0;
}

.ac_customSlider-Allslides .ac_customSlider-slide,
.ac_customSlider-Allslides
  .ac_customSlider-slide
  .ac_customSlider-slideContent {
  width: 100%;
  min-height: 100%;
  /* background-color: #14183e; */
  flex-shrink: 0;
}

.ac_customSlider-Allslides .ac_customSlider-slide {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;

  position: relative;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.ac_customSlider-slide.ac_customSlider-slideActive,
.ac_customSlider-slide.ac_customSlider-slideNext,
.ac_customSlider-slide.ac_customSlider-slidePrevious {
  opacity: 1;
}
.ac_customSlider-slide.ac_customSlider-slideNext {
  transform: translateX(100%);
}
.ac_customSlider-slide.ac_customSlider-slideActive {
  transform: translateX(0%);
  z-index: 5;
  box-shadow: inset 0px -100px 100px -10px rgb(255, 255, 255);
}
.ac_customSlider-slide.ac_customSlider-slidePrevious {
  transform: translateX(-100%);
}
.ac_customSlider-slide .ac_customSlider-slideImg {
  width: 100%;
  min-height: 100%;
}
.ac_customSlider-slide .ac_customSlider-slideImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ac_customSliderContainer */
/* homePageFAQ-section */
.homePageFAQ {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 16px;
}
.ac_customAccordion-Container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.ac_customAccordionItem {
  padding: 12px;
  display: flex;
  flex-direction: column;
  border: #000000 1px solid !important;
  border-radius: 8px;
  overflow: hidden !important;
  position: relative;
  transition: 0.5s;
}
.ac_customAccordionItem * {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.ac_customAccordionItem-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.ac_customAccordionItem-labelArrow {
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
}
.ac_customAccordionItem-labelArrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ac_customAccordionItem-content {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
  position: absolute;
}
.ac_customAccordionItem-text {
  padding-top: 12px;
}

.ac_customAccordionItem .ac_customAccordionItem-labelArrow {
  transition: 0.5s;
}

.ac_customAccordionItem.ac_customAccordionItem-Active
  .ac_customAccordionItem-labelArrow {
  transform: rotate(-90deg);
}

.ac_customAccordion-Container.show-acc-list .acc-hide {
  display: none;
}

.homePageFAQBtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}
button.homePageFAQViewBtn {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  color: #2e2d2d !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
}

@media (min-width: 1020px) {
  .homePageFAQ {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .ac_customAccordionItem * {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .ac_customAccordionItem-labelArrow {
    width: 20px;
    height: 20px;
  }
  button.homePageFAQViewBtn {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}

/* homePageFAQ-section */
/* homePageOtherContent-section */
.homePage-Container.homePageOtherContent-section .container-large-new {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.homePage-Container.homePageOtherContent-section .container-large-new * {
  color: #2e2d2d;
}

.homePage-Container.homePageOtherContent-section .container-large-new h2 {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.homePage-Container.homePageOtherContent-section .container-large-new p,
.homePage-Container.homePageOtherContent-section .container-large-new li {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.homePage-Container.homePageOtherContent-section .container-large-new ul {
  padding: 0px !important;
  padding-left: 16px !important;
}
.homePage-Container.homePageOtherContent-section .container-large-new b {
  font-weight: 600 !important;
}
.homePage-Container.homePageOtherContent-section .container-large-new li {
  margin-bottom: 10px !important;
}

@media (min-width: 768px) {
  .homePage-Container.homePageOtherContent-section .container-large-new h2 {
    font-size: 24px !important;
    line-height: 40px !important;
  }
  .homePage-Container.homePageOtherContent-section .container-large-new p,
  .homePage-Container.homePageOtherContent-section .container-large-new li {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
/* homePageOtherContent-section */

/* new css */

.ac_homeFamilySectionMainList{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	gap:14px;
	margin-top:20px;
}

.ac_homeFamilySectionMainItem {
   width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ac_homeFamilySectionMainItemImg {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 100%;
    overflow: hidden;
}
.ac_homeFamilySectionMainItemImg img, .ac_homeFamilySectionSubItemImg img{
    width: 100%;
   height:100%;
	object-fit:cover;
}
span.ac_homeFamilySectionMainItemText {
    font-size: 14px;
}

.ac_homeFamilySectionSubList {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 14px;
    overflow: auto;
    height: fit-content;
	margin-top:20px;
	padding-bottom: 10px;
	
}

.ac_homeFamilySectionSubListHolder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    height: fit-content;
    gap: 14px;
}

.ac_homeFamilySectionSubItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
	width: 100%;
    height: fit-content;
}

.ac_homeFamilySectionSubItemImg {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

span.ac_homeFamilySectionSubItemText {
    font-size: 14px;
}

.ac_SeasonSection-categoryList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin-top: 16px;
}
.ac_SeasonSection-categoryItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    width: 100%;
}

iframe.ac-AboutVideo {
    width: 100%;
    height: 220px;
}

.homePageRemedy-section .homePageRemedy-Grid {
    display:flex;
	flex-wrap:nowrap;
    margin-top: 20px;
    gap: 20px;
    overflow-x: auto; /* horizontal scrolling */
    overflow-y: hidden;
	padding-bottom: 10px;
}
.homePageRemedy-section .homePageRemedy-itemContent { 
	padding:0px !important;
}
.homePageRemedy-section .homePageRemedy-itemLink{
	min-width:70%;
	width:70%;
	max-width:70%;
	flex-grow:0;
	flex-shrink:0;
}

.homePageRemedy-section .homePageRemedy-item { 
border:none;
}
.homePageRemedy-section .homePageRemedy-itemDetail{
	display:none;
}
.homePageRemedy-section .homePageRemedy-itemPara{
	display:none;
}
.homePageRemedy-section .homePageRemedy-itemMorebtn{
	display:none;
}
.homePageRemedy-section .homePageRemedy-itemTitle{
	font-size:16px !important;
	line-height:normal;
	margin-top:10px;
}

.ac-featureList {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
}
.ac-featureitem {
    padding: 8px;
    border-radius: 8px;
    min-width: 76px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
	line-height:16px;
    background-color: rgb(240, 242, 245);
    gap: 4px;
	flex: 1;
}

.ac-featureitemImgIcon {
    max-width: 40px;
}

.ac-NewBannerContainer {
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
}

.ac-NewBannerContainerList {
    width: fit-content;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.ac-NewBannerContainerListItem {
    width: 70%;
    flex-grow: 0;
    flex-shrink: 0;
}

.ac-FeaturedCategoryContainer{
	width:100%;
}
.ac-FeaturedContainerList{
	display:flex;
	flex-wrap:nowrap;
	width:100%;
	overflow:auto;
	gap:10px;
	padding-bottom: 10px;
}
.ac-FeaturedContainerListItem {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100px;
    min-width: 100px;
    width: 100px;
}
.ac-FeaturedContainerListItem {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100px;
    min-width: 100px;
    width: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #ec520b;
	position:relative;
    display: flex;
    justify-content: center;
}
.ac-FeaturedContainerListItem::before {
    position: absolute;
    top: 0;
    content: "Featured";
    background: #ffffff;
    padding: 8px 12px;
    color: #ec520b;
    z-index: 999;
    height: fit-content;
    width: fit-content;
    display: inline-block;
    font-size: 12px;
    line-height: 0px;
    border-radius: 0px 0px 4px 4px;
}
.ac-eventsContainerList {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 300px;
    gap: 12px;
	margin-top: 20px;
}
.ac-eventsContainerListItem {
    grid-column: span 1;
    grid-row: span 1;
    border-radius: 8px;
    overflow: hidden;
}
.ac-eventsContainerListItem.ac-eventsContainerListItemOne {
    grid-column: span 1;
    grid-row: span 2;
}

.ac-eventsContainerListItem img{
	width:100%;
    height:100%;
	object-fit:cover;
}

.homePageShopByBudget-container{
	display:flex;
	gap:20px;
	padding:20px;
	flex-direction:column;
	border-radius:8px;
	background-color:#fcccb6;
}
h2.homePageShopByBudget-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #2e2d2d;
    height: fit-content;
    margin: 0;
    padding: 0;
    text-transform: none !important;
}

.homePageShopByBudget-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.homePageShopByBudget-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ec520b;
    padding: 20px 0px;
    line-height: 0;
    gap: 20px;
    border-radius: 8px;
    overflow: hidden;
	color:#ffffff;
	font-size:12px;
}
.homePageShopByBudget-item  span.homePageShopByBudget-itemAmount{
	 font-size: 18px; 
	font-weight:600;
}
.ac_newUiBrandProductSeries .frequently-product,.ac_newUiBrandProductSeries .ac_ProductsRecommend,.ac_newUiBrandProductSeries .ac_CategoryRecommend{
	display:none;
}
.ac_newUiBrandProductSeries-container {
    padding: 20px 10px;
    border-radius: 16px 16px 0px 0px;
    background: #fcccb6;
	position: relative;
    margin-top: -10px;
}
.ac_newUiBrandProductSeries-brandDetails {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
span.ac_newUiBrandProductSeries-brandName {
    font-size: 24px;
    font-weight: 600;
}
span.ac_newUiBrandProductSeries-brandtagLine {
    font-size: 14px;
}
.ac_newUiBrandProductSeries .ac_categoryPage-container.ac_categoryPage-container-grid .ac_product-sliderHolder .ac_product-slider{
	width: 100%;
    display: grid;
    grid-template-columns: max-content max-content;
    grid-auto-flow: column;
    gap: 10px;
    overflow: auto;
}
.ac_newUiBrandProductSeries .ac_categoryPage-container .ac_product-sliderHolder .ac_product-slider .ac_product-card {
    width: 140px !important;
}
.ac_newUiBrandProductSeries-brandBanner {
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}
.homePageSubCategory.homePageSubCategoryNewUI  {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: row;
    gap: 16px;
    justify-content: space-between;
    align-content: center;
    align-items: start;
    margin-top: 16px;
	width: 100%;
    overflow: auto;
    padding-bottom: 10px;
}
 .homePageSubCategory.homePageSubCategoryNewUI .homePageSubCate-item {
    flex-direction: row;
    background: #ffffff;
    border: 1px solid;
    width: fit-content;
	max-width: 300px !important;
	 border-radius: 16px;
}
.homePageSubCategory.homePageSubCategoryNewUI .homePageSubCate-itemImg {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
	border-radius:8px;
	overflow:hidden;
}
.homePageSubCategory.homePageSubCategoryNewUI .homePageSubCate-itemImg img {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
	object-fit:cover;
}
.homePageSubCategory.homePageSubCategoryNewUI .homePageSubCate-itemTextBox {
    flex-direction: column;
    gap: 8px;
	align-items: flex-start;
    justify-content: flex-start;
	padding: 8px;
}
.homePageSubCategory.homePageSubCategoryNewUI .homePageSubCate-itemName{
	text-align:left;
}
.homePageSubCategory.homePageSubCategoryNewUI p.homePageSubCate-itemPara {
    margin: 0px;
    font-size: 12px;
	line-height:normal;
}

/* ac_RecommendBannerSliderContainer */

section.ac_RecommendBanner {
    width: 100%;
    overflow: visible;
}
section.ac_RecommendBanner .container-large-new{
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}


.ac_RecommendBannerSliderContainer {
	width: 100%;
	overflow: visible;
	position: relative;
	border-radius: 4px;
/* 	max-width: 280px; */
	max-width: 235px;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
    height: fit-content;
    gap: 10px;
/* 	 box-shadow: 0 0 0 2px #ff7e00; */
}

@media (min-width: 760px) {
  .ac_RecommendBannerSliderContainer {
    border-radius: 0;
  }
}

.ac_RecommendBannerSliderContainer * {
  /* max-height: 500px; */
}

.ac_RecommendBannerSliderBtnBox {
	position:relative;
   height: 100%;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
 
}

.ac_RecommendBannerSliderBtnBox.ac_RecommendBannerSliderBtnNextBtnBox {

}
.ac_RecommendBannerSliderBtnBox.ac_RecommendBannerSliderBtnPrevBtnBox {
 
}

.ac_RecommendBannerSliderBtnBox .ac_RecommendBannerSliderBtn {
  width: 25px !important;
  height: 25px !important;
  border-radius: 100% !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  outline: none !important;
  line-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 7px !important;
  min-height: 25px !important;
}

@media (min-width: 760px) {
  .ac_RecommendBannerSliderBtnBox.ac_RecommendBannerSliderBtnNextBtnBox {
    left: 20px;
  }
  .ac_RecommendBannerSliderBtnBox.ac_RecommendBannerSliderBtnPrevBtnBox {
    right: 20px;
  }
  .ac_RecommendBannerSliderBtnBox .ac_RecommendBannerSliderBtn {
    width: 40px !important;
    height: 40px !important;
    padding: 10px !important;
  }
}

.ac_RecommendBannerSliderBtnBox .ac_RecommendBannerSliderBtn img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ac_RecommendBannerSlider-holder {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  z-index: 0;
  width: 100%;
  overflow: visible;
/* 	box-shadow: 0 0 0 2px #ff004b; */
}

.ac_RecommendBannerSlider-Allslides {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  z-index: 0;
  width: 100%;
  overflow: visible;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 0;
/* 	max-height: 322px;
    min-height: 322px; */
	max-height: 270px;
    min-height: 270px;
/* 	box-shadow: 0 0 0 4px #00ff45; */
}

.ac_RecommendBannerSlider-Allslides .ac_RecommendBannerSlider-slide,
.ac_RecommendBannerSlider-Allslides .ac_RecommendBannerSlider-slide .ac_RecommendBannerSlider-slideContent {
  width: 100%;
  min-height: 100%;
  flex-shrink: 0;
	height: 100%;
    max-height: 100%;
/* 	box-shadow: 0 0 0 4px #ff8800; */
}
.ac_RecommendBannerSlider-slideContentHolder {
    height: 100%;
/* 	box-shadow: 0 0 0 4px red; */
	min-height: 100%;
    max-height: 100%;
}

.ac_RecommendBannerSlider-Allslides .ac_RecommendBannerSlider-slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;

  position: relative;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
	max-height: 80%;
    min-height: 80%;
	height:80%;
	overflow:hidden;
/* 	box-shadow: 0 0 0 4px #000000; */
}

.ac_RecommendBannerSlider-slide.ac_RecommendBannerSlider-slideActive,
.ac_RecommendBannerSlider-slide.ac_RecommendBannerSlider-slideNext,
.ac_RecommendBannerSlider-slide.ac_RecommendBannerSlider-slidePrevious {
  opacity: .6;
}

.ac_RecommendBannerSlider-slide.ac_RecommendBannerSlider-slideNext {
  transform: translateX(105%);
	opacity: .6;

}
.ac_RecommendBannerSlider-slide.ac_RecommendBannerSlider-slideActive {
  transform: translateX(0%);
  z-index: 5;
  box-shadow: inset 0px -100px 100px -10px rgb(255, 255, 255);
  height: 100%;
  min-height: 100%;
	 opacity: 1;
/* 	    box-shadow: 0 0 0 4px #da00ff; */
}
.ac_RecommendBannerSlider-slide.ac_RecommendBannerSlider-slidePrevious {
  transform: translateX(-105%);
	opacity: .6;
}

.ac_RecommendBannerSlider-slide .ac_RecommendBannerSlider-slideImg {
  
	width: 100%;
    min-height: 100%;
    height: 100%;
	overflow: hidden;
}
.ac_RecommendBannerSlider-slideTxtBox {
	padding:10px;
	background:#dadfff;
	height: 100%;
    overflow: hidden;
}
.ac_RecommendBannerSlider-slide .ac_RecommendBannerSlider-slideImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ac_RecommendBannerSliderSwipeArea {
  width: 100%;
  height: 100%;
  overflow: visible;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  touch-action: pan-y; /* Allow vertical scrolling, block horizontal gesture conflict */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
/* 	box-shadow: 0 0 0 2px #f600ff; */
}

.ac_RecommendBannerSliderSwipeArea img {
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}
.ac_RecommendBannerSliderAllBtnHolder {
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* new ui */

/* ac-welcome-offer */

.ac-welcome-offer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #fff6f8, #ffffff);
  padding: 18px 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ac-welcome-offer__title {
  font-weight: 600;
  color: #333;
  margin: 0;
  font-size: 14px;
  line-height: normal;
}

h2.ac-welcome-offer__discount {
  font-size: 28px;
  font-weight: 800;
  color: #b03b74;
  margin: 4px 0;

  line-height: normal !important;
}

.ac-welcome-offer__discount span {
  font-weight: 600;
}

.ac-welcome-offer__text {
  font-size: 15px;
  color: #444;
  /* margin: 4px 0; */
  line-height: normal;
}

.ac-welcome-offer__code {
  background: #dff7e3;
  color: #168f4a;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
}

.ac-welcome-offer__tnc {
  font-size: 12px;
  color: #888;
  /* margin-top: 4px; */
}

.ac-welcome-offer__image {
  max-width: 80px;
  flex-grow: 0;
  flex-shrink: 0;
}

.ac-welcome-offer__image img {
  width: 100%;
  height: auto;
}

/* ac-welcome-offer */

/* Main Category Styles */
.ac-maincategory-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 10px;
  padding: 18px 16px;
}
.ac-maincategory {
  width: fit-content;
  max-width: fit-content;
  padding: 6px 6px 16px;
  display: flex;
  justify-content: center;
  background: #e5f3f3;
  border-radius: 16px;
  overflow: hidden;
}

.ac-maincategory__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ac-maincategory__images {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.ac-maincategory__img-group {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ac-maincategory__img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
}

.ac-maincategory__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ac-maincategory__count {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  color: #0c767d;
  padding: 10px 8px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  border: 2px solid #e5f3f3;
  line-height: 0;
  font-weight: 700;
}

.ac-maincategory__label {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.45px;
  line-height: normal;
}

/* ac-special-v2 */
.ac-special-v2 {
  width: 100%;
  padding: 20px 16px 18px;
  display: flex;
  flex-direction: column;
  background: #def3f4;
  position: relative;
  gap: 20px;
  overflow: hidden;
}
.ac-special-v2__header {
  display: flex;
  flex-direction: column;
}
h2.ac-special-v2__title {
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
  color: #26929f;
  margin-bottom: 5px !important;
}

p.ac-special-v2__subtitle {
  font-size: 16px !important;
  line-height: normal !important;
  color: #000000;
  margin: 0px !important;
}

.ac-special-v2__pattern {
  position: absolute;
  right: 0;
  top: -10px;
  height: 100px;
  max-height: 100px;
  opacity: 0.6;
}
.ac-special-v2__pattern img {
  height: 100%;
}
.ac-special-v2__product-list {
  width: 100%;
  overflow: auto;
  display: grid;
  grid-template-columns: 60% 60%;
  grid-template-rows: min-content;
  grid-auto-flow: column;
  grid-auto-columns: 60%;
  height: fit-content;
  gap: 10px;
}
.ac-special-v2__product-card {
  width: 100%;
}
.ac-special-v2__product-card img {
  width: 100%;
}

/* Brand Product Series Section */
.ac-brand-series {
  width: 100%;
  padding: 20px 16px 18px;
  display: flex;
  flex-direction: column;
  background: #def3f4;
  position: relative;
  gap: 20px;
  overflow: hidden;
}

.ac-brand-series__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.ac-brand-series__heading-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac-brand-series__logo-wrap {
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  height: 55px;
  max-height: 55px;
  border-radius: 100%;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
}
.ac-brand-series__logo-wrap img {
  width: 100%;
  object-fit: cover;
}
h2.ac-brand-series__title {
  font-size: 18px !important;
  line-height: normal !important;
}

p.ac-brand-series__subtitle {
  font-size: 14px !important;
  line-height: normal;
}

.ac-brand-series__badge-wrap {
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}
.ac-brand-series__product-list {
  width: 100%;
  overflow: auto;
  display: grid;
  grid-template-columns: 60% 60%;
  grid-template-rows: min-content;
  grid-auto-flow: column;
  grid-auto-columns: 60%;
  height: fit-content;
  gap: 10px;
}
.ac-brand-series__product-card {
  width: 100%;
}
.ac-brand-series__product-card img {
  width: 100%;
}

.ac-brand-series__cta {
  width: 100%;
  height: fit-content;
}

button.ac-brand-series__cta-btn {
  margin: 0px !important;
  background-color: #ffffff !important;
  width: 100% !important;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0px !important;
  border-radius: 4px;
  font-size: 14px !important;
  line-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000 !important;
  border: none !important;
  outline: none !important;
  border: none !important;
  text-decoration: none;
  font-weight: 700;
  /* font-style: italic; */
  text-transform: none;
  letter-spacing: 0.45px;
  max-height: 30px !important;
  min-height: 30px !important;
}

.ac-special-v3 {
  background-color: #fdeee3;
  padding: 18px 16px;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.ac-special-v3__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.ac-special-v3__title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.ac-special-v3__subtitle {
  font-size: 14px;
  color: #666666;
  margin-top: 4px;
}

.ac-special-v3__image-stack img {
  width: 60px;
  height: auto;
}

.ac-special-v3__list {
  display: grid;
  grid-template-columns: 100px 100px;
  grid-template-rows: min-content;
  grid-auto-flow: column;
  grid-auto-columns: 100px;
  gap: 16px;
  overflow-x: auto;
}

.ac-special-v3__card {
  min-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-bottom: 10px;
}

.ac-special-v3__card img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;

  max-height: 100px;

  object-fit: contain;
  /* margin-bottom: 8px; */
}

.ac-special-v3__card p {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  margin: 0;
}

.ac-featuredbrands {
  padding: 18px 16px;
  background-color: #ffffff;
  border-radius: 12px;
}

.ac-featuredbrands__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.ac-featuredbrands__list {
  display: flex;
  gap: 12px;
  overflow-x: auto;
}

.ac-featuredbrands__item {
  background-color: #f6f9fc;
  border-radius: 16px;
  overflow: hidden;
  padding: 0px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 3px solid #def3f4;
  border-bottom: 7px solid #def3f4;
}

.ac-featuredbrands__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Shop by Store */
.ac-shopstore {
  padding: 18px 16px;
  background-color: #fff;
  width: 100%;
}

.ac-shopstore__heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #333;
}

.ac-shopstore__grid {
  display: grid;
  grid-template-columns: 100px 100px;
  grid-template-rows: min-content min-content;
  grid-auto-columns: 100px;
  grid-auto-flow: column;
  gap: 16px;
  width: 100%;
  overflow: auto;
}

.ac-shopstore__card {
  /* background-color: #f9f9f9; */
  border-radius: 100vw 100vw 0px 0px;
  /* padding: 12px 8px; */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}

.ac-shopstore__image {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  object-fit: cover;
}

p.ac-shopstore__label {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

/* Special Product Card V2 */
.ac-productcardV2 {
  width: 100%;
  max-width: 270px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  font-family: sans-serif;
}

.ac-productcardV2__image-wrap {
  position: relative;
}

.ac-productcardV2__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.ac-productcardV2__info-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  color: #fff;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;

  /* Semi-transparent white */
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px); /* Actual blur */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
}

.ac-productcardV2__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.ac-productcardV2__desc {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 1.4;
}

.ac-productcardV2__weight {
  font-size: 12px;
  opacity: 0.9;
  margin-bottom: 4px;
}

.ac-productcardV2__price {
  font-size: 16px;
  font-weight: bold;
}

.ac-productcardV2__price--strike {
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
  margin-left: 6px;
}

.ac-productcardV2__options {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: #e8f6f2;
  color: #008b6b;
  border: none;
  border-radius: 100px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.ac-categoryseriesNewV5 {
  padding: 18px 16px;
  width: 100%;
}

.ac-categoryseriesNewV5__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.ac-categoryseriesNewV5__list {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.ac-categoryseriesNewV5__item {
  flex: 0 0 auto;
  width: 100px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.ac-categoryseriesNewV5__img {
  width: 100px;
  height: 130px;
  object-fit: cover;
  filter: brightness(0.5);
}

span.ac-categoryseriesNewV5__label {
  font-size: 14px;
  font-weight: 500;
  padding: 0px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  min-height: 30px;
  max-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 40px 40px 0px 0px;
}

.ac-stepcardV2 {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 10px;

  align-items: flex-start;
  width: 300px;
}

.ac-stepcardV2__rank {
  position: absolute;
  bottom: -10px;
  left: -10px;
  font-size: 80px;
  font-weight: 700;
  color: #ff4c00;
  line-height: 1;
  z-index: 1;
}

.ac-stepcardV2__image-box {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #eee;
}

.ac-stepcardV2__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}

.ac-stepcardV2__add {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #00b36b;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 26px;
  font-weight: 500;
  border-radius: 50%;
  cursor: pointer;
  line-height: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ac-stepcardV2__details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  color: #333;
}

.ac-stepcardV2__time {
  font-size: 12px;
  color: #999;
  font-weight: 600;
}

.ac-stepcardV2__qty {
  font-size: 14px;
  color: #666;
}

.ac-stepcardV2__price {
  font-size: 16px;
  font-weight: 600;
}

.ac-stepcardV2__price s {
  color: #888;
  margin-right: 4px;
}

.ac-stepcardV2__discount {
  font-size: 14px;
  color: #ff3131;
  font-weight: 600;
}

.ac-stepcardV2__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #222;
}

.ac-shopconcern {
  background: #dff1fd;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  width: 100%;
}

.ac-shopconcern__title {
  font-size: 22px;
  font-weight: 700;
  color: #023b59;
  margin-bottom: 20px;
}

.ac-shopconcern__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

  gap: 10px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.ac-shopconcern__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ac-shopconcern__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ac-shopconcern__label {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1b1b1b;
}

.ac-smallbanner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #ffeaf5, #ffd3e6);
  padding: 10px 20px;
  border-radius: 12px;
  min-height: 90px;
  max-height: 100px;
  overflow: hidden;
  position: relative;
  gap: 10px;
  width: 90%;
  margin: 0 16px !important;
}

.ac-smallbanner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #99004d;
  flex: 1;
}

.ac-smallbanner__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.ac-smallbanner__subtitle {
  font-size: 13px;
  margin: 4px 0 8px;
}

.ac-smallbanner__btn {
  padding: 6px 14px;
  background-color: #e60073;
  color: white;
  border: none;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}

.ac-smallbanner__imgbox {
  flex-shrink: 0;
}

.ac-smallbanner__img {
  height: 90px;
  object-fit: contain;
}

.ac-spotlight {
  padding: 18px 16px;
  width: 100%;
}

.ac-spotlight__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.ac-spotlight__list {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  width: 100%;
}

.ac-spotlight__card {
  min-width: 120px;
  min-height: 170px;
  border-radius: 16px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.ac-spotlight__label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #555;
  position: relative;
  z-index: 1;
}

.ac-spotlight__headline {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #222;
  position: relative;
  z-index: 1;
}

.ac-spotlight__image {
  max-width: 70%;
  height: auto;
  align-self: flex-end;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.ac-productcardV3 {
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  font-family: "Arial", sans-serif;
}

.ac-productcardV3__image-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5/1;
  overflow: hidden;
}

.ac-productcardV3__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ac-productcardV3__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
}

.ac-productcardV3__info {
  padding: 0px 12px 10px;
  position: relative;
}

.ac-productcardV3__meta {
  font-size: 14px;
  color: #666;
  display: flex;
  justify-content: flex-start;
  gap: 10px;

  position: absolute;
  padding: 0 16px;
  line-height: normal;
  display: flex;
  align-items: center;
  min-height: 30px;
  width: fit-content;
  top: -30px;
  background: #ffffff;
  left: 0;
  border-radius: 0px 20px 0px 0px;
}

.ac-productcardV3__title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin: 4px 0;
}

.ac-productcardV3__price-note {
  font-size: 14px;
  color: #0076d7;
  margin-bottom: 8px;
}

.ac-productcardV3__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ac-productcardV3__pill {
  background: #f1f5f9;
  color: #222;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 50px;
  white-space: nowrap;
}

.ac-productcardV3__rating {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #def7e2;
  color: #128c46;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
}

.ac-bundleCard {
  width: 100%;
  max-width: 320px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-family: "Arial", sans-serif;
  border: 1px solid #f1f1f1;
  display: flex;
  flex-direction: column;
}

.ac-bundleCard__images {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px;
  gap: 5px;
}

.ac-bundleCard__img-left,
.ac-bundleCard__img-right {
  width: 50%;
  border-radius: 8px;
  object-fit: cover;
}

.ac-bundleCard__plus {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.ac-bundleCard__tag {
  background: #f9f4dc;
  color: #5e4600;
  font-size: 13px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ac-bundleCard__tag-icon {
  font-size: 14px;
}

.ac-bundleCard__content {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ac-bundleCard__title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}

.ac-bundleCard__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ac-bundleCard__price {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
}

.ac-bundleCard__btn {
  background: #f93161;
  color: white;
  border: none;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
}

.ac-pathyaCard {
  width: 100%;
  max-width: 320px;
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", sans-serif;
  display: flex;
  flex-direction: column;
}

.ac-pathyaCard__image-wrap {
  position: relative;
}

.ac-pathyaCard__image {
  width: 100%;
  height: 250px;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  object-fit: cover;
}

.ac-pathyaCard__offer-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #3b82f6;
  color: white;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 500;
}

.ac-pathyaCard__time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #f3f4f6;
  color: #111827;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}

.ac-pathyaCard__veg-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  border: 1.5px solid #28a745;
  border-radius: 2px;
  background-color: #28a745;
  display: none;
}

.ac-pathyaCard__details {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ac-pathyaCard__vendor {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.ac-pathyaCard__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ac-pathyaCard__title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.ac-pathyaCard__rating {
  background: #e6f4ea;
  color: #2e7d32;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 13px;
}

.ac-pathyaCard__kcal {
  background: #d1fae5;
  color: #047857;
  font-weight: 600;
  font-size: 14px;
  padding: 6px;
  text-align: center;
  border-radius: 10px;
}

.ac-pathyaCard__nutrients {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
  background: #f9fafb;
  border-radius: 12px;
  padding: 10px;
}

.ac-pathyaCard__nutrients div strong {
  color: #111827;
  font-size: 14px;
}

.ac-pathyaCard__footer {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ac-pathyaCard__price {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.ac-pathyaCard__orderBtn {
  background-color: #ef4444;
  color: white;
  padding: 8px 16px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.ac-comboCard {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", sans-serif;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}

.ac-comboCard:hover {
  transform: translateY(-4px);
}

.ac-comboCard__imageWrap {
  background: #891d57; /* matching deep background */
  height: 250px;
}
.ac-comboCard__imageWrap img {
  height: 100%;
  object-fit: cover;
}
.ac-comboCard__image {
  width: 100%;
  display: block;
  object-fit: cover;
}

.ac-comboCard__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ac-comboCard__vendor {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.ac-comboCard__title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.ac-comboCard__desc {
  font-size: 14px;
  color: #374151;
  margin: 0;
  line-height: 1.4;
}

.ac-comboCard__cta {
  color: #dc2626;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-top: 8px;
  display: inline-block;
}

.ac-bestPrices {
  font-family: "Segoe UI", sans-serif;
  padding: 20px;
  background: #fff;
  text-align: center;
}

.ac-bestPrices__heading {
  font-size: 18px;
  font-weight: 700;
  color: #b1006a;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.ac-bestPrices__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
}

.ac-bestPrices__card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  width: 200px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.ac-bestPrices__badge {
  background: linear-gradient(to bottom, #b1006a, #8400a8);
  color: #fff;
  padding: 12px 8px 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.ac-bestPrices__badge strong {
  display: block;
  font-size: 18px;
}

.ac-bestPrices__product-img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  background: #8400a8;
  padding: 10px;
}

.ac-bestPrices__info {
  padding: 10px;
  text-align: left;
}

.ac-bestPrices__price {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ac-bestPrices__price del {
  font-size: 14px;
  color: #888;
}

.ac-bestPrices__btn {
  background: #fff;
  border: 1px solid #28a745;
  color: #28a745;
  padding: 6px 14px;
  border-radius: 8px;
  margin: 8px 0;
  cursor: pointer;
  font-weight: 600;
}

.ac-bestPrices__name {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin: 6px 0;
  height: fit-content;
  overflow: hidden;
}

.ac-bestPrices__rating {
  font-size: 14px;
  color: #28a745;
}

.ac-bestPrices__weight {
  font-size: 14px;
  color: #666;
}

.ac-bestPrices__more {
  margin-top: 20px;
}

.ac-bestPrices__see-more {
  background: linear-gradient(to right, #c2007c, #a400e2);
  color: white;
  padding: 10px 24px;
  border: none;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.ac-dishOfDay {
  width: 260px;
  border-radius: 20px;
  background: #000000;
  color: #fff;
  padding: 30px 16px 40px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.ac-dishOfDay__banner {
  font-size: 22px;
  font-weight: 800;
  color: #06b26b;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.ac-dishOfDay__banner span {
  font-weight: 500;
}

.ac-dishOfDay__image-wrapper {
  position: absolute;
  top: -120px;
}

.ac-dishOfDay__food-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  height: 140px;
}

.ac-dishOfDay__price-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #00c853;
  color: #fff;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 50%;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ac-dishOfDay__old-price {
  font-size: 10px;
  text-decoration: line-through;
  color: #fff;
}

.ac-dishOfDay__details {
  margin-top: 8px;
}

.ac-dishOfDay__tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4px;
}

.ac-dishOfDay__tag {
  background: #fff;
  color: #000;
  padding: 2px 6px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
}

.ac-dishOfDay__title {
  font-size: 15px;
  font-weight: 700;
  margin: 6px 0;
}

.ac-dishOfDay__rating {
  font-size: 13px;
  color: #ffe57f;
}

.ac-dishOfDay__note {
  font-size: 12px;
  color: #b2ff59;
  margin-top: 4px;
}

.ac-dishOfDay__add-btn {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  background: #00e676;
  color: #000;
  font-weight: 600;
  padding: 10px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: -25px;
}

/* new ui */

/* new css */



