@font-face {
  font-family: "IranYekan";
  src: url("/fonts/iranyekanwebregular.b95439c1.b95439c1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "IranYekan", sans-serif;
  background-color: #f8f9fa;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.txt-primary {
  color: #5900ff;
}
.bg-primary {
  background-color: #5900ff;
}
.btn-outline-primary {
  color: #5900ff;
  border-color: #5900ff;
}
.btn-outline-primary:hover {
  background-color: #5900ff;
  border-color: #5900ff;
  color: #fff;
}
.btn-primary {
  background-color: #5900ff;
  border-color: #5900ff;
  color: #fff;
}
.btn-primary:hover {
  background-color: #4a00d4;
  border-color: #4a00d4;
  color: #fff;
}
.bg-primary-subtle {
  background-color: #f0e8ff !important;
}
.text-primary-emphasis {
  color: #5900ff !important;
}
.custom-header-btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  transition: all 0.2s ease-in-out;
}
.custom-header-btn:hover {
  background-color: #f8f9fa;
  border-color: #ced4da;
}

.custom-user-dropdown {
  border-radius: 12px;
  border: 1px solid #efefef;
  padding: 0.5rem 0;
  min-width: 230px;
  text-align: right;
}
.custom-user-dropdown .dropdown-item {
  padding: 0.7rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  color: #4a5568;
  font-size: 0.92rem;
  transition: background 0.15s;
}
.custom-user-dropdown .dropdown-item i {
  font-size: 1.05rem;
  color: #718096;
}
.custom-user-dropdown .dropdown-item:hover {
  color: #5900ff;
  transform: translateX(-2px);
  background: none !important;
  transition: 0.2s;
}
.dropdown-item:hover {
  color: #5900ff;
  transform: translateX(-2px);
  background: none !important;
  transition: 0.2s;
}
.custom-user-dropdown .dropdown-item.text-danger i {
  color: #dc3545 !important;
}
.cart-badge {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
  background-color: #5900ff;
  color: #fff;
}
.search-results-container {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  max-height: 420px;
  overflow-y: auto;
  z-index: 1050;
  padding: 12px 0;
  border: 1px solid #e9ecef;
}
.search-results-container .result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.15s;
  border-bottom: 1px solid #f1f1f1;
}
.search-results-container .result-item:last-child {
  border-bottom: none;
}
.search-results-container .result-item:hover {
  background: #f8f9fa;
}
.search-results-container .result-item img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
}
.search-results-container .result-item .info {
  flex: 1;
}
.search-results-container .result-item .info .name {
  font-weight: 600;
  font-size: 14px;
  color: #212529;
}
.search-results-container .result-item .info .price {
  font-size: 13px;
  color: #5900ff;
}
.search-results-container .empty-state {
  padding: 30px 16px;
  text-align: center;
  color: #6c757d;
}
#mobileSearchResults {
  position: static;
  box-shadow: none;
  border: none;
  max-height: 300px;
}

.cart-dropdown .btn-sm {
  padding: 2px 6px;
  font-size: 12px;
}
.cart-dropdown .btn-danger {
  background-color: #dc3545;
  border: none;
  color: #fff;
}
.cart-dropdown .btn-danger:hover {
  background-color: #bb2d3b;
}
.custom-header-btn.dropdown-toggle::after {
  display: none !important;
}

.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}
.parent div {
  border-radius: 10px;
}

.div3 {
  grid-column: span 3 / span 3;
  grid-row: span 3 / span 3;
}

.div4 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("img/mbikecard.jpg");
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.div4::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("img/mbikecard.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.div4 {
  position: relative;
  z-index: 0;
}
.div4 .card-title {
  z-index: 1;
  padding: 10px;
  font-weight: bold;
  border-radius: 20px;
  background-color: rgba(80, 80, 80, 0.527);
}
.div4:hover::before {
  transform: scale(1.1) rotate(3deg);
}

