/*
Theme Name: Dogshop Theme
Theme URI: https://dogsshop.in/
Description: Custom child theme for Dogshop. Built on Hello Elementor so the current Elementor layout, templates, menus, products, and content stay connected.
Author: Dogshop
Author URI: https://dogsshop.in/
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: dogshop-theme
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

:root {
  --dogshop-accent: #ff6b4a;
  --dogshop-ink: #111827;
  --dogshop-muted: #6b7280;
}

body {
  text-rendering: optimizeLegibility;
}

a {
  text-underline-offset: 0.18em;
}

.button,
button,
input[type="button"],
input[type="submit"],
.elementor-button {
  border-radius: 999px;
}

#site-header.site-header {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nd-nav {
  height: 92px !important;
  padding-left: 38px !important;
  padding-right: 38px !important;
}

.nd-nav-logo-icon-img {
  height: 56px !important;
}

.nd-nav-logo-full-img {
  height: 48px !important;
}

.nd-nav-logo-sub {
  font-size: 11px !important;
}

.nd-nav-cta {
  padding: 11px 18px !important;
}

.nd-mobile-menu {
  top: 92px !important;
  max-height: calc(100vh - 92px) !important;
}

#nd-main {
  padding-top: 12px !important;
}

.nd-hero {
  min-height: calc(100vh - 92px) !important;
  padding-top: 36px !important;
}

@media (max-width: 1024px) {
  .nd-nav {
    height: 84px !important;
  }

  .nd-mobile-menu {
    top: 84px !important;
    max-height: calc(100vh - 84px) !important;
  }

  #nd-main {
    padding-top: 8px !important;
  }

  .nd-hero {
    padding-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .nd-nav {
    height: 78px !important;
  }

  .nd-mobile-menu {
    top: 78px !important;
    max-height: calc(100vh - 78px) !important;
  }

  #nd-main {
    padding-top: 0 !important;
  }

  .nd-hero {
    padding-top: 24px !important;
  }
}

body.home {
  background: #f7f0e7;
}

.dogshop-category-bar {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 20px 20px 22px;
  padding: 18px clamp(22px, 4vw, 72px);
  min-height: 78px;
  border-radius: 22px;
  background: #42362f;
  box-shadow: 0 14px 36px rgba(38, 30, 25, 0.16);
  overflow-x: auto;
  scrollbar-width: none;
}

.dogshop-category-bar::-webkit-scrollbar {
  display: none;
}

.dogshop-category-bar a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: #fff8ed;
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.94;
  transition: transform 180ms ease, opacity 180ms ease;
}

.dogshop-category-bar a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.dogshop-category-bar span {
  font-size: 1.2em;
}

.home #nd-main {
  padding-top: 0 !important;
}

.home .nd-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr) !important;
  align-items: center !important;
  gap: clamp(28px, 4vw, 72px) !important;
  min-height: calc(100dvh - 124px) !important;
  margin: 0 20px 0 !important;
  padding: 154px clamp(34px, 5vw, 90px) 58px !important;
  border-radius: 28px 28px 0 0;
  overflow: hidden !important;
  color: #fffaf3;
  background-image:
    linear-gradient(90deg, rgba(22, 24, 24, 0.84) 0%, rgba(28, 29, 28, 0.68) 43%, rgba(23, 20, 18, 0.45) 100%),
    url("https://dogsshop.in/wp-content/uploads/2025/11/Adorable-Puppies-Galore_-15-Cute-Ideas-to-Melt-Your-Heart.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

.home .nd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(231, 132, 49, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.home .nd-hero > * {
  position: relative;
  z-index: 1;
}

.home .hero-bg-blob,
.home .paw-float,
.home .hero-visual {
  display: none !important;
}

.home .nd-nav.dogshop-hero-nav {
  position: absolute !important;
  top: 26px !important;
  left: clamp(28px, 4.5vw, 88px) !important;
  right: clamp(28px, 4.5vw, 88px) !important;
  width: auto !important;
  height: 86px !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(210px, 0.7fr) auto minmax(280px, 0.7fr);
  align-items: center !important;
  gap: 24px !important;
}

.home .dogshop-hero-nav .nd-nav-logo {
  gap: 13px !important;
}

.home .dogshop-hero-nav .nd-nav-logo-icon-img {
  height: 58px !important;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3));
}

.home .dogshop-hero-nav .nd-nav-logo-full-img {
  height: 50px !important;
  filter: brightness(0) invert(1) drop-shadow(0 3px 8px rgba(0, 0, 0, 0.34));
}

.home .dogshop-hero-nav .nd-nav-logo-sub {
  color: rgba(255, 250, 243, 0.82) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

.home .dogshop-hero-nav .nd-nav-links {
  justify-self: center;
  display: flex !important;
  align-items: center;
  gap: 6px;
  padding: 13px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.home .dogshop-hero-nav .nd-nav-link {
  color: #fffaf3 !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  background: transparent !important;
  text-transform: uppercase;
}

.home .dogshop-hero-nav .nd-nav-link:hover {
  background: rgba(255, 255, 255, 0.16) !important;
}

.home .dogshop-nav-tools {
  display: none !important;
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-items: center;
  gap: 24px;
  margin-right: 190px;
}

.home .dogshop-nav-tools a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #fffaf3;
  text-decoration: none;
  transition: transform 180ms ease, color 180ms ease;
}

.home .dogshop-nav-tools a:hover {
  transform: translateY(-1px);
}

.home .dogshop-tool-search::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.home .dogshop-tool-search::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: left center;
}

.home .dogshop-tool-wishlist::before,
.home .dogshop-tool-wishlist::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 14px;
  height: 22px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: transparent;
}

.home .dogshop-tool-wishlist::before {
  left: 5px;
  transform: rotate(-45deg);
  transform-origin: 100% 100%;
}

.home .dogshop-tool-wishlist::after {
  right: 5px;
  transform: rotate(45deg);
  transform-origin: 0 100%;
}

.home .dogshop-tool-bag::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 23px;
  height: 20px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.home .dogshop-tool-bag::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px;
  width: 11px;
  height: 12px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.home .dogshop-hero-nav .nd-nav-cta {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  margin-left: 0 !important;
  padding: 17px 26px !important;
  border-radius: 18px !important;
  background: #e68636 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 28px rgba(230, 134, 54, 0.28);
}

.home .dogshop-hero-nav .nd-hamburger {
  justify-self: end;
}

.home .hero-content {
  max-width: 760px;
  color: #fffaf3;
}

.home .hero-badge {
  margin-bottom: 24px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fffaf3 !important;
  border-radius: 0 !important;
  font-size: clamp(14px, 1.15vw, 20px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
}

.home .hero-badge::before {
  display: none !important;
}

.home .hero-title {
  max-width: 780px;
  margin: 0 0 24px !important;
  color: #fff !important;
  font-family: "Cooper Black", "Trebuchet MS", "Gill Sans", sans-serif !important;
  font-size: clamp(44px, 4.7vw, 84px) !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
}

.home .hero-desc {
  max-width: 720px;
  color: rgba(255, 250, 243, 0.88) !important;
  font-size: clamp(16px, 1.15vw, 22px) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

.home .hero-actions {
  margin-top: 34px !important;
}

.home .btn-primary {
  padding: 17px 30px !important;
  border-radius: 14px !important;
  background: #fffaf3 !important;
  color: #42362f !important;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  text-transform: capitalize;
}

.home .btn-secondary {
  display: none !important;
}

.home .hero-stats {
  margin-top: 34px !important;
  gap: 34px !important;
}

.home .stat-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home .stat-num {
  color: #e68636 !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.home .stat-label {
  color: #fffaf3 !important;
  font-size: clamp(14px, 1.05vw, 20px) !important;
  font-weight: 850 !important;
  text-transform: capitalize;
}

.home .dogshop-hero-arrows {
  display: none !important;
  gap: 18px;
  margin-top: clamp(44px, 8vh, 120px);
}

.home .dogshop-hero-arrows button {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #e68636;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.home .dogshop-hero-arrows button:hover {
  background: #f09a4b;
  transform: translateY(-2px);
}

.home .dogshop-consult-form {
  align-self: center;
  justify-self: stretch;
  display: block;
  padding: clamp(34px, 4vw, 58px);
  border-radius: 30px;
  background: #df8434;
  color: #fffaf3;
  box-shadow: 0 28px 70px rgba(28, 19, 14, 0.32);
}

.home .dogshop-form-dog {
  margin: -72px 0 -6px -52px;
  font-size: 92px;
  line-height: 1;
}

.home .dogshop-form-kicker {
  margin: 0 0 12px;
  color: #fffaf3;
  font-size: 16px;
  font-weight: 850;
  text-transform: uppercase;
}

.home .dogshop-consult-form h2 {
  margin: 0 0 26px;
  color: #fff;
  font-family: "Cooper Black", "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: clamp(30px, 2.4vw, 48px);
  font-weight: 950;
  line-height: 1.1;
}

.home .dogshop-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}

.home .dogshop-consult-form label {
  display: grid;
  gap: 10px;
  color: #fffaf3;
  font-size: 16px;
  font-weight: 850;
}

.home .dogshop-form-wide {
  grid-column: 1 / -1;
}

.home .dogshop-consult-form input,
.home .dogshop-consult-form select {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: #fff;
  color: #4f433a;
  padding: 0 22px;
  font: inherit;
  font-weight: 750;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(65, 51, 41, 0.04);
}

.home .dogshop-consult-form input:focus,
.home .dogshop-consult-form select:focus {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.26);
}

.home .dogshop-consult-form button[type="submit"] {
  width: 100%;
  min-height: 66px;
  margin-top: 34px;
  border: 0;
  border-radius: 999px;
  background: #493c34;
  color: #fffaf3;
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.home .dogshop-consult-form button[type="submit"]:hover {
  background: #352b26;
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  .home .nd-nav.dogshop-hero-nav {
    grid-template-columns: minmax(190px, 1fr) auto auto;
  }

  .home .dogshop-nav-tools {
    display: none;
  }

  .home .dogshop-hero-nav .nd-nav-cta {
    grid-column: 3;
  }

  .home .nd-hero {
    grid-template-columns: 1fr !important;
    padding-top: 140px !important;
  }

  .home .dogshop-consult-form {
    max-width: 760px;
    justify-self: start;
  }
}

@media (max-width: 1024px) {
  .home .dogshop-hero-nav .nd-nav-links {
    display: none !important;
  }

  .home .nd-nav.dogshop-hero-nav {
    height: 78px !important;
    grid-template-columns: 1fr auto auto;
  }
}

@media (max-width: 767px) {
  .dogshop-category-bar {
    margin: 12px 10px 12px;
    min-height: 58px;
    padding: 12px 16px;
    border-radius: 16px;
  }

  .dogshop-category-bar a {
    font-size: 12px;
  }

  .home .nd-hero {
    margin: 0 10px !important;
    border-radius: 20px 20px 0 0;
    padding: 112px 20px 38px !important;
    min-height: auto !important;
  }

  .home .nd-nav.dogshop-hero-nav {
    top: 18px !important;
    left: 18px !important;
    right: 18px !important;
    height: 62px !important;
  }

  .home .dogshop-hero-nav .nd-nav-logo-icon-img {
    height: 44px !important;
  }

  .home .dogshop-hero-nav .nd-nav-logo-full-img {
    height: 34px !important;
  }

  .home .dogshop-hero-nav .nd-nav-cta {
    display: none !important;
  }

  .home .hero-title {
    font-size: 42px !important;
  }

  .home .hero-stats {
    flex-direction: column;
    gap: 12px !important;
  }

  .home .dogshop-hero-arrows {
    margin-top: 34px;
  }

  .home .dogshop-consult-form {
    padding: 30px 20px;
    border-radius: 22px;
  }

  .home .dogshop-form-dog {
    margin: -50px 0 0 -12px;
    font-size: 68px;
  }

.home .dogshop-form-grid {
    grid-template-columns: 1fr;
  }
}

.dogshop-popular-searches {
  margin: 46px 0 28px;
  padding: 30px 0 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dogshop-seo-content {
  padding: clamp(64px, 7vw, 108px) 5%;
  background:
    radial-gradient(circle at 12% 14%, rgba(230, 134, 54, 0.11), transparent 30%),
    linear-gradient(180deg, #fffaf3 0%, #f6eee5 100%);
  color: #3f352e;
}

.dogshop-seo-eyebrow {
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(230, 134, 54, 0.13);
  color: #b76121;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dogshop-seo-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  max-width: 1240px;
  margin: 0 auto 34px;
}

.dogshop-seo-head h2,
.dogshop-faq-section h2 {
  margin: 0;
  color: #372e28;
  font-family: "Cooper Black", "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.05;
}

.dogshop-seo-head p {
  margin: 0;
  color: #6d5d51;
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 650;
  line-height: 1.65;
}

.dogshop-seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.dogshop-seo-grid article,
.dogshop-seo-local,
.dogshop-faq-section {
  border: 1px solid rgba(65, 51, 41, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 45px rgba(63, 53, 46, 0.08);
}

.dogshop-seo-grid article {
  padding: 28px;
}

.dogshop-seo-grid h3,
.dogshop-seo-local h3 {
  margin: 0 0 10px;
  color: #3f352e;
  font-size: 22px;
  line-height: 1.2;
}

.dogshop-seo-grid p,
.dogshop-seo-local p {
  margin: 0 0 20px;
  color: #6d5d51;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.dogshop-seo-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.dogshop-seo-links a {
  color: #9a4f19;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.3;
  text-decoration: none;
}

.dogshop-seo-links a:hover,
.dogshop-seo-links a:focus {
  color: #df8434;
  text-decoration: underline;
}

.dogshop-seo-local {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: center;
  max-width: 1240px;
  margin: 20px auto 0;
  padding: 30px;
}

.dogshop-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dogshop-area-list span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff5ea;
  color: #7b4222;
  font-size: 13px;
  font-weight: 850;
}

.dogshop-faq-section {
  max-width: 1240px;
  margin: 20px auto 0;
  padding: 34px;
}

.dogshop-faq-section .dogshop-seo-eyebrow {
  margin-bottom: 14px;
}

.dogshop-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.dogshop-faq-grid details {
  border-radius: 16px;
  background: #fffaf3;
  padding: 18px 20px;
}

.dogshop-faq-grid summary {
  color: #3f352e;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.dogshop-faq-grid p {
  margin: 12px 0 0;
  color: #6d5d51;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.dogshop-popular-searches h3 {
  margin: 0 0 18px;
  color: #fffaf3;
  font-size: clamp(20px, 1.6vw, 28px);
  font-weight: 900;
  line-height: 1.2;
}

.dogshop-popular-searches-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dogshop-popular-searches-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.dogshop-popular-searches-list a:hover,
.dogshop-popular-searches-list a:focus {
  border-color: rgba(230, 134, 54, 0.82);
  background: rgba(230, 134, 54, 0.18);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .dogshop-seo-content {
    padding: 48px 18px;
  }

  .dogshop-seo-head,
  .dogshop-seo-grid,
  .dogshop-seo-local,
  .dogshop-faq-grid {
    grid-template-columns: 1fr;
  }

  .dogshop-seo-grid article,
  .dogshop-seo-local,
  .dogshop-faq-section {
    padding: 22px;
    border-radius: 18px;
  }

  .dogshop-popular-searches {
    margin-top: 34px;
    padding-top: 24px;
  }

  .dogshop-popular-searches-list {
    gap: 8px;
  }

  .dogshop-popular-searches-list a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
