.contentWrapper {
    width: 100vw;
    overflow: hidden;
}
.btn-block {
    display: block;
    width: 100%;
}
.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img-parralax {
    position: relative;
}
.inline-block {
    display: inline-block;
    vertical-align: top;
}
.will_animate {
    opacity: 0;
}

.btn.btn-xs {
    border-width: 1px;
    padding:4px 14px;
    font-size: 16px;
}


.fs-7 {
    font-size: 0.9rem;
}
.fs-8 {
    font-size: 0.8rem;
}
.fs-9 {
    font-size: 0.7rem;
}
.fs-10 {
    font-size: 0.6rem;
}

.quantityInputGroup input {
    text-align: center;
}

.pass-wrapper {
    overflow: hidden;
    padding: 20px;
    border-radius: 8px;
    border:2px solid #F9F9F9;
    background: #fff;
}
.pass-wrapper .pass-field {
    height: 65px;
    width: 100%;
    position: relative;
}
.pass-field input {
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 17px;
    font-size: 1.3rem;
    border-radius: 5px;
    border: 1px solid #999;
}
.pass-field input:focus {
    padding: 0 16px;
    border: 2px solid #4285F4;
}
.pass-field i {
    right: 18px;
    top: 50%;
    font-size: 1.2rem;
    color: #999;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
}
.pass-wrapper .content {

}
.pass-wrapper .content .title {
    color: #333;
    font-size:16px;
}
.pass-wrapper .content .requirement-list {
    margin:0;
    margin-top: 10px;
    font-size: 14px;
    padding:0;
}
.requirement-list li {
    font-size: 14px !important;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.requirement-list li i {
    width: 20px;
    color: #aaa;
    font-size: 0.6rem;
}
.requirement-list li.valid i {
    font-size: 1.2rem;
    color: #4285F4;
}
.requirement-list li span {
    margin-left: 0px;
    color: #333;
}
.requirement-list li.valid span {
    color: #999;
}

.requirement-list li::before {
    content:'' !important;
    display: none !important;
}



@media screen and (max-width: 500px) {
    .pass-wrapper {
        padding: 15px;
    }
    .pass-wrapper .pass-field {
        height: 55px;
    }
    .pass-field input, .content p  {
        font-size: 1.15rem;
    }
    .pass-field i, .requirement-list li {
        font-size: 1.1rem;
    }
    .requirement-list li span {
        margin-left: 7px;
    }
}




.addedToCart {
    position: absolute;
    top:10px; left:10px;
    width: calc(100% - 20px);
    background-color: var(--bs-success);
    color:#FFF;
    padding: 7px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    text-align:  center;
    opacity:0;
    transform: translateY(-20px);
    transition: all 0.2s;
    z-index: 10;
}
.addedToCart.active {
    opacity: 1;
    transform: translateY(0px);
}
.cartRule img {
    aspect-ratio: 1/1;
}
#cartSummary .cartRule {
    padding-left: 15px;
    padding-right: 15px;
}



.fs-swiper {
    display: none;
    position: fixed;
    z-index: 99999;
    left:0; top:0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}
.fs-swipercontainer {
    width: 100vw;
    height: 100vh;
    position: relative;
}
.fs-swipercontainer .swiper-slide {
    overflow: hidden;
}
.fs-swipercontainer .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.fs-swipercontainer .fs-pagination {
    position: absolute;
    bottom:40px;
    width: 100%;
    text-align: center;
}
.fs-swipercontainer .fs-pagination .swiper-pagination-bullet {
    background-color: #FFF;
}
.fs-controls {
    position: absolute;
    right:10px;
    top:calc(env(safe-area-inset-top) + 10px);
    z-index: 999;
    font-size: 22px;
}
.fs-btn {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    color:#777777;
    vertical-align: center;
}
.slide-caption {
    text-align: center;           /* Center-align text */
    font-size: 16px;              /* Adjust font size */
    color: #fff;                  /* White text */
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    padding: 10px;                /* Padding around text */
    width: 100%;                  /* Ensure caption spans the full width of the slide */
    box-sizing: border-box;       /* Include padding in width */
    position: absolute;           /* Position it relative to the slide */
    bottom: 0;                    /* Place it at the bottom of the slide */
    z-index: 10;                  /* Ensure the caption is above other elements */
}
.swiper-slide {
    position: relative;           /* Allow positioning of child elements */
}




.headerImage {
    height: 20vw;
    position: relative;
    overflow: hidden;
}
.headerImage.high {
    height: 40vw;
}
.headerImage.height-1 {
    height: 20vw;
}
.headerImage.height-2 {
    height: 30vw;
}
.headerImage .image {
    position: absolute;
    left:0; top:0;
    width: 100%; height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}
.headerImage .image img {
    position: absolute;
    left:0; top:0;
    width: 100% !important; height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center center;
}
.headerImage .gradientOverlay {
    position: absolute;
    left:0; bottom:0px;
    width: 100%; height: 100%;
    z-index: 2;

    background: #133b3e;
    background: linear-gradient(345deg, rgba(19, 59, 62, 0.66) 0%, rgba(10, 45, 79, 0.42) 100%);
}
.headerImage .overlay {
    position: absolute;
    left:0; bottom:-1px;
    width: 100%;
    z-index: 3;
}
.headerImage .overlay img {
    width: 100% !important;
    display: block;
}


@media screen and (max-width: 620px) {
    .headerImage {
        height: 75vw;
    }
    .headerImage.high {
        height: 120vw;
    }
    .headerImage.height-2 {
        height: 70vw;
    }
}

