.banner-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-item .image {
  width: 100%;
}
.banner-item .image img {
  width: 100%;
}
.banner-item .content {
  position: absolute;
}
.banner-item .content .title {
  font-size: 126px;
  font-weight: 700;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
}
.banner-item .content .description {
  font-size: 44px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
}

body.home-body .one-banner {
  margin-bottom: 0;
}
body.home-body .one-banner .col-list-p-v-1 {
  padding: 0;
}
body.home-body .one-banner .banner-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home-body .one-banner .banner-item .content .title,
body.home-body .one-banner .banner-item .content .description {
  color: #161414;
}
body.home-body .two-banner .col-list-p-v-1 {
  padding: 0;
}

body.home-body .homepage-seo-content .p-g-mod-body {
  max-height: 200px;
  overflow-y: scroll;
  font-size: 12px;
  color: var(--grey2);
  scrollbar-width: thin;
  scrollbar-color: #e0e0e0 transparent;
}
body.home-body .homepage-seo-content .p-g-mod-body::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
body.home-body .homepage-seo-content .p-g-mod-body::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 8px;
}
body.home-body .homepage-seo-content .p-g-mod-body::-webkit-scrollbar-thumb:hover {
  background: #cacaca;
}
body.home-body .homepage-seo-content .p-g-mod-body::-webkit-scrollbar-corner {
  background: transparent;
}
body.home-body .homepage-seo-content .p-g-mod-body h1,
body.home-body .homepage-seo-content .p-g-mod-body h2,
body.home-body .homepage-seo-content .p-g-mod-body h3,
body.home-body .homepage-seo-content .p-g-mod-body h4,
body.home-body .homepage-seo-content .p-g-mod-body h5 {
  font-size: 20px !important;
  color: var(--grey1);
}
body.home-body .homepage-seo-content .p-g-mod-body a {
  color: var(--grey1);
}

