/**
 * ProPet Theme - Master Stylesheet
 * Modern, Creative & High-Converting Petshop E-Commerce Theme
 * Author: vSoft
 */

:root {
    --propet-primary: #ff6b35;
    --propet-primary-hover: #fa5216;
    --propet-primary-soft: #fff3ec;
    --propet-secondary: #10b981;
    --propet-secondary-soft: #ecfdf5;
    --propet-dark: #0f172a;
    --propet-dark-light: #1e293b;
    --propet-gray-50: #f8fafc;
    --propet-gray-100: #f1f5f9;
    --propet-gray-200: #e2e8f0;
    --propet-gray-400: #94a3b8;
    --propet-gray-600: #475569;
    --propet-radius-sm: 8px;
    --propet-radius-md: 14px;
    --propet-radius-lg: 20px;
    --propet-radius-xl: 28px;
    --propet-radius-full: 9999px;
    --propet-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
    --propet-shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
    --propet-shadow-lg: 0 16px 36px rgba(15, 23, 42, 0.12);
    --propet-shadow-primary: 0 8px 25px rgba(255, 107, 53, 0.28);
    --propet-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* BASE & TYPOGRAPHY */
body.propet-body {
    font-family: 'Plus Jakarta Sans', 'Quicksand', sans-serif;
    background-color: #faf9f7;
    background-image: var(--theme-paw-pattern, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%23ff6b35' fill-opacity='0.085'%3E%3Cellipse cx='30' cy='36' rx='9' ry='7'/%3E%3Ccircle cx='20' cy='23' r='3.5'/%3E%3Ccircle cx='26' cy='18' r='3.5'/%3E%3Ccircle cx='34' cy='18' r='3.5'/%3E%3Ccircle cx='40' cy='23' r='3.5'/%3E%3Cg transform='translate(90,90) rotate(25)'%3E%3Cellipse cx='0' cy='6' rx='9' ry='7'/%3E%3Ccircle cx='-10' cy='-7' r='3.5'/%3E%3Ccircle cx='-4' cy='-12' r='3.5'/%3E%3Ccircle cx='4' cy='-12' r='3.5'/%3E%3Ccircle cx='10' cy='-7' r='3.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"));
    background-repeat: repeat;
    color: var(--propet-dark);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--propet-transition);
}

/* 1. TOP ANNOUNCEMENT BAR */
.propet-top-bar {
    background: #0f172a;
    color: #cbd5e1;
    font-size: 12.5px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.propet-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.propet-top-ticker {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
}
.propet-ticker-badge {
    background: var(--propet-primary);
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: var(--propet-radius-full);
    letter-spacing: 0.5px;
}
.propet-ticker-text {
    font-weight: 600;
    color: #f8fafc;
}
.propet-top-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.propet-top-link {
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}
.propet-top-link:hover {
    color: #ffffff;
}
.propet-top-link.propet-wa-link {
    color: #10b981;
}
.propet-top-link.propet-wa-link:hover {
    color: #34d399;
}

/* 2. MAIN HEADER */
.propet-header {
    background-color: #ffffff;
    background-image: var(--theme-header-paw-pattern, none);
    background-repeat: repeat;
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.propet-header-main {
    padding: 16px 0;
}
.propet-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

/* Logo */
.propet-logo-col {
    flex-shrink: 0;
    min-width: 300px;
    max-width: 440px;
}
.propet-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.propet-logo-img {
    max-height: 105px;
    height: auto;
    width: auto;
    max-width: 380px;
    object-fit: contain;
    transition: transform 0.2s ease;
}
.propet-logo:hover .propet-logo-img {
    transform: scale(1.03);
}
.propet-logo-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}
.propet-brand-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--propet-primary), var(--propet-primary-hover));
    color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 6px 18px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.35);
}
.propet-brand-name {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    display: block;
    line-height: 1.15;
    letter-spacing: -0.5px;
}
.propet-brand-sub {
    font-size: 12px;
    font-weight: 800;
    color: var(--propet-primary);
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

/* Search Bar */
.propet-search-col {
    flex: 1;
    max-width: 500px;
}
.propet-search-box {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: var(--propet-radius-full);
    padding: 2px 4px 2px 14px;
    height: 46px;
    transition: var(--propet-transition);
}
.propet-search-box:focus-within {
    background: #ffffff;
    border-color: var(--propet-primary);
    box-shadow: 0 0 0 3px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.15);
}
.propet-search-cat-picker {
    display: flex;
    align-items: center;
    padding-right: 12px;
    border-right: 1px solid #cbd5e1;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    flex-shrink: 0;
}
.propet-search-input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    padding: 0 12px;
    font-size: 13.5px;
    font-weight: 600;
    color: #0f172a;
    font-family: inherit;
}
.propet-search-btn {
    background: linear-gradient(135deg, var(--propet-primary), var(--propet-primary-hover));
    color: #ffffff;
    border: none;
    border-radius: var(--propet-radius-full);
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--propet-transition);
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.25);
}
.propet-search-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 16px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.35);
}
.propet-quick-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-size: 11.5px;
    padding-left: 12px;
    white-space: nowrap;
    overflow-x: auto;
}
.propet-quick-label {
    color: #94a3b8;
    font-weight: 700;
}
.propet-quick-tags a {
    color: #64748b;
    font-weight: 600;
}
.propet-quick-tags a:hover {
    color: var(--propet-primary);
    text-decoration: underline;
}

