.products_main {
  padding-top: 4rem;
  margin-bottom: 12.5rem;
}
.products_main .found {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.products_main .filter {
  margin-bottom: 3.4rem;
  position: relative;
  z-index: 99;
}
.products_main .filter .lt,
.products_main .filter .rt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products_main .filter .lt {
  flex: 1;
  gap: 5.2rem;
}
.products_main .filter .lt .label {
  margin-right: -2rem;
}
.products_main .filter .label {
  color: #6D6D6D;
  font-weight: 700;
  font-size: 1.8rem;
}
.products_main .filter .dropdown {
  position: relative;
}
.products_main .filter .dropdown.active .dropdown_link::after {
  transform: rotate(180deg);
}
.products_main .filter .dropdown.active .dropdown_menu {
  transform: translateY(2rem) scaleY(1);
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
}
.products_main .filter .dropdown.colors .dropdown_menu {
  gap: 0.6rem 1.6rem;
  width: min(32.708333vw, 62.8rem);
  grid-template-columns: repeat(3, 1fr);
}
.products_main .filter .dropdown.colors .dropdown_menu .dropdown_item {
  padding: 0;
}
.products_main .filter .dropdown.colors .dropdown_menu .dropdown_item::before,
.products_main .filter .dropdown.colors .dropdown_menu .dropdown_item::after {
  display: none;
}
.products_main .filter .dropdown .dropdown_link {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.8rem;
  gap: 1rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.products_main .filter .dropdown .dropdown_link::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s;
  background: url(../img/arrow-d.svg) no-repeat center / contain;
}
.products_main .filter .dropdown .dropdown_menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  width: min(24.375vw, 46.8rem);
  padding: 4rem;
  transform: translateY(1rem) scaleY(0);
  border-radius: 0.8rem;
  transform-origin: center top;
  background-color: #fff;
  gap: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transition: all 0.3s;
  max-height: 40rem;
  overflow: auto;
  display: grid !important;
}
.products_main .filter .dropdown .dropdown_menu.loading1 .dropdown_item {
  opacity: 0.5;
  pointer-events: none;
}
.products_main .filter .dropdown .dropdown_menu::before {
  content: '';
  display: block;
  border: 1rem solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 2.6rem;
  bottom: 100%;
}
.products_main .filter .dropdown .dropdown_menu .dropdown_item {
  cursor: pointer;
  position: relative;
  padding-left: 3.4rem;
  font-size: 1.66rem;
}
.products_main .filter .dropdown .dropdown_menu .dropdown_item::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #D7D7D7;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0.22rem;
}
.products_main .filter .dropdown .dropdown_menu .dropdown_item::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  left: 0.2rem;
  top: 0.5rem;
  background: url(../img/icon-gou.svg) no-repeat center / contain;
}
.products_main .filter .dropdown .dropdown_menu .dropdown_item.active::before,
.products_main .filter .dropdown .dropdown_menu .dropdown_item:hover::before {
  border-color: var(--primary);
}
.products_main .filter .dropdown .dropdown_menu .dropdown_item.active::after {
  opacity: 1;
}
.products_main .filter .dropdown .dropdown_menu .dropdown_item:has(i) {
  padding-left: 5rem;
}
.products_main .filter .dropdown .dropdown_menu .dropdown_item i {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 2.6rem;
  top: 0.3rem;
  border-radius: 50%;
}
.products_main .filter .dropdown .dropdown_menu .dropdown_item span {
  font-size: 0.8em;
  opacity: 0.5;
}
.products_main .filter .dropdown .dropdown_menu .dropdown_item.active span {
  opacity: 0;
}
.products_main .filter .dropdown .dropdown_menu .dropdown_item.disabled,
.products_main .filter .dropdown .dropdown_menu .dropdown_item[disabled] {
  order: 2;
  opacity: 0.5;
  pointer-events: none;
  display: none;
}
.products_main .filter .dropdown .active .color .img::before {
  opacity: 1;
  transform: scale(1);
}
.products_main .filter .dropdown .color {
  gap: 1.5rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.products_main .filter .dropdown .color .img {
  position: relative;
  z-index: 2;
  padding: 2px;
}
.products_main .filter .dropdown .color .img::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid var(--primary);
}
.products_main .filter .dropdown .color .img img {
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  border-radius: 50%;
}
.products_main .filter select {
  width: 10rem;
  font-weight: 700;
  font-size: 1.8rem;
  outline: none;
  border: none;
  padding: 0 2.2rem 0 1.2rem;
  background: url(../img/arrow-d.svg) no-repeat right center / 1rem;
}
.products_main .filter .breadcrumb {
  margin-top: 2rem;
  padding-top: 2.2rem;
  border-top: 1px solid #E0E0E0;
  gap: 1rem;
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
.products_main .filter .breadcrumb button {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0 1.3rem;
  transition: all 0.3s;
  gap: 6px;
  display: flex;
  align-items: center;
}
.products_main .filter .breadcrumb button:hover {
  color: #fff;
  background-color: var(--primary);
}
.products_main .filter .breadcrumb button .label {
  font-weight: normal;
  font-size: inherit;
}
.products_main .filter .breadcrumb ul {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.products_main .filter .breadcrumb li {
  cursor: pointer;
  transition: all 0.3s;
  gap: 1.2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  background-color: #F7F6F2;
  padding: 0 1.2rem;
}
.products_main .filter .breadcrumb li:hover {
  color: #fff;
  background-color: var(--primary);
}
.products_main .filter .breadcrumb li:hover::after {
  transform: rotate(180deg);
  background-color: #fff;
}
.products_main .filter .breadcrumb li::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  transition: all 0.3s;
  background: url(../img/icon-delete.svg) no-repeat center / 50%;
}
.products_main .top {
  display: none;
}
.products_main .list .container {
  gap: 5rem 1.609195%;
  display: grid;
  position: relative;
  min-height: 500px;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.products_main .list[data-per-page="3"] .container {
  grid-template-columns: repeat(3, 1fr);
}
.products_main .list[data-per-page="4"] .container {
  grid-template-columns: repeat(4, 1fr);
}
.products_main .list[data-per-page="5"] .container {
  grid-template-columns: repeat(5, 1fr);
}
.products_main .list[data-per-page="6"] .container {
  grid-template-columns: repeat(6, 1fr);
}
.products_main .list.loading .container {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.products_main .list.loading::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 200px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border: 3px solid rgba(12, 27, 84, 0.1);
  border-top-color: var(--primary);
  border-right-color: var(--primary);
  border-radius: 50%;
  animation: spinLoader 0.6s linear infinite;
  z-index: 10;
  background-image: none !important;
}
@keyframes spinLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.products_main .list .center:has(button) {
  position: relative;
  margin-top: 8.8rem;
  min-height: 6rem;
}
.products_main .list .center.btn-loading button {
  opacity: 0;
  pointer-events: none;
}
.products_main .list .center.btn-loading::after {
  opacity: 1;
}
.products_main .btn-loading:before {
  display: none;
}
.products_main .list .center:has(button)::after {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid rgba(12, 27, 84, 0.1);
  border-top-color: var(--primary);
  border-right-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: spinLoadMore 0.6s linear infinite;
  z-index: 5;
}
@keyframes spinLoadMore {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.products_intro {
  margin-top: 7rem;
  padding-bottom: 7rem;
}
.products_intro.r .flex {
  flex-direction: row;
}
.products_intro .flex {
  flex-direction: row-reverse;
}
.products_intro .img {
  width: 45.172414%;
  border-radius: 1.2rem;
}
.products_intro .img:hover img {
  transform: scale(1.03);
}
.products_intro .head {
  flex: 1;
  max-width: 78.6rem;
}
.products_intro .head h2 {
  margin-bottom: 4rem;
  max-width: 64rem;
}
.products_intro .head p {
  color: var(--text);
  font-size: 1.7rem;
  line-height: 2.7rem;
  margin-top: 1.5rem;
}
.products_faqs {
  padding: 10.4rem 0 19.4rem;
}
.products_faqs .flex {
  margin-top: 4.6rem;
}
.products_faqs .faq_list {
  width: 63.103448%;
}
.products_faqs .faq_list .faq_item {
  transition: all 0.3s;
  border-bottom: 1px solid #C6C6C6;
}
.products_faqs .faq_list .faq_item.active {
  border-color: var(--title);
}
.products_faqs .faq_list .faq_item.active .question::after {
  transform: rotate(180deg);
}
.products_faqs .faq_list .question {
  cursor: pointer;
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  font-size: 2.7rem;
  font-weight: 500;
  padding: 2.4rem 0;
}
.products_faqs .faq_list .question::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1rem;
  transition: all 0.3s;
  background: url(../img/arrow-d.svg) no-repeat center / contain;
}
.products_faqs .faq_list .answer {
  display: none;
  color: var(--text);
  font-size: 1.7rem;
  line-height: 2.7rem;
  padding: 0.4rem 0 5.8rem;
}
.products_faqs .faq_list .answer a {
  color: var(--primary);
  text-decoration: underline;
  transition: all .3s;
}
.products_faqs .faq_list .answer a:hover {
  text-decoration-color: transparent;
}
.products_faqs .cards {
  flex: 1;
  max-width: 50rem;
}
.products_faqs .cards .card {
  display: block;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3.8rem 2rem 2rem 3rem;
  background-color: #F6F6F8;
}
.products_faqs .cards .card+.card {
  margin-top: 1.8rem;
}
.products_faqs .cards .card.active {
  background-color: var(--primary);
}
.products_faqs .cards .card.active .icon {
  filter: contrast(0) brightness(2);
}
.products_faqs .cards .card.active .syedittext h3,
.products_faqs .cards .card.active .syedittext p {
  color: #fff;
}
.products_faqs .cards .card.active .more {
  background-color: #fff;
}
.products_faqs .cards .card.active .more::after {
  filter: none;
}
.products_faqs .cards .card .icon {
  width: 5.4rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  transition: all 0.3s;
}
.products_faqs .cards .card .icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.products_faqs .cards .card .syedittext h3 {
  font-weight: normal;
  font-size: 2.8rem;
  transition: all 0.3s;
  margin-top: 1.4rem;
}
.products_faqs .cards .card .syedittext p {
  color: var(--text);
  font-size: 1.7rem;
  line-height: 2.7rem;
  transition: all 0.3s;
  margin-top: 1rem;
}
.products_faqs .cards .card .more {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  margin: 0.6rem 0 0 auto;
}
.products_faqs .cards .card .more::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-line-r-b.svg) no-repeat center / contain;
}
.gsm_slider {
  height: 7px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 56px 0 20px;
  grid-column: span 2;
  border-radius: 100px;
}
.gsm_slider .ui-slider-range {
  position: absolute;
  height: 100%;
  background-color: var(--primary);
}
.gsm_slider .ui-slider-handle {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translate(-50%, -6px);
  border-radius: 50%;
  border: 1px solid #191919;
  background-color: var(--primary);
  outline: none;
}
.gsm_slider .ui-slider-handle::before {
  content: attr(data-min);
  white-space: nowrap;
  display: block;
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
  min-width: 25px;
  text-align: center;
  transform: translateX(var(--x));
  background-color: var(--primary);
}
.gsm_slider .ui-slider-handle::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: var(--primary);
  cursor: pointer;
  cursor: grab;
  transition: all 0.3s;
}
.gsm_slider .ui-slider-handle:active {
  cursor: grabbing;
  z-index: 2;
}
.gsm_slider .ui-slider-handle:active::after {
  transform: scale(0);
}
.gsm_slider .ui-slider-handle+span::before {
  content: attr(data-max);
  left: 1rem;
}
.products_main .filter .dropdown[data-tax="pa_weight-gsm"] .dropdown_menu .dropdown_item {
  display: none;
}
.products_main .filter .per-page-selector {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.products_main .filter .per-page-label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
}
.products_main .filter .per-page-options {
  display: flex;
  gap: 1.6rem;
}
.products_main .filter .per-page-options button {
  padding: 0;
}
.products_main .filter .per-page-btn {
  border: none;
  background: transparent;
  cursor: pointer;
}
.products_main .filter .per-page-btn.active .dots span {
  background: var(--primary);
}
.products_main .filter .per-page-btn .dots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}
.products_main .filter .per-page-btn .dots span {
  width: 8px;
  height: 2px;
  border-radius: 1px;
  background: #999;
}
.products_main .filter .per-page-btn:hover {
  background: transparent !important;
}
.products_banner {
  position: relative;
  z-index: 100;
}
.products_banner .pd_search form {
  margin-top: 20px;
}
.about_culture {
  padding: 16rem 0 13rem;
}
.about_culture .unna {
  flex: 1;
}
.about_culture h2 {
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 700;
}
.about_culture .items {
  width: 54.597701%;
  border-top: 1px solid #C9C9C9;
}
.about_culture .item {
  padding-top: 3rem;
  gap: 2.8rem 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  transition: all 0.3s;
  border-bottom: 1px solid #C9C9C9;
}
.about_culture .item.active {
  border-color: var(--primary);
}
.about_culture .item.active::after {
  opacity: 1;
}
.about_culture .item .img {
  width: 6.2rem;
  height: 6.2rem;
  align-self: start;
  margin-top: 2px;
}
.about_culture .item .syedittext h3 {
  font-weight: 700;
  font-size: 2.6rem;
}
.about_culture .item .syedittext p {
  color: #494949;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
  margin-top: 1rem;
}
.about_culture .item .syedittext p a {
  color: var(--primary);
  text-decoration: underline;
  transition: all .3s;
}
.about_culture .item .syedittext p a:hover {
  text-decoration-color: transparent;
}
.about_culture .item::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0;
  grid-column: 1/-1;
  transition: all 0.3s;
  background-color: var(--primary);
}
@media screen and (min-width:769px) and (max-width:1220px) {
  .products_main .filter .dropdown .dropdown_menu {
    padding: 3rem;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .products_main .filter .dropdown .dropdown_menu {
    width: 36vw;
  }
  .products_main .filter .dropdown.colors .dropdown_menu {
    width: 42vw;
  }
}
@media screen and (min-width:769px) and (max-width:896px) {
  .products_main .list .container {
    grid-template-columns: repeat(auto-fill, minmax(min(23rem, 100%), 1fr));
  }
}
@media screen and (max-width:768px) {
  .products_main {
    margin: 0;
    padding: 30px 0 50px;
  }
  .products_main .filter .flex {
    display: block;
  }
  .products_main .filter .lt {
    gap: 20px;
    margin-bottom: 20px;
  }
  .products_main .filter .lt .label {
    margin-right: 0;
  }
  .products_main .filter .dropdown.colors .dropdown_menu {
    width: 28vw;
    gap: 6px 8px;
    grid-template-columns: repeat(2, 1fr);
  }
  .products_main .filter .dropdown .dropdown_menu {
    width: 28vw;
    padding: 15px;
    grid-template-columns: 1fr;
  }
  .products_main .filter .dropdown .dropdown_menu .dropdown_item {
    font-size: 15px;
    padding-left: 30px;
  }
  .products_main .filter .dropdown .dropdown_menu .dropdown_item::before {
    width: 16px;
    height: 16px;
    top: 0;
  }
  .products_main .filter .dropdown .dropdown_menu .dropdown_item::after {
    top: 3px;
    left: 3px;
  }
  .products_main .filter .dropdown .color {
    gap: 8px;
  }
  .products_main .list .container {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .products_main .list[data-per-page="3"] .container,
  .products_main .list[data-per-page="4"] .container,
  .products_main .list[data-per-page="5"] .container,
  .products_main .list[data-per-page="6"] .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .products_main .list .container ul.colors {
    height: 30px;
    overflow: hidden;
  }
  .products_main .list .center:has(button) {
    min-height: 42px;
    margin-top: 40px;
  }
  .products_main .list .center:has(button)::after {
    width: 42px;
    height: 42px;
    border-width: 6px;
  }
  .products_main .list.loading::before {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-width: 2.5px;
    top: 150px;
  }
  .products_main .list.loading::after {
    width: 28px;
    height: 28px;
    margin-left: -14px;
    margin-top: -14px;
    border-width: 2px;
    top: 150px;
  }
  .products_main .list .center:has(button)::after {
    width: 35px;
    height: 35px;
    border-width: 2.5px;
  }
  .products_intro {
    margin: 0;
    padding: 50px 0;
  }
  .products_intro .head h2 {
    margin-bottom: 15px;
  }
  .products_intro .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .products_faqs {
    padding: 50px 0;
  }
  .products_faqs .flex {
    margin-top: 30px;
  }
  .products_faqs .faq_list .question {
    font-size: 15px;
    padding: 12px 0;
  }
  .products_faqs .faq_list .question::after {
    width: 14px;
  }
  .products_faqs .faq_list .answer {
    font-size: 14px;
    line-height: 1.7;
    padding: 0 0 20px;
  }
  .products_faqs .cards .card {
    padding: 20px;
  }
  .products_faqs .cards .card .icon {
    width: 40px;
    height: 40px;
  }
  .products_faqs .cards .card .syedittext h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  .products_faqs .cards .card .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .products_faqs .cards .card .more {
    width: 30px;
    height: 30px;
  }
  .product_list li .attrs_info span {
    white-space: unset;
    word-break: all;
  }
  .products_main .filter .per-page-selector {
    gap: 0.8rem;
    margin-top: 15px;
    width: 100%;
    justify-content: flex-end;
    display: none;
  }
  .products_main .filter .per-page-label {
    font-size: 1.2rem;
  }
  .products_main .filter .per-page-options {
    gap: 0.3rem;
  }
  .products_main .filter .per-page-btn {
    padding: 0.3rem 0.4rem;
  }
  .products_main .filter .per-page-btn .dots span {
    width: 5px;
    height: 5px;
  }
  .about_culture {
    padding: 50px 0;
  }
  .about_culture h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .about_culture .item {
    gap: 15px;
    padding-top: 15px;
  }
  .about_culture .item .img {
    width: 50px;
    height: 50px;
  }
  .about_culture .item .syedittext h3 {
    font-size: 18px;
  }
  .about_culture .item .syedittext p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width:576px) {
  .products_main .filter {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    margin: 0;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
  }
  .products_main .filter.active {
    opacity: 1;
    pointer-events: all;
  }
  .products_main .filter.active .con {
    transform: translate(0);
  }
  .products_main .filter .close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .products_main .filter .con {
    width: min(80%, 300px);
    height: 100%;
    background-color: #fff;
    overflow: auto;
    padding: 30px 20px;
    transition: all 0.4s;
    transform: translateX(-100%);
  }
  .products_main .filter .lt,
  .products_main .filter .rt {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
  .products_main .filter .dropdown {
    width: 100%;
  }
  .products_main .filter .dropdown.colors .dropdown_menu {
    width: 100%;
  }
  .products_main .filter .dropdown .dropdown_menu {
    width: 100%;
  }
  .products_main .filter select {
    width: 100%;
    padding-left: 0;
  }
  .products_main .filter .breadcrumb {
    flex-direction: column;
  }
  .products_main .top {
    gap: 20px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
  }
  .products_main .top .label {
    font-size: 18px;
    font-weight: 500;
  }
  .products_main .top .btn_menu_p {
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../img/mobile-menu/nav-btn-p.svg) no-repeat center / contain;
  }
  .products_intro .flex {
    display: block;
  }
  .products_intro .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .products_faqs .flex {
    display: block;
  }
  .products_faqs .faq_list {
    width: 100%;
  }
  .products_faqs .cards {
    margin-top: 30px;
  }
  .about_culture .flex {
    display: block;
  }
  .about_culture .items {
    width: 100%;
    margin-top: 30px;
  }
}