.footer-container .fc-topblock {
  padding: 40px 0px;
  border-top: 1px solid rgba(226, 226, 226, 0.9333333333);
  border-bottom: 1px solid rgba(226, 226, 226, 0.9333333333);
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-container .fc-topblock .first,
.footer-container .fc-topblock .last {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-container .fc-topblock .first .title,
.footer-container .fc-topblock .last .title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.footer-container .fc-topblock .first .description,
.footer-container .fc-topblock .last .description {
  color: #575757;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.13px;
}
.footer-container .fc-topblock .first {
  border-right: 1px solid var(--border-grey);
}
.footer-container .fc-topblock .app-block,
.footer-container .fc-topblock .newsletter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer-container .fc-topblock .app-block .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 1rem;
}
.footer-container .fc-topblock .app-block .links img {
  max-width: 135px;
}
.footer-container .fc-topblock .newsletter-form {
  margin-top: 1rem;
  border: 1px solid var(--border-grey);
}
.footer-container .fc-topblock .newsletter-form input {
  border: none;
  font-size: 13px;
}
.footer-container .fc-centerblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-container .fc-centerblock ul {
  margin: 0 0 25px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}
.footer-container .fc-centerblock ul li a {
  color: var(--grey1);
  font-weight: 500;
}
.footer-container .fc-socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer-container .fc-socialmedia .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.footer-container .fc-socialmedia .social-media a {
  width: 30px;
  height: 30px;
  border: 1px solid var(--border-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  color: var(--grey1);
}
.footer-container .fc-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  color: var(--grey2);
  font-size: 12px;
}
.footer-container .fc-bottomnav {
  border-top: 1px solid var(--border-grey);
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-container .fc-bottomnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-container .fc-bottomnav ul a {
  color: var(--grey2);
}
.footer-container .fc-bottomnav .right-image {
  margin-left: auto;
  margin-right: 40px;
}

.carousel-type-45 {
  margin-top: -90px;
}

.user-actions {
  position: relative;
  display: inline-block;
}
.user-actions .user-icon-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.user-actions .user-dropdown-menu {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  min-width: 280px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1100;
  pointer-events: none;
}
.user-actions .user-dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.user-actions .user-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.user-actions .user-dropdown-content {
  padding: 0;
}
.user-actions .user-dropdown-account {
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.user-actions .user-dropdown-account .btn-login {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.user-actions .user-dropdown-account .btn-login:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}
.user-actions .user-dropdown-account .user-dropdown-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #575757;
}
.user-actions .user-dropdown-account .user-dropdown-signup span {
  color: #575757;
}
.user-actions .user-dropdown-account .user-dropdown-signup .link-signup {
  color: #0066cc;
  text-decoration: underline;
  font-size: 13px;
}
.user-actions .user-dropdown-account .user-dropdown-signup .link-signup:hover {
  color: #0052a3;
  text-decoration: underline;
}
.user-actions .user-dropdown-account .user-avatar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 0;
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=A] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=B] {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=C] {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=D] {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=E] {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=F] {
  background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=G] {
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=H] {
  background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=I] {
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=J] {
  background: linear-gradient(135deg, #ff8a80 0%, #ea6100 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=K] {
  background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=L] {
  background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=M] {
  background: linear-gradient(135deg, #ff6e7f 0%, #bfe9ff 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=N] {
  background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=O] {
  background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=P] {
  background: linear-gradient(135deg, #c471f5 0%, #fa71cd 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=Q] {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=R] {
  background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=S] {
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=T] {
  background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=U] {
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=V] {
  background: linear-gradient(135deg, #ff8a80 0%, #ea6100 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=W] {
  background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=X] {
  background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=Y] {
  background: linear-gradient(135deg, #ff6e7f 0%, #bfe9ff 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar[data-initial=Z] {
  background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 50%;
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-avatar:hover::before {
  opacity: 1;
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-info .user-name {
  font-size: 15px;
  font-weight: 600;
  color: #181818;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-actions .user-dropdown-account .user-avatar-wrapper .user-info .user-email {
  font-size: 13px;
  color: #666;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-actions .user-dropdown-divider {
  height: 1px;
  background: #e2e2e2;
  margin: 0;
}
.user-actions .user-dropdown-nav {
  padding: 8px 0;
}
.user-actions .user-dropdown-nav .user-dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 20px;
  color: #181818;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.user-actions .user-dropdown-nav .user-dropdown-item:hover {
  background: #f5f5f5;
  text-decoration: none;
  color: #181818;
}
.user-actions .user-dropdown-nav .user-dropdown-item span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.user-actions .user-dropdown-nav .user-dropdown-item i {
  font-size: 16px;
  color: #181818;
}

.basket-actions {
  position: relative;
}
.basket-actions .count {
  position: absolute;
  width: 17px;
  height: 17px;
  background: var(--accent);
  border-radius: 32px;
  color: white;
  top: 0px;
  right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 500;
}

body .header-fixed,
body .menu-open {
  background: white;
  -webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid var(--border-grey);
}
body .header-fixed .logo img,
body .menu-open .logo img {
  -webkit-filter: brightness(1) invert(0) !important;
          filter: brightness(1) invert(0) !important;
  -webkit-transition: -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
body .header-fixed svg,
body .menu-open svg {
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
body .header-fixed svg path,
body .menu-open svg path {
  stroke: var(--grey1) !important;
  -webkit-transition: stroke 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-center {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  z-index: 4450;
}
.header-center.menu-open {
  background: #fff;
  border-bottom: 1px solid var(--border-grey);
}
.header-center .header-menu-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-center .header-menu-section .header-menu-tabs {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.header-center .header-menu-section .header-menu-tabs .header-menu-tab {
  background: none;
  border: none;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #C0C0C0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  white-space: nowrap;
  border-right: 1px solid #F4F4F4;
  height: 63px;
}
.header-center .header-menu-section .header-menu-tabs .header-menu-tab:last-child {
  border: none;
}
.header-center .header-menu-section .header-menu-tabs .header-menu-tab:focus {
  outline: 0;
}
.header-center .header-menu-section .header-menu-tabs .header-menu-tab:hover {
  color: #181818;
}
.header-center .header-menu-section .header-menu-tabs .header-menu-tab.active {
  color: #181818;
}
.header-center.menu-open .header-menu-section .header-menu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.categories-body .p-g-mod-t-20 .col-list-p-v-1 {
  padding: 0.5px;
}

.card-product-content {
  padding-inline: 15px;
}

body.drawer-open {
  overflow: hidden;
}

.filter-sort-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4100;
  pointer-events: none;
}
.filter-sort-drawer.show {
  pointer-events: auto;
}
.filter-sort-drawer.show .filter-sort-drawer-overlay {
  opacity: 1;
}
.filter-sort-drawer.show .filter-sort-drawer-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.filter-sort-drawer .filter-sort-drawer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 4101;
}
.filter-sort-drawer .filter-sort-drawer-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: -2px 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 4102;
}
@media (max-width: 576px) {
  .filter-sort-drawer .filter-sort-drawer-content {
    max-width: 100%;
  }
}
.filter-sort-drawer .filter-sort-drawer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 15px;
  border-bottom: 1px solid var(--border-grey);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter-sort-drawer .filter-sort-drawer-header h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey1);
}
.filter-sort-drawer .filter-sort-drawer-header .filter-sort-drawer-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #181818;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.filter-sort-drawer .filter-sort-drawer-header .filter-sort-drawer-close:hover {
  color: #666;
}
.filter-sort-drawer .filter-sort-drawer-header .filter-sort-drawer-close i {
  line-height: 1;
}
.filter-sort-drawer .filter-sort-drawer-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0;
}
.filter-sort-drawer .filter-sort-drawer-body::-webkit-scrollbar {
  width: 8px;
}
.filter-sort-drawer .filter-sort-drawer-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.filter-sort-drawer .filter-sort-drawer-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.filter-sort-drawer .filter-sort-drawer-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.filter-sort-drawer .filter-sort-filters .p-g-mod {
  border-bottom: 1px solid var(--border-grey);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px;
}
.filter-sort-drawer .filter-sort-filters .p-g-mod .p-g-mod-header {
  padding: 0 0 12px 0;
  height: auto !important;
}
.filter-sort-drawer .filter-sort-filters .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
  font-size: 13px !important;
  font-weight: 400;
}
.filter-sort-drawer .filter-sort-filters .p-g-mod .p-g-mod-body {
  padding: 0;
}
.filter-sort-drawer .filter-sort-filters .p-g-mod .p-g-mod-body .category-filter-list .list-wrap .list li a {
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.filter-sort-drawer .filter-sort-filters .p-g-mod .p-g-mod-body .simplebar-content {
  padding: 0 !important;
}
.filter-sort-drawer .filter-sort-filters .p-g-mod-t-cat-display-0 {
  display: block !important;
}
.filter-sort-drawer .filter-sort-filters .spinner-border,
.filter-sort-drawer .filter-sort-filters .spinner,
.filter-sort-drawer .filter-sort-filters [class*=loader],
.filter-sort-drawer .filter-sort-filters [class*=yukleniyor],
.filter-sort-drawer .filter-sort-filters .p-g-mod-t-35 {
  display: none !important;
}
.filter-sort-drawer .filter-sort-filters .category-filter-list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-sort-drawer .filter-sort-filters .category-filter-list .list li {
  margin-bottom: 12px;
}
.filter-sort-drawer .filter-sort-filters .category-filter-list .list li .lag-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.filter-sort-drawer .filter-sort-filters .category-filter-list .list li .lag-checkbox input[type=checkbox],
.filter-sort-drawer .filter-sort-filters .category-filter-list .list li .lag-checkbox input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.filter-sort-drawer .filter-sort-filters .category-filter-list .list li .lag-checkbox label {
  font-size: 14px;
  color: #181818;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
}
.filter-sort-drawer .filter-sort-filters .category-price-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.filter-sort-drawer .filter-sort-filters .category-price-inputs input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  font-size: 14px;
}
.filter-sort-drawer .filter-sort-filters .category-price-inputs input:focus {
  outline: none;
  border-color: #181818;
}
.filter-sort-drawer .filter-sort-filters .category-price-inputs .seperator {
  color: #666;
  font-size: 14px;
}
.filter-sort-drawer .filter-sort-filters .category-price-inputs button {
  background: #181818;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.filter-sort-drawer .filter-sort-filters .category-price-inputs button:hover {
  background: #333;
}
.filter-sort-drawer .filter-sort-filters .color-swatch {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  margin-right: 8px;
  vertical-align: middle;
}
.filter-sort-drawer .filter-sort-filters .category-filter-order-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.filter-sort-drawer .filter-sort-filters .category-filter-order-list .category-filter-order-item .lag-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.filter-sort-drawer .filter-sort-filters .category-filter-order-list .category-filter-order-item .lag-checkbox input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.filter-sort-drawer .filter-sort-filters .category-filter-order-list .category-filter-order-item .lag-checkbox label {
  font-size: 14px;
  color: #181818;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
  border: none;
  padding: 0;
}
.filter-sort-drawer .filter-sort-filters .category-filter-order-list .category-filter-order-item.active .lag-checkbox label {
  font-weight: 600;
}
.filter-sort-drawer .filter-sort-drawer-footer {
  padding: 20px 24px;
  border-top: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter-sort-drawer .filter-sort-drawer-footer .btn-clear-filters {
  background: #181818;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.filter-sort-drawer .filter-sort-drawer-footer .btn-clear-filters:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

.btn-filter-sort {
  background: transparent;
  color: var(--grey1);
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: none;
}
.btn-filter-sort i {
  font-size: 16px;
}

.filter-sort-drawer .filter-sort-filters .category-filter-list .list li .lag-checkbox label {
  font-size: 13px !important;
  font-weight: 300;
}

.filter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 15px;
  margin-left: auto;
}

body.fast-cart-drawer-open {
  overflow: hidden;
}

.modal.fast-cart-drawer-converted {
  padding: 0 !important;
  display: block !important;
  z-index: 4200 !important;
}
.modal.fast-cart-drawer-converted .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 4201 !important;
  max-height: 100vh;
}
@media (max-width: 768px) {
  .modal.fast-cart-drawer-converted .modal-dialog {
    max-width: 100%;
  }
}
.modal.fast-cart-drawer-converted.fast-cart-drawer-active .modal-dialog {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.modal.fast-cart-drawer-converted.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal.fast-cart-drawer-converted .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: -2px 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: relative;
  z-index: 4202;
}
.modal.fast-cart-drawer-converted .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 24px;
  border-bottom: 1px solid #e2e2e2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background: #fff;
}
.modal.fast-cart-drawer-converted .modal-header .fast-cart-drawer-close {
  background: none;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--grey1);
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-right: 16px;
  white-space: nowrap;
}
.modal.fast-cart-drawer-converted .modal-header .fast-cart-drawer-close:hover {
  color: #666;
}
.modal.fast-cart-drawer-converted .modal-header .fast-cart-drawer-close i {
  font-size: 16px;
}
.modal.fast-cart-drawer-converted .modal-header .fast-cart-drawer-close span {
  display: inline-block;
}
.modal.fast-cart-drawer-converted .modal-header .modal-title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey1);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 0;
  line-height: 1.4;
}
.modal.fast-cart-drawer-converted .modal-header .close {
  display: none !important;
}
.modal.fast-cart-drawer-converted .modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 24px;
  background: #fff;
}
.modal.fast-cart-drawer-converted .modal-body::-webkit-scrollbar {
  width: 8px;
}
.modal.fast-cart-drawer-converted .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal.fast-cart-drawer-converted .modal-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.modal.fast-cart-drawer-converted .modal-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.modal.fast-cart-drawer-converted .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 1px solid #e2e2e2;
  padding: 0;
  background: #fff;
}
.modal.fast-cart-drawer-converted + .modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 4199 !important;
}
.modal.fast-cart-drawer-converted.fast-cart-drawer-active + .modal-backdrop {
  opacity: 1;
}

