/********** Template CSS **********/
:root {
  --primary: #FAB1A0;
  --light: #b8ddfe;
  --dark: #00CEC9;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #00CEC9;
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

/*** Header ***/

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.booking {
  position: relative;
  margin-top: -100px !important;
  z-index: 1;
}




/*** Footer ***/

.footer {
  position: relative;
  /* margin-top: -110px;
    padding-top: 180px; */
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 40%;
  background: #fff;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;

  @media (max-width: 600px) {
    width: 100%;
  }
}

.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}

header i {
  color: #FAB1A0;
  font-size: 32px;
  text-align: center;
}

header h2 {
  color: #FAB1A0;
  font-weight: 500;
  text-align: center;
}

.data {
  text-align: center;
}

.data p a {
  color: #FAB1A0;
  text-decoration: none;
  text-align: center !important;
}

.data p a:hover {
  text-decoration: underline;
}

.buttons {
  padding: 20px 0px;
  text-align: center;
}

.buttons .cookie-button {
  border: 2px solid #FAB1A0;
  color: #fff;
  padding: 8px 0;
  background: #FAB1A0;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.5s ease;
  max-width: 150px;
  border-radius: 0;
}

.buttons #acceptBtn:hover {
  background-color: transparent;
  color: #FAB1A0;
}

#declineBtn {
  background-color: #fff;
  color: #FAB1A0;
}

#declineBtn:hover {
  background-color: #FAB1A0;
  color: #fff;
}


/* Footer Style */
.topics {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.topic_item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}

.topic_item .card-text {
  color: #e5e5e5;
}

.topic__img {
  max-width: 181px;
  min-height: 181px;
  object-fit: cover;
}

.topic__name {
  font-size: 18px;
  color: #fff;
}

.topic__descr {
  max-width: 287px;
}

.topic__right {
  height: 911px;
}

@media (max-width: 1020px) {
  .topic__right {
    width: 100%;
    object-fit: cover;
  }
}

.about_1 {}

.pluses {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

@media (max-width: 680px) {
  .pluses {
    flex-wrap: wrap;
    /* flex-direction: column
    ; */
  }
}

.about__descr {
  max-width: 1020px;
  margin: 0 auto;
}

.news__block .topic__name {
  color: #000000;
}

.news__block .card-text {
  color: #00CEC9;
}

.news__block .topics {
  display: flex;
  flex-direction: row;
}

@media (max-width: 680px) {
  .news__block .topics {
    flex-direction: column;
  }
}

.news__block .topic_item {
  align-items: start;
}

@media (max-width: 990px) {
  .mobile-no {
    display: none;
  }

  .topic_item {
    flex-direction: column;
  }

  .service-item {
    /* height: 460px; */
  }

  .testimonial-item div {
    flex-direction: column;
  }

  .testimonial-carousel .testimonial-item {
    padding: 30px 2px;
  }
}


.product-container {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #f9f9f9;
  padding: 10px;
}

.product-container p {
  font-size: 20px;
}

.product-container h4 {
  color: #363636;
}

.product-image {
  width: 80%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
}

.remove {
  position: absolute;
  top: 10px;
  /* Відстань від верху */
  right: 10px;
  /* Відстань від правого краю */
  background-color: #fff;
  /* Задній фон кнопки */
  border: 1px solid #e2e2e2;
  /* Колір рамки кнопки */
  border-radius: 20%;
  /* Зробити кнопку круглою */
  padding: 5px 10px;
  /* Внутрішній відступ кнопки */
  cursor: pointer;
  /* Курсор при наведенні */
  z-index: 1;
  /* Щоб кнопка була поверх іншого контенту */
}

/* Стилі для іконок та кружечків */
.icons {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 10px;
}

.icon-wrapper {
  position: relative;
}

.icon {
  width: 40px;
  height: 40px;
}

.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #00CEC9;
  color: white;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
}

/* Стилі для кнопок */
.btn {
  margin: 5px;
}

/* new styles  */

/* Загальні стилі */
:root {
  --primary: #6C5CE7;
  --accent: #00CEC9;
  --cta: #FAB1A0;
  --text: #2D3436;
  --background: #FFFFFF;
}

