.footer-middle {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.text-right{
    text-align: right;
}
.pt-90 {
    padding-top: 90px !important;
}
.my-account__address-list {
    display: flex;
    gap: 1.625rem;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: 48px;
}

#header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo__image {
    max-width: 220px;
  }


/* --- Hot Deals Custom Layout --- */
.hot-deals-main,
.hot-deals-main-reverse {
  display: flex;
  align-items: stretch;
  gap: 0.5rem; /* Changed from 24px to 0 to remove space */
  flex-direction: row;
  justify-content: center;
}
.hot-deals-main-reverse {
  flex-direction: row-reverse;
}
.hot-deals-image-box {
  flex: 0 0 47%;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-height: 400px; /* Increased from 340px */
}
.hot-deals-image-wrapper {
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
}
.hot-deals-image {
  width: 100%;
  height: 100%;
  min-height: 420px; /* Increased from 340px */
  object-fit: cover;
  display: block;
  border-radius: 0;
  box-shadow: none;
}
.hot-deals-gradient {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg,#ff5fad 0%,#7b6cff 100%);
  border-radius: 16px;
  z-index: 2;
}
.hot-deals-main-reverse .hot-deals-gradient {
  left: auto;
  right: -24px;
}
.hot-deals-info-box {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  max-width: 250rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background: none;
}
.hot-deals-title {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
}
.hot-deals-subtitle {
  color: #888;
  font-size: 1.1rem;
  margin-bottom: 6rem;
}
.hot-deals-headline {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
}
.hot-deals-desc {
  color: #444;
  font-size: 1.35rem;
  margin-bottom: 1.7rem;
}
.hot-deals-btn {
  display: inline-block;
  padding: 0.8rem 2.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 2rem;
  background: linear-gradient(90deg,#ff5fad 0%,#7b6cff 100%);
  color: #fff;
  border: none;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(123,108,255,0.08);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.hot-deals-btn:hover {
  background: linear-gradient(90deg,#7b6cff 0%,#ff5fad 100%);
  color: #fff;
}
.hot-deals-btn-arrow {
  font-size: 1.3em;
  vertical-align: middle;
}
.hot-deals-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.hot-deals-slider-arrows {
  display: flex;
  gap: 0.5rem;
}
.hot-deals-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f8f9fa;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.hot-deals-arrow:hover {
  background: #e0e7ff;
}
.hot-deals-slider-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 1.5rem;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
}
.hot-deals-product-card {
  background: #f1f1f1;
  padding: 2rem 1.5rem;
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  min-width: 350px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  scroll-snap-align: start;
}
.hot-deals-product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 0.1rem;
}
.hot-deals-product-name {
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.hot-deals-product-model {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.hot-deals-product-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #222;
  background: #fff;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.hot-deals-product-btn:hover {
  background: #7b6cff;
  color: #fff;
  border-color: #7b6cff;
}
@media (max-width: 900px) {
  .hot-deals-main, .hot-deals-main-reverse {
    flex-direction: column !important;
    gap: 0;
  }
  .hot-deals-image-box, .hot-deals-info-box {
    max-width: 100%;
    width: 100%;
    text-align: center;
    align-items: center;
    padding: 0;
  }
  .hot-deals-image-wrapper, .hot-deals-main-reverse .hot-deals-image-wrapper {
    border-radius: 0 !important;
    min-height: 180px; /* More flexible for mobile */
    height: auto;
    box-shadow: none;
  }
  .hot-deals-image {
    min-height: 180px; /* More flexible for mobile */
    height: auto;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
    display: block;
  }
  .hot-deals-gradient, .hot-deals-main-reverse .hot-deals-gradient {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
  }
  .hot-deals-info-box {
    padding: 1.5rem 1rem;
  }
  .hot-deals-headline {
    font-size: 1.5rem;
  }
  .hot-deals-desc {
    font-size: 1.05rem;
  }
}

  
  /*contact */

  .contact-modern-row {
    display: flex;
    gap: 2rem;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 2px 3px rgba(0,0,0,0.10);
    padding: 2.5rem 2rem;
    max-width: 95rem;
    margin: 2.5rem auto 3rem auto;
    border: none;
    transition: box-shadow 0.2s;
    flex-wrap: wrap;
  }
  .contact-modern-row > .contact-map-col,
  .contact-modern-row > .contact-form-col {
    flex: 1 1 0;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact-modern-row .contact-map-col {
    padding-right: 1rem;
  }
  .contact-modern-row .contact-form-col {
    padding-left: 1rem;
  }
  .contact-modern-row iframe {
    width: 100%;
    height: 550px;
    min-height: 220px;
    border-radius: 1.2rem;
    border: 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: box-shadow 0.2s;
  }
  .contact-modern-row iframe:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.13);
  }
  .contact-modern-row .contact-us__form {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border: none;
    width: 100%;
  }
  .contact-modern-row .contact-us__form h3 {
    font-family: 'Jost', 'Segoe UI', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 2rem;
    letter-spacing: 0.5px;
    text-align: center;
  }
  .contact-modern-row .form-control, .contact-modern-row .form-select {
    border-radius: 0.75rem !important;
    border: 1.5px solid #e4e7ec;
    background: #f8fafc;
    font-size: 1.1rem;
    padding: 1rem 1.25rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: none;
    min-height: 56px;
    margin-bottom: 1.2rem;
  }
  .contact-modern-row .form-control:focus, .contact-modern-row .form-select:focus {
    border-color: #000000;
    box-shadow: 0 0 0 2px #7ed95733;
    background: #fff;
  }
  .contact-modern-row .btn-primary {
    background: transparent !important;
    color: #222 !important;
    border: 2px solid #222 !important;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    padding: 0.75rem 2.5rem;
    font-size: 1.2rem;
    display: block;
    margin: 0 auto 0 0;
  }
  .contact-modern-row .btn-primary:hover, .contact-modern-row .btn-primary:focus {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
  }
  @media (max-width: 900px) {
    .contact-modern-row {
      flex-direction: column;
      padding: 1.2rem 0.5rem;
      border-radius: 1rem;
      gap: 1.2rem;
    }
    .contact-modern-row .contact-map-col,
    .contact-modern-row .contact-form-col {
      padding: 0 !important;
    }
    .contact-modern-row iframe {
      height: 200px;
      border-radius: 0.7rem;
    }
  }


/* FAQ Accordion Styles */
.faq-container {
  max-width: 95rem; 
  margin: 0 auto 2rem auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 2rem 1.5rem;
}
.faq-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
.faq {
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
}
.faq:last-child {
  border-bottom: none;
}
.faq-question {
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
  transition: color 0.2s;
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  color: #888;
  transition: transform 0.3s;
}
.faq.active .faq-question {
  color: #000000;
}
.faq.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
  color: #000000;
}
.faq-answer {
  display: none;
  margin-top: 0.5rem;
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  transition: max-height 0.3s ease;
}
.faq.active .faq-answer {
  display: block;
}