.modal-backdrop.show {
  z-index: 2999 !important;
}

.modal.fast-cart-drawer-converted {
  z-index: 4200 !important;
}
.modal.fast-cart-drawer-converted.show {
  z-index: 4200 !important;
}

.modal:not(.fast-cart-drawer-converted) {
  z-index: 3100 !important;
}
.modal:not(.fast-cart-drawer-converted).show {
  z-index: 3100 !important;
}
.modal:not(.fast-cart-drawer-converted) .modal-dialog {
  z-index: 3101 !important;
}
.modal:not(.fast-cart-drawer-converted) .modal-content {
  z-index: 3102 !important;
}
.modal:not(.fast-cart-drawer-converted) + .modal-backdrop {
  z-index: 2999 !important;
}

.fast-product-cart-box {
  width: 100%;
}
.fast-product-cart-box .product-price-group {
  margin-bottom: 24px;
}
.fast-product-cart-box .product-price-group .discount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: #e74c3c;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}
.fast-product-cart-box .product-price-group .discount .rate {
  font-weight: 600;
}
.fast-product-cart-box .product-price-group .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}
.fast-product-cart-box .product-price-group .prices .list-price {
  color: #999;
  text-decoration: line-through;
  font-size: 15px;
  font-weight: 400;
}
.fast-product-cart-box .product-price-group .prices .sale-price {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.fast-product-cart-box .variant-box {
  margin-bottom: 24px;
}
.fast-product-cart-box .variant-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fast-product-cart-box .variant-box ul .variant {
  margin-bottom: 20px;
}
.fast-product-cart-box .variant-box ul .variant .name {
  font-size: 14px;
  font-weight: 500;
  color: var(--grey1);
  margin-bottom: 12px;
  display: block;
}
.fast-product-cart-box .variant-box ul .variant .name span {
  display: inline;
}
.fast-product-cart-box .variant-box ul .variant select {
  display: none !important;
}
.fast-product-cart-box .variant-box ul .variant .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.fast-product-cart-box .variant-box ul .variant .options a {
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  color: var(--grey1);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  background: #fff;
  min-width: 50px;
  text-align: center;
  display: inline-block;
}
.fast-product-cart-box .variant-box ul .variant .options a:hover:not(.sold-out) {
  border-color: #000;
  color: #000;
  background: #f9f9f9;
}
.fast-product-cart-box .variant-box ul .variant .options a.active {
  border-color: #000;
  background: #000;
  color: #fff;
}
.fast-product-cart-box .variant-box ul .variant .options a.active:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
.fast-product-cart-box .variant-box ul .variant .options a.sold-out {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: #f5f5f5;
}
.fast-product-cart-box .product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.fast-product-cart-box .product-buttons .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.fast-product-cart-box .product-buttons .product-quantity .btn {
  background: #f5f5f5;
  border: none;
  padding: 12px 16px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 44px;
}
.fast-product-cart-box .product-buttons .product-quantity .btn:hover {
  background: #e5e5e5;
}
.fast-product-cart-box .product-buttons .product-quantity .btn i {
  font-size: 12px;
  color: var(--grey1);
}
.fast-product-cart-box .product-buttons .product-quantity input {
  border: none;
  width: 60px;
  text-align: center;
  padding: 12px 8px;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  color: var(--grey1);
}
.fast-product-cart-box .product-buttons .product-quantity input:focus {
  outline: none;
  background: #fafafa;
}
.fast-product-cart-box .product-buttons .btn-cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #000;
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  text-transform: none;
}
.fast-product-cart-box .product-buttons .btn-cart:hover {
  background: #333;
  color: #fff;
}
.fast-product-cart-box .product-buttons .btn-cart i {
  font-size: 16px;
}