/* Стилі для головного екрану */
.hero-section {
  background-color: #eff4ff;
  position: relative;
  overflow: hidden;
  padding: 9rem 0;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(108, 92, 231, 0.1);
  z-index: 0;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: rgba(0, 206, 201, 0.1);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-weight: 800;
  font-size: 3.5rem;
  color: var(--text);
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.hero-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--accent);
  border-radius: 4px;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.hero-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  color: var(--text);
  max-width: 600px;
}

.btn-game {
  background-color: var(--cta);
  color: var(--text);
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border: none;
  box-shadow: 0 4px 15px rgba(250, 177, 160, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-game:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(250, 177, 160, 0.6);
  color: var(--text);
}

.btn-game::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s;
  z-index: -1;
}

.btn-game:hover::before {
  left: 100%;
}

.btn-game i {
  margin-right: 8px;
}

.hero-image {
  position: relative;
  z-index: 1;
}

.hero-image img {
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(108, 92, 231, 0.2);
  transition: all 0.3s ease;
}

.hero-image img:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(108, 92, 231, 0.3);
}

.floating-game-icon {
  position: absolute;
  border-radius: 50%;
  background: var(--background);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  animation: float 3s infinite ease-in-out;
}

.floating-icon-1 {
  width: 60px;
  height: 60px;
  top: 20%;
  right: 10%;
  animation-delay: 0s;
}

.floating-icon-2 {
  width: 50px;
  height: 50px;
  bottom: 20%;
  right: 20%;
  animation-delay: 1s;
}

.floating-icon-3 {
  width: 40px;
  height: 40px;
  top: 50%;
  right: 5%;
  animation-delay: 2s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    font-size: 1.3rem;
  }

  .hero-image {
    margin-top: 3rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 8rem 0;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .floating-game-icon {
    display: none;
  }
}

/* Загальні стилі */
:root {
  --primary: #6C5CE7;
  --accent: #00CEC9;
  --cta: #FAB1A0;
  --text: #2D3436;
  --background: #FFFFFF;
  --light-bg: #F8F9FA;
  --border-radius-sm: 8px;
  --border-radius-md: 15px;
  --border-radius-lg: 25px;
  --box-shadow-sm: 0 5px 15px rgba(0, 0, 0, 0.05);
  --box-shadow-md: 0 10px 25px rgba(108, 92, 231, 0.15);
  --transition-default: all 0.3s ease;
}

/* Reusable Components */
.section-padding {
  padding: 5rem 0;
}

.section-title {
  font-weight: 800;
  font-size: 2.5rem;
  color: var(--text);
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 70px;
  height: 4px;
  background: var(--accent);
  border-radius: 4px;
}

.section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.text-content {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: var(--text);
}

.game-card {
  background-color: var(--background);
  border-radius: var(--border-radius-md);
  box-shadow: var(--box-shadow-sm);
  padding: 1.5rem;
  transition: var(--transition-default);
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.game-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-md);
}

.game-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--primary);
  z-index: -1;
  transition: var(--transition-default);
}

.game-card:hover::before {
  width: 100%;
  opacity: 0.05;
}

.accent-box {
  background-color: rgba(0, 206, 201, 0.1);
  border-radius: var(--border-radius-md);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.accent-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(0, 206, 201, 0.2) 0%, rgba(0, 206, 201, 0) 70%);
  border-radius: 50%;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  position: relative;
  padding: 0.75rem 0 0.75rem 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  transition: var(--transition-default);
}

.feature-list li:last-child {
  margin-bottom: 0;
}

.feature-list li::before {
  content: "\f058";
  /* Font Awesome check circle icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.75rem;
  color: var(--primary);
}

.feature-list li:hover {
  transform: translateX(5px);
}

.platform-tab {
  background-color: var(--background);
  border-radius: var(--border-radius-sm);
  padding: 1.25rem;
  margin-bottom: 1rem;
  transition: var(--transition-default);
  border-left: 4px solid transparent;
  cursor: pointer;
}

.platform-tab:hover,
.platform-tab.active {
  border-left-color: var(--primary);
  background-color: rgba(108, 92, 231, 0.05);
}

.platform-tab i {
  color: var(--primary);
  font-size: 1.5rem;
  margin-right: 1rem;
}

.platform-content {
  display: none;
}

.platform-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.about-image {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow-md);
  transition: var(--transition-default);
  position: relative;
}

.about-image img {
  border-radius: var(--border-radius-lg);
}

.about-image::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--accent);
  border-radius: var(--border-radius-lg);
  z-index: -1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Стилі для блоку "Hero Section" вже додані раніше */

/* Стилі для блоку "What You'll Find in Our Store" */
.store-features {
  position: relative;
  z-index: 1;
}



.bg-top-right {
  top: -150px;
  right: -150px;
}

.bg-bottom-left {
  bottom: -150px;
  left: -150px;
}

/* Стилі для блоку "Top Picks by Platform" */
.platform-section {
  background-color: var(--light-bg);
  position: relative;
  overflow: hidden;
}

.platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(108, 92, 231, 0.1);
  border-radius: 50%;
  margin-right: 1rem;
}

