﻿.dropdowns {
    font-family: Inter;
    font-size: var(--FourteenPlusPointTwoFive);
    margin: auto;
    background-color: white;
}

.topnav_narrow a:hover, .topnav_narrow a:focus {
    color: #f1f1f1;
}

.topnav a:hover {
    /*background-color: limegreen;*/
    text-decoration: underline !important;
}


.div_underline {
    border-bottom: solid;
    border-color: black;
    animation: uline 4s ease;
    display: inline-block;
    line-height: 0.1px
}


.other_button {
    background-color: black;
    border: thick;
    border-radius: min(7px,1vw);
    color: white;
    padding-left: min(7px,1vw);
    padding-right: min(7px,1vw);
    padding-top: min(7px,1vw);
    padding-bottom: min(7px,1vw);
    font-size: var(--FourteenPlusPointTwoFive);
    text-decoration: none;
    cursor: pointer;
}


@media screen and (max-width: 1000px) {

    .buy_button {
        /*font-size: 16px;*/
    }

    .other_button {
        /*font-size:16px;*/
    }

    .other_headlines {
        /*font-size: 25px;*/
        font-size: var(--TwentyFivePlusPointFive);
    }

    .description_text {
        /*font-size: 16px;*/
    }

    .reverse_sequence {
        flex-direction: column-reverse;
    }
}

.label_tax_ship {
    font-size: smaller;
}

.carousel_spacer {
    line-height: 0.2em;
}

.carousel_thumbnails_div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(100%,400px);
    margin: auto;
}

.slideshow-static-container {
    display: flex; /*As just inline causes stacking*/
    position: relative;
    background-color: lightgrey;
}