.div5 {
  grid-column-start: 4;
  grid-row-start: 3;
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("img/citybike.jpg");
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.div5::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("img/citybike.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.div5 {
  position: relative;
  z-index: 0;
}
.div5 .card-title {
  z-index: 1;
  padding: 10px;
  font-weight: bold;
  border-radius: 20px;
  background-color: rgba(80, 80, 80, 0.527);
}
.div5:hover::before {
  transform: scale(1.1) rotate(3deg);
}

.div6 {
  grid-column-start: 5;
  grid-row-start: 3;
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("/img/roadbike.jpg");
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.div6::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("img/roadbike.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.div6 {
  position: relative;
  z-index: 0;
}
.div6 .card-title {
  z-index: 1;
  padding: 10px;
  font-weight: bold;
  border-radius: 20px;
  background-color: rgba(80, 80, 80, 0.527);
}
.div6:hover::before {
  transform: scale(1.1) rotate(3deg);
}

.slider-header {
  padding: 0 20px;
}

.products {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.15);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
  overflow: hidden;
  text-decoration: none;
  display: block;
  width: 250px;
  margin: 20px;
}
.products:hover {
  transform: translateY(-5px);
}
.pr-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.pr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  transition: transform 0.4s ease;
}
.pr-text {
  background-color: #fff;
  text-align: center;
  padding: 22px 15px;
  border-radius: 0 0 12px 12px;
}
.pr-text p {
  font-size: 18px;
  margin: 8px 0 0 0;
  color: #333;
  font-weight: 600;
}
.price {
  font-weight: bold;
  font-size: 17px;
}
.rating {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 2px 8px;
  border-radius: 20px;
  display: flex;
  gap: 2px;
  align-items: center;
  z-index: 5;
}
.rating i {
  color: gold;
  font-size: 12px;
}
.tags .nav-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  transition: all 0.35s ease-in-out;
  z-index: 10;
  border-radius: 8px;
}
.tags .nav-btn a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
}
.products:hover .tags .nav-btn {
  bottom: 15px;
}
.share-pr {
  position: absolute;
  top: 15px;
  right: -50px;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: all 0.35s ease-in-out;
  z-index: 10;
}
.share-pr li a {
  background-color: #fff;
  color: #5900ff;
  display: flex;
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.share-pr li a:hover {
  background-color: #5900ff;
  color: #fff;
}
.products:hover .share-pr {
  right: 15px;
}
.products:hover .pr-img img {
  transform: scale(1.08);
}
.products:hover {
  transform: translateY(10px);
}

.products-wrapper {
  display: flex;
  width: max-content;
  transition-timing-function: linear !important;
}
.swiper {
  width: 100%;
  overflow: hidden;
}
.swiper-slide {
  width: auto !important;
}
.myProductsSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper-btn {
  display: flex;
}
.swiper-prev,
.swiper-next {
  padding: 0 30px;
  margin-top: 3px;
}
.swiper-prev i,
.swiper-next i {
  background-color: #5900ff;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
}
.swiper-next i:hover {
  color: black;
  cursor: pointer;
}
.swiper-prev i:hover {
  color: black;
  cursor: pointer;
}
.myProductsSwiper1 {
  overflow: hidden;
}
.swiper-prev-1,
.swiper-next-1 {
  padding: 0 30px;
  margin-top: 3px;
}
.swiper-prev-1 i,
.swiper-next-1 i {
  background-color: #5900ff;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
}
.swiper-next-1 i:hover {
  color: black;
  cursor: pointer;
}
.swiper-prev-1 i:hover {
  color: black;
  cursor: pointer;
}
.myProductsSwiper-classic {
  overflow: hidden;
}
.swiper-prev-classic,
.swiper-next-classic {
  padding: 0 30px;
  margin-top: 3px;
}
.swiper-prev-classic i,
.swiper-next-classic i {
  background-color: #5900ff;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
}
.swiper-next-classic i:hover {
  color: black;
  cursor: pointer;
}
.swiper-prev-classic i:hover {
  color: black;
  cursor: pointer;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.1);
  height: 100%;
}
.feature-item i {
  font-size: 22px;
  color: #fff;
  background: #5900ff;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s;
}
.refresh-arrow i:hover {
  scale: 1.07;
  transform: rotate(-360deg);
}
@keyframes shieldBounce {
  0% {
    transform: translateX(0) rotate(0deg) scale(1);
  }
  25% {
    transform: translateX(7px) rotate(-10deg) scale(1.2);
  }
  50% {
    transform: translateX(-4px) rotate(-20deg) scale(1.3);
  }
  75% {
    transform: translateX(3px) rotate(-15deg) scale(1.25);
  }
  100% {
    transform: translateX(0) rotate(0deg) scale(1.1);
  }
}
.sheild i {
  transition: transform 0.3s ease;
}
.sheild i:hover {
  animation: shieldBounce 0.8s ease forwards;
}
@keyframes speed {
  0% {
    transform: translateX(0) rotate(0deg) scale(1);
  }
  25% {
    transform: translateX(-7px) rotate(-0deg) scale(1.1);
  }
  50% {
    transform: translateX(9px) rotate(0deg) scale(1.1);
  }
  100% {
    transform: translateX(0px) rotate(0deg) scale(1.1);
  }
}
.truck-deliver i {
  transition: transform 0.3s ease;
}
.truck-deliver i:hover {
  animation: speed 0.8s ease forwards;
}
@keyframes headset {
  0% {
    transform: translateX(0) rotate(0deg) scale(1);
  }
  25% {
    transform: translateX(0) rotate(-10deg) scale(1.2);
  }
  50% {
    transform: translateX(0) rotate(20deg) scale(1.3);
  }
  75% {
    transform: translateX(0) rotate(-15deg) scale(1.25);
  }
  100% {
    transform: translateX(0) rotate(0deg) scale(1.1);
  }
}
.headset i {
  transition: transform 0.3s ease;
}
.headset i:hover {
  scale: 1.05;
  animation: headset 0.8s ease forwards;
}
.feature-item h6 {
  margin: 0 0 2px 0;
  font-weight: 700;
  font-size: 15px;
  color: #212529;
}
.feature-item p {
  margin: 0;
  font-size: 12.5px;
  color: #6c757d;
}

