.store2SliderSection {
  position: relative;
}
.store2MainSwiper {
  width: 100%;
}
.store2MainSwiperSlide {
  position: relative;
}
.sliderInfoDiv {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10% 120px;
}
.sliderTitle {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 10px;
  direction: rtl;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 51.2px;
  color: var(--bgClr2);
}
.sliderTitle.dark {
  text-align: left;
  color: var(--clr3);
}
.sliderBody {
  display: none;
}
.store2MainImgSlide {
  width: 100%;
  height: auto;
  aspect-ratio: 3.6/4.8;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 550px;
}
.sliderPag {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 150;
  gap: 12px;
}
.store2SliderSection .swiper-pagination-bullet,
.store2SliderSection .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid var(--clr3);
}
.store2SliderSection .swiper-pagination-bullet.swiper-pagination-bullet-active,
.store2SliderSection .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr3);
}
.sliderLink {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 0;
}
@media screen and (min-width: 968px) {
  .store2SliderSection {
    width: 100%;
    max-width: 1250px;
  }
  .store2MainImgSlide {
    max-height: unset;
    aspect-ratio: 12/4;
  }
  .sliderTitle {
    display: block;
    position: relative;
    width: fit-content;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
  }
  .sliderTitle::after {
    content: "";
    width: 70%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -22px;
    background-color: var(--bgClr2);
  }
  .sliderTitle.dark::after {
    background-color: var(--clr3);
    right: unset;
    left: 0;
  }
  .sliderInfoDiv {
    padding: 0 8% 90px;
    gap: 45px;
  }
  .sliderInfoDiv:has(.dark) {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .sliderBody {
    display: block;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: right;
    color: var(--bgClr2);
  }
  .sliderBody.dark {
    color: var(--clr3);
  }
  .sliderPag {
    bottom: 40px;
  }
}
@media screen and (min-width: 1250px) {
  .store2SliderSection {
    width: 90%;
    margin: 35px auto 0;
  }
  .sliderInfoDiv {
    padding: 0 7% 80px;
    gap: 45px;
  }
}
/* store2CollectionSection */
.store2CollectionSection {
  width: calc(100% - 30px);
  margin-top: 20px;
  gap: 15px;
}
.store2CollectionItem {
  position: relative;
}
.store2CollectionItem::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 55px solid var(--bgClr2);
  border-bottom: 45px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.collection2Image {
  width: 100%;
  height: auto;
  aspect-ratio: 3.2/2.5;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  max-height: 320px;
}
@media screen and (min-width: 768px) {
  .store2CollectionSection {
    width: 90%;
  }
}
@media screen and (min-width: 968px) {
  .store2CollectionSection {
    width: calc(100% - 40px);
    grid-template-columns: 1fr 1fr;
  }
  .collection2Image {
    aspect-ratio: 6/2.4;
  }
}
@media screen and (min-width: 1250px) {
  .store2CollectionSection {
    width: 90%;
  }
}
/* seeCollectionSection */
.seeCollectionSection {
  width: calc(100% - 30px);
  margin-top: 20px;
  padding: 55px 20px 20px;
  align-items: center;
  position: relative;
}
.seeCollectionImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.seeCollectionContentDiv {
  gap: 30px;
  z-index: 10;
  width: 100%;
}
.seeCollectionRightDiv {
  flex-direction: column;
  gap: 15px;
  width: fit-content;
  align-self: center;
}
.seeCollectionTitle svg {
  display: none;
}
.seeCollectionTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  color: var(--clr3);
  text-align: center;
}
.seeCollectionTitle span {
  color: var(--greenDarkClr);
  margin-right: 3px;
}
.seeCollectionText {
  min-height: 40px;
  padding: 8px 30px;
  gap: 10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  background-color: #f0eeeb;
  border-radius: 33px;
}
.collectionSeeLink {
  min-height: 58px;
  padding: 12px 32px;
  background-color: var(--greenDarkClr);
  color: var(--bgClr2);
  gap: 10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  width: 100%;
}
.seeCollectionSection::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 50px solid var(--bgClr2);
  border-bottom: 40px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .seeCollectionSection {
    width: 90%;
  }
  .collectionSeeLink {
    max-width: 350px;
    align-self: center;
  }
}
@media screen and (min-width: 968px) {
  .seeCollectionSection {
    width: calc(100% - 40px);
    padding: 30px 60px;
  }
  .seeCollectionContentDiv {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .seeCollectionRightDiv {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .collectionSeeLink {
    width: fit-content;
    padding: 12px 40px;
  }
  .seeCollectionTitle {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
  }
  .seeCollectionTitle svg {
    display: block;
    align-self: flex-start;
    transform: translateY(-20px);
    margin-left: 10px;
  }
}
@media screen and (min-width: 1250px) {
  .seeCollectionSection {
    width: 90%;
  }
}
/* storeResultSection */
.storeResultSection {
  gap: 40px;
  margin-top: 100px;
}
.collectionTitleDiv {
  grid-template-columns: 1fr auto 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  z-index: 10;
}
.collectionTitleStarDiv,
.collectionTitleStarDiv2 {
  height: 1px;
  background-color: var(--clr3);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  transform: translateX(5vw);
}
.collectionTitleStarDiv svg {
  transform: translateX(-10px);
}
.collectionTitleStarDiv2 {
  height: 1px;
  background-color: var(--clr3);
  justify-content: flex-start;
  width: 100%;
  transform: translateX(-5vw);
}
.collectionTitleStarDiv2 svg {
  transform: translateX(10px);
}
.collectionTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clr3);
  z-index: 10;
}
.collectionTitle span {
  color: var(--greenClr);
}
.storeResultTitleDiv {
  gap: 10px;
}
.collectionText1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  color: #9a9a9a;
  margin: 20px auto 0;
  width: 80%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .storeResultSection {
    margin-top: 120px;
  }
  .collectionTitleDiv {
    justify-content: center;
    align-items: center;
    grid-template-columns: 120px auto 120px;
    gap: 45px;
  }
  .collectionTitleStarDiv,
  .collectionTitleStarDiv2 {
    width: 100%;
    transform: none;
  }
}
.unsignedInfoDiv {
  position: relative;
  background-color: #f4f4f4;
  padding: 15px 20px;
  margin-top: 50px;
  z-index: 10;
  display: none;
}
.unsignedInfoDiv::before {
  content: "";
  width: 100%;
  height: 220px;
  background-image: -o-linear-gradient(
    -180deg,
    rgba(244, 244, 245, 0) 2.62%,
    #ffffff 88.14%
  );
  background-image: -moz-linear-gradient(
    -180deg,
    rgba(244, 244, 245, 0) 2.62%,
    #ffffff 88.14%
  );
  background-image: -webkit-linear-gradient(
    -180deg,
    rgba(244, 244, 245, 0) 2.62%,
    #ffffff 88.14%
  );
  background-image: linear-gradient(
    -180deg,
    rgba(244, 244, 245, 0) 2.62%,
    #ffffff 88.14%
  );
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  z-index: 80;
  pointer-events: none;
}
.unsignedInfoDiv::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.unsignedInfoText {
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 170%;
  text-align: center;
  vertical-align: middle;
  color: #323232;
}
.unsignedInfoText svg {
  margin-left: 3px;
  min-width: 18px;
}
@media screen and (min-width: 968px) {
  .unsignedInfoDiv::before {
    height: 260px;
  }
}
.listSection {
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.leftDiv {
  height: 4550px;
  background-color: dodgerblue;
  width: calc(100% - 320px);
}
.rightDiv {
  width: 300px;
  background-color: dodgerblue;
  position: relative;
}
.sideBarInner {
  gap: 20px;
  height: fit-content;
  background-color: tomato;
  top: 0;
  width: inherit;
}
.rightItemDiv {
  background-color: violet;
  height: 200px;
}
