* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior:smooth;
}

main {
  position: relative;
}

button {
  border-style:solid;
  cursor:pointer;
}

body {
  background-color: #f1f5f9;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
}

label {
  color: inherit;
}

.section-bg {
  background-color: white;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  padding: 2rem 1rem;
}

.rotate-180 {
  transform:rotate(180deg)!important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.absolute {
  position: absolute !important;
}

.rounded-md {
  border-radius:0.375rem!important;
}

.hover\:scale-125:hover {
  transform:scale(1.25)!important;
}

.border-slate-200 {
  border-color:#e2e8f0;
}

.border {
  border-width:1px;
}
.border-2 {
  border-width:2px;
}

.hover\:scale-110:hover {
  transform:scale(1.1)!important;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.section-title small {
  color: #9ca3af;
  font-size: 12px;
  display: block;
  line-height: 1.2;
}

.select-s {
  display:block;
  font-size:1.25rem;
}

.select-s select {
width:0;
height: 0;
position:absolute;
top:-9999px;
      
}

.select-s-select {
  border:1px solid #1e40af;
  padding:0.25rem 0.5rem;
  border-radius:5px;
  font-size:1rem;
  position:relative;
  cursor:pointer;
  color:black;
  font-weight:normal;
}

.select-s-options {
  position:absolute;
  background-color:white;
  width:100%;
  left:0;
  bottom:0;
  transform:translateY(100%);
  background-color:#f1f5f9;

}

.select-s-option {
  padding:0.25rem 0.5rem;
  cursor:pointer;
}

.select-s-option:hover {
  background-color:#f8fafc;
}

.select-s-placeholder {
  font-size:1rem;
  display:flex; 
  justify-content:space-between;
  align-items:center;
}

.section-title h3 {
  color: #1f2937;
}

.section-content {
  padding: 1rem 0;
}

.bg-white {
  background-color: white;
}

.w-full {
  width: 100%;
}

.flex {
  display: flex !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.hidden {
  display: none !important;
}

.block {
  display: block !important;
}

.relative {
  position: relative;
}
.slick-dots {
  bottom: 0;
}
.opacity-0 {
  opacity: 0 !important;
}

.slick-dots button {
  border: 1px solid #2563eb !important;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.3);
  height: 6px;
  width: 6px;
}

.slick-dots li.slick-active button {
  background-color: #2563eb;
}

.slick-dots button::before {
  content: "" !important;
}

.hero .slick-dotted.slick-slider {
  margin: 0;
}

.bg-amber {
  background-color: #f59e0b;
}

.bg-emerald {
  background-color: #10b981;
}

.bg-red {
  background-color: #ef4444;
}

.bg-blue {
  background-color: #3b82f6;
}

.flex-col {
  display: flex;
  flex-direction: column;
}
.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end !important;
}

.p-4 {
  padding: 1rem;
}

.gap-4 {
  gap: 1rem;
}

.w-4 {
  width: 1rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.font-semibold {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: bold !important;
}

.text-center {
  text-align: center;
}

.text-black {
  color: black !important;
}

.text-white {
  color: white !important;
}

.text-blue-700 {
  color: #1d4ed8!important;
}


.text-2xl {
  font-size:1.5rem!important;
  line-height:2rem!important;
}

.border-blue-700 {
  border-color: #1d4ed8!important;
}

.bg-transparent {
  background-color:transparent!important;
}

.text-sm {
  font-size: 0.875rem!important;
  line-height:1.25rem!important;
}

.mt-4 {
  margin-top:1rem;
}

.inline-block {
  display: inline-block;
}

.select-none {
  user-select: none;
}

.aspect-video {
  aspect-ratio: 16/9;
}

.relative {
  position: relative;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.mx-4 {
  margin: 0 1rem;
}

.px-3 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom:0.5rem;
}

.px-4 {
  padding-right:1rem;
  padding-left:1rem;
}

.mt-8 {
  margin-top:2rem;
}

.hover\:bg-blue-700:hover {
  background-color:#1d4ed8!important;
}
.hover\:text-white:hover {
  color:white!important;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2 ,1 );
  transition-duration:150ms;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.border-solid {
  border-style:solid;
}

.inline {
  display:inline;
}

.shrink-0 {
  flex-shrink:0;
}

.grow-0 {
  flex-grow:0;
}

.p-0 {
  padding:0!important;
}

.rounded-full {
  border-radius:9999px;
}

.top-1\/2{
  top:50%;
}

.translate-y-1\/2 {
  transform: translateY(-50%);
}
.left-1\/2{
  left:50%;
}

.translate-x-1\/2 {
  transform: translateX(-50%);
}

.left-1 {
  left: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.text-yellow-500 {
  color:#eab308;
}

.bg-blue-700 {
  background-color:#1d4ed8;
}

.h-8 {
  height:2rem;
}

.border-0 {
  border-width:0px;
}

.fixed {
  position:fixed;
}

.top-0 {
  top:0;
}

.left-0 {
  left:0;
}

.z-10 {
  z-index:10;
}

.grid {
  display:grid;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0,1fr));
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.\!hidden {
  display:none!important;
}


.text-xs {
  font-size:0.75rem;
  line-height:1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.text-blue-300 {
  color:#93c5fd;
}

.text-blue-400 {
  color:#60a5fa;
}

.border-blue-400 {
  border-color:#60a5fa;
}

.text-blue-800 {
  color:#1e40af;
}

.text-xl {
  font-size:1.25rem;
  line-height:1.75rem;
}

.bg-red-600 {
  background-color:#dc2626;
}

.grow-1 {
  flex-grow:1;
}

.grid-cols-3 {
  grid-template-columns:repeat(3, minmax(0,1fr));
}

.border-red-600 {
  border-color:#dc2626;
}

.text-red-600 {
  color:#dc2626;
}

.\!hover\:bg-red-600:hover{
  background-color:#dc2626;
}


/* Headers */

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
}

header .main-header {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

header .right-side {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.header-logo {
  width: 8rem;
}

.svg-container {
  border-radius: 99999px;
  background-color: #3b82f6;
  height: 1.25rem;
  width: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-svg {
  width: 0.6rem;
}

.location {
  color: #3b82f6;
  font-size: 0.75rem;
}

.header-nav-toggler {
  padding: 0 0.25rem;
  border: none;
  background: transparent;
  color: #3b82f6;
  font-size: 1.25rem;
  cursor: pointer;
}

header .login,
header .another-logo {
  display: none;
}

header .right-side .login {
  padding-top: 0;
  padding-bottom: 0;
  background-image: none;
}

/* Navigation */

nav {
  background-color: #1d4ed8;
  color: white;
  display: block;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  justify-content: flex-end;
}

nav .support-whatsapp {
  padding: 0.5rem 1.25rem;
  background-color: #dc2626;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.links {
  position: absolute;
  right: 0;
  background: white;
  color: black;
  z-index: 10;
  list-style: none;
  height: 100vh;
}

nav .nav-links {
  display: none;
}

nav .number {
  display: none;
}

/* Aside */

aside {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  color: #1d4ed8;
  display: flex;
  justify-content: flex-end;
  top: 2.2rem;
  min-height: 100vh;
}

aside .links-container {
  background-color: white;
  width: 14rem;
  padding: 0.75rem 1.5rem;
}

aside ul {
  list-style: none;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

aside hr {
  color: #e5e7eb;
  border: none;
  border-bottom: solid 1px;
}

aside ul li {
  padding: 0.4rem 0;
  font-size: 0.9rem;
}
/* Hero */

.hero {
  position: relative;
  margin-top: 0;
  padding: 0;
}

.hero img {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
}

.hero .slides-1 {
  overflow-x: hidden;
}

.hero .slick-dots {
  bottom: 0.5rem;
}

.hero .slick-dots button {
  border: 1px solid #2563eb;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.3);
  height: 10px;
  width: 10px;
}

.hero .slick-dots li.slick-active button {
  background-color: #2563eb;
}

.hero .slick-dots button::before {
  content: "";
}

.hero .arr-btn {
  position: absolute;
  bottom: 0.75rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: white;
  padding: 0.1rem 0.5rem;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.hero .next-btn {
  right: 2rem;
}
.hero .prev-btn {
  left: 2rem;
}

/* Service */

.service {
  padding: 0;
}

.service .service-card {
  border-radius: 0 0 20px 20px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  width: 100%;
  border-radius: 20px;
  padding: 10px;
}

.service .section-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.25rem;
  justify-content: flex-start;
  position: relative;
}

.service .section-content .service-item {
  width: 23%;
  text-align: center;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service .service-item.more-menu {
  display: none;
}

.service .service-item small {
  margin-top: 0.25rem;
  font-size: 0.7rem;
  line-height: 1.3;
  display: block;
  font-weight: 500;
}

.service .service-item .icon {
  width: 3.5rem;
  color: white;
  background-color: #8b5cf6;
  aspect-ratio: 1/1;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.service .close-more-menu-toggler {
  border: 0;
  background: transparent;
  color: #3b82f6;
  font-size: 1.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
}

/* Our Choice */

.our-choice .choice-item {
  border-radius: 15px;
  padding: 0.5rem 0.75rem;
  max-width: 15rem;
  color: white;
  height: 21rem;
  transition: box-shadow 0.2s ease-in;
  margin: 0 1rem;
}

.our-choice .images {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-choice .title {
  font-weight: normal;
  font-size: 0.75rem;
}

.our-choice .price {
  font-weight: 600;
  font-size: 1.25rem;
}

.our-choice .stats {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}

.our-choice .name-img {
  width: 7rem;
}

.our-choice .stat {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.choice-item.emerald {
  background-color: rgb(15, 184, 127);
}

.choice-item.emerald:hover {
  box-shadow: 0px 0px 25px -0px rgb(15 184 127);
}

.choice-item.amber {
  background-color: #f59e0b;
}

.choice-item.amber:hover {
  box-shadow: 0px 0px 25px -0px #f59e0b;
}

.choice-item.red {
  background-color: #ef4444;
}
.choice-item.red:hover {
  box-shadow: 0px 0px 25px -0px #ef4444;
}

.our-choice .section-content {
  overflow-x: hidden;
  position: relative;
}

/* Support */

.support {
  padding: 2rem 0 0 0;
}

.support .section-content {
  padding-bottom: 0;
}

.support .section-title {
  color: #2563eb;
  text-align: center;
  padding: 0 1rem;
}

.slides-3 {
  overflow-x: hidden;
}

.support .slides-3 article {
  display: inline-block !important;
  padding: 0 1rem;
}

.support .slides-3 article .item-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.support .slick-dots {
  bottom: -5rem;
}

.support .slick-dots button {
  background-color: rgba(255, 255, 255, 0.6);
  height: 10px;
  width: 10px;
}

.support .slick-dots button::before {
  width: 10px;
  height: 10px;
}

.support .slick-dots li {
  height: 10px;
  width: 10px;
}

.support-slide {
  display: inline;
}

.support .bottom-background {
  background-color: #1e62cf;
  margin-top: 11rem;
  border-radius: 30px 30px 0 0;
  min-height: 18rem;
}
.support .slides-wrapper {
  transform: translateY(-10rem);
  color: white;
}

.support .step-description,
.support .slides-3 h3 {
  text-align: center;
  padding: 0 1rem;
}

/* After Sales */

.after-sales .section-title img {
  width: 1rem;
  margin-top: 0.5rem;
}

.after-sales .section-content article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  border-radius: 15px;
  padding: 1rem;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
  min-height: 10rem;
}

.after-sales .section-content article p {
  font-weight: 500;
}

.after-sales .section-content article img {
  width: 5rem;
}

.after-sales .section-content article::before {
  content: "";
  width: 160px;
  height: 170px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -50px;
  border-radius: 9999px;
}

/* Videos */

.video {
  padding-bottom: 0;
}

.video .section-content article {
  padding: 1rem;
  border-radius: 20px;
}

.video iframe {
  border-radius: 20px;
}

.video .slick-dots button,
.video .slick-dots button::before,
.video .slick-dots li {
  width: 15px;
  height: 15px;
}

.video .next,
.video .prev {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  border: none;
  border-radius: 9999px;
  background-color: #f59e0b;
  color: white;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}

.video .next,
.video .prev {
  line-height: 1rem;
}

.video .next {
  right: 0.75rem;
}

.video .prev {
  left: 0.75rem;
}

/* We Care */

.we-care {
  padding: 0;
  /* transform:translateY(-5rem); */
}

.we-care .floating-card {
  background-color: #1d4ed8;
  border-radius: 15px;
  color: white;
  padding: 1rem;
  text-align: center;
  position: relative;
  margin: 0 0.5rem;
  transform: translateY(2rem);
  z-index: 1;
}

.we-care .slides-5 {
  margin-top: 1rem;
  align-items: start;
}

.we-care .floating-card-item {
  display: inline-block;
  margin: 0 0.5rem;
}

.we-care .floating-card .item-description {
  font-size: 0.75rem;
}

.we-care .slick-dots {
  left: 0;
  bottom: 0.25rem;
}

.we-care .slick-dots button {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #3b82f6;
}

.we-care .bottom-map {
  background-color: #ccf3e8;
  min-height: 15rem;
  padding-top: 6rem;
  border-radius: 15px;
  position: relative;
}

/* Customer Support */

.customer-support {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  display: flex !important;
  align-items: flex-end;
  gap: 1rem;
  justify-content: flex-end;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  z-index: 2;
}

.customer-support .ask-cs {
  display: inline;
  height: 50px;
}

.customer-support .back-to-top {
  background-color: rgb(160, 160, 160);
  color: white;
  border: 0;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
  border-radius: 10px;
}

.customer-support .ask-cs-image {
  width: 8rem;
  display: inline;
}

/* Footer */

footer {
  background-color: #1d4ed8;
  color: white;
  padding: 2rem 1.5rem;
}
footer .lists {
  list-style: none;
}

footer .lists .item {
  font-size: 0.7rem;
  margin: 0.75rem 0;
}

footer .footer-lists {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

footer .footer-lists-side {
  width: calc(50% - 0.5rem);
}

footer .lists .item-title {
  font-weight: bold;
  font-size: 0.9rem !important;
  margin: 0.25rem 0;
}

footer .footer-list:nth-child(2) {
  margin-top: 2rem;
}

footer .item-icon a {
  display: flex;
  align-items: center;
  gap: 0 0.25rem;
  flex-wrap: wrap;
}

footer .item-icon span {
  background-color: #f59e0b;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
  font-size: 0.9rem !important;
}

footer hr {
  margin: 0.5rem 0;
}

footer .found-us {
  display: flex;
  gap: 0 0.75rem;
  align-items: center;
  justify-content: center;
}

footer .socials {
  display: flex;
  gap: 0 0.5rem;
}

footer .copyrights {
  font-size: 0.75rem;
  text-align: center;
  width: 100%;
  padding: 1.5rem 0;
}

footer .found-us-2 {
  display: none;
}

/* Login  */

section.login {
  background-image: url("../svg/bg-mob.svg");
  background-repeat: no-repeat;
  padding: 1rem 0 0;
  position: relative;
  background-size: cover;
}

.login .card {
  border-radius: 15px;
  margin: 0 auto;
}

.login .top {
  padding: 1rem 2rem;
}

.login a {
  color: #1e62cf;
  display: flex;
  gap: 1rem;
}

.login .go-back span {
  border: 1px solid #1e62cf;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login .title {
  text-align: center;
  color: #1843b9;
  margin-top: 1rem;
}

.login .input-text {
  border: 1px solid #1843b9;
  outline: none;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  display: block;
  margin: 1rem auto 0;
  width: 100%;
}

.login .input-text::placeholder {
  font-style: italic;
}

.login .password-container {
  position: relative;
  margin: 0 auto;
}

.login .password-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  color: rgb(146, 146, 146);
}

.login .form-container {
  padding: 0 1rem;
}

.login .remember {
  color: #1e62cf;
  cursor: pointer;
}

.login .remember input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.login .util {
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.login .login-submit {
  width: 100%;
  background-color: transparent;
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  border: 2px solid rgb(165, 204, 240);
  color: rgb(165, 204, 240);
  font-weight: bold;
  margin-top: 1rem;
  cursor: pointer;
}

.login .bottom {
  background-color: rgba(13, 162, 231, 0.3);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem 0;
  padding: 1rem 3rem 5rem;
  text-align: center;
}

.login small {
  color: #0369a1;
  text-align: center;
}

.login .google,
.login .apple {
  background-color: white;
  border-radius: 20px;
  padding: 0.5rem 0.75rem;
}

.login img {
  display: inline-block;
  width: 1rem;
  height: auto;
}

.login .google,
.login .apple,
.login .facebook {
  align-items: center;
  font-size: 0.75rem;
  text-align: center;
}

.login .register {
  display: block;
}

section.forgot-password {
  background-image: url("/svg/bg-mob.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0 4rem;
}

section.forgot-password .section-content {
  padding: 1rem 2.5rem;
  color: #1843b9;
}

section.forgot-password .go-back {
  background-color: transparent;
  border: 0;
  color: #1d4ed8;
}

section.forgot-password .go-back span {
  border: 1px solid #1e62cf;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
}

section.forgot-password .section-content .title {
  margin-top: 1.7rem;
  font-weight: 600;
}

section.forgot-password .section-content .explanation {
  margin-top: 1.7rem;
  font-size: 0.9rem;
}

section.forgot-password form {
  margin-top: 2rem;
}

section.forgot-password form input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #1d4ed8;
  padding: 0.5rem 0.75rem;
}

section.forgot-password form input::placeholder {
  font-style: italic;
}

section.forgot-password .submit {
  background-color: #e21b1b;
  color: white;
  border: 0;
  border-radius: 20px;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  margin-top: 1.7rem;
  width: 100%;
}

section.product-list {
  padding: 0;
  padding-bottom: 4rem;
  position: relative;
  background-image: url("/svg/bg-mob.svg");
  background-size: cover;
}

section.product-list .section-title {
  text-align: center;
  background-image: url("/svg/m_img_banner_plp.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 -2px;
  min-height: 10rem;
  padding: 1rem 0.5rem;
}

section.product-list .section-title h3,
section.product-list .section-title small {
  color: #1843b9;
}

section.product-list .section-title small {
  padding: 0 3rem;
}

section.product-list .section-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

section.product-list .sort-by-list {
  list-style: none;
}

section.product-list .content-title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  color: #1843b9;
  font-size: 1rem;
}

section.product-list .result-\&-sort {
  padding: 1rem 1rem 0;
  color: #1843b9;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
}

section.product-list .sort-by {
  background-color: transparent;
  border: 0;
  color: #1843b9;
  font-weight: 500;
  font-size: inherit;
  cursor: pointer;
}

section.product-list .sort-by span {
  border: 1px solid #1843b9;
  border-radius: 50%;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

section.product-list .sort-by-container {
  position: relative;
}

section.product-list .sort-by-list {
  position: absolute;
  background-color: #bfdbfe;
  right: 0;
  border-radius: 10px;
}
section.product-list .sort-by-list li {
  white-space: nowrap;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  cursor: pointer;
}

section.product-list .sort-by-list li:nth-child(1) {
  border-radius: 10px 10px 0 0;
}

section.product-list .sort-by-list li:nth-child(4) {
  border-radius: 0 0 10px 10px;
}

section.product-list .sort-by-list li:hover {
  background-color: #fde68a;
}

section.product-list .product-container {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

section.product-list .product {
  border-radius: 10px;
}

section.product-list .product img {
  margin: 0 auto;
  display: block;
  max-width: 8rem;
}

section.product-list .product-details {
  padding: 0 0.5rem;
  text-align: center;
  color: white;
}

section.product-list .product-details span {
  font-size: 0.65rem;
  font-weight: 500;
}

section.product-list .pagination {
  border: 0;
  border-top: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #60a5fa;
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
  padding: 0.5rem 1rem;
  color: #2563eb;
  align-items: center;
}

section.product-list .product .compare {
  width: 100%;
  background-color: #1d4ed8;
  border: 0;
  border-top: 1px solid white;
  color: white;
  padding: 0.5rem 0;
  cursor: pointer;
  border-radius: 0 0 10px 10px;
}

section.product-list .product .compare:hover {
  background-color: #1e40af;
}

section.product-list .pagination a {
  color: #bfdbfe;
}

section.product-list .pagination span {
  font-size: 0.75rem;
  font-weight: 500;
}

section.product-list .left-side {
  display: none;
}

section.crumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: gray;
  border-top: 1px solid rgb(223, 223, 223);
}

section.crumbs a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

section.compare-panel {
  bottom: 0;
  position: fixed;
  background-color: white;
  padding: 0;
  width: 100%;
}

section.compare-panel .top-side {
  background-color: #fbbf24;
  display: flex;
  gap: 0.5rem;
  cursor:pointer;
}

section.compare-panel .top-side button {
  cursor:pointer;
}

section.compare-panel .close-compare-panel {
  border: 0;
  background-color: transparent;
  border-left: 1px solid #3b82f6;
  border-right: 1px solid #3b82f6;
  display: block;
  padding: 0.25rem 1.5rem;
  color: #1d4ed8;
  font-weight: 600;
  font-size: 1.25rem;
}

section.compare-panel .amount-to-compare {
  color: #1d4ed8;
  padding: 0.25rem 0;
  font-weight: 500;
}

section.compare-panel .product {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.25rem 0.5rem;
  position: relative;
  color: white;
  border-radius: 10px;
}

section.compare-panel .product small {
  font-size: 0.75rem;
  text-align: center;
}

section.compare-panel .remove-from-compare {
  border-radius: 50%;
  background-color: #1d4ed8;
  border: none;
  color: white;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  cursor: pointer;
}

section.compare-panel .what-to-compare {
  padding: 1rem;
  display: flex;
  overflow-x: auto;
  gap: 0.5rem;
}

section.compare-panel .what-to-compare > * {
  flex-shrink: 0;
  flex-grow: 0;
}

section.compare-panel .product.dummy {
  border: 2px dashed gray;
}

section.compare-panel .dummy-image {
  background-color: #d1d5db;
  width: 100%;
  height: 6rem;
  border-radius: 10px;
}

section.compare-panel .dummy-detail {
  width: 80%;
  margin: 0 auto;
  height: 0.5rem;
  background-color: #d1d5db;
  margin-top: 1rem;
}

section.compare-panel .compare-action {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

section.compare-panel .model-selection {
  border: 1px solid #2563eb;
  width: 100%;
  border-radius: 5px;
  margin-top: 1rem;
  color: #2563eb;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  position: relative;
}

section.compare-panel .selection-placeholder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.compare-panel .compare-it {
  background-color: #ef4444;
  color: white;
  border: 0;
  padding: 0.25rem 3rem;
  border-radius: 40px;
  cursor: pointer;
}

section.compare-panel .clear-compare {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

section.compare-panel .selection-options {
  position: absolute;
  background-color:#3b82f6;
  color:white;
  width:100%;
  left:0;
  top:0 ;
  transform: translateY(-100%);
}

section.compare-panel .option {
  padding: 0.25rem 0.5rem;
}

section.compare-panel .option:hover{
  background-color:#2563eb;
}

section.product {
  padding:0;
  background-image:url('/svg/bg-mob.svg');
  background-repeat: repeat-y;
  background-size:100%;
}

section.product .banner-image {
  aspect-ratio:16/6;
  display:block;
}

section.product .price-detail {
  padding:0.75rem;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
}


section.product .product-title {
  margin-bottom:1rem;
  width:100%;
  grid-column:span 2
}

section.product .credit-simulation-button {
  grid-column:span 2;
  background-color:transparent;
  border:0;
  font-size:1.25rem;
  color:#1e40af
}

section.product .price-otr-container span {
  font-size:1rem;
  display:flex;
  align-items:center;
  gap:0.75rem;
}
section.product .price-otr-container i {
  color:#3b82f6;
  font-size:0.8rem;
}

section.product .price-otr {
  color:#1e40af;
}

section.product .instalment {
  color:#1e40af;
}

section.product .shortcut {
  background-color:#dc2626;
  color:white;
  display:flex;
}

section.product .shortcut-anchor {
  padding: 0.5rem 0.75rem;
  text-align:center;
  font-weight:500;
}

section.product .product-description {
  padding: 1rem;
  background-color:rgba(60, 131, 246,0.2)
}

section.product .offer-\&-td-container {
  padding:1rem 1.25rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}

section.product .offer {
  color:#dc2626;
  border:2px solid #dc2626;
  background-color:transparent;
  padding:0.25rem 1rem;
  border-radius:20px;
  font-weight:bold;
  cursor:pointer;
  transition-property: background-color, color;
  transition-timing-function:ease-in;
  transition-duration:200ms;
}

section.product .offer:hover{
  background-color:#dc2626;
  color:white;
}

section.product .tdrive {
  color:#3b82f6;
  border:2px solid #3b82f6;
  background-color:transparent;
  padding:0.25rem 1rem;
  border-radius:20px;
  font-weight:bold;
  cursor:pointer;
  transition-property: background-color, color;
  transition-timing-function:ease-in;
  transition-duration:200ms;
}

section.product .tdrive:hover {
  background-color:#3b82f6;
  color:white;
}

section.product .offer-\&-tdrive {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0.5rem;
}

section.product hr {
  border-width:2px;
  margin:0 2rem;
}

section.product .choose-transmition {
  display:flex;
  justify-content:space-around;
}

section.product .choose-transmition  input {
  position:absolute;
  width:0;
  height:0;
}

section.product .transmition-label {
  display:flex;
  align-items:center;
  gap:0.5rem;
}

section.product .choose-transmition .checked-indicator {
  height:1rem;
  width:1rem;
  border:1px solid #3b82f6;
  border-radius:50%;
  display:inline-block;  
}

section.product .choose-transmition  input:checked + .checked-indicator {
  background-color:#3b82f6;
}

section.product .select-type-container {
  padding:1rem 2rem;
}

section.product .choose-spec-info {
  padding:1rem 2rem;
  text-align:center;
}

section.product .color-select-container {
  padding:1rem 2rem;
  display:flex;
  gap:1rem;
}

section.product .color-select-container input {
  width:0;
  height:0;
}

section.product .color-select-container input:checked + .indicator {
  border-color:#1e40af;
  border-width:4px
}

section.product .color-select-container .indicator {
  width:2rem;
  height:2rem;
  display:inline-block;
  border-radius:50%;
  transition: border-width 0.1s ease-in-out;
  border:1px solid gray;
}

section.product .color-spec-title {
  text-align:center;
  padding: 1rem 2rem;
}

section.product .actions {
  display:flex;
  flex-direction:column;
  gap:1rem;
  align-items:center;  
}

section.product .actions button {
  border:2px solid #1d4ed8;
  border-radius:5px;
  background-color:transparent;
  color:#1d4ed8;
  display:flex;
  align-items:center;
  gap:0.5rem;
  padding:0.25rem 0.5rem;
  font-weight:bold;
  cursor:pointer;
}

section.product .actions button:hover {
  background-color:#1d4ed8;
  color:white;
}

section.product .specification-title {
  color:#1e40af;
  text-align:center;
  padding:1rem 2rem;
}

section.product .specification-type {
  color:#1e40af;
  font-weight:600;
}

 .dropdowns {
  padding:1rem;
  position:relative;
  cursor:pointer;  
}

.dropdowns::after {
  content: '\f078';
  font-weight:bold;
  position:absolute;
  right:20px;    
  top:20px;
  font-family: 'Font Awesome 6 Free';
  color:#1e40af;
}

.dropdowns-content {
  padding:1rem;
  cursor:default;
}


section.product .specification-container {
  background-color:white;
  margin: 0 1rem;
}

section.product .dropdowns .dropdowns-content .specification .value {
  font-weight:bold;
}

section.product .dropdowns .dropdowns-content .specification {
  font-size:0.9rem;
}

section.product .gallery-interior {
  background-color:rgba(13, 162, 231, 0.3);
  /* padding:1rem; */
}

section.product .gallery-interior .interior-slick-for {
  position:relative;
}



section.product .gallery-interior .interior-slick-for .slick-prev {
  left: 0;
}
section.product .gallery-interior .interior-slick-for .slick-next {
  right: 0;
}

section.product .gallery-interior .interior-slick-for .slick-arrow {
  color:#eab308;
  z-index:100;
}
section.product .gallery-interior .interior-slick-for .slick-arrow::before {
  color:#eab308;
}


section.product .gallery-interior .interior-slick img {
  aspect-ratio: 1/1;
  object-fit:cover;    
  display:inline;
  border-radius:10px;
  margin-right:10px;
  margin-left:10px;
}





@media (min-width: 768px) {
  .section-title h3 {
    font-size: 1.5rem;
  }

  /* Hero */

  .hero * {
    margin-bottom: 0;
  }
  /* Service */
  .service {
    border-radius: 10px;
    display: flex;
    justify-content: center;
  }

  .service .service-card {
    max-width: 700px;
  }
  .service .section-content .service-item {
    width: calc(100% / 8 - 0.25rem);
  }
  /* support  */

  .support .slides-3 {
    display: flex;
    align-items: start;
  }

  .support .slides-3 > article {
    width: 33.33%;
  }

  .support .bottom-background {
    height: 10rem;
  }

  .support .step-description {
    font-size: 0.75rem;
    margin-top: 1rem;
  }
  /* After Sales */

  .after-sales .section-content {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  .after-sales .section-content .card {
    width: calc(50% - 1rem);
  }

  /* Video */

  .video .slides-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .video .slides-4 > article {
    width: 33.33%;
  }

  .video .prev,
  .video .next {
    display: none;
  }

  /* We Care */

  .we-care .slides-5 {
    display: flex;
  }

  .we-care .slides-5 .floating-card-item {
    width: 33.33%;
  }

  .we-care .bottom-map {
    padding-top: 0;
  }

  section.product-list .section-title {
    background-image: url("/img/img_bannerplp@2x.png");
    background-position: -8px -5px;
    width: 102%;
  }

  section.compare-panel .what-to-compare {
    justify-content:center;
  }
}

/* Breakpoint 1024px */

@media (min-width: 1024px) {
  header .header-nav-toggler {
    display: none;
  }

  header .main-header {
    align-items: center;
  }
  header .login {
    color: #3b82f6;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  header .login span {
    color: white;
  }

  header .login span {
    background-color: #3b82f6;
    border-radius: 50%;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    justify-content: center;
    align-items: center;
  }

  header .another-logo {
    width: 6rem;
    display: block;
  }

  header .header-logo {
    width: 12rem;
  }

  /* Navigation */

  nav {
    justify-content: space-between;
    font-size: 0.85rem;
    padding-right: 0;
  }

  nav .nav-links {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    height: 100%;
  }

  nav .nav-links a {
    display: inline-block;
    padding: 8px 1rem;
  }

  nav .nav-links a:hover {
    background-color: #1843b9;
  }

  nav .number {
    display: inline;
    font-weight: bold;
  }

  /* hero */
  .hero img {
    aspect-ratio: 16/8;
  }

  /* Services */
  .service .service-card {
    max-width: 95%;
  }

  .service .service-item {
    width: calc(100% / 7);
  }

  .service .service-item.more-menu-toggler {
    display: none;
  }

  .service .service-item.more-menu {
    display: flex;
  }

  .service .close-more-menu-toggler {
    display: none !important;
  }

  /* Our Choice */

  .our-choice .slides-2 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .our-choice .choice-item {
    margin: 0;
    width: calc(100% / 5 - 1rem);
    height: 18.5rem;
  }

  .our-choice .stats {
    gap: 0.75rem;
    font-size: 0.85rem;
  }

  /* after Sales */

  .after-sales .section-content .card {
    width: calc(25% - 1rem);
  }

  /* Video */

  .video .section-title {
    justify-content: space-between;
  }

  /* We Care */
  .we-care .slides-5 > * + * {
    border-left: 2px solid white;
  }

  /* Footer */

  footer .footer-lists-side {
    display: flex;
  }

  footer .footer-lists-side > .footer-list {
    width: 50%;
  }

  footer .footer-list:nth-child(2) {
    margin-top: 0;
  }

  footer .copyrights {
    padding: 0;
  }

  footer .found-us {
    display: none;
  }

  footer hr {
    display: none;
  }

  footer .found-us-2 .socials {
    margin-top: 0.5rem;
  }

  .login .top,
  .login .bottom {
    max-width: 30rem;
    margin: 0 auto;
    background-color: #bfdbfe;
  }

  .login {
    padding: 2rem 0;
  }

  .login .top {
    border-radius: 20px 20px 0 0;
  }

  .login .bottom {
    border-radius: 0 0 20px 20px;
  }

  .login .login-submit {
    background-color: #dbeafe;
    border-width: 3px;
    border-color: #60a5fa;
    color: #3b82f6;
  }

  section.forgot-password {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  section.forgot-password .section-content {
    max-width: 30rem;
    margin: 0 auto;
    background-color: #bfdbfe;
    border-radius: 20px;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  section.product-list .right-side .content-title {
    display: none;
  }

  section.product-list .section-title {
    background-position: -10px -10px;
    aspect-ratio: 16/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 5rem;
  }

  section.product-list .section-title small {
    font-size: 1rem;
  }

  section.product-list .result-\&-sort {
    font-size: 1.25rem;
  }

  section.product-list .sort-by {
    display: flex;
    gap: 0.25rem;
  }

  section.product-list .sort-by span {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.product-list .left-side {
    display: block;
  }

  section.product-list .product-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  section.product-list .section-content {
    display: grid;
    grid-template-columns: 25% auto;
    gap: 1rem;
  }

  section.product-list .left-side .search-container {
    position: relative;
  }
  section.product-list .left-side .search-container i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
  }

  section.product-list .left-side .search-container input {
    width: 100%;
    border: 1px solid #93c5fd;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    padding-right: 2rem;
    outline: none;
  }

  section.product-list .left-side .search-container input::placeholder {
    font-style: italic;
  }

  section.product-list .left-side .left-side-header {
    margin-top: 2rem;
    color: #1d4ed8;
    font-size: 1.25rem;
  }
  section.product-list .left-side .clear-all {
    background: transparent;
    border: 0;
    color: #1843b9;
    font-weight: 600;
    font-size: 1rem;
  }

  section.product-list .left-side .filter-lists {
    list-style: none;
    background-color: #bfdbfe;
    border-radius: 10px;
    color: #1843b9;
  }
  section.product-list .left-side .filter-lists li {
    padding: 0.75rem 1rem;
    font-weight: 600;
    cursor: pointer;
  }

  section.product-list .left-side .filter-lists li span {
    display: flex;
    justify-content: space-between;
  }

  section.product-list .left-side .filter-lists li + li {
    border-top: 1px solid #1843b9;
  }

  section.product-list .left-side .child-lists .checkbox label {
    display: flex;
    gap: 1rem;
    cursor: pointer;
  }

  section.product-list .left-side .child-lists .checkbox li {
    cursor: default;
  }

  section.product-list .left-side .child-lists .checkbox label input {
    width: 1rem;
  }

  section.product-list .range-container {
    padding: 0.5rem 1rem;
  }

  section.product-list .price-range-container {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem;
  }
  section.product-list .price-range-container input {
    width: calc(50% - 0.5rem);
    border: 1px solid #1e62cf;
    outline: none;
    padding: 0.25rem;
    background-color: #bfdbfe;
    border-radius: 5px;
  }

  section.product-list .pagination span {
    font-size: 1rem;
  }

  section.compare-panel .bottom-side {
    display:flex;
    align-items:center;
    justify-content:center;
  }
}

@media (min-width: 1440px) {
  header .main-header {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  header .header-logo {
    width: 15rem;
  }

  header nav {
    padding-right: 5rem;
    padding-left: 5rem;
    font-size: 1.1rem;
  }

  .service .service-item .icon {
    width: 5rem;
    font-size: 2rem;
  }

  .service .service-item small {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .our-choice .slides-2 {
    gap: 2rem;
    padding-left: 2rem;
  }

  .our-choice .slides-2 .choice-item {
    height: 20rem;
  }

  .our-choice .section-title {
    padding-left: 2rem;
  }

  .support .slides-3 {
    padding-right: 7rem;
    padding-left: 7rem;
  }

  .support .step-description {
    font-size: 1rem;
  }

  .section-title h3 {
    font-size: 2rem;
  }

  .section-title {
    padding-left: 2rem;
  }

  section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .we-care .floating-card {
    margin: 0 2rem;
  }

  .we-care .floating-card-title {
    font-size: 1.5rem;
  }

  .we-care .item-title {
    font-size: 1.5rem;
  }

  .we-care .item-sub-title {
    font-size: 1.25rem;
  }

  .we-care .floating-card .item-description {
    font-size: 1.2rem;
    padding: 0.5rem;
  }
}