.fast-product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.fast-product-info .fast-pi-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fast-product-info .fast-pi-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.fast-product-info .fast-pi-right .fast-product-code {
  font-size: 13px;
  color: var(--grey2);
}
.fast-product-info .fast-pi-right .fast-product-title {
  font-size: 17px;
  font-weight: 500;
  color: var(--grey1);
}
.fast-product-info .fast-pi-right .product-price-group .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.fast-product-info .fast-pi-right .product-price-group .prices .list-price {
  font-size: 14px;
}
.fast-product-info .fast-pi-right .product-price-group .prices .sale-price {
  padding: 0px 4px;
  font-size: 14px;
  border-radius: 0;
}
.fast-product-info .fast-pi-right .product-price-group .prices .discount {
  width: auto;
  height: auto;
  background: transparent;
  color: var(--grey1);
  padding: 0;
  margin: 0;
}

.fast-product-cart-box .related-products-group {
  margin-top: 2rem;
}
.fast-product-cart-box .related-products-group .value {
  font-size: 14px;
  font-weight: 500;
}
.fast-product-cart-box .related-products-group .related-products a {
  border: none;
}
.fast-product-cart-box .related-products-group .related-products a.active {
  background: transparent;
}
.fast-product-cart-box .related-products-group .related-products a.active img {
  border: 1px solid var(--grey1);
}
.fast-product-cart-box .related-products-group .related-products a.active span {
  color: var(--grey1);
}
.fast-product-cart-box .variant-box {
  border-top: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
  border-radius: 0;
}
.fast-product-cart-box .variant-box ul .variant .options {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fast-product-cart-box .variant-box ul .variant .options a {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  padding: 5px 0;
  color: var(--grey2);
  border: 1px solid transparent;
}
.fast-product-cart-box .variant-box ul .variant .options a:hover, .fast-product-cart-box .variant-box ul .variant .options a.active {
  padding: 5px;
  border: 1px solid #efefef !important;
  background: #f5f5f5;
  color: var(--grey1);
}
.fast-product-cart-box .variant-box ul .variant .options a:hover:hover, .fast-product-cart-box .variant-box ul .variant .options a.active:hover {
  padding: 5px;
  border: 1px solid #efefef !important;
  background: #f5f5f5;
  color: var(--grey1);
}
.fast-product-cart-box .product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fast-product-cart-box .product-buttons button,
.fast-product-cart-box .product-buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.fast-product-cart-box .product-buttons .btn-cart {
  border-radius: 0;
  margin: 0;
  padding: 9px 50px;
  font-size: 14px;
}
.fast-product-cart-box .product-buttons .btn-cart svg {
  fill: white;
  width: 27px;
}
.fast-product-cart-box .product-buttons a {
  border: 1px solid var(--border-grey);
  padding: 9px 50px;
  color: var(--grey1);
  font-size: 14px;
}
.fast-product-cart-box .product-buttons a svg {
  width: 19px;
}

.product-info {
  padding: 15px 55px 0px 55px;
}

.product-badge-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.product-badge-cards .badge-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border: 1px solid var(--border-grey);
  border-radius: 12px;
  background: #fff;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  overflow: visible;
  z-index: 1;
}
.product-badge-cards .badge-card:hover {
  border-color: rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.product-badge-cards .badge-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-badge-cards .badge-card-icon i {
  font-size: 22px;
  color: var(--grey1);
}
.product-badge-cards .badge-card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-badge-cards .badge-card-title {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 600;
  color: #161414;
  letter-spacing: -0.2px;
}
.product-badge-cards .badge-card-text {
  margin: 0;
  color: var(--grey2);
  font-size: 13px;
  line-height: 1.4;
}
.product-badge-cards .badge-card-link {
  margin-left: 8px;
  color: #181818;
  font-weight: 500;
  text-decoration: underline;
  font-size: 13px;
}
.product-badge-cards .badge-card-link:hover {
  color: #000;
}
.product-badge-cards .badge-card-arrow {
  margin-left: auto;
  color: var(--grey2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-badge-cards .badge-card-arrow i {
  font-size: 18px;
}
.product-badge-cards .badge-card-popover-trigger {
  margin-left: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f2f2f2;
  color: var(--grey1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.product-badge-cards .badge-card-popover-trigger:hover {
  background: #e8e8e8;
  color: #000;
}
.product-badge-cards .badge-card-popover-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 320px;
  border-radius: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  -webkit-box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
          box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
  opacity: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 1200;
}
.product-badge-cards .badge-card-popover-panel hr {
  margin: 12px 0;
  border-color: rgba(0, 0, 0, 0.05);
}
.product-badge-cards .badge-card-popover-item strong {
  display: block;
  font-size: 14px;
  color: #161414;
  margin-bottom: 4px;
}
.product-badge-cards .badge-card-popover-item p {
  margin: 0;
  font-size: 13px;
  color: var(--grey2);
  line-height: 1.5;
}
.product-badge-cards .badge-card.is-popover-open {
  z-index: 1201;
}
.product-badge-cards .badge-card.is-popover-open .badge-card-popover-trigger {
  background: #181818;
  color: #fff;
}
.product-badge-cards .badge-card.is-popover-open .badge-card-popover-panel {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 575px) {
  .product-badge-cards .badge-card {
    padding: 16px;
  }
  .product-badge-cards .badge-card-popover-panel {
    width: calc(100vw - 40px);
    left: 20px;
    right: 20px;
  }
}

.return-drawer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 4300;
  pointer-events: none;
}
.return-drawer.is-open {
  pointer-events: auto;
}
.return-drawer.is-open .return-drawer-overlay {
  opacity: 1;
  visibility: visible;
}
.return-drawer.is-open .return-drawer-panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.return-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 4301;
}

.return-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 420px;
  height: 100%;
  background: #fff;
  padding: 32px 30px;
  -webkit-box-shadow: -10px 0 40px rgba(0, 0, 0, 0.12);
          box-shadow: -10px 0 40px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  overflow-y: auto;
  z-index: 4302;
}

.return-drawer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.return-drawer-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.return-drawer-close {
  border: none;
  background: #f2f2f2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: var(--grey1);
}

.return-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.return-steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.step-index {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.step-body h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
}
.step-body p {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--grey2);
  line-height: 1.5;
}
.step-body p em {
  display: block;
  margin-top: 8px;
  font-style: normal;
  color: #999;
  font-size: 12px;
}