.platform-icon i {
  color: var(--primary);
}

.platform-name {
  font-weight: 700;
  color: var(--text);
  margin: 0;
}

/* Стилі для блоку "About Digital Rush Play" */
.about-section {
  position: relative;
}

.about-content {
  position: relative;
  z-index: 1;
}

.highlight-text {
  color: var(--primary);
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.2rem;
  }

  .section-padding {
    padding: 4rem 0;
  }

  .about-image::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.8rem;
  }

  .section-padding {
    padding: 3rem 0;
  }

  .feature-list li {
    padding-left: 2rem;
  }

  .platform-tab {
    padding: 1rem;
  }
}

/* Previous CSS remains the same */

/* Стилі для блоку "Why Shop with Us" */
.shop-features {
  position: relative;
  overflow: hidden;
  background-color: var(--light-bg);
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 0;
  transition: var(--transition-default);
}

.benefits-list li:hover {
  transform: translateX(5px);
}

.benefits-list .benefit-icon {
  font-size: 1.25rem;
  margin-right: 1rem;
  color: var(--accent);
  min-width: 24px;
  text-align: center;
}

.benefits-list .benefit-text {
  flex: 1;
}

.benefits-list .benefit-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--text);
}

.benefits-image {
  position: relative;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--box-shadow-md);
}

.benefits-image img {
  transition: var(--transition-default);
}

.benefits-image:hover img {
  transform: scale(1.05);
}

.benefits-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(44, 62, 80, 0.6), rgba(44, 62, 80, 0));
  z-index: 1;
}

.benefits-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--cta);
  color: var(--text);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(250, 177, 160, 0.4);
}

/* Стилі для блоку "What Our Customers Say" */
.testimonials-section {
  position: relative;
}

.testimonial-card {
  background-color: var(--background);
  border-radius: var(--border-radius-md);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--box-shadow-sm);
  transition: var(--transition-default);
  border-top: 4px solid var(--primary);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-md);
}

.testimonial-quote {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1rem;
  position: relative;
}


.testimonial-content {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 1rem;
}

.testimonial-author {
  font-style: italic;
  color: var(--text);
  opacity: 0.8;
}

/* Стилі для блоку "New & Upcoming Releases" */
.releases-section {
  position: relative;
}

.releases-container {
  position: relative;
  z-index: 1;
}

.release-category {
  margin-bottom: 2rem;
}

.category-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.category-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: 3px;
}

.release-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.release-list li {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background-color: var(--background);
  border-radius: var(--border-radius-sm);
  box-shadow: var(--box-shadow-sm);
  transition: var(--transition-default);
  position: relative;
}

.release-list li:hover {
  transform: translateX(5px);
  box-shadow: var(--box-shadow-md);
}

.release-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--primary);
  border-radius: var(--border-radius-sm) 0 0 var(--border-radius-sm);
}

.release-title {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0.25rem;
}

.release-description {
  font-size: 0.95rem;
  margin-bottom: 0;
  color: var(--text);
}

.release-image {
  position: relative;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--box-shadow-md);
  height: 100%;
}

.release-image img {
  height: 100%;
  object-fit: cover;
  transition: var(--transition-default);
}

.release-image:hover img {
  transform: scale(1.05);
}

.preorder-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: var(--cta);
  color: var(--text);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(250, 177, 160, 0.4);
}

@media (max-width: 991.98px) {
  .benefits-image {
    margin-top: 2rem;
  }

  .release-image {
    margin-top: 2rem;
    height: 300px;
  }
}

@media (max-width: 767.98px) {

  .benefits-list li:hover,
  .release-list li:hover {
    transform: none;
  }

  .testimonial-card {
    padding: 1.25rem;
  }

  .testimonial-quote {
    font-size: 1.1rem;
  }
}