.product_thumbnails {
    width: max(50px,5vw); /*In its absence fills entire screen to actual size.*/
    text-align: center;
    background-color: lightgray;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.select_now_button {
    border: thick;
    border-radius: 5px;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: var(--SixteenPlusPointFive);
    text-align: center;
    cursor: pointer;
}


.div_button_stripe_class {
    background-color: black;
    display: flex;
}

.div_payment_button_screen_class {
    width: min(100%,600px);
    margin: auto;
    opacity: 0.7;
    background-color: antiquewhite;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
}

.align_left {
    text-align: left;
}

.no_color_hyperlink {
    text-decoration: none;
}

.elaborate_header {
    display: block;
    margin: auto;
    text-align: center;
}

.elaborate_details {
    border: solid;
    overflow: scroll;
    height: 100%;
}

.elaborate_button {
    padding: 0.25em;
    font-size: inherit;
    background-color: lightgray;
    cursor: pointer;
    border: solid;
}

.close_elaborate {
    margin: auto;
    display: block;
}

.checkout_button {
    background-color: black;
    color: white;
    font-size: var(--SixteenPlusPointFive);
    text-decoration: none;
    cursor: pointer;
    margin: auto;
}

.amazon_button {
    background-color: white;
    border: solid;
    border-radius: min(7px,1vw);
    color: orange;
    font-size: var(--SixteenPlusPointFive);
    text-decoration: none;
    cursor: pointer;
    margin: auto;
}

.dialogue_box_button {
    background-color: gray;
    border: thick;
    border-radius: min(2px,1vw);
    color: white;
    padding-left: min(2px,1vw);
    padding-right: min(2px,1vw);
    padding-top: min(2px,1vw);
    padding-bottom: min(2px,1vw);
    font-size: var(--SixteenPlusPointFive);
    text-decoration: none;
    cursor: pointer;
}

.input_textbox {
    outline: thick;
    border-radius: min(7px,1vw);
    padding-left: min(7px,1vw);
    padding-right: min(7px,1vw);
    padding-top: min(7px,1vw);
    padding-bottom: min(7px,1vw);
    font-size: var(--FourteenPlusPointTwoFive);
    background-color: lightyellow;
}

.submitted_review_textbox {
    background-color: lightgray;
    border: thick;
    border-color: black;
    border-radius: min(7px,1vw);
    color: black;
    padding-left: min(7px,1vw);
    padding-right: min(7px,1vw);
    padding-top: min(7px,1vw);
    padding-bottom: min(7px,1vw);
    font-size: smaller;
    width: 75%;
}

.submitted_review_button {
    /*background-color: darkorange;*/
    background-color: black;
    border: thick;
    border-radius: min(7px,1vw);
    color: white;
    padding-left: min(7px,1vw);
    padding-right: min(7px,1vw);
    padding-top: min(7px,1vw);
    padding-bottom: min(7px,1vw);
    text-decoration: none;
    cursor: pointer;
    font-size: large;
}


.strike_through_price {
    text-decoration: line-through;
    text-decoration-color: black;
    color: red;
}


dialogboxes_hr {
    height: 2px;
    border-width: 0;
    background-color: white;
}

.email_promo {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin: auto;
    align-content: center;
    font-size: var(--EighteenPlusPointFive);
    color: white;
    text-align: center;
    background-color: #CC0000;
    /*background: linear-gradient(red, darkred);*/
    background-color: black;
    animation: color_offer 7s ease;
}

.email_promo_status {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin: auto;
    align-content: center;
    font-size: var(--EighteenPlusPointFive);
    color: white;
    text-align: center;
    background-color: black;
    /*background: linear-gradient(green, darkgreen);*/
    animation: color_offer_status 5s ease;
}

.div_elaborate_class {
    position: fixed;
    bottom: 0;
    top: 40%;
    height: 60%;
    z-index: 1;
    width: 100%;
    margin: auto;
    color: black;
    text-align: left;
    background-color: white;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.click_panel {
    position: absolute;
    /*    transform: translate(-50%,0%);*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*    z-index: 1;*/
    cursor: pointer;
}


@keyframes fade {
    from {
        opacity: .1
    }

    to {
        opacity: 1
    }
}

@keyframes uline {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes color_offer {
    from {
        background-color: white;
    }

    to {
        background-color: black;
    }
}

@keyframes color_offer_status {
    from {
        background-color: white;
    }

    to {
        background-color: black;
    }
}

@keyframes highlight_text {
    0% {
        background-color: white;
    }

    50% {
        background-color: orangered;
    }

    100% {
        background-color: white;
    }
}


@keyframes highlight_text_from_promo {
    0% {
        background-color: white;
    }

    50% {
        background-color: yellow;
    }

    100% {
        background-color: white;
    }
}

@keyframes animate_div_photos {
    from {
        opacity: 0.6;
        transform: translateX(0px);
    }

    to {
        opacity: 0.6;
        transform: translateX(var(--photos_customers_width));
    }
}

.center_image_no_expand {
    max-width: min(100%,750px);
    margin: auto;
    display: block;
}

.div_product_detail {
    align-items: start;
}

.switch_products_display {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-0%);
    display: block;
    z-index: 1;
    background-color: #f1f1f1;
}

    .switch_products_display a {
        color: black;
        text-decoration: none;
        display: block;
    }

        .switch_products_display a:hover {
            background-color: #ddd;
        }

.faqs {
    background-color: black;
    color: white;
}

.footer_css {
    text-decoration: none;
    font-family: 'Agdasima';
    vertical-align: top;
}

.footer_social {
    height: 1em;
    width: auto;
    display: inline-block;
    aspect-ratio: 1 / 1;
}

.button_switch {
    border: solid;
    text-align: center;
    cursor: pointer;
    padding: 0.25em;
    border-radius: 0.2em
}

.products_panel {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 2em;
}

.width_left {
    width: min(100%,750px);
    margin: auto;
    text-align: left;
    /*padding-left: 3%;*/
}

.submitted_reviews_panel {
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.submitted_review {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

    .submitted_review:last-child {
        border-bottom: none;
    }

    .submitted_review h4 {
        margin: 5px 0;
        font-size: 1.1em;
        color: #333;
    }

    .submitted_review p {
        margin: 5px 0;
        font-size: 0.9em;
        color: #555;
    }

    .submitted_review .rating {
        color: #f4c542;
    }

.linear-wipe {
    text-align: center;
    background: linear-gradient(to right, black 20%, red 40%, green 60%, blue 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

/*Added*/
.for_gif {
    width: min(100%,1000px);
    border-radius: 1em;
}

.video_16to9 {
    aspect-ratio: 16 /9;
    background-color: black;
}

.video_1to1 {
    aspect-ratio: 1/1;
    background-color: black;
}

.video_4to3 {
    aspect-ratio: 4/3;
    background-color: black;
}

.product_detail_notes {
    padding-left: 2vw;
    padding-right: 2vw
}

.product_detail_bullets {
    color: forestgreen;
    font-weight: bolder
}

.compatible_table {
    border-collapse: collapse;
    width: 100%;
    font-family: Inter;
    text-align: center;
}

.compatible_table_head {
    background-color: #f2f2f2;
}

.compatible_table_body {
    background-color: #e8f4ff;
}

.compatible_table_head_sub {
    text-decoration: none;
    color: #0077cc;
}

.compatible_table_foot {
    background-color: #f9f9f9;
}

.compatible_table_foot_italic {
    font-style: italic;
}

/* Animation definition */
@keyframes slideInFast {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-in {
    animation: slideInFast 0.7s ease-out forwards;
    display: inline-block;
}

.appear-text {
    opacity: 0;
    animation: fadeIn 3s ease-out forwards;
    display: inline-block;
}

.promo_pd_page_color {
    color: darkorange;
    font-size: larger;
    background-color: black;
}

.parallel_text_width {
    width: 48%;
}

.parallel_media_width {
    border-radius: 1em;
    width: 48%
}

.product_thumbnails {
    border: 3px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

    .product_thumbnails.selected {
        border-color: black;
    }



/*Reviews*/
.reviews-container {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    /*white-space: nowrap;*/
    overflow-x: auto; /* hidden while auto-scrolling */
    scroll-behavior: smooth;
    border: 1px solid #ccc;
    background: #fafafa;
}

    /* Hide scrollbars only when auto-scrolling */
    .reviews-container.auto-scrolling {
        scrollbar-width: none; /* Firefox */
    }

        .reviews-container.auto-scrolling::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Edge */
        }

.review {
    flex: 0 0 auto;
    width: 260px;
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}

    .review .stars {
        font-size: 1.1rem;
        color: #f5a623; /* star color */
        margin-bottom: 0.5rem;
    }

    .review .review-text {
        font-size: 0.95rem;
        margin-bottom: 0.4rem;
    }

        .review .review-text::before {
            content: '"';
        }

        .review .review-text::after {
            content: '"';
        }

    .review .review-name {
        font-size: 0.85rem;
        color: #666;
    }

    /* Optional hover effect */
    .review:hover {
        box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    }

/* When user clicks and scrolling stops, show scrollbar */
.reviews-container.manual-scroll {
    overflow-x: auto;
}



/*For images*/
.photo-scroller {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    border: 1px solid #ccc;
    background: #fafafa;
    white-space: nowrap;
    justify-content: flex-start; /* ⭐ Center if content is smaller than screen */
}

.photo-card {
    flex: 0 0 auto;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: normal;
}

.photo-wrapper {
    position: relative;
}

.photo-card img {
    width: auto;
    height: min(30vh, 250px);
    object-fit: cover;
    display: block;
}

.caption-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 6px 10px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
}

.photo-scroller.manual-scroll {
    overflow-x: auto;
}


.lightbox-nav:hover {
    background: rgba(255,255,255,0.35);
}

.spinner {
    width: 22px;
    height: 22px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