.step-link {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

.step-secondary {
  border: 1px solid var(--border-grey);
  background: #f8f8f8;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  color: var(--grey1);
  cursor: pointer;
}

body.return-drawer-open {
  overflow: hidden;
}

.carousel-outer .row {
  gap: 3px;
}
.carousel-outer .row .col-md-6,
.carousel-outer .row .col-md-3 {
  padding: 0;
}

.xzoom {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.desktop-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop-sec .product-code {
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
}
.desktop-sec .product-next-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  gap: 5px;
  color: var(--grey2);
}
.desktop-sec .product-next-prev a {
  color: var(--grey2);
}

.product-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-title-container .product-price-group {
  margin-left: auto;
}
.product-title-container .product-price-group .price-prices {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.product-title-container .product-price-group .price-prices .list-price {
  font-size: 16px;
  font-weight: 100;
  color: #a1a1a1;
}
.product-title-container .product-price-group .price-prices .sale-price {
  font-weight: 400;
  font-size: 18px;
  background: #000;
  padding: 0px 6px;
  color: #fff;
}

.product-info .related-products-group {
  margin-top: 1.5rem;
}
.product-info .related-products-group .related-products a {
  border: none;
}
.product-info .related-products-group .related-products a.active {
  background: transparent;
}
.product-info .related-products-group .related-products a.active img {
  border: 1px solid var(--grey1);
}
.product-info .related-products-group .related-products a.active span {
  color: var(--grey1);
}

.product-profile-1 .variant-box {
  border-top: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
  border-radius: 0;
}
.product-profile-1 .variant-box .variant .variant-toggle {
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-profile-1 .variant-box .variant .variant-toggle:focus {
  outline: 0;
}
.product-profile-1 .variant-box .variant .options {
  margin-top: 10px;
}
.product-profile-1 .variant-box .variant .options a {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 5px 0;
  color: var(--grey2);
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}
.product-profile-1 .variant-box .variant .options a:hover, .product-profile-1 .variant-box .variant .options a.active {
  padding: 5px;
}
.product-profile-1 .variant-box .variant .options a:hover {
  padding: 5px 15px;
  border: 1px solid #efefef !important;
  background: #f5f5f5;
  color: var(--grey1);
  font-weight: 500;
}
.product-profile-1 .variant-box .variant .options a.active {
  padding: 5px 15px;
  border: 1px solid #efefef !important;
  background: #f5f5f5;
  color: var(--grey1);
  font-weight: 500;
}

.product-buttons .product-favourite {
  width: 45px;
  height: 45px;
  background: #000;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-buttons .product-favourite a {
  color: white;
  font-size: 18px;
}
.product-buttons .product-favourite a i {
  margin: 0;
}
.product-buttons .product-collection-add {
  width: 45px;
  height: 45px;
  background: #000;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
.product-buttons .product-collection-add a {
  color: white;
  font-size: 18px;
}
.product-buttons .product-collection-add a i {
  margin: 0;
}

.collection-add-button a {
  color: #000;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
}
.collection-add-button a:hover {
  color: #666;
}
.collection-add-button a i {
  margin: 0;
}

.collection-modal .collection-list {
  max-height: 400px;
  overflow-y: auto;
}
.collection-modal .collection-list-item .collection-item-label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.collection-modal .collection-list-item .collection-item-label:hover {
  background-color: #f8f9fa;
  border-color: #007bff !important;
}
.collection-modal .collection-list-item .collection-item-label input[type=radio]:checked + div {
  color: #007bff;
}
.collection-modal .collection-list-item input[type=radio]:checked ~ .collection-item-label {
  background-color: #e7f3ff;
  border-color: #007bff !important;
}

.profil-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5rem;
}
.profil-links button,
.profil-links a {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #000;
}
.profil-links button i,
.profil-links a i {
  font-size: 18px;
}

.product-sticky-bar {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--border-grey);
  position: fixed;
  width: 100%;
  top: 47px;
  left: 0;
  z-index: 99;
  background: white;
  padding: 10px 58px;
}
.product-sticky-bar .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.product-sticky-bar .content .sticky-images {
  overflow: hidden;
  border: 1px solid #d7d7d8;
  border-radius: 40px;
  height: 41px;
  width: 41px;
}
.product-sticky-bar .content .sticky-images img {
  display: block;
  height: auto;
  width: 41px;
}
.product-sticky-bar .content .sticky-titles {
  color: #121314;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
}
.product-sticky-bar .content .product-price-group .price-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.product-sticky-bar .content .product-price-group .price-prices .list-price {
  font-weight: 100;
  color: #a1a1a1;
  font-size: 14px;
}
.product-sticky-bar .content .product-price-group .price-prices .sale-price {
  font-size: 14px;
  background: #000;
  padding: 0px 6px;
  color: #fff;
  font-weight: 100;
}
.product-sticky-bar .content .variant-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.product-sticky-bar .content .variant-box ul li .options a {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-sticky-bar .content .variant-box ul li .options a.active {
  background: #f5f5f5;
  border-radius: 0;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  margin-right: 0;
  position: relative;
  min-width: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-sticky-bar .product-buttons {
  margin: 0;
}

.search-actions {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.search-actions:hover {
  opacity: 0.7;
}
.search-actions svg {
  display: block;
}

body.search-overlay-open {
  overflow: hidden;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 4500;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  border-bottom: 1px solid var(--border-grey);
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.search-overlay .search-overlay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 58px;
  gap: 20px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .search-overlay .search-overlay-content {
    padding: 15px 20px;
  }
}
.search-overlay .search-overlay-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
.search-overlay .search-overlay-form form {
  width: 100%;
}
.search-overlay .search-overlay-form .search-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.search-overlay .search-overlay-form .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  width: 24px;
  height: 24px;
  color: #999;
  pointer-events: none;
  z-index: 1;
}
.search-overlay .search-overlay-form .search-input-wrapper .search-input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border: 1px solid var(--border-grey);
  border-radius: 4px;
  font-size: 14px;
  color: var(--grey1);
  background: #fff;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-overlay .search-overlay-form .search-input-wrapper .search-input::-webkit-input-placeholder {
  color: #999;
}
.search-overlay .search-overlay-form .search-input-wrapper .search-input::-moz-placeholder {
  color: #999;
}
.search-overlay .search-overlay-form .search-input-wrapper .search-input:-ms-input-placeholder {
  color: #999;
}
.search-overlay .search-overlay-form .search-input-wrapper .search-input::-ms-input-placeholder {
  color: #999;
}
.search-overlay .search-overlay-form .search-input-wrapper .search-input::placeholder {
  color: #999;
}
.search-overlay .search-overlay-form .search-input-wrapper .search-input:focus {
  outline: none;
}
.search-overlay .search-overlay-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .search-overlay .search-overlay-actions {
    gap: 15px;
  }
}
.search-overlay .search-overlay-actions .search-overlay-close,
.search-overlay .search-overlay-actions .search-overlay-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--grey1);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-decoration: none;
  position: relative;
}
.search-overlay .search-overlay-actions .search-overlay-close:hover,
.search-overlay .search-overlay-actions .search-overlay-icon:hover {
  opacity: 0.7;
}
.search-overlay .search-overlay-actions .search-overlay-close svg,
.search-overlay .search-overlay-actions .search-overlay-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.search-overlay .search-overlay-actions .search-overlay-cart .search-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 17px;
  height: 17px;
  background: var(--accent);
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