/* Previous CSS remains the same */

/* Стилі для блоку "Game Catalog" */
.catalog-section {
  position: relative;
  background-color: var(--light-bg);
}

.game-catalog-card {
  background-color: var(--background);
  border-radius: var(--border-radius-md);
  box-shadow: var(--box-shadow-sm);
  transition: var(--transition-default);
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.game-catalog-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--box-shadow-md);
}

.game-catalog-card:active {
  transform: translateY(-5px);
}

.game-catalog-img {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.game-catalog-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: var(--transition-default);
}

.game-catalog-card:hover .game-catalog-img img {
  transform: scale(1.1);
}

.game-platform {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(45, 52, 54, 0.8);
  color: var(--background);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.35rem 0.8rem;
  border-radius: 50px;
  z-index: 1;
}

.game-catalog-content {
  padding: 1.5rem;
}

.game-title {
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: var(--text);
  transition: var(--transition-default);
}

.game-catalog-card:hover .game-title {
  color: var(--primary);
}

.game-price {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.original-price {
  color: var(--text);
  opacity: 0.7;
  text-decoration: line-through;
  font-size: 1rem;
  margin-right: 0.75rem;
}

.discount-price {
  color: var(--text);
  font-weight: 700;
  font-size: 1.25rem;
}

.game-description {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.6;
}

.view-details {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 1rem;
  transition: var(--transition-default);
}

.view-details i {
  margin-left: 0.5rem;
  transition: var(--transition-default);
}

.game-catalog-card:hover .view-details {
  color: var(--accent);
}

.game-catalog-card:hover .view-details i {
  transform: translateX(5px);
}

.sale-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--cta);
  color: var(--text);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.35rem 0.8rem;
  border-radius: 50px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .game-catalog-card {
    margin-bottom: 2rem;
  }

  .game-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .game-catalog-img {
    height: 180px;
  }
}

/* Previous CSS remains the same */

/* Стилі для блоку "Who We Are" і "Our Goals" */
.about-us-section {
  position: relative;
}

.about-goal-block {
  margin-bottom: 4rem;
}

.goals-box {
  background: linear-gradient(135deg, rgba(108, 92, 231, 0.08) 0%, rgba(0, 206, 201, 0.08) 100%);
  border-radius: var(--border-radius-md);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  border-left: 4px solid var(--accent);
}

.goals-box::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(108, 92, 231, 0.15) 0%, rgba(108, 92, 231, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}

/* Стилі для блоку "Our Mission" */
.mission-section {
  background-color: var(--light-bg);
  position: relative;
}

.mission-content {
  position: relative;
  z-index: 1;
}

.mission-image {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow-md);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.mission-image img {
  height: 100%;
  object-fit: cover;
  transition: var(--transition-default);
}

.mission-image:hover img {
  transform: scale(1.05);
}

/* Стилі для блоку "CTA Block" */
.cta-section {
  background: linear-gradient(rgba(45, 52, 54, 0.8), rgba(45, 52, 54, 0.8)), url('../img/cta-background.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  color: var(--background);
  text-align: center;
  padding: 6rem 0;
}

.cta-title {
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: var(--background);
}

.cta-text {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  color: var(--background);
  opacity: 0.9;
}

.btn-cta {
  background-color: var(--cta);
  color: var(--text);
  border-radius: 50px;
  padding: 1rem 2.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  box-shadow: 0 5px 20px rgba(250, 177, 160, 0.5);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(250, 177, 160, 0.7);
  color: var(--text);
}

.btn-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: all 0.5s;
  z-index: -1;
}

.btn-cta:hover::before {
  left: 100%;
}

.btn-cta i {
  margin-right: 10px;
}

/* Стилі для блоку "Our Approach" */
.approach-section {
  position: relative;
}

.approach-item {
  margin-bottom: 3rem;
}

.approach-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  color: var(--background);
  border-radius: 50%;
  font-weight: 700;
  margin-bottom: 1rem;
}

.approach-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text);
}

