/* Minification failed. Returning unminified contents.
(660,28): run-time error CSS1030: Expected identifier, found '.'
(660,58): run-time error CSS1031: Expected selector, found ')'
(660,58): run-time error CSS1025: Expected comma or open brace, found ')'
(664,17): run-time error CSS1030: Expected identifier, found '.'
(664,37): run-time error CSS1031: Expected selector, found ')'
(664,37): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media (min-width: 992px) {
    #ProductImageCol {
        position: sticky;
        top: 86px;
        align-self: start;
    }
}
/*------------------------------------------- */
/*------------------------------ Owl Carousel */
/*------------------------------------------- */
/* ----------------------------- Thumbs */
.thumbs {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 0;
    box-sizing: border-box;
}

    /* When fewer than 3 thumbs → center them */
    .thumbs .owl-stage:has(.owl-item:nth-last-child(-n+2)) {
        margin: auto;
    }

    .thumbs:has(.owl-item:only-child) {
        display: none !important;
    }

    .thumbs .owl-item {
        background: #fff;
        flex: 0 0 180px;

        cursor: pointer;
        opacity: 0.7;
        border: 4px solid transparent;
        transition: all 0.3s ease;
        overflow: hidden;
        border-radius: 4px;
        padding: 15px;
    }

        .thumbs .owl-item img {
            width: 90%;
            height: 90%;
            display: block;
            margin: auto;
        }

        .thumbs .owl-item.thumb-active,
        .thumbs .owl-item:hover {
            opacity: 1;
            border-color: #cdcdcd;
        }

    /* Scrollbar styling – same as before */
    .thumbs::-webkit-scrollbar {
        height: 10px;
    }

    .thumbs::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .thumbs::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }

        .thumbs::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/* -------------------------------------- Nav */
/* General Owl nav reset - remove default positioning */
.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none; /* allows clicks to pass through empty areas */
}

    .owl-carousel .owl-nav button {
        position: absolute;
        top: 50%;
        cursor: pointer;
        pointer-events: auto;
    }

.main .owl-nav .owl-prev {
    left: -20px;
}

.main .owl-nav .owl-next {
    right: -20px;
}

.thumbs .owl-nav {
    top: 0;
    height: 100%;
}

    .thumbs .owl-nav .owl-prev {
        left: 10px;
    }

    .thumbs .owl-nav .owl-next {
        right: 10px;
    }

/* Optional: hide arrows when not needed (e.g. at first/last slide) */
.owl-carousel .owl-nav .disabled {
    opacity: 0.3;
    cursor: default;
}

.productdetails li {
    list-style-type: square;
}

.productdetails p {
    font-size: 14px;
}

.productdetails th {
    font-size: 10px;
    font-weight: normal;
}

.productdetails td {
    font-size: 10px;
}

.productdetails .table-dark th {
    background: #212529;
    border-color: #999;
}

.productdetails .table-dark tr {
    border-color: #999;
}

.TechSpec td {
    font-size: 8px;
}

.manufacturing img, .manufacturing video {
    width: 100%;
    height: auto;
}

.manufacturing video {
    width: 100%;
    height: auto;
}

.enclosure-parts-table {
    font-size: 12px;
    vertical-align: middle;
}

.EnclosurePartCategoryTD {
    width: 130px;
}

#EnclosurePartsMobileTable th {
    background: #eee;
}

/* Breakpoint MD */
@media (max-width: 767px) {
    .SpecToolsLink {
        font-size: 8px !important;
    }
}

@media (min-width: 768px) {
    .TechSpec td {
        font-size: 13px;
    }
}

/*------------------------------------------- */
/*----------------------------- Lid Type GIFs */
/*------------------------------------------- */
.LidTypes div {
    width: 30%;
}

.LidType:hover {
    cursor: pointer;
}

/*------------------------------------------- */
/*------------- Parallax Product Header Video */
/*------------------------------------------- */
#ProductDetailsVideoWrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    #ProductDetailsVideoWrapper > video {
        object-fit: cover;
        width: 102%;
        margin-left: -1%;
        margin-top: -95px;
    }

@media screen and (max-width: 800px) {
    .VideoDownArrow {
        display: none;
    }
}

@media screen and (max-width: 1800px) {
    #ProductDetailsVideoWrapper > video {
        margin-top: 0;
    }
}