/* Actions Column */
.propet-actions-col {
    display: flex;
    align-items: center;
    gap: 12px;
}
.propet-action-wrap {
    position: relative;
}
.propet-notif-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 320px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 1050;
}
.propet-notif-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.propet-notif-head {
    background: #f8fafc;
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
}
.propet-notif-body {
    padding: 14px 16px;
}
.propet-notif-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.propet-notif-icon {
    width: 36px;
    height: 36px;
    background: var(--propet-primary-soft);
    color: var(--propet-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.propet-notif-title {
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
    line-height: 1.25;
}
.propet-notif-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
    margin: 0;
}
.propet-actions-col {
    display: flex;
    align-items: center;
    gap: 12px;
}
.propet-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: var(--propet-radius-full);
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    text-decoration: none;
    cursor: pointer;
    transition: var(--propet-transition);
    position: relative;
}
.propet-action-btn:hover {
    background: #f1f5f9;
    border-color: var(--propet-primary);
    color: var(--propet-primary);
}
.propet-action-btn i {
    font-size: 16px;
    color: var(--propet-primary);
}
.propet-action-badge {
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 9999px;
    line-height: 1;
}
.propet-cart-action {
    background: var(--propet-primary, #10b981);
    color: #ffffff !important;
    border-color: var(--propet-primary, #10b981);
}
.propet-cart-action i {
    color: #ffffff !important;
}
.propet-cart-action:hover {
    background: var(--propet-primary-dark, #059669);
    border-color: var(--propet-primary-dark, #059669);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
}
.propet-cart-action .propet-action-badge {
    background: #ffffff;
    color: var(--propet-primary, #10b981);
}

/* Mobil Toggle */
.propet-mobile-toggle {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0f172a;
    cursor: pointer;
}

/* 3. KATEGORİ NAVİGASYON BAR */
.propet-nav-bar {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(241, 245, 249, 0.8);
    position: relative;
    z-index: 1010;
}
.propet-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.propet-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}
.propet-menu-item {
    position: relative;
    flex-shrink: 0;
}
.propet-menu-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
    border-radius: 10px;
    white-space: nowrap !important;
    transition: var(--propet-transition);
}
.propet-menu-text {
    white-space: nowrap !important;
}
.propet-menu-link:hover, .propet-menu-link.active, .propet-menu-item:hover > .propet-menu-link {
    color: var(--propet-primary);
    background: var(--propet-primary-soft);
}
.propet-menu-icon {
    font-size: 14px;
    color: var(--propet-primary);
    display: inline-flex;
    align-items: center;
}
.propet-menu-arrow {
    font-size: 9px;
    opacity: 0.6;
    transition: transform 0.2s;
    margin-left: 2px;
}
.propet-menu-item:hover .propet-menu-arrow {
    transform: rotate(180deg);
}

/* Mega Dropdown */
.propet-dropdown-menu {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    min-width: 250px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--propet-radius-md);
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.15);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1050;
    pointer-events: none;
}
.propet-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}
.propet-menu-item:hover > .propet-dropdown-menu,
.propet-menu-item:focus-within > .propet-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.propet-dropdown-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
}
.propet-sub-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
    transition: var(--propet-transition);
}
.propet-sub-item:hover {
    background: var(--propet-primary-soft);
    color: var(--propet-primary);
    transform: translateX(4px);
}
.propet-sub-icon {
    width: 28px;
    height: 28px;
    background: var(--theme-soft, #ffedd5);
    color: var(--propet-primary);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}
.propet-sub-arrow {
    margin-left: auto;
    font-size: 10px;
    opacity: 0;
    transition: opacity 0.2s;
}
.propet-sub-item:hover .propet-sub-arrow {
    opacity: 1;
}

/* Nav Extra */
.propet-nav-kurye-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ecfdf5;
    color: #059669;
    border: 1px dashed #6ee7b7;
    border-radius: var(--propet-radius-full);
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 800;
}
.propet-nav-kurye-btn:hover {
    background: #10b981;
    color: #ffffff;
}