@media (min-width: 768px) and (max-width: 991px) {
  .feature-item {
    padding: 14px 12px;
  }
  .feature-item i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .feature-item h6 {
    font-size: 12px;
  }
  .feature-item p {
    padding-top: 3px;
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .feature-item {
    padding: 12px 10px;
  }
  .feature-item i {
    font-size: 16px;
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .feature-item h6 {
    font-size: 12px;
  }
  .feature-item p {
    font-size: 10px;
  }
}
.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  background-color: #5900ff;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
  color: #fff;
}

.about-section {
  background: #fff;
  border-radius: 20px;
  margin: 20px 12px;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.about-media {
  position: relative;
}
.about-img-main {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 4 / 3.2;
  object-fit: cover;
}
.about-badge {
  position: absolute;
  bottom: -18px;
  right: 24px;
  background: #212529;
  color: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.about-badge-num {
  font-size: 26px;
  font-weight: 800;
  color: #5900ff;
  line-height: 1;
}
.about-badge-label {
  font-size: 11.5px;
  margin-top: 4px;
  text-align: center;
  color: #e9ecef;
  max-width: 100px;
}
.about-title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}
.about-text {
  color: #6c757d;
  font-size: 15.5px;
  line-height: 2;
  margin-bottom: 1.8rem;
}
.about-stats {
  display: flex;
  gap: 28px;
  margin-bottom: 1.8rem;
  flex-wrap: wrap;
}
.about-stat h3 {
  font-weight: 800;
  color: #212529;
  margin-bottom: 2px;
}
.about-stat p {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
}
@media (max-width: 992px) {
  .about-badge {
    right: 12px;
  }
}

.testimonial-section {
  padding-left: 20px;
  padding-right: 20px;
}
.myTestimonialSwiper .swiper-slide {
  width: 340px !important;
}
.testimonial-card {
  background: #fff;
  border-radius: 14px;
  padding: 26px 24px;
  box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.12);
  height: 100%;
  margin: 6px 10px 24px 10px;
}
.testimonial-stars i {
  color: gold;
  font-size: 13px;
  margin-left: 2px;
}
.testimonial-text {
  color: #495057;
  font-size: 14.5px;
  line-height: 2;
  margin: 14px 0 20px 0;
  min-height: 110px;
}
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #f1f1f1;
  padding-top: 14px;
}
.testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #5900ff;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.testimonial-user h6 {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
}
.testimonial-user span {
  font-size: 12px;
  color: #adb5bd;
}
.swiper-prev-2,
.swiper-next-2 {
  padding: 0 6px;
}
.swiper-prev-2 i,
.swiper-next-2 i {
  background-color: #5900ff;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-prev-2 i:hover,
.swiper-next-2 i:hover {
  color: black;
}

.newsletter-banner {
  background: linear-gradient(120deg, #212529, #343a40);
  border-radius: 20px;
  margin: 10px 12px 30px 12px;
  padding: 40px 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.newsletter-content h3 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 1.4rem;
}
.newsletter-content p {
  color: #adb5bd;
  margin: 0;
  font-size: 14px;
}
.newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 320px;
  flex: 1;
  max-width: 480px;
}
.newsletter-form .form-control {
  border-radius: 10px;
  padding: 12px 16px;
  border: none;
  flex: 1;
  min-width: 180px;
}
.newsletter-form .btn {
  border-radius: 10px;
  padding: 12px 22px;
  font-weight: 700;
  white-space: nowrap;
  background: #5900ff;
  border-color: #5900ff;
  color: #fff;
}
.newsletter-form .btn:hover {
  background: #4a00d4;
  border-color: #4a00d4;
}
.newsletter-form.subscribed .form-control,
.newsletter-form.subscribed .btn {
  opacity: 0.7;
  pointer-events: none;
}

@media (max-width: 419px) {
  .newsletter-banner {
    padding: 30px 16px !important;
    overflow: hidden;
  }
  .newsletter-form {
    flex-direction: column !important;
    gap: 10px !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  .newsletter-form .form-control {
    width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    box-sizing: border-box !important;
  }
  .newsletter-form .btn {
    width: 100% !important;
    flex: none !important;
    white-space: nowrap;
  }
  .newsletter-content h3 {
    font-size: 1.1rem;
  }
  .newsletter-content p {
    font-size: 13px;
  }
  .swiper-next-classic,
  .swiper-prev-classic {
    display: none;
  }
  .swiper-next,
  .swiper-prev {
    display: none;
  }
  .swiper-next-1,
  .swiper-prev-1 {
    display: none;
  }
}

.site-footer {
  background: #212529;
  color: #adb5bd;
  margin-top: 20px;
  border-radius: 40px 40px 0 0;
}
.footer-about {
  font-size: 13.5px;
  line-height: 2;
  color: #868e96;
  max-width: 340px;
}
.footer-social {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 18px 0 0 0;
}
.footer-social li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #343a40;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.footer-social li a:hover {
  background: #5900ff;
  color: #212529;
}
.footer-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 15px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a {
  color: #adb5bd;
  font-size: 13.5px;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #5900ff;
}
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
}
.footer-contact li i {
  color: #5900ff;
  margin-top: 3px;
}
.footer-bottom {
  border-top: 1px solid #343a40;
  padding: 18px 0;
  font-size: 13px;
}
.payment-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #868e96;
}
.payment-icons i {
  color: #5900ff;
}

