/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.9
	Stable tag: 3.4.9
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* AAP_STOREFRONT_CSS_BEGIN */
:root {
    --aap-blue: #113d8f;
    --aap-blue-dark: #08285f;
    --aap-cyan: #00a6d6;
    --aap-yellow: #ffd34f;
    --aap-coral: #ff7d66;
    --aap-mint: #70d7b6;
    --aap-ink: #172033;
    --aap-muted: #637083;
    --aap-line: #dce5f1;
    --aap-soft: #f4f8fd;
    --aap-white: #ffffff;
    --aap-radius: 8px;
    --aap-shadow: 0 18px 45px rgba(17, 61, 143, 0.16);
}

body.aap-storefront {
    background: var(--aap-soft);
    color: var(--aap-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.aap-storefront .site-header,
body.aap-storefront header.site-header,
body.aap-sitewide .site-header,
body.aap-sitewide header.site-header,
body.aap-page-wide .site-header,
body.aap-page-wide header.site-header,
body.aap-storefront .page-header,
body.aap-storefront .entry-header,
body.aap-sitewide .page-header,
body.aap-sitewide .entry-header,
body.aap-page-wide .page-header,
body.aap-page-wide .entry-header {
    display: none !important;
}

body.aap-storefront .site-footer,
body.aap-storefront footer.site-footer,
body.aap-sitewide .site-footer,
body.aap-sitewide footer.site-footer,
body.aap-page-wide .site-footer,
body.aap-page-wide footer.site-footer {
    display: none !important;
}

body.aap-storefront .site-main,
body.aap-storefront .page-content,
body.aap-storefront .entry-content {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

body.aap-storefront .elementor-section.elementor-section-boxed > .elementor-container,
body.aap-storefront .e-con.e-con-boxed > .e-con-inner {
    max-width: none;
}

body.aap-storefront .elementor-widget-shortcode,
body.aap-storefront .elementor-widget-shortcode > .elementor-widget-container,
body.aap-storefront .elementor-shortcode {
    width: 100%;
    max-width: none;
}

body.aap-storefront h1,
body.aap-storefront h2,
body.aap-storefront h3,
body.aap-storefront p {
    letter-spacing: 0;
}

body.aap-page-wide {
    background: var(--aap-soft);
}

body.aap-page-wide .site-main,
body.aap-page-wide .content-area,
body.aap-page-wide .page-content,
body.aap-page-wide .entry-content,
body.aap-page-wide .elementor-location-single {
    width: min(1440px, calc(100% - 32px));
    max-width: 1440px;
    margin-inline: auto;
}

body.aap-page-wide .elementor-section.elementor-section-boxed > .elementor-container,
body.aap-page-wide .e-con.e-con-boxed > .e-con-inner {
    max-width: 1320px;
}

body.aap-page-wide .elementor-section.elementor-section-full_width,
body.aap-page-wide .elementor-section-stretched {
    width: 100%;
}

.aap-home {
    background: var(--aap-soft);
    overflow: hidden;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.aap-topbar {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    background: var(--aap-blue-dark);
    color: var(--aap-white);
    font-size: 14px;
    font-weight: 700;
    padding: 9px 18px;
}

.aap-header {
    display: grid;
    grid-template-columns: minmax(210px, 270px) minmax(260px, 1fr) auto;
    gap: 22px;
    align-items: center;
    background: var(--aap-blue);
    color: var(--aap-white);
    padding: 18px clamp(18px, 5vw, 64px);
}

.aap-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--aap-white);
    text-decoration: none;
}

.aap-brand:hover,
.aap-actions a:hover,
.aap-pet-nav a:hover {
    color: var(--aap-yellow);
}

.aap-brand-mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--aap-yellow);
    color: var(--aap-blue-dark);
    font-weight: 900;
}

.aap-brand strong {
    display: block;
    font-size: 20px;
    line-height: 1.1;
}

