/*
Theme Name: PETSE
Theme URI: https://petse.net
Author: PETSE
Description: PETSE.NET icin ozel WooCommerce temasi. Ureticiyiz - premium, minimal, donusum odakli pet shop tasarimi.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: petse
*/

/* ==========================================================================
   0. TOKENS
   ========================================================================== */
:root{
  --petse-orange: #FF6A00;
  --petse-orange-dark: #E45E00;
  --petse-black: #1D1D1D;
  --petse-white: #FFFFFF;
  --petse-bg: #FAFAFA;
  --petse-hero-bg: #FBEAE0;
  --petse-border: #ECECEC;
  --petse-gray-text: #6B6B6B;
  --petse-radius: 14px;
  --petse-shadow: 0 6px 24px rgba(29,29,29,0.06);
  --petse-shadow-hover: 0 10px 30px rgba(29,29,29,0.12);
  --font-main: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
}

*{ box-sizing: border-box; }

body{
  font-family: var(--font-main);
  color: var(--petse-black);
  background: var(--petse-bg);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

a{ text-decoration: none; color: inherit; }
ul{ list-style: none; margin:0; padding:0; }
img{ max-width:100%; display:block; }
button{ font-family: var(--font-main); cursor:pointer; }

.container{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

:focus-visible{
  outline: 2px solid var(--petse-orange);
  outline-offset: 2px;
}

/* ==========================================================================
   1. TOP BAR
   ========================================================================== */
.petse-topbar{
  background: var(--petse-orange);
  color: #fff;
  font-size: 13px;
}
.petse-topbar .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height: 38px;
}
.petse-topbar-left{ display:flex; gap:24px; align-items:center; }
.petse-topbar-left span{ display:flex; align-items:center; gap:6px; opacity:.95; }
.petse-topbar-right{ display:flex; gap:20px; }
.petse-topbar-right a:hover{ text-decoration:underline; }

/* ==========================================================================
   2. MAIN HEADER
   ========================================================================== */
.petse-header{
  background:#fff;
  border-bottom: 1px solid var(--petse-border);
}
.petse-header .container{
  display:flex;
  align-items:center;
  gap:32px;
  height: 90px;
}
.petse-logo{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  font-size:26px;
  letter-spacing:-0.5px;
  flex-shrink:0;
}
.petse-logo img{ height:44px; width:auto; }
.petse-logo .pet-part{ color: var(--petse-black); }
.petse-logo .se-part{ color: var(--petse-orange); }

.petse-search{
  flex:1;
  display:flex;
  max-width:640px;
}
.petse-search input{
  flex:1;
  border:1px solid var(--petse-border);
  border-right:none;
  border-radius: 8px 0 0 8px;
  padding: 0 18px;
  height:44px;
  font-size:14px;
  font-family: var(--font-main);
}
.petse-search select{
  border:1px solid var(--petse-border);
  border-left:none;
  border-right:none;
  padding:0 12px;
  height:44px;
  font-size:14px;
  background:#fff;
  font-family: var(--font-main);
  color:var(--petse-gray-text);
}
.petse-search button{
  background: var(--petse-orange);
  border:none;
  width:52px;
  border-radius: 0 8px 8px 0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.petse-search button svg{ stroke:#fff; }

.petse-header-actions{
  display:flex;
  align-items:center;
  gap:28px;
  margin-left:auto;
  flex-shrink:0;
}
.petse-header-actions a{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  font-size:12px;
  color: var(--petse-black);
  position:relative;
}
.petse-header-actions svg{ width:22px; height:22px; }
.petse-cart-count{
  position:absolute;
  top:-6px;
  right:-10px;
  background: var(--petse-orange);
  color:#fff;
  font-size:10px;
  width:16px; height:16px;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}

/* ==========================================================================
   3. NAV / MEGA MENU BAR
   ========================================================================== */
.petse-navbar{
  background:#fff;
  border-bottom:1px solid var(--petse-border);
}
.petse-navbar .container{
  display:flex;
  align-items:center;
  gap:8px;
}
.petse-cat-toggle{
  background: var(--petse-black);
  color:#fff;
  border:none;
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 20px;
  font-size:14px;
  font-weight:600;
  border-radius: 6px 6px 0 0;
  margin-top:-1px;
}
.petse-primary-menu{
  display:flex;
  gap:28px;
  padding-left:16px;
}
.petse-primary-menu li{ position:relative; }
.petse-primary-menu a{
  display:block;
  padding: 16px 2px;
  font-size:14.5px;
  font-weight:500;
  color: var(--petse-black);
  border-bottom:2px solid transparent;
}
.petse-primary-menu li:first-child a{ color: var(--petse-orange); }
.petse-primary-menu a:hover{ color: var(--petse-orange); border-bottom-color: var(--petse-orange); }
.petse-mobile-toggle{ display:none; background:none; border:none; }

/* ==========================================================================
   4. HERO
   ========================================================================== */
.petse-hero{
  background: var(--petse-hero-bg);
  position:relative;
  overflow:hidden;
}
.petse-hero-slide{
  display:none;
  align-items:center;
  gap:40px;
  padding: 64px 24px;
}
.petse-hero-slide.is-active{ display:flex; }
.petse-hero .container.petse-hero-inner{
  display:flex;
  align-items:center;
  gap:40px;
  padding: 64px 0;
  position:relative;
}
.petse-hero-text{ flex: 0 0 42%; }
.petse-hero-text .eyebrow{
  font-size: 34px;
  font-weight:700;
  color: var(--petse-black);
  line-height:1.15;
  margin:0;
}
.petse-hero-text .highlight{
  display:block;
  font-size: 52px;
  font-weight:800;
  color: var(--petse-orange);
  line-height:1.05;
  margin: 4px 0;
}
.petse-hero-text p{
  font-size:15px;
  color: #3d3d3d;
  line-height:1.7;
  max-width: 480px;
  margin: 18px 0 28px;
}
.petse-hero-text p strong{ color: var(--petse-orange); }
.petse-hero-cta{ display:flex; gap:14px; }
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 14px 26px;
  border-radius: 8px;
  font-size:14px;
  font-weight:600;
  border:2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn-primary{ background: var(--petse-orange); color:#fff; }
.btn-primary:hover{ background: var(--petse-orange-dark); box-shadow: var(--petse-shadow-hover); }
.btn-outline{ background:#fff; color: var(--petse-black); border-color: var(--petse-black); }
.btn-outline:hover{ box-shadow: var(--petse-shadow-hover); }

.petse-hero-products{
  flex:1;
  display:flex;
  align-items:flex-end;
  gap:24px;
  justify-content:center;
}
.petse-hero-product-img{
  flex:1;
  max-width: 320px;
  aspect-ratio: 4/5;
  border-radius: var(--petse-radius);
  background: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  box-shadow: var(--petse-shadow);
}
.petse-hero-product-img img{ width:100%; height:100%; object-fit:cover; }
.petse-hero-product-img.placeholder{
  flex-direction:column;
  gap:8px;
  color: #b8b8b8;
  font-size:12px;
  text-align:center;
  border: 2px dashed #e3d9d2;
  padding: 12px;
}

.petse-hero-badge{
  position:absolute;
  top: 24px;
  right: 24px;
  background:#fff;
  border-radius: var(--petse-radius);
  padding: 14px 20px;
  box-shadow: var(--petse-shadow);
  font-size:13px;
  max-width:190px;
  display:flex;
  align-items:center;
  gap:10px;
}
.petse-hero-badge strong{ display:block; color: var(--petse-orange); font-size:14px; }

.petse-hero-arrow{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  background:#fff;
  border:none;
  width:44px; height:44px;
  border-radius:50%;
  box-shadow: var(--petse-shadow);
  display:flex; align-items:center; justify-content:center;
  z-index:5;
}
.petse-hero-arrow.prev{ left:16px; }
.petse-hero-arrow.next{ right:16px; }

.petse-hero-dots{
  position:absolute;
  bottom: 18px;
  left: 24px;
  display:flex;
  gap:8px;
}
.petse-hero-dots button{
  width:9px; height:9px; border-radius:50%;
  border:none; background:#e3c9b8;
  padding:0;
}
.petse-hero-dots button.is-active{ background: var(--petse-orange); width:22px; border-radius:6px; }

/* ==========================================================================
   5. CATEGORY STRIP
   ========================================================================== */
.petse-categories{
  padding: 40px 0 8px;
}
.petse-categories-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap:20px;
}
.petse-cat-card{
  background:#fff;
  border-radius: var(--petse-radius);
  padding: 22px;
  display:flex;
  gap:16px;
  align-items:center;
  box-shadow: var(--petse-shadow);
  transition: transform .15s ease, box-shadow .15s ease;
}
.petse-cat-card:hover{ transform: translateY(-4px); box-shadow: var(--petse-shadow-hover); }
.petse-cat-card .cat-icon{
  width:64px; height:64px;
  border-radius:50%;
  overflow:hidden;
  flex-shrink:0;
  background: var(--petse-bg);
}
.petse-cat-card .cat-icon img{ width:100%; height:100%; object-fit:cover; }
.petse-cat-card h3{ font-size:15px; margin:0 0 4px; }
.petse-cat-card p{ font-size:12px; color: var(--petse-gray-text); margin:0 0 6px; line-height:1.5; }
.petse-cat-card .cat-arrow{
  width:26px; height:26px;
  border-radius:50%;
  background: var(--petse-hero-bg);
  color: var(--petse-orange);
  display:flex; align-items:center; justify-content:center;
}

/* ==========================================================================
   6. TRUST BAR
   ========================================================================== */
.petse-trustbar{
  background:#fff;
  margin: 40px 0;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
}
.petse-trustbar .container{
  display:grid;
  grid-template-columns: repeat(5,1fr);
  padding: 26px 24px;
}
.petse-trust-item{
  display:flex;
  gap:12px;
  align-items:center;
  padding: 0 16px;
  border-right: 1px solid var(--petse-border);
}
.petse-trust-item:last-child{ border-right:none; }
.petse-trust-item svg{ color: var(--petse-orange); flex-shrink:0; }
.petse-trust-item h4{ font-size:13px; margin:0 0 2px; }
.petse-trust-item p{ font-size:11.5px; color: var(--petse-gray-text); margin:0; }

/* ==========================================================================
   7. BEST SELLERS
   ========================================================================== */
.petse-bestsellers{ padding: 20px 0 50px; }
.petse-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
  margin-bottom:22px;
}
.petse-section-title{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:20px;
  font-weight:700;
}
.petse-section-title .paw{ color: var(--petse-orange); }
.petse-tabs{ display:flex; gap:22px; }
.petse-tabs button{
  background:none; border:none;
  font-size:13.5px; font-weight:500;
  color: var(--petse-gray-text);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.petse-tabs button.is-active{ color: var(--petse-black); border-color: var(--petse-orange); }
.petse-viewall{ font-size:13px; color: var(--petse-orange); font-weight:600; }

.petse-product-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:20px;
}
.petse-product-card{
  background:#fff;
  border-radius: var(--petse-radius);
  overflow:hidden;
  box-shadow: var(--petse-shadow);
  transition: box-shadow .15s ease, transform .15s ease;
}
.petse-product-card:hover{ box-shadow: var(--petse-shadow-hover); transform: translateY(-3px); }
.petse-product-thumb{
  aspect-ratio: 1/1;
  background: var(--petse-bg);
  display:flex; align-items:center; justify-content:center;
  position:relative;
}
.petse-product-thumb img{ width:100%; height:100%; object-fit:cover; }
.petse-product-info{ padding: 14px 16px 18px; }
.petse-product-info .cat{ font-size:11px; color: var(--petse-gray-text); text-transform:uppercase; letter-spacing:.04em; }
.petse-product-info h4{ font-size:14px; margin: 4px 0 8px; line-height:1.4; min-height:38px; }
.petse-product-price{ font-size:16px; font-weight:700; color: var(--petse-orange); }

/* ==========================================================================
   8. DEALER CTA
   ========================================================================== */
.petse-dealer-cta{
  background: linear-gradient(120deg, var(--petse-orange), var(--petse-orange-dark));
  border-radius: var(--petse-radius);
  color:#fff;
  padding: 40px 44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:50px;
}
.petse-dealer-cta h3{ font-size:26px; margin:0 0 8px; }
.petse-dealer-cta p{ margin:0 0 18px; opacity:.9; font-size:14px; }
.petse-dealer-cta .btn{ background:#1D1D1D; color:#fff; }

.petse-home-lower{
  display:grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 20px;
  align-items:start;
}

/* ==========================================================================
   9. FOOTER
   ========================================================================== */
.petse-footer{
  background: var(--petse-black);
  color: #d9d9d9;
  padding: 56px 0 20px;
  margin-top:40px;
}
.petse-footer-grid{
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap:32px;
  padding-bottom:32px;
  border-bottom:1px solid #333;
}
.petse-footer h4{ color:#fff; font-size:15px; margin:0 0 16px; }
.petse-footer ul li{ margin-bottom:10px; }
.petse-footer a{ font-size:13px; color:#b7b7b7; }
.petse-footer a:hover{ color: var(--petse-orange); }
.petse-footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:20px;
  font-size:12.5px;
  color:#8c8c8c;
  flex-wrap:wrap;
  gap:12px;
}

/* ==========================================================================
   10. GENERIC PAGE / POST TEMPLATES
   ========================================================================== */
.petse-page-wrap{ padding: 50px 0; min-height: 40vh; }
.petse-page-wrap h1{ font-size:30px; margin-bottom:20px; }
.petse-page-wrap article{ margin-bottom:40px; }

/* ==========================================================================
   12. SHOP / CATEGORY PAGES
   ========================================================================== */
.petse-breadcrumb{
  font-size:12.5px;
  color: var(--petse-gray-text);
  margin-bottom: 14px;
}
.petse-breadcrumb a{ color: inherit; }
.petse-breadcrumb a:hover{ color: var(--petse-orange); }
.petse-breadcrumb .sep{ margin: 0 8px; opacity:.6; }

.petse-cat-hero{
  background: linear-gradient(120deg, var(--petse-orange), var(--petse-orange-dark));
  background-size: cover;
  background-position: center;
  color:#fff;
  padding: 46px 0 40px;
}
.petse-cat-hero .petse-breadcrumb{ color: rgba(255,255,255,.85); }
.petse-cat-hero .petse-breadcrumb a{ color: rgba(255,255,255,.85); }
.petse-cat-hero h1{
  font-size: 32px;
  margin: 0 0 10px;
  font-weight: 800;
}
.petse-cat-hero-desc{
  max-width: 640px;
  font-size: 14px;
  line-height: 1.7;
  opacity: .95;
  margin-bottom: 14px;
}
.petse-cat-hero-count{
  display:inline-block;
  background: rgba(255,255,255,.18);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 600;
}
.petse-cat-hero--shop{ background: var(--petse-black); }

.petse-shop-layout{
  display:grid;
  grid-template-columns: 270px 1fr;
  gap: 28px;
  padding: 36px 0 60px;
  align-items:start;
}

/* Sidebar filters */
.petse-shop-sidebar{ position:sticky; top: 20px; }
.petse-filter-widget{
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 20px;
  margin-bottom: 18px;
}
.petse-filter-title{
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--petse-border);
}
.petse-filter-empty p{ font-size: 12.5px; color: var(--petse-gray-text); line-height:1.6; margin:0; }

/* Restyle default WooCommerce filter widgets to match premium look */
.petse-filter-widget ul{ margin:0; padding:0; }
.petse-filter-widget ul li{
  list-style:none;
  font-size: 13.5px;
  padding: 7px 0;
  border-bottom: 1px dashed var(--petse-border);
}
.petse-filter-widget ul li:last-child{ border-bottom:none; }
.petse-filter-widget ul li a{ color: var(--petse-black); }
.petse-filter-widget ul li a:hover{ color: var(--petse-orange); }
.petse-filter-widget .price_slider{ margin-bottom: 14px; }
.petse-filter-widget .price_slider_amount{ font-size:12.5px; display:flex; justify-content:space-between; align-items:center; }
.petse-filter-widget .price_slider_amount .button{
  background: var(--petse-black);
  color:#fff;
  border:none;
  border-radius:6px;
  padding: 7px 14px;
  font-size:12px;
  font-weight:600;
}
.petse-filter-widget .ui-slider{
  height: 4px;
  background: var(--petse-border);
  border-radius: 4px;
  position:relative;
  margin: 18px 4px 22px;
}
.petse-filter-widget .ui-slider-range{
  position:absolute; top:0; bottom:0;
  background: var(--petse-orange);
  border-radius:4px;
}
.petse-filter-widget .ui-slider-handle{
  position:absolute;
  top: -6px;
  width: 16px; height:16px;
  border-radius:50%;
  background:#fff;
  border: 2px solid var(--petse-orange);
  cursor:pointer;
}

/* Toolbar */
.petse-shop-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 14px 20px;
  margin-bottom: 22px;
  font-size: 13px;
  color: var(--petse-gray-text);
  flex-wrap:wrap;
  gap:12px;
}
.petse-shop-toolbar select{
  border:1px solid var(--petse-border);
  border-radius:8px;
  padding: 8px 12px;
  font-family: var(--font-main);
  font-size:13px;
  color: var(--petse-black);
}

/* Real WooCommerce grid markup (ul.products) reusing petse-product-card look */
ul.products{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin:0; padding:0;
  list-style:none;
}
ul.products.petse-product-grid--sidebar{
  grid-template-columns: repeat(3, 1fr);
}
ul.products li.product{
  background:#fff;
  border-radius: var(--petse-radius);
  overflow:hidden;
  box-shadow: var(--petse-shadow);
  transition: box-shadow .15s ease, transform .15s ease;
  list-style:none;
}
ul.products li.product:hover{ box-shadow: var(--petse-shadow-hover); transform: translateY(-3px); }
.petse-product-thumb{
  display:block;
  aspect-ratio: 1/1;
  background: var(--petse-bg);
  position:relative;
  overflow:hidden;
}
.petse-product-thumb img{ width:100%; height:100%; object-fit:cover; }
.petse-product-thumb .onsale{
  position:absolute;
  top:12px; left:12px;
  background: var(--petse-orange);
  color:#fff;
  font-size:11px;
  font-weight:700;
  padding: 4px 10px;
  border-radius: 20px;
  min-height:0; min-width:0; height:auto; line-height:normal;
}
.petse-product-info{ padding: 14px 16px 18px; }
.petse-product-info .cat{ font-size:11px; color: var(--petse-gray-text); text-transform:uppercase; letter-spacing:.04em; margin-bottom:4px; }
.woocommerce-loop-product__title{
  font-size:14px;
  margin: 0 0 8px;
  line-height:1.4;
  font-weight:600;
  color: var(--petse-black);
}
.star-rating{
  font-size:12px;
  color: var(--petse-orange);
  margin-bottom: 6px;
}
.petse-product-info .price{
  font-size:16px;
  font-weight:700;
  color: var(--petse-orange);
}
.petse-product-info .price del{ color:#b6b6b6; font-weight:400; font-size:13px; margin-right:6px; }
.petse-product-info .price ins{ text-decoration:none; }
.petse-product-actions{ margin-top:10px; }
.petse-product-actions a.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  background: var(--petse-black);
  color:#fff;
  border-radius:8px;
  padding: 10px 14px;
  font-size:13px;
  font-weight:600;
  transition: background .15s ease;
}
.petse-product-actions a.button:hover{ background: var(--petse-orange); }
.petse-product-actions a.added_to_cart{
  display:block;
  margin-top:8px;
  font-size:12px;
  text-align:center;
  color: var(--petse-orange);
}

/* Pagination */
.petse-pagination{ margin-top: 34px; }
.woocommerce-pagination ul{
  display:flex;
  gap:8px;
  list-style:none;
  margin:0; padding:0;
  justify-content:center;
}
.woocommerce-pagination ul li{ list-style:none; }
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px; height:38px;
  border-radius:8px;
  background:#fff;
  box-shadow: var(--petse-shadow);
  font-size:13px;
  font-weight:600;
  color: var(--petse-black);
}
.woocommerce-pagination ul li span.current{ background: var(--petse-orange); color:#fff; }

.petse-empty-state{
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 60px 24px;
  text-align:center;
  color: var(--petse-gray-text);
  font-size:14px;
}

/* ==========================================================================
   11. BASE RESPONSIVE
   ========================================================================== */
@media (max-width: 1100px){
  .petse-categories-grid{ grid-template-columns: repeat(3,1fr); }
  .petse-product-grid{ grid-template-columns: repeat(2,1fr); }
  .petse-trustbar .container{ grid-template-columns: repeat(3,1fr); }
  .petse-trust-item{ border-right:none; padding: 10px 0; }
  .petse-home-lower{ grid-template-columns: 1fr; }
}
@media (max-width: 860px){
  .petse-topbar .petse-topbar-left span:not(:first-child){ display:none; }
  .petse-search{ display:none; }
  .petse-primary-menu{ display:none; }
  .petse-mobile-toggle{ display:flex; align-items:center; }
  .petse-cat-toggle span.label{ display:none; }
  .petse-hero .container.petse-hero-inner{ flex-direction:column; padding: 40px 0; }
  .petse-hero-text{ flex:none; text-align:center; }
  .petse-hero-text p{ margin-left:auto; margin-right:auto; }
  .petse-hero-cta{ justify-content:center; }
  .petse-hero-products{ flex-wrap:wrap; }
  .petse-hero-badge{ position:static; margin: 16px auto 0; }
  .petse-categories-grid{ grid-template-columns: repeat(2,1fr); }
  .petse-footer-grid{ grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 520px){
  .petse-product-grid{ grid-template-columns: 1fr; }
  .petse-categories-grid{ grid-template-columns: 1fr; }
  .petse-hero-text .highlight{ font-size:40px; }
  .petse-header .container{ height:auto; padding:14px 16px; flex-wrap:wrap; }
  .petse-dealer-cta{ flex-direction:column; text-align:center; }
}

/* ==========================================================================
   13. SINGLE PRODUCT PAGE
   ========================================================================== */
.petse-single-wrap{ padding: 24px 0 60px; }

div.product{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 50px;
}
@media (min-width: 769px){
  div.product .summary{ padding-top: 4px; }
}

/* Gallery */
.woocommerce-product-gallery{ position:relative; }
.woocommerce-product-gallery__wrapper{
  border-radius: var(--petse-radius);
  overflow:hidden;
  box-shadow: var(--petse-shadow);
  background:#fff;
}
.woocommerce-product-gallery__image{ aspect-ratio: 1/1; background: var(--petse-bg); }
.woocommerce-product-gallery__image img{ width:100%; height:100%; object-fit:cover; }
.woocommerce-product-gallery .flex-control-thumbs{
  display:flex;
  gap:10px;
  margin: 12px 0 0;
  padding:0;
  list-style:none;
}
.woocommerce-product-gallery .flex-control-thumbs li{ width:72px; height:72px; list-style:none; }
.woocommerce-product-gallery .flex-control-thumbs img{
  width:100%; height:100%; object-fit:cover;
  border-radius:8px;
  border: 2px solid transparent;
  opacity:.75;
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active{
  border-color: var(--petse-orange);
  opacity:1;
}
.onsale{
  position:absolute;
  top:16px; left:16px;
  background: var(--petse-orange);
  color:#fff;
  font-size:11px;
  font-weight:700;
  padding: 5px 12px;
  border-radius: 20px;
  z-index:2;
}

/* Summary */
.summary .product_title{
  font-size: 26px;
  font-weight:800;
  margin: 0 0 10px;
  line-height:1.25;
}
.summary .star-rating{ font-size:14px; margin-bottom:12px; }
.summary p.price{
  font-size: 28px;
  font-weight:800;
  color: var(--petse-orange);
  margin: 0 0 18px;
}
.summary p.price del{ font-size:16px; color:#b6b6b6; font-weight:400; margin-right:10px; }
.summary p.price ins{ text-decoration:none; }
.woocommerce-product-details__short-description{
  font-size: 14px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 18px;
}

.petse-product-trust{
  background: var(--petse-hero-bg);
  border-radius: var(--petse-radius);
  padding: 18px 20px;
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-bottom: 22px;
}
.petse-product-trust-item{ display:flex; align-items:flex-start; gap:12px; font-size:12.5px; color:#4a4a4a; }
.petse-product-trust-item svg{ color: var(--petse-orange); flex-shrink:0; margin-top:1px; }
.petse-product-trust-item strong{ display:block; color: var(--petse-black); font-size:13.5px; margin-bottom:2px; }

form.cart{ display:flex; align-items:center; gap:14px; margin-bottom: 22px; flex-wrap:wrap; }
form.cart .quantity{ display:flex; }
form.cart .qty{
  width: 64px;
  height: 50px;
  text-align:center;
  border: 1px solid var(--petse-border);
  border-radius: 8px;
  font-family: var(--font-main);
  font-size: 14px;
}
button.single_add_to_cart_button{
  background: var(--petse-orange);
  color:#fff;
  border:none;
  border-radius:8px;
  padding: 0 32px;
  height: 50px;
  font-size:14.5px;
  font-weight:700;
  transition: background .15s ease, box-shadow .15s ease;
}
button.single_add_to_cart_button:hover{ background: var(--petse-orange-dark); box-shadow: var(--petse-shadow-hover); }
button.single_add_to_cart_button.disabled{ background:#ddd; cursor:not-allowed; }

.product_meta{
  font-size: 12.5px;
  color: var(--petse-gray-text);
  border-top: 1px solid var(--petse-border);
  padding-top: 16px;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.product_meta a{ color: var(--petse-orange); }

/* Tabs */
.woocommerce-tabs{ margin: 10px 0 60px; }
.woocommerce-tabs ul.tabs{
  display:flex;
  gap:26px;
  list-style:none;
  margin:0 0 24px;
  padding:0;
  border-bottom: 1px solid var(--petse-border);
}
.woocommerce-tabs ul.tabs li{ list-style:none; }
.woocommerce-tabs ul.tabs li a{
  display:inline-block;
  padding: 12px 2px;
  font-size:14px;
  font-weight:600;
  color: var(--petse-gray-text);
  border-bottom: 2px solid transparent;
  margin-bottom:-1px;
}
.woocommerce-tabs ul.tabs li.active a{ color: var(--petse-black); border-color: var(--petse-orange); }
.woocommerce-tabs .woocommerce-Tabs-panel{
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 28px 30px;
  font-size: 14px;
  line-height: 1.8;
  color:#444;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2{ font-size:18px; margin-top:0; }

/* Related products */
.related.products{ margin-top: 20px; }
.related.products > h2{
  font-size:20px;
  font-weight:700;
  margin-bottom:22px;
}
.related.products ul.products{
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 860px){
  div.product{ grid-template-columns: 1fr; gap: 28px; }
  .related.products ul.products{ grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 520px){
  .summary .product_title{ font-size:21px; }
  .summary p.price{ font-size:22px; }
  .related.products ul.products{ grid-template-columns: 1fr; }
}

/* ==========================================================================
   15. BLOG
   ========================================================================== */
.petse-blog-wrap{ padding: 36px 0 60px; }

.petse-blog-featured{
  display:grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  overflow:hidden;
  margin-bottom: 26px;
  transition: box-shadow .15s ease;
}
.petse-blog-featured:hover{ box-shadow: var(--petse-shadow-hover); }
.petse-blog-featured-thumb{ aspect-ratio: 4/3; background: var(--petse-bg); }
.petse-blog-featured-thumb img{ width:100%; height:100%; object-fit:cover; }
.petse-blog-featured-info{ padding: 26px 30px 26px 0; display:flex; flex-direction:column; justify-content:center; }
.petse-blog-featured-info h2{ font-size:24px; margin: 10px 0 12px; line-height:1.3; }
.petse-blog-featured-info p{ font-size:14px; color:#555; line-height:1.7; margin:0 0 14px; }

.petse-blog-cat{
  display:inline-block;
  background: var(--petse-hero-bg);
  color: var(--petse-orange);
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
  padding: 5px 12px;
  border-radius: 20px;
  width:fit-content;
}
.petse-blog-meta{ font-size:12px; color: var(--petse-gray-text); }

.petse-blog-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.petse-blog-card{
  background:#fff;
  border-radius: var(--petse-radius);
  overflow:hidden;
  box-shadow: var(--petse-shadow);
  transition: box-shadow .15s ease, transform .15s ease;
}
.petse-blog-card:hover{ box-shadow: var(--petse-shadow-hover); transform: translateY(-3px); }
.petse-blog-card-thumb{ aspect-ratio: 16/10; background: var(--petse-bg); }
.petse-blog-card-thumb img{ width:100%; height:100%; object-fit:cover; }
.petse-blog-card-info{ padding: 16px 18px 20px; display:flex; flex-direction:column; gap:8px; }
.petse-blog-card-info h3{ font-size:15px; margin:2px 0 0; line-height:1.4; }

.petse-post-meta-top{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12.5px;
  color: var(--petse-gray-text);
  margin-bottom: 14px;
}
.petse-post-article h1{ font-size:28px; line-height:1.3; margin:0 0 6px; }
.petse-post-article .entry-content{ font-size:15px; line-height:1.85; color:#333; }
.petse-post-article .entry-content p{ margin: 0 0 18px; }
.petse-post-article .entry-content h2{ font-size:20px; margin: 32px 0 14px; }
.petse-post-article .entry-content h3{ font-size:17px; margin: 26px 0 12px; }
.petse-post-article .entry-content img{ border-radius: var(--petse-radius); }
.petse-post-article .entry-content blockquote{
  border-left: 3px solid var(--petse-orange);
  margin: 20px 0;
  padding: 4px 20px;
  color:#555;
  font-style:italic;
}

.petse-post-share{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--petse-border);
  font-size:13px;
}
.petse-post-share span:first-child{ color: var(--petse-gray-text); font-weight:600; }
.petse-post-share a{
  background: var(--petse-bg);
  padding: 7px 14px;
  border-radius: 20px;
  font-weight:600;
  color: var(--petse-black);
}
.petse-post-share a:hover{ background: var(--petse-orange); color:#fff; }

.petse-related-posts{ margin-top: 44px; }
.petse-related-posts h2{ font-size:19px; margin-bottom:18px; }
.petse-blog-grid--related{ grid-template-columns: repeat(3, 1fr); }

@media (max-width: 900px){
  .petse-blog-featured{ grid-template-columns: 1fr; }
  .petse-blog-featured-info{ padding: 22px; }
  .petse-blog-grid,
  .petse-blog-grid--related{ grid-template-columns: repeat(2,1fr); }
  .petse-single-post-wrap > div{ grid-template-columns: 1fr !important; }
}
@media (max-width: 560px){
  .petse-blog-grid,
  .petse-blog-grid--related{ grid-template-columns: 1fr; }
  .petse-post-article h1{ font-size:22px; }
}

/* ==========================================================================
   16. BAYILIK / B2B
   ========================================================================== */
.petse-dealer-page{ padding: 36px 0 60px; max-width: 780px; margin: 0 auto; }

.petse-dealer-perks{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}
.petse-dealer-perk{
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 18px;
  display:flex;
  gap:12px;
  align-items:flex-start;
}
.petse-dealer-perk svg{ color: var(--petse-orange); flex-shrink:0; }
.petse-dealer-perk strong{ display:block; font-size:13.5px; margin-bottom:3px; }
.petse-dealer-perk span{ font-size:12px; color: var(--petse-gray-text); line-height:1.5; }

.petse-form-notice{
  border-radius: var(--petse-radius);
  padding: 16px 20px;
  font-size:13.5px;
  margin-bottom: 24px;
}
.petse-form-notice--success{ background:#e9f9ee; color:#1a7a3d; }
.petse-form-notice--error{ background:#fdeceb; color:#c53d2e; }

.petse-dealer-form{
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 32px;
}
.petse-form-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 16px;
}
.petse-dealer-form label{
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:13px;
  font-weight:600;
  color:#3a3a3a;
}
.petse-form-full{ margin-bottom: 20px; }
.petse-dealer-form input,
.petse-dealer-form textarea{
  border: 1px solid var(--petse-border);
  border-radius: 8px;
  padding: 11px 14px;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight:400;
  color: var(--petse-black);
  resize: vertical;
}
.petse-dealer-form button{ width:100%; justify-content:center; }

.petse-dealer-note{ text-align:center; font-size:13px; color: var(--petse-gray-text); margin-top:18px; }
.petse-dealer-note a{ color: var(--petse-orange); font-weight:600; }

.petse-dealer-badge{
  display:inline-block;
  background: var(--petse-black);
  color:#fff;
  font-size:11px;
  font-weight:700;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

@media (max-width: 700px){
  .petse-dealer-perks{ grid-template-columns: 1fr; }
  .petse-form-row{ grid-template-columns: 1fr; }
  .petse-dealer-form{ padding: 22px; }
}

/* ==========================================================================
   17. SEPET & ODEME
   NOT: Buradaki tum siniflar WooCommerce'in kendi shortcode ciktisinda
   ([woocommerce_cart] / [woocommerce_checkout]) varsayilan olarak
   urettigi, surumler arasi stabil sinif adlaridir. Bilincli olarak
   sablon dosyalarina (cart/cart.php, checkout/form-checkout.php)
   dokunmadim - odeme akisi hata toleransi en dusuk yer, sadece CSS ile
   giydirmek WooCommerce guncellemeleriyle bozulma riskini ortadan
   kaldirir.
   ========================================================================== */

/* WooCommerce bildirimleri (basarili/hata/bilgi) her sayfada gorulebilir */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info{
  list-style:none;
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 16px 20px;
  margin: 0 0 22px;
  font-size:13.5px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.woocommerce-message{ border-left:4px solid var(--petse-orange); }
.woocommerce-error{ border-left:4px solid #c53d2e; }
.woocommerce-info{ border-left:4px solid #2e7dc5; }
.woocommerce-message .button,
.woocommerce-error .button{
  background: var(--petse-black);
  color:#fff;
  padding: 8px 16px;
  border-radius:6px;
  font-size:12.5px;
  font-weight:600;
}
.woocommerce-error li{ list-style:none; }

/* ---- Sepet tablosu ---- */
table.shop_table{
  width:100%;
  border-collapse: collapse;
  background:#fff;
  border-radius: var(--petse-radius);
  overflow:hidden;
  box-shadow: var(--petse-shadow);
  margin-bottom: 22px;
}
table.shop_table thead th{
  background: var(--petse-bg);
  text-align:left;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.03em;
  color: var(--petse-gray-text);
  padding: 14px 16px;
}
table.shop_table td{
  padding: 16px;
  border-top: 1px solid var(--petse-border);
  font-size:13.5px;
  vertical-align:middle;
}
table.shop_table td.product-thumbnail img{
  width:64px; height:64px;
  object-fit:cover;
  border-radius:8px;
}
table.shop_table td.product-name a{ font-weight:600; color: var(--petse-black); }
table.shop_table td a.remove{
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px; height:28px;
  border-radius:50%;
  background: var(--petse-bg);
  color: var(--petse-black) !important;
  font-size:16px;
  text-decoration:none !important;
}
table.shop_table td a.remove:hover{ background:#c53d2e; color:#fff !important; }
table.shop_table .quantity .qty{
  width: 64px;
  height: 42px;
  text-align:center;
  border: 1px solid var(--petse-border);
  border-radius: 8px;
  font-family: var(--font-main);
  font-size:14px;
}
table.shop_table tfoot th,
table.shop_table tfoot td{
  padding: 16px;
  border-top: 1px solid var(--petse-border);
}
.woocommerce-cart-form .coupon{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.woocommerce-cart-form .coupon input#coupon_code{
  border:1px solid var(--petse-border);
  border-radius:8px;
  padding: 10px 14px;
  font-family: var(--font-main);
  font-size:13.5px;
  min-width:180px;
}
.woocommerce-cart-form button[name="apply_coupon"],
.woocommerce-cart-form button[name="update_cart"]{
  background: var(--petse-black);
  color:#fff;
  border:none;
  border-radius:8px;
  padding: 10px 20px;
  font-size:13px;
  font-weight:600;
}
.woocommerce-cart-form button[name="apply_coupon"]:hover,
.woocommerce-cart-form button[name="update_cart"]:hover{ background: var(--petse-orange); }
a.wc-backward{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:600;
  color: var(--petse-black);
}
a.wc-backward:hover{ color: var(--petse-orange); }

/* ---- Sepet toplami / odemeye gec kutusu ---- */
.cart-collaterals{ display:flex; justify-content:flex-end; }
.cart_totals{
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 24px 26px;
  width:100%;
  max-width: 400px;
}
.cart_totals h2{ font-size:17px; margin: 0 0 16px; }
.cart_totals table{ width:100%; }
.cart_totals table th{ text-align:left; font-size:13px; color: var(--petse-gray-text); padding: 10px 0; font-weight:500; }
.cart_totals table td{ text-align:right; padding: 10px 0; font-size:13.5px; font-weight:600; }
.cart_totals .order-total th,
.cart_totals .order-total td{ border-top: 1px solid var(--petse-border); padding-top:14px; font-size:16px; }
.cart_totals .order-total td strong{ color: var(--petse-orange); }
.wc-proceed-to-checkout{ margin-top: 16px; }
.wc-proceed-to-checkout a.checkout-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  background: var(--petse-orange);
  color:#fff;
  padding: 15px;
  border-radius:8px;
  font-weight:700;
  font-size:14.5px;
}
.wc-proceed-to-checkout a.checkout-button:hover{ background: var(--petse-orange-dark); }

/* ---- Checkout formu ---- */
.woocommerce-checkout .col2-set{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 30px;
}
.woocommerce-checkout h3{ font-size:16px; margin: 0 0 16px; }
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields{
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 22px 24px;
}
.woocommerce-additional-fields{ margin-bottom:30px; }
.woocommerce-checkout .form-row{ margin-bottom: 14px; }
.woocommerce-checkout label{
  display:block;
  font-size:12.5px;
  font-weight:600;
  color:#3a3a3a;
  margin-bottom:6px;
}
.woocommerce-checkout label .required{ color: var(--petse-orange); text-decoration:none; }
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea{
  width:100%;
  border:1px solid var(--petse-border);
  border-radius:8px;
  padding: 11px 14px;
  font-family: var(--font-main);
  font-size:14px;
  color: var(--petse-black);
}
.select2-container .select2-selection--single{
  height:44px !important;
  border:1px solid var(--petse-border) !important;
  border-radius:8px !important;
  display:flex;
  align-items:center;
  padding: 0 14px;
}

#order_review{
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 24px 26px;
}
#order_review h3{ margin-top:0; }
table.woocommerce-checkout-review-order-table{ box-shadow:none; margin-bottom:0; }
table.woocommerce-checkout-review-order-table thead{ display:none; }
table.woocommerce-checkout-review-order-table td,
table.woocommerce-checkout-review-order-table th{ padding: 10px 0; font-size:13.5px; }
table.woocommerce-checkout-review-order-table .order-total td,
table.woocommerce-checkout-review-order-table .order-total th{ font-size:16px; border-top:1px solid var(--petse-border); padding-top:14px; }
table.woocommerce-checkout-review-order-table .order-total td strong{ color: var(--petse-orange); }

.woocommerce-checkout-payment{ margin-top: 20px; }
ul.wc_payment_methods{ list-style:none; margin:0 0 16px; padding:0; }
ul.wc_payment_methods li.wc_payment_method{
  border: 1px solid var(--petse-border);
  border-radius:10px;
  padding: 14px 16px;
  margin-bottom:10px;
}
ul.wc_payment_methods li.wc_payment_method label{ display:inline; font-weight:600; margin-left:8px; }
ul.wc_payment_methods .payment_box{
  background: var(--petse-bg);
  border-radius:8px;
  padding: 14px;
  margin-top:12px;
  font-size:12.5px;
  color:#555;
}
#place_order{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  background: var(--petse-orange);
  color:#fff;
  border:none;
  border-radius:8px;
  padding: 16px;
  font-size:15px;
  font-weight:700;
}
#place_order:hover{ background: var(--petse-orange-dark); }
.woocommerce-privacy-policy-text{ font-size:11.5px; color: var(--petse-gray-text); margin: 14px 0; }

@media (max-width: 860px){
  .woocommerce-checkout .col2-set{ grid-template-columns: 1fr; }
  table.shop_table{ font-size:12.5px; }
  table.shop_table td.product-thumbnail{ display:none; }
  .cart_totals{ max-width:100%; }
}

/* ==========================================================================
   18. HESABIM (MY ACCOUNT) - CSS-only, sablon dosyalarina dokunulmadi
   ========================================================================== */
.woocommerce-account .container.petse-page-wrap{ padding-top:36px; }

.woocommerce-MyAccount-navigation ul{ list-style:none; margin:0; padding:0; }
.woocommerce-MyAccount-navigation{
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 10px;
  margin-bottom: 24px;
}
.woocommerce-MyAccount-navigation li{ list-style:none; }
.woocommerce-MyAccount-navigation li a{
  display:block;
  padding: 12px 16px;
  border-radius:8px;
  font-size:13.5px;
  font-weight:600;
  color: var(--petse-black);
}
.woocommerce-MyAccount-navigation li.is-active a{ background: var(--petse-hero-bg); color: var(--petse-orange); }
.woocommerce-MyAccount-navigation li a:hover{ background: var(--petse-bg); }

.woocommerce-MyAccount-content{
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 26px 28px;
}
.woocommerce-MyAccount-content .woocommerce-orders-table{ box-shadow:none; }
.woocommerce-MyAccount-content mark{ background:none; color: var(--petse-orange); font-weight:700; }
.woocommerce-MyAccount-content a.button,
.woocommerce-Button{
  display:inline-flex;
  align-items:center;
  background: var(--petse-black);
  color:#fff;
  padding: 9px 16px;
  border-radius:8px;
  font-size:12.5px;
  font-weight:600;
}
.woocommerce-MyAccount-content a.button:hover,
.woocommerce-Button:hover{ background: var(--petse-orange); }
.woocommerce-Address{ margin-bottom:22px; }
.woocommerce-Address-title{ display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
.woocommerce-Address-title h3{ font-size:15px; margin:0; }

.woocommerce form.login,
.woocommerce form.register,
.woocommerce-ResetPassword{
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 28px;
  max-width: 420px;
  margin: 0 auto;
}
.woocommerce form.login input[type="text"],
.woocommerce form.login input[type="password"],
.woocommerce form.register input[type="text"],
.woocommerce form.register input[type="email"],
.woocommerce form.register input[type="password"]{
  width:100%;
  border:1px solid var(--petse-border);
  border-radius:8px;
  padding: 11px 14px;
  font-family: var(--font-main);
  font-size:14px;
  margin-top:6px;
}
.woocommerce form.login .button,
.woocommerce form.register .button{
  width:100%;
  justify-content:center;
  background: var(--petse-orange);
  color:#fff;
  padding: 13px;
  border-radius:8px;
  border:none;
  font-weight:700;
  margin-top:14px;
}
.woocommerce form.login .button:hover,
.woocommerce form.register .button:hover{ background: var(--petse-orange-dark); }
.u-columns{ display:grid; grid-template-columns: 1fr 1fr; gap:24px; }
@media (max-width: 700px){ .u-columns{ grid-template-columns: 1fr; } }

/* ==========================================================================
   19. HAKKIMIZDA / ILETISIM
   ========================================================================== */
.petse-about-page{ padding: 40px 0 60px; max-width: 880px; margin:0 auto; }
.petse-about-intro{ margin-bottom: 34px; }
.petse-about-intro h2{ font-size:22px; margin-bottom:14px; }
.petse-about-intro p,
.petse-about-mission p{ font-size:14.5px; line-height:1.85; color:#444; }
.petse-about-perks{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:20px;
  margin-bottom: 40px;
}
.petse-about-perk{
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 24px 20px;
}
.petse-about-perk svg{ color: var(--petse-orange); margin-bottom:12px; }
.petse-about-perk h3{ font-size:15px; margin:0 0 8px; }
.petse-about-perk p{ font-size:12.5px; color: var(--petse-gray-text); line-height:1.6; }
.petse-about-mission h2{ font-size:20px; margin-bottom:12px; }

.petse-contact-page{ padding: 40px 0 60px; max-width: 640px; margin:0 auto; }
.petse-contact-info{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-bottom: 26px;
}
.petse-contact-info-item{
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  border-radius: var(--petse-radius);
  box-shadow: var(--petse-shadow);
  padding: 14px 18px;
  font-size:13.5px;
  font-weight:600;
}
.petse-contact-info-item svg{ color: var(--petse-orange); }

@media (max-width: 700px){
  .petse-about-perks{ grid-template-columns: 1fr; }
}

/* ==========================================================================
   20. FAVORILER (WISHLIST)
   ========================================================================== */
.petse-wishlist-btn{
  position:absolute;
  top:12px; right:12px;
  z-index:3;
  width:34px; height:34px;
  border-radius:50%;
  background:#fff;
  border:none;
  box-shadow: var(--petse-shadow);
  display:flex;
  align-items:center;
  justify-content:center;
  color: var(--petse-black);
  transition: color .15s ease, transform .15s ease;
}
.petse-wishlist-btn:hover{ transform: scale(1.08); }
.petse-wishlist-btn.is-active{ color: var(--petse-orange); }
.petse-product-thumb{ position:relative; }
.petse-single-wishlist-wrap{ position:relative; height:0; }
.petse-single-wishlist-wrap .petse-wishlist-btn{ top:16px; right:16px; }