@media (max-width: 991.98px) {
  .cta-title {
    font-size: 2.5rem;
  }

  .mission-image {
    margin-top: 2rem;
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .goals-box {
    padding: 1.5rem;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-text {
    font-size: 1.1rem;
  }
}

/* Previous CSS remains the same */

/* Стилі для блоку "Blog" */
.blog-section {
  background-color: var(--light-bg);
  position: relative;
}

.blog-article {
  background-color: var(--background);
  border-radius: var(--border-radius-md);
  box-shadow: var(--box-shadow-sm);
  padding: 2rem;
  margin-bottom: 2rem;
  transition: var(--transition-default);
  position: relative;
  overflow: hidden;
  min-height: 560px;
}

.blog-article:hover {
  transform: translateY(-10px);
  box-shadow: var(--box-shadow-md);
}

.blog-article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}

.blog-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.blog-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text);
}

.blog-author {
  font-size: 0.9rem;
  color: var(--text);
  opacity: 0.7;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.blog-content {
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.blog-content p {
  margin-bottom: 1rem;
}

.blog-content p:last-child {
  margin-bottom: 0;
}

.read-more {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-weight: 600;
  transition: var(--transition-default);
}

.read-more i {
  margin-left: 0.5rem;
  transition: var(--transition-default);
}

.read-more:hover {
  color: var(--accent);
}

.read-more:hover i {
  transform: translateX(5px);
}

.show-all-articles {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 991.98px) {
  .blog-title {
    font-size: 1.35rem;
  }
}

/* Previous CSS remains the same */

/* Стилі для блоку "Get in Touch" */
.contact-section {
  position: relative;
}

.contact-container {
  background-color: var(--background);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow-md);
  overflow: hidden;
}

.contact-info {
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(108, 92, 231, 0.1) 0%, rgba(0, 206, 201, 0.1) 100%);
  height: 100%;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.contact-list li:last-child {
  margin-bottom: 0;
}

.contact-icon {
  min-width: 30px;
  margin-right: 1rem;
  color: var(--primary);
}

.map-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Стилі для блоку "Contact Form" */
.contact-form-section {
  background-color: var(--light-bg);
  position: relative;
}

.contact-form-container {
  background-color: var(--background);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow-md);
  padding: 2.5rem;
}

.form-floating {
  margin-bottom: 1.5rem;
}

.form-control {
  border: 1px solid rgba(45, 52, 54, 0.1);
  border-radius: var(--border-radius-sm);
  padding: 1rem 1rem;
  height: calc(3.5rem + 2px);
  transition: var(--transition-default);
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.25rem rgba(108, 92, 231, 0.25);
}

.form-floating label {
  padding: 1rem 1rem;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--background);
  border-radius: var(--border-radius-md);
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: var(--transition-default);
}

.btn-primary:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 206, 201, 0.3);
}

@media (max-width: 991.98px) {
  .contact-info {
    padding: 2rem;
  }

  .contact-form-container {
    padding: 2rem;
  }

  .map-container {
    min-height: 300px;
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .contact-info {
    padding: 1.5rem;
  }

  .contact-form-container {
    padding: 1.5rem;
  }
}

/* Previous CSS remains the same */

/* Стилі для Footer */
.footer {
  background: linear-gradient(135deg, #2D3436 0%, #1A1E1F 100%);
  color: var(--background);
  position: relative;
  overflow: hidden;
  padding: 5rem 0 3rem;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}

.footer-logo {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.footer-logo a {
  color: var(--background);
  text-decoration: none;
  transition: var(--transition-default);
}

.footer-logo a:hover {
  color: var(--accent);
}

.footer-logo::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--accent);
  border-radius: 3px;
}

.footer-text {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.footer-contact {
  margin-bottom: 2rem;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer-contact-item i {
  min-width: 30px;
  margin-right: 0.75rem;
  color: var(--accent);
}

.footer-links-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--background);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
}

.footer-links-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: 3px;
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin-bottom: 0.75rem;
  transition: var(--transition-default);
  position: relative;
  padding-left: 15px;
  display: inline-block;
}

.footer-link::before {
  content: "\f105";
  /* Font Awesome arrow icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  transition: var(--transition-default);
}

.footer-link:hover {
  color: var(--accent);
  transform: translateX(5px);
}

.footer-social {
  display: flex;
  margin-top: 1.5rem;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-right: 1rem;
  color: var(--background);
  transition: var(--transition-default);
}

.footer-social-link:hover {
  background-color: var(--accent);
  transform: translateY(-5px);
  color: var(--text);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-top: 3rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .footer {
    padding: 4rem 0 2rem;
  }

  .footer-links-column {
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .footer-contact {
    margin-top: 2rem;
  }
}

/* ===============================================
   CART PAGE STYLES
   =============================================== */

.cart-section {
  background-color: var(--light-bg);
  position: relative;
  padding: 4rem 0;
}

.cart-container {
  background-color: var(--background);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow-md);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.cart-container::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(108, 92, 231, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.cart-item {
  background-color: var(--background);
  border-radius: var(--border-radius-md);
  box-shadow: var(--box-shadow-sm);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: var(--transition-default);
  position: relative;
  overflow: hidden;
}

.cart-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--box-shadow-md);
}

