#product_listing .hero {
  position: relative;
}

#product_listing .hero .img img {
  aspect-ratio: 2.4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

#product_listing .hero .gradiant {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: radial-gradient(80.03% 112.72% at 80.03% 50%, rgba(0, 41, 57, 0) 0%, rgba(0, 41, 57, 0.7) 54.31%, rgba(0, 41, 57, 0.86) 88.37%);
}

#product_listing .hero .info {
  position: absolute;
  top: 0px;
  left: 50%;
  display: grid;
  height: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  transform: translateX(-50%);
}

#product_listing .hero .info .contents {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

#product_listing .hero .info .contents .title {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(228 207 169 / var(--tw-text-opacity));
  font-size: 64px;
  font-family: "wondershine", serif;
  line-height: 1.1;
  letter-spacing: 2px;
}

#product_listing .hero .info .contents .desc {
  color: rgb(246 246 246 / 0.7);
  font-size: 24px;
}

.filer_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 1.5rem;
}

.filer_wrapper .filer {
  border: 1px solid;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  align-items: center;
  gap: 0.375rem;
  border-color: rgb(0 41 57 / 0.4);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  font-size: 16px;
  line-height: 1.2px;
}

.filer_wrapper svg {
  height: 1.25rem;
  width: 1.25rem;
}

.filer_wrapper #filter_dropdown {
  display: none;
}

.filer_wrapper .dropdown {
  position: absolute;
  right: 1rem;
  z-index: 20;
  display: none;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  top: 110%;
  max-height: 260px;
  width: clamp(240px, 15vw, 300px);
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.079);
}

.filer_wrapper .dropdown .title {
  border-bottom: 1px solid;
  font-family: "wondershine", serif;
  border-bottom-color: rgb(0 41 57 / 0.3);
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  font-size: 18px;
  line-height: 1;
}

.filer_wrapper .dropdown::-webkit-scrollbar {
  width: 0.25rem;
}

.filer_wrapper .dropdown a {
  width: 100%;
  padding: 0.5rem;
  font-weight: 500;
  text-transform: lowercase;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.filer_wrapper .dropdown a:hover {
  background-color: rgb(0 41 57 / 0.1);
}

.filer_wrapper .dropdown a.active {
  background-color: rgb(0 41 57 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(228 207 169 / var(--tw-text-opacity));
}

.filer_wrapper #filter_dropdown:checked + .dropdown {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 1200px) {
  #product_listing .hero .img img {
    aspect-ratio: 2;
  }

  #product_listing .hero .info .contents {
    gap: 1rem;
  }

  #product_listing .hero .info .contents .title {
    font-size: 56px;
  }
}

@media (max-width: 992px) {
  #product_listing .hero .img img {
    aspect-ratio: 3/2;
  }

  #product_listing .hero .info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #product_listing .hero .info .contents .title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  #product_listing .hero .img img {
    aspect-ratio: 4/3;
  }

  #product_listing .hero .info .contents .title {
    font-size: 40px;
  }

  #product_listing .hero .info .contents .desc {
    font-size: 20px;
  }
}

@media (max-width: 568px) {
  #product_listing .hero .img img {
    aspect-ratio: 5/4;
  }

  #product_listing .hero .info .contents {
    gap: 0.5rem;
  }

  #product_listing .hero .info .contents .title {
    font-size: min(36px, 8vw);
  }

  #product_listing .hero .info .contents .desc {
    font-size: 14px;
  }
}

/*# sourceMappingURL=product_listing.css.map */