* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

.page-container {
  padding: 1.5rem 5rem;
}

@media (max-width: 768px) {
  .page-container {
    padding: 1.5rem;
  }
}

/* Header styles */

header .black-friday-section {
  width: 100%;
  height: fit-content;
  background-color: #191c1f;
  padding: 1rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .black-friday-section .black-friday-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

header .black-friday-section .black-friday-logo .black-container {
  background-color: #f3de6d;
  padding: 0.375rem 0.625rem;
  transform: rotate(-3deg);
  display: inline-flex;
  align-items: center;
}

header .black-friday-section .black-friday-logo .black-container .black {
  color: #191c1f;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

header .black-friday-section .black-friday-logo .friday {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

@media (max-width: 768px) {
  header .black-friday-section {
    padding: 1rem 1.5rem;
  }
}

@media (max-width: 600px) {
  header .black-friday-section .black-friday-logo {
    gap: 0.3rem;
  }

  header .black-friday-section .black-friday-logo .black-container .black {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  header .black-friday-section .black-friday-logo .friday {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 410px) {
  header .black-friday-section {
    flex-direction: column;
  }
}

header .sale-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

header .sale {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

header .figure {
  color: #ebc80c;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

header .off {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  header .sale-container {
    gap: 0.25rem;
  }

  header .sale {
    font-size: 0.75rem;
  }

  header .figure {
    font-size: 1.5rem;
  }

  header .off {
    font-size: 1rem;
  }
}

header .black-friday-section a {
  display: inline-flex;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.125rem;
  background-color: #ebc80c;
}

header .black-friday-section a p {
  color: #191c1f;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.0105rem;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  header .black-friday-section a {
    padding: 0 0.5rem;
  }

  header .black-friday-section a p {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
}

header .header-welcome-section {
  background-color: #1b6392;
  display: flex;
  padding: 0.75rem 5rem;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.16) inset;
}

header .header-welcome-section .welcome-text,
header .header-welcome-section .right-side .sm-container {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

header .header-welcome-section .right-side {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

header .header-welcome-section .right-side .sm-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

header .header-welcome-section .right-side select {
  background-color: #1b6392;
  color: #fff;
  font-size: 0.875rem;
  border: none;
  outline: none;
}

@media (max-width: 768px) {
  header .header-welcome-section {
    padding: 0.75rem 2rem;
  }

  header .header-welcome-section .welcome-text {
    display: none;
  }

  header .header-welcome-section .right-side {
    justify-content: space-between;
    width: 100%;
  }
}

header .header-main-section {
  display: flex;
  padding: 1.25rem 5rem;
  justify-content: space-between;
  align-items: center;
  background-color: #1b6392;
}

header .header-main-section .logo-container {
  grid-area: logo;
  display: flex;
  gap: 0.5rem;
}

header .header-main-section .logo-container img {
  width: 3rem;
  height: 3rem;
}

header .header-main-section .logo-container p {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}

header .header-main-section .input-container {
  grid-area: search;
  width: 20rem;
  max-width: 100%;
  padding: 0.875rem 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  border-radius: 0.125rem;
  background: #fff;
  border: 1px solid #e4e7e9;
}

header .header-main-section .input-container form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

header .header-main-section .input-container input {
  flex: 1;
  outline: none;
  border: none;
}

header .header-main-section .input-container button {
  background-color: transparent;
  border: none;
  outline: none;
  align-self: flex-end;
}

header .header-main-section .nav-icons-container {
  grid-area: icons;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.75rem;
  color: #fff;
  justify-self: flex-end;
}

header .header-main-section .nav-icons-container img {
  height: 2rem;
  width: auto;
}

header .header-main-section .nav-icons-container a {
  color: #fff;
}

.header-nav-section {
  display: flex;
  gap: 1rem;
  padding: 1rem 5rem;
  box-shadow: 0 -1px 0 0 #e4e7e9 inset;
  flex-wrap: wrap;
  align-items: center;
}

.header-category-dropdown {
  position: relative;
}

.category-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 18rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 999;
}

.header-category-dropdown:hover .category-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  list-style-type: none;
  margin-top: 1rem;
}

.category-toggle {
  width: 10rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 0.125rem;
  background-color: #fa8232;
  border: none;
  color: #fff;
}

.category-menu li {
  position: relative;
}

.category-menu a {
  display: block;
  padding: 0.6rem 2rem;
  color: #111;
}

.category-menu a:hover {
  background: #f5f7fa;
}

.subcategory-menu {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e5e7eb;
  opacity: 0;
  visibility: hidden;
}

.category-item:hover .subcategory-menu {
  opacity: 1;
  visibility: visible;
}

.category-menu.open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

@media (max-width: 768px) {
  .category-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 18rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all 0.2s ease;
    list-style-type: none;
  }

  .category-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .subcategory-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    padding-left: 1rem;
  }
}

@media (max-width: 768px) {
  header .header-main-section {
    padding: 1.25rem 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    grid-template-areas: "logo icons" "search search";
  }

  header .header-main-section .input-container {
    width: 100%;
  }

  .header-nav-section {
    padding: 1rem 2rem;
  }
}

@media (max-width: 400px) {
  header .header-main-section {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "icons" "search";
    place-items: center;
    width: 100%;
    gap: 1rem;
  }

  header .header-main-section .nav-icons-container {
    justify-self: center;
  }
}

.nav-compare-container {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.nav-compare-container img {
  width: 1.5rem;
  height: 1.5rem;
}

.nav-compare-container span {
  color: #5f6c72;
  font-size: 0.875rem;
}

/* Footer styles */

footer .subscribe-section {
  margin-top: 4.5rem;
  background-color: #1b6392;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding: 4.5rem 5rem;
}

footer .subscribe-section h2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

footer .subscribe-section .info {
  color: #ffffff70;
  line-height: 1.5rem;
}

footer .subscribe-section .input-container {
  display: flex;
  padding: 0.75rem;
  gap: 1rem;
  border-radius: 0.1875rem;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  width: 40rem;
  max-width: 100%;
}

footer .subscribe-section .input-container input {
  flex: 1;
  padding: 0.75rem 0 0.75rem 1rem;
  border: none;
  outline: none;
}

footer .subscribe-section .input-container button {
  display: flex;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.125rem;
  background-color: #fa8232;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.0105rem;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
}

footer .footer-main-section {
  background-color: #191c1f;
  padding: 4.5rem 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

footer .footer-main-section .logo-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

footer .footer-main-section .logo-container img {
  width: 3rem;
  height: 3rem;
}

footer .footer-main-section .logo-container p {
  line-height: 3rem;
  color: #fff;
  font-size: 2rem;
  letter-spacing: -0.04rem;
  font-weight: 700;
}

footer .footer-main-section .contact-details .customer-support {
  margin-top: 1.5rem;
  color: #77878f;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

footer .footer-main-section .contact-details .phone-number {
  margin-top: 0.25rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

footer .footer-main-section .contact-details .address {
  margin-top: 0.75rem;
  color: #adb7bc;
  line-height: 1.5rem;
}

footer .footer-main-section .contact-details .email-address {
  margin-top: 0.75rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5rem;
}

footer .footer-main-section .category-links,
footer .footer-main-section .quick-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

footer .footer-main-section .category-links a,
footer .footer-main-section .quick-links a {
  color: #929fa5;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.subscribe-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 2rem;
  max-width: 400px;
  text-align: center;
  position: relative;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 22px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  footer .subscribe-section {
    padding: 3rem 2rem;
    gap: 1.5rem;
  }

  footer .subscribe-section h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  footer .subscribe-section .info {
    text-align: center;
    max-width: 40rem;
  }

  footer .footer-main-section {
    padding: 3rem 2rem;
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  footer .footer-main-section {
    flex-direction: column;
    align-items: flex-start;
  }

  footer .footer-main-section .contact-details,
  footer .footer-main-section .category-links,
  footer .footer-main-section .quick-links {
    width: 100%;
  }
}

@media (max-width: 600px) {
  footer .subscribe-section {
    padding: 2.5rem 1.25rem;
  }

  footer .subscribe-section .input-container {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }

  footer .subscribe-section .input-container input {
    padding: 0.75rem 1rem;
  }

  footer .subscribe-section .input-container button {
    width: 100%;
    line-height: 2.75rem;
  }
}

@media (max-width: 400px) {
  footer .subscribe-section {
    padding: 2rem 1rem;
  }

  footer .subscribe-section * {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  footer .footer-main-section {
    padding: 2.5rem 1.25rem;
  }

  footer .footer-main-section .logo-container {
    justify-content: center;
  }

  footer .footer-main-section .contact-details {
    text-align: center;
  }

  footer .footer-main-section .category-links,
  footer .footer-main-section .quick-links {
    align-items: center;
    text-align: center;
  }

  .popup-content {
    width: calc(100% - 2rem);
    padding: 1.5rem;
  }
}

/* Home page styles */

.top-image-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
  grid-template-areas: "consoles phone" "consoles headphones";
}

.top-image-grid,
.top-image-grid * {
  max-width: 100%;
}

.top-image-grid .consoles-container {
  grid-area: consoles;
  display: flex;
  align-items: center;
  padding: 3.5rem;
  border-radius: 0.375rem;
  background-color: #f2f4f5;
  max-width: 100%;
}

.top-image-grid .consoles-container .left-side {
  max-width: 48%;
}

.top-image-grid .consoles-container .left-side .best-place {
  color: #2484c2;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.top-image-grid .consoles-container .left-side h2 {
  color: #191c1f;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
  margin-top: 0.25rem;
}

.top-image-grid .consoles-container .left-side .savings {
  color: #475156;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 1rem;
}

.top-image-grid .consoles-container .left-side a {
  display: inline-flex;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.1875rem;
  background-color: #fa8232;
  margin-top: 1.5rem;
}

.top-image-grid .consoles-container .left-side a p {
  color: #fff;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0.012rem;
  text-transform: uppercase;
}

.top-image-grid .consoles-container .right-side .image-container {
  height: 23rem;
  width: 23rem;
  position: relative;
  max-width: 100%;
  justify-self: flex-end;
}

.top-image-grid .consoles-container .right-side .image-container img {
  max-width: 100%;
}

.top-image-grid .consoles-container .right-side .price-container {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #2da5f3;
}

.top-image-grid .consoles-container .right-side .price-container .up-to,
.top-image-grid .consoles-container .right-side .price-container .off {
  color: #fff;
}

.top-image-grid .consoles-container .right-side .price-container .figure {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
}

.top-image-grid .phone-container {
  grid-area: phone;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #191c1f;
  border-radius: 0.375rem;
  padding: 2.5rem;
}

.top-image-grid .phone-container .left-side .summer-sales {
  color: #ebc80c;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.top-image-grid .phone-container .left-side .new-smartphone {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-top: 0.25rem;
}

.top-image-grid .phone-container .left-side a {
  display: flex;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.125rem;
  background-color: #fa8232;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.0105rem;
  text-transform: uppercase;
  margin-top: 1.12rem;
}

.top-image-grid .phone-container .right-side img {
  width: 19.5rem;
  height: auto;
  margin-right: -4.8rem;
  /* margin-bottom: -6.9rem; */
}

.top-image-grid .phone-container .right-side .price-container {
  position: absolute;
  top: 0;
  right: 0;
}

.top-image-grid .headphones-container {
  grid-area: headphones;
  display: flex;
  padding: 2.5rem 2.5rem 2.5rem 2rem;
  align-items: center;
  border-radius: 0.375rem;
  background-color: #f2f4f5;
}

.top-image-grid .headphones-container img {
  width: 10rem;
  height: 10rem;
}

.top-image-grid .headphones-container .right-side .sonicpeak {
  color: #191c1f;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.top-image-grid .headphones-container .right-side .price {
  margin-top: 0.75rem;
  color: #2da5f3;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.top-image-grid .headphones-container .right-side a {
  margin-top: 1.25rem;
  display: flex;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.125rem;
  background-color: #fa8232;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.0105rem;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .top-image-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1.5fr 1fr;
    grid-template-areas: "consoles consoles" "phone headphones";
  }
}

@media (max-width: 900px) {
  .top-image-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "consoles"
      "phone"
      "headphones";
  }

  .top-image-grid .consoles-container {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    height: fit-content;
  }

  .top-image-grid .consoles-container .left-side {
    max-width: 100%;
  }

  .top-image-grid .consoles-container .right-side {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .top-image-grid .consoles-container {
    padding: 1.25rem !important;
  }

  .top-image-grid .consoles-container .left-side h2 {
    font-size: 1.5rem;
  }

  .top-image-grid .consoles-container .right-side {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .top-image-grid .consoles-container .right-side .image-container {
    width: 100%;
    max-width: 18rem;
    height: auto;
  }

  .top-image-grid .consoles-container .right-side .image-container img {
    width: 100%;
    height: auto;
  }

  .top-image-grid
    .consoles-container
    .right-side
    .image-container
    .price-container {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 0.875rem;
  }

  .top-image-grid
    .consoles-container
    .right-side
    .image-container
    .price-container
    .figure {
    font-size: 1.5rem;
  }

  .top-image-grid .phone-container,
  .top-image-grid .headphones-container {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .top-image-grid .phone-container .right-side img {
    margin: 0;
    width: 100%;
    height: auto;
  }
}

.features-container {
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
  border-radius: 0.375rem;
  border: 1px solid #e4e7e9;
  background: #fff;
  margin-top: 1.5rem;
}

.features-container .feature {
  display: flex;
  padding: 1rem 1.75rem 1rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.features-container .feature img {
  width: 2.5rem;
  height: 2.5rem;
}

.features-container .feature .text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.features-container .feature .text-container .heading {
  color: #191c1f;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.features-container .feature .text-container .body {
  color: #5f6c72;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.features-container .feature:not(:last-child) {
  border-right: 1px solid #e4e7e9;
}

@media (max-width: 1024px) {
  .features-container {
    padding: 0.5rem;
    gap: 1rem;
  }

  .features-container .feature {
    padding: 0.75rem 1rem;
  }
}

@media (max-width: 900px) {
  .features-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .features-container .feature {
    width: 45%;
    border-right: none !important;
  }
}

@media (max-width: 600px) {
  .features-container {
    flex-direction: column;
    align-items: center;
    padding: 0.25rem;
    gap: 0.75rem;
  }

  .features-container .feature {
    width: 100%;
    justify-content: flex-start;
    padding: 0.5rem 2.75rem;
  }
}

.best-deals-section {
  margin-top: 4.5rem;
}

.best-deals-section .row-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.best-deals-section .row-container .left-side {
  display: flex;
  align-items: center;
}

.best-deals-section .row-container .left-side h3 {
  color: #191c1f;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.best-deals-section .row-container .left-side .deals-end-text {
  margin: 0 0.75rem 0 1.5rem;
  color: #191c1f;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.best-deals-section .row-container .left-side .countdown-container {
  display: flex;
  padding: 0.375rem 0.75rem;
  align-items: center;
  border-radius: 0.125rem;
  background-color: #f3de6d;
}

.best-deals-section .row-container .left-side .countdown-container span {
  margin-left: 0.5rem;
}

.best-deals-section .row-container .left-side .countdown-container #days {
  margin-left: 0;
}

.best-deals-section .row-container a {
  color: #2da5f3;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.best-deals-product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5rem;
}

.best-deals-product-card {
  width: 15.5rem;
  padding: 1rem;
  border: 1px solid #e4e7e9;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.product-card-link {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.best-deals-product-card > *:not(.product-card-link) {
  position: relative;
  z-index: 1;
}

.product-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: auto;
}

.overlay-icon,
.overlay-icon * {
  pointer-events: auto;
}

.best-deals-product-card {
  cursor: pointer;
}

.best-deals-product-card .percent-discount {
  background-color: #fa8232;
  color: #fff;
  padding: 0.3125rem 0.625rem;
  font-weight: 500;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  z-index: 9999;
  font-size: 0.75rem;
}

.best-deals-product-card .out-of-stock {
  background-color: #929fa5;
  color: #fff;
  padding: 0.3125rem 0.625rem;
  font-weight: 500;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  z-index: 9999;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.best-deals-product-card img {
  height: 11.75rem;
  width: 11.75rem;
}

.best-deals-product-card .best-deals-product-content .best-deals-product-title {
  color: #191c1f;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}

.best-deals-product-card .best-deals-product-price {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.best-deals-product-card
  .best-deals-product-content
  .best-deals-product-price
  .regular-price-discounted {
  color: #adb7bc;
  line-height: 1.5rem;
  text-decoration-line: line-through;
}

.best-deals-product-card
  .best-deals-product-content
  .best-deals-product-price
  .sale-price,
.best-deals-product-card
  .best-deals-product-content
  .best-deals-product-price
  .regular-price {
  color: #2da5f3;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
}

.best-deals-product-image {
  position: relative;
  overflow: hidden;
}

.best-deals-product-image .product-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.best-deals-product-image:hover .product-overlay {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 900px) {
  .best-deals-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    gap: 1.5rem;
  }
}

@media (max-width: 650px) {
  .best-deals-section .row-container {
    flex-direction: column;
  }

  .best-deals-section .row-container .left-side {
    display: flex;
    flex-direction: column;
  }

  .best-deals-product-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }
}

.product-overlay .overlay-icon,
.product-overlay .overlay-icon a,
.product-overlay .overlay-icon button {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.product-overlay .overlay-icon:hover {
  transform: scale(1.1);
  background: #f1f1f1;
}

.product-overlay .button {
  padding: 0;
  font-size: 0;
}

.product-overlay .overlay-icon.cart-icon img {
  width: 1rem;
  height: auto;
}

.product-overlay .overlay-cart-button {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.product-overlay .overlay-cart-button::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../images/home/cart-icon.png") center / contain no-repeat;
}

.product-overlay .overlay-cart-button:hover {
  transform: scale(1.1);
  background: #f1f1f1;
}

.product-categories-container h2 {
  margin-top: 4.5rem;
  color: #191c1f;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.product-category-slider {
  position: relative;
  margin: 2.5rem 0;
}

.cat-track-wrapper {
  overflow: hidden;
}

.cat-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 220px;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 1rem 0;
}

.cat-track::-webkit-scrollbar {
  display: none;
}

.cat-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  padding: 1.5rem 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #e4e7e9;
}

.cat-image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

.cat-name {
  margin-top: 0.75rem;
  font-weight: 600;
}

.cat-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.cat-arrow.left {
  left: -20px;
}
.cat-arrow.right {
  right: -20px;
}

.featured-products-section {
  display: grid;
  grid-template-columns: 1.25fr 3fr;
  gap: 1.5rem;
  place-items: center;
}

.featured-products-section .discount-container {
  border-radius: 0.1875rem;
  background-color: #f3de6d;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.featured-products-section .discount-container .text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.featured-products-section .discount-container .computer-accessories {
  color: #be4646;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin: 2rem 1.5rem 0;
}

.featured-products-section .discount-container .discount {
  margin: 0.5rem 1.5rem 0;
  color: #191c1f;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-transform: capitalize;
}

.featured-products-section .discount-container .coupon {
  color: #475156;
  line-height: 1.5rem;
  margin: 0.75rem 1.5rem 0;
  text-align: center;
}

.featured-products-section .discount-container .countdown-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
  gap: 0.5rem;
}

.featured-products-section
  .discount-container
  .countdown-section
  .countdown-text {
  font-size: 0.875rem;
  color: #191c1f;
  line-height: 1rem;
}

.featured-products-section
  .discount-container
  .countdown-section
  .countdown-container {
  background-color: #fff;
  padding: 0.5rem;
}

.featured-products-section
  .discount-container
  .countdown-section
  .countdown-container {
  font-size: 0.875rem;
  color: #191c1f;
}

/* .featured-products-section
  .discount-container
  .countdown-section
  .countdown-container
  span {
  margin-left: 0.5rem;
} */

.featured-products-section .discount-container a {
  margin: 2rem 1.5rem 1rem;
  display: flex;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.1875rem;
  background: #fa8232;
  color: #fff;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0.012rem;
  text-transform: uppercase;
  text-align: center;
}

.featured-products-section .featured-products-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 1.5rem;
}

.featured-products-section h3 {
  color: #191c1f;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
}

.featured-products-section .featured-product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 1280px) {
  .featured-products-section {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .featured-products-section .discount-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
  }

  .featured-products-section .discount-container > *:not(img) {
    grid-column: 1;
    grid-row: span 2;
    align-self: center;
  }

  .featured-products-section .discount-container img {
    grid-column: 2;
    grid-row: span 2;
    align-self: center;
  }

  .featured-products-section .discount-container .computer-accessories {
    grid-row: 1;
  }

  .featured-products-section .discount-container a {
    grid-row: 2;
    margin-top: 1.25rem;
  }
}

@media (max-width: 600px) {
  .featured-products-section .featured-product-grid {
    grid-template-columns: 1fr;
  }

  .featured-products-section .discount-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .featured-products-section .discount-container img {
    grid-column: 1;
    margin-top: 1rem;
  }
}

@media (max-width: 420px) {
  .featured-products-section {
    width: 100%;
    overflow-x: hidden;
  }

  .featured-products-section .discount-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 1.25rem 0;
    margin: 0;
  }

  .featured-products-section .discount-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin-top: 1rem;
  }

  .featured-products-section .discount-container * {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .featured-products-section .discount-container {
    align-items: stretch;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .featured-products-section .discount-container {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem 0;
    box-sizing: border-box;
  }

  .featured-products-section .discount-container .computer-accessories,
  .featured-products-section .discount-container .discount,
  .featured-products-section .discount-container .coupon {
    margin-left: 0;
    margin-right: 0;
  }

  .featured-products-section .discount-container a {
    padding: 0 1.25rem;
    line-height: 2.75rem;
    width: fit-content;
    align-self: center;
    max-width: 100%;
    text-align: center;
  }

  .featured-products-section .discount-container * {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

.introducing-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.introducing-section .camera-container,
.introducing-section .man-watch-container {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4.5rem;
  border-radius: 0.25rem;
  padding: 2.75rem;
}

.introducing-section .camera-container {
  background-color: #f2f4f5;
}

.introducing-section .man-watch-container {
  background-color: #191c1f;
}

.introducing-section .left-side .introducing {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 0.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-transform: uppercase;
  width: fit-content;
}

.introducing-section .camera-container .left-side .introducing {
  background-color: #2da5f3;
  color: #fff;
}

.introducing-section .man-watch-container .left-side .introducing {
  background-color: #efd33d;
  color: #191c1f;
}

.introducing-section .left-side h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-top: 0.5rem;
}

.introducing-section .camera-container .left-side h3 {
  color: #191c1f;
}

.introducing-section .man-watch-container .left-side h3 {
  color: #fff;
}

.introducing-section .camera-container .left-side .description {
  color: #475156;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

.introducing-section .man-watch-container .left-side .description {
  color: #adb7bc;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

.introducing-section .left-side a {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1.5rem;
  border-radius: 0.125rem;
  background-color: #fa8232;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.0105rem;
  width: fit-content;
}

.introducing-section img {
  width: 18rem;
  height: auto;
}

@media (max-width: 1350px) {
  .introducing-section {
    grid-template-columns: 1fr;
  }

  .introducing-section .camera-container,
  .introducing-section .man-watch-container {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .introducing-section {
    grid-template-columns: 1fr;
  }

  .introducing-section .camera-container .left-side,
  .introducing-section .man-watch-container .left-side {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .introducing-section .camera-container .left-side .introducing,
  .introducing-section .man-watch-container .left-side .introducing {
    align-self: center;
  }

  .introducing-section img {
    width: 100%;
    max-width: 18rem;
  }
}

@media (max-width: 768px) {
  .introducing-section .camera-container,
  .introducing-section .man-watch-container {
    display: flex;
    flex-direction: column;
  }
}

.laptop-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #ffe7d6;
  padding: 0 4.5rem 0 2.5rem;
  margin-top: 4.5rem;
  gap: 2rem;
}

.laptop-banner .left-side {
  width: 50%;
  max-width: 27rem;
}

.laptop-banner .left-side .save-container {
  display: grid;
  place-items: center;
  width: fit-content;
  padding: 0.375rem 0.75rem;
  border-radius: 0.125rem;
  background-color: #2da5f3;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.laptop-banner .left-side h2 {
  margin-top: 0.75rem;
  color: #191c1f;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.laptop-banner .left-side .features {
  color: #191c1f;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 1.38rem 0;
}

.laptop-banner .left-side a {
  display: flex;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.1875rem;
  background: #fa8232;
  color: #fff;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0.012rem;
  text-transform: uppercase;
  width: fit-content;
}

.laptop-banner .image-container {
  width: 50%;
  position: relative;
}

.laptop-banner .image-container img {
  width: 100%;
}

.laptop-banner .image-container .price-container {
  position: absolute;
  top: 2rem;
  left: 1.4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 6px solid #fff;
  background-color: #ffcead;
  width: 6.875rem;
  height: 6.875rem;
  color: #191c1f;
  font-size: 1.25rem;
  font-weight: 600;
}

@media (max-width: 900px) {
  .laptop-banner {
    flex-direction: column;
    padding: 2rem;
  }

  .laptop-banner .left-side,
  .laptop-banner .image-container {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .laptop-banner .left-side h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .laptop-banner .left-side .features {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.mini-product-card {
  width: 18rem;
  height: 6.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.75rem;
  gap: 0.75rem;
  border: 1px solid #e4e7e9;
  border-radius: 0.1875rem;
}

.mini-product-card img {
  width: 5rem;
  height: 5rem;
}

.mini-product-card .right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.mini-product-card .right-side .mini-product-title {
  color: #191c1f;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.mini-product-card .right-side .mini-product-price {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.mini-product-card .right-side .mini-product-price .regular-price-discounted {
  color: #adb7bc;
  font-size: 0.75rem;
  line-height: 1.5rem;
  text-decoration-line: line-through;
}

.mini-product-card .right-side .mini-product-price .regular-price,
.mini-product-card .right-side .mini-product-price .sale-price {
  color: #2da5f3;
  font-size: 0.875remrem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
}

.home-mini-products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 4.5rem;
}

.home-mini-products-grid .mini-product-grid-heading {
  color: #000;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.home-mini-products-grid .mini-product-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 900px) {
  .home-mini-products-grid {
    flex-direction: column;
    align-items: center;
  }

  .mini-product-card {
    width: 100%;
    max-width: 28rem;
  }
}

/* Products page styles */

.shop-filters {
  margin-bottom: 2rem;
  height: fit-content;
}

.shop-filters form {
  display: flex;
  flex-direction: column;
}

.filter-group {
  margin-bottom: 1.5rem;
}

.filter-group h4 {
  color: #191c1f;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.filter-group .categories {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
}

.filter-group label,
.filter-group .price-values {
  cursor: pointer;
  color: #475156;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.filter-group input[type="radio"] {
  accent-color: #fa8232;
}

.price-values {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  max-width: 20rem;
}

#price-slider {
  max-width: 100%;
}

.noUi-connect {
  background: #fa8232 !important;
  border: none;
  outline: none;
}

.apply-filters {
  background-color: #fa8232;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border: none;
  outline: none;
  cursor: pointer;
  align-self: center;
}

.products-page-grid {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1.5rem;
}

.products-page-grid .products {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.products-section .row-container {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.products-section .input-container {
  grid-area: search;
  width: 20rem;
  max-width: 100%;
  padding: 0.875rem 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  border-radius: 0.125rem;
  background: #fff;
  border: 1px solid #e4e7e9;
}

.products-section .input-container form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.products-section .input-container input {
  flex: 1;
  outline: none;
  border: none;
}

.products-section .input-container button {
  background-color: transparent;
  border: none;
  outline: none;
  align-self: flex-end;
}

.products-section .sort-container {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.products-section .sort-container p {
  font-size: 0.875rem;
  color: #475156;
}

.products-section .sort-container .select-container {
  padding: 0.75rem 1rem;
  border-radius: 0.125rem;
  border: 1px solid #e4e7e9;
}

.products-section .sort-container .select-container select {
  border: none;
  outline: none;
}

.active-filters-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.active-filters-label {
  font-weight: 600;
}

.active-filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: #f2f2f2;
  color: #000;
  font-size: 0.85rem;
  text-decoration: none;
}

.filter-chip .remove {
  font-weight: bold;
}

.filter-chip:hover {
  background: #e6e6e6;
}

.clear-all {
  margin-left: auto;
  font-size: 0.85rem;
  text-decoration: underline;
}

.woocommerce-pagination .page-numbers {
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style-type: none;
}

.woocommerce-pagination .page-numbers li span {
  width: 2rem;
  height: 2rem;
  background-color: #fa8232;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}

.woocommerce-pagination .page-numbers li a {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  color: #191c1f;
  background-color: transparent !important;
  border: 1px solid #e4e7e9;
}

.woocommerce-pagination .page-numbers li .prev,
.woocommerce-pagination .page-numbers li .next {
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  color: #fa8232;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}

.search-query {
  font-size: 0.875rem;
  color: #475156;
}

.search-query-row {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 1rem;
}

.search-query span {
  color: #1b6392;
}

.clear-search {
  color: #1b6392;
  font-size: 0.875rem;
}

.active-filters,
.active-filters-bar {
  max-width: 100%;
}

.filter-chip {
  max-width: 100%;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .products-page-grid {
    grid-template-columns: 1fr;
  }

  .shop-filters {
    border: 1px solid #e4e7e9;
    border-radius: 0.125rem;
    padding: 1.5rem;
  }

  .products-page-grid .categories {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .products-page-grid .apply-filters {
    align-self: flex-start;
  }
}

@media (max-width: 768px) {
  .products-section .input-container {
    width: 100%;
  }

  .products-section .row-container {
    flex-direction: column;
    align-items: stretch;
  }

  .products-section .sort-container {
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .products-page-grid {
    padding: 1.5rem 0;
  }

  .products-page-grid > * {
    min-width: 0;
  }

  .woocommerce-pagination .page-numbers {
    gap: 0.25rem;
    flex-wrap: wrap;
  }

  .woocommerce-pagination .page-numbers li span,
  .woocommerce-pagination .page-numbers li a,
  .woocommerce-pagination .page-numbers li .prev,
  .woocommerce-pagination .page-numbers li .next {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
  }
}

/* Single product page styles */

.single-product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
}

.product-image {
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid #e4e7e9;
}

.product-image img {
  width: 100%;
  height: auto;
  display: block;
}

.product-right .rating-container {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.product-right .rating-container .stars {
  width: 6.75rem;
}

.product-right .rating-container p {
  color: #191c1f;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.product-right .rating-container p span {
  color: #5f6c72;
  font-size: 0.875rem;
  font-weight: 400;
}

.product-title {
  color: #191c1f;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0.5rem 0 1rem;
}

.product-meta-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.5rem;
}

.product-meta-details .meta-row .label {
  color: #5f6c72;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.product-meta-details .meta-row .value {
  color: #191c1f;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.product-meta-details .meta-row a {
  color: #1b6392;
}

.product-meta-details .meta-row .in-stock {
  color: #2db224;
}

.product-meta-details .meta-row .out-of-stock {
  color: #be4646;
}

.product-price {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.product-price .current-price {
  color: #2da5f3;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.product-price .regular-price {
  color: #77878f;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-decoration-line: line-through;
}

.product-price .percent-discount {
  padding: 0.3125rem 0.625rem;
  border-radius: 0.125rem;
  background-color: #efd33d;
  display: flex;
}

.product-price .percent-discount p {
  color: #191c1f;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.product-description {
  margin-top: 2rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .single-product-wrapper {
    grid-template-columns: 1fr;
  }
}

.product-purchase-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.quantity-wrapper {
  width: 10rem;
  height: 3.5rem;
  padding: 0 1.25rem;
  border-radius: 0.1875rem;
  border: 2px solid #e4e7e9;
}

.quantity-wrapper input.qty {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  outline: none;
}

.add-to-cart-btn {
  background: #fa8232;
  color: #fff;
  padding: 0 2rem;
  height: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.012rem;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.1875rem;
}

.add-to-cart-btn img {
  width: 1.5rem;
  height: 1.5rem;
}

.buy-now-btn {
  background: transparent;
  color: #fa8232;
  border: 2px solid #fa8232;
  padding: 0 2rem;
  height: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.012rem;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.1875rem;
}

.options-container {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
}

.options-container .add-to-wishlist-container {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.options-container .add-to-wishlist-container p {
  color: #475156;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.options-container .compare-button {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #475156;
  font-size: 0.875rem;
  line-height: 1.25rem;
  cursor: pointer;
}

.options-container .compare-button img {
  width: 1.25rem;
  height: 1.25rem;
}

.product-tabs {
  margin-top: 3rem;
  padding-bottom: 2.5rem;
  border-radius: 0.25rem;
  border: 1px solid #e4e7e9;
}

.product-tabs__headings {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 1.12rem 1.5rem;
}

.tab-heading {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #191c1f;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}

.tab-heading .tab-chevron {
  margin-left: 0.5rem;
}

.tab-heading.active {
  font-weight: 500;
}

.tab-heading.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.25rem;
  width: 100%;
  height: 3px;
  background-color: #fa8232;
}

.tab-divider {
  margin-bottom: 1.5rem;
  border: none;
  height: 1px;
  background: #e4e7e9;
}

.product-tabs .tab-content {
  display: none;
  padding: 0 1.5rem;
}

.product-tabs .tab-content.active {
  display: block;
}

.description-tab-content-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.tab-content h4,
.woocommerce-Reviews-title {
  margin: 1rem 0;
  color: #191c1f;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

.description-tab-content-container .description-text {
  width: 45rem;
  max-width: 100%;
}

.tab-content p,
.tab-content span,
#comment-form-rating-label {
  color: #5f6c72;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tab-content .stars a {
  color: #1b6392;
}

.tab-content .comment-form-comment {
  margin-top: 1rem;
}

.tab-content form .submit {
  margin-top: 1rem;
  padding: 0 2rem;
  background-color: #fa8232;
  color: #fff;
  line-height: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.tab-content textarea {
  resize: none;
  display: block;
  width: 100%;
}

.description-tab-content-container .features-section .features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.description-tab-content-container .features-section .features .feature {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.description-tab-content-container .features-section .features .feature img {
  width: 1.5rem;
  height: auto;
}

.description-tab-content-container .features-section .features .feature p {
  color: #191c1f;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.out-of-stock-message {
  background-color: #929fa5;
  color: #fff;
  padding: 0 2rem;
  height: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.012rem;
  text-transform: uppercase;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.1875rem;
}

@media (max-width: 768px) {
  .product-purchase-row {
    flex-direction: column;
    align-items: stretch;
  }

  .product-purchase-row button {
    width: 100%;
  }
}

.product-tabs__headings {
  display: flex;
  gap: 2rem;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid #191c1f;
  border-bottom: 2px solid #191c1f;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.tab-heading.active .tab-chevron {
  transform: rotate(-135deg);
}

.tab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.tab-content.active {
  max-height: 2000px;
}

/* Mobile accordion */
@media (max-width: 768px) {
  .product-tabs__headings {
    flex-direction: column;
    gap: 0;
  }

  .tab-heading {
    width: 100%;
    text-align: left;
    padding: 1rem 0;
    border-bottom: 1px solid #e4e7e9;
  }

  .tab-heading::after {
    display: none;
  }

  .tab-divider {
    display: none;
  }
}
@media (max-width: 768px) {
  .product-tabs__headings {
    flex-direction: column;
    gap: 0;
  }

  .tab-heading {
    width: 100%;
    text-align: left;
    padding: 1rem 0;
    border-bottom: 1px solid #e4e7e9;
  }

  .tab-heading::after {
    display: none;
  }

  .tab-content {
    display: none;
    padding-bottom: 1.5rem;
  }

  .tab-content.active {
    display: block;
  }

  .tab-divider {
    display: none;
  }
}

.snackbar {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #191c1f;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  font-size: 0.875rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}

.snackbar.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-6px);
}

/* Compare page styles */

.compare-table {
  border-radius: 0.25rem;
  border: 1px solid #e4e7e9;
}

.compare-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.compare-table th,
.compare-table td {
  border-right: 1px solid #e4e7eb;
}

.compare-table tr th:last-child,
.compare-table tr td:last-child {
  border-right: none;
}

.compare-table tr {
  border-bottom: 1px solid #e4e7eb;
}

.compare-table tr:last-child {
  border-bottom: none;
}

.compare-table tr:nth-child(even) {
  background-color: #f7f8fa;
}

.compare-table tr:nth-child(odd) {
  background-color: #ffffff;
}

.compare-table th {
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
  color: #191c1f;
  background-color: #ffffff;
  width: 160px;
  padding: 1rem;
}

.compare-table td {
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}

.compare-table td.top-section {
  position: relative;
  padding-top: 2.5rem;
}

.compare-table .remove-compare {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
}

.compare-table .wishlist-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.add-to-cart-btn.disabled-btn {
  background-color: #adb7bc;
  cursor: not-allowed;
}

.compare-table {
  max-width: 100vw;
  overflow-x: auto;
}

@media (max-width: 900px) {
  .compare-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .compare-table table {
    min-width: 720px;
  }

  .compare-table tr:nth-child(even) th {
    background-color: #f7f8fa;
  }

  .compare-table th,
  .compare-table td {
    padding: 0.75rem;
    font-size: 0.8125rem;
  }

  .compare-table td img {
    max-width: 120px;
    height: auto;
  }

  .add-to-cart-btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    gap: 0.4rem;
  }

  .wishlist-container {
    flex-direction: column;
    gap: 0.25rem;
  }

  .add-to-cart-btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    gap: 0.4rem;
  }

  .wishlist-container {
    flex-direction: column;
    gap: 0.25rem;
  }
}

/* Customer support page styles */

.customer-support-page .top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
  border-radius: 0.1875rem;
  border: 1px solid #e4e7e9;
  padding: 1rem;
}

.customer-support-page .top-section .left-side .help-centre-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.125rem;
  background-color: #efd33d;
  justify-self: flex-start;
  color: #191c1f;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.customer-support-page .top-section .left-side h2 {
  color: #191c1f;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-top: 1rem;
}

.customer-support-page .top-section .left-side .input-container {
  width: 30rem;
  max-width: 100%;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #e4e7e9;
  max-width: 100%;
}

.customer-support-page .top-section .left-side .input-container input {
  flex: 1;
  border: none;
  outline: none;
}

.customer-support-page
  .top-section
  .left-side
  .input-container
  input::placeholder {
  font-size: 0.75rem;
}

.customer-support-page .top-section .left-side .input-container button {
  padding: 0 1.5rem;
  border-radius: 0.125rem;
  background-color: #fa8232;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.0105rem;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}

.customer-support-page .top-section .left-side .input-container img {
  width: 1.5rem;
  height: 1.5rem;
}

.customer-support-page .top-section .hero-image {
  height: 20rem;
  width: auto;
}

.customer-support-page .assist-section {
  margin-top: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
}

.customer-support-page .assist-section h2 {
  color: #191c1f;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.customer-support-page .assist-section .options-container {
  display: grid;
  grid-template-columns: repeat(4, 19rem);
  gap: 1.5rem;
}

.customer-support-page .assist-section .options-container .option {
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  border: 2px solid #ffe7d6;
  border-radius: 0.25rem;
}

.customer-support-page .assist-section .options-container .option:hover {
  border: solid 2px #fa8232;
  box-shadow: 0 8px 40px 0 rgba(250, 130, 50, 0.12);
}

.customer-support-page .assist-section .options-container .option img {
  width: 2rem;
  height: 2rem;
}

.customer-support-page .assist-section .options-container .option p {
  color: #191c1f;
  font-weight: 500;
  line-height: 1.5rem;
}

.customer-support-page .popular-topics-section {
  margin-top: 4.5rem;
}

.customer-support-page .popular-topics-section h3 {
  color: #191c1f;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
}

.customer-support-page .popular-topics-section .topics-section {
  display: flex;
  justify-content: center;
}

.customer-support-page .popular-topics-section .popular-topics {
  margin: 2.5rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 1rem;
}

.customer-support-page .popular-topics-section .popular-topics a {
  color: #191c1f;
  line-height: 1.5rem;
}

.customer-support-page .popular-topics-section .popular-topics a:hover {
  color: #fa8232;
}

.customer-support-page .contact-section {
  margin-top: 4.5rem;
  padding: 2.5rem 5rem;
  background-color: #f2f4f5;
  width: 100vw;
  margin-left: -5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customer-support-page .contact-section .contact-container {
  padding: 0.5rem 1rem;
  border-radius: 0.125rem;
  background-color: #2da5f3;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.customer-support-page .contact-section h2 {
  margin-top: 1rem;
  color: #191c1f;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-align: center;
}

.customer-support-page .contact-section .options-container {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.customer-support-page .contact-section .options-container .option {
  width: 33.5rem;
  display: flex;
  padding: 2rem;
  gap: 1.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 24px 32px 0 rgba(25, 28, 31, 0.08);
}

.customer-support-page .contact-section .options-container .option img {
  width: 6rem;
  height: 6rem;
}

.customer-support-page .contact-section .options-container .option h5 {
  color: #191c1f;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.customer-support-page .contact-section .options-container .option .text {
  margin-top: 0.5rem;
  color: #5f6c72;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.customer-support-page
  .contact-section
  .options-container
  .option
  .phone-number,
.customer-support-page
  .contact-section
  .options-container
  .option
  .email-address {
  margin-top: 1rem;
  color: #191c1f;
  font-size: 1.5rem;
  line-height: 2rem;
}

.customer-support-page .contact-section .options-container .option .link {
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  border-radius: 0.125rem;
  background-color: #2da5f3;
  font-size: 0.875rem;
  font-weight: 700;
  width: fit-content;
}

.customer-support-page .contact-section .options-container .option .link p {
  line-height: 3rem;
  color: #fff;
  letter-spacing: 0.0105rem;
  text-transform: uppercase;
}

.customer-support-page .contact-section .options-container .option .link.chat {
  background-color: #2db224;
}

@media (max-width: 1024px) {
  .customer-support-page .top-section {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }

  .customer-support-page .top-section .left-side {
    max-width: 100%;
  }

  .customer-support-page .top-section .hero-image {
    width: 100%;
    height: auto;
    max-height: 18rem;
    object-fit: cover;
  }

  .customer-support-page .top-section .left-side .input-container {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .customer-support-page .assist-section .options-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .customer-support-page .assist-section .options-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .customer-support-page .assist-section .options-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .customer-support-page .popular-topics-section .popular-topics {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .customer-support-page .popular-topics-section .popular-topics {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .customer-support-page .contact-section .options-container {
    justify-content: center;
  }

  .customer-support-page .contact-section .options-container .option {
    width: 100%;
    max-width: 38rem;
  }
}

@media (max-width: 600px) {
  .customer-support-page .contact-section .options-container .option {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .customer-support-page .contact-section .options-container .option img {
    width: 4.5rem;
    height: 4.5rem;
  }

  .customer-support-page .contact-section .options-container .option .link {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .customer-support-page .contact-section {
    padding: 2.5rem 1.5rem;
    margin-left: -1.5rem;
  }
}

@media (max-width: 403px) {
  .customer-support-page .top-section .input-container button {
    width: 100%;
  }
}

/* Customer results page styles */

.customer-results-page h2 {
  color: #191c1f;
}

.customer-results-page .results-container {
  margin-top: 2.5rem;
}

.customer-results-page .results-container p {
  margin-bottom: 1rem;
  color: #475156;
}

/* 404 page styles */

.page-not-found-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-not-found-container .hero-image {
  width: 30rem;
  max-width: 100%;
  height: auto;
}

.page-not-found-container h1 {
  color: #191c1f;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.75rem;
}

.page-not-found-container .wrong-page {
  margin-top: 1.5rem;
  color: #475156;
  text-align: center;
  line-height: 1.5rem;
}

.page-not-found-container a {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem;
  border-radius: 0.125rem;
  border: 2px solid #ffe7d6;
}

.page-not-found-container a img {
  width: 1.25rem;
  height: 1.25rem;
}

.page-not-found-container a p {
  color: #fa8232;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.0105rem;
  text-transform: uppercase;
}

/* Track order page styles */

.track-order-page-container {
  display: flex;
  justify-content: center;
  margin: 4.5rem 0;
}

.track-order-page-container .track-container {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #e4e7e9;
  border-radius: 0.25rem;
}

.track-order-page-container .track-container .order-details {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  border-radius: 0.25rem;
  border: 1px solid #f7e99e;
  background-color: #fdfae7;
}

.track-order-page-container .track-container .order-details .order-number {
  color: #191c1f;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.track-order-page-container .track-container .order-details .order-placed {
  margin-top: 0.5rem;
  color: #475156;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.track-order-page-container .track-container .order-details .order-cost {
  color: #2da5f3;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2rem;
}

/* Wishlist page styles */

.tinv-wishlist th.product-price {
  margin-top: 0;
}

.tinv-wishlist td.product-action button {
  background-color: #fa8232 !important;
}

.tinv-wishlist thead tr {
  padding: 0.625rem 1.5rem;
  border: 1px solid #e4e7e9;
  background-color: #f2f4f5;
}

.tinv-wishlist th {
  text-align: left;
  color: #475156;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.tinv-wishlist .wishlist_item td,
.tinv-wishlist .wishlist_item td a {
  color: #475156;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tinv-wishlist .wishlist_item .product-price ins {
  color: #191c1f;
  font-weight: 500;
  text-decoration: none;
}

.tinv-wishlist .social-buttons a {
  color: #475156;
}

/* Mini cart styles */

.header-cart {
  position: relative;
}

.mini-cart-wrapper {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 360px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 999;
}

.header-cart:hover .mini-cart-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mini-cart-wrapper:hover {
  opacity: 1;
  visibility: visible;
}

.header-cart.open .mini-cart-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-cart .cart-count {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #fff;
  color: #1b6392;
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  display: grid;
  place-items: center;
}

.custom-mini-cart {
  padding: 1.5rem;
  color: #475156 !important;
  font-size: 0.75rem;
}

.mini-cart-items {
  list-style-type: none;
}

.mini-cart-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mini-cart-title {
  color: #1b6392 !important;
}

.mini-cart-remove {
  color: #475156 !important;
}

.mini-cart-footer .buttons-container {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.view-cart,
.checkout {
  background-color: #fa8232 !important;
  border-radius: 0.125rem;
  padding: 0.5rem 1rem;
}

/* Cart page styles */

.wc-block-cart__submit-button {
  background-color: #fa8232 !important;
  color: #fff;
  font-weight: 700;
}

/* My account page styles */

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin-bottom: 1rem;
}

.woocommerce-MyAccount-navigation-link a {
  color: #1b6392;
  font-weight: 700;
}

.woocommerce-MyAccount-content a {
  color: #1b6392;
}