.aap-brand small {
    display: block;
    color: #cfe8ff;
    font-size: 13px;
    font-weight: 700;
    margin-top: 3px;
}

.aap-search {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 48px;
}

.aap-search input {
    width: 100%;
    border: 0;
    border-radius: var(--aap-radius) 0 0 var(--aap-radius);
    padding: 0 18px;
    color: var(--aap-ink);
    font-size: 16px;
    outline: none;
}

.aap-search button {
    border: 0;
    border-radius: 0 var(--aap-radius) var(--aap-radius) 0;
    background: var(--aap-yellow);
    color: var(--aap-blue-dark);
    font-weight: 900;
    padding: 0 24px;
}

.aap-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.aap-actions a,
.aap-pet-nav a {
    color: var(--aap-white);
    font-weight: 800;
    text-decoration: none;
}

.aap-pet-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 4vw, 42px);
    flex-wrap: wrap;
    background: #0d3480;
    color: var(--aap-white);
    padding: 12px 18px;
    box-shadow: 0 8px 20px rgba(8, 40, 95, 0.18);
}

.aap-shop-for,
.aap-products,
.aap-care-band,
.aap-process {
    width: min(1180px, calc(100% - 36px));
    margin-inline: auto;
}

.aap-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 0;
    align-items: stretch;
    min-height: 470px;
    padding: 0;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
}

.aap-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, var(--aap-blue) 0%, #006fb6 54%, var(--aap-cyan) 100%);
    color: var(--aap-white);
    border-radius: 0;
    padding: clamp(32px, 6vw, 68px);
    box-shadow: var(--aap-shadow);
}

.aap-eyebrow {
    color: var(--aap-coral);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.aap-hero-copy .aap-eyebrow {
    color: var(--aap-yellow);
}

.aap-hero h1 {
    color: var(--aap-white);
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.96;
    margin: 0 0 18px;
    max-width: 770px;
}

.aap-hero p {
    color: #e9f7ff;
    font-size: 19px;
    line-height: 1.55;
    max-width: 590px;
}

.aap-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.aap-button,
.aap-card-button,
.aap-placeholder-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: var(--aap-radius);
    font-weight: 900;
    text-decoration: none;
}

.aap-button {
    padding: 0 22px;
}

.aap-button-primary {
    background: var(--aap-yellow);
    color: var(--aap-blue-dark);
}

.aap-button-light {
    background: rgba(255, 255, 255, 0.14);
    color: var(--aap-white);
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.aap-hero-media {
    min-height: 440px;
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(8, 40, 95, 0.05), rgba(8, 40, 95, 0.3)),
        url("https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=1200&q=82") center/cover;
    box-shadow: var(--aap-shadow);
}

.aap-section-heading {
    margin-bottom: 20px;
}

.aap-section-heading h2 {
    color: var(--aap-ink);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.06;
    margin: 0;
}

.aap-section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

.aap-section-heading-row a {
    color: var(--aap-blue);
    font-weight: 900;
}

.aap-shop-for,
.aap-products,
.aap-process {
    padding: 34px 0;
}

.aap-animal-grid,
.aap-product-grid,
.aap-placeholder-grid,
.aap-care-grid,
.aap-steps {
    display: grid;
    gap: 18px;
}

.aap-animal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aap-animal-card {
    min-height: 230px;
    border-radius: var(--aap-radius);
    overflow: hidden;
    background: var(--aap-white);
    box-shadow: 0 12px 32px rgba(23, 32, 51, 0.1);
}

.aap-animal-card a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 230px;
    padding: 22px;
    color: var(--aap-white);
    text-decoration: none;
    background-size: cover;
    background-position: center;
    position: relative;
}

.aap-animal-card a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 40, 95, 0.02), rgba(8, 40, 95, 0.76));
}

.aap-animal-card span,
.aap-animal-card strong,
.aap-animal-card em {
    position: relative;
    z-index: 1;
}

.aap-animal-card span {
    width: fit-content;
    background: var(--aap-yellow);
    color: var(--aap-blue-dark);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
}

