.bu25-home-container {
  display: none;
}

.container.home.no-gutter {
    max-width: 1920px;
}

.content-constraint {
  max-width: 1440px;
  margin: 0 auto;
}

div#wrap {
  max-width: 1920px;
}

.container {
  max-width: 1920px;
}

.bu25-hero {
  max-width: 1920px;
}

@media only screen and (max-width: 959px) {
  .container {
    width: 100%;
    padding: 0;
  }

  .col-xs-12 {
    padding: 0;
  }
}

/* Hero Section  */

.bu25-hero-wrapper {
  height: 350px;
  background: url(/images/buggies/2025-bu-fallbg.webp);
  background-position: right;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 400px) {
  /* .bu25-hero-wrapper {
            background: url(/images/buggies/banners/bu25-10-20-mobile-bg.webp);
            background-position: center;
            background-size: cover;
        } */
  .bu25-hero-content {
    background: linear-gradient(90deg, #000000ad 50%, #0000008a);
  }
}

.bu25-hero-content-inner {
  max-width: 600px;
}

p.hero-content-title {
  font-weight: 800;
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
}

.bu25-hero-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0px 300px 0 100px;
  background: linear-gradient(90deg, #000000c9 50%, transparent);
}

p.hero-content-body {
  color: #fff;
  margin-bottom: 30px;
}

.hero-button p {
  font-size: 20px;
  color: #fff;
  background: #69bf4a;
  padding: 10px 40px;
  border-radius: 50px;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0;
}

.hero-button {
  display: flex;
  align-items: center;
}

.bu25-intro {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 15px;
}

.bu25-intro-wrapper h1 {
  font-size: 42px;
  font-weight: 600;
}

.bu25-intro-wrapper p {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  line-height: 1.6;
}

@media only screen and (max-width: 959px) {
  p.hero-content-title {
    font-size: 32px;
  }

  .bu25-intro-wrapper h1 {
    font-size: 32px;
  }

  .hero-button p {
    font-size: 18px;
  }

  .bu25-hero-content {
    padding: 50px;
  }

  .bu25-intro {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 500px) {
  .bu25-hero-wrapper {
    height: 100%;
    background-size: cover;
  }

  .bu25-hero-content {
    padding: 30px;
  }

  .bu25-intro-wrapper p {
    font-size: 14px;
  }

  .bu25-intro-wrapper {
    text-align: left;
  }
}

/* promotions slider  */

.swiper-slide-inner.promo-slide-1 {
  background: url(/images/buggies/bu25-promobg-eco.webp);
  background-size: cover;
  background-position: center;
}

.swiper-slide-inner.promo-slide-2 {
  background: url(/images/buggies/bu25-promobg-electric2.webp);
  background-size: cover;
  background-position: center;
}

.swiper-slide-inner.promo-slide-3 {
  background: url(/images/buggies/bu25-promobg-seating.webp);
  background-size: cover;
  background-position: center;
}

.swiper-slide-inner.promo-slide-4 {
  background: url(/images/buggies/bu25-promobg-tw.webp);
  background-size: cover;
  background-position: center;
}

.swiper-slide-inner.promo-slide-5 {
  background: url(/images/buggies/bu25-promobg-windshields.webp);
  background-size: cover;
  background-position: center;
}

.swiper-slide-inner.promo-slide-6 {
  background: url(/images/buggies/bu25-promobg-lift.webp);
  background-size: cover;
  background-position: center;
}

.swiper-slide-inner.promo-slide-7 {
  background: url(/images/buggies/bu25-promobg-enclosures.webp);
  background-size: cover;
  background-position: center;
}

.swiper-slide-inner.promo-slide-8 {
  background: url(/images/buggies/bu25-promobg-new.webp);
  background-size: cover;
  background-position: center;
}

.swiper-slide-inner.promo-slide-9 {
  background: url(/images/buggies/bu25-promobg-clearance.webp);
  background-size: cover;
  background-position: center;
}

.bu25-promos {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 25px 0;
  margin-bottom: 30px;
}

.promos-center {
  width: 300px;
  height: 200px;
  position: absolute;
  z-index: 10;
}

.promos-center-wrapper {
  background: url(/images/buggies/bu25-promobg-clearance.webp);
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.bu25-promos-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.swiper-slide-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-slide-inner a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  position: relative;
  background: #00000082;
  border-radius: 20px;
}

.swiper-slide-inner a p.promo-callout {
  position: absolute;
  top: 0;
  background: #69bf4a;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
}

.swiper-slide-inner a p {
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-size: 24px;
  text-align: center;
}

.promos-center-wrapper a p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}

.promos-center-wrapper a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #00000082;
}