.pd-gallery-main {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff;
}

.swiper-prev-cm,
.swiper-next-cm {
  padding: 0 30px;
  margin-top: 53px;
}
.swiper-prev-cm i {
  padding: 12px;
  background-color: #5900ff;
  border-radius: 50%;
  color: #fff;
}
.swiper-next-cm i {
  padding: 12px;
  background-color: #5900ff;
  border-radius: 50%;
  color: #fff;
}
.swiper-next-cm i:hover {
  color: black;
}
.swiper-prev-cm i:hover {
  color: black;
}

.myTestimonialSwiper .swiper-slide {
  width: 100% !important;
}

.preview-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.541);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.preview-card:hover {
  box-shadow: 0 12px 40px 0 rgba(100, 100, 111, 0.2);
}
.preview-card .card-title {
  font-size: 1.1rem;
  margin: 0;
}
.preview-card-1 {
  background: url("img/mbike1.jpeg");
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  height: 200px;
}
.preview-card-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)),
    url("img/mbike1.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.preview-card-1 .card-title {
  z-index: 1;
  font-size: 22px;
  font-weight: bold;
  border-radius: 20px;
  padding: 3px;
  background-color: rgba(100, 100, 100, 0.76);
}
.preview-card-1:hover::before {
  transform: scale(1.1) rotate(3deg);
}
.preview-card-2 {
  background: url("img/cbike.jpg");
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  height: 200px;
}
.preview-card-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url("img/cbike.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.preview-card-2 .card-title {
  z-index: 1;
  font-size: 22px;
  font-weight: bold;
  border-radius: 20px;
  padding: 3px;
  background-color: rgba(100, 100, 100, 0.76);
}
.preview-card-2:hover::before {
  transform: scale(1.1) rotate(3deg);
}
.preview-card-3 {
  background: url("img/rbike.jpg");
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  height: 200px;
}
.preview-card-3::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url("img/rbike.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.preview-card-3 .card-title {
  z-index: 1;
  font-size: 22px;
  font-weight: bold;
  border-radius: 20px;
  padding: 3px;
  background-color: rgba(100, 100, 100, 0.76);
}
.preview-card-3:hover::before {
  transform: scale(1.1) rotate(3deg);
}
.preview-card-4 {
  background: url("img/kidbike.jpg");
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  height: 200px;
  padding: 5px;
}
.preview-card-4::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url("img/kidbike.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.preview-card-4 .card-title {
  z-index: 1;
  font-size: 22px;
  font-weight: bold;
  border-radius: 20px;
  padding: 3px;
  background-color: rgba(100, 100, 100, 0.76);
}
.preview-card-4:hover::before {
  transform: scale(1.1) rotate(3deg);
}
.preview-card-5 {
  background: url("img/trek.jpg");
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  height: 200px;
  padding: 5px;
}
.preview-card-5::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("img/trek.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.preview-card-5 .card-title {
  z-index: 1;
  font-size: 17px;
  font-weight: bold;
  border-radius: 20px;
  padding: 5px 8px;
  background-color: rgba(100, 100, 100, 0.76);
}
.preview-card-5:hover::before {
  transform: scale(1.1) rotate(3deg);
}
/* 1 */
.preview-card-6 {
  background: url("img/giant.jpg");
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  height: 200px;
  padding: 5px;
}
.preview-card-6::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url("img/giant.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.preview-card-6 .card-title {
  z-index: 1;
  font-size: 17px;
  font-weight: bold;
  border-radius: 20px;
  padding: 5px 8px;
  background-color: rgba(100, 100, 100, 0.76);
}
.preview-card-6:hover::before {
  transform: scale(1.1) rotate(3deg);
}
/* 1 */
.preview-card-7 {
  background: url("img/Specialized.jpg");
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  height: 200px;
  padding: 5px;
}
.preview-card-7::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url("img/Specialized.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.preview-card-7 .card-title {
  z-index: 1;
  font-size: 17px;
  font-weight: bold;
  border-radius: 20px;
  padding: 5px 8px;
  background-color: rgba(100, 100, 100, 0.76);
}
.preview-card-7:hover::before {
  transform: scale(1.1) rotate(3deg);
}
/* 1 */
.preview-card-8 {
  background: url("img/canyon.jpg");
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  height: 200px;
  padding: 5px;
}
.preview-card-8::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url("img/canyon.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.preview-card-8 .card-title {
  z-index: 1;
  font-size: 17px;
  font-weight: bold;
  border-radius: 20px;
  padding: 5px 8px;
  background-color: rgba(100, 100, 100, 0.76);
}
.preview-card-8:hover::before {
  transform: scale(1.1) rotate(3deg);
}

