@charset "UTF-8";
#content {
  margin-top: 100px;
}
@media (max-width: 984px) {
  #content {
    margin-top: 136px;
  }
}

* {
  scroll-behavior: smooth;
}

* {
  --sb-track-color: #e1e6f1;
  --sb-thumb-color: #b1bcd6;
  --sb-size: 8px;
}

*::-webkit-scrollbar {
  width: var(--sb-size);
}

*::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 5px;
}

@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
#main-header .menu-item.has-children > a:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1rem;
}
#main-header #menu {
  display: flex;
  align-items: center;
  background-color: #333648;
  border-radius: 30rem;
}
#main-header .main-menu {
  display: flex;
  justify-content: center;
}
#main-header .main-menu > .menu-item:not(:last-child):after {
  content: "|";
  position: absolute;
  left: 100%;
  color: #D6D6D6;
}
#main-header .modal-overlay {
  position: absolute;
  display: none;
  inset: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#main-header #mobile_nav .sub-menu {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.48);
}
#main-header .menu-1st-sub-li:hover .menu-1st-sub::after {
  display: block;
}
#main-header .menu-1st-sub {
  transition: all 0.3s;
  position: relative;
}
#main-header .menu-1st-sub::after {
  transition: all 0.3s;
  content: "";
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #00319C;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  border-left: 1px solid #E9E9E9;
  cursor: pointer;
  font-size: 16px;
  width: 170px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -45px;
  background: white;
  min-width: 200px;
  border-radius: 5px;
  padding: 0;
  z-index: 999;
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.dropdown-menu li a:hover {
  background: #f4f4f4;
}

/* نمایش لیست هنگام هاور */
.custom-dropdown:hover .dropdown-menu {
  display: block;
}

.cartcount {
  border-radius: 50%;
  padding-right: 7px;
  font-size: 12px;
  color: rgba(115, 115, 115, 0.6980392157);
}

@media (max-width: 600px) {
  .cartcount {
    left: 35px;
  }
}
.menu-item .active {
  color: #009B85;
}

.menu-item .active svg {
  stroke: #009B85 !important;
}

.menu-item .active svg path {
  stroke: #009B85 !important;
}

.menu-item .active svg * {
  stroke: #009B85 !important;
}

.menu-item .active {
  color: #009B85;
}

.menu-item:hover {
  color: #009B85;
}

.menu-item:hover svg {
  stroke: #009B85 !important;
}

.menu-item:hover svg path {
  stroke: #009B85 !important;
}

.menu-item:hover svg * {
  stroke: #009B85 !important;
}

.hero {
  background-image: url("../images/Home/herobg.webp");
  background-size: cover;
}

@keyframes pulse-soft {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.animate-float {
  animation: float 3s ease-in-out infinite;
}

@keyframes flutter {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
}
.animate-pulse-soft {
  animation: pulse-soft 3s ease-in-out infinite;
}

.animate-flutter {
  animation: flutter 2s ease-in-out infinite;
}

.btnhero:hover {
  box-shadow: 0px 15px 38.9px -10px rgba(0, 109, 94, 0.6705882353);
}

.tech-slideshow {
  height: 100px;
  max-width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.mover-1 {
  height: 150px;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  overflow-x: hidden;
  top: 8;
  left: 0;
  animation: moveSlideshow 20s linear infinite;
}

.mover-1 img {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 75px;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-600px);
  }
}
.coursecard {
  transition: all 0.3s ease;
}

.coursecard:hover {
  box-shadow: 0px 36px 35.3px -24px rgba(0, 155, 133, 0.2784313725);
  transform: translateY(-10px);
}

.aboutadina {
  background-image: url("../images/Home/bgaboutadina.webp");
  background-size: cover;
}

.procard:hover {
  box-shadow: 0px 36px 35.1px -24px rgba(0, 0, 0, 0.2784313725);
  border: 2px solid #E6E8EC;
}

.whyus {
  background-image: url("../images/Home/bgwhy.webp");
  background-size: cover;
}

#menu-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 160px;
  row-gap: 16px;
  margin-top: 16px;
}
@media (max-width: 984px) {
  #menu-footer {
    height: 300px;
  }
}
#menu-footer .menu-item {
  font-size: 14px;
}
#menu-footer .menu-item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  width: 1rem;
  height: 2px;
  background-color: #F5C181;
}

