/* Petcarto brand theme */
:root,
.theme-color-1 {
    --theme-color: #F39222;
    --theme-color-rgb: 243, 146, 34;
    --theme-color1: #E07F12;
    --theme-color1-rgb: 224, 127, 18;
    --theme-secondary: #144772;
    --theme-secondary-rgb: 20, 71, 114;
}

.theme-secondary-color {
    color: var(--theme-secondary) !important;
}

.theme-secondary-bg {
    background-color: var(--theme-secondary) !important;
}

/* ---- Secondary blue: structure / chrome ---- */

/* Top announcement bar */
.header-top {
    background: var(--theme-secondary) !important;
    background-image: none !important;
}

/* All Categories */
.header-nav-left .dropdown-category {
    background: var(--theme-secondary) !important;
    background-image: none !important;
    color: #fff !important;
}

.header-nav-left .dropdown-category:hover {
    background: #0f3558 !important;
    background-image: none !important;
}

/* Main nav links */
.header-nav .nav-menu > li > a,
.navbar-nav .nav-link {
    color: var(--theme-secondary) !important;
}

.header-nav .nav-menu > li > a:hover,
.header-nav .nav-menu > li > a.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--theme-color) !important;
}

/* Header utility icons (phone, wishlist, cart, user) */
.navbar-top .right-side-menu .right-side .header-wishlist .feather,
.navbar-top .right-side-menu .right-side .delivery-login-box .delivery-icon .feather,
.navbar-top .right-side-menu .right-side .delivery-login-box .delivery-icon i {
    color: var(--theme-secondary) !important;
    stroke: var(--theme-secondary);
}

.navbar-top .right-side-menu .right-side .header-wishlist:hover .feather,
.navbar-top .right-side-menu .right-side .delivery-login-box:hover .feather {
    color: var(--theme-color) !important;
    stroke: var(--theme-color);
}

/* Deal Today — secondary tint */
.header-nav-right .deal-button {
    color: var(--theme-secondary) !important;
}

.header-nav-right .deal-button::before {
    background-color: var(--theme-secondary) !important;
    opacity: 0.12;
}

.header-nav-right .deal-button:hover {
    color: var(--theme-color) !important;
}

/* Footer — Petcarto brand */
footer.petcarto-footer .service-section .service-box .service-image {
    background: rgba(var(--theme-secondary-rgb), 0.08);
}

footer.petcarto-footer .service-section .service-box .service-detail h5 {
    color: var(--theme-secondary);
}

footer.petcarto-footer .footer-title h4 {
    color: var(--theme-secondary) !important;
    position: relative;
    padding-bottom: 10px;
}

footer.petcarto-footer .footer-title h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    background: var(--theme-color);
    border-radius: 2px;
}

footer.petcarto-footer .footer-logo-contain p {
    color: #4a5568;
}

footer.petcarto-footer .footer-logo-contain .address li .feather,
footer.petcarto-footer .footer-contact .footer-number .feather {
    color: var(--theme-color) !important;
    stroke: var(--theme-color) !important;
}

footer.petcarto-footer .footer-logo-contain .address li a:hover,
footer.petcarto-footer .footer-contain ul li a:hover {
    color: var(--theme-color) !important;
}

footer.petcarto-footer .footer-contact .contact-number h5 {
    color: var(--theme-secondary) !important;
}

footer.petcarto-footer .sub-footer {
    background-color: var(--theme-secondary) !important;
    border-radius: 8px;
    padding: 18px 22px !important;
}

footer.petcarto-footer .sub-footer .reserve h6,
footer.petcarto-footer .sub-footer .social-link h6 {
    color: #fff !important;
    margin: 0;
}

footer.petcarto-footer .sub-footer .social-link ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer.petcarto-footer .sub-footer .social-link ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff !important;
    font-size: 14px;
    transition: background-color .2s ease, color .2s ease;
}

footer.petcarto-footer .sub-footer .social-link ul li a i,
footer.petcarto-footer .sub-footer .social-link ul li a .fa-brands {
    color: #fff !important;
}

footer.petcarto-footer .sub-footer .social-link ul li a:hover {
    background: var(--theme-color) !important;
    color: #fff !important;
}