.aap-animal-card strong {
    font-size: 28px;
    line-height: 1;
}

.aap-animal-card em {
    color: #f1f7ff;
    font-style: normal;
    line-height: 1.4;
    margin-top: 8px;
}

.aap-animal-puppy a {
    background-image: url("https://images.unsplash.com/photo-1598133894008-61f7fdb8cc3a?auto=format&fit=crop&w=900&q=80");
}

.aap-animal-kitten a {
    background-image: url("https://images.unsplash.com/photo-1518791841217-8f162f1e1131?auto=format&fit=crop&w=900&q=80");
}

.aap-animal-all a {
    background-image: url("https://images.unsplash.com/photo-1574158622682-e40e69881006?auto=format&fit=crop&w=900&q=80");
}

.aap-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aap-product-card,
.aap-placeholder-grid article,
.aap-care-grid article,
.aap-steps article {
    background: var(--aap-white);
    border: 1px solid var(--aap-line);
    border-radius: var(--aap-radius);
    box-shadow: 0 10px 28px rgba(23, 32, 51, 0.08);
}

.aap-product-card {
    overflow: hidden;
}

.aap-product-image {
    display: block;
    aspect-ratio: 1 / 0.82;
    background: #e9f2fb;
    overflow: hidden;
}

.aap-product-image img,
.aap-placeholder-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aap-product-info {
    padding: 16px;
}

.aap-product-info span {
    display: block;
    color: var(--aap-muted);
    font-size: 12px;
    font-weight: 800;
    min-height: 18px;
}

.aap-product-info h3 {
    font-size: 19px;
    margin: 7px 0 8px;
    line-height: 1.2;
}

.aap-product-info h3 a {
    color: var(--aap-ink);
    text-decoration: none;
}

.aap-product-summary {
    color: var(--aap-muted);
    font-size: 14px;
    line-height: 1.45;
    min-height: 60px;
    margin: 0 0 12px;
}

.aap-product-price {
    color: var(--aap-blue);
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 12px;
}

.aap-card-button,
.aap-placeholder-grid a {
    width: 100%;
    background: var(--aap-blue);
    color: var(--aap-white);
    padding: 0 14px;
}

.aap-placeholder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aap-placeholder-grid article {
    padding: 16px;
}

.aap-placeholder-grid strong,
.aap-placeholder-grid span {
    display: block;
}

.aap-placeholder-grid strong {
    color: var(--aap-ink);
    font-size: 22px;
    margin: 14px 0 6px;
}

.aap-placeholder-grid span {
    color: var(--aap-muted);
    line-height: 1.45;
    margin-bottom: 14px;
}

.aap-placeholder-image {
    aspect-ratio: 1.6 / 1;
    border-radius: var(--aap-radius);
    background-size: cover;
    background-position: center;
}

.aap-placeholder-puppy {
    background-image: url("https://images.unsplash.com/photo-1558788353-f76d92427f16?auto=format&fit=crop&w=1000&q=80");
}

.aap-placeholder-kitten {
    background-image: url("https://images.unsplash.com/photo-1574158622682-e40e69881006?auto=format&fit=crop&w=1000&q=80");
}

.aap-care-band {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 28px;
    align-items: center;
    background: var(--aap-blue-dark);
    color: var(--aap-white);
    border-radius: var(--aap-radius);
    padding: clamp(24px, 5vw, 44px);
    margin-top: 16px;
}

.aap-care-band h2 {
    color: var(--aap-white);
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.05;
    margin: 0;
}

.aap-care-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aap-care-grid article {
    padding: 18px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.aap-care-grid strong,
.aap-care-grid span {
    display: block;
}

.aap-care-grid strong {
    color: var(--aap-yellow);
    font-size: 17px;
    margin-bottom: 8px;
}

.aap-care-grid span {
    color: #dbeeff;
    line-height: 1.45;
}

.aap-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aap-steps article {
    padding: 22px;
}

.aap-steps span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--aap-mint);
    color: var(--aap-blue-dark);
    font-weight: 900;
    margin-bottom: 14px;
}