/* Contact Pages */
.contact-hero-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -30rem;
}

.contact-title {
  font-size: clamp(2.5rem, 5vw, 4rem); /* Responsive font size */
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0.5rem 0;
  text-align: center;
}

.contact-subtitle {
  font-size: clamp(1rem, 2vw, 1.3rem); /* Responsive font size */
  color: #222;
  margin-bottom: 2rem;
  text-align: center;
  max-width: 600px;
  padding: 0 15px;
}

.contact-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 2rem 1.5rem;
  display: flex;
  gap: 1.5rem;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 2rem;
  flex-direction: column;
}

.contact-form-custom {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-form-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

.contact-input {
  width: 100%;
  padding: 0.9rem 1.1rem;
  border-radius: 0.75rem;
  border: 1.5px solid #e4e7ec;
  background: #f8fafc;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.contact-input:focus {
  border-color: #000000;
  box-shadow: 0 0 0 2px #7ed95733;
  background: #fff;
  outline: none;
}

.contact-textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-btn {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.9rem 0;
  margin-top: 0.5rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  width: 100%;
}

.contact-btn:hover {
  background: #222;
}

.contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.contact-map {
  width: 100%;
  height: 200px;
  border-radius: 1rem;
  border: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.contact-info-box {
  width: 100%;
  padding: 1rem;
  border: 1px solid #000000;
  border-radius: 1.5rem;
  text-align: center;
  background: #fafbfc;
}

.contact-info-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.contact-info-text {
  color: #222;
  font-size: 0.95rem;
}

.contact-info-divider {
  border: none;
  border-top: 2px solid #000000; 
  margin: 0.5rem auto;
  width: 60%;
}

.page-divider {
  border: none;
  border-top: 2px solid #000000;
  margin: 2rem auto 3rem;
  width: 80%;
  max-width: 16cm;
}

body, html, .login-register, .login-form {
  background-color: #fff !important;
}

.header,
.header-mobile,
.header-mobile__navigation {
  background: #FFFFFF !important;
}

.custom-product-detail-wrapper,
.custom-product-detail-section,
.custom-tabs-section {
  background: #FFFFFF !important;
  border-radius: 12px;
}

.contact-top-bg {
  background: 
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
    url('../images/bg-contact.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding-bottom: 30rem;
}

.contact-bottom-bg {
  background: #f5f5f5;
  width: 100%;
  min-height: 30vh;
  padding-bottom: 2rem;
}

.faq-section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 2rem;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .contact-hero-section {
    padding: 60px 20px 0;
  }
  
  .contact-card {
    flex-direction: row;
    padding: 2.5rem 2rem;
    border-radius: 2rem;
    gap: 2rem;
  }
  
  .contact-form-row {
    flex-direction: row;
  }
  
  .contact-info-col {
    max-width: 300px;
    min-width: 300px;
  }
  
  .contact-map {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .contact-top-bg {
    padding-bottom: 30rem;
    }
  
  .contact-bottom-bg {
    padding-bottom: 3rem;
  }
  
  .page-divider {
    margin: 2rem auto 5rem;
  }
}

/* about */
.about-hero-section {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 2rem 1rem;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 2rem 1rem;
}

.about-title {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.about-brands {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 460;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.about-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #222;
  max-width: min(90%, 700px);
  margin: 0 auto;
  margin-bottom: 4rem;
  line-height: 1.5;
}

.about-cards-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto 2rem auto;
  padding: 0 1rem;
}

.about-split-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}

.about-split-row-reverse {
  flex-direction: column;
}

.about-split-card1,
.about-split-card2 {
  background: #ffffff;
  padding: 1.5rem;
  font-size: 1rem;
  width: 100%;
  z-index: 10;
  position: relative;
  margin-top: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  border-radius: 1rem;
}

.about-split-img {
  width: 900px;
  height: 450px;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  z-index: 1;
  position: relative;
  margin-top: 0;
}

.about-split-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #503dff88 0%, #ff55a788 100%);
  border-radius: 1rem;
  opacity: 0.9;
  pointer-events: none;
}

.img-3-display {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  display: block;
  margin: 1.5rem auto;
}

.img-gradient-border {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 1.5rem;
  padding: 3px;
  background: linear-gradient(135deg, #7263ff 0%, #ff55a7 100%);
  box-shadow: 0 4px 16px rgba(80, 61, 255, 0.1);
  margin: 1.5rem auto;
}

.img-gradient-border img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}

.about-mission-content {
  max-width: min(90%, 800px);
  margin: 0 auto;
  margin-top: 0;
  padding: 2rem 1rem;
  text-align: center;
  background: #fff;
}

.about-mission-title,
.about-mission-subtitle {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #222;
  line-height: 1.3;
}

.about-mission-subtitle {
  margin-top: 3rem;
}

.about-mission-list {
  list-style-position: outside;
  text-align: left;
  margin: 0 auto 2rem auto;
  padding: 0 1rem;
  max-width: 700px;
  font-size: 1rem;
  color: #444;
}

.about-mission-list li {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.about-mission-desc {
  max-width: min(90%, 900px);
  margin: 0 auto;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #333;
  line-height: 1.6;
  padding: 0 1rem;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .about-hero-section {
    min-height: 400px;
    padding: 3rem 1rem;
  }
  
  .about-hero-content {
    padding: 3rem 1rem 2rem;
  }
  
  .about-subtitle {
    margin-bottom: 6rem;
  }
  
  .about-split-row {
    flex-direction: row;
    gap: 0;
    margin-bottom: 8rem;
  }
  
  .about-split-row-reverse {
    flex-direction: row-reverse;
  }
  
  .about-split-card1 {
    padding: 2rem;
    font-size: 1.1rem;
    margin-top: -4rem;
    margin-right: -3rem;
  }
  
  .about-split-card2 {
    padding: 2.5rem 2rem;
    font-size: 1.1rem;
    margin-top: -6rem;
    margin-left: -3rem;
  }
  
  .about-split-img {
    width: 900px;
    height: 450px;
    margin-top: -6rem;
    border-radius: 2rem;
  }
  
  .about-split-img::after {
    border-radius: 2rem;
  }
  
  .about-mission-content {
    margin-top: -6rem;
    padding: 3rem 2rem;
  }
  
  .about-mission-list {
    font-size: 1.1rem;
    padding: 0 2rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .about-hero-section {
    min-height: 450px;
  }
  
  .about-split-card1 {
    width: 800px;
  }
  
  .about-split-card2 {
    width: 1000px;
  }
  
  .about-mission-content {
    padding: 60px 40px;
  }
  
  .about-mission-subtitle {
    margin-top: 6rem;
  }
}

/* Extra mobile tweaks for about page */
@media (max-width: 600px) {
  .about-hero-section {
    min-height: 220px;
    padding: 1.2rem 0.5rem;
  }
  .about-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  .about-brands {
    font-size: clamp(1.2rem, 5vw, 2rem);
  }
  .about-subtitle {
    margin-bottom: 2rem;
    font-size: 1rem;
    padding: 0 5px;
  }
  .about-cards-section {
    gap: 1rem;
    padding: 0 0.5rem;
  }
  .about-split-row,
  .about-split-row-reverse {
    flex-direction: column !important;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .about-split-card1,
  .about-split-card2 {
    padding: 1rem;
    font-size: 0.98rem;
    margin: 0;
    width: 100%;
  }
  .about-split-img {
    width: 100%;
    min-width: 0;
    min-height: 180px;
    height: 180px;
    border-radius: 1rem;
    margin-top: 0;
  }
  .about-mission-content {
    margin-top: 0;
    padding: 1.2rem 0.5rem;
    max-width: 98vw;
  }
  .about-mission-list {
    font-size: 0.98rem;
    padding: 0 0.5rem;
  }
  .about-mission-title,
  .about-mission-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .about-mission-subtitle {
    margin-top: 2rem;
  }
  .about-mission-desc {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
}

/* Product Detail */
.custom-product-detail-section {
  background: #fff;
  padding: 40px 32px 32px 32px;
  margin-bottom: 32px;
}
.custom-product-detail-wrapper {
  padding: 32px 0 32px 0;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
}
.custom-breadcrumb {
  font-size: 18px;
  margin-bottom: 24px;
  color: #222;
  font-family: Arial, sans-serif;
  font-weight: 500;
}
.custom-breadcrumb a {
  color: #222;
  text-decoration: underline;
  font-weight: bold;
}
.custom-breadcrumb span {
  margin: 0 4px;
}
.custom-product-detail {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.custom-product-image {
  flex: 0 0 51%;
}
.custom-product-image img {
  width: 100%;
  max-width: 100%;
  max-height: 40rem;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  margin-bottom: 3.5rem;
}
.custom-product-info {
  min-width: 0;
  font-family: Arial, sans-serif;
  margin-right: 3.5rem;
}
.custom-product-title {
  font-size: 1.8rem;
  font-weight: 650;
  margin-bottom: 8px;
  line-height: 1.2;
  margin-bottom: 1.8rem;
}
.custom-product-ref {
  font-size: 1rem;
  margin-bottom: 12px;
}
.custom-product-desc {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 18px;
}
.custom-product-features {
  margin-bottom: 24px;
}
.custom-product-features b {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 8px;
}
.custom-product-features ul {
  margin: 0;
  padding-left: 20px;
}
.custom-product-features li {
  font-size: 1rem;
  margin-bottom: 4px;
  color: #222;
  line-height: 1.5;
}
.custom-product-buttons {
  display: flex;
  gap: 32px;
  margin-top: 16px;
}
.custom-btn-outline {
  padding: 12px 32px;
  font-size: 1.2rem;
  font-weight: bold;
  border: 2px solid #111;
  background: #fff;
  color: #111;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.custom-btn-outline:hover {
  background: #111;
  color: #fff;
}
.custom-btn-solid {
  padding: 12px 32px;
  font-size: 1.2rem;
  font-weight: bold;
  border: 2px solid #111;
  background: #111;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.custom-btn-solid:hover {
  background: #333;
}
.custom-product-thumbnails-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -3.5rem;
}
.custom-thumb-arrow {
  background: #fff;
  border: 1.5px solid #e3e7ea;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(30,34,40,0.08);
  transition: background 0.2s, box-shadow 0.2s;
  margin: 0 12px;
  z-index: 1;
}
.custom-thumb-arrow:hover {
  background: #f7fafb;
  box-shadow: 0 4px 16px rgba(30,34,40,0.12);
}
.custom-thumb-arrow svg {
  display: block;
}
.custom-thumb-arrow-left {
  order: 0;
}
.custom-thumb-arrow-right {
  order: 2;
}
.custom-product-thumbnails {
  order: 1;
  display: flex;
  gap: 24px;
  align-items: center;
}
.custom-thumb {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.custom-thumb img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.custom-tabs-section {
  margin: 2.5rem 0 0 0;
  padding: 0 0 2.5rem 0;
}
.custom-tabs-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 2.5rem 0.5rem 2.5rem;
}
.custom-tabs-list {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-tab-item {
  font-size: 1.08rem;
  color: #222;
  font-family: Arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  border: none;
  background: none;
  transition: color 0.2s, font-weight 0.2s;
}
.custom-tab-item.active {
  font-weight: 600;
  color: #111;
  border-bottom: 2.5px solid #111;
  background: none;
}
.custom-tabs-btn {
  background: #111;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 0.7rem 1.7rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.custom-tabs-btn:hover {
  background: #333;
}
.custom-tabs-content {
  padding: 24px 16px;
}
.custom-tabs-title {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #000000;
  font-family: Arial;
}
.custom-tabs-divider {
  border: none;
  border-top: 2px solid #000000;
  margin-bottom: 1.5rem;
}
.custom-tabs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.7rem;
  font-family: Arial, sans-serif;
  padding: 24px 16px;
}
.custom-tabs-table thead tr {
  background: #f3f6f7;
  border-radius: 7px;
}
.custom-tabs-table tbody tr {
  background: #f7fafb;
  border-radius: 7px;
}
.custom-tabs-table th,
.custom-tabs-table td {
  padding: 1.1rem 1.2rem;
  font-size: 1.05rem;
  color: #222;
  font-weight: 400;
  background: none;
  text-align: left;
  border: none;
}
.custom-tabs-table th.custom-tabs-cell-bold,
.custom-tabs-table td.custom-tabs-cell-bold {
  font-weight: 700;
}
.custom-tabs-table th.custom-tabs-cell-center,
.custom-tabs-table td.custom-tabs-cell-center {
  text-align: center;
}
.custom-tabs-table thead tr,
.custom-tabs-table tbody tr {
  box-shadow: 0 1px 4px 0 rgba(30,34,40,0.04);
}
.custom-tabs-table thead tr {
  border-radius: 7px 7px 0 0;
}
.custom-tabs-table tbody tr:last-child {
  border-radius: 0 0 7px 7px;
}

.custom-tabs-features {
  background: #fff;
  padding: 24px 16px;
  margin-bottom: 32px;
}
.custom-tabs-features img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 24px;
  display: block;
}
.custom-tabs-features img:last-child {
  margin-bottom: 0;
}

.custom-tabs-resources {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  background: none;
  margin-top: 24px;
  padding: 24px 16px;
}
.custom-resource-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F7F9FA;
  padding: 24px 16px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 500;
}
.custom-resource-label {
  font-weight: 700;
  color: #111;
}
.custom-resource-btn {
  border: 2px solid #111;
  background: #fff;
  color: #111;
  font-weight: 600;
  border-radius: 6px;
  padding: 6px 24px;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.custom-resource-btn:hover {
  background: #111;
  color: #fff;
}


.custom-tabs-navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Product Detail - Responsive Additions */
@media (max-width: 1200px) {
  .custom-product-detail {
    gap: 32px;
  }
  .custom-product-image {
    flex: 0 0 48%;
  }
  .custom-product-info {
    margin-right: 2rem;
  }
  .custom-product-buttons {
    gap: 24px;
  }
}

@media (max-width: 1024px) {
  .custom-product-detail-section {
    padding: 32px 24px 24px 24px;
  }
  .custom-product-detail-wrapper {
    padding: 24px 0;
  }
  .custom-product-image img {
    margin-bottom: 2.5rem;
  }
  .custom-product-thumbnails-wrapper {
    margin-top: -2.5rem;
  }
}

@media (max-width: 900px) {
  .custom-product-detail-section {
    padding: 24px 16px 16px 16px;
  }
  .custom-product-detail {
    flex-direction: column;
    gap: 24px;
  }
  .custom-product-image,
  .custom-product-info {
    max-width: 100%;
    flex: 1 1 100%;
    margin-right: 0;
  }
  .custom-product-image img {
    max-height: 30rem;
    margin-bottom: 1.5rem;
  }
  .custom-product-thumbnails-wrapper {
    margin-top: 0;
  }
  .custom-breadcrumb {
    font-size: 16px;
  }
  .custom-product-title {
    font-size: 1.6rem;
  }
  .custom-product-buttons {
    flex-wrap: wrap;
  }
  .custom-tabs-resources {
    grid-template-columns: 1fr;
  }
  .custom-tabs-navbar, .custom-tabs-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .custom-tabs-list {
    gap: 1.2rem;
  }
}

@media (max-width: 768px) {
  .custom-product-detail-section {
    padding: 20px 12px 12px 12px;
  }
  .custom-product-detail-wrapper {
    padding: 16px 0;
  }
  .custom-product-title {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  .custom-product-desc {
    font-size: 1rem;
  }
  .custom-product-features b {
    font-size: 1rem;
  }
  .custom-product-buttons {
    gap: 16px;
  }
  .custom-btn-outline,
  .custom-btn-solid {
    padding: 10px 24px;
    font-size: 1.1rem;
  }
  .custom-tabs-navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 1rem;
  }
  .custom-tabs-list {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    scrollbar-width: thin;
  }
  .custom-tabs-list::-webkit-scrollbar {
    height: 4px;
  }
  .custom-tabs-list::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
  }
}

@media (max-width: 600px) {
  .custom-product-detail-section {
    padding: 16px 8px 8px 8px;
  }
  .custom-product-detail-wrapper {
    padding: 12px 0;
  }
  .custom-product-title {
    font-size: 1.3rem;
  }
  .custom-product-buttons {
    flex-direction: column;
    gap: 12px;
  }
  .custom-btn-outline,
  .custom-btn-solid {
    width: 100%;
    padding: 12px;
  }
  .custom-product-thumbnails {
    gap: 8px;
  }
  .custom-thumb {
    width: 70px;
    height: 70px;
  }
  .custom-thumb img {
    width: 60px;
    height: 60px;
  }
  .custom-thumb-arrow {
    width: 32px;
    height: 32px;
    margin: 0 4px;
  }
  .custom-tabs-section {
    padding-bottom: 1.2rem;
  }
  .custom-tabs-navbar, .custom-tabs-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .custom-tabs-list {
    gap: 0.5rem;
  }
  .custom-tabs-btn {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
  }
  .custom-tabs-title {
    font-size: 1rem;
  }
  .custom-tabs-cell {
    font-size: 0.95rem;
    padding: 0.7rem 0.5rem;
  }
  .custom-tabs-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .custom-resource-row {
    padding: 16px 12px;
    font-size: 1rem;
  }
  .custom-resource-btn {
    padding: 6px 16px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .custom-breadcrumb {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .custom-product-title {
    font-size: 1.2rem;
  }
  .custom-product-ref {
    font-size: 0.9rem;
  }
  .custom-product-desc {
    font-size: 0.95rem;
  }
  .custom-product-features li {
    font-size: 0.9rem;
  }
  .custom-thumb {
    width: 60px;
    height: 60px;
  }
  .custom-thumb img {
    width: 50px;
    height: 50px;
  }
  .custom-tabs-navbar {
    padding: 0.8rem;
  }
  .custom-tab-item {
    font-size: 0.95rem;
    padding: 0.2rem 0.3rem;
  }
  .custom-tabs-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 400px) {
  .custom-product-thumbnails {
    gap: 4px;
  }
  .custom-thumb {
    width: 50px;
    height: 50px;
  }
  .custom-thumb img {
    width: 42px;
    height: 42px;
  }
  .custom-thumb-arrow {
    width: 28px;
    height: 28px;
  }
}

/* Thumbnails Responsive Styles */
@media (max-width: 1200px) {
  .custom-product-thumbnails {
    gap: 20px;
  }
  .custom-thumb {
    width: 85px;
    height: 85px;
  }
  .custom-thumb img {
    width: 85px;
    height: 85px;
  }
}

@media (max-width: 1024px) {
  .custom-product-thumbnails {
    gap: 18px;
  }
  .custom-thumb {
    width: 80px;
    height: 80px;
  }
  .custom-thumb img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 900px) {
  .custom-product-thumbnails-wrapper {
    margin-top: 1rem;
  }
  .custom-product-thumbnails {
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }
  .custom-product-thumbnails::-webkit-scrollbar {
    height: 4px;
  }
  .custom-product-thumbnails::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
  }
  .custom-thumb {
    flex: 0 0 75px;
    width: 75px;
    height: 75px;
  }
  .custom-thumb img {
    width: 75px;
    height: 75px;
  }
  .custom-thumb-arrow {
    display: none; /* Hide arrows on tablet - use scroll instead */
  }
}

@media (max-width: 768px) {
  .custom-product-thumbnails {
    gap: 14px;
  }
  .custom-thumb {
    width: 70px;
    height: 70px;
  }
  .custom-thumb img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 600px) {
  .custom-product-thumbnails {
    gap: 12px;
  }
  .custom-thumb {
    width: 65px;
    height: 65px;
  }
  .custom-thumb img {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 480px) {
  .custom-product-thumbnails {
    gap: 10px;
  }
  .custom-thumb {
    width: 60px;
    height: 60px;
  }
  .custom-thumb img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 400px) {
  .custom-product-thumbnails {
    gap: 8px;
  }
  .custom-thumb {
    width: 55px;
    height: 55px;
  }
  .custom-thumb img {
    width: 55px;
    height: 55px;
  }
}

/* Thumbnail active state */
.custom-thumb.active {
  border: 2px solid #111;
  border-radius: 4px;
}

/* Touch improvements */
.custom-thumb {
  cursor: pointer;
  transition: transform 0.2s, border 0.2s;
}
.custom-thumb:hover {
  transform: scale(1.05);
}
.custom-thumb:active {
  transform: scale(0.98);
}

/* Base box-sizing for consistent layout */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Product Grid Layout */
.row-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  justify-items: center;
  align-items: stretch;
  margin: 2.5rem 0;
}

/* Medium screens (tablets) */
@media (max-width: 1099px) {
  .row-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Small screens (phones, small tablets) */
@media (max-width: 768px) {
  .row-products {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding: 0 1rem;
  }
}

/* Very small devices */
@media (max-width: 480px) {
  .modern-product-card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* Modern Product Card */
.modern-product-card {
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  border: 1px solid #f2f2f2;
  width: 350px;
  max-width: 98vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

.modern-product-card:hover {
  box-shadow: 0 8px 32px rgba(26, 115, 232, 0.1),
              0 2px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px) scale(1.03);
}

/* Card Image */
.modern-product-card__img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 1.1rem 1.1rem 0 0;
  background: #ffffff;
}

/* Card Body */
.modern-product-card__body {
  padding: 1.5rem;
  text-align: center;
  width: 100%;
  position: relative;
}

/* Responsive padding for small devices */
@media (max-width: 600px) {
  .modern-product-card__body {
    padding: 1rem;
  }
}

/* Title */
.modern-product-card__title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.4rem;
}

/* Description */
.modern-product-card__desc {
  font-size: 1.01rem;
  color: #666;
  margin-bottom: 0;
  font-weight: 400;
}

/* View Button */
.modern-product-card__view-btn {
  display: inline-block;
  margin-top: 1.2rem;
  font-size: 1.08rem;
  font-weight: 600;
  color: #1a73e8;
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  letter-spacing: 0.01em;
  transition: color 0.18s;
}

.modern-product-card__view-btn::after {
  content: ' >';
  font-weight: 700;
}

.modern-product-card__view-btn:hover,
.modern-product-card__view-btn:focus {
  color: #0d47a1;
  text-decoration: underline;
}

/* Breadcrumb Search Form */
.breadcrumb-search-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Input wrapper */
.breadcrumb-search-input-wrapper {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
}

/* Search Input */
.breadcrumb-search-input {
  padding: 0.55rem 2.3rem 0.55rem 1.1rem;
  border: 1.5px solid #e0e0e0;
  border-radius: 2rem;
  font-size: 1rem;
  outline: none;
  transition: border 0.18s, box-shadow 0.18s;
  background: #fafbfc;
  color: #222;
  min-width: 180px;
}

.breadcrumb-search-input:focus {
  border-color: #1a73e8;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.08);
}

/* Search Button */
.breadcrumb-search-btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  cursor: pointer;
  padding: 0;
  transition: color 0.18s;
}

.breadcrumb-search-btn:hover,
.breadcrumb-search-btn:focus {
  color: #1a73e8;
  background: none;
}

.breadcrumb-search-btn svg {
  display: block;
  color: #111;
}

/* Responsive Breadcrumb Search */
@media (max-width: 768px) {
  .breadcrumb-search-form {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
  }

  .breadcrumb-search-input-wrapper {
    width: 100%;
  }

  .breadcrumb-search-input {
    width: 100%;
    font-size: 0.95rem;
  }

  .breadcrumb-search-btn {
    right: 0.8rem;
  }
}

/* User Dropdown Menu Styles */
.popup-wrap.user.type-header {
  position: relative;
}

.popup-wrap.user.type-header .dropdown {
  position: relative;
}

.popup-wrap.user.type-header .btn {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #313131;
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
}

.popup-wrap.user.type-header .btn:hover,
.popup-wrap.user.type-header .btn:focus {
  color: #397fdb;
  background: none;
  box-shadow: none;
}

.popup-wrap.user.type-header .btn::after {
  display: none;
}

/* Ensure dropdown works */
.popup-wrap.user.type-header .dropdown-menu {
  display: none;
}

.popup-wrap.user.type-header .dropdown-menu.show {
  display: block;
}

.header-user.wg-user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s;
}

.header-user.wg-user:hover {
  background-color: rgba(26, 115, 232, 0.05);
}



.header-user.wg-user .flex.flex-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.header-user.wg-user .body-title {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}


/* Dropdown Menu */
.popup-wrap.user.type-header .dropdown-menu {
  min-width: 220px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.popup-wrap.user.type-header .dropdown-menu.has-content {
  padding: 0.75rem 0;
}

.popup-wrap.user.type-header .dropdown-menu .user-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: #222;
  text-decoration: none;
  transition: background-color 0.2s;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

.popup-wrap.user.type-header .dropdown-menu .user-item:hover {
  background-color: rgba(26, 115, 232, 0.05);
  color: #1a73e8;
}

.popup-wrap.user.type-header .dropdown-menu .user-item .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.popup-wrap.user.type-header .dropdown-menu .user-item .icon svg {
  width: 16px;
  height: 16px;
  color: inherit;
  fill: currentColor;
}

.popup-wrap.user.type-header .dropdown-menu .user-item .body-title-2 {
  font-size: 0.9rem;
  font-weight: 500;
  color: inherit;
  margin: 0;
  flex: 1;
}

.popup-wrap.user.type-header .dropdown-menu .user-item .number {
  background: #1a73e8;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
  min-width: 20px;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .header-user.wg-user .body-title {
    max-width: 80px;
  }
  
  .popup-wrap.user.type-header .dropdown-menu {
    min-width: 200px;
  }
}

@media (max-width: 480px) {
  .header-user.wg-user {
    gap: 0.5rem;
  }
  
  .header-user.wg-user .image {
    width: 35px;
    height: 35px;
  }
  
  .header-user.wg-user .body-title {
    font-size: 0.85rem;
    max-width: 70px;
  }
  
  .header-user.wg-user .text-tiny {
    font-size: 0.7rem;
  }
}



.login-register .nav-link.nav-link_underscore {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-bottom: 0.5rem;
}
.login-register .nav-link_underscore:after {
  left: 0 !important;
  width: 100% !important;
  min-width: 80px;
}

/* User menu modern styles */
.user-menu__toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: background 0.2s;
    cursor: pointer;
    text-decoration: none;
}
.user-menu__toggle:hover, .user-menu__toggle:focus {
    background: #f5f5f5;
}
.user-menu__avatar svg {
    border-radius: 50%;
    background: #e9ecef;
    padding: 2px;
}
.user-menu__name {
    font-weight: 500;
    color: #333;
}
.user-menu__dropdown {
    min-width: 200px;
    border-radius: 1rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    padding: 0.5rem 0;
}
.user-menu__dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    color: #333;
    border-radius: 0.5rem;
    transition: background 0.2s, color 0.2s;
}
.user-menu__dropdown .dropdown-item:hover, .user-menu__dropdown .dropdown-item:focus {
    background: #f0f4f8;
    color: #007bff;
}
.user-menu__dropdown .dropdown-item svg {
    flex-shrink: 0;
}
.user-menu__login {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: background 0.2s;
    color: #007bff;
    text-decoration: none;
}
.user-menu__login:hover, .user-menu__login:focus {
    background: #f5f5f5;
    color: #0056b3;
}

@media (max-width: 991.98px) {
  .user-menu__dropdown-mobile {
      display: none;
      flex-direction: column;
      background: #fff;
      border-radius: 1rem;
      box-shadow: 0 8px 32px rgba(0,0,0,0.08);
      margin: 0.5rem 0 0 0;
      padding: 0.5rem 0;
      list-style: none;
  }
  .user-menu-mobile.open .user-menu__dropdown-mobile {
      display: flex;
  }
  .user-menu__toggle-mobile {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      background: #fff;
      border: none;
      padding: 1rem;
      border-radius: 2rem;
      font-size: 1rem;
      font-weight: 500;
      color: #333;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
      cursor: pointer;
  }
  .user-menu__dropdown-mobile li a {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.75rem 1.5rem;
      color: #333;
      border-radius: 0.5rem;
      text-decoration: none;
      transition: background 0.2s, color 0.2s;
  }
  .user-menu__dropdown-mobile li a:hover {
      background: #f0f4f8;
      color: #007bff;
  }
}

/* Make slideshow image fill all available space */
.swiper-slide,
.swiper-slide > .overflow-hidden {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 4rem;
}

.slideshow-character {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.slideshow-character__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