footer.petcarto-footer .sub-footer .social-link ul li a:hover i,
footer.petcarto-footer .sub-footer .social-link ul li a:hover .fa-brands {
    color: #fff !important;
}

/* Section titles / product name hover */
.title .title .title,
.product-box-3 .product-detail h5 a:hover,
.product-box .product-detail h6 a:hover {
    color: var(--theme-secondary);
}

/* ---- Primary orange: action CTAs only ---- */
.btn-animation,
.btn-2-animation,
.btn.theme-bg-color,
.theme-bg-color,
.navbar-top .search-box .search-button-2,
.home-contain .btn-animation,
.banner-contain .btn-animation {
    background: var(--theme-color) !important;
    background-image: none !important;
    border-color: var(--theme-color) !important;
}

.btn-animation:hover,
.btn-2-animation:hover,
.navbar-top .search-box .search-button-2:hover {
    background: var(--theme-color1) !important;
    background-image: none !important;
}

/* Product card hover actions — 2 icons (view + wishlist) */

.product-box-3 .product-header .product-image .product-option {
    width: auto;
    min-width: 96px;
    padding: 8px 10px;
    gap: 0;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(34, 34, 34, 0.12);
}

.product-box-3 .product-header .product-image .product-option li {
    width: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 12px;
    line-height: 0;
}

.product-box-3 .product-header .product-image .product-option li + li::after {
    left: 0;
    right: auto;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.25;
}

.product-box-3 .product-header .product-image .product-option li a,
.product-box-3 .product-header .product-image .product-option li button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #4a5568;
    line-height: 0;
    box-shadow: none;
}

.product-box-3 .product-header .product-image .product-option li a:hover,
.product-box-3 .product-header .product-image .product-option li button:hover {
    color: var(--theme-color);
}

.product-box-3 .product-header .product-image .product-option li a .feather,
.product-box-3 .product-header .product-image .product-option li button .feather {
    width: 17px;
    height: 17px;
    stroke-width: 2;
}

.product-box-3 .product-header .product-image .product-option li button.wishlist-toggle-btn.active,
.product-box-3 .product-header .product-image .product-option li button.wishlist-toggle-btn.active .feather {
    color: var(--theme-color);
    fill: var(--theme-color);
}

/* Product cards — larger, clearer product images */
.product-box-3 {
    padding: 10px !important;
    background: #fff !important;
    border: 1px solid #eef0f3;
    border-radius: 12px;
    overflow: hidden;
}

.product-box-3:hover {
    border-color: #e5e7eb;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
}

.product-box-3 .product-header {
    margin: 0;
}

.product-box-3 .product-header .product-image {
    padding: 0 !important;
    margin: 0 !important;
    background: #fff;
    border-radius: 10px;
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden;
}

.product-box-3 .product-header .product-image a {
    display: block;
    width: 100%;
    line-height: 0;
}

.product-box-3 .product-header .product-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    vertical-align: top;
}

.product-box-3:hover .product-header .product-image img {
    transform: scale(1.03) !important;
}

.product-box-3 .product-footer {
    padding-top: 12px;
}

.product-box-3 .product-footer .product-detail .span-name {
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.product-box-3 .product-footer .product-detail .name {
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}

.product-box-3 .product-footer .price {
    margin-top: 4px;
}

.product-box-3 .product-footer .price .theme-color {
    font-size: 17px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .product-box-3 {
        padding: 8px !important;
    }
}

/* Petcarto logo — clearly readable in header */
.navbar-top .web-logo.nav-logo {
    flex-shrink: 0;
    margin-bottom: 0 !important;
    margin-right: 18px;
}

.navbar-top .web-logo.nav-logo img,
.web-logo.nav-logo img {
    width: 201px !important;
    max-width: 201px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .navbar-top .web-logo.nav-logo img,
    .web-logo.nav-logo img {
        width: 170px !important;
        max-width: 170px !important;
    }
}

@media (max-width: 575px) {
    .navbar-top .web-logo.nav-logo img,
    .web-logo.nav-logo img {
        width: 140px !important;
        max-width: 140px !important;
    }
}

.footer-logo .theme-logo a img {
    width: 201px !important;
    max-width: 201px !important;
    height: auto !important;
    object-fit: contain;
}

/* Header top social icons (replaces language/currency) */
.header-top-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top-social .right-nav-list {
    border: 0 !important;
    padding: 0 2px !important;
}

.header-top-social .header-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    transition: background-color .2s ease, transform .2s ease;
}