.aap-steps strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
}

.aap-steps p {
    color: var(--aap-muted);
    line-height: 1.45;
    margin: 0;
}

.aap-footer {
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    gap: 32px;
    align-items: start;
    background: var(--aap-blue-dark);
    color: var(--aap-white);
    border-radius: 0;
    padding: clamp(26px, 5vw, 48px) clamp(18px, 5vw, 64px);
    margin-top: 30px;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
}

.aap-footer .aap-brand {
    margin-bottom: 18px;
}

.aap-footer-brand p {
    color: #dbeeff;
    line-height: 1.55;
    max-width: 380px;
    margin: 0;
}

.aap-footer-lists {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.aap-footer h2 {
    color: var(--aap-yellow);
    font-size: 17px;
    line-height: 1.2;
    margin: 0 0 12px;
}

.aap-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aap-footer li + li {
    margin-top: 9px;
}

.aap-footer a {
    color: #eef7ff;
    font-weight: 800;
    text-decoration: none;
}

.aap-footer a:hover {
    color: var(--aap-yellow);
}

body.aap-storefront.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

body.aap-storefront.woocommerce ul.products li.product,
body.aap-storefront.woocommerce-page ul.products li.product {
    width: auto;
    margin: 0;
    float: none;
    background: var(--aap-white);
    border: 1px solid var(--aap-line);
    border-radius: var(--aap-radius);
    overflow: hidden;
    padding: 0 0 16px;
    box-shadow: 0 10px 28px rgba(23, 32, 51, 0.08);
}

body.aap-storefront.woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
    margin: 0 0 14px;
}

body.aap-storefront.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.aap-storefront.woocommerce ul.products li.product .price,
body.aap-storefront.woocommerce ul.products li.product .button {
    margin-left: 16px;
    margin-right: 16px;
}

body.aap-storefront.woocommerce a.button,
body.aap-storefront.woocommerce button.button,
body.aap-storefront.woocommerce input.button,
body.aap-storefront.woocommerce #respond input#submit {
    background: var(--aap-blue);
    color: var(--aap-white);
    border-radius: var(--aap-radius);
    font-weight: 900;
}

body.aap-storefront.woocommerce div.product {
    width: min(1180px, calc(100% - 36px));
    margin: 38px auto;
    background: var(--aap-white);
    border: 1px solid var(--aap-line);
    border-radius: var(--aap-radius);
    padding: clamp(18px, 4vw, 34px);
    box-shadow: var(--aap-shadow);
}

@media (max-width: 980px) {
    .aap-header,
    .aap-hero,
    .aap-care-band,
    .aap-footer {
        grid-template-columns: 1fr;
    }

    .aap-actions {
        justify-content: center;
    }

    .aap-animal-grid,
    .aap-care-grid,
    .aap-steps,
    .aap-footer-lists {
        grid-template-columns: 1fr;
    }

    .aap-product-grid,
    body.aap-storefront.woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .aap-header {
        padding: 16px;
    }

    .aap-search {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .aap-search input,
    .aap-search button {
        border-radius: var(--aap-radius);
        min-height: 46px;
    }

    .aap-shop-for,
    .aap-products,
    .aap-care-band,
    .aap-process {
        width: min(100% - 24px, 1180px);
    }

    .aap-hero {
        min-height: 0;
    }

    .aap-hero h1 {
        font-size: 40px;
    }

    .aap-hero-media {
        min-height: 270px;
    }

    .aap-product-grid,
    .aap-placeholder-grid,
    body.aap-storefront.woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .aap-section-heading-row {
        align-items: start;
        flex-direction: column;
    }
}
/* AAP_STOREFRONT_CSS_END */

body.aap-storefront .site-main,
body.aap-storefront .page-content,
body.aap-storefront .entry-content {
    max-width: none;
    padding: 0;
    margin: 0;
}

body.aap-storefront h1,
body.aap-storefront h2,
body.aap-storefront h3,
body.aap-storefront p {
    letter-spacing: 0;
}

.aap-home {
    background: var(--aap-soft);
    overflow: hidden;
}

.aap-topbar {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    background: var(--aap-blue-dark);
    color: var(--aap-white);
    font-size: 14px;
    font-weight: 700;
    padding: 9px 18px;
}

.aap-header {
    display: grid;
    grid-template-columns: minmax(210px, 270px) minmax(260px, 1fr) auto;
    gap: 22px;
    align-items: center;
    background: var(--aap-blue);
    color: var(--aap-white);
    padding: 18px clamp(18px, 5vw, 64px);
}

.aap-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--aap-white);
    text-decoration: none;
}