.footer-mask {
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: radial-gradient(47.55% 77.69% at 50% 110.19%, rgba(0, 49, 156, 0.24) 0%, rgba(0, 49, 156, 0) 100%);
}
@media (max-width: 1024px) {
  .footer-mask {
    border-image-source: radial-gradient(97.55% 77.69% at 50% 110.19%, rgba(0, 49, 156, 0.24) 0%, rgba(0, 49, 156, 0) 100%);
  }
}

.header-scrolled {
  top: 0 !important;
}

@media (max-width: 1024px) {
  .header-scrolled {
    top: 0 !important;
  }
}
.header-scrolled .mymenu {
  top: 87px !important;
}

.post-content p a, .product-post-content p a,
.post-content h2 a,
.product-post-content h2 a,
.post-content h3 a,
.product-post-content h3 a,
.post-content h4 a,
.product-post-content h4 a,
.post-content h5 a,
.product-post-content h5 a,
.post-content h6 > a,
.product-post-content h6 > a {
  color: black;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.post-content p a::before, .product-post-content p a::before,
.post-content h2 a::before,
.product-post-content h2 a::before,
.post-content h3 a::before,
.product-post-content h3 a::before,
.post-content h4 a::before,
.product-post-content h4 a::before,
.post-content h5 a::before,
.product-post-content h5 a::before,
.post-content h6 > a::before,
.product-post-content h6 > a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 100%;
  height: 1px;
  height: 1px;
}
.post-content p a:hover, .product-post-content p a:hover,
.post-content h2 a:hover,
.product-post-content h2 a:hover,
.post-content h3 a:hover,
.product-post-content h3 a:hover,
.post-content h4 a:hover,
.product-post-content h4 a:hover,
.post-content h5 a:hover,
.product-post-content h5 a:hover,
.post-content h6 > a:hover,
.product-post-content h6 > a:hover {
  color: rgb(var(--color-secondary));
}
.post-content p a:hover::after, .product-post-content p a:hover::after,
.post-content h2 a:hover::after,
.product-post-content h2 a:hover::after,
.post-content h3 a:hover::after,
.product-post-content h3 a:hover::after,
.post-content h4 a:hover::after,
.product-post-content h4 a:hover::after,
.post-content h5 a:hover::after,
.product-post-content h5 a:hover::after,
.post-content h6 > a:hover::after,
.product-post-content h6 > a:hover::after {
  width: 100%;
}
.post-content .social-container.show-social, .product-post-content .social-container.show-social {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  right: calc(100% + 10px);
  min-width: 200px;
  z-index: 1;
}
.post-content .blog-img-container, .product-post-content .blog-img-container {
  border-radius: 10px;
}
.post-content .blog-img-container img, .product-post-content .blog-img-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
  display: block;
  border-radius: 10px;
}
.post-content img, .product-post-content img {
  margin: 20px auto 20px auto;
}
.post-content, .product-post-content {
  background: #ffffff;
  border-radius: 10px;
  margin: 10px 0 20px 0;
}
.post-content p:empty, .product-post-content p:empty {
  display: none;
}
.post-content h1, .product-post-content h1 {
  text-align: right;
  font-size: clamp(1.5rem, 2vw + 1rem, 2.125rem);
  /* Mobile: 24px, Tablet: 34px, Desktop: 34px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h2, .product-post-content h2 {
  text-align: right;
  font-size: clamp(1.125rem, 1.5vw, 1.875rem);
  /* Mobile: 18px, Tablet: 24px, Desktop: 30px */
  font-weight: 700;
  /* Bold */
}
.post-content h2:not(:first-of-type), .product-post-content h2:not(:first-of-type) {
  margin-bottom: 10px;
  margin-top: 40px;
}
.post-content h2:first-of-type, .product-post-content h2:first-of-type {
  margin-bottom: 10px;
}
.post-content h3, .product-post-content h3 {
  text-align: right;
  font-size: clamp(1.125rem, 1.2vw, 1.5rem);
  /* Mobile: 18px, Tablet: 20px, Desktop: 24px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h4, .product-post-content h4 {
  text-align: right;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  /* Mobile: 16px, Tablet: 18px, Desktop: 20px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h5, .product-post-content h5 {
  text-align: right;
  font-size: clamp(1rem, 1vw, 1.125rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 18px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h6, .product-post-content h6 {
  text-align: right;
  font-size: clamp(1rem, 0.9vw, 1rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 16px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content p, .product-post-content p {
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  margin-bottom: 25px;
}
.post-content img, .product-post-content img {
  margin: 20px auto;
}
.post-content li, .product-post-content li {
  position: relative;
  margin: 5px 0;
  color: rgb(var(--color-darkest));
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
}
.post-content ol, .product-post-content ol {
  position: relative;
  list-style-type: -moz-ethiopic-numeric;
  padding-right: 1.25rem;
}
.post-content ul, .product-post-content ul {
  position: relative;
  list-style-type: unset;
  list-style-position: inside;
  padding-right: 2.5rem;
  margin: 1rem 0;
}
.post-content .wp-block-column, .product-post-content .wp-block-column {
  padding: 10px;
}
.post-content .blog-img-container, .product-post-content .blog-img-container {
  border-radius: 10px;
}
.post-content .squares-left, .product-post-content .squares-left,
.post-content .squares-right,
.product-post-content .squares-right,
.post-content .squares-bottom,
.product-post-content .squares-bottom {
  width: 100vw;
}
.post-content .faq .q-header h3, .product-post-content .faq .q-header h3 {
  color: rgba(33, 33, 33, 0.92);
  font-weight: 500;
}
.post-content table, .product-post-content table {
  width: 100%;
  font-size: 0.9rem;
}
@media (max-width: 1024px) {
  .post-content table, .product-post-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.post-content table, .product-post-content table,
.post-content table th,
.product-post-content table th,
.post-content table td,
.product-post-content table td {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.post-content table th, .product-post-content table th,
.post-content table td,
.product-post-content table td {
  padding: 1rem;
  text-align: center;
}

.product-post-content h1,
.product-post-content h2,
.product-post-content h3,
.product-post-content h4,
.product-post-content h5,
.product-post-content h6 {
  color: #00319c;
}

.post-content h1, .product-post-content h1,
.post-content h2,
.product-post-content h2,
.post-content h3,
.product-post-content h3,
.post-content h4,
.product-post-content h4,
.post-content h5,
.product-post-content h5,
.post-content h6,
.product-post-content h6 {
  color: #009B85;
}
.post-content h2, .product-post-content h2 {
  text-align: right;
  font-size: clamp(1.125rem, 1.5vw, 24px);
  /* Mobile: 18px, Tablet: 24px, Desktop: 30px */
  font-weight: 700;
  /* Bold */
}

