/* ============================================================
   BIKYEE — Premium UI Enhancements
   Version: 3.0 | premium.css
   Layers on top of bikyee.css for premium design
   ============================================================ */

/* === SMOOTH SCROLLING & SELECTION === */
html {
  scroll-behavior: smooth;
}

::selection {
  background: var(--bk-orange);
  color: #fff;
}

::-moz-selection {
  background: var(--bk-orange);
  color: #fff;
}

/* === PREMIUM SCROLLBAR === */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--bk-orange);
}

/* === LOGO STYLING === */
.bk-logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 30px;
  text-decoration: none;
  line-height: 1;
}

.bk-logo__bik {
  color: #fff;
}

.bk-logo__yee {
  color: var(--bk-orange);
}

.bk-logo--footer {
  font-size: 36px;
  margin-bottom: 12px;
  display: inline-block;
}

/* === NAVBAR PREMIUM === */
.bk-navbar {
  background: rgba(17, 17, 17, .97) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.bk-nav-highlight {
  color: var(--bk-orange) !important;
  font-weight: 700 !important;
  position: relative;
}

.bk-nav-highlight::after {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--bk-orange);
  border-radius: 1px;
  animation: pulse-glow 2s ease-in-out infinite;
}

/* === ANNOUNCEMENT BAR PREMIUM === */
.bk-announcement-bar {
  background: linear-gradient(90deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  border-bottom: 1px solid rgba(232, 78, 0, .2);
  font-weight: 500;
}

/* === BUTTONS PREMIUM === */
.bk-btn-primary {
  background: linear-gradient(135deg, var(--bk-orange) 0%, var(--bk-orange-dark) 100%) !important;
  border: none !important;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.bk-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .15) 0%, transparent 50%);
  pointer-events: none;
}

.bk-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232, 78, 0, .4) !important;
}

.bk-btn-primary:active {
  transform: translateY(0);
}

/* === PRODUCT CARD PREMIUM === */
.product-card {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 12px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.25, .8, .25, 1), box-shadow .3s cubic-bezier(.25, .8, .25, 1);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
}

.product-card__img-wrap {
  border-radius: 12px 12px 0 0;
}

.product-card__body {
  padding: 14px 16px;
}

.product-card__overlay {
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, .7) 100%);
  padding: 12px;
  border-radius: 0 0 0 0;
}

.product-card__wishlist {
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  border-radius: 50%;
  transition: all .25s ease;
}

.product-card__wishlist:hover {
  background: var(--bk-orange);
  color: #fff;
  transform: scale(1.15);
}

/* === ELECTRIC ANIMATED BORDER FOR NEW ARRIVALS === */
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

/* Dark background for the whole section */
#newArrivalsSection {
  background-color: #000000;
}

/* Add padding to the slider so the glow doesn't get clipped by overflow */
#newArrivalsSlider {
  padding-top: 24px;
  padding-bottom: 24px;
}

#newArrivalsSlider .product-card {
  overflow: visible;
  border: none;
  background: transparent;
  z-index: 1; 
  display: flex;
  flex-direction: column;
}

/* Dark background for inner parts */
#newArrivalsSlider .product-card__img-wrap {
  background-color: #141c24;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  flex-shrink: 0;
}

#newArrivalsSlider .product-card__body {
  background-color: #141c24;
  border-radius: 0 0 12px 12px;
  position: relative;
  z-index: 2;
  flex-grow: 1; 
  display: flex;
  flex-direction: column;
}

/* Make text white on dark cards */
#newArrivalsSlider .product-card__name {
  color: #fff;
}
#newArrivalsSlider .product-card__name:hover {
  color: var(--bk-orange);
}
#newArrivalsSlider .price-sale {
  color: #fff;
}
#newArrivalsSlider .price-orig {
  color: rgba(255, 255, 255, 0.5);
}

/* The actual border line EXACTLY matching reference code */
#newArrivalsSlider .product-card::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 15px;
  background: conic-gradient(from var(--angle), transparent 50%, var(--bk-orange) 100%);
  z-index: -1;
  animation: spin-border 3s linear infinite;
  pointer-events: none;
}

