/* Global Styles */
:root {
    --primary-color: #4A90E2;
    --secondary-color: #F5A623;
    --accent-color: #7ED321;
    --text-color: #333333;
    --light-bg: #F8F9FA;
    --white: #FFFFFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
}

html, body {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Header & Navigation */
header {
    background-color: var(--white);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.logo h1 {
    color: var(--primary-color);
    font-size: 1.5rem;
}

.nav-links {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: var(--primary-color);
}

.nav-links a.active {
    color: var(--primary-color);
}

.contact-btn {
    background-color: var(--primary-color);
    color: var(--white) !important;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #357ABD;
}

/* Hero Section */
.hero {
    width: 100vw;
    height: 80vh;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://royalpetstoreonline.b-cdn.net/wp-content/uploads/2025/03/18.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.hero h1 {
    font-size: 4.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
}

.hero-subtitle {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: var(--accent-color);
}

.hero-delivery {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: var(--white);
}

/* About Page Styles */
.about-hero {
    height: 50vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    margin-top: 0;
}

.about-hero .hero-content {
    max-width: 800px;
    padding: 2rem;
}

.about-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-hero .hero-subtitle {
    font-size: 1.8rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.about-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.about-card:hover {
    transform: translateY(-5px);
}

.card-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.about-card h2 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    padding: 5rem 2rem;
    background-color: var(--light-bg);
    max-width: 1200px;
    margin: 0 auto;
}

.stat-card {
    text-align: center;
    padding: 2rem;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.stat-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.stat-card h3 {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
}

.stat-card p {
    color: var(--text-color);
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 2.5rem;
    }
    
    .about-hero .hero-subtitle {
        font-size: 1.5rem;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
    }
    
    .about-stats {
        grid-template-columns: 1fr;
    }
}

/* Shop Hero */
.shop-hero {
    position: relative;
    width: 100%;
    height: 50vh;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1548199973-03cce0bbc87b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    margin-top: 0;
}

/* What We Sell Section */
.what-we-sell {
    padding: 5rem 2rem;
    background-color: var(--light-bg);
}

.what-we-sell h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: var(--primary-color);
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.category-card {
    position: relative;
    overflow: hidden;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-card .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 260px;
    background: #f4f4f4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.category-card img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.category-content {
    padding: 0;
}

.category-content h3 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

/* Overlay effect for What We Sell cards */
.category-card .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(30, 144, 255, 0.85); /* DodgerBlue with opacity */
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s, transform 0.3s;
    padding: 2rem;
    text-align: center;
}

.category-card:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.category-card .overlay h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.category-card .overlay p {
    font-size: 1.1rem;
}

/* About Preview Section */
.about-preview {
    padding: 5rem 2rem;
    background-color: var(--white);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.about-text h2 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

.about-text p {
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.about-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

/* Features Section */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 5rem 2rem;
    background-color: var(--light-bg);
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    text-align: center;
    padding: 2rem;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: 2px solid #4A90E2;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Ratings Section */
.ratings {
    padding: 5rem 2rem;
    background-color: var(--white);
}

.ratings h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: var(--primary-color);
}

.rating-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.rating-card {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    border: 2px solid gold;
}

.stars {
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.rating-card p {
    font-style: italic;
    margin-bottom: 1rem;
}

/* Shop Page Styles */
.products {
    padding: 5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.product-category {
    margin-bottom: 4rem;
}

.product-category h2 {
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-size: 2rem;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.product-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-info {
    padding: 1.5rem;
}

.product-info h3 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.price {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
}

.description {
    margin-bottom: 1rem;
    color: var(--text-color);
}

.order-btn {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.order-btn:hover {
    background-color: #357ABD;
}

/* Delivery Information */
.delivery-info {
    padding: 5rem 2rem;
    background-color: var(--light-bg);
}

.delivery-info h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: var(--primary-color);
}

.delivery-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.delivery-card {
    text-align: center;
    padding: 2rem;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.delivery-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Footer */
footer {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 3rem 2rem 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info h3 {
    margin-bottom: 1rem;
}

.contact-info p {
    margin-bottom: 0.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    color: var(--white);
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--secondary-color);
}

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* Buttons */
.cta-button {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #E69500;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
    .category-card .image-container {
        height: 180px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* How to Order Section */
.how-to-order {
    padding: 5rem 2rem;
    background-color: var(--white);
}

.how-to-order h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: var(--primary-color);
}

.order-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 3rem;
}

.step-card {
    position: relative;
    text-align: center;
    padding: 2rem;
    background: var(--light-bg);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: 2px solid blue;
}

.step-card:hover {
    transform: translateY(-5px);
}

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.step-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin: 1rem 0;
}

.step-card h3 {
    color: var(--text-color);
    margin-bottom: 1rem;
}

.step-card p {
    color: var(--text-color);
    font-size: 0.95rem;
}

.order-cta {
    text-align: center;
    margin-top: 2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .order-steps {
        grid-template-columns: 1fr;
    }
    
    .step-card {
        max-width: 400px;
        margin: 0 auto;
    }
}

/* Cart Page Styles */
.cart-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1583511655857-d19b40a7a54e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    padding: 2rem;
}

.cart-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cart-content {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

.cart-items {
    background: var(--white);
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.empty-cart-message {
    text-align: center;
    padding: 3rem;
}

.empty-cart-message i {
    font-size: 4rem;
    color: var(--text-color);
    margin-bottom: 1rem;
}

.empty-cart-message p {
    font-size: 1.2rem;
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

.cart-summary {
    background: var(--white);
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.cart-summary h2 {
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--light-bg);
}

.summary-item.total {
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: none;
    margin-top: 1rem;
}

.delivery-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: 4px;
}

.delivery-note i {
    color: var(--primary-color);
}

.checkout-btn {
    width: 100%;
    padding: 1rem;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.checkout-btn:hover:not(:disabled) {
    background: var(--secondary-color);
}

.checkout-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .cart-content {
        grid-template-columns: 1fr;
    }
    
    .cart-hero h1 {
        font-size: 2rem;
    }
}

/* Cart Item Styles */
.cart-item {
    display: grid;
    grid-template-columns: 100px 1fr auto auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid var(--light-bg);
}

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

.cart-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.item-details h3 {
    margin: 0 0 0.5rem 0;
    color: var(--text-color);
}

.item-details .price {
    color: var(--primary-color);
    font-weight: bold;
    margin: 0;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid var(--light-bg);
    background: var(--white);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    background: var(--light-bg);
}

.quantity {
    min-width: 30px;
    text-align: center;
}

.remove-btn {
    background: none;
    border: none;
    color: #ff4444;
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.3s ease;
}

.remove-btn:hover {
    color: #cc0000;
}

@media (max-width: 768px) {
    .cart-item {
        grid-template-columns: 80px 1fr;
        gap: 1rem;
    }

    .quantity-controls {
        grid-column: 2;
    }

    .remove-btn {
        grid-column: 2;
        justify-self: end;
    }
}

/* Contact Page Styles */
.contact-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1583511655857-d19b40a7a54e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    margin-top: 0;
}

.contact-content {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 2rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
}

.contact-info-card, .contact-form-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.info-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.info-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.info-item h3 {
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.info-item a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-item a:hover {
    color: var(--primary-color);
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.8rem;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.2);
}

.contact-form-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
}

.submit-btn {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 1rem 2rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #357ABD;
}

.map-section {
    margin-top: 4rem;
}

.map-section h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--primary-color);
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-hero {
        height: 30vh;
    }
    
    .contact-hero h1 {
        font-size: 2rem;
    }
}

/* Custom Hero Section (Petsky Online style) */
.hero-section.custom-hero {
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
  right: 0;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  overflow: hidden;
  background: none !important;
}
.hero-offer-badge {
  background: #e53935;
  color: #fff;
  min-width: 260px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 1.5rem 1rem 1.5rem;
  position: relative;
  z-index: 2;
  box-shadow: 2px 0 16px rgba(0,0,0,0.08);
}
.offer-percentage {
  background: #ffd600;
  color: #222;
  font-size: 2.5rem;
  font-weight: 900;
  padding: 0.5rem 1.5rem 0.2rem 1.5rem;
  border-radius: 0 0 20px 20px;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.offer-percentage span {
  font-size: 1.2rem;
}
.offer-best {
  background: #e53935;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.4rem 1.2rem;
  border-radius: 0 0 12px 12px;
  margin-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.offer-brand {
  margin-top: 1rem;
  text-align: center;
}
.hero-main-content {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #222;
  overflow: hidden;
}
.hero-bg-image img {
  width: 100vw;
  min-width: 100vw;
  left: 0;
  right: 0;
  position: absolute;
  object-fit: cover;
  min-height: 420px;
  filter: grayscale(0.5) brightness(0.7);
}
.hero-overlay-content {
  position: relative;
  z-index: 2;
  padding: 2.5rem 2rem 2rem 2rem;
  color: #fff;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}
.hero-headline {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.hero-headline span {
  font-size: 2.8rem;
  color: #ffd600;
  font-weight: 900;
}
.hero-icons {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
.hero-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.hero-icon img {
  width: 38px;
  height: 38px;
  margin-bottom: 0.3rem;
}
.hero-products {
  margin-top: 2rem;
  width: 100%;
  text-align: left;
}
.hero-products img {
  width: 100%;
  max-width: 900px;
  display: block;
}
@media (max-width: 900px) {
  .hero-section.custom-hero {
    width: 100vw;
    min-width: 100vw;
  }
  .hero-bg-image img {
    width: 100vw;
    min-width: 100vw;
  }
  .hero-offer-badge {
    flex-direction: row;
    min-width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: flex-start;
    padding: 1.2rem 0.5rem 1rem 0.5rem;
  }
  .hero-main-content {
    min-height: 350px;
  }
  .hero-overlay-content {
    text-align: center;
    padding: 2rem 1rem 1.5rem 1rem;
  }
  .hero-icons {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .hero-section.custom-hero {
    min-height: 420px;
  }
  .hero-headline {
    font-size: 1.3rem;
  }
  .hero-headline span {
    font-size: 1.5rem;
  }
  .hero-products img {
    max-width: 100%;
  }
}

/* Best Sellers Section */
.best-sellers-section {
  width: 100vw;
  padding: 2.5rem 0 0 0;
  background: #fff;
  overflow-x: hidden;
}
.best-sellers-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.best-seller-card {
  position: relative;
  width: 260px;
  height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.bs-bg {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
  height: 140px;
  border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
  z-index: 1;
  opacity: 0.85;
}
.bs-bg-orange { background: linear-gradient(135deg, #ff6d00 70%, #7cb342 100%); }
.bs-bg-yellow { background: linear-gradient(135deg, #ffb300 70%, #7cb342 100%); }
.bs-bg-green { background: linear-gradient(135deg, #00e676 70%, #7cb342 100%); }
.bs-bg-pink { background: linear-gradient(135deg, #ff69b4 70%, #7cb342 100%); }
.bs-can {
  width: 180px;
  height: 180px;
  object-fit: contain;
  z-index: 2;
  transform: rotate(-18deg);
  margin-bottom: 1.2rem;
  margin-top: 2.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}
.bs-label {
  font-family: 'Impact', 'Arial Black', Arial, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 0.5rem;
  z-index: 3;
  text-shadow: 2px 2px 0 #fff, 0 2px 8px rgba(0,0,0,0.10);
}
.bs-label-orange { color: #ff6d00; }
.bs-label-yellow { color: #ffb300; }
.bs-label-green { color: #00e676; }
.bs-label-pink { color: #ff69b4; }

.best-offers-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin: 0 auto 1.5rem auto;
  width: 90vw;
  max-width: 1200px;
}
.best-offers-divider hr {
  flex: 1;
  border: none;
  border-top: 3px solid #ffb300;
  margin: 0;
}
.best-offers-divider span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 1px;
  background: #fff;
  padding: 0 1.5rem;
}

@media (max-width: 1100px) {
  .best-sellers-row {
    gap: 1.2rem;
  }
  .best-seller-card {
    width: 180px;
    height: 260px;
  }
  .bs-bg {
    width: 140px;
    height: 90px;
  }
  .bs-can {
    width: 110px;
    height: 110px;
    margin-top: 1.2rem;
  }
  .bs-label {
    font-size: 1.1rem;
  }
}
@media (max-width: 700px) {
  .best-sellers-row {
    flex-direction: column;
    align-items: center;
  }
  .best-seller-card {
    width: 90vw;
    max-width: 320px;
    height: 220px;
  }
  .bs-bg {
    width: 110px;
    height: 60px;
  }
  .bs-can {
    width: 80px;
    height: 80px;
    margin-top: 0.8rem;
  }
}

/* Ziwi Cans Best Sellers Section */
.best-sellers-section.ziwi-cans, .ziwi-cans-shop {
  width: 100vw;
  background: #fff;
  padding: 2.5rem 0 0 0;
  overflow-x: hidden;
}
.ziwi-cans-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2.2rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.ziwi-card, .best-seller-card {
  position: relative;
  width: 220px;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.ziwi-bg {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 120px;
  z-index: 1;
  opacity: 0.95;
  background-repeat: no-repeat;
  background-size: contain;
}
.ziwi-bg-green { background-image: url('https://i.imgur.com/2QwQw1A.png'); background-color: #6fd36f; }
.ziwi-bg-red { background-image: url('https://i.imgur.com/4QwQw1A.png'); background-color: #e74c3c; }
.ziwi-bg-yellow { background-image: url('https://i.imgur.com/3QwQw1A.png'); background-color: #ffb300; }
.ziwi-bg-blue { background-image: url('https://i.imgur.com/1QwQw1A.png'); background-color: #29b6f6; }
.ziwi-bg-orange { background-image: url('https://i.imgur.com/5QwQw1A.png'); background-color: #ff9800; }

/* Fallback for browsers without paint splash images */
.ziwi-bg:not([style*='background-image']) {
  border-radius: 50%;
  filter: blur(1px);
}

.ziwi-can {
  width: 160px;
  height: 110px;
  object-fit: contain;
  z-index: 2;
  margin-bottom: 1.2rem;
  margin-top: 2.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}
.ziwi-label {
  font-family: 'Impact', 'Arial Black', Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 0.5rem;
  z-index: 3;
  color: #ff6d00;
  text-shadow: 2px 2px 0 #fff, 0 2px 8px rgba(0,0,0,0.10);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Color fade-out (elimination) for shop page splash */
.ziwi-cans-shop .ziwi-bg {
  mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
  opacity: 0.85;
}

@media (max-width: 1100px) {
  .ziwi-cans-row {
    gap: 1.2rem;
  }
  .ziwi-card, .best-seller-card {
    width: 140px;
    height: 180px;
  }
  .ziwi-bg {
    width: 90px;
    height: 60px;
  }
  .ziwi-can {
    width: 80px;
    height: 60px;
    margin-top: 1.2rem;
  }
  .ziwi-label {
    font-size: 1rem;
    max-width: 90px;
  }
}
@media (max-width: 700px) {
  .ziwi-cans-row {
    flex-direction: column;
    align-items: center;
  }
  .ziwi-card, .best-seller-card {
    width: 90vw;
    max-width: 220px;
    height: 120px;
  }
  .ziwi-bg {
    width: 60px;
    height: 40px;
  }
  .ziwi-can {
    width: 50px;
    height: 40px;
    margin-top: 0.8rem;
  }
}

/* Pet Toys in Action Video Section */
.pet-toys-videos-section {
  width: 100vw;
  background: #fff;
  padding: 2.5rem 0 0 0;
  overflow-x: hidden;
}
.pet-toys-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background: #ff5e5e;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.7rem 0.5rem;
  border-radius: 0 0 18px 18px;
  margin: 0 auto 2.2rem auto;
  max-width: 1200px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.pet-toys-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 1.2rem;
  text-shadow: 1px 1px 0 #e91e63, 0 2px 8px rgba(0,0,0,0.10);
}
.pet-toys-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.pet-toys-videos-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.2rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.pet-toys-video-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(74,144,226,0.07);
  overflow: hidden;
  width: 220px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.pet-toys-video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  background: #eee;
}
@media (max-width: 1100px) {
  .pet-toys-videos-row {
    gap: 1.2rem;
  }
  .pet-toys-video-card {
    width: 140px;
    height: 220px;
  }
}
@media (max-width: 700px) {
  .pet-toys-header {
    font-size: 1.1rem;
    padding: 0.5rem 0.2rem;
    gap: 0.5rem;
  }
  .pet-toys-title {
    font-size: 1rem;
    margin: 0 0.5rem;
  }
  .pet-toys-icon {
    width: 24px;
    height: 24px;
  }
  .pet-toys-videos-row {
    flex-direction: column;
    align-items: center;
  }
  .pet-toys-video-card {
    width: 90vw;
    max-width: 220px;
    height: 120px;
  }
} 

.hero-main-content.hero-bg-image-fix {
  position: relative;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  height: 100vh !important;
  background: url('https://petskyonline.com/cdn/banners/fd5737e8eefa3ddc4868e73ab10b0e38.jpg') center center/cover no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.hero-main-content.hero-bg-image-fix::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: none !important;
  z-index: 1;
  opacity: 0 !important;
}
.hero-main-content.hero-bg-image-fix .hero-overlay-content {
  position: relative;
  z-index: 2;
}

/* Remove old .hero-bg-image img if not needed */
.hero-bg-image img { display: none !important; } 

.autoplay-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  background: #eee;
  autoplay: true;
  muted: true;
  loop: true;
} 

.animated-fade-slide {
  animation: fadeSlideDown 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@keyframes fadeSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
} 

.animated-glow-text {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 8px #fff, 0 0 16px #ff5e5e, 0 0 32px #ff5e5e, 0 0 48px #ff5e5e;
  animation: glow-slide-in 1.2s cubic-bezier(0.23, 1, 0.32, 1) both, neon-glow 2.5s infinite alternate;
}
@keyframes glow-slide-in {
  0% {
    opacity: 0;
    transform: translateY(-40px) scale(0.95);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes neon-glow {
  0% {
    text-shadow: 0 0 8px #fff, 0 0 16px #ff5e5e, 0 0 32px #ff5e5e, 0 0 48px #ff5e5e;
  }
  100% {
    text-shadow: 0 0 16px #fff, 0 0 32px #ffd600, 0 0 64px #ffd600, 0 0 96px #ffd600;
  }
} 

.choose-us-title {
    color: #4A90E2;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
} 