/* 4. HERO SECTION */
.propet-hero-section {
    padding: 24px 0 35px;
}
.propet-hero-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 20px;
    align-items: stretch;
}
.propet-hero-main-banner {
    background: linear-gradient(135deg, var(--theme-light, #fff8f5) 0%, #ffffff 50%, var(--theme-soft, #fef3c7) 100%);
    border: 2px solid var(--theme-border, #ffedd5);
    border-radius: var(--propet-radius-xl);
    padding: 34px 34px 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.propet-hero-main-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.propet-hero-content {
    max-width: 480px;
    z-index: 2;
}
.propet-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--propet-primary);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: var(--propet-radius-full);
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.propet-hero-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.18;
    color: #0f172a;
    letter-spacing: -1px;
    margin-bottom: 14px;
}
.propet-text-gradient {
    background: linear-gradient(135deg, var(--propet-primary), var(--theme-gold, #d97706));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.propet-hero-desc {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 22px;
}
.propet-hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
.propet-btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    border-radius: var(--propet-radius-full);
    font-size: 14.5px;
    font-weight: 800;
    transition: var(--propet-transition);
}
.propet-btn-cat {
    background: var(--propet-primary);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.35);
}
.propet-btn-cat:hover {
    color: #ffffff;
    background: var(--propet-primary-hover);
    transform: translateY(-2px);
}
.propet-btn-dog {
    background: #0f172a;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.25);
}
.propet-btn-dog:hover {
    color: #ffffff;
    background: #1e293b;
    transform: translateY(-2px);
}

/* Alt Geniş Yatay Bar */
.propet-hero-features-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding-top: 16px;
    margin-top: 14px;
    border-top: 1px dashed rgba(226, 232, 240, 0.9);
    flex-wrap: wrap;
}
.propet-hfm-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 700;
    color: #334155;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    padding: 7px 16px;
    border-radius: var(--propet-radius-full);
    border: 1px solid rgba(226, 232, 240, 0.9);
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: var(--propet-transition);
}
.propet-hfm-item:hover {
    background: #ffffff;
    border-color: var(--propet-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}
.propet-hfm-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}
.propet-hfm-icon.icon-kurye {
    background: var(--propet-primary-soft);
    color: var(--propet-primary);
}
.propet-hfm-icon.icon-guven {
    background: #ecfdf5;
    color: #059669;
}
.propet-hfm-icon.icon-taksit {
    background: #eff6ff;
    color: #0284c7;
}
.propet-hero-media {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.propet-hero-img {
    max-height: 360px;
    width: auto;
    object-fit: cover;
    border-radius: var(--propet-radius-lg);
    box-shadow: var(--propet-shadow-lg);
}
.propet-floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    animation: propetFloat 3s ease-in-out infinite alternate;
}
.propet-floating-card.card-1 {
    top: 20px;
    left: -30px;
}
.propet-floating-card.card-2 {
    bottom: 20px;
    right: -20px;
    animation-delay: 1.5s;
}
.propet-floating-card strong {
    display: block;
    font-size: 13px;
    color: #0f172a;
}
.propet-floating-card span {
    font-size: 11px;
    color: #64748b;
}
@keyframes propetFloat {
    from { transform: translateY(0); }
    to { transform: translateY(-8px); }
}