.cart-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(108, 92, 231, 0.05), transparent);
  transition: all 0.6s;
  z-index: 0;
}

.cart-item:hover::before {
  left: 100%;
}

.cart-item-content {
  position: relative;
  z-index: 1;
}

.cart-item-image {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-default);
}

.cart-item:hover .cart-item-image img {
  transform: scale(1.05);
}

.cart-item-details h4 {
  color: var(--text);
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  transition: var(--transition-default);
}

.cart-item:hover .cart-item-details h4 {
  color: var(--primary);
}

.cart-item-platform {
  background-color: rgba(108, 92, 231, 0.1);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.3rem 0.7rem;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.cart-item-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 1rem;
}

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

.quantity-btn {
  background-color: var(--light-bg);
  border: 2px solid var(--accent);
  color: var(--accent);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: var(--transition-default);
  cursor: pointer;
}

.quantity-btn:hover {
  background-color: var(--accent);
  color: var(--background);
  transform: scale(1.1);
}

.quantity-input {
  border: none;
  background-color: transparent;
  text-align: center;
  width: 50px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0.5rem;
}

.remove-btn {
  background-color: rgba(250, 177, 160, 0.1);
  color: var(--cta);
  border: 2px solid var(--cta);
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: var(--transition-default);
  position: relative;
  overflow: hidden;
}

.remove-btn:hover {
  background-color: var(--cta);
  color: var(--background);
  transform: translateY(-2px);
}

.cart-summary {
  background: linear-gradient(135deg, rgba(0, 206, 201, 0.1) 0%, rgba(108, 92, 231, 0.1) 100%);
  border-radius: var(--border-radius-lg);
  padding: 2.5rem;
  position: relative;
  border: 2px solid rgba(108, 92, 231, 0.1);
  margin-top: 3rem;
}

.cart-summary::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(250, 177, 160, 0.2) 0%, transparent 70%);
  border-radius: 50%;
}

.cart-total {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
  text-align: center;
  margin-bottom: 0;
}

.cart-summary-btn {
  background-color: var(--primary);
  color: var(--background);
  border-radius: 50px;
  padding: 0.75rem 2.5rem;
  font-weight: 700;
  border: none;
  box-shadow: 0 6px 20px rgba(108, 92, 231, 0.3);
  transition: var(--transition-default);
  position: relative;
  overflow: hidden;
}

.cart-summary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(108, 92, 231, 0.4);
  color: var(--background);
}

.continue-shopping-btn {
  background-color: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: var(--transition-default);
}

.continue-shopping-btn:hover {
  background-color: var(--accent);
  color: var(--background);
  transform: translateY(-2px);
}

/* ===============================================
   CHECKOUT PAGE STYLES
   =============================================== */

.checkout-section {
  background-color: var(--light-bg);
  position: relative;
  padding: 4rem 0;
}

.checkout-container {
  background: linear-gradient(135deg, rgba(108, 92, 231, 0.05) 0%, rgba(0, 206, 201, 0.05) 100%);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow-md);
  position: relative;
  overflow: hidden;
}

.checkout-form-section {
  background-color: var(--background);
  border-radius: var(--border-radius-md);
  padding: 2.5rem;
  box-shadow: var(--box-shadow-sm);
  position: relative;
}

.checkout-form-section::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, rgba(0, 206, 201, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.checkout-form-title {
  color: var(--text);
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
}

.checkout-form-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--primary);
  border-radius: 3px;
}

.checkout-form .form-floating {
  margin-bottom: 1.5rem;
  position: relative;
}

.checkout-form .form-control {
  border: 2px solid rgba(108, 92, 231, 0.1);
  border-radius: var(--border-radius-sm);
  padding: 1rem;
  font-size: 1rem;
  transition: var(--transition-default);
  background-color: var(--light-bg);
}