.btn-menu-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.btn-menu-toggle:hover {
  opacity: 0.7;
}
.btn-menu-toggle svg {
  display: block;
}
.btn-menu-toggle:focus {
  outline: 0;
}

/* body.main-menu-open {
  overflow: hidden;
} */
.main-menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4400;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.main-menu-drawer.active {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
.main-menu-drawer.active .main-menu-drawer-overlay {
  opacity: 1;
}
.main-menu-drawer.active .main-menu-drawer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto !important;
}
.main-menu-drawer.active .main-menu-drawer-content .categories-left,
.main-menu-drawer.active .main-menu-drawer-content .categories-left *,
.main-menu-drawer.active .main-menu-drawer-content .categories-right,
.main-menu-drawer.active .main-menu-drawer-content .categories-right * {
  pointer-events: auto !important;
}
.main-menu-drawer .main-menu-drawer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 4401;
}
.main-menu-drawer .main-menu-drawer-content {
  position: absolute;
  top: 64px;
  left: 100px;
  width: calc(100% - 100px);
  max-width: 480px;
  height: calc(100vh - 63px);
  background: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  z-index: 4402;
  pointer-events: none;
}
@media (max-width: 768px) {
  .main-menu-drawer .main-menu-drawer-content {
    left: 0;
    width: 100%;
    max-width: 100%;
    top: 63px;
    height: calc(100vh - 63px);
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  .main-menu-drawer .main-menu-drawer-content {
    top: 0;
    height: 100vh;
  }
}
.main-menu-drawer .main-menu-drawer-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}
.main-menu-drawer .main-menu-drawer-body::-webkit-scrollbar {
  width: 8px;
}
.main-menu-drawer .main-menu-drawer-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.main-menu-drawer .main-menu-drawer-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.main-menu-drawer .main-menu-drawer-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.main-menu-drawer .main-menu-tab-content {
  display: none;
  height: 100%;
}
.main-menu-drawer .main-menu-tab-content.active {
  display: block;
}
.main-menu-drawer .categories-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main-menu-drawer .categories-layout .categories-left {
  width: 40%;
  border-right: 1px solid var(--border-grey);
  overflow-y: auto;
  background: #fafafa;
  position: relative;
  z-index: 1;
  pointer-events: auto !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main-menu-drawer .categories-layout .categories-left::-webkit-scrollbar {
  display: none;
}
.main-menu-drawer .categories-layout .categories-left .categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
  pointer-events: auto !important;
}
.main-menu-drawer .categories-layout .categories-left .categories-list .category-item {
  position: relative;
  z-index: 1;
  pointer-events: auto !important;
  cursor: pointer;
}
.main-menu-drawer .categories-layout .categories-left .categories-list .category-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: auto;
}
.main-menu-drawer .categories-layout .categories-left .categories-list .category-item .category-link {
  display: block;
  padding: 12px 20px;
  color: #181818;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative;
  z-index: 2;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.main-menu-drawer .categories-layout .categories-left .categories-list .category-item .category-link:hover {
  background: #f5f5f5;
  color: #000;
}
.main-menu-drawer .categories-layout .categories-left .categories-list .category-item .category-link[href="javascript:;"] {
  pointer-events: auto !important;
  cursor: pointer !important;
}
.main-menu-drawer .categories-layout .categories-left .categories-list .category-item.active .category-link {
  background: #fff;
  color: #000;
  font-weight: 500;
}
.main-menu-drawer .categories-layout .categories-right {
  width: 60%;
  overflow-y: auto;
  padding: 20px;
  position: relative;
}
.main-menu-drawer .categories-layout .categories-right .category-content {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.main-menu-drawer .categories-layout .categories-right .category-content.active {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.main-menu-drawer .categories-layout .categories-right .category-content .category-featured .category-featured-title {
  font-size: 13px;
  font-weight: 600;
  color: #181818;
  margin-bottom: 15px;
}
.main-menu-drawer .categories-layout .categories-right .category-content .category-featured .category-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px 16px;
  margin-bottom: 20px;
}
.main-menu-drawer .categories-layout .categories-right .category-content .category-featured .category-links .category-link-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 8px);
          flex: 0 0 calc(50% - 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #181818;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.main-menu-drawer .categories-layout .categories-right .category-content .category-featured .category-links .category-link-item:hover {
  color: #000;
}
.main-menu-drawer .categories-layout .categories-right .category-content .category-featured .btn-view-all {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--border-grey);
  border-radius: 4px;
  color: #181818;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-menu-drawer .categories-layout .categories-right .category-content .category-featured .btn-view-all:hover {
  background: #f5f5f5;
  border-color: #000;
}
.main-menu-drawer .categories-layout .categories-right .category-content .category-empty {
  padding: 40px 20px;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.main-menu-drawer .categories-layout .categories-right .category-content-super .super-deal-content {
  padding: 20px 0;
}
.main-menu-drawer .categories-layout .categories-right .category-content-super .super-deal-content .super-deal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.main-menu-drawer .categories-layout .categories-right .category-content-super .super-deal-content .super-deal-buttons .super-deal-btn {
  display: block;
  padding: 12px 20px;
  background: #e74c3c;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.main-menu-drawer .categories-layout .categories-right .category-content-super .super-deal-content .super-deal-buttons .super-deal-btn:hover {
  background: #c0392b;
  color: #fff;
  text-decoration: none;
}
.main-menu-drawer .categories-layout .categories-right .category-item-super .category-link-super {
  color: #e74c3c !important;
  font-weight: 600 !important;
}
.main-menu-drawer .categories-layout .categories-right .category-item-super.active .category-link-super {
  color: #e74c3c !important;
}
.main-menu-drawer .collections-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 20px;
}
.main-menu-drawer .collections-grid .collection-item {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 4px;
}
.main-menu-drawer .collections-grid .collection-item .collection-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.main-menu-drawer .collections-grid .collection-item .collection-image {
  width: 100%;
  height: 100%;
}
.main-menu-drawer .collections-grid .collection-item .collection-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main-menu-drawer .collections-grid .collection-item .collection-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
}
.main-menu-drawer .collections-grid .collection-item .collection-overlay .collection-title {
  font-size: 15px;
  font-weight: 500;
}
.main-menu-drawer .collections-grid .collection-item:hover .collection-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.main-menu-drawer .featured-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu-drawer .featured-menu-list .featured-menu-item {
  border-bottom: 1px solid #f0f0f0;
}
.main-menu-drawer .featured-menu-list .featured-menu-item .featured-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  color: #181818;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  gap: 12px;
}
.main-menu-drawer .featured-menu-list .featured-menu-item .featured-menu-link:hover {
  background: #f5f5f5;
}
.main-menu-drawer .featured-menu-list .featured-menu-item .featured-menu-link .featured-menu-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #181818;
}
.main-menu-drawer .featured-menu-list .featured-menu-item .featured-menu-link .featured-menu-icon svg {
  width: 100%;
  height: 100%;
}
.main-menu-drawer .featured-menu-list .featured-menu-item .featured-menu-link .featured-menu-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 400;
}
.main-menu-drawer .featured-menu-list .featured-menu-item .featured-menu-link .featured-menu-badge {
  background: #e74c3c;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main-menu-drawer .featured-menu-list .featured-menu-item .featured-menu-link .featured-menu-arrow {
  font-size: 18px;
  color: #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-menu-drawer .main-menu-drawer-footer {
  padding: 20px;
  border-top: 1px solid var(--border-grey);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
}
.main-menu-drawer .main-menu-drawer-footer .mobile-app-promotion .promotion-title {
  font-size: 15px;
  font-weight: 600;
  color: #181818;
  margin-bottom: 8px;
}
.main-menu-drawer .main-menu-drawer-footer .mobile-app-promotion .promotion-text {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}
.main-menu-drawer .main-menu-drawer-footer .mobile-app-promotion .app-download-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.main-menu-drawer .main-menu-drawer-footer .mobile-app-promotion .app-download-buttons .app-download-btn {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.main-menu-drawer .main-menu-drawer-footer .mobile-app-promotion .app-download-buttons .app-download-btn:hover {
  opacity: 0.8;
}
.main-menu-drawer .main-menu-drawer-footer .mobile-app-promotion .app-download-buttons .app-download-btn img {
  height: 40px;
  width: auto;
}

body.home-body .pattern-group .p-g-mod-t-45 {
  margin-bottom: 0;
}

.product-image-hover-zone {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.product-image-hover-zone .product-all-images {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-image-hover-zone .product-all-images .product-image-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1;
}
.product-image-hover-zone .product-all-images .product-image-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  position: relative;
}
.product-image-hover-zone .product-all-images .product-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.product-image-hover-zone.is-hovering .product-all-images {
  cursor: pointer;
}
.product-image-hover-zone.is-hovering .product-image-dots {
  opacity: 1;
  visibility: visible;
}
.product-image-hover-zone:hover .product-all-images .product-image-item {
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.product-image-hover-zone .product-image-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.product-image-hover-zone .product-image-dots .product-image-dot {
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}
.product-image-hover-zone .product-image-dots .product-image-dot.active {
  background: rgba(255, 255, 255, 0.95);
  width: 32px;
  height: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.product-image-hover-zone:hover .product-image-dots {
  opacity: 1;
  visibility: visible;
}

.image-wrapper {
  position: relative;
}
.image-wrapper .buttons {
  position: relative;
  z-index: 20;
}
.image-wrapper .product-actions {
  position: relative;
  z-index: 20;
}

.related-products-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 6px 10px;
  background-color: #f8f9fa;
  border-radius: 6px;
  font-size: 12px;
  color: #495057;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related-products-count:hover {
  background-color: #e9ecef;
}
.related-products-count .related-count-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  background-color: #007bff;
  color: #ffffff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.related-products-count .related-count-text {
  font-size: 12px;
  color: #6c757d;
}

.card-product .related-products-count {
  margin-top: 10px;
}