/* Side Promo Cards (3 Stack - Perfect Equal Height Grid) */
.propet-hero-side-cards {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 14px;
    height: 100%;
}
.propet-promo-box {
    border-radius: var(--propet-radius-lg);
    padding: 16px 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    transition: var(--propet-transition);
}
.propet-promo-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.propet-promo-box.promo-puppy {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border: 1.5px solid #a7f3d0;
}
.propet-promo-box.promo-sand {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 1.5px solid #bfdbfe;
}
.propet-promo-box.promo-treats {
    background: linear-gradient(135deg, var(--theme-light, #fff7ed), var(--theme-soft, #fef3c7));
    border: 1.5px solid var(--theme-border, #fed7aa);
}
.propet-promo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 205px;
    z-index: 2;
}
.propet-promo-tag {
    display: inline-block;
    background: #10b981;
    color: #ffffff;
    font-size: 9.5px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: var(--propet-radius-full);
    align-self: flex-start;
    margin-bottom: 5px;
    letter-spacing: 0.4px;
}
.propet-promo-tag.tag-orange {
    background: var(--propet-primary);
}
.propet-promo-tag.tag-amber {
    background: #d97706;
}
.propet-promo-box h3 {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 3px;
}
.propet-promo-box p {
    font-size: 11.5px;
    color: #475569;
    margin: 0 0 6px;
    line-height: 1.35;
}
.propet-promo-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    transition: gap 0.2s ease, color 0.2s ease;
}
.propet-promo-box:hover .propet-promo-btn {
    color: var(--propet-primary);
    gap: 8px;
}
.propet-promo-img {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 50%;
    opacity: 0.95;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}
.propet-promo-box:hover .propet-promo-img {
    transform: translateY(-50%) scale(1.06);
}

/* 5. PET FINDER WIZARD */
.propet-finder-section {
    margin: 10px 0 45px;
}
.propet-finder-box {
    background: #ffffff;
    border: 2px solid var(--theme-border, #ffedd5);
    border-radius: var(--propet-radius-xl);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.08);
}
.propet-finder-head {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 24px;
}
.propet-finder-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--propet-primary-soft);
    color: var(--propet-primary);
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: var(--propet-radius-full);
    margin-bottom: 8px;
}
.propet-finder-head h2 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
}
.propet-finder-head p {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
}
.propet-finder-form {
    display: grid;
    grid-template-columns: 1fr 1fr 220px;
    gap: 16px;
    align-items: flex-end;
}
.propet-ff-group label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
    display: block;
}
.propet-ff-select {
    height: 48px;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    font-size: 13.5px;
    font-weight: 600;
    color: #0f172a;
}
.propet-ff-select:focus {
    border-color: var(--propet-primary);
    box-shadow: 0 0 0 3px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.15);
}
.propet-btn-finder-submit {
    height: 48px;
    width: 100%;
    background: linear-gradient(135deg, var(--propet-primary), var(--propet-primary-hover));
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.3);
    transition: var(--propet-transition);
}
.propet-btn-finder-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.4);
}

