:root {
  --pf-primary: #192d55;
  --pf-action: #2e5bff;
  --pf-action-dark: #1846df;
  --pf-secondary: #62c5e8;
  --pf-surface: #f7f9fc;
  --pf-text: #192d55;
  --pf-muted: #667896;
  --pf-border: #dce7f5;
  --pf-white: #ffffff;
  --pf-whatsapp: #25d366;
  --pf-radius-sm: 8px;
  --pf-radius-md: 14px;
  --pf-radius-lg: 22px;
  --pf-shadow-sm: 0 8px 24px rgba(25, 45, 85, .07);
  --pf-shadow-md: 0 18px 48px rgba(25, 45, 85, .11);
  --pf-container: 1200px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: var(--pf-surface);
  color: var(--pf-text);
  font-family: "Montserrat", "Poppins", sans-serif;
}

.pf-site {
  max-width: 100%;
  overflow-x: clip;
}

.pf-site h1,
.pf-site h2,
.pf-site h3,
.pf-site h4,
.pf-site h5,
.pf-site h6,
.pf-site .title {
  font-family: "Montserrat", Arial, sans-serif !important;
  letter-spacing: 0;
}

.pf-site #loader,
.pf-topbar {
  display: none !important;
}

.pf-site *,
.pf-site *::before,
.pf-site *::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pf-site .breadcrumb-section {
  display: none;
}

.pf-site .container,
.puppy-home-page .container {
  max-width: var(--pf-container);
  width: 100%;
}

.pf-shell {
  padding: 56px 0;
}

.pf-section-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.pf-section-head > div,
.pf-shop__content {
  min-width: 0;
}

.pf-section-head h1,
.pf-section-head h2 {
  color: var(--pf-primary);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
  max-width: 100%;
  white-space: normal;
}

.pf-section-head p {
  color: var(--pf-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  margin: 8px 0 0;
  max-width: 640px;
}

.pf-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--pf-radius-sm);
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  transition: .18s ease;
}

.pf-btn--primary {
  background: var(--pf-action);
  color: var(--pf-white);
}

.pf-btn--primary:hover {
  background: var(--pf-action-dark);
  color: var(--pf-white);
}

.pf-btn--outline {
  background: var(--pf-white);
  border-color: var(--pf-border);
  color: var(--pf-primary);
}

.pf-btn--outline:hover {
  border-color: var(--pf-action);
  color: var(--pf-action);
}

.pf-btn--whatsapp {
  background: var(--pf-whatsapp);
  color: var(--pf-white);
}

.pf-topbar {
  background: var(--pf-primary);
  color: var(--pf-white);
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  padding: 9px 0;
}

.pf-topbar .container {
  max-width: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.pf-topbar__grid {
  align-items: center;
  animation: pfTopbarMarquee 24s linear infinite;
  display: flex;
  gap: 56px;
  white-space: nowrap;
  width: max-content;
}

.pf-topbar__grid span {
  flex: 0 0 auto;
}

.pf-topbar:hover .pf-topbar__grid {
  animation-play-state: paused;
}

@keyframes pfTopbarMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pf-navbar {
  background: var(--pf-white);
  border-bottom: 1px solid var(--pf-border);
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 40;
}

.pf-navbar__inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 74px;
  min-width: 0;
  width: 100%;
}

.pf-logo img {
  display: block;
  width: 148px;
}

.pf-menu {
  align-items: center;
  gap: 32px;
  justify-content: flex-end;
}

.pf-menu.collapse {
  display: flex !important;
}