@media (min-width: 768px) {
  .myTestimonialSwiper .swiper-slide {
    width: calc(50% - 10px) !important;
  }
}

@media (min-width: 1024px) {
  .myTestimonialSwiper .swiper-slide {
    width: calc(33.33% - 15px) !important;
  }
}

.pd-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.pd-thumb {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.7;
  transition: all 0.2s;
}
.pd-thumb.active,
.pd-thumb:hover {
  border-color: #5900ff;
  opacity: 1;
}
.pd-breadcrumb {
  font-size: 13px;
  color: #adb5bd;
}
.pd-breadcrumb a {
  color: #6c757d;
}
.pd-title {
  font-weight: 800;
  font-size: 1.7rem;
  margin: 10px 0 8px 0;
}
.pd-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.pd-rating i {
  color: gold;
  font-size: 13px;
}
.pd-rating span {
  font-size: 13px;
  color: #6c757d;
}
.pd-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}
.pd-price {
  font-size: 1.8rem;
  font-weight: 800;
  color: #5900ff;
}
.pd-price-old {
  font-size: 1rem;
  color: #adb5bd;
  text-decoration: line-through;
}
.pd-desc {
  color: #6c757d;
  line-height: 2;
  font-size: 14.5px;
  margin-bottom: 20px;
}
.pd-options {
  margin-bottom: 20px;
}
.pd-options h6 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}
.pd-color-swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1.5px #dee2e6;
  cursor: pointer;
  margin-left: 8px;
}
.pd-color-swatch.active {
  box-shadow: 0 0 0 2px #5900ff;
}
.pd-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow: hidden;
}
.pd-qty button {
  border: none;
  background: #fff;
  width: 40px;
  height: 44px;
  font-size: 16px;
}
.pd-qty button:hover {
  background: #f8f9fa;
}
.pd-qty input {
  width: 46px;
  border: none;
  text-align: center;
  height: 44px;
}
.pd-cta {
  display: flex;
  gap: 10px;
  margin-top: 22px;
  flex-wrap: wrap;
}
.pd-cta .btn-add {
  background: #5900ff;
  border-color: #5900ff;
  color: #fff;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 10px;
}
.pd-cta .btn-add:hover {
  background: #4a00d4;
  border-color: #4a00d4;
}
.pd-cta .btn-fav {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-trust {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #f1f1f1;
}
.pd-trust div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #6c757d;
}
.pd-trust i {
  color: #5900ff;
}
.pd-tabs .nav-link {
  color: #6c757d;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 4px;
  margin-left: 28px;
}
.pd-tabs .nav-link.active {
  color: #212529;
  border-bottom-color: #5900ff;
  background: transparent;
}
.pd-tab-content {
  padding: 26px 0;
  color: #6c757d;
  font-size: 14.5px;
  line-height: 2;
}
.pd-spec-table {
  width: 100%;
}
.pd-spec-table tr td {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
}
.pd-spec-table tr td:first-child {
  color: #868e96;
  width: 180px;
}
.pd-spec-table tr td:last-child {
  color: #212529;
  font-weight: 600;
}

