body {
    background-color: rgb(0, 0, 0);
    font-family: Montserrat, sans-serif !important;
    margin: 0;
}

h1,
h2 {
    font-family: Oswald, sans-serif !important;
}

h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif !important;
}

h1 {
    font-size: 3rem !important;
    color: #f56dc2 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

h2 {
    font-size: 2.8rem !important;
    color: #fff !important;
    font-weight: 600 !important;
}

h3 {
    color: #fff !important;
    font-size: 1.8rem !important;
}

h4 {
    color: #FFF !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
}

h5 {
    color: #FFF !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
}

p {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #fff !important;
}

.highlight {
    color: #d0bfff;
    font-family: Merriweather, serif;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 0 10px rgba(208, 191, 255, 0.8);
}

ul {
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-bottom: 20px !important;
}

ul li {
    color: #FFFFFF !important;
    margin-bottom: 10px !important;
}

ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}

ol li {
    color: #FFFFFF;
    margin-bottom: 10px;
}

a {
    color: #FFF !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

a:active {
    color: #C2F56D !important;
}

a:hover {
    color: #999999 !important;
}

/* Featured Video Section */
.index-featured-video {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.main-img {
    flex: 1;
    display: flex;
}

.main-img iframe {
    width: 100%;
    height: 100%;
    max-width: 600px;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    border: 3px solid #171616;
    /* Darker border color */
    box-shadow: 1px 1px 10px 1px rgba(255, 53, 184, 0.7);
    /* Enhanced glow effect */
}

.main-text {
    flex: 1;
    padding-left: 20px;
}

.main-text h3 {
    color: #f56dc2;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.main-text ul {
    list-style-type: none;
    padding-left: 0;
}

.main-text ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.main-text ul li img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.main-text ul li strong {
    font-size: 16px;
    color: #d0bfff;
}

.main-text ul li {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.main-text ul {
    padding-left: 0;
    margin-top: 10px;
}

/* Media Queries for Responsiveness */

/* Large screens (desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* Styles for large screens if needed */
}

/* Medium screens (tablets, 768px to 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        /* 3 columns on tablets */
    }
}

/* Small screens (mobile phones, less than 768px) */
@media (max-width: 767px) {
    .index-featured-video {
        flex-direction: column;
        /* Stack video and text vertically on mobile */
    }

    .main-text {
        padding-left: 0;
        padding-top: 20px;
    }

    .main-content h1 {
        font-size: 2.5rem;
        /* Adjust font size for main heading */
    }

    .main-content h2 {
        font-size: 1.5rem;
        /* Adjust font size for subheading */
    }
}

.main-img iframe {
    max-width: 100%;
    width: 100%;
}

.btn.btn-info {
    background-image: linear-gradient(to right, #9e3fda 0%, #ffec82 100%) !important;
    color: #4b0082 !important;
    padding: 15px 30px !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
    display: inline-block !important;
    margin-top: 20px !important;
    align-items: center !important;
}


/* General Styling */
.product-detail {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.product-image {
    flex: 1 0 300px; /* Image takes at least 300px, but can grow */
    margin-right: 20px;
}

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

.product-info {
    flex: 1 0 auto; /* Info takes remaining space */
}

/* Specific Elements */
.price {
    font-size: 1.2em;
    font-weight: bold;
    color: #f56dc2; /* Example color, adjust as needed */
}

.add-to-cart {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.gift-option {
    margin-top: 15px;
}

.description {
    margin-top: 20px;
}

.showcase-video-link {
    display: block;
    margin-top: 15px;
    color: #007bff;
    text-decoration: underline;
}

.bxe-footer {
  position: relative; /* or fixed, depending on your preference */
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: rgb(0, 0, 0);
  color: white;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  white-space: nowrap; /* Prevent wrapping */
}

    .UHvoAAQq-tebex-footer-wrapper {
        background: #fff !important;
        width: 100% !important;
        height: 35px !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 32px !important;
        font-size: 11px !important;
        font-weight: 400 !important;
        font-family: Arial, sans-serif !important;
        z-index: 1000 !important;
        border-top: 1px solid #EFEFEF !important;
        position: relative;
    }