.pf-menu__links,
.pf-menu__actions,
.pf-footer__social {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pf-menu__links {
  gap: 28px;
}

.pf-menu__links a {
  color: var(--pf-primary);
  font-size: 14px;
  font-weight: 850;
}

.pf-menu__links a.active,
.pf-menu__links a:hover {
  color: var(--pf-action);
}

.pf-menu__actions {
  gap: 16px;
}

.pf-whatsapp {
  align-items: center;
  border: 1px solid var(--pf-whatsapp);
  border-radius: 12px;
  color: #128c4a;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
}

.pf-icon-btn {
  color: var(--pf-primary);
  font-size: 27px;
  position: relative;
}

.pf-cart span {
  align-items: center;
  background: var(--pf-action);
  border-radius: 50%;
  color: var(--pf-white);
  display: flex;
  font-size: 10px;
  font-weight: 900;
  height: 19px;
  justify-content: center;
  position: absolute;
  right: -9px;
  top: -8px;
  width: 19px;
}

.pf-card {
  background: var(--pf-white);
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius-md);
  box-shadow: var(--pf-shadow-sm);
}

.pf-product-card {
  background: var(--pf-white);
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius-md);
  box-shadow: var(--pf-shadow-sm);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 14px;
  position: relative;
}

.pf-product-card__media,
.pf-product-card__image {
  align-items: center;
  aspect-ratio: 1 / .82;
  background: #fbfdff;
  border-radius: var(--pf-radius-sm);
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
}

.pf-product-card__media img,
.pf-product-card__image img {
  height: 100%;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.pf-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.pf-product-card__brand {
  color: var(--pf-action);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.pf-product-card h3 {
  color: var(--pf-primary);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  margin: 0 28px 10px 0;
}

.pf-product-card h3 a {
  color: inherit;
}

.pf-product-card__price {
  color: var(--pf-primary);
  display: flex;
  font-size: 18px;
  font-weight: 900;
  gap: 8px;
  margin: auto 0 14px;
}

.pf-product-card__price del {
  color: var(--pf-muted);
  font-size: 13px;
  font-weight: 700;
}

.pf-product-card__rating {
  align-items: center;
  color: #ffb703;
  display: flex;
  font-size: 12px;
  gap: 3px;
  margin-bottom: 8px;
}

.pf-product-card__rating span {
  color: var(--pf-muted);
  font-weight: 700;
  margin-left: 4px;
}

.pf-product-card__badge {
  background: var(--pf-action);
  border-radius: 999px;
  color: var(--pf-white);
  font-size: 10px;
  font-weight: 900;
  left: 12px;
  line-height: 1;
  padding: 7px 9px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
}

.pf-product-card__badge--soft {
  background: rgba(46, 91, 255, .11);
  color: var(--pf-action);
}

.pf-product-card__wish,
.pf-product-card__favorite {
  background: var(--pf-white);
  border: 1px solid var(--pf-border);
  border-radius: 50%;
  color: var(--pf-action);
  display: grid;
  height: 34px;
  place-items: center;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
}

.pf-product-card__button,
.pf-product-card__action {
  align-items: center;
  background: var(--pf-action);
  border: 0;
  border-radius: 9px;
  color: var(--pf-white);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  width: 100%;
}

.pf-product-card__button:hover {
  background: var(--pf-action-dark);
  color: var(--pf-white);
}

.pf-shop {
  background: var(--pf-surface);
}

.pf-shop__hero {
  margin-bottom: 24px;
  max-width: 100%;
}

.pf-shop__hero > p {
  color: var(--pf-action);
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 12px;
}

.pf-shop__layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: 270px minmax(0, 1fr);
}

.pf-filter {
  padding: 22px;
  position: sticky;
  top: 104px;
}

.pf-filter__head h2,
.pf-filter__group h3 {
  color: var(--pf-primary);
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
}

.pf-filter__head h2 {
  font-size: 18px;
}

.pf-filter__group {
  border-top: 1px solid var(--pf-border);
  margin-top: 18px;
  padding-top: 18px;
}

.pf-filter__group h3 {
  font-size: 13px;
  margin-bottom: 12px;
}

.pf-filter__group p {
  color: var(--pf-muted);
  font-size: 13px;
  font-weight: 700;
}

.pf-check {
  align-items: center;
  color: var(--pf-primary);
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 750;
  gap: 9px;
  margin: 10px 0;
}

.pf-check input {
  border-color: var(--pf-border);
  box-shadow: none;
}

.pf-shop__toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 14px;
}

.pf-shop__toolbar strong {
  color: var(--pf-action);
}