/* The glowing effect EXACTLY matching reference code */
#newArrivalsSlider .product-card::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 15px;
  background: conic-gradient(from var(--angle), transparent 50%, var(--bk-orange) 100%);
  z-index: -2;
  animation: spin-border 3s linear infinite;
  filter: blur(15px);
  opacity: 0.8;
  pointer-events: none;
}

@keyframes spin-border {
  0% { --angle: 0deg; }
  100% { --angle: 360deg; }
}

/* === BADGES PREMIUM === */

.bk-badge {
  font-size: 9px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: .5px;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

/* === SECTION TITLE PREMIUM === */
.section-title {
  position: relative;
  border-left: none;
  padding-left: 0;
}

.section-title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 28px;
  background: linear-gradient(180deg, var(--bk-orange) 0%, var(--bk-orange-dark) 100%);
  border-radius: 2px;
  margin-right: 12px;
  vertical-align: middle;
}

/* === CATEGORY PILLS PREMIUM === */
.bk-cat-pill {
  border-radius: 28px;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
  transition: all .25s cubic-bezier(.25, .8, .25, 1);
}

.bk-cat-pill:hover {
  background: var(--bk-black);
  color: #fff;
  border-color: var(--bk-black);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

/* === SEARCH OVERLAY PREMIUM === */
.bk-search-overlay {
  background: rgba(0, 0, 0, .8);
  backdrop-filter: blur(8px);
}

.bk-search-box {
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, .1);
}

.bk-search-input-wrap {
  display: flex;
  align-items: center;
  padding: 4px 16px;
  border-bottom: 1px solid #eee;
}

.bk-search-input-wrap input {
  flex: 1;
  border: none;
  outline: none;
  padding: 14px 8px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
}

.bk-search-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  padding: 8px;
  transition: color .2s;
}

.bk-search-close:hover {
  color: var(--bk-orange);
}

/* === DROPDOWN PREMIUM === */
.bk-dropdown-menu {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
  padding: 8px;
  animation: dropdown-in .2s ease;
}

.bk-dropdown-menu .dropdown-item {
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all .15s;
}

.bk-dropdown-menu .dropdown-item:hover {
  background: rgba(232, 78, 0, .06);
  color: var(--bk-orange);
}

/* === MOBILE DRAWER PREMIUM === */
.bk-mobile-drawer {
  background: #0d0d0d !important;
  color: #fff;
  width: 300px;
}

.bk-mobile-drawer .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, .06) !important;
}

.bk-mobile-accordion-item {
  background: transparent !important;
  border-color: rgba(255, 255, 255, .06) !important;
}

.bk-mobile-accordion-btn {
  background: transparent !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .5px;
}

.bk-mobile-accordion-btn:not(.collapsed) {
  color: var(--bk-orange) !important;
}

.bk-mobile-link {
  font-size: 13px;
  padding-left: 8px;
  transition: padding-left .2s;
}

.bk-mobile-link:hover {
  padding-left: 16px !important;
  color: var(--bk-orange) !important;
}

/* === MOBILE BOTTOM NAV PREMIUM === */
.bk-bottom-nav {
  background: rgba(17, 17, 17, .97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 6px 0 env(safe-area-inset-bottom, 4px);
}

.bk-bottom-nav__item {
  transition: all .2s;
  position: relative;
}

.bk-bottom-nav__item.active::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background: var(--bk-orange);
  border-radius: 2px;
}

/* === FOOTER PREMIUM === */
.bk-footer {
  background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
  border-top: 1px solid rgba(232, 78, 0, .1);
}

.bk-footer__tagline {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}

.bk-footer__contact {
  color: #777;
  font-size: 13px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bk-footer__divider {
  border-color: rgba(255, 255, 255, .06);
  margin: 32px 0;
}

.bk-footer__copyright {
  color: #555;
  font-size: 12px;
  margin: 0;
}

.bk-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s;
  text-decoration: none;
}

.bk-social-link:hover {
  background: var(--bk-orange);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(232, 78, 0, .3);
}