.VideoDownArrow {
    text-align: center;
    margin-top: -110px;
    position: relative;
    -webkit-animation: flickerAnimation 3s infinite;
    -moz-animation: flickerAnimation 3s infinite;
    -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}

    .VideoDownArrow a {
        color: #dfdfdf;
        -webkit-text-stroke: 1px #dfdfdf;
        text-shadow: 0 0 1px #333;
    }

@keyframes flickerAnimation {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.6;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.6;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.6;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.6;
    }
}

/*------------------------------------------- */
/*--------------------------------- Favourite */
/*------------------------------------------- */
.favorite-icon {
    cursor: pointer;
    font-size: 1.2rem;
    color: #f1c40f;
    display: block;
    text-align: center;
}

    .favorite-icon .fa-star-o {
        color: #ccc;
    }

/*------------------------------------------- */
/*--------------------------------------- DDS */
/*------------------------------------------- */

.dds {
    height: 500px;
    margin: auto;
    max-width: 600px;
    width: 90%;
}

@media screen and (min-width: 1900px) {
    .dds {
        float: right;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .dds {
        height: 350px;
    }
}

@media screen and (max-width: 1900px)and (min-width: 1400px) {
    #DDSConfigurator {
        flex: 0 0 auto;
        width: 66.6%;
    }

    #DDS-Diagram {
        flex: 0 0 auto;
        width: 100%;
    }
}


.dds-mask {
    background: #393939;
    height: 90%;
    margin-left: 2.5%;
    padding-top: 32%;
    width: 95%;
}

#dds-visible {
    height: 94%;
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dds-headbox {
    background: #fdfdfd;
    border: 1px solid #ccc;
    height: 8%;
    width: 100%;
}

.dds-hembar {
    background: #393939;
    border: 1px solid #666;
    height: 2%;
    margin: auto;
    width: 97%;
}

.diagonal-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diagonal-stripe {
    height: 2px;
    background-color: #ccc;
    transform-origin: center;
}

.dds-diag-label {
    color: #ccc;
    position: absolute;
    top: -20px; /* visually above the line */
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    pointer-events: none;
}

/*------------------------------------------- */
/*--------------------------------------- Zip */
/*------------------------------------------- */
.Fabric h5 {
    font-size: 12px;
    margin-top: 15px;
}

/*------------------------------------------- */
/*--------------------------------- Cinema Pro */
/*------------------------------------------- */
.banner {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background: #1a1a1a;
}

.theatre-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.stage-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(20, 20, 20, 0.9) 0%, rgba(30, 30, 40, 0.7) 100%), radial-gradient(circle at 50% 20%, rgba(180, 200, 230, 0.15) 0%, transparent 60%);
    animation: stageGlow 8s ease-in-out infinite;
}

.curtains {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(20, 30, 50, 0.8) 0%, rgba(30, 40, 70, 0.95) 25%, transparent 50%, rgba(30, 40, 70, 0.95) 75%, rgba(20, 30, 50, 0.8) 100%);
    filter: blur(3px);
    animation: curtainSway 10s ease-in-out infinite;
}

.spotlight-1 {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse 300px 500px at 15% 50%, rgba(230, 240, 255, 0.4) 0%, transparent 50%);
    filter: blur(12px);
    mix-blend-mode: overlay;
    animation: spotlightSweep1 10s ease-in-out infinite;
}

.spotlight-2 {
    position: absolute;
    top: -20%;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse 300px 500px at 85% 50%, rgba(200, 210, 230, 0.35) 0%, transparent 50%);
    filter: blur(12px);
    mix-blend-mode: overlay;
    animation: spotlightSweep2 12s ease-in-out infinite;
}

.ambient-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(from 0deg, rgba(255, 255, 255, 0.05) 0%, transparent 70%, rgba(255, 255, 255, 0.05) 100%), radial-gradient(circle at 50% 50%, rgba(150, 180, 220, 0.1) 0%, transparent 70%), radial-gradient(circle at 20% 80%, rgba(120, 140, 180, 0.1) 0%, transparent 60%), radial-gradient(circle at 80% 20%, rgba(100, 120, 160, 0.1) 0%, transparent 60%);
    filter: blur(15px);
    mix-blend-mode: screen;
    animation: ambientPulse 14s ease-in-out infinite, spinConic 30s linear infinite;
}