.aap-brand:hover,
.aap-actions a:hover,
.aap-pet-nav a:hover {
    color: var(--aap-yellow);
}

.aap-brand-mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--aap-yellow);
    color: var(--aap-blue-dark);
    font-weight: 900;
}

.aap-brand strong {
    display: block;
    font-size: 20px;
    line-height: 1.1;
}

.aap-brand small {
    display: block;
    color: #cfe8ff;
    font-size: 13px;
    font-weight: 700;
    margin-top: 3px;
}

.aap-search {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 48px;
}

.aap-search input {
    width: 100%;
    border: 0;
    border-radius: var(--aap-radius) 0 0 var(--aap-radius);
    padding: 0 18px;
    color: var(--aap-ink);
    font-size: 16px;
    outline: none;
}

.aap-search button {
    border: 0;
    border-radius: 0 var(--aap-radius) var(--aap-radius) 0;
    background: var(--aap-yellow);
    color: var(--aap-blue-dark);
    font-weight: 900;
    padding: 0 24px;
}

.aap-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.aap-actions a,
.aap-pet-nav a {
    color: var(--aap-white);
    font-weight: 800;
    text-decoration: none;
}

.aap-pet-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 4vw, 42px);
    flex-wrap: wrap;
    background: #0d3480;
    color: var(--aap-white);
    padding: 12px 18px;
    box-shadow: 0 8px 20px rgba(8, 40, 95, 0.18);
}

.aap-hero,
.aap-shop-for,
.aap-products,
.aap-care-band,
.aap-process {
    width: min(1180px, calc(100% - 36px));
    margin-inline: auto;
}

.aap-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 28px;
    align-items: stretch;
    min-height: 470px;
    padding: 34px 0 22px;
}

.aap-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, var(--aap-blue) 0%, #006fb6 54%, var(--aap-cyan) 100%);
    color: var(--aap-white);
    border-radius: var(--aap-radius);
    padding: clamp(32px, 6vw, 68px);
    box-shadow: var(--aap-shadow);
}

.aap-eyebrow {
    color: var(--aap-coral);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.aap-hero-copy .aap-eyebrow {
    color: var(--aap-yellow);
}

.aap-hero h1 {
    color: var(--aap-white);
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.96;
    margin: 0 0 18px;
    max-width: 770px;
}

.aap-hero p {
    color: #e9f7ff;
    font-size: 19px;
    line-height: 1.55;
    max-width: 590px;
}

.aap-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.aap-button,
.aap-card-button,
.aap-placeholder-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: var(--aap-radius);
    font-weight: 900;
    text-decoration: none;
}

.aap-button {
    padding: 0 22px;
}

.aap-button-primary {
    background: var(--aap-yellow);
    color: var(--aap-blue-dark);
}

