﻿@charset "UTF-8";
@import "../../../lib/fontawesome/css/all.min.css";
@font-face {
  font-family: "WNFont";
  src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2"), url("../fonts/Vazirmatn-Regular.ttf") format("truetype");
}
:root {
  --fa-style-family: "Font Awesome 6 Pro";
}

body {
  font-family: WNFont, "Open Sans", sans-serif;
}

body,
p {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  font-size: 16px;
  line-height: 1.7rem;
}

@media (max-width: 576px) {
  body,
  p {
    font-size: 14px;
  }
}
[type=button],
[type=reset],
[type=submit],
button,
.button {
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
[type=button]:active, [type=button]:focus,
[type=reset]:active,
[type=reset]:focus,
[type=submit]:active,
[type=submit]:focus,
button:active,
button:focus,
.button:active,
.button:focus {
  box-shadow: none;
}

textare:not(:disabled):not([readonly]),
input:not([type=button]):not([type=submit]):not([type=reset]):not(:disabled):not([readonly]) {
  box-shadow: none;
}
textare:not(:disabled):not([readonly]):hover, textare:not(:disabled):not([readonly]):focus,
input:not([type=button]):not([type=submit]):not([type=reset]):not(:disabled):not([readonly]):hover,
input:not([type=button]):not([type=submit]):not([type=reset]):not(:disabled):not([readonly]):focus {
  background-color: #E4F7ED;
  color: #1B9857;
  border-color: inherit;
  box-shadow: none;
}

/*----------- Single Page ---------------*/
.single-main {
  background: #E9F4EF url(../img/SingleBack.png) repeat;
  color: #555;
  display: flex;
  align-items: center;
  width: 100vw;
  width: -webkit-fill-available;
  min-height: 100vh;
  justify-content: center;
}
.single-main section {
  justify-content: center;
  display: flex;
}
.single-main .single-form-in {
  width: 48rem;
  height: 36rem;
  gap: 1.5rem;
  border-radius: 2rem;
  padding: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0 0 1.875rem 0 rgba(20, 68, 43, 0.1490196078);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.single-main .single-form-in .col-form {
  width: 50%;
  height: 100%;
  background: linear-gradient(209.3deg, #288957 0.05%, #7AD8A7 100.05%);
  border-radius: 1.5rem;
  padding: 2rem;
  color: #FFFFFF;
  fill: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.single-main .single-form-in .col-form h1 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
.single-main .single-form-in .col-form .validated .input:has(:invalid) {
  fill: #E40004;
  color: #E40004;
  border-color: #E40004;
}
.single-main .single-form-in .col-form .validated .input:has(:invalid) svg {
  border-color: #E40004;
}
.single-main .single-form-in .col-form .panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  width: -webkit-fill-available;
}
.single-main .single-form-in .col-form .panel.disabled input {
  background-color: transparent;
  color: #fff;
  pointer-events: none;
}
.single-main .single-form-in .col-form .panel .input {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3rem;
  padding-block: 0.25rem;
  padding-inline: 0.75rem;
  padding-inline-end: 0.25rem;
  border: 0.0125rem solid #FFFFFF;
  width: 100%;
  width: -webkit-fill-available;
}
.single-main .single-form-in .col-form .panel .input.disabled {
  background-color: #288957;
  color: #fff;
  border-color: #288957;
}
.single-main .single-form-in .col-form .panel .input.disabled input {
  background-color: #288957;
  color: #fff;
}
.single-main .single-form-in .col-form .panel .input svg {
  border-inline-end: 0.0125rem solid #FFFFFF;
  padding-inline-end: 0.25rem;
  margin-inline-end: 0.25rem;
  min-width: 1.7rem;
}
.single-main .single-form-in .col-form .panel .input label {
  font-size: 0.8125rem;
  white-space: nowrap;
  display: contents;
  width: fit-content;
}
.single-main .single-form-in .col-form .panel .input select {
  box-shadow: none;
  border: 1px solid #288957;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  padding-inline: 0.5rem;
  min-width: 3rem;
}
.single-main .single-form-in .col-form .panel .input input {
  border-radius: 3rem;
  box-shadow: none;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
}
.single-main .single-form-in .col-form .panel .input input:focus {
  background-color: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.single-main .single-form-in .col-form .panel .input input:hover {
  border: none;
  background-color: #7AD8A7 !important;
  color: #fff !important;
  box-shadow: none;
}
.single-main .single-form-in .col-form .panel .input input:-webkit-autofill, .single-main .single-form-in .col-form .panel .input input:-webkit-autofill:focus, .single-main .single-form-in .col-form .panel .input input:-webkit-autofill:hover, .single-main .single-form-in .col-form .panel .input input:-webkit-autofill:active {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: white !important;
  font-size: 1rem;
}
.single-main .single-form-in .col-form .panel .input:has(button):not(.captcha) {
  border-radius: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: none;
}
.single-main .single-form-in .col-form .captcha {
  display: flex;
  flex-direction: row;
  background-color: transparent;
}
.single-main .single-form-in .col-form .captcha .image-area {
  display: flex;
  flex-direction: row;
}
.single-main .single-form-in .col-form .captcha .image-area .image {
  max-height: 2rem;
  border-radius: 0.75rem;
}
.single-main .single-form-in .col-form .captcha .image-area button {
  border-radius: 0.25rem;
  margin-block: 0;
}
.single-main .single-form-in .col-form button {
  width: 100%;
  border-radius: 3rem;
  padding: 0.5rem;
  background-color: #FFFFFF;
}
.single-main .single-form-in .col-form button.outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.single-main .single-form-in .col-form button.disabled {
  font-size: 0.8rem;
  color: #555;
  border-color: #555;
}
.single-main .single-form-in .col-form a {
  color: #fff;
}
.single-main .single-form-in .col-form a:hover {
  text-decoration: none;
}
.single-main .single-form-in .col-form .alertdanger {
  fill: #FFCC00;
  color: #FFCC00;
  border-color: #FFCC00;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.54);
  font-size: 0.9rem;
  line-height: normal;
}
.single-main .single-form-in .col-info {
  width: 50%;
  height: 100%;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1B9857;
  font-weight: 600;
}
.single-main .single-form-in .col-info .logo {
  max-width: 7rem;
  max-height: 4rem;
  min-width: 2rem;
  min-height: 1rem;
  width: 100%;
  margin-block: 0.25rem;
}
.single-main .single-form-in .col-info .signin-logo {
  width: 90%;
  max-width: 20rem;
  max-height: 20rem;
  min-width: 6rem;
  min-height: 6rem;
}
@media (max-width: 768px) {
  .single-main .single-form-in {
    flex-direction: column-reverse;
    width: 100%;
    width: -webkit-fill-available;
    height: auto;
    padding: 0;
    gap: 0;
    margin: 1rem;
  }
  .single-main .single-form-in .col-form {
    width: 100%;
  }
}
.single-main .timer-arc {
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border: solid 5px #8822aa;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transition: all 0.5s ease-in;
  animation-name: rotate-arc;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: inline-block;
  pointer-events: none;
  z-index: 1;
}
@keyframes rotate-arc {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*----------- Main ---------------*/
.main {
  background-color: #ECF6F2;
  width: 100%;
  min-height: 100vh;
  position: relative;
  color: #070707;
  background-color: #ECF6F2;
  overflow: hidden;
}
.main .background-global {
  position: fixed;
  top: -100px;
  left: -100px;
  width: 150vw;
  height: 120vh;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1280 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='blur1' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeGaussianBlur stdDeviation='64' /%3E%3C/filter%3E%3Cfilter id='blur2' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeGaussianBlur stdDeviation='48' /%3E%3C/filter%3E%3Cfilter id='blur3' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeGaussianBlur stdDeviation='48' /%3E%3C/filter%3E%3C/defs%3E%3Ccircle cx='1000' cy='200' r='192' fill='%2362FFAD' opacity='0.25' filter='url(%23blur1)' /%3E%3Ccircle cx='640' cy='320' r='104' fill='%23FF8486' opacity='0.18' filter='url(%23blur2)' /%3E%3Ccircle cx='320' cy='200' r='160' fill='%23A2DEFF' opacity='0.25' filter='url(%23blur3)' /%3E%3C/svg%3E");
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}
.main header {
  width: 100%;
  min-height: 4.5rem;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-inline: 1rem;
  border-bottom-width: 1px;
  position: relative;
}
.main header .header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: auto;
  gap: 0.25rem;
}
.main header .header-bar i {
  font-size: 1.1rem;
}
.main header .header-bar .logo img {
  width: auto;
  height: auto;
  min-width: 5rem;
  max-width: 10rem;
  filter: invert(44%) sepia(97%) saturate(484%) hue-rotate(92deg) brightness(92%) contrast(92%);
}
.main header .header-bar .navPanel {
  width: auto;
}
.main header .header-bar .navPanel .navbar-mobile {
  display: none;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(20, 68, 43, 0.1490196078);
  min-height: 4.5rem;
  justify-content: space-between;
  border-radius: 3.125rem;
  padding: 0.25rem;
  position: fixed;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 2020;
}
.main header .header-bar .navPanel .navbar-mobile a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: #070707;
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 4rem;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1rem);
  line-height: normal;
  white-space: nowrap;
}
.main header .header-bar .navPanel .navbar-mobile a svg, .main header .header-bar .navPanel .navbar-mobile a i {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
}
.main header .header-bar .navPanel .navbar-mobile a.active {
  background-color: #1B9857;
  color: #fff;
  fill: #fff;
}
.main header .header-bar .panel {
  display: flex;
  gap: 1rem;
  min-width: 10rem;
  align-items: center;
  width: auto;
  flex-wrap: nowrap;
  flex-direction: row;
}
.main header .header-bar .panel a {
  color: #070707;
  text-decoration: none;
}
.main header .header-bar .panel a:hover {
  color: #1B9857;
  text-decoration: none;
}
.main header .header-bar .shoping-badge {
  position: relative;
  padding-block-start: 2px;
}
.main header .header-bar .shoping-badge .badge {
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: -0.15rem;
  right: -0.5rem;
  background-color: #1B9857;
  color: #FFFFFF;
  padding: 0.25rem;
  border-radius: 1rem;
  font-size: 0.6rem;
  font-weight: bold;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main header .header-bar .search {
  background-color: #FFFFFF;
  padding: 0.25rem;
  border-radius: 3rem;
  display: flex;
  flex-direction: row;
  position: relative;
  min-width: 0;
  max-width: 100%;
}
.main header .header-bar .search input {
  border: none;
  border-radius: 3rem;
  padding-block: 0;
  min-width: 5rem;
  max-width: 100%;
  width: auto;
}
.main header .header-bar .search button {
  border-radius: 3rem;
  background-color: #ECF6F2;
  border: none;
  padding-block: 0;
  padding-inline: 0;
  margin-block: 0;
  margin-inline-end: 0;
  width: 2rem;
  height: 2rem;
}
.main header .header-bar .userPanel {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.main header .header-bar .userPanel .userLogin {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.main header .header-bar .button-icon {
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  position: relative;
}
@media (max-width: 992px) {
  .main header .header-bar .logo {
    order: 1;
  }
  .main header .header-bar .panel {
    order: 2;
  }
  .main header .header-bar .navPanel {
    order: 3;
    width: 100%;
    margin-block-end: 1rem;
  }
}
@media (max-width: 768px) {
  .main header .header-bar .navbar .navbar-collapse {
    align-items: inherit;
  }
  .main header .header-bar .navbar .navbar-collapse nav {
    justify-content: flex-start;
    flex-direction: inherit;
  }
}
@media (max-width: 576px) {
  .main header .header-bar .userPanel {
    display: none;
  }
  .main header .header-bar .navPanel {
    width: auto;
  }
  .main header .header-bar .navPanel .navbar-mobile {
    display: flex;
  }
}
.main .home-carousel {
  padding-inline: 2rem;
  width: 100%;
  width: -webkit-fill-available;
  height: 20rem;
  background-color: transparent;
}
.main .home-carousel .carousel-subitem {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.main .home-carousel .carousel-subitem h1, .main .home-carousel .carousel-subitem h2, .main .home-carousel .carousel-subitem h3, .main .home-carousel .carousel-subitem h4, .main .home-carousel .carousel-subitem h5 {
  line-height: normal;
}
.main .home-carousel .carousel-subitem h1 {
  color: #14442B;
  font-size: 2.5rem;
}
.main .home-carousel .carousel-subitem h2 {
  color: #1B9857;
  font-size: 1.5rem;
}
.main .home-carousel .carousel-next, .main .home-carousel .carousel-previous {
  width: 3.5rem;
  height: 3.5rem;
  opacity: 0.64;
  border-radius: 4rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 1rem 0px rgba(56, 117, 165, 0.1607843137);
  background-size: 1.5rem;
}
@media (max-width: 576px) {
  .main .home-carousel .carousel-next, .main .home-carousel .carousel-previous {
    display: none;
  }
}
.main .home-carousel .carousel-next {
  right: 1rem;
}
.main .home-carousel .carousel-previous {
  left: 1rem;
}
.main .home-carousel .indicator-item {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ECF6F2;
  box-shadow: 0px 0px 1rem 0px rgba(56, 117, 165, 0.1607843137);
  border-radius: 2rem !important;
}
.main .home-carousel .indicator-item.active {
  width: 2rem;
  background-color: #1B9857;
}
@media (max-width: 576px) {
  .main .home-carousel {
    height: 33rem;
  }
  .main .home-carousel .carousel-subitem h1 {
    font-size: 2rem;
  }
  .main .home-carousel .carousel-subitem h2 {
    color: #1B9857;
    font-size: 1.3rem;
  }
}
.main section:not(:has(.home-carousel)) {
  padding-inline: 5%;
  position: relative;
}
.main footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #14442B;
  color: #FFFFFF;
  fill: #FFFFFF;
  width: 100%;
  width: -webkit-fill-available;
  position: relative;
}
.main footer .line1 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
}
.main footer .line2 {
  text-align: center;
  font-size: 0.8rem;
  line-height: normal;
  border-block-start: 1px solid #9FA09F;
  padding-block-start: 1rem;
}
.main footer .col-footer {
  display: flex;
  flex-direction: column;
  border-inline-start: 1px solid #9FA09F;
  padding-inline: 1.5rem;
  width: 100%;
  gap: 1.5rem;
  position: relative;
}
.main footer .col-footer:first-child {
  border-inline-start: none;
}
.main footer .col-footer ul li {
  padding-block: 0.5rem;
  text-wrap: nowrap;
}
.main footer .col-footer ul li:hover {
  color: #62FFAD;
}
.main footer .col-footer ul li:before {
  content: "\f053";
  font-family: var(--fa-style-family);
  font-weight: 900;
  padding-inline-end: 0.5rem;
}
.main footer .col-footer ul li:before[dir=ltr] {
  content: "\f054";
}
@media (max-width: 576px) {
  .main footer .col-footer ul li {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .main footer .col-footer {
    text-align: center;
  }
}
.main footer .fullWidth {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}
.main footer .fullWidth i {
  margin-inline-end: 0.25rem;
}
.main footer .fullWidth bidi {
  margin-inline: 0.25rem;
}
.main footer .fullWidth .social-icon {
  color: #fff;
  fill: #fff;
  margin-inline: 0.125rem;
}
.main footer .fullWidth .social-icon img {
  width: 1rem;
  height: 1rem;
  fill: #fff;
  margin-inline-end: 0.25rem;
  filter: invert(1);
}
.main footer .logo {
  filter: invert(44%) sepia(97%) saturate(484%) hue-rotate(92deg) brightness(92%) contrast(92%);
  height: 2.25rem;
}
.main footer iframe {
  border-radius: 0.5rem;
}
.main footer a {
  color: #fff;
}
.main footer a:hover {
  color: #62FFAD;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .main footer .line1 {
    flex-wrap: wrap;
  }
  .main footer .col-footer {
    width: calc((100% - 3rem) / 2);
  }
  .main footer .colf-1 {
    order: 1;
  }
  .main footer .colf-4 {
    order: 2;
  }
  .main footer .colf-2::before, .main footer .colf-3::before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: 0;
    width: calc(100% - 3rem);
    height: 1px;
    border-block-start: 1px solid #9FA09F;
  }
  .main footer .colf-2 {
    order: 3;
    border-inline-start: none;
  }
  .main footer .colf-3 {
    order: 4;
  }
}
@media (max-width: 576px) {
  .main footer {
    padding-block-end: 6rem;
  }
  .main footer .col-footer {
    width: 100%;
  }
  .main footer .colf-2, .main footer .colf-3, .main footer .colf-4 {
    border-inline-start: none;
    border-block-start: 1px solid #9FA09F;
    padding-inline: 0;
  }
  .main footer .colf-2::before, .main footer .colf-3::before, .main footer .colf-4::before {
    content: "";
    border-block-start: none;
  }
}

.navbar {
  background-color: transparent;
  padding: 0;
}
.navbar .navbar-nav .nav-item {
  background-color: transparent;
  color: #070707;
  border-bottom: 0.187rem solid transparent;
  aspect-ratio: auto !important;
}
.navbar .navbar-nav .nav-item:hover {
  color: #1B9857;
  border-bottom-color: #1B9857;
  transition: all ease-in-out 0.5s;
}
.navbar .navbar-nav .nav-item:hover.button.dropdown-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231B9857' d='M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z'/%3E%3C/svg%3E");
  transition: all ease-in-out 0.5s;
}

.dropdown-free {
  display: flex;
  flex-direction: row;
  width: max-content;
  max-width: 95vw;
  height: max-content;
  overflow: auto;
  border-radius: 1rem;
  background-color: #FAFAFA;
  box-shadow: 0px 0px 12px 0px rgba(0, 57, 162, 0.2509803922);
  gap: 0.5rem;
  position: fixed;
  z-index: 2000;
  top: 3.5rem !important;
  max-height: calc(100% - 9rem);
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none; /* جلوگیری از کلیک در حالت مخفی */
}
.dropdown-free.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 576px) {
  .dropdown-free {
    left: 0.5rem !important;
    right: 0.5rem !important;
    width: auto !important;
  }
}
.dropdown-free ul li {
  border: none;
  padding: 0.5rem;
  padding-inline: 0.75rem;
  color: #070707;
  border-radius: 0.5rem;
  margin-block-end: 0.125rem;
}
.dropdown-free ul li:last-child {
  margin-block-end: 0;
}
.dropdown-free ul li a {
  background: transparent;
}
.dropdown-free ul li a:hover {
  background: transparent;
}
.dropdown-free ul li:hover {
  background-color: #E4F7ED !important;
  color: #1B9857 !important;
}
.dropdown-free ul li.active {
  background-color: #d2f7e3;
  color: #1B9857;
}
.dropdown-free ul li.active:hover {
  background-color: #E4F7ED;
  color: #1B9857;
}

.dropdown,
.category-dropdown {
  display: flex;
  flex-direction: row;
  width: max-content;
  max-width: 95vw;
  height: max-content;
  max-height: 70vh;
  overflow: auto;
  border-radius: 1rem;
  background-color: #FAFAFA;
  box-shadow: 0px 0px 12px 0px rgba(0, 57, 162, 0.2509803922);
  gap: 0.5rem;
  position: fixed;
}
.dropdown ul li,
.category-dropdown ul li {
  border: none;
  padding: 0.5rem;
  padding-inline-start: 0.75rem;
  padding-inline-end: 1.5rem !important;
  color: #070707;
  border-radius: 0.5rem;
  margin-block-end: 0.125rem;
}
.dropdown ul li:last-child,
.category-dropdown ul li:last-child {
  margin-block-end: 0;
}
.dropdown ul li a,
.category-dropdown ul li a {
  background: transparent;
}
.dropdown ul li a:hover,
.category-dropdown ul li a:hover {
  background: transparent;
}
.dropdown ul li:hover,
.category-dropdown ul li:hover {
  background-color: #E4F7ED !important;
  color: #1B9857 !important;
}
.dropdown ul li.active,
.category-dropdown ul li.active {
  background-color: #d2f7e3;
  color: #1B9857;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231B9857' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 0.25rem;
  background-size: 0.5rem;
}
.dropdown ul li.active:hover,
.category-dropdown ul li.active:hover {
  background-color: #E4F7ED;
  color: #1B9857;
}
.dropdown ul li.active[dir=ltr],
.category-dropdown ul li.active[dir=ltr] {
  background-position-x: calc(100% - 0.5rem);
}
.dropdown .sub-items,
.category-dropdown .sub-items {
  min-width: 20vw;
  padding: 1rem;
  gap: 1rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: column;
  overflow-y: auto;
}
.dropdown .sub-items .category-dropdown-sub-items,
.category-dropdown .sub-items .category-dropdown-sub-items {
  display: flex;
  gap: 2rem;
  padding-inline: 0.5rem;
  min-width: 7rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dropdown .sub-items .category-dropdown-sub-items .cat3-container,
.category-dropdown .sub-items .category-dropdown-sub-items .cat3-container {
  display: flex;
  flex-direction: column;
}
.dropdown .sub-items .category-dropdown-sub-items .cat3-container a,
.category-dropdown .sub-items .category-dropdown-sub-items .cat3-container a {
  color: #757575;
  font-size: 0.8125rem;
}
.dropdown .sub-items a,
.category-dropdown .sub-items a {
  color: #070707;
  border-block-end: 1px solid transparent;
  transition: all ease-in-out 0.25s;
}
.dropdown .sub-items a:hover,
.category-dropdown .sub-items a:hover {
  color: #1B9857;
  text-decoration: none;
  border-block-end-color: #1B9857;
}

.category-dropdown ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23070707' d='M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 0.25rem;
  background-size: 0.7rem;
}
.category-dropdown ul li[dir=ltr] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23070707' d='M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z'/%3E%3C/svg%3E%0A");
  background-position-x: calc(100% - 0.5rem);
}