/* 6. GÜNÜN FIRSATLARI */
.propet-deals-section {
    background: linear-gradient(135deg, var(--theme-light, #fff7ed) 0%, #ffffff 100%);
    border: 2px solid var(--theme-border, #ffedd5);
    border-radius: var(--propet-radius-xl);
    padding: 30px;
    margin-bottom: 50px;
}
.propet-deals-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1.5px solid var(--theme-border, #ffedd5);
}
.propet-deals-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}
.propet-flash-icon {
    width: 44px;
    height: 44px;
    background: var(--propet-primary);
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 14px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.3);
}
.propet-countdown-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #0f172a;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: var(--propet-radius-full);
}
.propet-cd-label {
    font-size: 12px;
    font-weight: 700;
    color: #cbd5e1;
}
.propet-timer-digits {
    font-family: monospace;
    font-size: 16px;
    font-weight: 800;
    color: #fbbf24;
    letter-spacing: 1px;
}
.propet-deals-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.propet-deal-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--propet-radius-lg);
    padding: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: var(--propet-transition);
}
.propet-deal-card:hover {
    border-color: var(--propet-primary);
    box-shadow: var(--propet-shadow-md);
    transform: translateY(-4px);
}
.propet-deal-badge-disc {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    z-index: 2;
}
.propet-deal-media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1/1;
    margin-bottom: 12px;
    background: #f8fafc;
}
.propet-deal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.propet-deal-card:hover .propet-deal-media img {
    transform: scale(1.05);
}
.propet-deal-cat {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
}
.propet-deal-name {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin: 4px 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 36px;
}
.propet-deal-progress-wrap {
    margin-bottom: 12px;
}
.propet-deal-progress-bar {
    height: 6px;
    background: #f1f5f9;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 4px;
}
.propet-deal-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--propet-primary), #ef4444);
}
.propet-deal-stock-lbl {
    font-size: 10.5px;
    font-weight: 700;
    color: #64748b;
}
.propet-deal-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.propet-price-old {
    font-size: 12px;
    color: #94a3b8;
    text-decoration: line-through;
    display: block;
    line-height: 1;
}
.propet-price-cur {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}
.propet-price-cur sup {
    font-size: 12px;
}
.propet-btn-add-cart {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--propet-primary);
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.3);
    transition: var(--propet-transition);
}
.propet-btn-add-cart:hover {
    background: #0f172a;
    transform: scale(1.08);
}

/* 7. SHOWCASE PRODUCTS (3:4 PORTRAIT CARDS) */
.propet-showcase-section {
    margin-bottom: 50px;
}
.propet-showcase-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}
.propet-section-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.5px;
    margin: 0 0 4px;
}
.propet-section-sub {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
}
.propet-filter-cluster {
    display: flex;
    align-items: center;
    gap: 12px;
}
.siralama-dropdown {
    position: relative;
}
.propet-sort-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--propet-radius-full);
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    transition: var(--propet-transition);
}
.propet-sort-btn:hover {
    border-color: var(--propet-primary);
    color: var(--propet-primary);
}
.siralama-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 220px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
    border: 1.5px solid #e2e8f0;
    padding: 8px;
    margin: 0;
    list-style: none;
    z-index: 1050;
}
.siralama-menu.show {
    display: block;
    animation: propetFadeIn 0.2s ease;
}
.siralama-item {
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--propet-transition);
}
.siralama-item:hover, .siralama-item.aktif {
    background: var(--propet-primary-soft);
    color: var(--propet-primary);
    font-weight: 700;
}
@keyframes propetFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}
.propet-view-all-btn {
    background: #0f172a;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: var(--propet-radius-full);
    font-size: 13px;
    font-weight: 700;
    transition: var(--propet-transition);
}
.propet-view-all-btn:hover {
    background: var(--propet-primary);
    color: #ffffff;
}

/* Products Grid */
.propet-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.propet-product-card {
    background: #ffffff;
    border: 1.5px solid #f1f5f9;
    border-radius: var(--propet-radius-lg);
    padding: 12px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: var(--propet-transition);
}
.propet-product-card:hover {
    border-color: var(--theme-border, #ffedd5);
    box-shadow: 0 12px 28px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.12);
    transform: translateY(-4px);
}
.propet-pcard-media {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1/1;
    background: #f8fafc;
    margin-bottom: 12px;
}
.propet-pcard-img-link {
    display: block;
    width: 100%;
    height: 100%;
}
.propet-pcard-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.propet-product-card:hover .propet-pcard-media img {
    transform: scale(1.06);
}
.propet-pcard-discount-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--propet-primary);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    z-index: 2;
}
.propet-card-fav {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 14px;
    cursor: pointer;
    transition: var(--propet-transition);
    z-index: 2;
}
.propet-card-fav:hover, .propet-card-fav.active {
    background: #fee2e2;
    color: #ef4444;
    border-color: #fca5a5;
}
.propet-pcard-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.propet-pcard-cat {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
}
.propet-pcard-title {
    font-size: 14.5px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin: 4px 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}