.swiper-slide-inner-left {
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-slide-inner-left a:hover,
.swiper-slide-inner-right a:hover,
.promos-center-wrapper a:hover {
  box-shadow: inset 0 0 0px 4px #6bbf4f;
  transition: box-shadow 0.3s ease;
  border-radius: 20px;
}

.swiper-slide-inner-right {
  flex: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-slide.promo-slide {
  /* width: 200px !important; */
  height: 200px;
}

.swiper-scrollbar.promo-scroll.swiper-scrollbar-horizontal
  .swiper-scrollbar-drag {
  background: #69bf4a;
}

.swiper-button-prev.promo-slide-prev {
  left: -80px;
  width: 50px;
  height: 50px;
  border: 4px solid #69bf4a;
  padding: 0;
  border-radius: 50px;
}

.swiper-button-prev.promo-slide-prev:after {
  font-size: 30px;
  font-weight: bold;
  padding-right: 4px;
  color: #69bf4a;
}

.swiper-button-next.promo-slide-next:after {
  font-size: 30px;
  font-weight: bold;
  padding-left: 4px;
  color: #69bf4a;
}

.swiper-button-next.promo-slide-next {
  right: -80px;
  width: 50px;
  height: 50px;
  border: 4px solid #69bf4a;
  padding: 0;
  border-radius: 50px;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 20px;
}

@media only screen and (max-width: 1600px) {
  .bu25-promos-wrapper {
    margin: 0 80px;
  }

  .swiper-button-prev.promo-slide-prev {
    left: 0;
  }

  .swiper-button-next.promo-slide-next {
    right: 0;
    width: 50px;
    height: 50px;
    border: 4px solid #69bf4a;
    padding: 0;
    border-radius: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .bu25-promos-wrapper {
    margin: 0;
  }

  .swiper-slide-inner a p,
  .promos-center-wrapper a p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 959px) {
  .bu25-promos {
    flex-direction: column;
  }

  .bu25-promos-wrapper {
    width: 100%;
    padding: 10px;
  }

  .promos-center {
    position: relative;
    width: 100%;
    padding: 0 20px 10px 20px;
  }

  .promos-center-wrapper {
    background: url(/images/buggies/bu25-promobg-clearance-tablet.webp);
  }
}

@media only screen and (max-width: 500px) {
  .bu25-promos {
    margin-bottom: 50px;
  }

  .promos-center-wrapper {
    background: url(/images/buggies/bu25-promobg-clearance.webp);
  }

  .swiper-slide.promo-slide {
    height: 200px !important;
  }

  .swiper-button-next.promo-slide-next {
    right: 8px;
    width: 40px;
    height: 40px;
    background: #69bf4a;
    top: 99%;
  }

  .swiper-button-prev.promo-slide-prev {
    left: 8px;
    width: 40px;
    height: 40px;
    background: #69bf4a;
    top: 99%;
  }

  .swiper-button-next.promo-slide-next:after,
  .swiper-button-prev.promo-slide-prev:after {
    font-size: 16px;
    padding-left: 2px;
    color: #ffffff;
  }

  .promos-slider-container.swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden.swiper-grid.swiper-grid-column {
    height: 425px;
  }

  .swiper-scrollbar.promo-scroll.swiper-scrollbar-horizontal {
    width: 68% !important;
    left: 16%;
  }
}

/* lifestyle slider  */

.bu25-lifestyle {
  margin-bottom: 100px;
  padding: 0 20px;
}

.swiper-slide.life-slide {
  height: 700px;
}

.life-slide-inner.lifestyle-cargo-inner {
  background: url(/images/buggies/bu25-lifestyle-cargo.webp);
  height: 100%;
  background-size: cover;
  background-position: center;
}

.life-slide-inner.lifestyle-luxury-inner {
  background: url(/images/buggies/bu25-lifestyle-luxury-bg.webp);
  height: 100%;
  background-size: cover;
  background-position: center;
}

.life-slide-inner.lifestyle-outdoor-inner {
  background: url(/images/buggies/bu25-lifestyle-outdoor-bg.webp);
  height: 100%;
  background-size: cover;
  background-position: left;
}

.life-slide-inner.lifestyle-golf-inner {
  background: url(/images/buggies/bu25-lifestyle-golf-bg.webp);
  height: 100%;
  background-size: cover;
  background-position: right;
}

.life-slide-inner.lifestyle-hood-inner {
  background: url(/images/buggies/bu25-lifestyle-hood-bg.webp);
  height: 100%;
  background-size: cover;
  background-position: center;
}

.life-slide-inner.lifestyle-cargo-inner a,
.life-slide-inner.lifestyle-luxury-inner a,
.life-slide-inner.lifestyle-outdoor-inner a,
.life-slide-inner.lifestyle-golf-inner a,
.life-slide-inner.lifestyle-hood-inner a {
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(13deg, #000000c9 20%, transparent 70%);
  transition: all 0.2s ease-in-out;
}

.life-slide-inner.lifestyle-cargo-inner a:hover .life-slide-button p,
.life-slide-inner.lifestyle-luxury-inner a:hover .life-slide-button p,
.life-slide-inner.lifestyle-outdoor-inner a:hover .life-slide-button p,
.life-slide-inner.lifestyle-golf-inner a:hover .life-slide-button p,
.life-slide-inner.lifestyle-hood-inner a:hover .life-slide-button p {
  background: #fff;
  color: #000;
  transition: all 0.2s ease-in-out;
}

.life-slide-inner-content {
  padding: 70px;
  color: #fff;
  max-width: 500px;
}

.life-slide-title p {
  font-size: 30px;
  font-weight: bold;
}

.life-slide-body p {
  line-height: 1.5;
}

.life-slide-button p {
  font-size: 20px;
  padding: 10px 20px;
  border: 1px solid;
  text-align: center;
  border-radius: 50px;
}

.life-slide-body {
  margin-bottom: 30px;
}

.swiper.life-swiper {
  border-radius: 20px;
}

.swiper-button-prev.life-slide-prev {
  color: #fff;
  /* width: 30px; */
  /* height: 30px; */
}

.swiper-button-next.life-slide-next {
  color: #fff;
}

.swiper-pagination.life-slide-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}

.swiper-pagination.life-slide-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  color: #fff;
  background: #fff;
}

@media only screen and (max-width: 1440px) {
  .bu25-lifestyle {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  .bu25-lifestyle.content-constraint {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 959px) {
  .swiper-slide.life-slide {
    height: 500px;
  }

  .life-slide-inner.lifestyle-cargo-inner a,
  .life-slide-inner.lifestyle-luxury-inner a,
  .life-slide-inner.lifestyle-outdoor-inner a,
  .life-slide-inner.lifestyle-golf-inner a,
  .life-slide-inner.lifestyle-hood-inner a {
    background: linear-gradient(13deg, #000000c9 20% 20%, transparent 100%);
  }
}

@media only screen and (max-width: 768px) {
  .bu25-lifestyle.content-constraint {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 500px) {
  .bu25-lifestyle.content-constraint {
    margin-top: 0;
  }

  .life-slide-inner-content {
    padding: 40px;
  }

  .life-slide-inner.lifestyle-cargo-inner a,
  .life-slide-inner.lifestyle-luxury-inner a,
  .life-slide-inner.lifestyle-outdoor-inner a,
  .life-slide-inner.lifestyle-golf-inner a,
  .life-slide-inner.lifestyle-hood-inner a {
    background: linear-gradient(13deg, #000000c9 50%, transparent 100%);
  }

  .life-slide-inner.lifestyle-golf-inner {
    background-position-x: 545px;
  }

  .life-slide-inner.lifestyle-outdoor-inner {
    background-position-x: -210px;
  }
}

/* vp section  */
.bu-vp-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bu-mw-container {
  max-width: 1440px;
  margin: 0 auto;
}

.bu-vp-item-wrapper {
  display: flex;
}

.bu-vp-item-icon {
  padding-right: 20px;
}

.bu-vp-item-text {
  max-width: 300px;
}

.bu-vp-item-text-title {
  font-weight: 800;
  font-size: 20px;
}

.bu-vp-item {
  flex: 1;
}

.bu25-vp.content-constraint {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
  .bu25-vp.content-constraint {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 500px) {
  .bu25-vp.content-constraint {
    margin-bottom: 50px;
  }
}

/* make grid  */
.bu25-make-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.bu25-make-title h2 {
  font-size: 34px;
  letter-spacing: 6px;
  color: #676767;
  text-align: center;
  margin-bottom: 50px;
}

.make-grid-item.make-grid-ezgo {
  background: url(/images/buggies/makegrid-ezgo-nl.webp);
  background-size: cover;
  background-position: center;
}

.make-grid-item.make-grid-cc {
  background: url(/images/buggies/makegrid-cc-nl.webp);
  background-size: cover;
  background-position: center;
}

.make-grid-item.make-grid-yam {
  background: url(/images/buggies/makegrid-yam-nl.webp);
  background-size: cover;
  background-position: center;
}

.make-grid-item.make-grid-denago {
  background: url(/images/buggies/makegrid-denago-nl.webp);
  background-size: cover;
  background-position: center;
}

.make-grid-item.make-grid-madjax {
  background: url(/images/buggies/makegrid-madjax.webp);
  background-size: cover;
  background-position: center;
}

.make-grid-item.make-grid-evolution {
  background: url(/images/buggies/makegrid-evo-nl.webp);
  background-size: cover;
  background-position: center;
}

.make-grid-item.make-grid-icon {
  background: url(/images/buggies/makegrid-icon-nl.webp);
  background-size: cover;
  background-position: center;
}

.make-grid-item.make-grid-aev {
  background: url(/images/buggies/makegrid-aev-nl.webp);
  background-size: cover;
  background-position: center;
}

.make-grid-item.make-grid-star {
  background: url(/images/buggies/makegrid-star-nl.webp);
  background-size: cover;
  background-position: center;
}

.make-grid-item.make-grid-harley {
  background: url(/images/buggies/makegrid-harley2.webp);
  background-size: cover;
  background-position: center;
}

.make-grid-item {
  height: 225px;
  border-radius: 20px;
}

.make-grid-item a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.make-grid-item.make-grid-ezgo:hover a,
.make-grid-item.make-grid-cc:hover a,
.make-grid-item.make-grid-yam:hover a,
.make-grid-item.make-grid-denago:hover a,
.make-grid-item.make-grid-madjax:hover a,
.make-grid-item.make-grid-evolution:hover a,
.make-grid-item.make-grid-icon:hover a,
.make-grid-item.make-grid-aev:hover a,
.make-grid-item.make-grid-star:hover a,
.make-grid-item.make-grid-harley:hover a {
  background: #00000082;
  transition: all 0.3s ease;
}

.make-grid-item-wrapper p {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.bu25-make.content-constraint {
  margin-bottom: 100px;
  padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
  .bu25-make-wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .make-grid-item-wrapper p {
    font-size: 24px;
  }

  .make-grid-item {
    height: 180px;
  }
}

@media only screen and (max-width: 768px) {
  .bu25-make-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .make-grid-item {
    height: 140px;
  }

  .make-grid-item-wrapper p {
    font-size: 18px;
  }

  .bu25-make.content-constraint {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 500px) {
  .bu25-make-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }

  .make-grid-item {
    height: 120px;
    border-radius: 15px;
  }

  .make-grid-item-wrapper p {
    font-size: 14px;
  }
}

/* bottom vps  */

.bu25-cards.content-constraint {
  margin-bottom: 30px;
}

.bu-home-about-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0 5%;
}

.bu-home-about-item-wrapper {
  display: flex;
  align-items: flex-start;
}

.bu-home-about-item-content-wrapper h2 {
  font-size: 18px;
}

.bu-home-about-item-content {
  margin-left: 40px;
}

section.bu-home-about.bu-mw-container {
  padding: 50px 0 80px;
}

.bu-home-about-item-content-wrapper p {
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.bu-home-about-title {
  margin-bottom: 60px;
  padding: 0 5%;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .bu-vp-item-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .bu-vp-item-icon {
    padding: 0 0 18px 0;
  }
}

@media only screen and (max-width: 991px) {
  .bu-vp-item {
    max-width: 200px;
    margin: 0 auto;
  }

  .bu-home-about-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .bu-vp-wrapper {
    flex-direction: column;
  }

  .bu-vp-item {
    max-width: none;
    margin: 0;
    padding-bottom: 30px;
  }

  .bu-vp-item-wrapper {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }

  .bu-vp-item-icon {
    padding: 0 20px 0 0;
  }
}

@media only screen and (max-width: 650px) {
  .bu-home-about-item {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 550px) {
  .bu-vp-wrapper {
    padding: 0 5%;
  }

  .bu-home-about-item {
    padding-bottom: 30px;
  }

  .bu-home-about-item-content {
    margin-left: 0;
    margin-top: 20px;
  }

  .bu-home-about-item-icon {
    width: 100%;
    text-align: center;
    background: #69bf4a;
    border-radius: 20px;
  }

  .bu-home-about-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .bu-home-about-item-wrapper {
    flex-direction: column;
  }
}

.bu25-hotspots {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
  /* min-height: 700px; */
}

.bu-accessory-cart-title {
  text-align: center;
  margin-bottom: 50px;
}

.bu-accessory-cart-title h2 {
  font-size: 34px;
  letter-spacing: 6px;
  color: #676767;
  font-weight: 400;
  font-weight: bold;
  margin-bottom: 50px;
}

.bu-accessory-cart-main {
  display: flex;
  gap: 40px;
  align-items: center;
  /* min-height: 600px; */
}

/* Content Area */
.bu-accessory-content-areas {
  flex: 1;
  max-width: 500px;
  position: relative;
}

.bu-accessory-content-areas-wrapper {
  position: relative;
  height: 400px;
}

.bu-hotspot-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
}

.bu-hotspot-content.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.hotspot-content-title p {
  font-size: clamp(24px, 3.5vw, 34px);
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.hotspot-content-description {
  margin-bottom: 30px;
}

.hotspot-content-description p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.hotspot-content-button {
  margin-bottom: 5px;
}

.hotspot-content-button-wrapper {
  background: #000;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  justify-content: center;
  max-width: 320px;
}

.hotspot-content-button-wrapper:hover {
  transform: translateY(-2px);
}

.hotspot-content-button-wrapper a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px 30px;
}

/* Cart Image Area */
.bu-accessory-cart-main-wrapper {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bu-inno-cart {
  position: relative;
  /* max-width: 600px; */
  width: 100%;
}

.cart-layer {
  width: 100%;
  height: auto;
  display: block;
}

.cart-layer.transitioning {
  position: absolute;
  top: 0;
  left: 0;
}

/* Hotspot Styling */
.bu-inno-hotspot {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.bu-inno-hotspot:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.hotspot-dot {
  width: 30px;
  height: 30px;
  background: #55b532;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

.hotspot-ring {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid #55b532;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.6;
  }

  70% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 1201px) {
  .bu-accessory-cart-main {
    gap: 60px;
  }

  .bu-accessory-content-areas {
    max-width: 500px;
  }
}

@media (max-width: 1200px) and (min-width: 769px) {
  .bu25-hotspots {
    padding: 30px 20px;
  }

  .bu-accessory-cart-main {
    gap: 30px;
  }

  .bu-accessory-content-areas {
    max-width: 400px;
  }

  .bu-accessory-content-areas-wrapper {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .bu25-hotspots {
    padding: 20px 15px;
    min-height: auto;
  }

  .bu-accessory-cart-title {
    margin-bottom: 30px;
  }

  .bu-accessory-cart-main {
    flex-direction: column;
    gap: 30px;
    min-height: auto;
  }

  .bu-accessory-cart-main-wrapper {
    order: 1;
    width: 100%;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bu-accessory-content-areas {
    order: 2;
    width: 100%;
    max-width: none;
  }

  .bu-accessory-content-areas-wrapper {
    height: auto;
    min-height: 300px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    display: flex;
    align-items: center;
  }

  .bu-hotspot-content {
    position: relative;
    transform: none;
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .bu-hotspot-content.active {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: none;
  }

  .hotspot-content-title p {
    margin-bottom: 15px;
  }

  .hotspot-content-description {
    margin-bottom: 20px;
  }

  .hotspot-content-button-wrapper {
    padding: 12px 25px;
    font-size: 14px;
    max-width: none;
  }

  .hotspot-dot {
    width: 18px;
    height: 18px;
    border-width: 2px;
  }

  .hotspot-ring {
    width: 32px;
    height: 32px;
    border-width: 2px;
  }
}

@media (max-width: 480px) {
  .hotspot-content-button-wrapper a {
    padding: 5px 0px;
  }

  .hotspot-content-button-wrapper {
    justify-content: center;
    text-align: center;
    padding: 10px 10px;
  }

  .bu-accessory-cart-main-wrapper {
    min-height: 30vh;
  }

  .bu-accessory-cart-title h2 {
    letter-spacing: 3px;
  }

  .bu-accessory-content-areas-wrapper {
    padding: 15px;
    min-height: 250px;
  }

  .hotspot-content-title p {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
