/* _content/CatsOfOhana.Ui/Components/Layout/Footer.razor.rz.scp.css */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer[b-gxm7q4l5vu] {
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    padding-bottom: 50px;
    position: relative;
}

.footer .footer-top[b-gxm7q4l5vu] {
    padding-top: 50px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo[b-gxm7q4l5vu] {
    line-height: 1;
    margin-bottom: 25px;
}

.footer .footer-about .logo img[b-gxm7q4l5vu] {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-about .logo span[b-gxm7q4l5vu] {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--heading-font);
    color: var(--heading-color);
}

.footer .footer-about p[b-gxm7q4l5vu] {
    font-size: 14px;
    font-family: var(--heading-font);
}

.footer .social-links a[b-gxm7q4l5vu] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover[b-gxm7q4l5vu] {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.footer h4[b-gxm7q4l5vu] {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links[b-gxm7q4l5vu] {
    margin-bottom: 30px;
}

.footer .footer-links ul[b-gxm7q4l5vu] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i[b-gxm7q4l5vu] {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li[b-gxm7q4l5vu] {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child[b-gxm7q4l5vu] {
    padding-top: 0;
}

.footer .footer-links ul a[b-gxm7q4l5vu] {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    display: inline-block;
    line-height: 1;
}

.footer .footer-links ul a:hover[b-gxm7q4l5vu] {
    color: var(--accent-color);
}

.footer .footer-contact p[b-gxm7q4l5vu] {
    margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form[b-gxm7q4l5vu] {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 6px 8px;
    position: relative;
    border-radius: 4px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
    display: flex;
    background-color: var(--background-color);
    transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within[b-gxm7q4l5vu] {
    border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email][b-gxm7q4l5vu] {
    border: 0;
    padding: 4px;
    width: 100%;
    background-color: var(--background-color);
    color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible[b-gxm7q4l5vu] {
    outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit][b-gxm7q4l5vu] {
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    margin: -7px -8px -7px 0;
    background: var(--accent-color);
    color: var(--contrast-color);
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover[b-gxm7q4l5vu] {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright[b-gxm7q4l5vu] {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p[b-gxm7q4l5vu] {
    margin-bottom: 0;
}

.footer .credits[b-gxm7q4l5vu] {
    margin-top: 6px;
    font-size: 13px;
}
/* _content/CatsOfOhana.Ui/Components/Pages/Parts/Goods.razor.rz.scp.css */
/*--------------------------------------------------------------
# Goods Section
--------------------------------------------------------------*/
.goods[b-57974l0xl2] {
    background-color: color-mix(in srgb, var(--background-color) 90%, white 5%);
}

.goods .goods-filters[b-57974l0xl2] {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.goods .goods-filters li[b-57974l0xl2] {
    color: var(--default-color);
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px 10px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition: all ease-in-out 0.3s;
    font-family: var(--heading-font);
}

.goods .goods-filters li:hover[b-57974l0xl2],
.goods .goods-filters li.filter-active[b-57974l0xl2] {
    color: var(--accent-color);
}

.goods .goods-filters li:last-child[b-57974l0xl2] {
    margin-right: 0;
}

.goods .goods-item[b-57974l0xl2] {
    margin-top: 50px;
    position: relative;
}

.goods-img img[b-57974l0xl2] {
    width: 100%; /* Ensure the image fills the container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove extra space below the image */
    border-radius: 50%;
}

.goods-img img[b-57974l0xl2],
div.goods-ingredients[b-57974l0xl2],
a.goods-name[b-57974l0xl2],
span.goods-price[b-57974l0xl2] {
    cursor: pointer;
}

.goods .goods-img[b-57974l0xl2] {
    width: 100px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    border: 8px solid color-mix(in srgb, var(--default-color), transparent 90%);
    transition: transform 0.3s ease-in-out;

    display: inline-block; /* Ensures the picture element respects dimensions */
    height: auto; /* Maintain aspect ratio */
}

.goods-img img:hover[b-57974l0xl2] {
    transform: scale(1.1);
    border: 3px solid color-mix(in srgb, var(--accent-color), transparent 10%);
}

.goods .goods-content[b-57974l0xl2] {
    margin-left: 95px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.goods .goods-content[b-57974l0xl2]::after {
    content: "......................................................................" "...................................................................." "....................................................................";
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: var(--layer-1);
    color: color-mix(in srgb, var(--default-color), transparent 60%);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.goods .goods-content a[b-57974l0xl2] {
    color: var(--heading-color);
    background: #191815;
    padding-right: 10px;
    position: relative;
    z-index: var(--layer-2);
    font-weight: 700;
    transition: 0.3s;
}

.goods .goods-content a:hover[b-57974l0xl2] {
    color: var(--accent-color);
}

.goods .goods-content span[b-57974l0xl2] {
    background: #191815;
    color: var(--accent-color);
    position: relative;
    z-index: var(--layer-2);
    padding: 0 10px;
    font-weight: 600;
}

.goods .goods-ingredients[b-57974l0xl2] {
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    font-family: var(--nav-font);
    color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Some Iframe Code must be here! 
--------------------------------------------------------------*/

/* Iframe Overlay */
.iframe-overlay[b-57974l0xl2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: var(--layer-iframe-1);
    overflow: auto;
}

/* Iframe Container */
.iframe-container[b-57974l0xl2] {
    width: 95%;
    height: 95%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0 4px var(--accent-color);
}

/* Iframe itself */
.iframe-container iframe[b-57974l0xl2] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

.close-btn[b-57974l0xl2] {
    position: absolute;
    top: 10px; /* Adjusted to position inside the container */
    right: 10px; /* Adjusted to position inside the container */
    font-size: 24px; /* Slightly smaller for better fit */
    color: var(--clr-error);
    border: none;
    padding: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for better visibility */
    border-radius: 50%;
    width: 40px; /* Fixed width and height */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: var(--layer-iframe-2);
    transition: background 0.3s ease; /* Smooth hover effect */
}

.close-btn:hover[b-57974l0xl2] {
    background: rgba(0, 0, 0, 0.8); /* Darker on hover */
}

.close-btn:hover[b-57974l0xl2] {
    color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/* Responsive Aspect Ratios */
.iframe-container[b-57974l0xl2] {
    aspect-ratio: 4 / 3; /* Default for small screens */
    .section-title p {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .content div[b-57974l0xl2] {
        padding-top: 10px;
    }
}

/* For tablets and larger phones */
@media (min-width: 768px) {
    .iframe-container[b-57974l0xl2] {
        .section-title p {
            font-size: 30px;
            padding-bottom: 20px;
        }
        aspect-ratio: 16 / 9;[b-57974l0xl2]
    }
}

/* For desktops */
@media (min-width: 1200px) {
    .iframe-container[b-57974l0xl2] {
        .section-title p {
            padding-bottom: 20px;
        }
        aspect-ratio: 21 / 9;[b-57974l0xl2] 
    }
    
    .close-btn[b-57974l0xl2] {
        top: 20px;
        right: 20px;
        font-size: 32px;
        width: 50px;
        height: 50px;
    }
}
/* _content/CatsOfOhana.Ui/Components/Pages/Parts/Hero.razor.rz.scp.css */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero[b-1l6nwouj9p] {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-color);
}

.hero img[b-1l6nwouj9p] {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: var(--layer-1);
}

.hero[b-1l6nwouj9p]:before {
    content: "";
    background: color-mix(in srgb, var(--background-color), transparent 50%);
    position: absolute;
    inset: 0;
    z-index: var(--layer-2);
}

.hero .container[b-1l6nwouj9p] {
    position: relative;
    z-index: var(--layer-3);
}

.hero h2[b-1l6nwouj9p] {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
}

.hero h2 span[b-1l6nwouj9p] {
    color: var(--accent-color);
}

.hero p[b-1l6nwouj9p] {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 10px 0 0 0;
    font-size: 24px;
}

.hero .cta-btn[b-1l6nwouj9p] {
    color: var(--default-color);
    border: 2px solid var(--accent-color);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.3s;
    flex-shrink: 0;
}

.hero .cta-btn:first-child[b-1l6nwouj9p] {
    margin-right: 10px;
}

.hero .cta-btn:hover[b-1l6nwouj9p] {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

@media (max-width: 480px) {
    .hero .cta-btn[b-1l6nwouj9p] {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .hero h2[b-1l6nwouj9p] {
        font-size: 32px;
    }

    .hero p[b-1l6nwouj9p] {
        font-size: 18px;
    }
}


/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn[b-1l6nwouj9p] {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

.pulsating-play-btn[b-1l6nwouj9p]:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-play-btn-b-1l6nwouj9p 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn[b-1l6nwouj9p]:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: var(--layer-4);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover[b-1l6nwouj9p]:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: var(--layer-iframe-1);
    animation: none;
    border-radius: 0;
}

.pulsating-play-btn:hover[b-1l6nwouj9p]:after {
    border-left: 15px solid var(--accent-color);
    transform: scale(20);
}

@keyframes pulsate-play-btn-b-1l6nwouj9p {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
/* _content/CatsOfOhana.Ui/Components/Pages/Parts/Iframes/ProductIframe.razor.rz.scp.css */
img[b-oqjozhsb9g] {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Etsy Button
--------------------------------------------------------------*/
.etsy-button[b-oqjozhsb9g] {
    background-color: hsl(24, 90%, 48%);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.etsy-button:hover[b-oqjozhsb9g] {
    background-color: hsl(24, 100%, 48%);
}

.etsy-logo-text[b-oqjozhsb9g] {
    font-family: 'Georgia', serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

#iframe-title[b-oqjozhsb9g] {
    padding-bottom: 0; /* override css from main */
}

/* Target .section-title and its children inside #events */
#events .section-title p[b-oqjozhsb9g] {
    font-size: 24px;
    padding-bottom: 15px;
}

#events .content div[b-oqjozhsb9g] {
    padding-top: 10px;
}

@media (min-width: 768px) {
    #events .section-title p[b-oqjozhsb9g] {
        font-size: 30px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    #events .section-title p[b-oqjozhsb9g] {
        font-size: 30px;
        padding-bottom: 20px;
    }
}
/* _content/CatsOfOhana.Ui/Components/Pages/Parts/Team.razor.rz.scp.css */
/*--------------------------------------------------------------
# Teams Section
--------------------------------------------------------------*/
.team[b-qld35q985k] {
    --default-color: #ffffff;
    --contrast-color: #ffffff;
}

.team .member[b-qld35q985k] {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.team .member .member-info[b-qld35q985k] {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.team .member .member-info-content[b-qld35q985k] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s;
}

.team .member .member-info-content h4[b-qld35q985k] {
    color: var(--contrast-color);
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.team .member .member-info-content span[b-qld35q985k] {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member .social[b-qld35q985k] {
    position: absolute;
    left: 0;
    bottom: -38px;
    right: 0;
    height: 48px;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
}

.team .member .social a[b-qld35q985k] {
    transition: color 0.3s;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0 10px;
    display: inline-block;
}

.team .member .social a:hover[b-qld35q985k] {
    color: var(--accent-color);
}

.team .member .social i[b-qld35q985k] {
    font-size: 18px;
    margin: 0 2px;
}

.team .member:hover .member-info[b-qld35q985k] {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.team .member:hover .member-info-content[b-qld35q985k] {
    bottom: 60px;
    transition: bottom 0.4s;
}

.team .member:hover .social[b-qld35q985k] {
    bottom: 0;
    transition: bottom ease-in-out 0.4s;
}
/* _content/CatsOfOhana.Ui/Components/Pages/Parts/WhyUs.razor.rz.scp.css */

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .card-item[b-ti51tpb404] {
    background: color-mix(in srgb, var(--default-color), transparent 95%);
    padding: 50px 30px;
    transition: all ease-in-out 0.3s;
    height: 100%;
    position: relative;
}

.why-us .card-item span[b-ti51tpb404] {
    color: var(--accent-color);
    display: block;
    font-size: 28px;
    font-weight: 700;
}

.why-us .card-item h4[b-ti51tpb404] {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
}

.why-us .card-item h4 a[b-ti51tpb404] {
    color: var(--heading-color);
}

.why-us .card-item p[b-ti51tpb404] {
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin: 0;
    padding: 0;
}

.why-us .card-item:hover[b-ti51tpb404] {
    background: var(--accent-color);
    padding: 30px 30px 70px 30px;
}

.why-us .card-item:hover span[b-ti51tpb404],
.why-us .card-item:hover h4 a[b-ti51tpb404],
.why-us .card-item:hover p[b-ti51tpb404] {
    color: var(--contrast-color);
}
/* _content/CatsOfOhana.Ui/Components/_404.razor.rz.scp.css */
.notfound[b-wuvytimk7f]:before {
    content: "";
    background: color-mix(in srgb, var(--background-color), transparent 50%);
    position: absolute;
    inset: 0;
    z-index: var(--layer-2);
}

.notfound-content[b-wuvytimk7f] {
    position: relative;
    width: 100%;
    height: auto;
}

.notfound-image[b-wuvytimk7f] {
    width: 100%;
    height: auto;
    display: block;
}

.notfound-text[b-wuvytimk7f] {
    position: absolute;
    top: 50%; /* Align vertically */
    left: 50%; /* Align horizontally */
    transform: translate(-50%, -50%); /* Center the text */
    color: white; /* Make text readable on a dark image */
    text-align: center;
    z-index: var(--layer-2);
    background: rgba(0, 0, 0, 0.5); /* Optional: Add a semi-transparent background for readability */
    padding: 20px; /* Add some spacing around the text */
    border-radius: 10px; /* Optional: Round the background corners */
}