.header-top-social .header-social-link:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    transform: translateY(-1px);
}

/* Header nav link polish (moved from inline) */
header .navbar.navbar-expand-xl .navbar-nav .nav-link::before,
header .navbar.navbar-expand-xl .navbar-nav .nav-link::after,
header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link::before,
header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link::after,
header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-item::after {
    display: none !important;
    content: none !important;
}

/* Products filter sidebar (moved from inline page styles) */
.blog-section .left-sidebar-box .products-filter-box {
    margin-top: 16px;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 18px 16px;
}

.blog-section .left-sidebar-box .products-filter-box .products-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
}

.blog-section .left-sidebar-box .products-filter-box .products-filter-head h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.blog-section .left-sidebar-box .products-filter-box .products-filter-head a {
    font-size: 13px;
    font-weight: 600;
    color: var(--theme-color);
    text-decoration: none;
    white-space: nowrap;
}

.blog-section .left-sidebar-box .products-filter-box .products-filter-head a:hover {
    opacity: 0.8;
}

.blog-section .left-sidebar-box .products-filter-box .accordion-item {
    background: transparent;
    padding: 12px 0;
    margin-top: 0 !important;
    border-bottom: 1px solid #ebebeb;
}

.blog-section .left-sidebar-box .products-filter-box .accordion-item:last-of-type {
    border-bottom: none;
}

.blog-section .left-sidebar-box .products-filter-box .accordion-item .accordion-header .accordion-button {
    background: transparent;
    box-shadow: none;
    font-size: 15px;
}

.blog-section .left-sidebar-box .products-filter-box .accordion-item .accordion-body {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

.blog-section .left-sidebar-box .products-filter-box .products-filter-apply {
    margin-top: 14px;
    padding-top: 4px;
}

.blog-section .left-sidebar-box .products-filter-box .form-control {
    background: #fff;
    border: 1px solid #e5e7eb;
}

/* Homepage hero Shop Now — bottom-left, smaller CTA */
.home-section .home-contain .home-detail.p-bottom-left {
    align-items: flex-end !important;
    padding-bottom: clamp(14px, 3vw, 28px) !important;
}

.home-section .home-button.btn-animation {
    display: inline-flex;
    width: auto;
    max-width: max-content;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    gap: 8px;
    margin-top: 0 !important;
}

.home-section .home-button.btn-animation .icon,
.home-section .home-button.btn-animation i {
    font-size: 13px;
}

/* Delivery pincode modal */
.location-check-modal .modal-dialog {
    overflow: visible;
}

.location-check-modal .modal-content {
    border: 0;
    border-radius: 12px;
    overflow: visible;
}

.location-check-modal .modal-header {
    position: relative;
    padding-right: 48px;
}

.location-check-modal .modal-title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--theme-secondary, #144772);
    font-weight: 700;
    width: auto !important;
    margin: 0;
}

