@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
input, textarea {
  height: calc(var(--inputsize) - var(--borderwidth));
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  padding: 0 var(--paddingleftright);
}
input:focus, textarea:focus {
  outline: none;
}
input.valid, textarea.valid {
  outline: none;
}
input.valid ~ label, textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}
input:not(.no-focus):focus, textarea:not(.no-focus):focus {
  outline: none;
}
input:not(.no-focus):focus ~ label, textarea:not(.no-focus):focus ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}
input[readonly], textarea[readonly] {
  caret-color: transparent;
}

.category-initial-sec {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1367px) {
  .category-initial-sec {
    position: relative;
  }
}
.category-initial-sec figure {
  position: relative;
  margin: 0;
  line-height: 0px;
}
.category-initial-sec figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .category-initial-sec figure img {
    height: 350px;
  }
}
.category-initial-sec figure::before {
  content: "";
  background: linear-gradient(180.03deg, rgba(0, 0, 0, 0) 12.64%, rgba(24, 18, 19, 0.95) 101.1%), linear-gradient(360deg, rgba(0, 0, 0, 0) 41.5%, rgba(0, 0, 0, 0.95) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.category-initial-sec figcaption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  bottom: 24%;
  transform: translateY(-24%);
  max-width: 433px;
  color: var(--white);
}
@media (max-width: 1230px) {
  .category-initial-sec figcaption {
    left: 30%;
    transform: none !important;
    top: 45%;
    bottom: auto;
  }
}
@media (max-width: 1024px) {
  .category-initial-sec figcaption {
    left: 28%;
    transform: none !important;
    top: 40%;
    bottom: auto;
  }
}
@media (max-width: 991px) {
  .category-initial-sec figcaption {
    left: 23%;
    transform: none !important;
    top: 46%;
    bottom: auto;
  }
}
@media (max-width: 540px) {
  .category-initial-sec figcaption {
    left: 0%;
    transform: none !important;
    top: 45%;
    bottom: auto;
    padding: 0 12px;
  }
}
.category-initial-sec figcaption .content {
  text-align: center;
}
.category-initial-sec figcaption .content h2 {
  padding-bottom: 10px;
}
@media (max-width: 540px) {
  .category-initial-sec figcaption .content h2 {
    font-size: 36px;
  }
}
.category-initial-sec figcaption .content img {
  width: 178px;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 540px) {
  .category-initial-sec figcaption .content img {
    aspect-ratio: 3/1;
  }
}
.category-initial-sec figcaption h1 {
  font-weight: 450;
  font-size: 64px;
  line-height: 64px;
  color: var(--white);
  font-family: Kugile, sans-serif;
}

.product-sec {
  padding-top: 25px;
}
.product-sec .product-item {
  display: grid;
  padding-top: 15px;
  row-gap: 50px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  background-color: inherit;
  padding-bottom: 131px;
}
@media (max-width: 1007px) {
  .product-sec .product-item {
    padding-bottom: 0px;
    row-gap: 70px;
  }
}
@media (max-width: 540px) {
  .product-sec .product-item {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}
.product-sec .content {
  text-align: center;
}
.product-sec .content img {
  width: 100%;
  height: 100%;
  transition: 0.9s ease;
}
.product-sec .content p {
  font-family: TTDrugs;
  font-weight: 400;
  font-size: 28px;
  line-height: 33.6px;
  color: var(--neutral-gray);
  padding-top: 20px;
}
.product-sec .content h6 {
  font-family: CircularPro, sans-serif;
  font-weight: 450;
  font-size: 20px;
  line-height: 25.3px;
  color: var(--neutral-gray);
  padding-top: 20px;
}

.select-brand-category-sec .list-filter-wrap {
  position: sticky;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 3;
  --bordercolor: #D9D9D9;
  background: var(--white);
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  height: 100%;
  --filterheight: 45px;
}
.select-brand-category-sec .list-filter {
  display: flex;
}
.select-brand-category-sec .list-filter .colB {
  flex: 1;
}
.select-brand-category-sec .list-filter .colB .fltr-ggf {
  display: flex;
  max-width: 400px;
}
.select-brand-category-sec .list-filter .colB .fltr-ggf .kmr-select-wrap {
  --labelheight: 20px;
  padding: 10px 50px;
}
.select-brand-category-sec .list-filter .colB .fltr-ggf .kmr-select-wrap:not(.sort_by) {
  border-right: 1px solid #E0E0E0;
}
@media (max-width: 540px) {
  .select-brand-category-sec .list-filter .colB .fltr-ggf .kmr-select-wrap.brand_select {
    flex: 1;
    padding: 10px;
  }
}
@media (max-width: 540px) {
  .select-brand-category-sec .list-filter .colB .fltr-ggf .kmr-select-wrap.brand_select:first-child {
    flex: 0 1 40%;
  }
}
.select-brand-category-sec .list-filter .colB .fltr-ggf .kmr-select-wrap.brand_select .kmr-select-menu {
  width: 240px;
}
@media (max-width: 540px) {
  .select-brand-category-sec .list-filter .colB .fltr-ggf .kmr-select-wrap.brand_select .kmr-select-menu {
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 0;
  }
}
@media (max-width: 540px) {
  .select-brand-category-sec .list-filter .colB .fltr-ggf .kmr-select-wrap.brand_select .kmr-select-menu li {
    padding: 0 15px;
    margin-bottom: 5px;
  }
}
.select-brand-category-sec .list-filter .colB .fltr-ggf #selected-values {
  display: flex;
  margin-left: 30px;
}
@media (max-width: 540px) {
  .select-brand-category-sec .list-filter .colB .fltr-ggf #selected-values {
    display: none;
  }
}
.select-brand-category-sec .list-filter .colB .fltr-ggf #selected-values #selected-brand, .select-brand-category-sec .list-filter .colB .fltr-ggf #selected-values #selected-category {
  display: flex;
  align-items: center;
}
.select-brand-category-sec .list-filter .colB .fltr-ggf #selected-values #selected-brand .selected-item, .select-brand-category-sec .list-filter .colB .fltr-ggf #selected-values #selected-category .selected-item {
  border: 1px solid #CECECE;
  border-radius: 35px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--neutral-gray);
  padding: 2px 12px;
  font-family: CircularPro, sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 450;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.select-brand-category-sec .list-filter .colB .fltr-ggf #selected-values #selected-brand .selected-item .cross-icon, .select-brand-category-sec .list-filter .colB .fltr-ggf #selected-values #selected-category .selected-item .cross-icon {
  cursor: pointer;
  margin-left: 4px;
}