.stage-reflections {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(200, 220, 240, 0.2) 0%, transparent 100%);
    filter: blur(6px);
    mix-blend-mode: screen;
    animation: reflectionFlicker 6s ease-in-out infinite;
}

@keyframes stageGlow {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.03);
    }
}

@keyframes curtainSway {
    0%, 100% {
        transform: translateX(0) skewX(2deg);
        opacity: 0.8;
    }

    25% {
        transform: translateX(-15px) skewX(-2deg);
        opacity: 0.9;
    }

    50% {
        transform: translateX(10px) skewX(1deg);
        opacity: 1;
    }

    75% {
        transform: translateX(-10px) skewX(-1deg);
        opacity: 0.9;
    }
}

@keyframes spotlightSweep1 {
    0%, 100% {
        transform: translate(0, 0) rotate(8deg);
        opacity: 0.6;
    }

    50% {
        transform: translate(30px, 20px) rotate(-8deg);
        opacity: 1;
    }
}

@keyframes spotlightSweep2 {
    0%, 100% {
        transform: translate(0, 0) rotate(-8deg);
        opacity: 0.5;
    }

    50% {
        transform: translate(-30px, 20px) rotate(8deg);
        opacity: 0.9;
    }
}

@keyframes ambientPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes reflectionFlicker {
    0%, 100% {
        opacity: 0.4;
        transform: translateY(0) scaleY(1);
    }

    50% {
        opacity: 0.9;
        transform: translateY(-10px) scaleY(1.1);
    }
}

@keyframes spinConic {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 320px;
    color: white;
    padding: 0;
}

.logo {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

.tagline {
    font-size: 0.95rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
    width: 100%;
}

.cta-button {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: white;
    color: black;
    text-decoration: none;
    border-radius: 0;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid white;
    text-align: center;
}

    .cta-button:hover {
        background: transparent;
        color: white;
        border: 2px solid white;
    }

@media (max-width: 768px) {
    .banner {
        height: 300px;
        padding: 2rem;
    }

    .content {
        max-width: 250px;
    }

    .theatre-container {
        opacity: 0.7;
    }

    .spotlight-1, .spotlight-2 {
        background: radial-gradient(ellipse 200px 300px at 15% 50%, rgba(230, 240, 255, 0.3) 0%, transparent 50%);
    }
}

@media (max-width: 480px) {
    .banner {
        height: 280px;
        padding: 1.5rem;
    }

    .content {
        max-width: 200px;
    }

    .logo {
        margin-bottom: 0.8rem;
    }

    .tagline {
        font-size: 0.85rem;
        margin-bottom: 1.2rem;
    }

    .cta-button {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

    .theatre-container {
        opacity: 0.6;
    }

    .spotlight-1, .spotlight-2 {
        background: radial-gradient(ellipse 150px 250px at 15% 50%, rgba(230, 240, 255, 0.25) 0%, transparent 50%);
    }
}

/************************************ Random Idea */
.ribbon {
    position: absolute;
    top: 100px;
    left: -26px;
    background: #444;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 40px; /* vertical padding small, horizontal larger for length */
    letter-spacing: 1px;
    transform: rotate(-45deg); /* diagonal angle — try  -45deg for opposite direction */
    transform-origin: top left; /* pivot from top-right corner */
    box-shadow: 0 2px 5px rgba(0,0,0,0.4); /* subtle shadow for depth */
    white-space: nowrap; /* keeps text on one line */
    opacity: 90%;
}

.price-customer, .price-retail {
    padding-right: 5px!important;
    text-align: right;
}

/*------------------------------------------- */
/*-------------------------------- Body Extra */
/*------------------------------------------- */
.BodyExtraH5 {
    font-size: 14px;
    font-weight: bold;
}

.BodyExtraProductBox .row {
    border: 1px solid #dee2e6;
    border-radius: 4px !important;
    position: relative;
    overflow: hidden;
}

.BodyExtraProductBox img {
    background: #ddd;
}

.BodyExtraProductBoxContent {
    background: #fcfcfc;
    display: flex;
    align-items: center;
}

.BodyExtraProductBoxContent .btn-dark {
    background: #555;
}

    .BodyExtraProductBoxContent .btn-dark:hover {
        background: #222;
    }