.bk-payment-icons {
  color: #555;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* === TRUST BADGES === */
.bk-tiny-badges-wrapper {
  display: flex;
  justify-content: center;
  gap: 32px;
  overflow-x: auto;
  padding: 24px 15px;
  /* Hide scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.bk-tiny-badges-wrapper::-webkit-scrollbar {
  display: none;
}

@media (max-width: 991px) {
  .bk-tiny-badges-wrapper {
    justify-content: flex-start;
    gap: 16px;
  }
}

.bk-tiny-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 8px;
  background: transparent;
  border: none;
  min-width: 140px;
  flex-shrink: 0;
}

.bk-tiny-badge .bk-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--bk-orange); /* Uniform color */
}

.bk-tiny-badge strong {
  display: block;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.2;
  white-space: nowrap;
}

.bk-tiny-badge span {
  display: block;
  color: #888;
  font-size: 11px;
  white-space: nowrap;
  margin-top: 4px;
}

/* === NEWSLETTER SECTION === */
.bk-newsletter {
  background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
  padding: 64px 0;
  text-align: center;
}

.bk-newsletter h2 {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
}

.bk-newsletter p {
  color: #888;
  font-size: 14px;
  margin: 8px 0 24px;
}

.bk-newsletter-form {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
}

.bk-newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #333;
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: border-color .2s;
}

.bk-newsletter-form input::placeholder {
  color: #666;
}

.bk-newsletter-form input:focus {
  border-color: var(--bk-orange);
}

/* === BLOG CARD === */
.bk-blog-card {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.bk-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .1);
}

.bk-blog-card__img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .4s ease;
}

.bk-blog-card:hover .bk-blog-card__img {
  transform: scale(1.05);
}

.bk-blog-card__body {
  padding: 20px;
}

.bk-blog-card__date {
  font-size: 11px;
  font-weight: 600;
  color: var(--bk-orange);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 8px;
}

.bk-blog-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--bk-text);
  margin-bottom: 8px;
}

.bk-blog-card__excerpt {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}

.bk-blog-card__link {
  font-size: 13px;
  font-weight: 700;
  color: var(--bk-orange);
  text-transform: uppercase;
  letter-spacing: .5px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap .2s;
}

.bk-blog-card__link:hover {
  gap: 8px;
  color: var(--bk-orange-dark);
}

/* === BLOG SINGLE PAGE === */
.bk-blog-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 32px;
}

.bk-blog-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bk-blog-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, .8) 100%);
  display: flex;
  align-items: flex-end;
  padding: 32px;
}

.bk-blog-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.bk-blog-content h2 {
  font-size: 24px;
  margin: 32px 0 16px;
}

.bk-blog-content h3 {
  font-size: 20px;
  margin: 24px 0 12px;
}

.bk-blog-content p {
  margin-bottom: 16px;
}

.bk-blog-content img {
  border-radius: 12px;
  margin: 16px 0;
}

.bk-blog-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: #888;
  margin-bottom: 24px;
}

.bk-blog-meta .bk-icon {
  width: 14px;
  height: 14px;
}

/* === ANIMATIONS === */
@keyframes pulse-glow {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

@keyframes dropdown-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

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

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.bk-animate {
  animation: fade-in-up .6s ease forwards;
}

/* === HERO SLIDER === */
.bk-hero-slider {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  background: #0a0a0a;
}

.bk-hero-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.bk-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s cubic-bezier(.4, 0, .2, 1);
  pointer-events: none;
  z-index: 1;
}

.bk-hero-slide--active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

/* Background image */
.bk-hero-slide__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.bk-hero-slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 6s cubic-bezier(.2, 0, .3, 1);
}

.bk-hero-slide--active .bk-hero-slide__bg img {
  transform: scale(1);
}

.bk-hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .35) 55%, rgba(0, 0, 0, .15) 100%);
}

/* Content */
.bk-hero-slide__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}

.bk-hero-slide__text {
  max-width: 560px;
  padding-left: 20px;
}

/* Label */
.bk-hero-slide__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--bk-orange);
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s cubic-bezier(.4, 0, .2, 1) .2s;
}

.bk-hero-slide--active .bk-hero-slide__label {
  opacity: 1;
  transform: translateY(0);
}