.footer1 {
  margin-top: 45px;
}

.product-secC {
  width: 100%;
  border-radius: 10px;
  background: #F4F2ED;
  padding: 30px;
  margin: 50px 0 0 0;
}
.product-secC .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 540px) {
  .product-secC .flex-box {
    display: block;
  }
}
@media (max-width: 1024px) {
  .product-secC .flex-box .flex-box-item:first-child {
    max-width: 70%;
  }
}
@media (max-width: 540px) {
  .product-secC .flex-box .flex-box-item:first-child {
    max-width: 100%;
    text-align: center;
  }
}
.product-secC .flex-box .flex-box-item:first-child h2 {
  font-weight: 450;
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media (max-width: 540px) {
  .product-secC .flex-box .flex-box-item:first-child h2 {
    font-size: 20px;
  }
}
.product-secC .flex-box .flex-box-item:first-child p {
  font-weight: 450;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 540px) {
  .product-secC .flex-box .flex-box-item:first-child p {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}
.product-secC .flex-box .flex-box-item:last-child a {
  flex: 0 0 auto;
  color: var(--white);
  border-radius: 50px;
  padding: 12px 22px;
  height: 44px;
  margin-top: 30px;
  background: var(--warm-brown);
  text-align: center;
  padding-top: 12px;
  transition: background-color 0.5s ease;
  font-weight: 450px;
  font-size: 16px;
  line-height: 20.24px;
  letter-spacing: 1.6px;
  margin: 0 auto;
}
.product-secC .flex-box .flex-box-item:last-child a:hover {
  color: var(--white);
  background-color: var(--light-beige);
}
@media (max-width: 540px) {
  .product-secC .flex-box .flex-box-item:last-child {
    text-align: center;
  }
}/*# sourceMappingURL=category.css.map */