.location-check-modal .modal-title .feather,
.location-check-modal .modal-title svg {
    width: 18px;
    height: 18px;
    color: var(--theme-color, #F39222);
    stroke: var(--theme-color, #F39222);
}

.location-check-modal .modal-header .btn-close {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    transform: none !important;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--theme-color, #F39222) !important;
    background-image: none !important;
    opacity: 1 !important;
    z-index: 5;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.location-check-modal .modal-header .btn-close i {
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.location-check-modal .pincode-input-wrap {
    position: relative;
}

.location-check-modal .pincode-input-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    color: var(--theme-secondary, #144772);
    font-size: 15px;
    line-height: 1;
}

.location-check-modal .pincode-input {
    height: 48px;
    padding-left: 42px !important;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
}

.location-check-modal .pincode-input:focus {
    border-color: var(--theme-color, #F39222);
    box-shadow: 0 0 0 3px rgba(243, 146, 34, 0.15);
}

.location-check-modal #checkPincodeBtn {
    height: 46px;
    border-radius: 8px;
}

/* Header live search suggestions */
.header-search-box {
    position: relative;
}

.header-search-suggestions {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(20, 71, 114, 0.14);
    max-height: 380px;
    overflow-y: auto;
    padding: 8px 0;
}

.header-search-group-title {
    padding: 8px 14px 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8a94a6;
}

.header-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 14px;
    text-decoration: none;
    color: inherit;
    transition: background-color .15s ease;
}

.header-search-item:hover,
.header-search-item.is-active {
    background: rgba(243, 146, 34, 0.08);
}

.header-search-thumb {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 6px;
    background: #f7f8fa;
    flex-shrink: 0;
}

.header-search-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.header-search-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-secondary, #144772);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-search-type {
    font-size: 12px;
    color: #8892a0;
}

.header-search-empty,
.header-search-view-all {
    display: block;
    padding: 12px 14px;
    font-size: 13px;
    color: #667085;
    text-decoration: none;
}

.header-search-view-all {
    border-top: 1px solid #eee;
    margin-top: 4px;
    color: var(--theme-color, #F39222);
    font-weight: 600;
}

.header-search-view-all:hover {
    background: rgba(243, 146, 34, 0.06);
}

/* Homepage featured blog slider */
.home-blog-slider .blog-box {
    margin: 0 10px;
}

.home-blog-slider .slick-arrow {
    z-index: 2;
}

/* Blog cards — show full featured images (no crop) */
.blog-section .blog-grid-list .blog-box .blog-image,
.about-blog-slider .blog-box .blog-image,
.home-blog-slider .blog-box .blog-image {
    overflow: hidden;
    border-radius: 8px;
    background: #f3f4f6;
    aspect-ratio: auto;
    height: auto;
}

.blog-section .blog-grid-list .blog-box .blog-image a,
.about-blog-slider .blog-box .blog-image a,
.home-blog-slider .blog-box .blog-image a,
.about-blog-slider .blog-box .blog-box-image a,
.home-blog-slider .blog-box .blog-box-image a {
    display: block;
    transform: none !important;
}

.blog-section .blog-grid-list .blog-box:hover .blog-image a,
.about-blog-slider .blog-box:hover .blog-image a,
.home-blog-slider .blog-box:hover .blog-image a {
    transform: none !important;
}

.blog-section .blog-grid-list .blog-box .blog-image img,
.about-blog-slider .blog-box .blog-image img,
.home-blog-slider .blog-box .blog-image img,
.about-blog-slider .blog-box img,
.home-blog-slider .blog-box img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    display: block;
}

.about-blog-slider .blog-box .blog-box-image,
.home-blog-slider .blog-box .blog-box-image {
    overflow: hidden;
    border-radius: 8px;
}

/* Blog detail — image full, title below image */
.blog-section .blog-detail-image {
    position: relative;
    overflow: hidden;
    background: #f3f4f6;
}

.blog-section .blog-detail-image img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block;
}

.blog-section .blog-detail-meta {
    position: relative !important;
    bottom: auto !important;
    width: 100% !important;
    padding: 8px 0 0 !important;
    text-align: left !important;
    background: none !important;
}

.blog-section .blog-detail-meta h2 {
    margin: 10px 0 12px;
    color: #212529;
}

.blog-section .blog-detail-meta .contain-list,
.blog-section .blog-detail-meta .contain-comment-list {
    justify-content: flex-start;
}

/* Blog / rich-text content — match admin editor formatting */
.blog-detail-contain,
.blog-content {
    color: #334155;
    font-size: 1rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.blog-detail-contain > *:first-child,
.blog-content > *:first-child {
    margin-top: 0;
}

.blog-detail-contain h1,
.blog-detail-contain h2,
.blog-detail-contain h3,
.blog-detail-contain h4,
.blog-detail-contain h5,
.blog-detail-contain h6,
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.3;
    margin: 1.5rem 0 0.75rem;
}

.blog-detail-contain p,
.blog-content p {
    margin: 0 0 1rem;
    color: #475569;
    line-height: 1.75;
}

.blog-detail-contain ul,
.blog-detail-contain ol,
.blog-content ul,
.blog-content ol {
    margin: 0 0 1.25rem 1.25rem;
    padding-left: 0.25rem;
    color: #475569;
}

.blog-detail-contain li,
.blog-content li {
    margin-bottom: 0.4rem;
}

.blog-detail-contain img,
.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
}

