<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter&amp;family=Cormorant+Garamond&amp;family=Freehand&amp;family=Inter&amp;family=Agdasima&amp;family=Caveat&amp;display=swap');

@font-face {
    font-family: Vogue;
    src: url(Vogue.ttf);
    font-display: fallback;
}

:root {
    --FourteenPlusPointTwoFive: calc(14px + 0.25vw);
    --SixteenPlusPointFive: calc(16px + 0.5vw);
    --EighteenPlusPointFive: calc(18px + 0.5vw);
    --ThirtyPlusPointFive: calc(30px + 0.5vw);
    --ThirtyFivePlusPointFive: calc(35px + 0.5vw);
    --ThirtyEightPlusOne: calc(38px + 1vw);
}


body {
    font-family: Inter;
    font-size: var(--FourteenPlusPointTwoFive);
    width: 100%;
    margin: auto;
    background-color: white;
}

.dropdowns {
    font-family: Inter;
    font-size: var(--FourteenPlusPointTwoFive);
    margin: auto;
    background-color: white;
}

.logo_css {
    text-align: left;
    font-family: Arial;
    font-size: var(--ThirtyFivePlusPointFive);
    position: absolute;
    top: 7px;
    left: 5%;
    font-weight: 500;
    z-index: 1;
    cursor: pointer;
}

.center_auto {
    text-align: center;
    margin: auto
}


.shadow {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.limit_width {
    width: min(100%,1500px);
    margin: auto;
}

/* Header/Blog Title */
.header {
    background-color: black;
    /*background: linear-gradient(darkorange, black);*/
    text-align: center;
    color: white;
    border: hidden;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: inherit; /*Needed to put this although already in body.why?*/
    font-weight: 900;
}

.relative_for_children{
    position:relative;
}


.icon_holder{
    gap:0;
}

.icon_size {
    width: min(20%,8em);
}

.wide_100{
    width:100%;
}

.wide_max_100 {
    max-width: 100%;
}

.topnav_narrow {
    font-size: var(--EighteenPlusPointFive);
    font-family:'Agdasima';
    cursor: pointer;
    color: white;
    border: none;
    background-color: black;
    z-index: 1;
    height: 100%;
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    padding:10px;
    /*transition: 0.5s;*/
}

    .topnav_narrow a {
        color: white;
        padding: 5px 5px;
        text-decoration: none;
    }

.active_menu {
    /*background-color: limegreen;*/
    text-decoration: underline !important;
}


.topnav {
    width: 100%;
    text-align: center;
    align-content: center;
    font-size: var(--EighteenPlusPointFive);
    font-family: 'Agdasima';
    position: absolute;
    top: 5px;
    z-index: 1;
}


.topnav a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
}

    .topnav a:hover {
        /*background-color: limegreen;*/
        text-decoration: underline !important;
    }

.topnav span {
    color: black;
    padding: 5px;
    text-decoration: none;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}


.intro_main_head_line {
    font-size: var(--ThirtyEightPlusOne);
    width: 100%;
    text-align: center;
    position: absolute;
    top: 20%;
    color: white;
    font-weight: 800;
    text-transform: uppercase
}

.description_text {
    font-size: var(--EighteenPlusPointFive);
    text-align: center;
    font-weight: 200;
    position:relative;
}


.div_underline {
    border-bottom: solid;
    border-color: black;
    animation: uline 4s ease;
    display: inline-block;
    line-height: 0.1px
}


.buy_button {
    background-color: goldenrod;
/*    border: solid thick;
    border-color: black;*/
    border-radius: min(14px,1vw);
    color: black;
    padding-left: min(14px,1vw);
    padding-right: min(14px,1vw);
    padding-top: min(14px,1vw);
    padding-bottom: min(14px,1vw);
    font-size: var(--EighteenPlusPointFive);
    font-family:'Agdasima';
    font-weight:800;
    text-decoration: none;
    cursor: pointer;
}

.other_headlines {
    font-size: var(--ThirtyPlusPointFive);
    font-weight: 800;
    width: 100%;
    text-align: center;
    word-wrap: hyphenate;
    position: relative;
    font-family: Caveat;
    /*background-color: black;
    color: white;*/
}

.width_buy_main_image {
    max-width: min(40em,100%);
}


.main_page_hr {
    height: 2px;
    border-width: 0;
    max-width: min(70%,1500px);
    background-color: slategray;
    margin: auto;
}

.media_in_div {
    width: 48%; /*to a/c for gap*/
    border-radius: 1em;
}

.text_in_div {
    width: 48%;
}

.responsive_div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    flex-wrap: wrap;
    gap: 1em;
}

.openbtn {
    display: none;
    text-align: center;
    padding: 0px;
    font-family: Inter;
    font-size: inherit;
    cursor: pointer;
    background-color: black;
    color: white;
    border: none;
    position: absolute;
    top: -1px; /*to bring to same level*/
    left: 0px;
    z-index: 2;
}

.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;
}

.buy_button_vertical_placement {
    position: absolute;
    top: 80%;
}