/* Title */
.bk-hero-slide__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 52px;
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 16px;
  opacity: 0;
  transform: translateY(30px);
  transition: all .6s cubic-bezier(.4, 0, .2, 1) .35s;
}

.bk-hero-slide--active .bk-hero-slide__title {
  opacity: 1;
  transform: translateY(0);
}

/* Subtitle */
.bk-hero-slide__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 440px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s cubic-bezier(.4, 0, .2, 1) .5s;
}

.bk-hero-slide--active .bk-hero-slide__subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* CTA Button */
.bk-hero-slide__btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, var(--bk-orange) 0%, var(--bk-orange-dark) 100%);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s cubic-bezier(.4, 0, .2, 1) .65s;
}

.bk-hero-slide--active .bk-hero-slide__btn {
  opacity: 1;
  transform: translateY(0);
}

.bk-hero-slide__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .15) 0%, transparent 50%);
  pointer-events: none;
}

.bk-hero-slide__btn:hover {
  transform: translateY(-2px) !important;
  color: #fff;
  box-shadow: 0 8px 24px rgba(232, 78, 0, .45);
}

/* Progress bar */
.bk-hero-slide__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, .1);
  z-index: 5;
}

.bk-hero-slide__progress-bar {
  height: 100%;
  width: 0;
  background: var(--bk-orange);
}

.bk-hero-slide__progress-bar--active {
  animation: hero-progress 5s linear forwards;
}

@keyframes hero-progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* Navigation arrows */
.bk-hero-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .35);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .25s;
  transform: translateY(-50%);
}

.bk-hero-nav:hover {
  background: var(--bk-orange);
  border-color: var(--bk-orange);
  transform: translateY(-50%) scale(1.1);
}

.bk-hero-nav--prev {
  left: 20px;
}

.bk-hero-nav--next {
  right: 20px;
}

/* Slide counter */
.bk-hero-counter {
  position: absolute;
  bottom: 24px;
  right: 32px;
  z-index: 10;
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}

.bk-hero-counter span:first-child {
  font-size: 28px;
  color: #fff;
}

.bk-hero-counter__sep {
  font-size: 16px;
  color: rgba(255, 255, 255, .3);
  margin: 0 2px;
}

.bk-hero-counter span:last-child {
  font-size: 16px;
  color: rgba(255, 255, 255, .4);
}

/* === RESPONSIVE PREMIUM === */
@media (max-width: 991px) {
  .bk-hero-slider {
    height: 460px;
  }

  .bk-hero-slide__title {
    font-size: 40px;
  }

  .bk-hero-slide__subtitle {
    font-size: 14px;
  }

  .bk-hero-nav {
    width: 36px;
    height: 36px;
  }

  .bk-hero-nav--prev {
    left: 12px;
  }

  .bk-hero-nav--next {
    right: 12px;
  }
}

@media (max-width: 767px) {
  .bk-hero-slider {
    height: 380px;
  }

  .bk-hero-slide__title {
    font-size: 30px;
  }

  .bk-hero-slide__label {
    font-size: 9px;
    letter-spacing: 2px;
  }

  .bk-hero-slide__subtitle {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .bk-hero-slide__btn {
    padding: 12px 24px;
    font-size: 12px;
  }

  .bk-hero-slide__text {
    max-width: 100%;
    padding-left: 8px;
  }

  .bk-hero-nav {
    display: none;
  }

  .bk-hero-counter {
    bottom: 16px;
    right: 16px;
  }

  .bk-hero-counter span:first-child {
    font-size: 20px;
  }

  .bk-blog-hero {
    height: 240px;
    border-radius: 12px;
  }

  .bk-blog-card__img {
    height: 160px;
  }

  .bk-newsletter-form {
    flex-direction: column;
  }

  .bk-trust-badge {
    padding: 16px 8px;
  }
}

@media (max-width: 480px) {
  .bk-hero-slider {
    height: 320px;
  }

  .bk-hero-slide__title {
    font-size: 24px;
  }

  .bk-hero-slide__subtitle {
    display: none;
  }

  .bk-hero-slide__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .75) 100%);
  }

  .bk-hero-slide__content {
    align-items: flex-end;
    padding-bottom: 40px;
  }
}