#ShopListingPage {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

#mainContent {
  background-color: #f6f6f9;
}

.page-header {
  background-image: url(/img/schoolsArtwork.svg);
  color: #fff;
}
.page-header .headingSlider .shopHeaderSliderImg {
  height: 360px;
  border-radius: 24px;
  border: 1px solid #e0e0eb;
}
@media screen and (max-width: 768px) {
  .page-header .headingSlider .shopHeaderSliderImg {
    height: auto;
  }
}
.page-header .headingSlider .owl-dots {
  position: absolute;
  bottom: 54px;
  right: 64px;
  margin: 0;
}
.page-header .headingSlider .owl-dots .owl-dot span {
  width: 31px;
  height: 4px;
  margin: 0 0 0 7px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0.24;
}
.page-header .headingSlider .owl-dots .owl-dot.active span, .page-header .headingSlider .owl-dots .owl-dot:hover span {
  opacity: 1;
  background-color: #fff;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .mt-100 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 374px) {
  .main-title {
    font-size: 1.1rem;
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  .main-title {
    font-size: 1.1rem;
  }
}

.partnerProduct {
  border-radius: 16px;
  box-shadow: 5px 10px 30px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  overflow: hidden;
}
.partnerProduct .productImage {
  width: 100%;
  display: block;
  min-height: 180px !important;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.partnerProduct .productImage img {
  min-height: 180px;
  width: 100%;
}
.partnerProduct .productImage .logo {
  height: 70px;
  display: flex;
  position: absolute;
  width: 70px;
  background: #fff;
  line-height: 70px;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 10px 30px 3px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  bottom: -25px;
  right: 10px;
}
.partnerProduct .productImage .logo img {
  width: 100%;
}
.partnerProduct > div {
  padding: 12px 16px 16px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.partnerProduct > div .product-header > span:first-child {
  color: #0dd494;
  font-size: 12px;
}
.partnerProduct .category {
  font-size: 12px;
  color: #202359;
  line-height: 18.6px;
  margin-bottom: 10px;
  border: 1px solid #f6f6f9;
  padding: 3px 10px;
  border-radius: 15px;
  display: inline-block;
}
.partnerProduct .company {
  color: #737598;
  font-size: 12px;
}
.partnerProduct p {
  color: #191920;
  margin-bottom: 0;
  font-family: "29LTAdir Bd";
  font-size: 1rem;
}
.partnerProduct .productName {
  color: #191920;
  margin-bottom: 0;
  font-family: "29LTAdir Bd";
  font-size: 1rem;
  white-space: nowrap;
}
.partnerProduct .header {
  color: #202359;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  height: 50px;
  display: block;
  overflow: hidden;
}
.partnerProduct .details-btn {
  border: 1px solid #2ea9d3;
  color: #2ea9d3 !important;
  padding: 5px 4px;
  border-radius: 28px;
  font-size: 14px !important;
  text-align: center;
  flex-grow: 1;
}
.partnerProduct .small {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #202359;
  font-family: "29LTAdir Reg";
}
.partnerProduct .small span {
  color: #737598;
  font-size: 12px;
  line-height: 19.2px;
  text-decoration: line-through;
}
.partnerProduct .bottom {
  display: flex;
}
.partnerProduct .bottom a {
  padding: 8px 10px;
  color: #191920;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.partnerProduct .bottom a img {
  width: auto !important;
  margin-bottom: 0;
}
.partnerProduct .bottom .btn {
  border-radius: 7px;
  background-color: #eaf6fb;
  border: 1px solid #eaf6fb !important;
  color: #fff;
  padding: 10px 22px !important;
}
.partnerProduct .bottom .btn:hover {
  background-color: #eaf6fb !important;
  border: 1px solid #2ea9d3 !important;
}

.owlProductSlider .owl-nav {
  position: absolute;
  top: -70px;
  left: 35px;
}
.owlProductSlider .owl-nav button {
  position: absolute;
  background: #dfe0ea !important;
  padding: 8px !important;
  border-radius: 40px !important;
  box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.05);
  width: 34px;
  height: 34px;
}
.owlProductSlider .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

@media (max-width: 768px) {
  .companySlider .owl-item .item img {
    width: 100% !important;
  }

  .companySlider .owl-item .item {
    padding: 0 !important;
  }
}
#shareBtns {
  position: inherit;
}

:lang(en) .search-sec .filter-sec .custom-select {
  width: 66px;
}
:lang(en) .owlProductSlider .owl-nav {
  left: auto;
  right: 35px;
}
:lang(en) .partnerProduct {
  text-align: left;
  direction: ltr;
}

@media (max-width: 480px) {
  .companySlider .owl-item .item img {
    height: auto !important;
  }
}
.search-sec .why-yaschools-shop {
  font-size: 21px;
  font-weight: 500;
  color: #000;
  line-height: 31px;
  text-align: center;
  margin-bottom: 30px;
}
.search-sec .why-yaschools-shop span {
  color: #5b63fb;
}
.search-sec .search-card {
  background-color: white;
  border-radius: 28px;
  width: 85vw;
  padding: 8px 24px 8px 8px;
}
@media (max-width: 480px) {
  .search-sec .search-card {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .search-sec .search-card {
    width: 54vw;
  }
}
.search-sec .search-card select,
.search-sec .search-card input,
.search-sec .search-card button {
  background: none;
  border: none;
}
.search-sec .search-card select {
  cursor: pointer;
}
.search-sec .search-card input {
  padding-right: 16px;
  margin-right: 4px;
  border-right: 1px solid #c4c5d9;
  width: 80%;
}
@media screen and (max-width: 776px) {
  .search-sec .search-card input {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.search-sec .filter-sec {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .search-sec .filter-sec {
    margin-bottom: 20px;
  }
}
.search-sec .filter-sec button,
.search-sec .filter-sec a.btn {
  background-color: white;
  border: none;
  border-radius: 20px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #202359;
  line-height: 21px;
}
.search-sec .filter-sec select {
  background: none;
  border: 1px solid #e0e0eb;
  border-radius: 20px;
  padding: 2px 10px;
  cursor: pointer;
}
.search-sec .filter-sec .custom-select-wrapper {
  border: 1px solid #e0e0eb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 1px 10px;
}
.search-sec .filter-sec .custom-select {
  appearance: none;
  /* Remove the default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 60px;
  padding: 2px 10px 2px 0;
  color: #202359;
}
.search-sec .filter-sec .custom-select-wrapper::after {
  content: url(/img/filter-filler.png);
  font-weight: 900;
  /* Required for solid icons in Font Awesome */
  margin-top: 10px;
}

.owl-carousel {
  z-index: 0 !important;
}

.alert.alert-danger {
  background-color: #f8d7da !important;
  color: #58151c;
}

@media (min-width: 1200px) {
  .productList {
    flex: 0 0 auto;
    max-width: 20%;
  }
}

.title-row h4 {
  color: #202359;
}

.styles__containerPortal--c9f84 {
  position: relative;
  padding: 1px;
  z-index: 0;
  background: white;
}
.styles__containerPortal--c9f84::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(150deg, #45ebad, #5b63fb);
  z-index: -1;
}

.search-bar-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 500px) {
  .search-bar-container {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 8px 4px !important;
  }
  .search-bar-container select {
    font-size: 8px !important;
  }
  .search-bar-container input::placeholder,
.search-bar-container input {
    font-size: 8px !important;
  }
  .search-bar-container .search-shop-categories {
    padding: 2px 4px !important;
    font-size: 10px !important;
    gap: 4px !important;
  }
}
.search-bar-container .search-shop-categories {
  background: #5b63fb !important;
  color: #fff;
  padding: 2px 16px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-bar-container .search-shop-categories i {
  color: #fff !important;
}
.search-bar-container .filter-shop-categories {
  height: 51px;
  flex-grow: 1;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #202359;
  border-radius: 40px;
  border: 1px dashed #dfdfea;
  background: transparent;
}
.search-bar-container .filter-shop-categories select {
  border: none;
  background: transparent;
  appearance: none !important;
  -webkit-appearance: none !important;
}

@media (max-width: 768px) {
  #ShopListingPage {
    margin-top: 1rem !important;
  }
  #ShopListingPage .why-yaschools-shop {
    font-size: 18px !important;
  }

  .search-card > select {
    margin-bottom: 12px;
  }

  .filter-sec > div {
    gap: 2rem !important;
  }
}
@media (max-width: 500px) {
  .search-card > div {
    border: none !important;
    padding: none !important;
  }
  .search-card > select {
    margin: 0 !important;
  }
}
.view-products-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view-products-container .main-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view-products-container .main-title h3 {
  font-size: 26px;
  font-weight: 500;
  color: #202359;
}
.view-products-container .main-title a {
  color: #202359;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  border: 1px solid #202359;
  border-radius: 24px;
  font-size: 14px !important;
}
html[lang=en] .view-products-container .main-title a svg {
  transform: rotate(180deg);
}

.product-images-carousel {
  position: relative;
}
.product-images-carousel .owl-dots {
  position: absolute;
  background-color: #ffffff8f;
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
  height: 12px;
  bottom: 5px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.product-images-carousel .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: transparent;
  border: 1px solid #d4d4db;
  display: block;
  border-radius: 50%;
  transition: background 0.3s;
}
.product-images-carousel .owl-dots .owl-dot.active span {
  background: #1b1d40;
  width: 13px !important;
  border: none !important;
  height: 5px !important;
  border-radius: 10px !important;
}

.product-item {
  position: relative;
}
.product-item .product-discount-percentage {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0 4px;
  height: 24px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #e74c4c;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  z-index: 1000;
}
.product-item .product-images-carousel {
  position: relative;
}
.product-item .product-images-carousel .owl-dots {
  position: absolute;
  background-color: #ffffff8f;
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
  height: 12px;
  bottom: 5px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.product-item .product-images-carousel .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: transparent;
  border: 1px solid #d4d4db;
  display: block;
  border-radius: 50%;
  transition: background 0.3s;
}
.product-item .product-images-carousel .owl-dots .owl-dot.active span {
  background: #1b1d40;
  width: 13px !important;
  border: none !important;
  height: 5px !important;
  border-radius: 10px !important;
}
.product-item .product-item-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-item .product-item-header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.product-item .product-item-header .product-item-type {
  font-size: 12px;
  color: #0dd494;
  font-weight: 400;
}
.product-item .product-item-header .product-item-rate {
  color: #babbcf;
  font-size: 12px;
}
.product-item .product-item-header .product-item-rate i {
  color: #f8bc48;
}
.product-item .product-item-name {
  font-size: 16px;
  color: #202359;
  font-weight: 400;
}
.product-item .company-name {
  font-size: 12px;
  color: #737598;
  font-weight: 400;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.product-item .product-item-price .price {
  font-size: 18px;
  color: #202359;
  font-weight: 400;
}
.product-item .product-item-price .discount {
  font-size: 12px;
  color: #737598;
  font-weight: 400;
  text-decoration: line-through;
}
.product-item .product-item-btns {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  gap: 8px;
}
.product-item .product-item-btns .add-to-cart {
  background-color: #f6f6f9;
  color: #202359 !important;
  border: 1px solid #737598;
  border-radius: 28px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 80%;
  text-decoration: none !important;
}
.product-item .product-item-btns .like {
  border: 1px solid #dfdfea;
  border-radius: 50%;
  background-color: transparent !important;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  display: flex;
  margin: 0 !important;
  justify-content: space-between;
  width: 100%;
  transform: translate(0, -50%);
  padding: 0 20px;
}
.owl-theme .owl-nav img {
  width: 35px !important;
  height: 35px !important;
}

.owl-stage-outer,
.shopHeaderSliderImg {
  height: 240px !important;
  border-radius: 24px !important;
}