.buy_button_horizontal_placement {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    body {
        font-family: Inter;
        /*font-size: 16px;*/
        width: 100%;
        margin: auto;
    }

    .openbtn {
        display: block;
        width: 10%;
        /*font-size: inherit;*/
        font-size:x-large;
    }

    .logo_css {
        width: 100%;
        text-align: center;
        left: 0;
    }

    .buy_button {
        /*font-size: 16px;*/
    }

    .other_button {
        /*font-size:16px;*/
    }


    .intro_main_head_line {
        /*font-size: 30px;*/
        width: 100%;
        position: relative;
        color: black;
    }

    .other_headlines {
        /*font-size: 25px;*/
    }

    .description_text {
        /*font-size: 16px;*/
    }

    .topnav {
        visibility: hidden;
    }

    .buy_button_vertical_placement {
        position: absolute;
        top: 75%;
    }

    .active_menu {
        background-color: green;
    }

    .media_in_div {
        width: 100%;
    }

    .text_in_div {
        width: 100%;
    }

    .reverse_sequence {
        flex-direction: column-reverse;
    }

}

.class_photos_customers {
    border: none;
    height: 100%;
}

#div_photos_container {
    overflow: hidden;
    position: relative
}

#div_photos {
    display: flex;
    flex-direction: row;
    height: min(300px,40%);
}

.class_photos_overlay {
    position: absolute;
    color: black;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: var(--EighteenPlusPointFive);
    font-weight: 900;
    background-color: white;
}

.testimonials {
    border: none;
    font-size: var(--EighteenPlusPointFive);
    color: black;
    text-align: center;
    margin: auto;
    width: 100%;
}

.slides_static {
    background-color: lightgrey;
}

.carousel_spacer {
    line-height: 0.2em;
}

.carousel_first {
    border: solid;
}

.carousel_thumbnails_div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(100%,400px);
    margin: auto;
}

.carousel_first_div {
    margin: auto;
}

.carousel_remaining_divs {
    display: none;
    margin: auto;
}

.carousel_reviews_background {
    background-color: aliceblue;
}

.slideshow-static-container {
    display: flex; /*As just inline causes stacking*/
    position: relative;
}


.product_thumbnails {
    width: max(50px,5vw); /*In its absence fills entire screen to actual size.*/
    text-align: center;
    background-color: lightgray;
}


/* Next &amp; previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute; /*As relative to container*/
    top: 40%;
    padding: 12px;
    color: limegreen;
    font-weight: bold;
    /*font-size: 30px;*/
    font-size: var(--ThirtyPlusPointFive);
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none; /*per reco*/
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* 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;
}


.label_tax_ship {
    font-size: smaller;
}

.div_payment_buttons_class {
    display: flex;
    margin: auto;
    justify-content: space-around;
    width: min(100%,800px);
    position: relative;
}

.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;
}

.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;
    border: thick;
    border-radius: min(7px,1vw);
    color: white;
    padding-left: min(7px,1vw);
    padding-right: 0px;
    padding-top: min(7px,1vw);
    padding-bottom: calc(min(7px,1vw)*1.5);
    font-size: var(--SixteenPlusPointFive);
    text-decoration: none;
    cursor: pointer;
}*/
.checkout_button {
    background-color: black;
    /*border-radius: min(7px,1vw);*/
    color: white;
    /*    padding-left: min(7px,1vw);
    padding-right: 0px;
    padding-top: min(7px,1vw);
    padding-bottom: calc(min(7px,1vw)*1.5);
    font-size: var(--SixteenPlusPointFive);*/
    font-size: var(--SixteenPlusPointFive);
    text-decoration: none;
    cursor: pointer;
    margin: auto;
}

.amazon_button {
    background-color: white;
    border: solid;
    /*border-color: black;*/
    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;
}

.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%;
}

.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;
}


.div_price_ooc_class {
    text-align: center;
    font-size: smaller;
    visibility: hidden;
}

.strike_through_price {
    text-decoration: line-through;
    color: red;
}


.disclaimer {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin: auto;
    align-content: center;
    font-size: var(--FourteenPlusPointTwoFive);
    background-color: black;
    color: white;
    text-align: center
}


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;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal_child {
    top: 50%;
    transform: translate(0,-50%)
}

.modal_image {
    max-width: 100%;
    max-height: 100%;
    transition: ease-in-out 1s
}

#span_close_modal {
    position: absolute;
    z-index: 1;
    background-color: black;
    top: 0.5em;
    right: 1em;
    color: white;
    font-size: 2em;
    font-weight: bold;
    transition: 0.3s;
}

.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_div {
    text-align: center;
    padding: 1vw;
}

.footer_social {
    height: 1em;
}

.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%;*/
}

.reviews_panel {
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.review {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

    .review:last-child {
        border-bottom: none;
    }

    .review h4 {
        margin: 5px 0;
        font-size: 1.1em;
        color: #333;
    }

    .review p {
        margin: 5px 0;
        font-size: 0.9em;
        color: #555;
    }

    .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;
}</pre></body></html>