.checkout-form .form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.2rem rgba(0, 206, 201, 0.25);
  background-color: var(--background);
}

.checkout-form label {
  color: var(--text);
  font-weight: 500;
}

.checkout-submit-btn {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: var(--background);
  border: none;
  border-radius: 50px;
  padding: 1rem 0;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 8px 25px rgba(108, 92, 231, 0.3);
  transition: var(--transition-default);
  position: relative;
  overflow: hidden;
}

.checkout-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(108, 92, 231, 0.4);
}

.checkout-summary-section {
  background-color: var(--background);
  border-radius: var(--border-radius-md);
  padding: 2.5rem;
  box-shadow: var(--box-shadow-sm);
  position: relative;
  border-left: 4px solid var(--cta);
}

.checkout-summary-title {
  color: var(--text);
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.checkout-item {
  border-bottom: 1px solid rgba(108, 92, 231, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  transition: var(--transition-default);
}

.checkout-item:hover {
  transform: translateX(5px);
}

.checkout-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.checkout-item-name {
  font-weight: 600;
  color: var(--text);
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.checkout-item-platform {
  background-color: rgba(250, 177, 160, 0.15);
  color: var(--cta);
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.checkout-item-price {
  font-weight: 700;
  color: var(--accent);
  font-size: 1rem;
}

.checkout-total {
  background: linear-gradient(135deg, rgba(108, 92, 231, 0.1) 0%, rgba(0, 206, 201, 0.1) 100%);
  border-radius: var(--border-radius-md);
  padding: 1.5rem;
  margin-top: 2rem;
  text-align: center;
}

.checkout-total h3 {
  color: var(--primary);
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.checkout-payment-info {
  color: var(--text);
  font-size: 0.9rem;
  opacity: 0.8;
}

/* ===============================================
   FAVORITES/WISHLIST PAGE STYLES
   =============================================== */

.favorites-section {
  background-color: var(--light-bg);
  position: relative;
  padding: 4rem 0;
}

.favorites-container {
  background-color: var(--background);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow-md);
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
}

.favorites-container::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(250, 177, 160, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}


.favorite-item {
  background-color: var(--background);
  border-radius: var(--border-radius-md);
  box-shadow: var(--box-shadow-sm);
  overflow: hidden;
  transition: var(--transition-default);
  position: relative;
  border: 2px solid rgba(108, 92, 231, 0.1);
}

.favorite-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--box-shadow-md);
  border-color: var(--accent);
}

.favorite-item-image {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-top: 10px;
}

.favorite-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: var(--transition-default);
}

.favorite-item:hover .favorite-item-image img {
  transform: scale(1.1);
}

.favorite-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(250, 177, 160, 0.9);
  color: var(--background);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(250, 177, 160, 0.3);
}

.favorite-platform-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: var(--background);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
}

.favorite-item-content {
  padding: 1.5rem;
  position: relative;
  min-height: 280px;
}

.favorite-item-title {
  color: var(--text);
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  transition: var(--transition-default);
}

.favorite-item:hover .favorite-item-title {
  color: var(--primary);
}

.favorite-item-price {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.favorite-original-price {
  color: var(--text);
  opacity: 0.6;
  text-decoration: line-through;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}

.favorite-current-price {
  color: var(--accent);
  font-weight: 700;
  font-size: 1.1rem;
}

.favorite-item-description {
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  opacity: 0.8;
}

.favorite-actions {
  display: flex;
  gap: 0.75rem;
}

.add-to-cart-btn {
  background-color: var(--primary);
  color: var(--background);
  border: none;
  border-radius: 25px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--transition-default);
  flex: 1;
  box-shadow: 0 4px 15px rgba(108, 92, 231, 0.3);
}

.add-to-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(108, 92, 231, 0.4);
  color: var(--background);
}

.remove-favorite-btn {
  background-color: rgba(250, 177, 160, 0.1);
  color: var(--cta);
  border: 2px solid var(--cta);
  border-radius: 25px;
  padding: 0.6rem 1rem;
  font-weight: 600;
  transition: var(--transition-default);
}

.remove-favorite-btn:hover {
  background-color: var(--cta);
  color: var(--background);
  transform: translateY(-2px);
}

/* ===============================================
   PRODUCT PAGE STYLES
   =============================================== */