.swiper-custom-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
  border-radius: 5rem;
  width: 2rem;
  background: #33A72C;
}

.search-results-box .search-item > a,
.mobile-search-results-box .search-item > a {
  background-color: #F3F8FD;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  gap: 1rem;
  font-size: 14px;
}
.search-results-box .search-item > a img,
.mobile-search-results-box .search-item > a img {
  width: 50px;
  height: 50px;
}

.qty[type=number]::-webkit-inner-spin-button,
.qty[type=number]::-webkit-outer-spin-button,
.single-qty[type=number]::-webkit-inner-spin-button,
.single-qty[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dot-loader {
  width: 6px;
  height: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
  0% {
    box-shadow: 9px 0 #a7c6ff, -9px 0 #3276f8;
    background: #a7c6ff;
  }
  33% {
    box-shadow: 9px 0 #a7c6ff, -9px 0 #3276f8;
    background: #3276f8;
  }
  66% {
    box-shadow: 9px 0 #3276f8, -9px 0 #a7c6ff;
    background: #3276f8;
  }
  100% {
    box-shadow: 9px 0 #3276f8, -9px 0 #a7c6ff;
    background: #a7c6ff;
  }
}
.spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #00319c;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pulse-loader {
  width: 40px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #ffffff 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1s infinite linear;
}

@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
.woocommerce-NoticeGroup {
  display: none;
}

.woocommerce-pagination ul {
  display: flex;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
}
.woocommerce-pagination ul li span.current {
  background-color: #009B85;
  color: #fff;
}
.woocommerce-pagination ul li a:hover {
  background-color: #009B85;
  color: #fff;
}
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
  width: 3rem;
  height: 3rem;
  border: 1px solid #E4E9F4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #575757;
  transition: all 0.1s;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  color: #575757;
}
@media (max-width: 1024px) {
  .woocommerce-breadcrumb {
    font-size: 10px;
  }
}