@media (max-width: 576px) {
  .category-dropdown {
    left: 1rem !important;
    right: 1rem !important;
    top: 1rem !important;
    bottom: 6rem !important;
    height: auto !important;
    width: auto !important;
    max-width: none;
    flex-direction: column;
  }
  .category-dropdown ul li {
    padding-inline-end: 2rem;
    background-position-x: 0.5rem;
  }
  .category-dropdown ul li[dir=ltr] {
    background-position-x: calc(100% - 1rem);
  }
  .category-dropdown ul li[dir=ltr].active {
    background-position-x: calc(100% - 1.5rem);
  }
  .category-dropdown ul li.active {
    background-position-x: 0.5rem;
  }
  .dropdown {
    left: 1rem !important;
    right: 1rem !important;
    bottom: 5.5rem !important;
    width: auto !important;
    top: auto !important;
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
    padding-block: 0.5rem;
  }
  .dropdown .nav-item {
    width: auto !important;
    height: auto !important;
    font-size: 1rem !important;
    align-items: flex-start !important;
    padding: 0.25rem;
    padding-inline: 1rem;
    margin-inline: 0.25rem;
    justify-content: flex-start !important;
    flex-direction: row !important;
    aspect-ratio: auto !important;
  }
  .dropdown .nav-item i {
    margin-inline-end: 0.5rem;
  }
  .dropdown .nav-item:hover {
    background-color: #288957;
    color: #fff !important;
  }
}
.shopspot {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-block: 0.5rem;
  justify-content: center;
  align-items: center;
}
.shopspot .head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-block-end: 1px solid #000;
  margin-block-end: 1rem;
  padding-block: 0.5rem;
}
.shopspot .items {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
}
.shopspot.category .items {
  gap: 0.5rem;
}
.shopspot.category .items .item {
  width: 7.5rem;
  height: 7rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  color: #0A0909;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease;
}
.shopspot.category .items .item img {
  max-height: 65%;
}
.shopspot.category .items .item p {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  overflow: hidden;
}
.shopspot.category .items .item:hover {
  background-color: #c1f1d7;
  color: #22B86A;
}
.shopspot.category .items .item:hover img {
  transform: scale(1.1);
  transition: transform 0.5s cubic-bezier(0.4, 2, 0.3, 1);
}
@media (max-width: 450px) {
  .shopspot.category .items .item {
    width: calc(50% - 0.5rem);
    height: auto;
    aspect-ratio: 1/1;
  }
  .shopspot.category .items .item img {
    max-height: auto;
  }
}
.shopspot.category2 .items {
  gap: 0.5rem;
  flex-direction: unset;
  flex-wrap: wrap;
  justify-content: center;
}
.shopspot.category2 .items .item {
  width: 10rem;
  height: 3rem;
  text-decoration: none;
  border-radius: 5rem;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  background-color: #fff;
  color: #070707;
  text-align: center;
  transition: all 0.5s ease;
}
.shopspot.category2 .items .item:hover {
  background-color: #c1f1d7;
  color: #22B86A;
}
@media (max-width: 768px) {
  .shopspot.category2 .items .item {
    width: calc(33% - 0.5rem);
  }
}
@media (max-width: 450px) {
  .shopspot.category2 .items .item {
    width: calc(50% - 0.5rem);
  }
}
.shopspot.product .head {
  color: #22B86A;
  border-color: #22B86A;
}
.shopspot.product .head a {
  color: #22B86A;
}
.shopspot.product .items {
  gap: 0.5rem;
}
.shopspot.product .items .item {
  background-color: rgba(20, 68, 43, 0.2);
  border-radius: 1rem;
  padding: 0.5rem;
  gap: 0.5rem;
  width: 12rem;
  height: 17rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #070707;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease;
}
.shopspot.product .items .item .image {
  border-radius: 0.5rem;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.125rem;
  overflow: hidden;
}
.shopspot.product .items .item .image img {
  max-height: 7.25rem;
  height: 100%;
}
.shopspot.product .items .item p {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  text-align: center;
  height: 6.5rem;
  overflow: hidden;
}
.shopspot.product .items .item .info-price .price-unit {
  margin-inline: 0.25rem;
  font-size: 0.8rem;
}
.shopspot.product .items .item:hover {
  background-color: rgba(20, 68, 43, 0.6980392157);
  color: #fff;
}
.shopspot.product .items .item:hover .image img {
  transform: scale(1.1);
  transition: transform 0.5s cubic-bezier(0.4, 2, 0.3, 1);
}
@media (max-width: 450px) {
  .shopspot.product .items .item {
    width: calc(50% - 0.5rem);
  }
}
.shopspot.product-promo .head {
  color: #FF4040;
  border-color: #FF4040;
}
.shopspot.product-promo .head a {
  color: #FF4040;
}
.shopspot.product-promo .items {
  gap: 0.5rem;
}
.shopspot.product-promo .items .item {
  background-color: #FFA8A7;
  border-radius: 1rem;
  padding: 0.5rem;
  gap: 0.5rem;
  width: 12rem;
  height: 17rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #070707;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: all 0.5s ease;
}
.shopspot.product-promo .items .item .image {
  border-radius: 0.5rem;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.125rem;
  overflow: hidden;
}
.shopspot.product-promo .items .item .image img {
  max-height: 7.25rem;
  height: 100%;
}
.shopspot.product-promo .items .item p {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  text-align: center;
  height: 6.5rem;
  overflow: hidden;
}
.shopspot.product-promo .items .item .offer {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5 2.4C29.3 1.2 30.7 1.2 31.5 2.4L32.8 4.6C33.3 5.5 34.5 5.8 35.3 5.3L37.6 4.0C38.7 3.3 40.2 4.0 40.2 5.3L40.2 7.8C40.2 8.8 41.0 9.6 42.0 9.6L44.5 9.6C45.8 9.6 46.5 11.1 45.8 12.2L44.5 14.5C44.0 15.3 44.3 16.5 45.2 17.0L47.6 18.2C48.8 18.9 48.8 20.3 47.6 21.0L45.2 22.2C44.3 22.7 44.0 23.9 44.5 24.7L45.8 27.0C46.5 28.1 45.8 29.6 44.5 29.6L42.0 29.6C41.0 29.6 40.2 30.4 40.2 31.4L40.2 33.9C40.2 35.2 38.7 35.9 37.6 35.2L35.3 33.9C34.5 33.4 33.3 33.7 32.8 34.6L31.5 36.8C30.7 38.0 29.3 38.0 28.5 36.8L27.2 34.6C26.7 33.7 25.5 33.4 24.7 33.9L22.4 35.2C21.3 35.9 19.8 35.2 19.8 33.9L19.8 31.4C19.8 30.4 19.0 29.6 18.0 29.6L15.5 29.6C14.2 29.6 13.5 28.1 14.2 27.0L15.5 24.7C16.0 23.9 15.7 22.7 14.8 22.2L12.4 21.0C11.2 20.3 11.2 18.9 12.4 18.2L14.8 17.0C15.7 16.5 16.0 15.3 15.5 14.5L14.2 12.2C13.5 11.1 14.2 9.6 15.5 9.6L18.0 9.6C19.0 9.6 19.8 8.8 19.8 7.8L19.8 5.3C19.8 4.0 21.3 3.3 22.4 4.0L24.7 5.3C25.5 5.8 26.7 5.5 27.2 4.6L28.5 2.4Z' fill='%23FF4040'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  z-index: 3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  background-position: -0.4rem 0.125rem;
}
.shopspot.product-promo .items .item .info-price {
  text-align: center;
}
.shopspot.product-promo .items .item .info-price .old-price {
  font-size: 0.8rem;
  text-decoration: line-through;
}
.shopspot.product-promo .items .item .info-price .price-unit {
  margin-inline: 0.25rem;
  font-size: 0.8rem;
}
.shopspot.product-promo .items .item:hover {
  background-color: rgba(253, 0, 4, 0.5019607843);
}
.shopspot.product-promo .items .item:hover .image img {
  transform: scale(1.1);
  transition: transform 0.5s cubic-bezier(0.4, 2, 0.3, 1);
}
@media (max-width: 450px) {
  .shopspot.product-promo .items .item {
    width: calc(50% - 0.5rem);
  }
}
.shopspot.product-random .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
  width: 100%;
  height: 80rem;
}
.shopspot.product-random .items .item {
  width: 100%;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #070707;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 103%;
  transition: background-size 0.5s cubic-bezier(0.4, 2, 0.3, 1);
}
.shopspot.product-random .items .item:hover {
  background-size: 110% 113%;
}
.shopspot.product-random .items .item .offer {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5 2.4C29.3 1.2 30.7 1.2 31.5 2.4L32.8 4.6C33.3 5.5 34.5 5.8 35.3 5.3L37.6 4.0C38.7 3.3 40.2 4.0 40.2 5.3L40.2 7.8C40.2 8.8 41.0 9.6 42.0 9.6L44.5 9.6C45.8 9.6 46.5 11.1 45.8 12.2L44.5 14.5C44.0 15.3 44.3 16.5 45.2 17.0L47.6 18.2C48.8 18.9 48.8 20.3 47.6 21.0L45.2 22.2C44.3 22.7 44.0 23.9 44.5 24.7L45.8 27.0C46.5 28.1 45.8 29.6 44.5 29.6L42.0 29.6C41.0 29.6 40.2 30.4 40.2 31.4L40.2 33.9C40.2 35.2 38.7 35.9 37.6 35.2L35.3 33.9C34.5 33.4 33.3 33.7 32.8 34.6L31.5 36.8C30.7 38.0 29.3 38.0 28.5 36.8L27.2 34.6C26.7 33.7 25.5 33.4 24.7 33.9L22.4 35.2C21.3 35.9 19.8 35.2 19.8 33.9L19.8 31.4C19.8 30.4 19.0 29.6 18.0 29.6L15.5 29.6C14.2 29.6 13.5 28.1 14.2 27.0L15.5 24.7C16.0 23.9 15.7 22.7 14.8 22.2L12.4 21.0C11.2 20.3 11.2 18.9 12.4 18.2L14.8 17.0C15.7 16.5 16.0 15.3 15.5 14.5L14.2 12.2C13.5 11.1 14.2 9.6 15.5 9.6L18.0 9.6C19.0 9.6 19.8 8.8 19.8 7.8L19.8 5.3C19.8 4.0 21.3 3.3 22.4 4.0L24.7 5.3C25.5 5.8 26.7 5.5 27.2 4.6L28.5 2.4Z' fill='%23FF4040'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  z-index: 3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  background-position: -0.4rem 0.125rem;
}
.shopspot.product-random .items .item .info-price {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, #FFFFFF 100%);
  text-align: center;
  padding: 0.25rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 1rem;
}
.shopspot.product-random .items .item .info-price .old-price {
  font-size: 0.8rem;
  text-decoration: line-through;
}
.shopspot.product-random .items .item .info-price .price-unit {
  margin-inline: 0.25rem;
  font-size: 0.8rem;
}
.shopspot.product-random .items .item .info-price p {
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  text-align: center;
  max-height: 6.5rem;
  overflow: hidden;
}
.shopspot.product-random .items .item:nth-child(1) {
  grid-area: 1/1/5/2;
}
.shopspot.product-random .items .item:nth-child(2) {
  grid-area: 1/2/6/3;
}
.shopspot.product-random .items .item:nth-child(3) {
  grid-area: 1/3/6/4;
}
.shopspot.product-random .items .item:nth-child(4) {
  grid-area: 1/4/6/5;
}
.shopspot.product-random .items .item:nth-child(5) {
  grid-area: 1/5/7/6;
}
.shopspot.product-random .items .item:nth-child(6) {
  grid-area: 5/1/11/2;
}
.shopspot.product-random .items .item:nth-child(7) {
  grid-area: 6/2/12/3;
}
.shopspot.product-random .items .item:nth-child(8) {
  grid-area: 6/3/12/4;
}
.shopspot.product-random .items .item:nth-child(9) {
  grid-area: 6/4/13/5;
}
.shopspot.product-random .items .item:nth-child(10) {
  grid-area: 7/5/12/6;
}
.shopspot.product-random .items .item:nth-child(11) {
  grid-area: 11/1/17/2;
}
.shopspot.product-random .items .item:nth-child(12) {
  grid-area: 12/2/18/3;
}
.shopspot.product-random .items .item:nth-child(13) {
  grid-area: 12/3/16/4;
}
.shopspot.product-random .items .item:nth-child(14) {
  grid-area: 13/4/17/5;
}
.shopspot.product-random .items .item:nth-child(15) {
  grid-area: 12/5/16/6;
}
.shopspot.product-random .items .item:nth-child(16) {
  grid-area: 17/1/22/2;
}
.shopspot.product-random .items .item:nth-child(17) {
  grid-area: 18/2/25/3;
}
.shopspot.product-random .items .item:nth-child(18) {
  grid-area: 16/3/22/4;
}
.shopspot.product-random .items .item:nth-child(19) {
  grid-area: 17/4/25/5;
}
.shopspot.product-random .items .item:nth-child(20) {
  grid-area: 16/5/21/6;
}
.shopspot.product-random .items .item:nth-child(21) {
  grid-area: 22/1/28/2;
}
.shopspot.product-random .items .item:nth-child(22) {
  grid-area: 25/2/28/3;
}
.shopspot.product-random .items .item:nth-child(23) {
  grid-area: 22/3/28/4;
}
.shopspot.product-random .items .item:nth-child(24) {
  grid-area: 25/4/28/5;
}
.shopspot.product-random .items .item:nth-child(25) {
  grid-area: 21/5/28/6;
}
@media (max-width: 768px) {
  .shopspot.product-random .items {
    grid-template-columns: repeat(4, 1fr);
    height: 100rem;
  }
  .shopspot.product-random .items .item:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .shopspot.product-random .items .item:nth-child(2) {
    grid-area: 1/2/4/3;
  }
  .shopspot.product-random .items .item:nth-child(3) {
    grid-area: 1/3/4/4;
  }
  .shopspot.product-random .items .item:nth-child(4) {
    grid-area: 1/4/5/5;
  }
  .shopspot.product-random .items .item:nth-child(5) {
    grid-area: 3/1/7/2;
  }
  .shopspot.product-random .items .item:nth-child(6) {
    grid-area: 4/2/6/3;
  }
  .shopspot.product-random .items .item:nth-child(7) {
    grid-area: 4/3/6/4;
  }
  .shopspot.product-random .items .item:nth-child(8) {
    grid-area: 5/4/8/5;
  }
  .shopspot.product-random .items .item:nth-child(9) {
    grid-area: 7/1/10/2;
  }
  .shopspot.product-random .items .item:nth-child(10) {
    grid-area: 6/2/11/3;
  }
  .shopspot.product-random .items .item:nth-child(11) {
    grid-area: 6/3/11/4;
  }
  .shopspot.product-random .items .item:nth-child(12) {
    grid-area: 8/4/10/5;
  }
  .shopspot.product-random .items .item:nth-child(13) {
    grid-area: 10/1/14/2;
  }
  .shopspot.product-random .items .item:nth-child(14) {
    grid-area: 11/2/15/3;
  }
  .shopspot.product-random .items .item:nth-child(15) {
    grid-area: 11/3/15/4;
  }
  .shopspot.product-random .items .item:nth-child(16) {
    grid-area: 10/4/14/5;
  }
  .shopspot.product-random .items .item:nth-child(17) {
    grid-area: 14/1/17/2;
  }
  .shopspot.product-random .items .item:nth-child(18) {
    grid-area: 15/2/18/3;
  }
  .shopspot.product-random .items .item:nth-child(19) {
    grid-area: 15/3/19/4;
  }
  .shopspot.product-random .items .item:nth-child(20) {
    grid-area: 14/4/18/5;
  }
  .shopspot.product-random .items .item:nth-child(21) {
    grid-area: 17/1/22/2;
  }
  .shopspot.product-random .items .item:nth-child(22) {
    grid-area: 18/2/22/3;
  }
  .shopspot.product-random .items .item:nth-child(23) {
    grid-area: 19/3/22/4;
  }
  .shopspot.product-random .items .item:nth-child(24) {
    grid-area: 18/4/22/5;
  }
  .shopspot.product-random .items .item:nth-child(25) {
    grid-area: 22/1/25/2;
  }
}
@media (max-width: 576px) {
  .shopspot.product-random .items {
    grid-template-columns: repeat(3, 1fr);
    height: 120rem;
  }
  .shopspot.product-random .items .item:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .shopspot.product-random .items .item:nth-child(2) {
    grid-area: 1/2/4/3;
  }
  .shopspot.product-random .items .item:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  .shopspot.product-random .items .item:nth-child(4) {
    grid-area: 3/1/7/2;
  }
  .shopspot.product-random .items .item:nth-child(5) {
    grid-area: 4/2/5/3;
  }
  .shopspot.product-random .items .item:nth-child(6) {
    grid-area: 2/3/6/4;
  }
  .shopspot.product-random .items .item:nth-child(7) {
    grid-area: 7/1/11/2;
  }
  .shopspot.product-random .items .item:nth-child(8) {
    grid-area: 5/2/8/3;
  }
  .shopspot.product-random .items .item:nth-child(9) {
    grid-area: 6/3/10/4;
  }
  .shopspot.product-random .items .item:nth-child(10) {
    grid-area: 11/1/14/2;
  }
  .shopspot.product-random .items .item:nth-child(11) {
    grid-area: 8/2/12/3;
  }
  .shopspot.product-random .items .item:nth-child(12) {
    grid-area: 10/3/13/4;
  }
  .shopspot.product-random .items .item:nth-child(13) {
    grid-area: 14/1/17/2;
  }
  .shopspot.product-random .items .item:nth-child(14) {
    grid-area: 12/2/16/3;
  }
  .shopspot.product-random .items .item:nth-child(15) {
    grid-area: 13/3/17/4;
  }
  .shopspot.product-random .items .item:nth-child(16) {
    grid-area: 17/1/20/2;
  }
  .shopspot.product-random .items .item:nth-child(17) {
    grid-area: 16/2/20/3;
  }
  .shopspot.product-random .items .item:nth-child(18) {
    grid-area: 17/3/21/4;
  }
  .shopspot.product-random .items .item:nth-child(19) {
    grid-area: 20/1/23/2;
  }
  .shopspot.product-random .items .item:nth-child(20) {
    grid-area: 20/2/24/3;
  }
  .shopspot.product-random .items .item:nth-child(21) {
    grid-area: 21/3/24/4;
  }
  .shopspot.product-random .items .item:nth-child(22) {
    grid-area: 23/1/27/2;
  }
  .shopspot.product-random .items .item:nth-child(23) {
    grid-area: 24/2/27/3;
  }
  .shopspot.product-random .items .item:nth-child(24) {
    grid-area: 24/3/27/4;
  }
  .shopspot.product-random .items .item:nth-child(25) {
    grid-area: 27/1/30/2;
  }
}
@media (max-width: 450px) {
  .shopspot.product-random .items {
    grid-template-columns: repeat(2, 1fr);
    height: 140rem;
  }
  .shopspot.product-random .items .item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .shopspot.product-random .items .item:nth-child(2) {
    grid-area: 1/2/3/3;
  }
  .shopspot.product-random .items .item:nth-child(3) {
    grid-area: 2/1/5/2;
  }
  .shopspot.product-random .items .item:nth-child(4) {
    grid-area: 3/2/6/3;
  }
  .shopspot.product-random .items .item:nth-child(5) {
    grid-area: 5/1/9/2;
  }
  .shopspot.product-random .items .item:nth-child(6) {
    grid-area: 6/2/8/3;
  }
  .shopspot.product-random .items .item:nth-child(7) {
    grid-area: 9/1/12/2;
  }
  .shopspot.product-random .items .item:nth-child(8) {
    grid-area: 8/2/11/3;
  }
  .shopspot.product-random .items .item:nth-child(9) {
    grid-area: 12/1/15/2;
  }
  .shopspot.product-random .items .item:nth-child(10) {
    grid-area: 11/2/13/3;
  }
  .shopspot.product-random .items .item:nth-child(11) {
    grid-area: 15/1/18/2;
  }
  .shopspot.product-random .items .item:nth-child(12) {
    grid-area: 13/2/17/3;
  }
  .shopspot.product-random .items .item:nth-child(13) {
    grid-area: 18/1/21/2;
  }
  .shopspot.product-random .items .item:nth-child(14) {
    grid-area: 17/2/22/3;
  }
  .shopspot.product-random .items .item:nth-child(15) {
    grid-area: 21/1/24/2;
  }
  .shopspot.product-random .items .item:nth-child(16) {
    grid-area: 22/2/25/3;
  }
  .shopspot.product-random .items .item:nth-child(17) {
    grid-area: 24/1/29/2;
  }
  .shopspot.product-random .items .item:nth-child(18) {
    grid-area: 25/2/28/3;
  }
  .shopspot.product-random .items .item:nth-child(19) {
    grid-area: 29/1/32/2;
  }
  .shopspot.product-random .items .item:nth-child(20) {
    grid-area: 28/2/31/3;
  }
  .shopspot.product-random .items .item:nth-child(21) {
    grid-area: 32/1/35/2;
  }
  .shopspot.product-random .items .item:nth-child(22) {
    grid-area: 31/2/34/3;
  }
  .shopspot.product-random .items .item:nth-child(23) {
    grid-area: 35/1/38/2;
  }
  .shopspot.product-random .items .item:nth-child(24) {
    grid-area: 34/2/38/3;
  }
  .shopspot.product-random .items .item:nth-child(25) {
    grid-area: 38/1/41/2;
  }
}
@media (max-width: 576px) {
  .shopspot .items {
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.adv-center {
  margin-block: 2rem;
}
.adv-center .row {
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
}
.adv-center .row .col-2 {
  max-width: calc(50% - 0.5rem);
  min-width: 8rem;
}
.adv-center h5 {
  font-size: 1rem;
  font-weight: normal;
}
.adv-center span {
  font-size: 0.75rem;
}

.image-content-center .col-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.image-content-center .col-6 img {
  max-width: 100%;
}

section {
  width: 100%;
  width: -webkit-fill-available;
  z-index: 1;
}
section.wave {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='1280' height='449' viewBox='0 0 1280 449' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1280 437.286C1280 437.286 1007.5 370 639.901 422C272.301 474 0 434.657 0 434.657V32.5078C0 32.5078 273.301 73.6992 639.901 20.5996C1006.5 -32.5001 1280 35.4739 1280 35.4739V437.286Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding-block: 3.5rem;
  margin-block: 1rem;
}
@media (max-width: 576px) {
  section.wave {
    padding-block: 6rem;
  }
}

.button-link {
  box-shadow: 0px 0px 2rem 0px rgba(20, 68, 43, 0.1490196078);
  min-width: 17rem;
  min-height: 2.5rem;
  border-radius: 3rem;
  padding-block: 0.5rem;
  padding-inline: 2.5rem 1rem;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #2DD17B 0%, #1B9857 100%);
  transition: box-shadow 0.2s;
  cursor: pointer;
}
.button-link:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.57 5.92969L3.5 11.9997L9.57 18.0697' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20.4999 12H3.66992' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") no-repeat;
  width: 2rem;
  height: 2rem;
  position: relative;
  left: 0;
  top: 0.25rem;
}
.button-link[dir=ltr]:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.4302 5.92969L20.5002 11.9997L14.4302 18.0697' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M3.5 12H20.33' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") no-repeat;
}