@media (min-width: 992px) {
  .nav-item.dropdown {
    position: static;
  }
  .nav-item.dropdown .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 12px 12px;
    border-color: #f1f1f1;
    padding: 1.5rem;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
  }
  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.badge-count {
  position: absolute;
  top: -2px;
  left: -2px;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 50%;
  background-color: #f1f1f1;
  color: #000;
}

@media (max-width: 768px) {
  .parent {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr) repeat(4, 1.5fr); /* rows 7-10 get more space */
    gap: 8px;
  }
  .div3 {
    grid-column: span 5 / span 5;
    grid-row: span 6 / span 6;
  }
  .div4 {
    grid-column: span 3 / span 3;
    grid-row: span 4 / span 4;
    grid-column-start: 3;
    grid-row-start: 7;
  }
  .div5 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 7;
  }
  .div6 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-row-start: 9;
  }
}

@media (max-width: 320px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(7, 1fr);
    gap: 8px;
  }
  .div3 {
    grid-column: span 4 / span 4;
    grid-row: span 3 / span 3;
  }
  .div4 {
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
    grid-row-start: 4;
  }
  .div5 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 4;
  }
  .div6 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 6;
  }
}
@media (max-width: 418px) {
  .swiper-slide {
    scale: 1;
  }
}
@media (max-width: 369px) {
  .testimonial-section .slider-header {
    font-size: 0.8rem !important;
    padding: 2px 2px !important;
  }
  .testimonial-section .slider-header span {
    font-size: 0.8rem !important;
  }
  .testimonial-section .eyebrow {
    font-size: 10px !important;
    padding: 3px 10px !important;
  }
}
@media (max-width: 603px) {
  section.container-fluid.py-4
    .d-flex.justify-content-between.align-items-center.mb-3 {
    gap: 4px;
    flex-wrap: nowrap;
  }
  .slider-header {
    font-size: 1.1rem !important;
    padding: 0 8px !important;
    white-space: nowrap;
    overflow: hidden;
  }
  .slider-header span {
    font-size: 1.2rem !important;
  }
  .swiper-prev-1,
  .swiper-next-1,
  .swiper-prev,
  .swiper-next {
    padding: 0 6px !important;
    margin-top: 0 !important;
  }
  .swiper-prev-1 i,
  .swiper-next-1 i,
  .swiper-prev i,
  .swiper-next i {
    padding: 5px 6px !important;
    font-size: 16px !important;
  }
  .swiper-btn .btn {
    padding: 0.25rem 0.6rem !important;
    font-size: 0.6rem !important;
    white-space: nowrap;
  }
  .swiper-btn {
    flex-shrink: 0;
    align-items: center;
    gap: 2px;
  }
  section.kitchen-slider
    .d-flex.justify-content-between.align-items-center.mb-3 {
    gap: 4px;
    flex-wrap: nowrap;
  }
  .kitchen-slider .slider-header {
    font-size: 1.2rem !important;
    padding: 0 8px !important;
    white-space: nowrap;
  }
  .kitchen-slider .slider-header span {
    font-size: 1.4rem !important;
  }
  .kitchen-slider .swiper-prev-1,
  .kitchen-slider .swiper-next-1 {
    padding: 0 6px !important;
    margin-top: 0 !important;
  }
  .kitchen-slider .swiper-prev-1 i,
  .kitchen-slider .swiper-next-1 i {
    padding: 5px 6px !important;
    font-size: 16px !important;
  }
  .kitchen-slider .swiper-btn .btn {
    padding: 0.25rem 0.6rem !important;
    font-size: 0.6rem !important;
    white-space: nowrap;
  }
  .kitchen-slider .swiper-btn {
    flex-shrink: 0;
    align-items: center;
    gap: 2px;
  }
  .swiper-prev-cm,
  .swiper-next-cm {
    padding: 0 6px !important;
    margin-top: 0 !important;
  }
  .swiper-prev-cm i,
  .swiper-next-cm i {
    padding: 5px 6px !important;
    font-size: 16px !important;
  }
  .swiper-prev-1,
  .swiper-next-1,
  .swiper-prev,
  .swiper-next,
  .swiper-prev-classic,
  .swiper-next-classic {
    padding: 0 6px !important;
    margin-top: 0 !important;
  }
  .swiper-prev-1 i,
  .swiper-next-1 i,
  .swiper-prev i,
  .swiper-next i,
  .swiper-prev-classic i,
  .swiper-next-classic i {
    padding: 5px 6px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 644px) {
  .slider-header {
    font-size: 1.38em;
  }
}

@media (max-width: 992px) {
  .products {
    width: 220px !important;
    margin: 15px !important;
  }
  .pr-text p {
    font-size: 16px !important;
  }
  .price {
    font-size: 15px !important;
  }
}

@media (max-width: 768px) {
  .products {
    width: 180px !important;
    margin: 12px !important;
  }
  .pr-text {
    padding: 16px 12px !important;
  }
  .pr-text p {
    font-size: 14px !important;
  }
  .price {
    font-size: 13px !important;
  }
  .rating i {
    font-size: 10px !important;
  }
  .tags .nav-btn a {
    font-size: 12px !important;
    padding: 8px !important;
  }
  .share-pr li a {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 576px) {
  .products {
    width: 150px !important;
    margin: 10px !important;
  }
  .pr-text {
    padding: 12px 8px !important;
  }
  .pr-text p {
    font-size: 12px !important;
  }
  .price {
    font-size: 11px !important;
  }
  .rating i {
    font-size: 9px !important;
  }
  .tags .nav-btn a {
    font-size: 9px !important;
    padding: 4px !important;
  }
  .share-pr li a {
    width: 26px !important;
    height: 26px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 400px) {
  .products {
    width: 130px !important;
    margin: 8px !important;
  }
  .pr-text {
    padding: 10px 6px !important;
  }
  .pr-text p {
    font-size: 10px !important;
  }
  .price {
    font-size: 10px !important;
  }
  .rating i {
    font-size: 8px !important;
  }
  .tags .nav-btn a {
    font-size: 8px !important;
    padding: 3px !important;
  }
  .share-pr li a {
    width: 22px !important;
    height: 22px !important;
    font-size: 7px !important;
    padding: 3px !important;
  }
  .slider-header {
  }
}

.accordion-button[data-bs-target="#flush-collapseFour"]::after {
  display: none !important;
}