.blog-detail-contain a,
.blog-content a {
    color: var(--theme-color, #F39222);
    text-decoration: underline;
}

.blog-detail-contain blockquote,
.blog-content blockquote {
    border-left: 4px solid var(--theme-color, #F39222);
    background: #fff7ed;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    color: #475569;
    border-radius: 0 8px 8px 0;
}

.blog-detail-contain .table-responsive,
.blog-content .table-responsive {
    width: 100%;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.blog-detail-contain table,
.blog-content table {
    width: 100% !important;
    max-width: 100%;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: 1.5rem 0;
    font-size: 0.95rem;
    background: #fff;
    border: 1px solid #cbd5e1 !important;
}

.blog-detail-contain table th,
.blog-detail-contain table td,
.blog-content table th,
.blog-content table td {
    border: 1px solid #cbd5e1 !important;
    padding: 0.75rem 1rem !important;
    vertical-align: top;
    color: #334155;
    word-break: break-word;
}

.blog-detail-contain table th,
.blog-content table th,
.blog-detail-contain table thead td,
.blog-content table thead td {
    background: #f1f5f9 !important;
    font-weight: 700;
    color: #0f172a;
}

.blog-detail-contain table tr:nth-child(even) td,
.blog-content table tr:nth-child(even) td {
    background: #f8fafc;
}

.blog-detail-contain table strong,
.blog-content table strong {
    color: #0f172a;
}

@media (max-width: 767px) {
    .blog-detail-contain table,
    .blog-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* About Us — Petcarto */
.about-petcarto-hero .review-title h4 {
    color: var(--theme-color, #F39222);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.about-petcarto-hero .review-title h2 {
    color: var(--theme-secondary, #144772);
    margin-top: 6px;
}

.about-mission-section .about-mission-grid {
    margin-top: 8px;
}

.about-mission-card {
    height: 100%;
    padding: 28px 24px;
    border-radius: 16px;
    background: linear-gradient(160deg, #fff 0%, #f7fafc 100%);
    border: 1px solid rgba(20, 71, 114, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-mission-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(20, 71, 114, 0.1);
}

.about-mission-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 12px;
    background: rgba(243, 146, 34, 0.12);
    color: var(--theme-color, #F39222);
    font-size: 1.15rem;
}

.about-mission-card h3 {
    font-size: 1.15rem;
    color: var(--theme-secondary, #144772);
    margin-bottom: 8px;
}

.about-mission-card p {
    margin: 0;
    color: #667085;
    font-size: 0.95rem;
    line-height: 1.55;
}

.about-cta-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 32px 36px;
    border-radius: 18px;
    background: linear-gradient(120deg, #144772 0%, #1a5a8f 55%, #F39222 160%);
    color: #fff;
}

.about-cta-banner h2 {
    color: #fff;
    margin-bottom: 6px;
    font-size: 1.65rem;
}

.about-cta-banner p {
    margin: 0;
    opacity: 0.9;
}

.about-cta-banner .btn {
    white-space: nowrap;
    border: none;
    background: #F39222 !important;
}

.about-cta-banner .btn:hover {
    background: #e0841c !important;
}

@media (max-width: 575px) {
    .about-cta-banner {
        padding: 24px 20px;
        text-align: center;
        justify-content: center;
    }
}

/* Checkout — Petcarto */
.petcarto-checkout {
    background:
        radial-gradient(ellipse at top left, rgba(243, 146, 34, 0.08), transparent 42%),
        radial-gradient(ellipse at bottom right, rgba(20, 71, 114, 0.06), transparent 45%),
        #f5f7fa;
    margin-top: 0;
    padding-top: 8px;
}

.checkout-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    padding: 8px 0 4px;
}

.checkout-step {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8a94a6;
}

.checkout-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    background: #e8edf3;
    color: #667085;
}

.checkout-step-label {
    font-size: 13px;
    font-weight: 600;
}

.checkout-step-line {
    width: 48px;
    height: 2px;
    margin: 0 12px;
    background: #d7dee8;
}

.checkout-step.done .checkout-step-num,
.checkout-step.active .checkout-step-num {
    background: var(--theme-color, #F39222);
    color: #fff;
}

.checkout-step.done .checkout-step-label,
.checkout-step.active .checkout-step-label {
    color: var(--theme-secondary, #144772);
}

.checkout-step-line.done {
    background: var(--theme-color, #F39222);
}

.checkout-panel {
    background: #fff;
    border: 1px solid rgba(20, 71, 114, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(20, 71, 114, 0.04);
}

.checkout-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px 16px;
    border-bottom: 1px solid #eef2f6;
}

.checkout-panel-head h3 {
    margin: 0 0 4px;
    color: var(--theme-secondary, #144772);
    font-size: 1.25rem;
}

.checkout-panel-head p {
    margin: 0;
    color: #667085;
    font-size: 0.92rem;
}

.checkout-panel-body {
    padding: 20px 24px 24px;
}

.checkout-add-btn {
    white-space: nowrap;
    border: none;
}

.checkout-empty {
    text-align: center;
    padding: 36px 16px;
    color: #667085;
}

.checkout-empty i {
    font-size: 1.8rem;
    color: var(--theme-color, #F39222);
    margin-bottom: 10px;
}

.checkout-empty h5 {
    color: var(--theme-secondary, #144772);
    margin-bottom: 6px;
}

.checkout-address-card {
    position: relative;
    display: block;
    height: 100%;
    min-height: 0;
    padding: 12px 14px 12px;
    border: 1.5px solid #e6ebf2;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.checkout-address-card:hover {
    border-color: rgba(243, 146, 34, 0.45);
}

.checkout-address-card.is-selected {
    border-color: var(--theme-color, #F39222);
    box-shadow: 0 0 0 2px rgba(243, 146, 34, 0.14);
    background: linear-gradient(180deg, #fffaf4 0%, #fff 55%);
}

.checkout-address-radio {
    position: absolute;
    top: 12px;
    right: 12px;
    margin: 0;
    transform: scale(0.9);
    accent-color: var(--theme-color, #F39222);
}

.checkout-address-badge {
    display: inline-block;
    margin-bottom: 6px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(243, 146, 34, 0.12);
    color: var(--theme-color, #F39222);
    font-size: 10px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.02em;
}

.checkout-address-card h4 {
    margin: 0 0 4px;
    color: #1f2a37;
    font-size: 0.92rem;
    padding-right: 24px;
    line-height: 1.3;
}

.checkout-address-card > p {
    margin: 0 0 8px;
    color: #667085;
    font-size: 0.8rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 0;
}

.checkout-address-meta {
    list-style: none;
    margin: 0;
    padding: 8px 0 0;
    border-top: 1px dashed #e8edf3;
    display: grid;
    gap: 3px;
}

.checkout-address-meta li {
    font-size: 0.78rem;
    color: #344054;
    line-height: 1.35;
}

.checkout-address-meta span {
    color: #98a2b3;
    margin-right: 4px;
}

.checkout-payment-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 1.5px solid #e6ebf2;
    border-radius: 14px;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-payment-card.is-selected {
    border-color: var(--theme-color, #F39222);
    box-shadow: 0 0 0 3px rgba(243, 146, 34, 0.12);
    background: linear-gradient(180deg, #fffaf4 0%, #fff 60%);
}

.checkout-payment-card .form-check-input {
    margin: 0;
    accent-color: var(--theme-color, #F39222);
}

.checkout-payment-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 71, 114, 0.08);
    color: var(--theme-secondary, #144772);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.checkout-payment-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.checkout-payment-copy strong {
    color: var(--theme-secondary, #144772);
    font-size: 0.98rem;
}

.checkout-payment-copy small {
    color: #667085;
    font-size: 0.84rem;
    line-height: 1.4;
}

.checkout-summary {
    position: sticky;
    top: 100px;
}

.checkout-summary-card {
    background: #fff;
    border: 1px solid rgba(20, 71, 114, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(20, 71, 114, 0.06);
}

.checkout-summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 22px 14px;
    border-bottom: 1px solid #eef2f6;
    background: linear-gradient(120deg, #144772 0%, #1a5a8f 100%);
    color: #fff;
}

.checkout-summary-head h3 {
    margin: 0;
    color: #fff;
    font-size: 1.15rem;
}

.checkout-summary-head span {
    font-size: 12px;
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.14);
    padding: 4px 10px;
    border-radius: 999px;
}

.checkout-summary-items {
    list-style: none;
    margin: 0;
    padding: 8px 18px;
    max-height: 280px;
    overflow: auto;
}

.checkout-summary-items li {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 12px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid #f0f3f7;
}

.checkout-summary-items li:last-child {
    border-bottom: 0;
}

.checkout-summary-thumb {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f7fa;
    border: 1px solid #eef2f6;
}

.checkout-summary-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-summary-info h4 {
    margin: 0 0 4px;
    font-size: 0.9rem;
    color: #1f2a37;
    line-height: 1.35;
}

.checkout-summary-info p,
.checkout-summary-info span {
    margin: 0;
    font-size: 12px;
    color: #98a2b3;
}

.checkout-summary-price {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--theme-secondary, #144772);
    white-space: nowrap;
}

.checkout-summary-totals {
    list-style: none;
    margin: 0;
    padding: 14px 22px 20px;
    border-top: 1px solid #eef2f6;
    background: #fafbfc;
}

.checkout-summary-totals li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    color: #667085;
    font-size: 0.92rem;
}

.checkout-summary-totals li strong {
    color: #1f2a37;
    font-weight: 600;
}

.checkout-summary-totals li.is-total {
    margin-top: 6px;
    padding-top: 14px;
    border-top: 1px dashed #dce3ec;
    font-size: 1.05rem;
}

.checkout-summary-totals li.is-total span,
.checkout-summary-totals li.is-total strong {
    color: var(--theme-secondary, #144772);
    font-weight: 700;
}

.checkout-place-btn {
    margin-top: 14px;
    border: none;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.checkout-place-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.checkout-secure-note {
    margin: 12px 0 0;
    text-align: center;
    font-size: 12px;
    color: #667085;
}

.checkout-secure-note i {
    color: var(--theme-secondary, #144772);
    margin-right: 4px;
}

.checkout-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 12px;
    color: var(--theme-secondary, #144772);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.checkout-back-link:hover {
    color: var(--theme-color, #F39222);
}

@media (max-width: 991px) {
    .checkout-summary {
        position: static;
    }
}

@media (max-width: 575px) {
    .checkout-panel-head {
        flex-direction: column;
        align-items: stretch;
        padding: 18px 16px 14px;
    }

    .checkout-panel-body {
        padding: 16px;
    }

    .checkout-step-label {
        display: none;
    }

    .checkout-step-line {
        width: 28px;
        margin: 0 8px;
    }
}

/* Cart — Petcarto */
.petcarto-cart {
    background:
        radial-gradient(ellipse at top left, rgba(243, 146, 34, 0.07), transparent 42%),
        radial-gradient(ellipse at bottom right, rgba(20, 71, 114, 0.05), transparent 45%),
        #f5f7fa;
    padding-top: 8px;
}

.cart-empty {
    text-align: center;
    background: #fff;
    border: 1px solid rgba(20, 71, 114, 0.08);
    border-radius: 18px;
    padding: 56px 20px;
    box-shadow: 0 8px 24px rgba(20, 71, 114, 0.04);
}

.cart-empty i {
    font-size: 2rem;
    color: var(--theme-color, #F39222);
    margin-bottom: 12px;
}

.cart-empty h4 {
    color: var(--theme-secondary, #144772);
    margin-bottom: 6px;
}

.cart-empty p {
    color: #667085;
    margin-bottom: 18px;
}

.cart-panel {
    background: #fff;
    border: 1px solid rgba(20, 71, 114, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(20, 71, 114, 0.04);
}

.cart-panel-head {
    padding: 18px 20px 14px;
    border-bottom: 1px solid #eef2f6;
}

.cart-panel-head h3 {
    margin: 0 0 2px;
    color: var(--theme-secondary, #144772);
    font-size: 1.2rem;
}

.cart-panel-head p {
    margin: 0;
    color: #667085;
    font-size: 0.88rem;
}

.cart-items {
    padding: 8px 12px 12px;
}

.cart-item {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 14px;
    padding: 14px 10px;
    border-bottom: 1px solid #f0f3f7;
}

.cart-item:last-child {
    border-bottom: 0;
}

.cart-item-thumb {
    width: 88px;
    height: 88px;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f7fa;
    border: 1px solid #eef2f6;
    display: block;
}

.cart-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.cart-item-main h4 {
    margin: 0 0 4px;
    font-size: 0.98rem;
    line-height: 1.35;
}

.cart-item-main h4 a {
    color: #1f2a37;
    text-decoration: none;
}

.cart-item-main h4 a:hover {
    color: var(--theme-color, #F39222);
}

.cart-item-meta {
    margin: 0 0 8px;
    color: #98a2b3;
    font-size: 0.8rem;
}

.cart-item-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.cart-item-price .is-sale {
    color: var(--theme-secondary, #144772);
    font-weight: 700;
    font-size: 0.95rem;
}

.cart-item-price del {
    color: #98a2b3;
    font-size: 0.82rem;
}

.cart-item-price em {
    font-style: normal;
    color: #12b76a;
    font-size: 0.78rem;
    font-weight: 600;
}

.cart-item-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
}

.cart-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e6ebf2;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.cart-qty .btn {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #f8fafc;
    color: #344054;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-qty .btn:hover {
    background: rgba(243, 146, 34, 0.12);
    color: var(--theme-color, #F39222);
}

.cart-qty .cart-qty-input {
    width: 44px;
    height: 34px;
    border: 0;
    border-left: 1px solid #e6ebf2;
    border-right: 1px solid #e6ebf2;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1f2a37;
    box-shadow: none;
    padding: 0;
}

.cart-item-line-total {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 90px;
}

.cart-item-line-total span {
    font-size: 11px;
    color: #98a2b3;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cart-item-line-total strong {
    color: var(--theme-secondary, #144772);
    font-size: 0.98rem;
}

.cart-remove-btn {
    border: 0;
    background: transparent;
    color: #f04438;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cart-remove-btn:hover {
    color: #d92d20;
}

.cart-summary {
    position: sticky;
    top: 100px;
}

.cart-summary-card {
    background: #fff;
    border: 1px solid rgba(20, 71, 114, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(20, 71, 114, 0.06);
}

.cart-summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px 14px;
    background: linear-gradient(120deg, #144772 0%, #1a5a8f 100%);
    color: #fff;
}

.cart-summary-head h3 {
    margin: 0;
    color: #fff;
    font-size: 1.1rem;
}

.cart-summary-head span {
    font-size: 11px;
    background: rgba(255, 255, 255, 0.14);
    padding: 4px 9px;
    border-radius: 999px;
}

.cart-summary-totals {
    list-style: none;
    margin: 0;
    padding: 14px 20px 18px;
}

.cart-summary-totals li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    color: #667085;
    font-size: 0.92rem;
}

.cart-summary-totals li strong {
    color: #1f2a37;
    font-weight: 600;
}

.cart-summary-totals li.is-total {
    margin-top: 6px;
    padding-top: 14px;
    border-top: 1px dashed #dce3ec;
    font-size: 1.05rem;
}

.cart-summary-totals li.is-total span,
.cart-summary-totals li.is-total strong {
    color: var(--theme-secondary, #144772);
    font-weight: 700;
}

.cart-checkout-btn {
    margin-top: 14px;
    border: none;
    border-radius: 12px;
    padding: 14px 18px;
}

.cart-continue-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 12px;
    color: var(--theme-secondary, #144772);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.cart-continue-link:hover {
    color: var(--theme-color, #F39222);
}

.cart-secure-note {
    margin: 12px 0 0;
    text-align: center;
    font-size: 12px;
    color: #667085;
}

.cart-secure-note i {
    color: var(--theme-secondary, #144772);
    margin-right: 4px;
}

@media (max-width: 991px) {
    .cart-summary {
        position: static;
    }
}

@media (max-width: 575px) {
    .cart-item {
        grid-template-columns: 72px 1fr;
        gap: 10px;
        padding: 12px 4px;
    }

    .cart-item-thumb {
        width: 72px;
        height: 72px;
    }

    .cart-item-actions {
        gap: 10px;
    }

    .cart-item-line-total {
        min-width: auto;
        margin-right: auto;
    }
}