.shop-search {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.shop-search .head {
  width: 100%;
  color: #070707;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.shop-search .head .title {
  font-size: 1.185rem;
}
.shop-search .category {
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.shop-search .category .frame {
  display: flex;
  gap: 1rem;
  justify-content: center;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  padding-block: 2rem;
}
.shop-search .category .frame .item {
  width: 6rem;
  height: 6rem;
  border-radius: 0.5rem;
  border-width: 1px;
  padding: 0.5rem;
  color: #070707;
  border: 1px solid transparent;
  text-align: center;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.shop-search .category .frame .item img {
  width: 3rem;
  height: 3rem;
}
.shop-search .category .frame .item p {
  font-size: 0.75rem;
  line-height: normal;
}
.shop-search .category .frame .item:hover {
  border: 1px solid #25D295;
  background-color: #E6FBF3;
  text-decoration: none;
}
.shop-search .search-body {
  gap: 1rem;
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  width: -webkit-fill-available;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.shop-search .search-body .col-filter {
  min-width: 13rem;
  width: 15rem;
}
.shop-search .search-body .col-filter a {
  color: #F04A33;
  font-size: 0.75rem;
  text-decoration: none;
}
.shop-search .search-body .col-filter a.return {
  display: none;
  width: 5rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  color: #070707;
  border: 1px solid #CBCBCB;
  align-items: center;
  justify-content: center;
}
.shop-search .search-body .col-filter a.return i {
  margin-inline-start: 0.25rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .shop-search .search-body .col-filter a.return {
    display: flex;
  }
}
.shop-search .search-body .col-filter .accordion .accordion-item {
  background-color: #FFFFFF;
  margin-block-end: 0.5rem;
  padding-inline: 0.75rem;
  padding-block: 0.5rem;
  border: none;
  border-radius: 0.5rem;
}
.shop-search .search-body .col-filter .accordion .accordion-item .accordion-header {
  background-color: #FFFFFF;
  border: none;
}
.shop-search .search-body .col-filter .accordion .accordion-item .accordion-body {
  border: none;
}
.shop-search .search-body .col-filter .range-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  margin-block-start: 0.5rem;
  justify-content: center;
  direction: ltr;
}
.shop-search .search-body .col-filter .range-container label {
  min-width: 5rem;
  height: 2.5rem;
  background-color: #F9F9F9;
  border: 1px solid #E6E6E6;
  border-radius: 0.5rem;
  padding-block: 0.5rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .shop-search .search-body .col-filter .range-container {
    flex-direction: column;
    justify-content: stretch;
  }
}
.shop-search .search-body .col-filter .checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.shop-search .search-body .col-filter .checkbox input[type=checkbox] {
  width: 1.375rem;
  height: 1.375rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1.5' width='16' height='16' rx='8' stroke='%23CBCBCB' stroke-width='2'/%3E%3C/svg%3E%0A");
  margin-inline-end: 0.25rem;
  border-radius: 50%;
  border: none;
}
.shop-search .search-body .col-filter .checkbox input[type=checkbox]:checked {
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1.5' width='20' height='20' rx='10' stroke='%2322B86A' stroke-width='2'/%3E%3Ccircle cx='11' cy='11.5' r='6' fill='%2322B86A'/%3E%3C/svg%3E%0A");
}
.shop-search .search-body .col-filter .available-only {
  color: #757575;
}
.shop-search .search-body .col-filter .available-only input {
  width: 2.5em !important;
  border-radius: 2em !important;
  background-color: #CBCBCB !important;
  background-size: 0.9em !important;
  background-position: left center;
  position: relative;
  background-image: none;
}
.shop-search .search-body .col-filter .available-only input:hover {
  background-color: #DBDBDB;
}
.shop-search .search-body .col-filter .available-only input:after {
  content: "";
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
}
.shop-search .search-body .col-filter .available-only input:checked {
  background-color: #22B86A !important;
}
.shop-search .search-body .col-filter .available-only input:checked:hover {
  background-color: #29CD78;
}
.shop-search .search-body .col-filter .available-only input:checked:after {
  right: 0;
}
.shop-search .search-body .col-head {
  min-height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  width: -webkit-fill-available;
  position: relative;
  box-sizing: border-box;
}
.shop-search .search-body .col-content {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  width: -webkit-fill-available;
  position: relative;
  max-width: 100%;
  min-width: 0;
}
.shop-search .search-body .col-content .sort-label {
  white-space: nowrap;
  width: fit-content;
  margin-inline-end: 0.5rem;
}
.shop-search .search-body .col-content .sort-toolbar {
  background-color: transparent;
  padding-inline-end: 1em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.shop-search .search-body .col-content .sort-toolbar .items {
  width: 100%;
}
.shop-search .search-body .col-content .sort-toolbar button {
  background-color: #F9F9F9;
  border-radius: 1rem;
  border: 1px solid transparent;
}
.shop-search .search-body .col-content .sort {
  background-color: #F9F9F9;
  border-radius: 10rem;
  border: 1px solid transparent;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  margin-inline-end: 0.5rem;
  text-align: center;
}
.shop-search .search-body .col-content .sort:has(input:checked) {
  border-color: #25D295;
  background-color: #F3F7F5;
}
.shop-search .search-body .col-content .sort input {
  display: none !important;
}
.shop-search .search-body .col-content .content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-block: 0.5rem;
  justify-content: center;
}
.shop-search .search-body .col-content .content .item {
  background-color: #FFA8A7;
  border-radius: 1rem;
  padding: 0.5rem;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #070707;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: all 0.5s ease;
  width: 13rem;
  height: 17rem;
  gap: 0.5rem;
  border-radius: 1rem;
  padding: 0.5rem;
  background: #FFFFFF;
  position: relative;
}
.shop-search .search-body .col-content .content .item .image {
  border-radius: 0.5rem;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.125rem;
  overflow: hidden;
}
.shop-search .search-body .col-content .content .item .image img {
  width: 100%;
  max-height: 11rem;
  aspect-ratio: 1/1;
}
.shop-search .search-body .col-content .content .item p {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  text-align: center;
  height: 3.5rem;
  overflow: hidden;
}
.shop-search .search-body .col-content .content .item .offer {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5 2.4C29.3 1.2 30.7 1.2 31.5 2.4L32.8 4.6C33.3 5.5 34.5 5.8 35.3 5.3L37.6 4.0C38.7 3.3 40.2 4.0 40.2 5.3L40.2 7.8C40.2 8.8 41.0 9.6 42.0 9.6L44.5 9.6C45.8 9.6 46.5 11.1 45.8 12.2L44.5 14.5C44.0 15.3 44.3 16.5 45.2 17.0L47.6 18.2C48.8 18.9 48.8 20.3 47.6 21.0L45.2 22.2C44.3 22.7 44.0 23.9 44.5 24.7L45.8 27.0C46.5 28.1 45.8 29.6 44.5 29.6L42.0 29.6C41.0 29.6 40.2 30.4 40.2 31.4L40.2 33.9C40.2 35.2 38.7 35.9 37.6 35.2L35.3 33.9C34.5 33.4 33.3 33.7 32.8 34.6L31.5 36.8C30.7 38.0 29.3 38.0 28.5 36.8L27.2 34.6C26.7 33.7 25.5 33.4 24.7 33.9L22.4 35.2C21.3 35.9 19.8 35.2 19.8 33.9L19.8 31.4C19.8 30.4 19.0 29.6 18.0 29.6L15.5 29.6C14.2 29.6 13.5 28.1 14.2 27.0L15.5 24.7C16.0 23.9 15.7 22.7 14.8 22.2L12.4 21.0C11.2 20.3 11.2 18.9 12.4 18.2L14.8 17.0C15.7 16.5 16.0 15.3 15.5 14.5L14.2 12.2C13.5 11.1 14.2 9.6 15.5 9.6L18.0 9.6C19.0 9.6 19.8 8.8 19.8 7.8L19.8 5.3C19.8 4.0 21.3 3.3 22.4 4.0L24.7 5.3C25.5 5.8 26.7 5.5 27.2 4.6L28.5 2.4Z' fill='%23FF4040'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  z-index: 3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  background-position: -0.4rem 0.125rem;
}
.shop-search .search-body .col-content .content .item .info-price {
  text-align: center;
  line-height: normal;
  height: 7.5rem;
}
.shop-search .search-body .col-content .content .item .info-price .old-price {
  font-size: 0.8rem;
  text-decoration: line-through;
}
.shop-search .search-body .col-content .content .item .info-price .price-unit {
  margin-inline: 0.25rem;
  font-size: 0.8rem;
}
.shop-search .search-body .col-content .content .item .info-price .star-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-search .search-body .col-content .content .item:hover {
  background-color: rgba(253, 0, 4, 0.5019607843);
}
.shop-search .search-body .col-content .content .item:hover .image img {
  transform: scale(1.1);
  transition: transform 0.5s cubic-bezier(0.4, 2, 0.3, 1);
}
@media (max-width: 1200px) {
  .shop-search .search-body .col-content .content .item {
    width: calc(25% - 0.5rem);
  }
}
@media (max-width: 1024px) {
  .shop-search .search-body .col-content .content .item {
    width: calc(33% - 0.5rem);
  }
}
@media (max-width: 576px) {
  .shop-search .search-body .col-content .content .item {
    width: calc(50% - 0.5rem);
  }
}
.shop-search .search-body .filter-popup {
  display: none;
  width: 9rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  background: #FFFFFF var(--arrow-down-image);
  background-position: 0.25rem center;
  background-size: 0.8em;
  background-repeat: no-repeat;
  text-align: start;
  border: 1px solid #CBCBCB;
}
.shop-search .search-body .filter-popup[dir=ltr] {
  background-position-x: calc(100% - 0.25rem);
}
@media (max-width: 768px) {
  .shop-search .search-body .col-filter {
    display: none;
    position: fixed;
    right: 0.5rem;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 50%;
    max-height: calc(100vh - 1rem);
    width: auto;
    background: #ECF6F2;
    border: 1px solid #CBCBCB;
    border-radius: 0.5rem;
    z-index: 2020;
    padding: 0.5rem;
    overflow: hidden;
  }
  .shop-search .search-body .col-filter .filter-container {
    height: 100%;
    max-height: calc(100% - 3rem);
    overflow-y: auto;
  }
  .shop-search .search-body .filter-popup {
    display: block;
  }
}
@media (max-width: 576px) {
  .shop-search .search-body .col-filter {
    right: 0.5rem;
    top: 0.5rem;
    bottom: 5.5rem;
    left: 0.5rem;
    width: auto;
    max-height: calc(100vh - 6rem);
  }
}
.shop-search .search-more {
  width: 30%;
  min-width: 10rem;
  background: transparent;
  border: 1px solid #1B9857;
  color: #1B9857;
  border-radius: 1rem;
  margin-block: 0.5rem;
}

.star {
  width: 1rem;
  height: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-block-start: -0.2rem;
  margin-inline-end: 0.25rem;
}
.star.s0 {
  background-image: url(../img/star0.png);
}
.star.s1 {
  background-image: url(../img/star1.png);
}
.star.s2 {
  background-image: url(../img/star2.png);
}
.star.s3 {
  background-image: url(../img/star3.png);
}
.star.s4 {
  background-image: url(../img/star4.png);
}
.star.s5 {
  background-image: url(../img/star5.png);
}