.aap-button-light {
    background: rgba(255, 255, 255, 0.14);
    color: var(--aap-white);
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.aap-hero-media {
    min-height: 440px;
    border-radius: var(--aap-radius);
    background:
        linear-gradient(180deg, rgba(8, 40, 95, 0.05), rgba(8, 40, 95, 0.3)),
        url("https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=1200&q=82") center/cover;
    box-shadow: var(--aap-shadow);
}

.aap-section-heading {
    margin-bottom: 20px;
}

.aap-section-heading h2 {
    color: var(--aap-ink);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.06;
    margin: 0;
}

.aap-section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

.aap-section-heading-row a {
    color: var(--aap-blue);
    font-weight: 900;
}

.aap-shop-for,
.aap-products,
.aap-process {
    padding: 34px 0;
}

.aap-animal-grid,
.aap-product-grid,
.aap-placeholder-grid,
.aap-care-grid,
.aap-steps {
    display: grid;
    gap: 18px;
}

.aap-animal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aap-animal-card {
    min-height: 230px;
    border-radius: var(--aap-radius);
    overflow: hidden;
    background: var(--aap-white);
    box-shadow: 0 12px 32px rgba(23, 32, 51, 0.1);
}

.aap-animal-card a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 230px;
    padding: 22px;
    color: var(--aap-white);
    text-decoration: none;
    background-size: cover;
    background-position: center;
    position: relative;
}

.aap-animal-card a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 40, 95, 0.02), rgba(8, 40, 95, 0.76));
}

.aap-animal-card span,
.aap-animal-card strong,
.aap-animal-card em {
    position: relative;
    z-index: 1;
}

.aap-animal-card span {
    width: fit-content;
    background: var(--aap-yellow);
    color: var(--aap-blue-dark);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
}

.aap-animal-card strong {
    font-size: 28px;
    line-height: 1;
}

.aap-animal-card em {
    color: #f1f7ff;
    font-style: normal;
    line-height: 1.4;
    margin-top: 8px;
}

.aap-animal-puppy a {
    background-image: url("https://images.unsplash.com/photo-1598133894008-61f7fdb8cc3a?auto=format&fit=crop&w=900&q=80");
}

.aap-animal-kitten a {
    background-image: url("https://images.unsplash.com/photo-1518791841217-8f162f1e1131?auto=format&fit=crop&w=900&q=80");
}

.aap-animal-all a {
    background-image: url("https://images.unsplash.com/photo-1574158622682-e40e69881006?auto=format&fit=crop&w=900&q=80");
}

.aap-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aap-product-card,
.aap-placeholder-grid article,
.aap-care-grid article,
.aap-steps article {
    background: var(--aap-white);
    border: 1px solid var(--aap-line);
    border-radius: var(--aap-radius);
    box-shadow: 0 10px 28px rgba(23, 32, 51, 0.08);
}

.aap-product-card {
    overflow: hidden;
}

.aap-product-image {
    display: block;
    aspect-ratio: 1 / 0.82;
    background: #e9f2fb;
    overflow: hidden;
}

.aap-product-image img,
.aap-placeholder-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aap-product-info {
    padding: 16px;
}

.aap-product-info span {
    display: block;
    color: var(--aap-muted);
    font-size: 12px;
    font-weight: 800;
    min-height: 18px;
}

.aap-product-info h3 {
    font-size: 19px;
    margin: 7px 0 8px;
    line-height: 1.2;
}

.aap-product-info h3 a {
    color: var(--aap-ink);
    text-decoration: none;
}

.aap-product-price {
    color: var(--aap-blue);
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 12px;
}

.aap-card-button,
.aap-placeholder-grid a {
    width: 100%;
    background: var(--aap-blue);
    color: var(--aap-white);
    padding: 0 14px;
}

.aap-placeholder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aap-placeholder-grid article {
    padding: 16px;
}

.aap-placeholder-grid strong,
.aap-placeholder-grid span {
    display: block;
}

.aap-placeholder-grid strong {
    color: var(--aap-ink);
    font-size: 22px;
    margin: 14px 0 6px;
}

.aap-placeholder-grid span {
    color: var(--aap-muted);
    line-height: 1.45;
    margin-bottom: 14px;
}

.aap-placeholder-image {
    aspect-ratio: 1.6 / 1;
    border-radius: var(--aap-radius);
    background-size: cover;
    background-position: center;
}