.pf-shop__tools {
  display: flex;
  gap: 10px;
}

.pf-shop__tools input,
.pf-shop__tools select {
  background: #fbfdff;
  border: 1px solid var(--pf-border);
  border-radius: 10px;
  color: var(--pf-primary);
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  min-width: 180px;
  padding: 0 13px;
}

.pf-product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pf-empty {
  grid-column: 1 / -1;
  padding: 34px;
  text-align: center;
}

.pf-empty h3 {
  color: var(--pf-primary);
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 8px;
}

.pf-empty p {
  color: var(--pf-muted);
  font-weight: 650;
  margin: 0;
}

.pf-pagination {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.ecommerce-products.single-shop {
  background: var(--pf-surface);
  padding: 58px 0;
}

.ecommerce-products.single-shop .single-shop-bg {
  display: none;
}

.product-details-left,
.product-details,
.amenities-area .tab-content {
  background: var(--pf-white);
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius-md);
  box-shadow: var(--pf-shadow-sm);
}

.product-details-left {
  padding: 16px;
}

.product-details-left__thumb {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #fbfdff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.product-details-left__thumb img {
  height: 100%;
  object-fit: contain;
  padding: 24px;
  width: 100%;
}

.product-details-left__thumb .image-popup {
  align-items: center;
  background: var(--pf-white);
  border: 1px solid var(--pf-border);
  border-radius: 50%;
  color: var(--pf-action);
  display: flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
  z-index: 2;
}

.product-details-left__nav .nav-tabs {
  border: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 14px;
}

.product-details-left__nav .nav-link {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #fbfdff;
  border: 1px solid var(--pf-border);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 8px;
}

.product-details-left__nav .nav-link.active {
  border-color: var(--pf-action);
  box-shadow: 0 0 0 3px rgba(46, 91, 255, .12);
}

.product-details-left__nav .nav-link img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product-details {
  padding: 28px;
}

.product-details .title {
  color: var(--pf-primary);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.12;
  margin-bottom: 14px;
}

.product-details .stock {
  background: rgba(46, 91, 255, .1);
  border-radius: 999px;
  color: var(--pf-action);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 0;
  padding: 7px 10px;
}