@font-face {
  font-family: "AzarMehr";
  src: url("../fonts/AzarMehr/AzarMehr-FD[DSTY,KSHD,wght].woff2");
}
/* *************** kalameh *************** */
/* *************** doran *************** */
@font-face {
  font-family: "doran";
  src: url("../fonts/doran/Doran-ExtraBold.woff2");
  font-weight: 900;
}
@font-face {
  font-family: "doran";
  src: url("../fonts/doran/Doran-ExtraBold.woff2");
  font-weight: 800;
}
@font-face {
  font-family: "doran";
  src: url("../fonts/doran/Doran-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "doran";
  src: url("../fonts/doran/Doran-Bold.woff2");
  font-weight: 600;
}
@font-face {
  font-family: "doran";
  src: url("../fonts/doran/Doran-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "doran";
  src: url("../fonts/doran/Doran-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "doran";
  src: url("../fonts/doran/Doran-Light.woff2");
  font-weight: 300;
}
/* Assigning Fonts */
:root {
  font-family: "AzarMehr", sans-serif, ui-sans-serif, system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

.toast-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}
@media (max-width: 1180px) {
  .toast-container {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.toast {
  min-width: 250px;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1180px) {
  .toast {
    transform: translateY(-100%);
  }
}

.toast.show {
  opacity: 1;
  transform: translateX(0);
}

.toast-success {
  background-color: #28a745;
}

.toast-error {
  background-color: #dc3545;
}

.toast-warning {
  background-color: #ffc107;
  color: #333;
}

.toast-close {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0 5px;
  font-size: 18px;
  opacity: 0.7;
}

.toast-close:hover {
  opacity: 1;
}

.digits-form-container * {
  font-family: "AzarMehr", serif !important;
}

.slider {
  position: absolute;
  width: 100%;
  height: 400px;
  /* می‌توانید این مقدار را به اندازه مورد نظر خود تغییر دهید */
}

.slider-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* این گزینه تصاویر را به اندازه درست و بدون تغییر نسبت به ابعاد آن‌ها قرار می‌دهد */
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.slider-img.first {
  opacity: 1;
}

.slider:hover .first {
  opacity: 0;
}

.slider:hover .second {
  opacity: 1;
}

.off {
  background-image: url(../images/shop-home/off.webp);
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 600px) {
  .off {
    background-image: unset;
    background-position: center;
  }
}
.current {
  transition: all;
}

.page-numbers {
  border: 1px solid #33A72C;
  padding: 5px 15px;
  border-radius: 8px;
  color: #33A72C;
}

.woocommerce-product-attributes {
  border-collapse: collapse;
  width: 100% !important;
}

.woocommerce-product-attributes th,
td {
  text-align: right;
  padding: 8px;
  border-bottom: 1.5px dashed #c0e4be;
}

.woocommerce-product-attributes tr:nth-child(even) {
  background-color: #FAFBFF;
}

.woocommerce-product-attributes td {
  color: #4e4e4e;
  font-weight: 500;
  font-size: 14px;
}

.woocommerce-product-attributes th {
  color: #58a2db;
  width: 35%;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
}

.woocommerce-product-attributes tr:last-child th,
.woocommerce-product-attributes tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 600px) {
  .woocommerce-product-attributes th {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .blogcard {
    position: relative;
  }
  .blogcard::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 200px;
    height: 13px;
    background: #EAF3FB;
    border-radius: 0px 0px 8px 8px;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }
  .blogcard:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleX(1);
  }
  .blogcard img {
    transition: transform 0.3s ease-in-out;
  }
  .blogcard:hover .bloga {
    gap: 15px;
  }
}
.show-all:hover {
  opacity: 50%;
}

@media only screen and (max-width: 600px) {
  .bgbale {
    background-image: url(../images/shop-home/bgbale.svg);
    background-repeat: no-repeat;
    background-position-x: 7px;
    background-position-y: center;
  }
}
@media only screen and (max-width: 600px) {
  .bgeta {
    background-image: url(../images/shop-home/bgeta.svg);
    background-repeat: no-repeat;
    background-position-x: 7px;
    background-position-y: center;
  }
}
@media only screen and (max-width: 600px) {
  .bgwhat {
    background-image: url(../images/shop-home/bgwhatsapp.svg);
    background-repeat: no-repeat;
    background-position-x: 7px;
    background-position-y: center;
  }
}
.prev {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 38px;
}

.next {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 38px;
}

.woocommerce-pagination ul {
  border: unset !important;
}

.loader {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: flex;
  justify-content: center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.products-grid {
  position: relative;
  min-height: 200px;
}
.products-grid.loading {
  opacity: 0.5;
  pointer-events: none;
}
.products-grid.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}/*# sourceMappingURL=main.css.map */