.aap-placeholder-puppy {
    background-image: url("https://images.unsplash.com/photo-1558788353-f76d92427f16?auto=format&fit=crop&w=1000&q=80");
}

.aap-placeholder-kitten {
    background-image: url("https://images.unsplash.com/photo-1574158622682-e40e69881006?auto=format&fit=crop&w=1000&q=80");
}

.aap-care-band {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 28px;
    align-items: center;
    background: var(--aap-blue-dark);
    color: var(--aap-white);
    border-radius: var(--aap-radius);
    padding: clamp(24px, 5vw, 44px);
    margin-top: 16px;
}

.aap-care-band h2 {
    color: var(--aap-white);
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.05;
    margin: 0;
}

.aap-care-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aap-care-grid article {
    padding: 18px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.aap-care-grid strong,
.aap-care-grid span {
    display: block;
}

.aap-care-grid strong {
    color: var(--aap-yellow);
    font-size: 17px;
    margin-bottom: 8px;
}

.aap-care-grid span {
    color: #dbeeff;
    line-height: 1.45;
}

.aap-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aap-steps article {
    padding: 22px;
}

.aap-steps span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--aap-mint);
    color: var(--aap-blue-dark);
    font-weight: 900;
    margin-bottom: 14px;
}

.aap-steps strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
}

.aap-steps p {
    color: var(--aap-muted);
    line-height: 1.45;
    margin: 0;
}

body.aap-storefront.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

body.aap-storefront.woocommerce ul.products li.product,
body.aap-storefront.woocommerce-page ul.products li.product {
    width: auto;
    margin: 0;
    float: none;
    background: var(--aap-white);
    border: 1px solid var(--aap-line);
    border-radius: var(--aap-radius);
    overflow: hidden;
    padding: 0 0 16px;
    box-shadow: 0 10px 28px rgba(23, 32, 51, 0.08);
}

body.aap-storefront.woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
    margin: 0 0 14px;
}

body.aap-storefront.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.aap-storefront.woocommerce ul.products li.product .price,
body.aap-storefront.woocommerce ul.products li.product .button {
    margin-left: 16px;
    margin-right: 16px;
}

body.aap-storefront.woocommerce a.button,
body.aap-storefront.woocommerce button.button,
body.aap-storefront.woocommerce input.button,
body.aap-storefront.woocommerce #respond input#submit {
    background: var(--aap-blue);
    color: var(--aap-white);
    border-radius: var(--aap-radius);
    font-weight: 900;
}

body.aap-storefront.woocommerce div.product {
    width: min(1180px, calc(100% - 36px));
    margin: 38px auto;
    background: var(--aap-white);
    border: 1px solid var(--aap-line);
    border-radius: var(--aap-radius);
    padding: clamp(18px, 4vw, 34px);
    box-shadow: var(--aap-shadow);
}

@media (max-width: 980px) {
    .aap-header,
    .aap-hero,
    .aap-care-band {
        grid-template-columns: 1fr;
    }

    .aap-actions {
        justify-content: center;
    }

    .aap-animal-grid,
    .aap-care-grid,
    .aap-steps {
        grid-template-columns: 1fr;
    }

    .aap-product-grid,
    body.aap-storefront.woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .aap-header {
        padding: 16px;
    }

    .aap-search {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .aap-search input,
    .aap-search button {
        border-radius: var(--aap-radius);
        min-height: 46px;
    }

    .aap-hero,
    .aap-shop-for,
    .aap-products,
    .aap-care-band,
    .aap-process {
        width: min(100% - 24px, 1180px);
    }

    .aap-hero {
        min-height: 0;
    }

    .aap-hero h1 {
        font-size: 40px;
    }

    .aap-hero-media {
        min-height: 270px;
    }

    .aap-product-grid,
    .aap-placeholder-grid,
    body.aap-storefront.woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .aap-section-heading-row {
        align-items: start;
        flex-direction: column;
    }
}