.product-section {
  background-color: var(--light-bg);
  position: relative;
  padding: 4rem 0;
}

.product-container {
  background-color: var(--background);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow-md);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.product-container::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(108, 92, 231, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.product-image-section {
  position: relative;
  z-index: 1;
}

.product-main-image {
  border-radius: var(--border-radius-md);
  overflow: hidden;
  box-shadow: var(--box-shadow-md);
  position: relative;
  height: 400px;
}

.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: var(--transition-default);
}

.product-main-image:hover img {
  transform: scale(1.05);
}

.product-sale-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, var(--cta) 0%, #e17055 100%);
  color: var(--background);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(250, 177, 160, 0.4);
  z-index: 2;
}

.product-platform-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: var(--background);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  z-index: 2;
}

.product-details-section {
  position: relative;
  z-index: 1;
}

.product-title {
  color: var(--text);
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.product-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--accent);
  border-radius: 4px;
}

.product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.product-stars {
  color: #ffd700;
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

.product-rating-text {
  color: var(--text);
  opacity: 0.7;
  font-size: 0.9rem;
}

.product-price-section {
  margin-bottom: 2rem;
}

.product-original-price {
  color: var(--text);
  opacity: 0.6;
  text-decoration: line-through;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.product-current-price {
  color: var(--accent);
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.product-discount {
  background-color: var(--cta);
  color: var(--background);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  display: inline-block;
}

.product-description {
  color: var(--text);
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.product-features {
  background-color: var(--light-bg);
  border-radius: var(--border-radius-md);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.product-features h5 {
  color: var(--text);
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}

.product-features h5::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}

.product-features ul {
  list-style: none;
  padding: 0;
}

.product-features li {
  color: var(--text);
  padding: 0.4rem 0;
  position: relative;
  padding-left: 1.5rem;
}

.product-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.product-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.add-to-cart-product-btn {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: var(--background);
  border: none;
  border-radius: 50px;
  padding: 1rem 2.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 8px 25px rgba(108, 92, 231, 0.3);
  transition: var(--transition-default);
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 200px;
}

.add-to-cart-product-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(108, 92, 231, 0.4);
  color: var(--background);
}

.add-to-favorites-btn {
  background-color: rgba(250, 177, 160, 0.1);
  color: var(--cta);
  border: 2px solid var(--cta);
  border-radius: 50px;
  padding: 1rem 2rem;
  font-weight: 700;
  transition: var(--transition-default);
  min-width: 150px;
}

.add-to-favorites-btn:hover {
  background-color: var(--cta);
  color: var(--background);
  transform: translateY(-3px);
}

/* ===============================================
   RESPONSIVE DESIGN
   =============================================== */

@media (max-width: 991.98px) {

  .cart-container,
  .checkout-container,
  .favorites-container,
  .product-container {
    padding: 2rem;
  }

  .cart-item-image {
    width: 100px;
    height: 100px;
  }

  .favorites-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }

  .product-title {
    font-size: 2rem;
  }

  .product-current-price {
    font-size: 1.8rem;
  }

  .product-actions {
    flex-direction: column;
  }

  .add-to-cart-product-btn,
  .add-to-favorites-btn {
    min-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .cart-item {
    padding: 1rem;
  }

  .cart-item-image {
    width: 80px;
    height: 80px;
  }

  .cart-summary {
    padding: 1.5rem;
  }

  .checkout-form-section,
  .checkout-summary-section {
    padding: 1.5rem;
  }

  .favorites-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .favorite-item-image {
    height: 150px;
  }

  .product-title {
    font-size: 1.8rem;
  }

  .product-current-price {
    font-size: 1.5rem;
  }

  .product-main-image {
    height: 250px;
  }

  .product-actions {
    gap: 0.75rem;
  }
}

/* ===============================================
   UTILITY CLASSES FOR ENHANCED INTERACTIVITY
   =============================================== */

.glow-on-hover {
  transition: var(--transition-default);
}

.glow-on-hover:hover {
  box-shadow: 0 0 20px rgba(108, 92, 231, 0.3);
}

.bounce-on-hover {
  transition: var(--transition-default);
}

.bounce-on-hover:hover {
  animation: bounce 0.6s ease-in-out;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-5px);
  }

  60% {
    transform: translateY(-3px);
  }
}

.pulse-on-hover {
  transition: var(--transition-default);
}

.pulse-on-hover:hover {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}