.product-details .desc {
  color: var(--pf-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.58;
}

.product-details .price-wrap {
  align-items: center;
  display: flex;
  gap: 12px;
}

.product-details .product-price.new {
  color: var(--pf-action);
  font-size: 25px;
  font-weight: 950;
}

.product-details .product-price.old {
  color: var(--pf-muted);
  font-size: 17px;
  font-weight: 750;
  text-decoration: line-through;
}

.product-details .form--label {
  color: var(--pf-primary);
  font-size: 13px;
  font-weight: 900;
}

.product-details .form--control,
.contactus-form .form--control {
  border: 1px solid var(--pf-border);
  border-radius: 10px;
  color: var(--pf-primary);
  font-weight: 700;
}

.project-details {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quantity_box {
  align-items: center;
  background: #fbfdff;
  border: 1px solid var(--pf-border);
  border-radius: 10px;
  display: inline-flex;
  height: 44px;
  overflow: hidden;
}

.quantity_box button {
  background: transparent;
  border: 0;
  color: var(--pf-primary);
  height: 44px;
  width: 40px;
}

.quantity_box input {
  border: 0;
  color: var(--pf-primary);
  font-weight: 900;
  height: 44px;
  text-align: center;
  width: 54px;
}

.product-details .btn--base,
.pf-product-whatsapp {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
}

.product-details .btn--base {
  background: var(--pf-action);
  border-color: var(--pf-action);
  color: var(--pf-white);
}

.pf-product-whatsapp {
  border: 1px solid var(--pf-whatsapp);
  color: #128c4a;
  gap: 8px;
}

.amenities-area {
  background: var(--pf-surface);
  padding-bottom: 72px;
}

.amenities-area .custom--tab {
  border: 0;
  gap: 10px;
  margin-bottom: 18px;
}

.amenities-area .custom--tab .nav-link {
  background: var(--pf-white);
  border: 1px solid var(--pf-border);
  border-radius: 999px;
  color: var(--pf-primary);
  font-weight: 900;
}

.amenities-area .custom--tab .nav-link.active {
  background: var(--pf-action);
  color: var(--pf-white);
}

.amenities-area .tab-content {
  padding: 28px;
}

.card-area,
.coupon-area,
.checkout-area {
  background: var(--pf-surface);
}

.card-area {
  padding: 58px 0;
}

.cart-details-bg {
  display: none;
}

.card-wrap,
.cart-total,
.cuppon-accor,
.billing-box,
.your-order,
.checkout-area .form-group {
  background: var(--pf-white);
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius-md);
  box-shadow: var(--pf-shadow-sm);
}

.card-wrap,
.billing-box,
.your-order {
  padding: 22px;
}

.cart-total,
.cuppon-accor,
.checkout-area .form-group {
  padding: 18px;
}

.card-wrap .table,
.your-order .table {
  color: var(--pf-primary);
  margin: 0;
}

.card-wrap thead th,
.your-order thead th {
  border-bottom: 1px solid var(--pf-border);
  color: var(--pf-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.card-wrap tbody td,
.your-order tbody td {
  border-color: var(--pf-border);
  color: var(--pf-primary);
  font-size: 14px;
  font-weight: 750;
  vertical-align: middle;
}

.card-wrap tbody img {
  aspect-ratio: 1 / 1;
  background: #fbfdff;
  border: 1px solid var(--pf-border);
  border-radius: 10px;
  height: 82px;
  object-fit: contain;
  padding: 8px;
  width: 82px;
}

.cart-total h2,
.billing-box h4,
.your-order h4,
.cuppon-accor h4 {
  color: var(--pf-primary);
  font-weight: 900;
}

.cart-total li {
  align-items: center;
  color: var(--pf-primary);
  display: flex;
  font-weight: 800;
  justify-content: space-between;
}

.cart-total .total-product-price {
  color: var(--pf-action);
  font-size: 22px;
  font-weight: 950;
}

.card-area .btn--base,
.checkout-area .btn--base,
.coupon-area .btn--base {
  background: var(--pf-action);
  border-color: var(--pf-action);
  border-radius: 10px;
  color: var(--pf-white);
  font-weight: 900;
}

.checkout-area {
  padding-bottom: 70px;
}

.coupon-area {
  padding-top: 42px;
}

.cuppon-accor h4 {
  font-size: 15px;
  margin: 0;
}

.cuppon-accor h4 span {
  color: var(--pf-action);
  cursor: pointer;
}

.billing-box .form--label,
.checkout-area .form--label,
.coupon-area .form--label {
  color: var(--pf-primary);
  font-size: 13px;
  font-weight: 900;
}

.billing-box .form--control,
.checkout-area .form--control,
.coupon-area .form--control,
.checkout-area .form-control {
  border: 1px solid var(--pf-border);
  border-radius: 10px;
  color: var(--pf-primary);
  font-weight: 700;
}

.pf-learning-page {
  background: var(--pf-surface);
}

.pf-learning__intro {
  margin-bottom: 22px;
}

.pf-learning__intro span,
.pf-learning-feature span,
.pf-learning-card span {
  color: var(--pf-action);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.pf-learning__intro h1 {
  color: var(--pf-primary);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.1;
  margin: 8px 0;
}

.pf-learning__intro p {
  color: var(--pf-muted);
  font-size: 14px;
  font-weight: 650;
}

.pf-learning-feature {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 42%;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 24px;
}

.pf-learning-feature h2 {
  color: var(--pf-primary);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.18;
  margin: 8px 0 10px;
}

.pf-learning-feature p,
.pf-learning-card p {
  color: var(--pf-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.pf-learning-feature a,
.pf-learning-card a {
  color: var(--pf-action);
  font-size: 12px;
  font-weight: 900;
}

.pf-learning-feature img {
  border-radius: 8px;
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.pf-learning__head {
  margin-bottom: 16px;
}

.pf-learning-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.pf-learning-card {
  overflow: hidden;
}

.pf-learning-card img {
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.pf-learning-card div {
  padding: 16px;
}

.pf-learning-card h3 {
  color: var(--pf-primary);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.32;
  margin: 6px 0;
}

.pf-account-site {
  background: var(--pf-surface);
}

.pf-account-site .dashboard-section {
  background: var(--pf-surface);
  padding: 28px 0 58px !important;
}

.pf-account-site .dashboard-wrapper {
  background: var(--pf-white);
  border: 1px solid var(--pf-border);
  border-radius: var(--pf-radius-md);
  box-shadow: var(--pf-shadow-sm);
  margin-bottom: 22px;
  padding: 12px;
}

.pf-account-site .dashboard-tab .nav {
  gap: 8px;
}

.pf-account-site .dashboard-tab .nav-link {
  border-radius: 8px;
  color: var(--pf-primary);
  font-size: 12px;
  font-weight: 850;
}

.pf-account-site .dashboard-tab .nav-link.active,
.pf-account-site .dashboard-tab .nav-link:hover {
  background: rgba(46, 91, 255, .1);
  color: var(--pf-action);
}

.pf-account-site .dashboard-user .title {
  color: var(--pf-primary);
  font-size: 14px;
  font-weight: 900;
}

.pf-account {
  padding-bottom: 36px;
}

.pf-account__hero {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 24px;
}

.pf-account__hero span {
  color: var(--pf-action);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.pf-account__hero h1 {
  color: var(--pf-primary);
  font-size: 30px;
  font-weight: 900;
  margin: 6px 0;
}

.pf-account__hero p,
.pf-account-empty {
  color: var(--pf-muted);
  font-size: 13px;
  font-weight: 650;
  margin: 0;
}

.pf-account__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 18px;
}

.pf-account-card {
  color: var(--pf-primary);
  padding: 18px;
}

.pf-account-card i {
  align-items: center;
  background: #f0f7ff;
  border-radius: 50%;
  color: var(--pf-action);
  display: flex;
  font-size: 24px;
  height: 46px;
  justify-content: center;
  margin-bottom: 12px;
  width: 46px;
}

.pf-account-card span {
  color: var(--pf-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 4px;
}

.pf-account-card strong {
  color: var(--pf-primary);
  font-size: 24px;
  font-weight: 900;
}

.pf-account__columns {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.pf-account-panel {
  padding: 22px;
}

.pf-account-panel__head h2 {
  color: var(--pf-primary);
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 14px;
}

.pf-account-row {
  align-items: center;
  border-top: 1px solid var(--pf-border);
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
}

.pf-account-row span {
  color: var(--pf-muted);
  font-size: 13px;
  font-weight: 750;
}

.pf-account-row strong {
  color: var(--pf-primary);
  font-size: 14px;
  font-weight: 900;
}

.pf-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pf-account-actions a {
  border: 1px solid var(--pf-border);
  border-radius: 8px;
  color: var(--pf-action);
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
}

.pf-footer {
  background: var(--pf-primary);
  color: var(--pf-white);
  padding: 46px 0 24px;
}

.pf-footer__grid {
  display: grid;
  gap: 42px;
  grid-template-columns: 1.4fr repeat(4, 1fr);
}

.pf-footer__brand img {
  filter: brightness(0) invert(1);
  width: 130px;
}

.pf-footer__brand p,
.pf-footer__bottom p,
.pf-footer__col a,
.pf-footer__col span {
  color: rgba(255, 255, 255, .86);
}

.pf-footer__brand p {
  font-size: 13px;
  line-height: 1.6;
  margin: 16px 0;
}

.pf-footer__social {
  gap: 16px;
}

.pf-footer__social a {
  color: var(--pf-white);
}

.pf-footer__col h4 {
  color: var(--pf-white);
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 14px;
}

.pf-footer__col a,
.pf-footer__col span {
  display: block;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.95;
}

.pf-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 18px;
}

.pf-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pf-payments span {
  background: var(--pf-white);
  border-radius: 6px;
  color: var(--pf-primary);
  font-size: 10px;
  font-weight: 900;
  padding: 4px 9px;
}

@media (max-width: 991px) {
  .pf-menu.collapse:not(.show) {
    display: none !important;
  }

  .pf-menu.collapse.show {
    display: block !important;
  }

  .pf-navbar__inner {
    flex-wrap: wrap;
    min-height: 68px;
  }

  .pf-menu-toggle {
    align-items: center;
    border: 1px solid var(--pf-border);
    border-radius: 12px;
    color: var(--pf-primary);
    display: flex;
    height: 42px;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    width: 46px;
  }

  .pf-menu-toggle .fa-bars,
  .pf-menu-toggle .fas {
    color: var(--pf-primary);
    font-size: 18px;
    line-height: 1;
  }

  .pf-menu {
    border-top: 1px solid var(--pf-border);
    padding: 18px 0 20px;
    width: 100%;
  }

  .pf-menu__links,
  .pf-menu__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .pf-menu__links a,
  .pf-whatsapp {
    justify-content: center;
    text-align: center;
  }

  .pf-menu__actions {
    margin-top: 14px;
  }

  .pf-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-footer__brand {
    grid-column: 1 / -1;
  }

  .pf-shop__layout {
    grid-template-columns: 1fr;
  }

  .pf-shop__content {
    order: 1;
  }

  .pf-filter {
    order: 2;
    position: static;
  }

  .pf-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-learning-feature,
  .pf-learning-grid,
  .pf-account__columns {
    grid-template-columns: 1fr;
  }

  .pf-account__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .pf-site .container,
  .puppy-home-page .container {
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .pf-site .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .pf-site .row > [class*="col-"] {
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pf-navbar .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pf-navbar__inner {
    gap: 12px;
  }

  .pf-logo img {
    width: 130px;
  }

  .pf-menu {
    max-width: 100%;
  }

  .pf-shell {
    padding: 34px 0;
  }

  .pf-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .pf-section-head h1,
  .pf-section-head h2 {
    font-size: 25px;
    overflow-wrap: anywhere;
  }

  .pf-topbar {
    font-size: 11px;
    line-height: 1;
    padding: 8px 0;
  }

  .pf-footer__grid,
  .pf-footer__bottom {
    display: block;
  }

  .pf-footer__col {
    margin-top: 24px;
  }

  .pf-payments {
    margin-top: 16px;
  }

  .pf-shop__toolbar,
  .pf-shop__tools {
    align-items: stretch;
    flex-direction: column;
  }

  .pf-shop__toolbar {
    gap: 12px;
  }

  .pf-shop__tools input,
  .pf-shop__tools select {
    min-width: 0;
    width: 100%;
  }

  .pf-product-grid {
    grid-template-columns: 1fr;
  }

  .pf-product-card {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 12px;
  }

  .pf-product-card__media img,
  .pf-product-card__image img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
  }

  .pf-product-card h3,
  .pf-product-card h3 a,
  .product-details .title,
  .product-details .desc,
  .pf-shop__hero h1,
  .pf-shop__hero p {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .ecommerce-products.single-shop {
    padding: 34px 0;
  }

  .product-details {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: calc(100vw - 28px);
    min-width: 0;
    overflow: hidden;
    padding: 20px;
    width: calc(100vw - 28px);
  }

  .product-details .title {
    font-size: 21px;
    line-height: 1.14;
  }

  .product-details-left {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: calc(100vw - 28px);
    min-width: 0;
    overflow: hidden;
    padding: 12px;
    width: calc(100vw - 28px);
  }

  .product-details-left__thumb {
    max-width: 100%;
  }

  .product-details-left__thumb img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    padding: 18px;
    transform: none !important;
    width: auto;
  }

  .product-details-left__nav .nav-tabs {
    grid-template-columns: repeat(4, 1fr);
  }

  .project-details,
  .product-details .btn--base,
  .pf-product-whatsapp {
    width: 100%;
  }

  .quantity_box {
    width: 100%;
  }

  .quantity_box input {
    flex: 1;
  }

  .pf-account__hero {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .pf-account__grid {
    grid-template-columns: 1fr;
  }
}
