/* KindPrice PetCare 4.4 - customer-comment revision layer. */

/* Larger, readable header without menu collisions. */
@media (min-width:1101px){
  .kppc-header__row{min-height:102px;grid-template-columns:88px minmax(0,1fr) 220px auto;gap:18px}
  .kppc-brand{width:82px;height:82px}
  .kppc-menu,.kppc-nav .menu{gap:clamp(9px,.78vw,15px)}
  .kppc-menu>li>a,.kppc-nav .menu>li>a{font-size:12px}
  .kppc-header-search{height:46px}.kppc-header-search input{height:44px;font-size:13px}
}
@media (min-width:761px) and (max-width:1100px){
  .kppc-header__row{min-height:148px;grid-template-columns:82px minmax(0,1fr) 210px auto;grid-template-rows:72px 70px;gap:4px 12px}
  .kppc-brand{width:76px;height:76px;grid-column:1;grid-row:1}
  .kppc-header-search-wrap{grid-column:2/4;grid-row:1}
  .kppc-header__actions{grid-column:4;grid-row:1;gap:8px}
  .kppc-nav{grid-column:1/-1;grid-row:2;align-self:stretch}
  .kppc-menu,.kppc-nav .menu{height:100%;align-content:center;justify-content:center;flex-wrap:wrap;gap:2px 14px}
  .kppc-menu>li>a,.kppc-nav .menu>li>a{padding:10px 0;font-size:9.7px}
  .kppc-header-search{height:44px}.kppc-header-search input{height:42px;padding-left:14px;font-size:11px}
  .kppc-account-links a,.kppc-language-switcher{font-size:9.6px}
  .kppc-action-icon .kppc-icon{width:20px;height:20px}
  .kppc-mega-menu{top:100%}
}

/* Product detail requested in Other Pages Comments R1. */
.single-product .product_meta{display:none!important}
.single-product .woocommerce-product-gallery{overflow:visible!important}
.kppc-product-facts{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.kppc-product-facts>div{min-height:78px;padding:12px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#f5f8f1,#fffaf1);border:1px solid #dbe5d6;border-radius:12px;box-shadow:0 6px 16px rgba(8,53,37,.05)}
.kppc-product-facts small{color:#66756d;font-size:11px;font-weight:750}
.kppc-product-facts strong{color:#0d422e;font-size:13px;line-height:1.3}
.kppc-price-unit{margin-left:10px;display:inline-block;color:#66756d;font-size:13px;font-weight:750;vertical-align:middle}
.single-product div.product form.cart .quantity{display:inline-flex;align-items:center;overflow:hidden;background:#fff;border:1px solid #b9cdbf;border-radius:10px}
.single-product div.product form.cart .quantity .qty{width:56px!important;min-height:48px!important;padding:6px!important;text-align:center;border:0!important;border-radius:0!important;-moz-appearance:textfield}
.single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button,.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.kppc-qty-button{width:43px;min-height:48px;padding:0!important;color:#0d422e!important;background:#f0f5ec!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:21px!important;font-weight:700!important}
.kppc-qty-button:hover{color:#fff!important;background:#15583d!important;transform:none!important}
.single-product div.product form.cart .single_add_to_cart_button{min-width:230px;min-height:50px!important;font-size:15px!important}
.single-product .woocommerce-tabs .description_tab a{font-weight:850}

/* About-page social guidance uses only URLs configured by the site owner. */
.kppc-about-social{margin-top:28px!important;padding:25px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff;background:linear-gradient(110deg,#083f2b,#1b6a49);border-radius:18px;box-shadow:0 16px 38px rgba(8,53,37,.14)}
.kppc-about-social h2{margin:2px 0 7px;color:#fff}.kppc-about-social p{margin:0;color:rgba(255,255,255,.84)}
.kppc-about-social .kppc-kicker{color:#f5a33c;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.kppc-about-social__links{display:flex;flex-wrap:wrap;gap:9px}
.kppc-about-social__links a{min-width:104px;padding:11px 13px;display:flex;align-items:center;justify-content:center;gap:7px;color:#0d422e;background:#eef5e8;border-radius:10px;font-weight:850}
.kppc-about-social__links a:hover{color:#fff;background:#ed8614;transform:translateY(-3px)}
.kppc-about-social__links .kppc-icon{width:19px;height:19px}.kppc-social-settings-note{max-width:330px;color:#fff;font-size:12px}

/* Business-application confirmation popup. */
.kppc-business-modal{position:fixed;z-index:10050;inset:0;padding:20px;display:grid;place-items:center;background:rgba(5,37,26,.64);backdrop-filter:blur(7px)}
.kppc-business-modal__card{position:relative;width:min(520px,100%);padding:38px;text-align:center;background:#fffdf8;border:1px solid #dce6d7;border-radius:22px;box-shadow:0 30px 90px rgba(0,0,0,.28);animation:kppcModalIn .35s cubic-bezier(.2,.8,.2,1)}
.kppc-business-modal__icon{width:64px;height:64px;margin:0 auto 16px;display:grid;place-items:center;color:#fff;background:#1e6b4a;border-radius:50%;font-size:30px;font-weight:900}
.kppc-business-modal__close{position:absolute;top:12px;right:12px;width:38px;min-height:38px;padding:0!important;color:#0d422e!important;background:#edf3e9!important;border:0!important;border-radius:50%!important;box-shadow:none!important;font-size:24px!important}
.kppc-business-modal__card p{color:#52635a}.kppc-business-modal[hidden]{display:none!important}
@keyframes kppcModalIn{from{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:none}}

/* Explicitly neutralize the removed oversized paw regression. */
.kppc-core-paw{display:none!important}

@media (max-width:760px){
  .kppc-product-facts{grid-template-columns:1fr}.single-product div.product form.cart .single_add_to_cart_button{min-width:180px}
  .kppc-about-social{align-items:flex-start;flex-direction:column}.kppc-about-social__links{width:100%}.kppc-about-social__links a{flex:1 1 45%}
  .kppc-business-modal__card{padding:32px 22px}
}