.propet-pcard-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    margin-bottom: 8px;
}
.propet-stars {
    color: #f59e0b;
}
.propet-score {
    font-weight: 800;
    color: #0f172a;
}
.propet-reviews {
    color: #94a3b8;
}
.propet-pcard-price-box {
    margin: 4px 0 12px;
}
.propet-pcard-actions {
    display: grid;
    grid-template-columns: 1fr 42px;
    gap: 8px;
    margin-top: auto;
}
.propet-btn-quick {
    height: 40px;
    background: var(--propet-primary);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(var(--theme-shadow-rgb, 255, 107, 53), 0.25);
    transition: var(--propet-transition);
}
.propet-btn-quick:hover {
    background: #0f172a;
    transform: translateY(-1px);
}
.propet-btn-detail {
    height: 40px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: var(--propet-transition);
}
.propet-btn-detail:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #0f172a;
}
.propet-btn-out {
    width: 100%;
    grid-column: span 2;
    height: 40px;
    background: #f1f5f9;
    color: #94a3b8;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
}

/* Loadmore Button */
.propet-loadmore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #0f172a;
    border: 2px solid #e2e8f0;
    padding: 12px 36px;
    border-radius: var(--propet-radius-full);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: var(--propet-shadow-sm);
    transition: var(--propet-transition);
}
.propet-loadmore-btn:hover {
    background: var(--propet-primary);
    color: #ffffff;
    border-color: var(--propet-primary);
    transform: translateY(-2px);
    box-shadow: var(--propet-shadow-primary);
}

/* 8. BRANDS SECTION */
.propet-brands-box {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--propet-radius-xl);
    padding: 24px;
    text-align: center;
}
.propet-brands-title {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
}
.propet-brands-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}
.propet-brand-pill {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    padding: 8px 18px;
    border-radius: var(--propet-radius-full);
    font-size: 13px;
    font-weight: 800;
    color: #334155;
    box-shadow: var(--propet-shadow-sm);
    transition: var(--propet-transition);
}
.propet-brand-pill:hover {
    border-color: var(--propet-primary);
    color: var(--propet-primary);
    transform: translateY(-2px);
}

/* 9. FEATURES CARDS */
.propet-feat-card {
    background: #ffffff;
    border: 1.5px solid #f1f5f9;
    border-radius: var(--propet-radius-lg);
    padding: 24px;
    text-align: center;
    transition: var(--propet-transition);
}
.propet-feat-card:hover {
    border-color: #e2e8f0;
    box-shadow: var(--propet-shadow-md);
    transform: translateY(-4px);
}
.propet-feat-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 16px;
}
.propet-feat-icon.icon-green { background: #ecfdf5; color: #10b981; }
.propet-feat-icon.icon-orange { background: var(--propet-primary-soft); color: var(--propet-primary); }
.propet-feat-icon.icon-blue { background: #eff6ff; color: #3b82f6; }
.propet-feat-icon.icon-purple { background: #faf5ff; color: #a855f7; }
.propet-feat-card h4 {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
}
.propet-feat-card p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* 10. REVIEWS SECTION */
.propet-review-card {
    background: #ffffff;
    border: 1.5px solid #f1f5f9;
    border-radius: var(--propet-radius-lg);
    padding: 24px;
    box-shadow: var(--propet-shadow-sm);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.propet-rc-stars {
    color: #f59e0b;
    font-size: 13px;
    margin-bottom: 12px;
}
.propet-rc-text {
    font-size: 13.5px;
    color: #334155;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
}
.propet-rc-user {
    display: flex;
    align-items: center;
    gap: 12px;
}
.propet-rc-user img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.propet-rc-user strong {
    display: block;
    font-size: 13.5px;
    color: #0f172a;
}
.propet-rc-user span {
    font-size: 11.5px;
    color: #94a3b8;
}

/* 11. FOOTER */
.propet-footer {
    background: #0f172a;
    color: #94a3b8;
    margin-top: 60px;
}
.propet-newsletter-bar {
    background: linear-gradient(135deg, var(--propet-primary), var(--propet-primary-hover));
    color: #ffffff;
    padding: 30px 0;
}
.propet-nl-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.propet-nl-text {
    display: flex;
    align-items: center;
    gap: 16px;
}
.propet-nl-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.propet-nl-text h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 4px;
}
.propet-nl-text p {
    font-size: 13px;
    opacity: 0.9;
    margin: 0;
}
.propet-nl-form {
    min-width: 320px;
}
.propet-nl-form input {
    height: 48px;
    border-radius: var(--propet-radius-full) 0 0 var(--propet-radius-full);
    border: none;
    font-size: 13.5px;
    padding-left: 18px;
}
.propet-nl-btn {
    background: #0f172a !important;
    border-color: #0f172a !important;
    color: #ffffff !important;
    font-weight: 800;
    padding: 0 20px;
    border-radius: 0 var(--propet-radius-full) var(--propet-radius-full) 0;
}

.propet-footer-body {
    padding: 50px 0 30px;
}
.propet-footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.propet-fdesc {
    font-size: 13px;
    line-height: 1.6;
    color: #94a3b8;
    margin-bottom: 20px;
}
.propet-fcontact-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
}
.propet-fci {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e1;
}
.propet-fcol-title {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: -0.3px;
}
.propet-flinks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13.5px;
}
.propet-flinks a:hover {
    color: var(--propet-primary);
    padding-left: 4px;
}
.propet-fhours-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px;
}
.propet-fhc-head {
    font-size: 12px;
    font-weight: 700;
    color: #cbd5e1;
}
.propet-fhc-time {
    font-size: 14px;
    font-weight: 800;
    color: #10b981;
    margin: 4px 0;
}
.propet-fhc-note {
    font-size: 11px;
    color: #64748b;
}
.propet-fsocial {
    display: flex;
    gap: 8px;
}
.propet-soc-btn {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 13px;
    transition: var(--propet-transition);
}
.propet-soc-btn:hover {
    background: var(--propet-primary);
    color: #ffffff;
    border-color: var(--propet-primary);
    transform: translateY(-2px);
}

/* 12. MOBILE BOTTOM BAR */
.propet-mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
    z-index: 1040;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}
.propet-mbb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-decoration: none;
    position: relative;
}
.propet-mbb-item i {
    font-size: 18px;
}
.propet-mbb-item.active, .propet-mbb-item:hover {
    color: var(--propet-primary);
}
.propet-mbb-cart-bubble {
    position: relative;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: -18px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
}
.propet-mbb-count {
    position: absolute;
    top: -2px;
    right: -2px;
    background: var(--propet-primary);
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #ffffff;
}

/* RESPONSIVE QUERIES */
@media (max-width: 1199px) {
    .propet-hero-grid {
        grid-template-columns: 1fr;
    }
    .propet-hero-side-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
    .propet-products-grid, .propet-deals-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .propet-hero-side-cards {
        grid-template-columns: 1fr;
    }
    .propet-hero-main-banner {
        padding: 30px 18px 20px;
    }
    .propet-hero-main-body {
        flex-direction: column;
        text-align: center;
    }
    .propet-hero-content {
        max-width: 100%;
    }
    .propet-hero-btns {
        justify-content: center;
    }
    .propet-hero-features-bar {
        justify-content: center;
    }
    .propet-hero-media {
        margin-top: 30px;
    }
    .propet-finder-form {
        grid-template-columns: 1fr;
    }
    .propet-products-grid, .propet-deals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .site-wrapper {
        padding-bottom: 70px;
    }
}

@media (max-width: 576px) {
    .propet-hero-title {
        font-size: 28px;
    }
    .propet-hero-side-cards {
        grid-template-columns: 1fr;
    }
    .propet-products-grid, .propet-deals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .propet-product-card {
        padding: 8px;
    }
    .propet-pcard-title {
        font-size: 13px;
        height: 34px;
    }
    .propet-pcard-actions {
        grid-template-columns: 1fr;
    }
    .propet-btn-detail {
        display: none;
    }
}
